.awesomplete [hidden] {
    display: none;
}

.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.awesomplete {
    display: inline-block;
    position: relative;
}

.awesomplete > input {
    display: block;
}

.awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.awesomplete > ul:empty {
    display: none;
}

.awesomplete > ul {
	border-radius: .3em;
	margin: .2em 0 0;
	background: hsla(0,0%,100%,.9);
	background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	text-shadow: none;
}

@supports (transform: scale(0)) {
	.awesomplete > ul {
		transition: .3s cubic-bezier(.4,.2,.5,1.4);
		transform-origin: 1.43em -.43em;
	}
	
	.awesomplete > ul[hidden],
	.awesomplete > ul:empty {
		opacity: 0;
		transform: scale(0);
		display: block;
		transition-timing-function: ease;
	}
}

/* Pointer */

.awesomplete > ul:before {
		content: "";
		position: absolute;
		top: -.43em;
		left: 1em;
		width: 0; height: 0;
		padding: .4em;
		background: white;
		border: inherit;
		border-right: 0;
		border-bottom: 0;
		transform: rotate(45deg);
	}

.awesomplete > ul > li {
		position: relative;
		padding: .2em .5em;
		cursor: pointer;
	}

.awesomplete > ul > li:hover {
		background: hsl(200, 40%, 80%);
		color: black;
	}

.awesomplete > ul > li[aria-selected="true"] {
		background: hsl(205, 40%, 40%);
		color: white;
	}

.awesomplete mark {
			background: hsl(65, 100%, 50%);
		}

.awesomplete li:hover mark {
			background: hsl(68, 100%, 41%);
		}

.awesomplete li[aria-selected="true"] mark {
			background: hsl(86, 100%, 21%);
			color: inherit;
		}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

body{line-height:1}

ol,ul{list-style:none}

blockquote,q{quotes:none}

blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}

table{border-collapse:collapse;border-spacing:0}

html{box-sizing:border-box;font-size:62.5%}

*,*::after,*::before{box-sizing:inherit}

body{font-size:1.6rem;line-height:2.4rem;color:#565655;font-family:"Merriweather",serif;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

img{display:inline-block}

h1,h2,h3,h4,h5,h6{color:#768595;font-family:"Merriweather Sans",sans-serif;font-weight:300}

h1{font-size:3.11794736rem;line-height:4.67692104rem}

@media print, screen and (min-width: 40em){h1{font-size:3.3745830456rem;line-height:5.0618745684rem}}

@media print, screen and (min-width: 64em){h1{font-size:3.6491157532rem;line-height:5.4736736298rem}}

h2{font-size:2.8344976rem;line-height:4.2517464rem}

@media print, screen and (min-width: 40em){h2{font-size:3.0333330747rem;line-height:4.5499996121rem}}

@media print, screen and (min-width: 64em){h2{font-size:3.2436584473rem;line-height:4.8654876709rem}}

h3{font-size:2.34256rem;line-height:3.51384rem}

@media print, screen and (min-width: 40em){h3{font-size:2.4508687891rem;line-height:3.6763031836rem}}

@media print, screen and (min-width: 64em){h3{font-size:2.562890625rem;line-height:3.8443359375rem}}

h4{font-size:1.936rem;line-height:2.904rem}

@media print, screen and (min-width: 40em){h4{font-size:1.98025rem;line-height:2.970375rem}}

@media print, screen and (min-width: 64em){h4{font-size:2.025rem;line-height:3.0375rem}}

h5{font-size:1.76rem;line-height:2.64rem}

@media print, screen and (min-width: 40em){h5{font-size:1.78rem;line-height:2.67rem}}

@media print, screen and (min-width: 64em){h5{font-size:1.8rem;line-height:2.7rem}}

h6{font-size:1.6rem;line-height:2.4rem}

.align-left{justify-content:flex-start}

.align-right{justify-content:flex-end}

.align-center{justify-content:center}

.align-justify{justify-content:space-between}

.align-spaced{justify-content:space-around}

.align-left.vertical.menu>li>a{justify-content:flex-start}

.align-right.vertical.menu>li>a{justify-content:flex-end}

.align-center.vertical.menu>li>a{justify-content:center}

.align-top{align-items:flex-start}

.align-self-top{align-self:flex-start}

.align-bottom{align-items:flex-end}

.align-self-bottom{align-self:flex-end}

.align-middle{align-items:center}

.align-self-middle{align-self:center}

.align-stretch{align-items:stretch}

.align-self-stretch{align-self:stretch}

.align-center-middle{justify-content:center;align-items:center;align-content:center}

.small-order-1{order:1}

.small-order-2{order:2}

.small-order-3{order:3}

.small-order-4{order:4}

.small-order-5{order:5}

.small-order-6{order:6}

@media print, screen and (min-width: 40em){.medium-order-1{order:1}.medium-order-2{order:2}.medium-order-3{order:3}.medium-order-4{order:4}.medium-order-5{order:5}.medium-order-6{order:6}}

@media print, screen and (min-width: 64em){.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}.large-order-4{order:4}.large-order-5{order:5}.large-order-6{order:6}}

.flex-container{display:flex}

.flex-child-auto{flex:1 1 auto}

.flex-child-grow{flex:1 0 auto}

.flex-child-shrink{flex:0 1 auto}

.flex-dir-row{flex-direction:row}

.flex-dir-row-reverse{flex-direction:row-reverse}

.flex-dir-column{flex-direction:column}

.flex-dir-column-reverse{flex-direction:column-reverse}

@media print, screen and (min-width: 40em){.medium-flex-container{display:flex}.medium-flex-child-auto{flex:1 1 auto}.medium-flex-child-grow{flex:1 0 auto}.medium-flex-child-shrink{flex:0 1 auto}.medium-flex-dir-row{flex-direction:row}.medium-flex-dir-row-reverse{flex-direction:row-reverse}.medium-flex-dir-column{flex-direction:column}.medium-flex-dir-column-reverse{flex-direction:column-reverse}}

@media print, screen and (min-width: 64em){.large-flex-container{display:flex}.large-flex-child-auto{flex:1 1 auto}.large-flex-child-grow{flex:1 0 auto}.large-flex-child-shrink{flex:0 1 auto}.large-flex-dir-row{flex-direction:row}.large-flex-dir-row-reverse{flex-direction:row-reverse}.large-flex-dir-column{flex-direction:column}.large-flex-dir-column-reverse{flex-direction:column-reverse}}

.row{max-width:120rem;margin-right:auto;margin-left:auto;display:flex;flex-flow:row wrap}

.row .row{margin-right:0;margin-left:0}

@media print, screen and (min-width: 40em){.row .row{margin-right:-1.8rem;margin-left:-1.8rem}}

@media print, screen and (min-width: 64em){.row .row{margin-right:-1.8rem;margin-left:-1.8rem}}

.row .row.collapse{margin-right:0;margin-left:0}

.row.expanded{max-width:none}

.row.expanded .row{margin-right:auto;margin-left:auto}

.row:not(.expanded) .row{max-width:none}

.row.collapse>.column,.row.collapse>.columns{padding-right:0;padding-left:0}

.row.is-collapse-child,.row.collapse>.column>.row,.row.collapse>.columns>.row{margin-right:0;margin-left:0}

.column,.columns{flex:1 1;padding-right:0;padding-left:0;min-width:0}

@media print, screen and (min-width: 40em){.column,.columns{padding-right:1.8rem;padding-left:1.8rem}}

.column.row.row,.row.row.columns{float:none;display:block}

.row .column.row.row,.row .row.row.columns{margin-right:0;margin-left:0;padding-right:0;padding-left:0}

.small-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}

.small-offset-0{margin-left:0%}

.small-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}

.small-offset-1{margin-left:8.3333333333%}

.small-3{flex:0 0 25%;max-width:25%}

.small-offset-2{margin-left:16.6666666667%}

.small-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}

.small-offset-3{margin-left:25%}

.small-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}

.small-offset-4{margin-left:33.3333333333%}

.small-6{flex:0 0 50%;max-width:50%}

.small-offset-5{margin-left:41.6666666667%}

.small-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}

.small-offset-6{margin-left:50%}

.small-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}

.small-offset-7{margin-left:58.3333333333%}

.small-9{flex:0 0 75%;max-width:75%}

.small-offset-8{margin-left:66.6666666667%}

.small-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}

.small-offset-9{margin-left:75%}

.small-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}

.small-offset-10{margin-left:83.3333333333%}

.small-12{flex:0 0 100%;max-width:100%}

.small-offset-11{margin-left:91.6666666667%}

.small-up-1{flex-wrap:wrap}

.small-up-1>.column,.small-up-1>.columns{flex:0 0 100%;max-width:100%}

.small-up-2{flex-wrap:wrap}

.small-up-2>.column,.small-up-2>.columns{flex:0 0 50%;max-width:50%}

.small-up-3{flex-wrap:wrap}

.small-up-3>.column,.small-up-3>.columns{flex:0 0 33.3333333333%;max-width:33.3333333333%}

.small-up-4{flex-wrap:wrap}

.small-up-4>.column,.small-up-4>.columns{flex:0 0 25%;max-width:25%}

.small-up-5{flex-wrap:wrap}

.small-up-5>.column,.small-up-5>.columns{flex:0 0 20%;max-width:20%}

.small-up-6{flex-wrap:wrap}

.small-up-6>.column,.small-up-6>.columns{flex:0 0 16.6666666667%;max-width:16.6666666667%}

.small-up-7{flex-wrap:wrap}

.small-up-7>.column,.small-up-7>.columns{flex:0 0 14.2857142857%;max-width:14.2857142857%}

.small-up-8{flex-wrap:wrap}

.small-up-8>.column,.small-up-8>.columns{flex:0 0 12.5%;max-width:12.5%}

.small-collapse>.column,.small-collapse>.columns{padding-right:0;padding-left:0}

.small-uncollapse>.column,.small-uncollapse>.columns{padding-right:0;padding-left:0}

@media print, screen and (min-width: 40em){.medium-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.medium-offset-0{margin-left:0%}.medium-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.medium-offset-1{margin-left:8.3333333333%}.medium-3{flex:0 0 25%;max-width:25%}.medium-offset-2{margin-left:16.6666666667%}.medium-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.medium-offset-3{margin-left:25%}.medium-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.medium-offset-4{margin-left:33.3333333333%}.medium-6{flex:0 0 50%;max-width:50%}.medium-offset-5{margin-left:41.6666666667%}.medium-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.medium-offset-6{margin-left:50%}.medium-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.medium-offset-7{margin-left:58.3333333333%}.medium-9{flex:0 0 75%;max-width:75%}.medium-offset-8{margin-left:66.6666666667%}.medium-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.medium-offset-9{margin-left:75%}.medium-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.medium-offset-10{margin-left:83.3333333333%}.medium-12{flex:0 0 100%;max-width:100%}.medium-offset-11{margin-left:91.6666666667%}.medium-up-1{flex-wrap:wrap}.medium-up-1>.column,.medium-up-1>.columns{flex:0 0 100%;max-width:100%}.medium-up-2{flex-wrap:wrap}.medium-up-2>.column,.medium-up-2>.columns{flex:0 0 50%;max-width:50%}.medium-up-3{flex-wrap:wrap}.medium-up-3>.column,.medium-up-3>.columns{flex:0 0 33.3333333333%;max-width:33.3333333333%}.medium-up-4{flex-wrap:wrap}.medium-up-4>.column,.medium-up-4>.columns{flex:0 0 25%;max-width:25%}.medium-up-5{flex-wrap:wrap}.medium-up-5>.column,.medium-up-5>.columns{flex:0 0 20%;max-width:20%}.medium-up-6{flex-wrap:wrap}.medium-up-6>.column,.medium-up-6>.columns{flex:0 0 16.6666666667%;max-width:16.6666666667%}.medium-up-7{flex-wrap:wrap}.medium-up-7>.column,.medium-up-7>.columns{flex:0 0 14.2857142857%;max-width:14.2857142857%}.medium-up-8{flex-wrap:wrap}.medium-up-8>.column,.medium-up-8>.columns{flex:0 0 12.5%;max-width:12.5%}}

@media print, screen and (min-width: 40em)and (min-width: 40em){.medium-expand{flex:1 1}}

.row.medium-unstack>.column,.row.medium-unstack>.columns{flex:0 0 100%}

@media print, screen and (min-width: 40em){.row.medium-unstack>.column,.row.medium-unstack>.columns{flex:1 1}}

@media print, screen and (min-width: 40em){.medium-collapse>.column,.medium-collapse>.columns{padding-right:0;padding-left:0}}

@media print, screen and (min-width: 40em){.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-right:1.8rem;padding-left:1.8rem}}

@media print, screen and (min-width: 64em){.large-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.large-offset-0{margin-left:0%}.large-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.large-offset-1{margin-left:8.3333333333%}.large-3{flex:0 0 25%;max-width:25%}.large-offset-2{margin-left:16.6666666667%}.large-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.large-offset-3{margin-left:25%}.large-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.large-offset-4{margin-left:33.3333333333%}.large-6{flex:0 0 50%;max-width:50%}.large-offset-5{margin-left:41.6666666667%}.large-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.large-offset-6{margin-left:50%}.large-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.large-offset-7{margin-left:58.3333333333%}.large-9{flex:0 0 75%;max-width:75%}.large-offset-8{margin-left:66.6666666667%}.large-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.large-offset-9{margin-left:75%}.large-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.large-offset-10{margin-left:83.3333333333%}.large-12{flex:0 0 100%;max-width:100%}.large-offset-11{margin-left:91.6666666667%}.large-up-1{flex-wrap:wrap}.large-up-1>.column,.large-up-1>.columns{flex:0 0 100%;max-width:100%}.large-up-2{flex-wrap:wrap}.large-up-2>.column,.large-up-2>.columns{flex:0 0 50%;max-width:50%}.large-up-3{flex-wrap:wrap}.large-up-3>.column,.large-up-3>.columns{flex:0 0 33.3333333333%;max-width:33.3333333333%}.large-up-4{flex-wrap:wrap}.large-up-4>.column,.large-up-4>.columns{flex:0 0 25%;max-width:25%}.large-up-5{flex-wrap:wrap}.large-up-5>.column,.large-up-5>.columns{flex:0 0 20%;max-width:20%}.large-up-6{flex-wrap:wrap}.large-up-6>.column,.large-up-6>.columns{flex:0 0 16.6666666667%;max-width:16.6666666667%}.large-up-7{flex-wrap:wrap}.large-up-7>.column,.large-up-7>.columns{flex:0 0 14.2857142857%;max-width:14.2857142857%}.large-up-8{flex-wrap:wrap}.large-up-8>.column,.large-up-8>.columns{flex:0 0 12.5%;max-width:12.5%}}

@media print, screen and (min-width: 64em)and (min-width: 64em){.large-expand{flex:1 1}}

.row.large-unstack>.column,.row.large-unstack>.columns{flex:0 0 100%}

@media print, screen and (min-width: 64em){.row.large-unstack>.column,.row.large-unstack>.columns{flex:1 1}}

@media print, screen and (min-width: 64em){.large-collapse>.column,.large-collapse>.columns{padding-right:0;padding-left:0}}

@media print, screen and (min-width: 64em){.large-uncollapse>.column,.large-uncollapse>.columns{padding-right:1.8rem;padding-left:1.8rem}}

.shrink{flex:0 0 auto;max-width:100%}

.column-block{margin-bottom:0}

.column-block>:last-child{margin-bottom:0}

@media print, screen and (min-width: 40em){.column-block{margin-bottom:3.6rem}.column-block>:last-child{margin-bottom:0}}

@font-face{font-weight:normal;font-family:TabletGothic;font-style:normal;src:url("https://static.zeit.de/p/zeit.web/latest/fonts/tabletgothic/TabletGothic-Regular.woff2") format("woff2"),url("https://static.zeit.de/p/zeit.web/latest/fonts/tabletgothic/TabletGothic-Regular.woff") format("woff");font-display:swap}

@font-face{font-weight:normal;font-family:TabletGothic;font-style:italic;src:url("https://static.zeit.de/p/zeit.web/latest/fonts/tabletgothic/TabletGothic-Italic.woff2") format("woff2"),url("https://static.zeit.de/p/zeit.web/latest/fonts/tabletgothic/TabletGothic-Italic.woff") format("woff");font-display:swap}

@font-face{font-weight:bold;font-family:TabletGothic;font-style:normal;src:url("https://static.zeit.de/p/zeit.web/latest/fonts/tabletgothic/TabletGothic-Bold.woff2") format("woff2"),url("https://static.zeit.de/p/zeit.web/latest/fonts/tabletgothic/TabletGothic-Bold.woff") format("woff");font-display:swap}

@font-face{font-weight:normal;font-family:FranziskaWebPro;font-style:normal;src:url("https://static.zeit.de/p/zeit.web/latest/fonts/franziska/FranziskaWebPro.woff") format("woff");font-display:swap}

@font-face{font-weight:bold;font-family:FranziskaWebPro;font-style:normal;src:url("https://static.zeit.de/p/zeit.web/latest/fonts/franziska/FranziskaWebPro-Demibold.woff") format("woff");font-display:swap}

@font-face{font-weight:normal;font-family:FranziskaWebPro;font-style:italic;src:url("https://static.zeit.de/p/zeit.web/latest/fonts/franziska/FranziskaWebPro-Italic.woff") format("woff");font-display:swap}

@font-face{font-weight:bold;font-family:PatronBold;font-style:normal;src:url("https://static.zeit.de/p/zeit.web/latest/fonts/patron_bold/PatronWEB-Bold.woff2") format("woff2"),url("https://static.zeit.de/p/zeit.web/latest/fonts/patron_bold/PatronWEB-Bold.woff") format("woff");font-display:swap}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}

.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}

.slick-list:focus{outline:none}

.slick-list.dragging{cursor:pointer;cursor:hand}

.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0, 0, 0)}

.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}

.slick-track:before,.slick-track:after{content:"";display:table}

.slick-track:after{clear:both}

.slick-loading .slick-track{visibility:hidden}

.slick-slide{float:left;height:100%;min-height:1px;display:none}

[dir=rtl] .slick-slide{float:right}

.slick-slide img{display:block}

.slick-slide.slick-loading img{display:none}

.slick-slide.dragging img{pointer-events:none}

.slick-initialized .slick-slide{display:block}

.slick-loading .slick-slide{visibility:hidden}

.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}

.slick-arrow.slick-hidden{display:none}

.hide{display:none !important}

.invisible{visibility:hidden}

.visible{visibility:visible}

@media print, screen and (max-width: 39.99875em){.hide-for-small-only{display:none !important}}

@media screen and (max-width: 0em), screen and (min-width: 40em){.show-for-small-only{display:none !important}}

@media print, screen and (min-width: 40em){.hide-for-medium{display:none !important}}

@media screen and (max-width: 39.99875em){.show-for-medium{display:none !important}}

@media print, screen and (min-width: 40em)and (max-width: 63.99875em){.hide-for-medium-only{display:none !important}}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em){.show-for-medium-only{display:none !important}}

@media print, screen and (min-width: 64em){.hide-for-large{display:none !important}}

@media screen and (max-width: 63.99875em){.show-for-large{display:none !important}}

@media print, screen and (min-width: 64em){.hide-for-large-only{display:none !important}}

@media screen and (max-width: 63.99875em){.show-for-large-only{display:none !important}}

.show-for-sr,.show-on-focus{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}

.show-on-focus:active,.show-on-focus:focus{position:static !important;width:auto !important;height:auto !important;overflow:visible !important;clip:auto !important;white-space:normal !important}

.show-for-landscape,.hide-for-portrait{display:block !important}

@media screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:block !important}}

@media screen and (orientation: portrait){.show-for-landscape,.hide-for-portrait{display:none !important}}

.hide-for-landscape,.show-for-portrait{display:none !important}

@media screen and (orientation: landscape){.hide-for-landscape,.show-for-portrait{display:none !important}}

@media screen and (orientation: portrait){.hide-for-landscape,.show-for-portrait{display:block !important}}

.show-for-dark-mode{display:none}

.hide-for-dark-mode{display:block}

@media screen and (prefers-color-scheme: dark){.show-for-dark-mode{display:block !important}.hide-for-dark-mode{display:none !important}}

.show-for-ie{display:none}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.show-for-ie{display:block !important}.hide-for-ie{display:none !important}}

.show-for-sticky{display:none}

.is-stuck .show-for-sticky{display:block}

.is-stuck .hide-for-sticky{display:none}

.switch{position:relative;margin-bottom:1rem;outline:0;font-size:1.4rem;font-weight:bold;color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;height:2rem}

.switch-input{position:absolute;margin-bottom:0;opacity:0}

.switch-paddle{position:relative;display:block;width:4rem;height:2rem;border-radius:0;background:#cacaca;transition:all .25s ease-out;font-weight:inherit;color:inherit;cursor:pointer}

input+.switch-paddle{margin:0}

.switch-paddle::after{position:absolute;top:.25rem;left:.25rem;display:block;width:1.5rem;height:1.5rem;transform:translate3d(0, 0, 0);border-radius:0;background:#fff;transition:all .25s ease-out;content:""}

input:checked~.switch-paddle{background:#004178}

input:checked~.switch-paddle::after{left:2.25rem}

input:disabled~.switch-paddle{cursor:not-allowed;opacity:.5}

[data-whatinput=mouse] input:focus~.switch-paddle{outline:0}

.switch-inactive,.switch-active{position:absolute;top:50%;transform:translateY(-50%)}

.switch-active{left:8%;display:none}

input:checked+label>.switch-active{display:block}

.switch-inactive{right:15%}

input:checked+label>.switch-inactive{display:none}

.switch.tiny{height:1.5rem}

.switch.tiny .switch-paddle{width:3rem;height:1.5rem;font-size:1rem}

.switch.tiny .switch-paddle::after{top:.25rem;left:.25rem;width:1rem;height:1rem}

.switch.tiny input:checked~.switch-paddle::after{left:1.75rem}

.switch.small{height:1.75rem}

.switch.small .switch-paddle{width:3.5rem;height:1.75rem;font-size:1.2rem}

.switch.small .switch-paddle::after{top:.25rem;left:.25rem;width:1.25rem;height:1.25rem}

.switch.small input:checked~.switch-paddle::after{left:2rem}

.switch.large{height:2.5rem}

.switch.large .switch-paddle{width:5rem;height:2.5rem;font-size:1.6rem}

.switch.large .switch-paddle::after{top:.25rem;left:.25rem;width:2rem;height:2rem}

.switch.large input:checked~.switch-paddle::after{left:2.75rem}

.callout{position:relative;margin:0 0 1rem 0;padding:1rem;border:1px solid rgba(10,10,10,.25);border-radius:0;background-color:#fff;color:#0a0a0a}

.callout>:first-child{margin-top:0}

.callout>:last-child{margin-bottom:0}

.callout.primary{background-color:#c5e4ff;color:#0a0a0a}

.callout.secondary{background-color:#ffefd7;color:#0a0a0a}

.callout.tertiary{background-color:#f0f2f5;color:#0a0a0a}

.callout.success{background-color:#e1faea;color:#0a0a0a}

.callout.warning{background-color:#fff3d9;color:#0a0a0a}

.callout.alert{background-color:#f7e4e1;color:#0a0a0a}

.callout.neutral{background-color:#efefef;color:#0a0a0a}

.callout.small{padding-top:.5rem;padding-right:.5rem;padding-bottom:.5rem;padding-left:.5rem}

.callout.large{padding-top:3rem;padding-right:3rem;padding-bottom:3rem;padding-left:3rem}

[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],textarea{display:block;box-sizing:border-box;width:100%;height:4.7rem;margin:0 0 1.6rem;padding:.8rem;border:1px solid #cacaca;border-radius:0;background-color:#fff;box-shadow:none;font-family:inherit;font-size:1.6rem;font-weight:normal;line-height:2rem;color:#565655;transition:box-shadow .5s,border-color .25s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}

[type=text]:focus,[type=password]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=week]:focus,[type=email]:focus,[type=number]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=url]:focus,[type=color]:focus,textarea:focus{outline:none;border:1px solid #8a8a8a;background-color:#fff;box-shadow:none;transition:box-shadow .5s,border-color .25s ease-in-out}

textarea{max-width:100%}

textarea[rows]{height:auto}

input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}

[type=submit],[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}

input[type=search]{box-sizing:border-box}

::-moz-placeholder{color:#cacaca}

::placeholder{color:#cacaca}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html{line-height:1.15;-webkit-text-size-adjust:100%}

body{margin:0}

h1{font-size:2em;margin:.67em 0}

hr{box-sizing:content-box;height:0;overflow:visible}

pre{font-family:monospace,monospace;font-size:1em}

a{background-color:rgba(0,0,0,0)}

abbr[title]{border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}

b,strong{font-weight:bolder}

code,kbd,samp{font-family:monospace,monospace;font-size:1em}

small{font-size:80%}

sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}

sub{bottom:-0.25em}

sup{top:-0.5em}

img{border-style:none}

button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}

button,input{overflow:visible}

button,select{text-transform:none}

button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}

fieldset{padding:.35em .75em .625em}

legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}

progress{vertical-align:baseline}

textarea{overflow:auto}

[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}

[type=search]{-webkit-appearance:textfield;outline-offset:-2px}

[type=search]::-webkit-search-decoration{-webkit-appearance:none}

::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

details{display:block}

summary{display:list-item}

template{display:none}

[hidden]{display:none}

[data-whatintent=mouse] *,[data-whatintent=mouse] *:focus,[data-whatintent=touch] *,[data-whatintent=touch] *:focus,[data-whatinput=mouse] *,[data-whatinput=mouse] *:focus,[data-whatinput=touch] *,[data-whatinput=touch] *:focus{outline:none}

[draggable=false]{-webkit-touch-callout:none;-webkit-user-select:none}

.foundation-mq{font-family:"small=0em&medium=40em&large=64em"}

@keyframes skeleton{from{background-position:0 0}to{background-position:800% 0}}

.icon{width:1em;height:1em;margin:auto;fill:currentColor}

.icon--small{width:.7em;height:.7em}

.icon--big{width:1.2em;height:1.2em}

.icon--space-before{margin-left:1.2rem}

.icon--space-after{margin-right:.6rem}

.icon--flip{transform:rotate(180deg);transform-origin:center}

.icon--set-position{position:absolute}

.icon__instagram{border-radius:22.5%;background:radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%)}

.accordion{border-bottom:1px solid #252525}

.accordion__chevron{display:block;width:3.9rem;height:1.9rem;transform:rotate(180deg);stroke:currentColor}

.accordion__chevron--small{height:1.2rem}

.accordion__link,.accordion__toggle{display:block}

.accordion__panel,.accordion__state{display:none}

.accordion__state:checked~.accordion__panel{display:block}

.accordion__state:checked~.accordion__toggle{font-weight:700}

.accordion__state:checked~.accordion__toggle .accordion__chevron{transform:none}

.accordion__toggle{padding:1.2rem;border-top:1px solid #252525;cursor:pointer}

.accordion--nav .accordion__link{padding:.6rem 1.2rem .6rem 1.8rem}

.accordion--nav .accordion__panel .accordion__link,.accordion--nav .accordion__panel .accordion__toggle{margin-left:2.4rem;padding-left:.6rem}

.accordion--nav .accordion__panel .accordion__toggle{border-color:#2e925e}

.accordion--nav .accordion__panel .accordion__toggle:first-child{border-style:none}

.accordion--nav .accordion__panel>.accordion__group:first-child>.accordion__toggle{border-style:none}

.accordion--nav .accordion__toggle{padding-left:1.8rem}

.adblock-fence{z-index:150;position:fixed;inset:0 0 0 0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3)}

.adblock-fence-wrapper{z-index:150;position:fixed;display:none}

.adblock-fence__content{padding:1.8rem;position:relative;max-width:800px;max-height:100%;overflow-y:auto;color:#252525;font-family:"TabletGothic";text-align:center;background:#fff}

@media print, screen and (min-width: 40em){.adblock-fence__content{padding:3.6rem}}

@media print, screen and (min-width: 64em){.adblock-fence__content{padding:7.2rem}}

.adblock-fence__content--no-padding{padding:0}

.adblock-fence__close{font-size:2.278125rem;line-height:3.4171875rem;position:absolute;top:1.2rem;right:1.2rem;z-index:1;cursor:pointer}

@media print, screen and (min-width: 40em){.adblock-fence__close{top:2.4rem;right:2.4rem}}

.adblock-fence__close--light{color:#fff}

.adblock-fence__title{font-size:3.11794736rem;line-height:4.67692104rem;margin:0 2.4rem .6rem;font-weight:300}

@media print, screen and (min-width: 40em){.adblock-fence__title{font-size:3.3745830456rem;line-height:5.0618745684rem}}

@media print, screen and (min-width: 64em){.adblock-fence__title{font-size:3.6491157532rem;line-height:5.4736736298rem}}

.adblock-fence__info{font-size:1.8rem;line-height:2.7rem;margin-bottom:2.4rem;font-weight:300}

.adblock-fence__fine-print{font-size:1.1237311385rem;line-height:1.6855967078rem;margin-top:4.8rem;line-height:170%;text-align:justify}

.ads-med-rec{padding:3.6rem 0 0}

.ads-med-rec--article{padding-bottom:3.6rem}

.ads-med-rec__ad--sidebar{width:300px;margin:auto}

.ads-med-rec__ad>div::before{font-size:1.4222222222rem;line-height:2.1333333333rem;font-family:"TabletGothic";display:block;margin-bottom:.2444444444rem;color:#99999c;font-weight:bold;text-transform:uppercase}

.ads-med-rec--DACH .ads-med-rec__ad>div::before,.ads-med-rec--ZEIT_JOBS .ads-med-rec__ad>div::before{content:"Anzeige"}

.ads-med-rec--COM .ads-med-rec__ad>div::before{content:"Advertisement"}

.ads-med-rec--ZEIT_JOBS{margin-bottom:3rem}

.bookmark-flag{font-size:1.4222222222rem;line-height:2.1333333333rem;position:relative;float:right;margin-top:-0.6rem;margin-right:-3rem;padding-right:.6rem;padding-bottom:.6rem;padding-left:6rem;overflow:hidden;font-family:"TabletGothic"}

@media print, screen and (min-width: 40em){.bookmark-flag{margin-top:-0.6rem;margin-right:-3rem}}

@media print, screen and (min-width: 64em){.bookmark-flag{margin-top:-1.8rem;margin-right:-3.6rem}}

@media print, screen and (min-width: 64em){.compact .bookmark-flag{margin-top:-1.2rem;margin-right:-2.4rem}}

.bookmark-flag__toggle-label{position:relative;display:flex;align-items:center;padding:.2839506173rem 1.2rem .2444444444rem 0;color:#e15561;font-weight:700;line-height:100%;white-space:nowrap;text-transform:uppercase;vertical-align:middle;background-color:#eeeef0;cursor:pointer;transition:transform .3s}

.bookmark-flag__toggle-label::before{display:inline-block;width:2rem;height:2rem;margin-top:-2px;margin-right:2px;margin-left:3px;line-height:2rem;content:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/bookmark_flag-unchecked-d8cb4b5e.svg)}

@media print, screen and (min-width: 40em){.bookmark-flag__toggle-label{box-shadow:0 1px 2px rgba(37,37,37,.2)}.bookmark-flag__toggle-label::after{width:0;height:0;content:"";border-top:.6rem solid #c0cbe0;border-right:.6rem solid rgba(0,0,0,0);border-left:0 solid rgba(0,0,0,0);position:absolute;right:0;bottom:-0.6rem;content:""}}

.bookmark-flag__toggle-label--bookmarked{position:absolute;top:0;right:.6rem;color:#fff;background-color:#e15561;transform:translateX(107%);transform-origin:left}

.bookmark-flag__toggle-label--bookmarked::before{content:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/bookmark_flag-checked-ed3779e0.svg)}

@media print, screen and (min-width: 40em){.bookmark-flag__toggle-label--bookmarked::after{width:0;height:0;content:"";border-top:.6rem solid #8c5600;border-right:.6rem solid rgba(0,0,0,0);border-left:0 solid rgba(0,0,0,0);bottom:-0.6rem}}

.bookmark-flag__toggle-label--active{transform:translateX(0)}

@media print, screen and (min-width: 64em){.compact .bookmark-flag__toggle-label{box-shadow:none}.compact .bookmark-flag__toggle-label::after{display:none}}

.breadcrumbs{margin:1.8rem;font-size:1.2641975309rem;line-height:1.8962962963rem}

@media print, screen and (min-width: 40em){.breadcrumbs{margin:2.4rem 0}}

.breadcrumbs__link{display:flex;align-items:center}

.breadcrumbs__link-icon{flex-shrink:0;height:1.2rem;margin:0;vertical-align:middle}

.breadcrumbs__link-text{display:inline-block;margin-left:1rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;vertical-align:middle}

.breadcrumbs--spaced{margin-top:3.6rem}

.button{display:inline-block;vertical-align:middle;margin:0;padding:12px 4.2rem;border:1px solid rgba(0,0,0,0);border-radius:.6rem;transition:background-color .25s ease-out,color .25s ease-out;font-family:"TabletGothic";font-size:1.8rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer}

[data-whatinput=mouse] .button{outline:0}

.button.tiny{font-size:1.2641975309rem}

.button.small{font-size:1.4222222222rem}

.button.large{font-size:2.025rem}

.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}

.button,.button.disabled,.button[disabled],.button.disabled:hover,.button[disabled]:hover,.button.disabled:focus,.button[disabled]:focus{background-color:#252525;color:#fff}

.button:hover,.button:focus{background-color:#252525;color:#fff}

.button.primary,.button.primary.disabled,.button.primary[disabled],.button.primary.disabled:hover,.button.primary[disabled]:hover,.button.primary.disabled:focus,.button.primary[disabled]:focus{background-color:#004178;color:#fff}

.button.primary:hover,.button.primary:focus{background-color:#003460;color:#fff}

.button.secondary,.button.secondary.disabled,.button.secondary[disabled],.button.secondary.disabled:hover,.button.secondary[disabled]:hover,.button.secondary.disabled:focus,.button.secondary[disabled]:focus{background-color:#f29400;color:#fff}

.button.secondary:hover,.button.secondary:focus{background-color:#c27600;color:#fff}

.button.tertiary,.button.tertiary.disabled,.button.tertiary[disabled],.button.tertiary.disabled:hover,.button.tertiary[disabled]:hover,.button.tertiary.disabled:focus,.button.tertiary[disabled]:focus{background-color:#98abbe;color:#fff}

.button.tertiary:hover,.button.tertiary:focus{background-color:#6e89a4;color:#fff}

.button.success,.button.success.disabled,.button.success[disabled],.button.success.disabled:hover,.button.success[disabled]:hover,.button.success.disabled:focus,.button.success[disabled]:focus{background-color:#3adb76;color:#fff}

.button.success:hover,.button.success:focus{background-color:#22bb5b;color:#fff}

.button.warning,.button.warning.disabled,.button.warning[disabled],.button.warning.disabled:hover,.button.warning[disabled]:hover,.button.warning.disabled:focus,.button.warning[disabled]:focus{background-color:#ffae00;color:#fff}

.button.warning:hover,.button.warning:focus{background-color:#cc8b00;color:#fff}

.button.alert,.button.alert.disabled,.button.alert[disabled],.button.alert.disabled:hover,.button.alert[disabled]:hover,.button.alert.disabled:focus,.button.alert[disabled]:focus{background-color:#cc4b37;color:#fff}

.button.alert:hover,.button.alert:focus{background-color:#a53b2a;color:#fff}

.button.neutral,.button.neutral.disabled,.button.neutral[disabled],.button.neutral.disabled:hover,.button.neutral[disabled]:hover,.button.neutral.disabled:focus,.button.neutral[disabled]:focus{background-color:#959595;color:#fff}

.button.neutral:hover,.button.neutral:focus{background-color:#777;color:#fff}

.button.hollow,.button.hollow:hover,.button.hollow:focus,.button.hollow.disabled,.button.hollow.disabled:hover,.button.hollow.disabled:focus,.button.hollow[disabled],.button.hollow[disabled]:hover,.button.hollow[disabled]:focus{background-color:rgba(0,0,0,0)}

.button.hollow,.button.hollow.disabled,.button.hollow[disabled],.button.hollow.disabled:hover,.button.hollow[disabled]:hover,.button.hollow.disabled:focus,.button.hollow[disabled]:focus{border:1px solid #252525;color:#252525}

.button.hollow:hover,.button.hollow:focus{border-color:#131313;color:#131313}

.button.hollow.primary,.button.hollow.primary.disabled,.button.hollow.primary[disabled],.button.hollow.primary.disabled:hover,.button.hollow.primary[disabled]:hover,.button.hollow.primary.disabled:focus,.button.hollow.primary[disabled]:focus{border:1px solid #004178;color:#004178}

.button.hollow.primary:hover,.button.hollow.primary:focus{border-color:#00213c;color:#00213c}

.button.hollow.secondary,.button.hollow.secondary.disabled,.button.hollow.secondary[disabled],.button.hollow.secondary.disabled:hover,.button.hollow.secondary[disabled]:hover,.button.hollow.secondary.disabled:focus,.button.hollow.secondary[disabled]:focus{border:1px solid #f29400;color:#f29400}

.button.hollow.secondary:hover,.button.hollow.secondary:focus{border-color:#794a00;color:#794a00}

.button.hollow.tertiary,.button.hollow.tertiary.disabled,.button.hollow.tertiary[disabled],.button.hollow.tertiary.disabled:hover,.button.hollow.tertiary[disabled]:hover,.button.hollow.tertiary.disabled:focus,.button.hollow.tertiary[disabled]:focus{border:1px solid #98abbe;color:#98abbe}

.button.hollow.tertiary:hover,.button.hollow.tertiary:focus{border-color:#425669;color:#425669}

.button.hollow.success,.button.hollow.success.disabled,.button.hollow.success[disabled],.button.hollow.success.disabled:hover,.button.hollow.success[disabled]:hover,.button.hollow.success.disabled:focus,.button.hollow.success[disabled]:focus{border:1px solid #3adb76;color:#3adb76}

.button.hollow.success:hover,.button.hollow.success:focus{border-color:#157539;color:#157539}

.button.hollow.warning,.button.hollow.warning.disabled,.button.hollow.warning[disabled],.button.hollow.warning.disabled:hover,.button.hollow.warning[disabled]:hover,.button.hollow.warning.disabled:focus,.button.hollow.warning[disabled]:focus{border:1px solid #ffae00;color:#ffae00}

.button.hollow.warning:hover,.button.hollow.warning:focus{border-color:#805700;color:#805700}

.button.hollow.alert,.button.hollow.alert.disabled,.button.hollow.alert[disabled],.button.hollow.alert.disabled:hover,.button.hollow.alert[disabled]:hover,.button.hollow.alert.disabled:focus,.button.hollow.alert[disabled]:focus{border:1px solid #cc4b37;color:#cc4b37}

.button.hollow.alert:hover,.button.hollow.alert:focus{border-color:#67251a;color:#67251a}

.button.hollow.neutral,.button.hollow.neutral.disabled,.button.hollow.neutral[disabled],.button.hollow.neutral.disabled:hover,.button.hollow.neutral[disabled]:hover,.button.hollow.neutral.disabled:focus,.button.hollow.neutral[disabled]:focus{border:1px solid #959595;color:#959595}

.button.hollow.neutral:hover,.button.hollow.neutral:focus{border-color:#4b4b4b;color:#4b4b4b}

.button.clear,.button.clear:hover,.button.clear:focus,.button.clear.disabled,.button.clear.disabled:hover,.button.clear.disabled:focus,.button.clear[disabled],.button.clear[disabled]:hover,.button.clear[disabled]:focus{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}

.button.clear,.button.clear.disabled,.button.clear[disabled],.button.clear.disabled:hover,.button.clear[disabled]:hover,.button.clear.disabled:focus,.button.clear[disabled]:focus{color:#252525}

.button.clear:hover,.button.clear:focus{color:#131313}

.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary[disabled],.button.clear.primary.disabled:hover,.button.clear.primary[disabled]:hover,.button.clear.primary.disabled:focus,.button.clear.primary[disabled]:focus{color:#004178}

.button.clear.primary:hover,.button.clear.primary:focus{color:#00213c}

.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary[disabled],.button.clear.secondary.disabled:hover,.button.clear.secondary[disabled]:hover,.button.clear.secondary.disabled:focus,.button.clear.secondary[disabled]:focus{color:#f29400}

.button.clear.secondary:hover,.button.clear.secondary:focus{color:#794a00}

.button.clear.tertiary,.button.clear.tertiary.disabled,.button.clear.tertiary[disabled],.button.clear.tertiary.disabled:hover,.button.clear.tertiary[disabled]:hover,.button.clear.tertiary.disabled:focus,.button.clear.tertiary[disabled]:focus{color:#98abbe}

.button.clear.tertiary:hover,.button.clear.tertiary:focus{color:#425669}

.button.clear.success,.button.clear.success.disabled,.button.clear.success[disabled],.button.clear.success.disabled:hover,.button.clear.success[disabled]:hover,.button.clear.success.disabled:focus,.button.clear.success[disabled]:focus{color:#3adb76}

.button.clear.success:hover,.button.clear.success:focus{color:#157539}

.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning[disabled],.button.clear.warning.disabled:hover,.button.clear.warning[disabled]:hover,.button.clear.warning.disabled:focus,.button.clear.warning[disabled]:focus{color:#ffae00}

.button.clear.warning:hover,.button.clear.warning:focus{color:#805700}

.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert[disabled],.button.clear.alert.disabled:hover,.button.clear.alert[disabled]:hover,.button.clear.alert.disabled:focus,.button.clear.alert[disabled]:focus{color:#cc4b37}

.button.clear.alert:hover,.button.clear.alert:focus{color:#67251a}

.button.clear.neutral,.button.clear.neutral.disabled,.button.clear.neutral[disabled],.button.clear.neutral.disabled:hover,.button.clear.neutral[disabled]:hover,.button.clear.neutral.disabled:focus,.button.clear.neutral[disabled]:focus{color:#959595}

.button.clear.neutral:hover,.button.clear.neutral:focus{color:#4b4b4b}

.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}

.button.dropdown::after{display:block;width:0;height:0;border-style:solid;border-width:.4em;content:"";border-bottom-width:0;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0);position:relative;top:.4em;display:inline-block;float:right;margin-left:4.2rem}

.button.dropdown.hollow::after,.button.dropdown.clear::after{border-top-color:#252525}

.button.dropdown.hollow.primary::after,.button.dropdown.clear.primary::after{border-top-color:#004178}

.button.dropdown.hollow.secondary::after,.button.dropdown.clear.secondary::after{border-top-color:#f29400}

.button.dropdown.hollow.tertiary::after,.button.dropdown.clear.tertiary::after{border-top-color:#98abbe}

.button.dropdown.hollow.success::after,.button.dropdown.clear.success::after{border-top-color:#3adb76}

.button.dropdown.hollow.warning::after,.button.dropdown.clear.warning::after{border-top-color:#ffae00}

.button.dropdown.hollow.alert::after,.button.dropdown.clear.alert::after{border-top-color:#cc4b37}

.button.dropdown.hollow.neutral::after,.button.dropdown.clear.neutral::after{border-top-color:#959595}

.button.arrow-only::after{top:-0.1em;float:none;margin-left:0}

a.button:hover,a.button:focus{text-decoration:none}

.button.pill{font-size:1.4222222222rem;display:inline-block;max-width:100%;padding:.8rem 1rem;color:#fff;font-weight:400;line-height:normal;white-space:nowrap;text-align:left;text-transform:uppercase;background-color:#2e925e;cursor:inherit}

.button.pill .text-overflow{max-width:86%;max-width:calc(100% - 24px)}

.button.pill .pill__delete{position:relative;display:inline-block;margin:-0.8rem -1rem -0.8rem .4rem;padding:.8rem 1.2rem;border-radius:.6rem;cursor:pointer;transition:.3s}

.button.pill .pill__delete:hover{background:#226b45}

.button.pill .pill__delete .icon{pointer-events:none}

.button.social-login{font-size:1.6rem;line-height:2.4rem;margin-bottom:1.2rem;font-weight:700}

.button.social-login__facebook{color:#fff;background-color:#4267b2}

.button.social-login__facebook:hover{background-color:#335391}

.button.social-login__facebook:active{background-color:#2a4476}

.button.social-login__google{border:1px solid #959595;color:#252525;background-color:#fff}

.button.social-login__google:hover{background-color:#eee}

.button.social-login__google:active{border:none;background-color:#eee}

.button.with-icon-after svg,.button.with-icon-before svg{width:1em;height:1em;margin-bottom:-2px;vertical-align:baseline;fill:currentColor}

.button.with-icon-large svg{width:2.4rem;height:2.4rem;margin-bottom:-0.6rem}

.button.with-icon-before svg{margin-right:0rem}

.button.with-icon-after svg{margin-left:0rem}

.button{font-size:1.6rem;line-height:2.4rem;display:flex;align-items:center;justify-content:center;border:none;font-weight:700;cursor:pointer;transition:.3s}

.button:focus{outline:none}

.button--primary,.button--primary:focus{background-color:#e15561}

.button--primary:hover{background-color:#db3241}

.button--primary:active{background-color:#cb2432;transform:scale(0.99)}

.button--secondary,.button--secondary:focus{background-color:#e15561}

.button--secondary:hover{background-color:#dc3b49}

.button--secondary:active{background-color:#d92a39;transform:scale(0.99)}

.button--quarternary,.button--quarternary:focus{background-color:#959595}

.button--quarternary:hover{background-color:#7c7c7c}

.button--quarternary:active{background-color:#555;transform:scale(0.99)}

.button--large{font-size:1.8rem;line-height:2.7rem;padding:18px 2.4rem}

.button--bordered{font-size:1.4222222222rem;line-height:2.1333333333rem;padding:1.4444444444rem 1.8rem 12px;border:.1rem solid #2e925e;color:#2e925e;font-weight:400;text-transform:uppercase}

.button--bordered,.button--bordered:hover,.button--bordered:focus,.button--bordered.disabled,.button--bordered.disabled:hover,.button--bordered.disabled:focus,.button--bordered[disabled],.button--bordered[disabled]:hover,.button--bordered[disabled]:focus{background-color:rgba(0,0,0,0)}

.button--bordered:hover{color:#2e925e}

.button--bordered:focus{color:inherit}

.button--transparent{padding:0;color:#2e925e;font-weight:400;font-size:inherit}

.button--transparent,.button--transparent:hover,.button--transparent:focus,.button--transparent.disabled,.button--transparent.disabled:hover,.button--transparent.disabled:focus,.button--transparent[disabled],.button--transparent[disabled]:hover,.button--transparent[disabled]:focus{background-color:rgba(0,0,0,0)}

.button--transparent:hover{color:#2e925e}

.button--transparent:focus{color:inherit}

.button--box{font-size:2.025rem;line-height:3.0375rem;width:4.2rem;height:4.2rem;padding:0}

.button--box-small{font-size:1.4222222222rem;line-height:2.1333333333rem;width:3rem;height:3rem;padding:0}

.button__name-space{padding:0 1.2rem}

.button__name-space--small{padding:0 .6rem}

.button--bold{font-weight:700}

.button--scrolltop{font-size:1.4222222222rem;line-height:2.1333333333rem;z-index:40;position:fixed;right:1.8rem;bottom:0;padding:.6rem;font-weight:400;line-height:1rem;text-transform:uppercase;background-color:#2e925e;transform:translateY(12px);opacity:0;transition:all .3s}

.button--scrolltop .icon{margin-left:.6rem}

.button--scrolltop.is-scrolling{transform:translateY(-24px);opacity:.7}

.button.hollow{font-weight:300}

.button .locked::after{position:relative;padding-right:.6rem;padding-left:1.2rem;content:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDExIDE1Ij48ZyBmaWxsPSJub25lIj48ZyBmaWxsPSIjOEM5REFGIj48cGF0aCBkPSJNOS42IDZMOC45IDYgOC45IDMuNEM4LjkgMS41IDcuNCAwIDUuNSAwIDMuNiAwIDIuMSAxLjUgMi4xIDMuNEwyLjEgNiAxLjQgNkMwLjYgNiAwIDYuNiAwIDcuNEwwLjYgMTMuNkMwLjYgMTQuNCAxLjIgMTUgMiAxNUw5IDE1QzkuOCAxNSAxMC40IDE0LjQgMTAuNCAxMy42TDExIDcuNEMxMSA2LjcgMTAuNCA2IDkuNiA2TDkuNiA2Wk02LjIgMTIuOEw0LjggMTIuOCA0LjUgMTAuNkM0LjUgMTAgNSA5LjYgNS41IDkuNiA2LjEgOS42IDYuNSAxMCA2LjUgMTAuNkw2LjIgMTIuOCA2LjIgMTIuOFpNNy41IDZMMy41IDYgMy41IDMuNEMzLjUgMi4zIDQuNCAxLjQgNS41IDEuNCA2LjYgMS40IDcuNSAyLjMgNy41IDMuNEw3LjUgNiA3LjUgNloiLz48L2c+PC9nPjwvc3ZnPg==")}

.button--below-card-group{margin-top:3rem}

.caption-image__image{display:block;max-width:100%;margin-right:auto;margin-bottom:1.2rem;margin-left:auto}

.caption-image__content+.caption-image__subline{margin-top:1.2rem}

.card{position:relative;background-color:#fff;margin-bottom:.6rem;padding:1.8rem}

@media print, screen and (min-width: 40em){.card{box-shadow:0 1px 2px rgba(86,86,85,.2)}}

@media print, screen and (min-width: 64em){.card{padding:2.4rem}}

.card--callout{padding-bottom:1.2rem}

.card--expired{opacity:.45}

@media print{.card--expired{opacity:1}}

@media print, screen and (min-width: 40em){.card--increased-padding{padding:4.8rem}}

.card--info{padding-top:6rem;padding-bottom:6rem}

@media print, screen and (min-width: 40em){.card--info{padding-top:8.4rem;padding-bottom:8.4rem}}

.card--rounded{border-radius:8px}

.card--profile-employer-premium .widget,.card--profile-graduateschool-premium .widget{padding-bottom:3rem;border-bottom:1px solid #959595}

@media print, screen and (min-width: 40em){.card--profile-employer-premium .widget,.card--profile-graduateschool-premium .widget{padding-bottom:4.2rem}}

.card--profile-employer-premium .widget:last-child,.card--profile-graduateschool-premium .widget:last-child{border-bottom:none}

.card .search-suggestions{margin-bottom:2.4rem}

.card .search-suggestions__label{margin-right:.6rem}

.card .search-suggestions__link{text-decoration:underline}

.card .widget{margin-top:6rem;margin-bottom:6rem}

.card .widget:last-child{margin-bottom:0}

.card .widget:first-child{margin-top:0}

.card--job-ad{z-index:1;padding:0}

@media print, screen and (min-width: 64em){.card--job-ad{padding:2.4rem}}

.card--link{display:block}

.card--no-results{margin-bottom:3rem}

.card--stand-alone{margin-bottom:0;padding-bottom:4.8rem}

@media print, screen and (min-width: 40em){.card--stand-alone{margin-top:2.4rem}}

@media print, screen and (min-width: 40em){.card--space-to-footer{margin-bottom:13.8rem}}

.card__email{color:#2e925e}

.card__headline{font-size:2.34256rem;line-height:3.51384rem;width:100%;margin-bottom:1.2rem;padding-top:.6rem;font-weight:300}

@media print, screen and (min-width: 40em){.card__headline{font-size:2.4508687891rem;line-height:3.6763031836rem}}

@media print, screen and (min-width: 64em){.card__headline{font-size:2.562890625rem;line-height:3.8443359375rem}}

@media print, screen and (min-width: 40em){.card__headline{font-size:2.576816rem;line-height:3.865224rem;margin-bottom:2.4rem}}

@media print, screen and (min-width: 40em)and (min-width: 40em){.card__headline{font-size:2.7265915278rem;line-height:4.0898872917rem}}

@media print, screen and (min-width: 40em)and (min-width: 64em){.card__headline{font-size:2.8832519531rem;line-height:4.3248779297rem}}

.card__headline--small{font-size:1.936rem;line-height:2.904rem;margin-top:0;margin-bottom:2.4rem}

@media print, screen and (min-width: 40em){.card__headline--small{font-size:1.98025rem;line-height:2.970375rem}}

@media print, screen and (min-width: 64em){.card__headline--small{font-size:2.025rem;line-height:3.0375rem}}

@media print, screen and (min-width: 40em){.card__headline--small{font-size:2.34256rem;line-height:3.51384rem}}

@media print, screen and (min-width: 40em)and (min-width: 40em){.card__headline--small{font-size:2.4508687891rem;line-height:3.6763031836rem}}

@media print, screen and (min-width: 40em)and (min-width: 64em){.card__headline--small{font-size:2.562890625rem;line-height:3.8443359375rem}}

.card__link{color:#77777c}

.card__paragraph{margin-bottom:1.2rem;padding-bottom:2.4rem}

.card__paragraph--thin{font-weight:300}

.card__paragraph+.card__paragraph{margin-top:0}

.card__password-hint{position:relative;display:inline-block;float:left;margin-top:-1.2rem;margin-right:1.8rem;margin-bottom:2.4rem;padding-left:1.8rem;text-align:left}

.card__password-hint::before{position:absolute;top:5px;left:0;width:12px;height:12px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxMiA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogIDxkZWZzPjwvZGVmcz4KICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgIDxnIGlkPSJNZWRpdW0tKGFiLTY0MHB4KS1QYXNzd29ydC1zZXR6ZW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzguMDAwMDAwLCAtNDY1LjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iI0Q5RERFMiI+CiAgICAgIDxnIGlkPSJHcm91cC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzguMDAwMDAwLCA0NTguMDAwMDAwKSI+CiAgICAgICAgPHBhdGggZD0iTTUuMDg1NzMyNjUsMTQuOTk4NzQ1NSBMMTEuNzgwOTYxOSw4LjIwODc5ODg4IEMxMi4wNDkwNCw3LjkzMjM1NjMzIDEyLjA0OTA0LDcuNDgzNzAzNjYgMTEuNzgwOTYxOSw3LjIwNzU0NDM1IEMxMS41MTI4ODM4LDYuOTMwODE4NTUgMTEuMDc4NTI1OSw2LjkzMDgxODU1IDEwLjgxMDk5NjYsNy4yMDc1NDQzNSBMNC4xMTU3NjczMiwxMy45OTc0OTA5IEwxLjE3MTAyMzkyLDEwLjk1NzQ3MjYgQzAuOTAzMjIwMTkyLDEwLjY4MDc0NjggMC40Njg1ODc5MTksMTAuNjgwNzQ2OCAwLjIwMTA1ODU4NSwxMC45NTc0NzI2IEMtMC4wNjcwMTk1MjgyLDExLjIzMzkxNTEgLTAuMDY3MDE5NTI4MiwxMS42ODI1Njc4IDAuMjAxMDU4NTg1LDExLjk1ODcyNzEgTDMuMTQ1ODAxOTksMTQuOTk4NzQ1NSBMNC4xMTU3NjczMiwxNiBMNS4wODU3MzI2NSwxNC45OTg3NDU1IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICA8L2c+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K");background-size:12px 12px;content:""}

.card__password-hint--checked::before{position:absolute;top:5px;left:0;width:12px;height:12px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxMiA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogIDxkZWZzPjwvZGVmcz4KICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgIDxnIGlkPSJMYXJnZS0oYWItMTAyNHB4KS0tUGFzc3dvcnQtc2V0emVuIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzU5LjAwMDAwMCwgLTUwNy4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiM2QjlFMzAiPgogICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzU5LjAwMDAwMCwgNTAwLjAwMDAwMCkiPgogICAgICAgIDxwYXRoIGQ9Ik01LjA5MzM2NCwxNC45OTg3NDU1IEwxMS43OTg2Mzk3LDguMjA4Nzk4ODggQzEyLjA2NzEyMDEsNy45MzIzNTYzMyAxMi4wNjcxMjAxLDcuNDgzNzAzNjYgMTEuNzk4NjM5Nyw3LjIwNzU0NDM1IEMxMS41MzAxNTkzLDYuOTMwODE4NTUgMTEuMDk1MTQ5Nyw2LjkzMDgxODU1IDEwLjgyNzIxODksNy4yMDc1NDQzNSBMNC4xMjE5NDMyLDEzLjk5NzQ5MDkgTDEuMTcyNzgxMDksMTAuOTU3NDcyNiBDMC45MDQ1NzU1MTEsMTAuNjgwNzQ2OCAwLjQ2OTI5MTA1NSwxMC42ODA3NDY4IDAuMjAxMzYwMjgxLDEwLjk1NzQ3MjYgQy0wLjA2NzEyMDA5MzcsMTEuMjMzOTE1MSAtMC4wNjcxMjAwOTM3LDExLjY4MjU2NzggMC4yMDEzNjAyODEsMTEuOTU4NzI3MSBMMy4xNTA1MjIzOSwxNC45OTg3NDU1IEw0LjEyMTk0MzIsMTYgTDUuMDkzMzY0LDE0Ljk5ODc0NTUgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=");background-size:12px 12px;content:""}

.card--images{height:30.9rem;padding:0}

.card-group{position:relative}

.card-group__card:not(:first-child){margin-top:.6rem}

.career-guide{display:none;padding-top:3rem;padding-bottom:3.6rem;background-color:#252525}

.career-guide__item{text-align:center}

.career-guide__item:not(:last-child){padding-bottom:1.2rem}

.career-guide__label,.career-guide__link{font-size:1.4222222222rem;line-height:2.1333333333rem;font-family:"TabletGothic";color:#fff}

.career-guide__label,.career-guide__link:active{font-weight:700}

.career-guide__link{font-weight:300}

.career-guide__link:active,.career-guide__link:hover{color:#2e925e}

.custom-input:checked,.custom-input:not(:checked){position:absolute;margin-bottom:0;opacity:0}

.custom-input:checked+label,.custom-input:not(:checked)+label{position:relative;padding-left:3.6rem;cursor:pointer}

@media print, screen and (min-width: 64em){.custom-input:checked+label,.custom-input:not(:checked)+label{padding-left:3rem}}

.custom-input:not(:checked)+label::after{transform:scale(0);opacity:0}

.custom-input:checked+label::after{transform:scale(1);opacity:1}

.custom-input--checkbox:checked+label::before,.custom-input--checkbox:not(:checked)+label::before{position:absolute;top:0;left:0;width:24px;height:24px;background-color:#fff;background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/checkbox_unchecked-ffbcc42b.svg);background-size:24px 24px;content:"";transform:translateZ(0)}

@media print, screen and (min-width: 64em){.custom-input--checkbox:checked+label::before,.custom-input--checkbox:not(:checked)+label::before{width:18px;height:18px;background-size:18px 18px}}

.custom-input--checkbox:checked+label::after,.custom-input--checkbox:not(:checked)+label::after{position:absolute;top:0;left:0;width:24px;height:24px;background-color:#fff;background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/checkbox_checked-763ee0e9.svg);background-size:24px 24px;content:"";transition:all .2s}

@media print, screen and (min-width: 64em){.custom-input--checkbox:checked+label::after,.custom-input--checkbox:not(:checked)+label::after{width:18px;height:18px;background-size:18px 18px}}

.custom-input--radio:checked+label::before,.custom-input--radio:not(:checked)+label::before{position:absolute;top:0;left:0;width:24px;height:24px;background-color:#fff;background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/radiobutton_unchecked-a8202364.svg);background-size:24px 24px;content:""}

@media print, screen and (min-width: 64em){.custom-input--radio:checked+label::before,.custom-input--radio:not(:checked)+label::before{width:18px;height:18px;background-size:18px 18px}}

.custom-input--radio:checked+label::after,.custom-input--radio:not(:checked)+label::after{position:absolute;top:0;left:0;width:24px;height:24px;background-color:#fff;background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/radiobutton_checked-79933fd6.svg);background-size:24px 24px;content:"";transition:all .2s}

@media print, screen and (min-width: 64em){.custom-input--radio:checked+label::after,.custom-input--radio:not(:checked)+label::after{width:18px;height:18px;background-size:18px 18px}}

@media print, screen and (min-width: 40em){.custom-input--medium-above:checked+label,.custom-input--medium-above:not(:checked)+label{padding-top:3.6rem;padding-left:0}}

@media print, screen and (min-width: 40em)and (min-width: 64em){.custom-input--medium-above:checked+label,.custom-input--medium-above:not(:checked)+label{padding-top:3rem;padding-left:0}}

@media print, screen and (min-width: 40em){.custom-input--medium-above:checked+label::before,.custom-input--medium-above:not(:checked)+label::before,.custom-input--medium-above:checked+label::after,.custom-input--medium-above:not(:checked)+label::after{right:0;margin:0 auto}}

.category-opener{margin-top:-3.6rem;margin-bottom:3.6rem;padding:1.8rem 1.8rem 0;font-weight:700;font-family:PatronBold,sans-serif;background-color:#fff}

@media print, screen and (min-width: 40em){.category-opener{padding:3.6rem}}

@media print, screen and (min-width: 40em){.category-opener__item{margin-bottom:1.8rem}}

@media print, screen and (max-width: 39.99875em){.category-opener__item{flex-grow:1;max-width:none;margin:0 -1.8rem;border-top:2px solid #eeeef0}}

.category-opener__headline{color:#252525;font-weight:700;font-size:3.2701307793rem;line-height:4.9051961689rem}

@media print, screen and (min-width: 40em){.category-opener__headline{font-size:3.5593453667rem;line-height:5.33901805rem}}

@media print, screen and (min-width: 64em){.category-opener__headline{font-size:3.8704717416rem;line-height:5.8057076124rem}}

.category-opener__title{font-size:1.6rem}

@media print, screen and (min-width: 40em)and (max-width: 63.99875em){.category-opener__title{padding-left:.6rem}}

@media print, screen and (min-width: 64em){.category-opener__title{padding-top:.6rem;text-align:center}}

@media print, screen and (max-width: 63.99875em){.category-opener__title br{display:none}}

.category-opener__icon{width:3rem;height:3rem;margin:0}

.category-opener__link{display:block;margin:0;color:#252525}

@media print, screen and (max-width: 39.99875em){.category-opener__link{padding-left:1.8rem}}

@media print, screen and (min-width: 40em){.category-opener__link{display:flex;flex-flow:row;align-items:center}}

@media print, screen and (min-width: 64em){.category-opener__link{flex-flow:column;justify-content:center;height:100%;padding:1rem;transform:translateY(0);transition:all .3s,transform .3s .075s}}

.category-opener__link:hover{color:#fff;background-color:#e15561}

@media print, screen and (min-width: 64em){.category-opener__link:hover{box-shadow:0 1px 5px rgba(0,0,0,.1);transform:translateY(-0.6rem)}}

.collapsible-navigation{font-weight:300;font-size:20px;font-family:"TabletGothic";transform:translateZ(0)}

@media print, screen and (max-width: 63.99875em){.collapsible-navigation{margin-bottom:3.6rem}}

.collapsible-navigation .collapse-toggle-label{display:flex;flex-direction:column;align-items:center;justify-content:center;height:9rem;color:#fff;font-weight:700;text-align:center;background-color:#2e925e}

@media print, screen and (min-width: 64em){.collapsible-navigation .collapse-toggle-label{display:none}}

.collapsible-navigation .collapse-toggle-label .label-visible{display:block}

.collapsible-navigation .collapse-toggle-label .label-collapsed{display:none}

.collapsible-navigation .collapse-toggle-icon{width:3.6rem;height:1.8rem;margin:1.2rem 0 0;transition:transform .3s ease;stroke:currentColor}

.collapsible-navigation .collapse-toggle-checkbox{display:none}

.collapsible-navigation .collapse-toggle-checkbox:not(:checked)~.collapsible-list{max-height:0}

@media print, screen and (min-width: 64em){.collapsible-navigation .collapse-toggle-checkbox:not(:checked)~.collapsible-list{max-height:initial}}

.collapsible-navigation .collapse-toggle-checkbox:not(:checked)~.collapse-toggle-label>.label-visible{display:none}

.collapsible-navigation .collapse-toggle-checkbox:not(:checked)~.collapse-toggle-label>.label-collapsed{display:block}

.collapsible-navigation .collapse-toggle-checkbox:not(:checked)~.collapse-toggle-label>.collapse-toggle-icon{transform:rotateX(180deg)}

.collapsible-navigation .collapsible-list{width:100%;max-height:800px;overflow:hidden;background-color:#e6e6e8;box-shadow:0 1px 2px 0 rgba(0,0,0,.26);transition:max-height .6s ease}

.collapsible-navigation .collapsible-list-item{display:block;padding:1.8rem 1.2rem;border-bottom:1px #e6e6e8 solid;line-height:3rem;text-align:center;transition:background-color .3s}

@media print, screen and (min-width: 64em){.collapsible-navigation .collapsible-list-item{padding:1.8rem 4.8rem;text-align:left}}

.collapsible-navigation .collapsible-list-item:hover,.collapsible-navigation .collapsible-list-item-active{background-color:#fff}

.collapsible-navigation .collapsible-list-item:last-of-type{border-bottom:0}

.collapsible-navigation .collapsible-list-item-active{display:flex;align-items:center;padding-left:2.4rem;font-weight:700}

.collapsible-navigation .collapsible-list-item-active svg{margin:auto 10px auto 0;fill:none}

.collapsible-navigation .collapsible-list-item-locked::after{padding-left:.6rem;content:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDExIDE1Ij48ZyBmaWxsPSJub25lIj48ZyBmaWxsPSIjOEM5REFGIj48cGF0aCBkPSJNOS42IDZMOC45IDYgOC45IDMuNEM4LjkgMS41IDcuNCAwIDUuNSAwIDMuNiAwIDIuMSAxLjUgMi4xIDMuNEwyLjEgNiAxLjQgNkMwLjYgNiAwIDYuNiAwIDcuNEwwLjYgMTMuNkMwLjYgMTQuNCAxLjIgMTUgMiAxNUw5IDE1QzkuOCAxNSAxMC40IDE0LjQgMTAuNCAxMy42TDExIDcuNEMxMSA2LjcgMTAuNCA2IDkuNiA2TDkuNiA2Wk02LjIgMTIuOEw0LjggMTIuOCA0LjUgMTAuNkM0LjUgMTAgNSA5LjYgNS41IDkuNiA2LjEgOS42IDYuNSAxMCA2LjUgMTAuNkw2LjIgMTIuOCA2LjIgMTIuOFpNNy41IDZMMy41IDYgMy41IDMuNEMzLjUgMi4zIDQuNCAxLjQgNS41IDEuNCA2LjYgMS40IDcuNSAyLjMgNy41IDMuNEw3LjUgNiA3LjUgNloiLz48L2c+PC9nPjwvc3ZnPg==")}

.fsd-footer-actions__share-list,.filter-summary__sort-dropdown{font-size:1.4222222222rem;line-height:2.1333333333rem;font-weight:400;font-family:"TabletGothic";text-transform:none;background:#fff;box-shadow:rgba(0,0,0,.2) 1px 1px 4px 0}

@media print, screen and (min-width: 40em){.fsd-footer-actions__share-list,.filter-summary__sort-dropdown{text-align:left}}

.no-events{padding:1.8rem 1.2rem;font-family:"TabletGothic";background:#fff}

.event{--box-padding: 1.8rem;display:flex;flex-direction:column-reverse;justify-content:space-between;margin-bottom:1.2rem;padding:0 var(--box-padding) 1.2rem;font-family:"TabletGothic";background:#fff}

@media print, screen and (min-width: 40em){.event{flex-direction:row}}

.event__type{font-size:1.4222222222rem;line-height:2.1333333333rem;display:block;width:-moz-fit-content;width:fit-content;margin-bottom:.6rem;margin-left:calc(-1*var(--box-padding));padding:.3rem 1.2rem;color:#fff;font-weight:700;line-height:1;text-transform:uppercase;background:#252525}

@media print, screen and (min-width: 40em){.event__type{font-size:1.6rem;line-height:2.4rem}}

.event__title{margin-bottom:.6rem;font-weight:700;font-size:1.6rem;line-height:2.4rem}

@media print, screen and (min-width: 40em){.event__title{font-size:2.025rem;line-height:3.0375rem}}

.event__meta{display:flex;flex-wrap:wrap}

.event__meta-item{font-size:1.4222222222rem;line-height:2.1333333333rem;display:flex;align-items:center}

.event__meta-item:not(:last-child){margin-right:1.8rem}

.event__meta-item-icon{display:block;width:1.8rem;height:1.8rem;margin-right:.6rem}

.event__registration{display:flex}

.event__actions{display:flex;justify-content:flex-start}

.event__actions>*:not(:last-child){margin-right:1.2rem}

.event__no-click{pointer-events:none}

.event__button{font-size:1.4222222222rem;line-height:2.1333333333rem;margin-top:1.2rem;padding:.6rem 2.4rem;border:.1rem solid}

.event__button--info{font-weight:300}

.event__button.button.secondary:disabled{background:#252525;opacity:.7}

.event__description{font-size:1.2641975309rem;line-height:1.8962962963rem;margin:.6rem 0}

.event__description i{font-style:italic}

.event__description em{font-style:italic}

.event__description-more,.event__description-more:active,.event__description-more:focus,.event__description-more:visited{color:#77777c}

.event__content{flex-grow:1}

.event__image{flex-grow:0;margin:0 calc(-1*var(--box-padding))}

@media print, screen and (min-width: 40em){.event__image{margin-right:calc(-1*var(--box-padding));margin-bottom:-1.2rem;margin-left:1.8rem}}

.event__image img{display:block;width:100%;height:140px;-o-object-fit:cover;object-fit:cover}

@media print, screen and (min-width: 40em){.event__image img{width:285px;height:250px;-o-object-fit:cover;object-fit:cover}}

.event-registration-modal{margin:1.8rem 2.4rem}

@media print, screen and (min-width: 40em){.event-registration-modal{margin:5.4rem 8.4rem}}

.event-registration-modal__title{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:2.1296rem;line-height:3.1944rem;font-weight:700;margin-bottom:2.4rem;font-weight:700}

@media print, screen and (min-width: 40em){.event-registration-modal__title{font-size:2.203028125rem;line-height:3.3045421875rem}}

@media print, screen and (min-width: 64em){.event-registration-modal__title{font-size:2.278125rem;line-height:3.4171875rem}}

.event-registration-modal__text{margin-bottom:2.4rem}

.edudip-registration{padding-top:.6rem}

.edudip-registration__input{max-width:300px;margin-bottom:1.2rem}

.edudip-registration__input--invalid{border-color:#e15561}

.edudip-registration__input--invalid::-moz-placeholder{color:#e15561}

.edudip-registration__input--invalid::placeholder{color:#e15561}

.edudip-registration__select-wrapper{position:relative;width:-moz-fit-content;width:fit-content}

.edudip-registration__select-wrapper::after{position:absolute;top:8px;right:12px;content:"⌄"}

.edudip-registration__select{width:100%;max-width:300px;height:47px;margin-bottom:.6rem;padding:8px;border:1px solid #cacaca;color:#252525;background-color:#fefefe;-webkit-appearance:none;-moz-appearance:none;appearance:none}

.edudip-registration__select--invalid{border-color:#e15561;color:#e15561}

.edudip-registration__actions{display:flex}

.edudip-registration__submit-button{margin-right:1.2rem}

.search-term-edit__edit{display:flex;align-items:center}

.search-term-edit__action{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:4.2rem;height:4.2rem;margin-left:1.8rem;border-radius:50%;font-size:2.4rem;background:#e6e6e8}

.search-term-edit__action--positive{color:#2e925e}

.search-term-edit__action--positive:hover{color:#fff;background:#2e925e}

.search-term-edit__action--negative{color:#e15561}

.search-term-edit__action--negative:hover{color:#fff;background:#e15561}

@media print, screen and (min-width: 64em){.search-term-edit__action{width:2.4rem;height:2.4rem;font-size:inherit}.search-term-edit__action:last-child{margin-left:.6rem}}

.filter-summary{z-index:60;position:relative;margin-bottom:3rem;padding:2.4rem 0 0;text-align:center;background:#fff;filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2))}

@media print, screen and (min-width: 64em){.filter-summary{text-align:left}}

.filter-summary__headline{font-size:3.2436584473rem;line-height:4.8654876709rem;margin:0;color:#252525;font-weight:300}

.filter-summary__total{vertical-align:middle}

.filter-summary__pill{margin:0 1.2rem 1.2rem 0;vertical-align:bottom}

.filter-summary__pills{line-height:2.4rem;display:block;margin-top:.6rem;font-size:0}

@media print, screen and (min-width: 64em){.filter-summary__pills{display:inline}}

.filter-summary__edit-actions{margin-bottom:1.2rem}

.filter-summary__edit-filter{font-size:1.2641975309rem;line-height:1.8962962963rem;display:block;margin:1.8rem auto 0;outline:none}

@media print, screen and (min-width: 64em){.filter-summary__edit-filter{display:inline-block;margin-right:1.2rem}}

.filter-summary__search-term-edit{display:none;padding:0 1.2rem}

@media print, screen and (min-width: 64em){.filter-summary__search-term-edit{padding:0}}

.filter-summary__search-term-action:last-child{margin-left:1.2rem}

.filter-summary__search-term-input{margin-bottom:0}

@media print, screen and (min-width: 64em){.filter-summary__search-term-input{max-width:75%;margin-right:3.6rem}}

.filter-summary__actions{margin:0 -1.8rem;border-top:1px solid #e6e6e8}

@media print, screen and (min-width: 64em){.filter-summary__actions{justify-content:space-between}.filter-summary__actions::before{flex-grow:1;order:1;content:""}}

.filter-summary__action{font-size:1.1237311385rem;position:relative;padding:1.8rem 0;border:none;color:#252525;font-weight:700;font-family:"TabletGothic";text-transform:uppercase;background:#fff;outline:none;cursor:pointer}

@media print, screen and (min-width: 40em){.filter-summary__action{font-size:1.2641975309rem}}

@media print, screen and (min-width: 64em){.filter-summary__action{flex-basis:auto;max-width:none}.filter-summary__action:last-child{order:2}}

.filter-summary__action:not(:last-child){border-right:1px solid #e6e6e8}

@media print, screen and (min-width: 64em){.filter-summary__action:not(:last-child){border:none}}

.filter-summary__action--active::before{bottom:-18px}

.filter-summary__action--active .filter-summary__action-toggle{transform:rotateX(180deg)}

.filter-summary__sort{width:100%;height:100%;opacity:0}

.filter-summary__sort-wrapper{z-index:60;position:relative;padding:0}

@media print, screen and (min-width: 64em){.filter-summary__sort-wrapper{flex-grow:.2;margin-left:2.4rem}}

.filter-summary__sort-toggle{position:absolute;inset:0 0 0 0;display:flex;align-items:center;justify-content:center;padding:.6rem;background:#fff;pointer-events:none}

@media print, screen and (min-width: 40em){.filter-summary__sort-toggle{padding:0 1.2rem;pointer-events:all}}

@media print, screen and (min-width: 64em){.filter-summary__sort-toggle{justify-content:flex-start}}

.filter-summary__sort-value{display:none}

@media print, screen and (min-width: 40em){.filter-summary__sort-value{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}

.filter-summary__sort-icon{flex-shrink:0;width:1.8em;height:1.8em;margin:0 .6rem}

@media print, screen and (min-width: 40em){.filter-summary__sort-icon{width:1.2em;height:1.2em}}

.filter-summary__sort-dropdown{position:absolute;top:100%;right:0}

.filter-summary__sort-option{padding:1.2rem 1.2rem;white-space:nowrap;transition:.3s;position:relative;padding-right:3rem}

.filter-summary__sort-option:hover{background:#eeeeef}

.filter-summary__sort-option--active{background:#e6e6e8}

.filter-summary__sort-option:not(:last-child){border-bottom:1px solid #eeeef0}

.filter-summary__sort-option--active-non-default::before{position:absolute;top:50%;right:1.2rem;display:block;width:11px;height:11px;border-radius:50%;background:#e15561;transform:translateY(-50%);content:""}

.filter-categories{position:relative;display:flex;justify-content:center;margin-top:3rem;margin-bottom:.6rem;white-space:nowrap;background:#e6e6e8;box-shadow:rgba(0,0,0,.21) 0 0 2px 0}

@supports(pointer-events: none){.filter-categories::before,.filter-categories::after{position:absolute;top:0;bottom:0;z-index:100;content:"";pointer-events:none}.filter-categories::before{left:0;width:10vw;background:linear-gradient(to right, #e6e6e8, 75%, rgba(230, 230, 232, 0))}.filter-categories::after{right:0;width:10vw;background:linear-gradient(to left, #e6e6e8, 75%, rgba(230, 230, 232, 0))}@media print,screen and (min-width: 64em){.filter-categories::before,.filter-categories::after{content:none}}}

.filter-categories__category{font-size:1.8rem;position:relative;padding:1.8rem 1.2rem;color:rgba(0,0,0,0);font-weight:700;font-family:"TabletGothic";line-height:1em;letter-spacing:.03em;text-transform:uppercase;outline:none;cursor:pointer;transition:background .3s,box-shadow .3s}

.filter-categories__category::before{position:absolute;right:0;left:0;color:#252525;font-weight:300;text-align:center;content:attr(data-title)}

.filter-categories__category:not(:first-child){box-shadow:inset #e6e6e8 0 .6rem 0 0,inset #e6e6e8 0 -0.6rem 0 0,inset #fff 1px 0 0 0}

.filter-categories__category:hover{background:#fff;box-shadow:none}

.filter-categories__category.slick-current{color:#252525;font-weight:700;background:#fff;box-shadow:none}

.filter-categories__category.slick-current::before{opacity:0}

.filter-categories__category:hover+.filter-categories__category,.filter-categories__category.slick-current+.filter-categories__category{box-shadow:none}

.filter-categories .slick-arrow{display:none}

@media print, screen and (max-width: 39.99875em){.filter-categories .slick-arrow{display:none !important}}

@media print, screen and (min-width: 40em)and (max-width: 63.99875em){.filter-categories .slick-arrow{position:absolute;top:1.2rem;z-index:101;display:block;width:3rem;height:3rem;padding:0;border:none;color:rgba(0,0,0,0);background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL 3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDIwIDM2Ij48ZyBmaWxsPSJub25lIj48ZyBzdHJva2U9IiM5OEFCQkUiPjxwb2x5bGluZSB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzEyIC0zNzgpdHJhbnNsYXRlKDY5OCAzMDApdHJhbnNsYXRlKDIgNjApdHJhbnNsYXRlKDIyIDM2LjAwMDUxMSlzY2FsZSgtMSAxKXRyYW5zbGF0ZSgtMjIgLTM2LjAwMDUxMSkiIHBvaW50cz0iMTMgMTggMzEgMzYgMzEgMzYgMTMgNTQiLz48L2c+PC9nPjwvc3ZnPgo=") no-repeat center;outline:none;cursor:pointer;filter:brightness(200%)}.filter-categories .slick-prev{left:.6rem}.filter-categories .slick-next{right:.6rem;transform:rotateZ(180deg)}}

@media print, screen and (min-width: 64em){.filter-categories .slick-track{display:flex;justify-content:center}}

@keyframes loader-spin{0%{stroke-dashoffset:0}100%{stroke-dashoffset:24}}

.filter-settings__group-label,.filter-settings__category-label{display:flex;align-items:center;justify-content:space-between;padding:1.2rem;cursor:pointer}

.filter-settings__group-label--applied::after,.filter-settings__category-label--applied::after{display:block;flex-shrink:0;order:1;width:11px;height:11px;margin:0 .6rem;border-radius:50%;background:#00975d;box-shadow:0 0 0 rgba(225,85,97,.4);content:""}

.filter-settings{z-index:70;position:fixed;inset:0 0 0 0;display:flex;flex-direction:column;font-family:"TabletGothic";background:#fff}

@media print, screen and (min-width: 64em){.filter-settings{position:absolute;inset:0 1.8rem auto 1.8rem;height:100vh}}

.filter-settings__container{position:relative;min-height:100vh}

.filter-settings__headline{font-size:2.025rem;line-height:3.0375rem;align-items:flex-end;padding:1.2rem 2.4rem;border-bottom:1px solid rgba(0,0,0,.05)}

.filter-settings__close{font-size:1.6rem;line-height:2.4rem;cursor:pointer}

.filter-settings__contents{flex-grow:1;padding:1.2rem;overflow-y:auto;background:linear-gradient(white 30%, hsla(0deg, 0%, 100%, 0)),linear-gradient(hsla(0deg, 0%, 100%, 0) 10px, white 70%) bottom,radial-gradient(at top, rgba(0, 0, 0, 0.2), transparent 70%),radial-gradient(at bottom, rgba(0, 0, 0, 0.2), transparent 70%) bottom;background-repeat:no-repeat;background-size:100% 20px,100% 20px,100% 10px,100% 10px;background-attachment:local,local,scroll,scroll}

.filter-settings__category{margin-bottom:1.2rem}

.filter-settings__category-body{display:none}

.filter-settings__category-label{font-weight:700;background:rgba(0,0,0,.05)}

.filter-settings__category--active .filter-settings__category-label .filter-settings__chevron{transform:rotateZ(-90deg) rotateY(180deg)}

.filter-settings__category--active .filter-settings__category-body{display:block}

.filter-settings__label{flex-grow:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}

.filter-settings__chevron{flex-shrink:0;order:2;width:1.8rem;margin-left:.6rem;text-align:right;transform:rotateZ(-90deg);transition:transform .3s}

.filter-settings__group{font-size:1.4222222222rem;line-height:2.1333333333rem}

.filter-settings__group-body{display:none;margin:1.2rem;padding:1.2rem 1.2rem;background:rgba(0,0,0,.05)}

.filter-settings__group--active .filter-settings__group-label .filter-settings__chevron{transform:rotateZ(-90deg) rotateY(180deg)}

.filter-settings__group--active .filter-settings__group-label{font-weight:700}

.filter-settings__group--active .filter-settings__label{white-space:normal}

.filter-settings__group--active .filter-settings__group-body{display:block}

.filter-settings__tag:not(:last-child){margin-bottom:1.2rem}

.filter-settings__tag-label{display:block}

.filter-settings__tag-label::before{background:#fff}

.filter-settings__button{padding:1.2rem;border-top:1px solid rgba(0,0,0,.05);background:#fff}

@media print, screen and (min-width: 64em){.filter-settings__button{position:sticky;bottom:0}}

@media print, screen and (min-width: 64em){.large-uncollapse>.column,.large-uncollapse>.columns{padding:0 1.8rem}}

.footer{font-family:"TabletGothic";text-align:center;font-size:1.76rem;line-height:2.64rem}

@media print, screen and (min-width: 40em){.footer{font-size:1.78rem;line-height:2.67rem}}

@media print, screen and (min-width: 64em){.footer{font-size:1.8rem;line-height:2.7rem}}

@media print, screen and (min-width: 64em){.footer{font-size:1.4545454545rem;line-height:2.1818181818rem}}

@media print, screen and (min-width: 64em)and (min-width: 40em){.footer{font-size:1.4382022472rem;line-height:2.1573033708rem}}

@media print, screen and (min-width: 64em)and (min-width: 64em){.footer{font-size:1.4222222222rem;line-height:2.1333333333rem}}

.footer__social-media-icon{width:4.2rem;height:4.2rem;margin:1.2rem 1.2rem 0 1.2rem}

.footer__headline{display:block;margin-bottom:1.2rem}

.footer__action{cursor:pointer}

.footer__link,.footer__label{margin:0 1.2rem;color:#fff}

@media print, screen and (max-width: 63.99875em){.footer__link,.footer__label{line-height:2}}

@media print, screen and (min-width: 64em){.footer__link,.footer__label{display:block;margin-bottom:1.2rem}}

.footer__link:hover{color:#fff}

.footer__linklist{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-bottom:1.2rem}

.footer__linklist:last-child{margin-bottom:0}

.footer__linklist--last{margin-bottom:3rem}

@media print, screen and (min-width: 64em){.footer__linklist{max-width:50%;margin:0 auto 2.4rem}.footer__linklist--zeit{max-width:none;margin:0;padding-top:1.2rem}}

.footer__logo{margin:.6rem 1.2rem}

@media print, screen and (min-width: 64em){.footer__logo{margin:0 1.2rem}}

.footer__logo--academics{margin-top:-17px;margin-bottom:2.4rem}

@media print, screen and (min-width: 64em){.footer__logo--academics{margin-bottom:0;padding-right:4.2rem}}

.footer__section-links{padding:3rem;background-color:#252525}

.footer__section-copyright{font-size:1.4545454545rem;line-height:2.1818181818rem;padding:1.8rem 0;color:#fff;background-color:#252525}

@media print, screen and (min-width: 40em){.footer__section-copyright{font-size:1.4382022472rem;line-height:2.1573033708rem}}

@media print, screen and (min-width: 64em){.footer__section-copyright{font-size:1.4222222222rem;line-height:2.1333333333rem}}

.footer__section-logos{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4.2rem 0 1.8rem 0}

@media print, screen and (min-width: 64em){.footer__section-logos{flex-direction:row;padding:4.2rem 0}}

.footer__separator{font-size:1.1237311385rem;line-height:1.6855967078rem;padding-right:1.2rem}

@media print, screen and (max-width: 63.99875em){.footer__separator{width:28.8rem;margin-bottom:1.2rem;padding:0 0 .6rem 0;border-bottom:1px solid #959595}}

.form-error{margin:0 1.8rem 3rem 1.8rem;color:#e15561;text-align:center}

.form-error__link{color:#e15561;text-decoration:underline}

.form-notice{margin:0 1.8rem 3rem 1.8rem}

.form-notice__link{text-decoration:underline}

.header{padding-top:1.8rem;padding-bottom:1.8rem;color:#e6e6e8;background-color:#252525}

@media print, screen and (max-width: 39.99875em){.header{padding-right:1.8rem;padding-left:1.8rem}}

.header__logo-link{display:inline-block;padding-top:2px}

.header__partner-logo{padding-bottom:3px;padding-left:3.6rem;line-height:1;opacity:.7}

@media print, screen and (min-width: 40em){.header__partner-logo{padding-left:1.8rem}}

@media print, screen and (min-width: 64em){.header__partner-logo--die-zeit{padding-left:5.4rem}}

.header-search{display:flex;flex-wrap:wrap;width:100%;padding-top:1.8rem;pointer-events:all}

@media print, screen and (min-width: 64em){.header-search{flex-wrap:nowrap}}

.header-search__outer{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}

@media print, screen and (min-width: 40em){.header-search__outer{padding:1.2rem 1.2rem 1.2rem 0;background:#fff}}

@media print, screen and (min-width: 64em){.header-search__outer{min-width:10%}}

.header-search__button{display:block;flex-grow:1;margin-top:1.2rem}

@media print, screen and (min-width: 40em){.header-search__button{max-width:19.2rem;margin:0}}

.header-search__input{flex-basis:100%}

@media print, screen and (min-width: 40em){.header-search__input{flex-basis:73%;flex-grow:1}}

.header-search__extended{display:none}

@media print, screen and (min-width: 64em){.header-search__extended{font-size:1.6rem;line-height:2.4rem;display:flex;flex-grow:1;align-items:center;justify-content:center;margin-left:2.4rem;padding:2.4rem;border:none;color:#252525;font-weight:700;font-family:"TabletGothic";white-space:nowrap;background:#fff;cursor:pointer;transition:.3s}}

.header-search__extended:hover{background:#f2f2f2}

.header-search__extended-icon{width:1.87em;height:1.87em;margin-right:1.2rem}

.sole-header{padding:0 1.2rem}

@media print, screen and (min-width: 40em){.sole-header{padding:0}}

@media print, screen and (min-width: 64em){.compact .sole-header{font-size:2.562890625rem;line-height:3.8443359375rem;padding:0 1.2rem}}

.sole-header__centered{text-align:center}

.hero{position:relative;padding-bottom:1.8rem}

@media print, screen and (max-width: 39.99875em){.hero{padding-right:1.8rem;padding-left:1.8rem}}

@media print, screen and (min-width: 64em){.hero{padding-bottom:3rem}}

.hero::after,.hero::before,.hero__hero-image,.hero__setting{z-index:2;position:absolute;top:0;left:0;width:100%;height:100%}

.hero__hero-image-DACH{background:center/cover no-repeat}

.hero__hero-image-DACH--guillermo{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/guillermo-s-c240bce0.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.63) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%),linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/guillermo-s-c240bce0.jpg),linear-gradient(9deg, rgb(83, 112, 92) 0%, rgb(191, 205, 184) 49%, rgb(227, 232, 193) 100%)}

@media print, screen and (min-width: 40em)and (max-width: 63.99875em){.hero__hero-image-DACH--guillermo{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/guillermo-m-9bec8a0d.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%),linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/guillermo-m-9bec8a0d.jpg),linear-gradient(9deg, rgb(83, 112, 92) 0%, rgb(191, 205, 184) 49%, rgb(227, 232, 193) 100%)}}

@media print, screen and (min-width: 64em){.hero__hero-image-DACH--guillermo{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/guillermo-l-d03b1369.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/guillermo-l-d03b1369.jpg),linear-gradient(9deg, rgb(83, 112, 92) 0%, rgb(191, 205, 184) 49%, rgb(227, 232, 193) 100%)}}

.hero__hero-image-DACH--janina{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/janina-s-0992f262.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.63) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%),linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/janina-s-0992f262.jpg),linear-gradient(to top, rgb(13, 56, 75) 17%, rgb(125, 143, 153) 64%, rgb(6, 6, 8) 100%)}

@media print, screen and (min-width: 40em)and (max-width: 63.99875em){.hero__hero-image-DACH--janina{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/janina-m-7724dd3b.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%),linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/janina-m-7724dd3b.jpg),linear-gradient(to top, rgb(13, 56, 75) 17%, rgb(125, 143, 153) 64%, rgb(6, 6, 8) 100%)}}

@media print, screen and (min-width: 64em){.hero__hero-image-DACH--janina{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/janina-l-151563d4.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/janina-l-151563d4.jpg),linear-gradient(to top, rgb(13, 56, 75) 17%, rgb(125, 143, 153) 64%, rgb(6, 6, 8) 100%)}}

.hero__hero-image-DACH--yanik{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/yanik-s-8fff7158.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.63) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%),linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/yanik-s-8fff7158.jpg),linear-gradient(9deg, rgb(156, 157, 152) 0%, rgb(189, 140, 123) 80%, rgb(47, 66, 73) 100%)}

@media print, screen and (min-width: 40em)and (max-width: 63.99875em){.hero__hero-image-DACH--yanik{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/yanik-m-5615e288.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%),linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/yanik-m-5615e288.jpg),linear-gradient(9deg, rgb(156, 157, 152) 0%, rgb(189, 140, 123) 80%, rgb(47, 66, 73) 100%)}}

@media print, screen and (min-width: 64em){.hero__hero-image-DACH--yanik{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/yanik-l-8891e2dd.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/yanik-l-8891e2dd.jpg),linear-gradient(9deg, rgb(156, 157, 152) 0%, rgb(189, 140, 123) 80%, rgb(47, 66, 73) 100%)}}

.hero__hero-image-DACH--samira{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/samira-s-9e1bf923.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.63) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%),linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/samira-s-9e1bf923.jpg),linear-gradient(9deg, rgb(131, 63, 32) 0%, rgb(9, 36, 46) 80%, rgb(98, 114, 111) 100%)}

@media print, screen and (min-width: 40em)and (max-width: 63.99875em){.hero__hero-image-DACH--samira{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/samira-m-33f79edf.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%),linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/samira-m-33f79edf.jpg),linear-gradient(9deg, rgb(131, 63, 32) 0%, rgb(9, 36, 46) 80%, rgb(98, 114, 111) 100%)}}

@media print, screen and (min-width: 64em){.hero__hero-image-DACH--samira{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/samira-l-8250c1de.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/samira-l-8250c1de.jpg),linear-gradient(9deg, rgb(131, 63, 32) 0%, rgb(9, 36, 46) 80%, rgb(98, 114, 111) 100%)}}

.hero__hero-image-COM{animation:hero-bg-uwfwtmd-small 18s linear 0s infinite;background:center/cover no-repeat}

@keyframes hero-bg-uwfwtmd-small{0%,33.3333333333%,100%{opacity:1;pointer-events:all}38.3333333333%,95%{opacity:0;pointer-events:none}}

@keyframes hero-bg-uwfwtmd-medium{0%,33.3333333333%,100%{opacity:1;pointer-events:all}38.3333333333%,95%{opacity:0;pointer-events:none}}

.hero__hero-image-COM--daniel{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/daniel-s-2083d11e.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.63) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%),linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/daniel-s-2083d11e.jpg)}

@media print, screen and (min-width: 40em)and (max-width: 63.99875em){.hero__hero-image-COM--daniel{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/daniel-m-597df2cb.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%),linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/daniel-m-597df2cb.jpg)}}

@media print, screen and (min-width: 64em){.hero__hero-image-COM--daniel{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/daniel-l-f62aefeb.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/daniel-l-f62aefeb.jpg)}}

.hero__hero-image-COM--guido{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/guido-s-aa038c72.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.63) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%),linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/guido-s-aa038c72.jpg)}

@media print, screen and (min-width: 40em)and (max-width: 63.99875em){.hero__hero-image-COM--guido{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/guido-m-04f2a21b.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%),linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/guido-m-04f2a21b.jpg)}}

@media print, screen and (min-width: 64em){.hero__hero-image-COM--guido{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/guido-l-f0b024d7.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/guido-l-f0b024d7.jpg)}}

.hero__hero-image-COM--joanna{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/joanna-s-108e2b5d.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.63) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%),linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/joanna-s-108e2b5d.jpg)}

@media print, screen and (min-width: 40em)and (max-width: 63.99875em){.hero__hero-image-COM--joanna{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/joanna-m-37f1cd0a.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%),linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/joanna-m-37f1cd0a.jpg)}}

@media print, screen and (min-width: 64em){.hero__hero-image-COM--joanna{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/joanna-l-2d87095d.jpg);background-image:linear-gradient(5deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%),url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/joanna-l-2d87095d.jpg)}}

.hero__hero-image-COM:nth-of-type(1){animation-delay:12s}

.hero__hero-image-COM:nth-of-type(2){animation-delay:6s}

.hero__hero-image-COM:nth-of-type(3){animation-delay:0s}

.hero__h1,.hero__h2{color:#fff;text-shadow:#252525 0 2px 4px;-webkit-hyphens:manual;hyphens:manual}

.hero__h1{font-size:2.562890625rem;font-weight:700;line-height:3.6rem}

@media print, screen and (min-width: 40em){.hero__h1{font-size:4.1052552223rem;margin-bottom:1.2rem;line-height:4.8rem}}

@media print, screen and (min-width: 64em){.hero__h1{font-size:5.1957136407rem;line-height:6rem}}

.hero__h2{font-size:1.4222222222rem;line-height:2.1333333333rem;margin-bottom:0;font-weight:300}

@media print, screen and (min-width: 40em){.hero__h2{font-size:2.278125rem;line-height:3rem}}

@media print, screen and (min-width: 64em){.hero__h2{margin-bottom:1.2rem}}

.hero__header{z-index:3;position:relative;background-color:rgba(0,0,0,0)}

@media print, screen and (max-width: 39.99875em){.hero__header{padding-right:0;padding-left:0}}

.hero__protagonist{z-index:3;position:relative;padding-top:6rem;pointer-events:none}

@media print, screen and (min-width: 40em)and (max-width: 63.99875em){.hero__protagonist{padding-top:9.6rem}}

@media print, screen and (min-width: 64em){.hero__protagonist{padding-top:13.2rem}}

.hero__setting{z-index:-2;background-image:linear-gradient(70deg, #c2887c 7%, #b57765 44%, #b37661 70%, #8d5d4f 100%)}

.hero__wrapper{position:relative}

.hero__quote{font-size:1.2641975309rem;line-height:1.8962962963rem;position:absolute;top:12rem;left:1.8rem;width:31.8rem;font-family:"TabletGothic";text-shadow:rgba(0,0,0,.7) 1px 1px 4px}

.hero__quote-name{font-size:1.2641975309rem;line-height:1.8962962963rem;display:block;margin-bottom:1.2rem;font-weight:700}

.hero__quote-link{display:block;color:#fff;cursor:pointer;transition:opacity .3s}

.hero__quote-link:hover{color:#fff;opacity:.8}

.hero__quote-link-text{display:block;padding-top:1.2rem;font-weight:700;text-decoration:underline;text-indent:0}

.hero__quote-text{width:75%;text-indent:-0.4em}

@media print, screen and (max-width: 63.99875em){.hero__quote{display:none}}

.input{width:auto;border:none;border-radius:0;overflow:hidden;color:#252525;font-weight:300;font-family:"TabletGothic";white-space:nowrap;text-overflow:ellipsis;background:#fff;outline:none;transition:border-color .3s;-webkit-appearance:none;-moz-appearance:none;appearance:none}

.input::-moz-placeholder{color:#2e925e;-moz-transition:color .3s;transition:color .3s}

.input::placeholder{color:#2e925e;transition:color .3s}

.input:hover::-moz-placeholder, .input:active::-moz-placeholder{color:#e6e6e8}

.input:hover::placeholder,.input:active::placeholder{color:#e6e6e8}

.input:focus::-moz-placeholder{color:#e6e6e8}

.input:focus::placeholder{color:#e6e6e8}

.input::-webkit-search-cancel-button{display:none}

.input--login{width:100%;margin-bottom:1.2rem;padding:1.2rem;border:1px solid #959595}

.input--validate:invalid:not(:focus),.input--invalid{border-color:#e15561}

.input-password{position:relative}

.input-password .input-password__icon{position:absolute;right:1px;bottom:1px;width:45px;height:45px;cursor:pointer}

.input-password input{padding-right:46px}

.job-application .filepond--root{font-size:1.6rem;line-height:2.4rem;font-family:"TabletGothic"}

.job-application .filepond--file-action-button{color:#fff;background-color:rgba(0,0,0,.5);cursor:pointer}

.job-application .filepond--drop-label{border-radius:0;color:#252525;background:#eeeef0}

.job-application .filepond--drop-label>label{display:flex}

.job-application .filepond--drop-label.filepond--drop-label label{display:flex;align-items:center;justify-content:space-between;width:100%}

.job-application .filepond--label-action{font-size:1.6rem;line-height:2.4rem;flex-grow:1;text-align:left;text-decoration:none}

.job-application .filepond--label-drop{font-size:1.6rem;line-height:2.4rem;flex-grow:1;color:#959595}

.job-application .filepond--panel-root{border-radius:0;background:#fff}

.job-application .filepond--action-retry-item-processing,.job-application .filepond--action-process-item{display:none}

.job-application .filepond--item-panel{border-radius:0;background:#eeeef0}

.job-application .filepond--file{color:#252525}

.job-application .filepond--list{right:0;left:0}

.job-application .filepond--list.filepond--list{top:2px}

.job-application .filepond--item{margin:1px 0}

.job-application .filepond--item>.filepond--panel .filepond--panel-bottom{box-shadow:none}

.job-application [data-filepond-item-state=processing-complete] .filepond--item-panel{background-color:#a8e4c5}

.job-application [data-filepond-item-state*=error] .filepond--item-panel,.job-application [data-filepond-item-state*=invalid] .filepond--item-panel{background-color:#f8d7da}

.job-application [data-hopper-state=drag-over]{position:relative}

.job-application [data-hopper-state=drag-over]::before{position:absolute;inset:0 0 0 0;z-index:10;display:flex;align-items:center;justify-content:center;color:#fff;background:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/upload_folder_white-7d662504.svg) rgba(37,37,37,.7);background-repeat:no-repeat;background-position:center;background-size:4.8rem 4.8rem;transition:opacity .3s;content:"";pointer-events:none}

@media print, screen and (min-width: 40em){.job-application{min-width:54rem}}

.job-application__row{align-items:center;margin-top:0;margin-bottom:1.2rem}

.job-application__row--upload{align-items:flex-start}

.job-application__label{margin:1.2rem 0;padding-right:1.8rem;text-align:left}

.job-application__input{margin:0}

.job-application__radio-label{margin-right:1.8rem}

.job-application label.job-application__radio-label::before,.job-application label.job-application__radio-label::after{top:2px}

.job-application__job-title{margin-top:0;margin-bottom:1.2rem}

.job-application__job-employer{margin-top:0;margin-bottom:3rem;text-transform:uppercase}

.job-application__privacy-notice{font-size:1.1237311385rem;line-height:1.6855967078rem;margin-top:3rem;line-height:150%;text-align:justify}

.job-application__submit{display:block;margin:3rem auto 0}

@media print, screen and (min-width: 40em){.job-application__submit{width:50%}}

.job-application__section-title{margin-top:1.2rem;text-align:left}

.job-application__upload-notice{font-size:1.2641975309rem;line-height:1.8962962963rem;margin:.6rem 0;text-align:left}

.job-application__upload-icon{padding-right:1.2rem}

.job-application__back-link{margin:6rem auto 0}

.job-application__error-notice{font-size:1.2641975309rem;line-height:1.8962962963rem;margin-top:1.2rem;color:#e15561;text-align:left}

.job-application__success-image{width:30%}

.jobs__more-results{margin-top:5.4rem}

.jobs__show-more{margin:1.2rem 0}

.job-teaser__item{clear:both}

.job-teaser__item:not(:first-child){margin-top:1.2rem;line-height:0}

.layout{position:relative;overflow:hidden;overflow:initial}

.layout--fixed{position:fixed;right:0;left:0}

@media print, screen and (max-width: 63.99875em){.layout__off-canvas{position:fixed;z-index:61;transition:transform .5s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#252525;top:0;right:0;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;width:257px;transform:translateX(257px)}[data-whatinput=mouse] .layout__off-canvas{outline:0}.layout__off-canvas.is-transition-push{z-index:61}.layout__off-canvas.is-closed{visibility:hidden}.layout__off-canvas.is-transition-overlap{z-index:13}.layout__off-canvas.is-transition-overlap.is-open{box-shadow:0 0 10px rgba(10,10,10,.7)}.layout__off-canvas.is-open{transform:translate(0, 0)}.layout__page .off-canvas.position-right{transform:translateX(257px)}.layout__page .off-canvas.position-right.is-transition-overlap.is-open{transform:translate(0, 0)}.layout__page.is-open-right.has-transition-push{transform:translateX(-257px)}.layout__off-canvas.is-transition-push{box-shadow:inset 3px 0 4px -3px #0a0a0a}}

.layout__page{transform:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:none}

.layout__page.has-transition-overlap,.layout__page.has-transition-push{transition:transform .5s ease}

.layout__page.has-transition-push{transform:translate(0, 0)}

.layout__page .off-canvas.is-open{transform:translate(0, 0)}

.layout__page-body,.layout__page-header{margin-bottom:3.6rem}

@media print, screen and (min-width: 40em)and (max-width: 63.99875em){.layout__page-body{margin-bottom:7.2rem}}

@media print, screen and (min-width: 64em){.layout--fixed{position:relative;overflow:hidden}.layout__off-canvas{display:none}.layout__page-body{margin-bottom:10.8rem}}

.ac-link--primary,.widgets-info-box a,.widgets-textbox__content a,.widgets__table table a,.widgets__table__link,.widgets-html-content a,.widgets-accordion__tab-content a{color:#77777c;text-decoration:none}

.ac-link--primary:active,.widgets-info-box a:active,.widgets-textbox__content a:active,.widgets__table table a:active,.widgets__table__link:active,.widgets-html-content a:active,.widgets-accordion__tab-content a:active{color:#c5c5c7}

.ac-link--primary:hover,.widgets-info-box a:hover,.widgets-textbox__content a:hover,.widgets__table table a:hover,.widgets__table__link:hover,.widgets-html-content a:hover,.widgets-accordion__tab-content a:hover{color:#9e9ea2}

.ac-link--secondary{color:#2e925e;font-weight:300;font-family:"TabletGothic";text-transform:uppercase}

.ac-link--tertiary{color:#2e925e;font-weight:700;font-family:"TabletGothic";text-transform:uppercase;transition:color .3s}

.ac-link--tertiary:hover{color:#2e925e}

.logo{display:block}

.logo--academics{height:36px}

.logo--academics-dark{height:44px}

.logo--die-zeit{height:14px}

.logo--forschung-und-lehre{height:10px}

@media print, screen and (min-width: 40em){.logo--academics{height:54px}.logo--academics-dark{height:49px}.logo--die-zeit{height:18px}.logo--forschung-und-lehre{height:13px}}

.mail-settings{display:flex;flex-direction:column;margin:3px;padding:2.4rem;background:#fff;box-shadow:0 1px 3px rgba(86,86,85,.2)}

@media print, screen and (max-width: 39.99875em){.mail-settings{margin:3px 6px}}

.mail-settings-alert{padding:8px 16px;color:#e15561;background-color:rgba(182,34,53,.1)}

.mail-settings-alert--headline{display:block;font-weight:bold}

.mail-settings-alert span>a{color:#e15561;text-decoration:underline}

.mail-settings:last-of-type{margin-bottom:18px}

.mail-settings__top{display:flex;justify-content:space-between}

.mail-settings__headline{margin:0;color:#252525;font-weight:700;font-size:20px}

.mail-settings__button{display:flex;align-items:center}

.mail-settings__text{margin:12px 0}

.mail-settings__link-text{margin:8px;color:#00975d;font-family:"TabletGothic"}

.mail-settings__link-text:hover{color:#386948}

.mail-settings__link-icon{width:12px;height:12px;color:#00975d}

.mail-settings__link-icon:hover{color:#386948}

.disable-all{margin:8px;color:#00975d;font-family:"TabletGothic";cursor:pointer}

.disable-all:hover{color:#386948}

.media{display:flex;align-items:flex-start}

.media__figure{flex-shrink:0;align-self:flex-end;width:100px;height:50px;margin:0 0 0 .6rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}

.media__reverse .media__figure{margin:0 1.2rem 0 0}

.media__body{flex:1 1}

.menu-toggle{display:block}

.menu-toggle__bar{position:absolute;display:block;width:100%;border-top:1px solid #fff;transition:all .3s ease-out .3s}

.menu-toggle__bar:nth-child(1){top:0}

.menu-toggle__bar:nth-child(2),.menu-toggle__bar:nth-child(3){top:8px}

.menu-toggle__bar:nth-child(4){top:16px}

.menu-toggle__bars{position:relative;width:2.4rem;height:17px;margin:3px auto 7px}

.menu-toggle--x .menu-toggle__bar:nth-child(1){transform:scale(0) translate(0, 8px);opacity:0}

.menu-toggle--x .menu-toggle__bar:nth-child(2){transform:rotate(45deg)}

.menu-toggle--x .menu-toggle__bar:nth-child(3){transform:rotate(-45deg)}

.menu-toggle--x .menu-toggle__bar:nth-child(4){transform:scale(0) translate(0, -8px);opacity:0}

.modal{position:fixed;top:0;left:0;display:none;width:100%;height:100%;background-color:rgba(0,0,0,.5)}

.modal .modal--content{position:fixed;top:50%;left:50%;display:flex;flex-direction:column;gap:2.4rem;justify-content:center;padding:4.8rem 4.8rem 2.4rem;background-color:#fff}

@media print, screen and (max-width: 39.99875em){.modal .modal--content{left:0}}

.modal .modal--content__headline{font-weight:700;font-size:24px;line-height:34px;letter-spacing:-0.01em;text-align:center}

.modal .modal--content__button{background:#00975d}

.modal .modal--content__button:hover{background-color:#386948}

.modal .modal--content__close{color:#00975d;font-weight:700;text-align:center}

.modal .modal--content__close:hover{color:#386948}

.nav__icon{width:.9em;height:.9em}

.nav__link,.nav__sub-link{color:#fff;font-weight:300;font-family:"TabletGothic"}

.nav__link:hover,.nav__sub-link:hover{color:#fff}

.nav__link--career-guide{position:relative}

.nav__link--career-guide::before{width:0;height:0;content:"";border-top:1em solid #252525;border-right:1em solid rgba(0,0,0,0);border-left:1em solid rgba(0,0,0,0);position:absolute;right:0;bottom:calc(100% + .6rem);left:0;margin:auto}

.nav__sub-link{font-size:1.4222222222rem;line-height:2.1333333333rem}

.nav__sub-link--gneiss{color:#2e925e}

.nav__sub-link--gneiss:hover{color:#2e925e}

.nav--inline .nav__link+.nav__link::before{content:" · "}

.post__item{display:block;width:100%;font-family:"TabletGothic"}

.post__item-title{margin-bottom:.69375rem;color:#252525;font-weight:400}

.post__item-published{font-size:1.4222222222rem;line-height:2.1333333333rem;color:#2e925e;font-weight:400}

.post__item-meta{font-size:1.4222222222rem;line-height:2.1333333333rem;align-items:center;color:#77777c;font-weight:400;text-transform:uppercase}

@media print, screen and (max-width: 39.99875em){.post__item-meta{font-size:1.2641975309rem;line-height:1.8962962963rem}}

.post__item-org,.post__item-location,.post__item-published{display:block;margin-bottom:.8444444444rem}

.post__item-org:last-child,.post__item-location:last-child,.post__item-published:last-child{margin-bottom:-.3555555556rem}

.post__item-headline{font-size:3.2436584473rem;line-height:4.8654876709rem;margin-top:6rem;margin-bottom:4.2rem;color:#252525}

.post__item-employment-type,.post__item-valid-through{display:inline-block}

@media print, screen and (max-width: 63.99875em){.post__item-employment-type,.post__item-valid-through{width:100%}}

.post__item-published-floated>.post__item-valid-through{float:left}

@media print, screen and (min-width: 64em){.post__item-published-floated>.post__item-valid-through{margin-right:1.8rem}}

@media print, screen and (max-width: 63.99875em){.post__item-published-floated>.post__item-employment-type{margin-top:1.2rem}}

.post__item-icon{width:12px;height:13px}

.post__item-remove{display:flex;justify-content:flex-end;margin-top:.6rem;padding-top:.6rem;border-top:1px solid #e6e6e8;color:#77777c;font-family:"TabletGothic";text-align:right;text-transform:uppercase;font-size:1.4222222222rem;line-height:2.1333333333rem}

.post__item-button{margin-top:1rem;color:#77777c;text-transform:uppercase}

@media print, screen and (min-width: 64em){.compact .post__item{margin-bottom:0;padding:1.8rem;box-shadow:none;transition:.15s}.compact .post__item:hover{background:#eeeeef;transform:translateX(0.6rem)}.compact .post__item-title{font-size:1.6rem;line-height:2.4rem}.compact .post__item-logo{mix-blend-mode:multiply}.compact .post__item-meta{font-size:1.2641975309rem;line-height:1.8962962963rem;text-transform:none}.compact .post__item-published{font-size:1.2641975309rem;line-height:1.8962962963rem}}

.post__item--meta-compact .post__item-headline{font-size:2.278125rem;line-height:3.4171875rem;margin-top:2.4rem;margin-bottom:1.8rem}

.post__item--skeleton .post__item-headline,.post__item--skeleton .post__item-published span{background-color:#f3f3f3;background-image:linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));background-size:80%;animation:skeleton 1.5s infinite;display:inline-block;width:260px;height:17px}

.post__item--skeleton .post__item-headline{width:100%;height:38px}

.registration-campaign{margin-top:-3.6rem}

@media print, screen and (min-width: 40em){.registration-campaign{margin-top:-1.8rem}}

.registration-campaign__image-container{margin-bottom:0}

.registration-campaign__image{width:100%;max-height:350px;-o-object-fit:contain;object-fit:contain}

.registration-campaign__text{font-size:2.025rem;line-height:3.0375rem;padding:1.8rem;font-weight:700;font-family:"TabletGothic";text-align:center}

.js-registration-fence{z-index:200;position:relative}

.registration-fence{z-index:200;position:fixed;inset:0 0 0 0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3)}

.registration-fence__content{padding:1.8rem;position:relative;max-width:800px;max-height:100%;overflow-y:auto;color:#252525;font-family:"TabletGothic";text-align:center;background:#fff}

@media print, screen and (min-width: 40em){.registration-fence__content{padding:3.6rem}}

@media print, screen and (min-width: 64em){.registration-fence__content{padding:7.2rem}}

.registration-fence__content--no-padding{padding:0}

.registration-fence__content--wide{width:100%;padding:0}

.registration-fence__content--narrow{width:100%;max-width:600px}

.registration-fence__close{position:absolute;top:1.2rem;right:1.2rem;z-index:1;padding:.6rem;border-radius:3px;line-height:0;background-color:#fff;cursor:pointer}

@media print, screen and (min-width: 40em){.registration-fence__close{top:2.4rem;right:2.4rem;padding:10px}}

.registration-fence__close:hover{background-color:#ddd}

.registration-fence__close-icon{width:10px;height:10px;color:#252525}

@media print, screen and (min-width: 40em){.registration-fence__close-icon{width:16px;height:16px}}

.registration-fence__title{font-size:3.11794736rem;line-height:4.67692104rem;margin:0 2.4rem .6rem;font-weight:300}

@media print, screen and (min-width: 40em){.registration-fence__title{font-size:3.3745830456rem;line-height:5.0618745684rem}}

@media print, screen and (min-width: 64em){.registration-fence__title{font-size:3.6491157532rem;line-height:5.4736736298rem}}

.registration-fence__info{font-size:1.8rem;line-height:2.7rem;margin-bottom:2.4rem;font-weight:300}

.registration-fence__image{width:100%;height:27rem;-o-object-fit:cover;object-fit:cover}

.registration-fence__image-container{margin:-1.8rem -1.8rem 1.8rem}

@media print, screen and (min-width: 40em){.registration-fence__image-container{margin:-3.6rem -3.6rem 1.8rem}}

@media print, screen and (min-width: 64em){.registration-fence__image-container{margin:-7.2rem -7.2rem 1.8rem}}

.registration-fence__pills{display:flex;flex-wrap:wrap;justify-content:center;margin:4.2rem -1.2rem 4.2rem}

.registration-fence__pill{font-size:1.4222222222rem;line-height:2.1333333333rem;max-width:100%;margin-right:1.2rem;margin-bottom:1.2rem;padding:1.2rem 1.2rem;border-radius:.6rem;overflow:hidden;color:#252525;font-weight:400;line-height:100%;white-space:nowrap;text-transform:uppercase;text-overflow:ellipsis;background:#e6e6e8}

.registration-fence__fine-print{font-size:1.1237311385rem;line-height:1.6855967078rem;margin-top:4.8rem;line-height:170%;text-align:justify}

.registration-fence__link{color:#77777c}

.registration-teaser{margin-bottom:3rem;padding:2.4rem;color:#fff;font-family:"TabletGothic";background-color:#2e925e}

@media print, screen and (min-width: 40em){.registration-teaser{margin-top:1.8rem}}

.registration-teaser__form .row{margin-bottom:2.4rem}

.registration-teaser__form .account-details__terms-label{font-size:1.2641975309rem;line-height:1.8rem}

.registration-teaser__form .input--login{margin-bottom:0}

.registration-teaser__notice{font-size:1.2641975309rem;line-height:1.8rem}

.registration-teaser__paragraph{padding-bottom:1.2rem}

.registration-teaser__colophon{padding-bottom:1.2rem;color:#fff;font-weight:700}

.registration-teaser__category-tags{font-size:1.2641975309rem;height:0;color:#e15561;visibility:hidden}

.registration-teaser__category-tags--expanded{height:100%;margin-top:-1.2rem;visibility:visible}

@media print, screen and (max-width: 39.99875em){.registration-teaser__category-tags{margin-top:1.8rem}}

.registration-teaser__error-hint{display:none;margin-bottom:1.2rem;color:#e15561;font-family:"TabletGothic"}

.registration-teaser__error-hint--visible{display:inline-block}

.registration-teaser__headline{font-size:2.576816rem;line-height:3.865224rem;width:100%;margin-bottom:1.2rem;padding-top:.6rem;font-weight:300;font-family:"TabletGothic"}

@media print, screen and (min-width: 40em){.registration-teaser__headline{font-size:2.7265915278rem;line-height:4.0898872917rem}}

@media print, screen and (min-width: 64em){.registration-teaser__headline{font-size:2.8832519531rem;line-height:4.3248779297rem}}

@media print, screen and (max-width: 39.99875em){.registration-teaser__envelope{display:flex;justify-content:center}}

.registration-teaser__category-fader{color:#e15561}

@media print, screen and (min-width: 40em){.registration-teaser__shrink{flex:0 0 auto;max-width:100%}}

.registration-teaser__toggle-icon{width:1.2rem;height:1.2rem;transform:rotate(180deg);stroke:currentColor;stroke-width:.22rem}

.registration-teaser__toggle-icon--close{transform:none}

@media print, screen and (min-width: 64em){.compact .registration-teaser{margin:0}.compact .registration-teaser .registration-teaser__shrink{flex:100% 1;margin-bottom:1.8rem}}

.registration-teaser .registration__notice-link{color:#fff}

.result__list{position:relative;display:block}

.result__list-item{position:relative;margin-bottom:.6rem}

.result__list-item--registration-teaser{margin-top:3rem}

.result__list-item--active{z-index:10;background:#2e925e}

.result__list-item--active .post__item{background:#e6e6e8;transform:translateX(0.6rem)}

.result__list-item--active .top-job-flag{margin-left:1.8rem}

@media print, screen and (min-width: 64em){.compact .result__list-wrapper{position:relative;background-color:#fff;max-height:100vh;margin-bottom:3.6rem;overflow-x:hidden;overflow-y:auto;background:#e6e6e8}}

@media print, screen and (min-width: 64em)and (min-width: 40em){.compact .result__list-wrapper{box-shadow:0 1px 2px rgba(86,86,85,.2)}}

@media print, screen and (min-width: 64em){.compact .result__list-item{margin-top:0;margin-bottom:0;border-bottom:2px solid #e6e6e8;transition:.15s}}

@media print, screen and (min-width: 64em){.compact .filter-settings+.result__list-wrapper{min-height:100vh}}

.ribbon-teaser{font-size:1.2641975309rem;line-height:1.8962962963rem;display:flex;align-items:center;justify-content:center;height:2.4rem;color:#fff;font-weight:700;font-family:"TabletGothic";letter-spacing:.1em;text-transform:uppercase;background-color:#2e925e}

.ribbon-teaser--tucked{z-index:1;position:relative;margin-bottom:-2.4rem}

.search-input{max-width:100%;height:6rem;overflow:hidden}

.search-input--overflow-left::before,.search-input--overflow-right::after{position:absolute;top:0;width:2.4rem;height:6rem;content:""}

.search-input--overflow-left::before{left:0;background:linear-gradient(to right, #fff, 60%, rgba(255, 255, 255, 0))}

.search-input--overflow-right::after{right:0;background:linear-gradient(to left, #fff, 60%, rgba(255, 255, 255, 0))}

.search-input__inner{display:flex;width:100%;padding:1.2rem;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;background:#fff}

.search-input__inner::-webkit-scrollbar{display:none}

.search-input__pills{display:inline-block;flex-shrink:0;white-space:nowrap}

.search-input__pill{margin-right:1.2rem;outline:none}

.search-input__pill--selected.pill{background:#252525}

.search-input__input{display:inline-block;flex-shrink:1;min-width:12rem;height:3.6rem;margin-bottom:0;padding:0;font-family:"TabletGothic"}

.search-input__input::-webkit-input-placeholder{color:#2e925e;-webkit-transition:.3s;transition:.3s}

.search-input__input:-moz-placeholder{color:#2e925e;-moz-transition:.3s;transition:.3s}

.search-input__input::-moz-placeholder{color:#2e925e;-moz-transition:.3s;transition:.3s}

.search-input__input:-ms-input-placeholder{color:#2e925e;-ms-transition:.3s;transition:.3s}

.search-input__input,.search-input__input:focus{border:none}

.search-input__input:hover::-webkit-input-placeholder{color:#3ab977}

.search-input__input:hover:-moz-placeholder{color:#3ab977}

.search-input__input:hover::-moz-placeholder{color:#3ab977}

.search-input__input:hover:-ms-input-placeholder{color:#3ab977}

.search-input__input:focus::-webkit-input-placeholder{color:#5bcb91}

.search-input__input:focus:-moz-placeholder{color:#5bcb91}

.search-input__input:focus::-moz-placeholder{color:#5bcb91}

.search-input__input:focus:-ms-input-placeholder{color:#5bcb91}

@media print, screen and (min-width: 40em){.search-input__input{font-size:2.025rem;line-height:3.0375rem}}

.search-input__pills:not(:empty)~.search-input__input::-webkit-input-placeholder,.search-input__pills:not(:empty)~.search-input__input:focus::-webkit-input-placeholder{color:#fff;-webkit-transition:none;transition:none}

.search-input__pills:not(:empty)~.search-input__input:-moz-placeholder,.search-input__pills:not(:empty)~.search-input__input:focus:-moz-placeholder{color:#fff;-moz-transition:none;transition:none}

.search-input__pills:not(:empty)~.search-input__input::-moz-placeholder,.search-input__pills:not(:empty)~.search-input__input:focus::-moz-placeholder{color:#fff;-moz-transition:none;transition:none}

.search-input__pills:not(:empty)~.search-input__input:-ms-input-placeholder,.search-input__pills:not(:empty)~.search-input__input:focus:-ms-input-placeholder{color:#fff;-ms-transition:none;transition:none}

.search-toggle{display:block;margin-top:27px;text-align:center}

.social-login{position:relative}

.social-login a:last-child{margin-bottom:0}

.social-login__line{margin-top:4.2rem;margin-bottom:2.4rem;overflow:hidden}

.social-login__line .social-login__separator{position:relative;display:inline-block;padding:0 20px;vertical-align:baseline}

.social-login__line .social-login__separator::before,.social-login__line .social-login__separator::after{position:absolute;top:1em;display:block;width:200px;border-top:1px solid #959595;content:""}

.social-login__line .social-login__separator::before{right:100%}

.social-login__line .social-login__separator::after{left:100%}

.social-login__line--adaptive{overflow:hidden}

@media print, screen and (max-width: 63.99875em){.social-login__line--adaptive{margin-top:4.2rem;margin-bottom:2.4rem}}

@media print, screen and (min-width: 64em){.social-login__line--adaptive{padding:0}}

.social-login__line--adaptive .social-login__separator{position:relative;display:block;vertical-align:baseline}

@media print, screen and (max-width: 63.99875em){.social-login__line--adaptive .social-login__separator{padding:0 20px}.social-login__line--adaptive .social-login__separator::before,.social-login__line--adaptive .social-login__separator::after{position:absolute;top:.85em;border-top:1px solid #959595;content:""}.social-login__line--adaptive .social-login__separator::before{right:calc(50% + 35px);left:0}.social-login__line--adaptive .social-login__separator::after{right:0;left:calc(50% + 35px)}}

@media print, screen and (min-width: 64em){.social-login__line--adaptive .social-login__separator::before,.social-login__line--adaptive .social-login__separator::after{display:block;border-left:1px solid #959595;text-align:center;content:""}.social-login__line--adaptive .social-login__separator::before{height:3.6rem;margin-bottom:.6rem;margin-left:50%}.social-login__line--adaptive .social-login__separator::after{height:3.6rem;margin-top:.6rem;margin-left:50%}}

.statusbar{color:#fff;background-color:#2e925e}

.statusbar--status-4{padding:1.8rem 2.4rem 1.8rem 1.2rem}

@media print, screen and (min-width: 40em){.statusbar--status-4{padding:1.8rem 0}}

.statusbar--status-4 h3{color:#fff}

@media print, screen and (min-width: 64em){.statusbar--status-4 h3{margin-bottom:1.2rem}}

.statusbar--status-4 .login-link{margin-top:1.8rem;line-height:4.2rem}

.statusbar--status-5{height:3.6rem;padding-top:.6rem;text-align:center}

@media print, screen and (min-width: 64em){.statusbar--status-5{text-align:right}}

.statusbar--status-5 .icon--private-area{margin-bottom:-0.3rem}

.switch__wrapper{margin-top:2.4rem}

.switch{display:inline-block;float:left;margin-right:1.8rem}

@media print, screen and (min-width: 64em){.switch{margin-top:.3rem}.switch input:checked~.switch-paddle::after{left:1.6rem}}

.switch input:checked~.switch-paddle{background:#2e925e}

.switch .switch-paddle{width:4.2rem;height:2.4rem;border-radius:50px;background-color:#959595}

@media print, screen and (min-width: 64em){.switch .switch-paddle{width:3rem;height:1.8rem}}

.switch .switch-paddle::after{top:.5rem;left:.6rem;width:1.2rem;height:1.2rem;border-radius:50%}

@media print, screen and (min-width: 64em){.switch .switch-paddle::after{top:.4rem;left:.5rem;width:10px;height:10px}}

.switch__state--active{color:#2e925e}

.switch__state--inactive{color:#959595}

.callout{position:relative;margin:0 0 1rem 0;padding:1rem;border:1px solid rgba(10,10,10,.25);border-radius:0;background-color:#fff;color:#0a0a0a}

.callout>:first-child{margin-top:0}

.callout>:last-child{margin-bottom:0}

.callout.primary{background-color:#c5e4ff;color:#0a0a0a}

.callout.secondary{background-color:#ffefd7;color:#0a0a0a}

.callout.tertiary{background-color:#f0f2f5;color:#0a0a0a}

.callout.success{background-color:#e1faea;color:#0a0a0a}

.callout.warning{background-color:#fff3d9;color:#0a0a0a}

.callout.alert{background-color:#f7e4e1;color:#0a0a0a}

.callout.neutral{background-color:#efefef;color:#0a0a0a}

.callout.small{padding-top:.5rem;padding-right:.5rem;padding-bottom:.5rem;padding-left:.5rem}

.callout.large{padding-top:3rem;padding-right:3rem;padding-bottom:3rem;padding-left:3rem}

.snackbar{width:91.6666666667%;z-index:80;position:fixed;bottom:0;left:50%;display:flex;align-items:flex-start;min-height:12rem;padding:1.2rem;font-weight:300;font-family:"TabletGothic";text-align:center;background-color:#eeeef0;box-shadow:0 1px 10px 3px rgba(37,37,37,.2);transform:translate3d(-50%, 6rem, 0);opacity:0;transition:opacity .3s,transform .3s;pointer-events:none;will-change:opacity,transform}

.snackbar__close{font-size:1.6rem;line-height:2.4rem;margin-top:-0.6rem;margin-right:-0.6rem;margin-left:1.2rem;padding:.6rem;color:#fff}

.snackbar__close:hover{color:#fff}

@media print, screen and (min-width: 40em){.snackbar{max-width:66rem}}

.snackbar__body{align-self:center;margin:0 auto;text-align:center}

.snackbar__button--small{font-size:1.2641975309rem;width:-moz-fit-content;width:fit-content;margin:auto;padding:1.2rem;font-weight:bold;white-space:nowrap;text-transform:none}

.snackbar__info{margin-bottom:1.2rem}

.snackbar__line{white-space:nowrap}

.snackbar__line-content{display:inline-block}

.snackbar__link{color:#fff;font-weight:700}

.snackbar__link:hover{color:#e6e6e6}

.snackbar--alt{color:#eeeef0;background-color:rgba(37,37,37,.95)}

.snackbar--active{transform:translate3d(-50%, -1.2rem, 0);opacity:1;pointer-events:all}

.snackbar--small{font-size:1.2641975309rem;width:auto;width:-moz-fit-content;width:fit-content;min-width:30rem;min-height:auto;padding:2.4rem 2.4rem}

.snackbar--small .snackbar__close{margin-top:-1.8rem;margin-right:-1.8rem;margin-left:2.4rem}

.tabs__wrapper{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;margin-top:1.2rem;background:#fff}

@media print, screen and (min-width: 40em){.tabs__wrapper{margin-bottom:5.4rem;box-shadow:0 1px 2px rgba(37,37,37,.2)}}

.tabs__headline{font-size:1.936rem;line-height:2.904rem;margin-top:1.8rem;margin-bottom:3rem;font-weight:300;text-align:center}

@media print, screen and (min-width: 40em){.tabs__headline{font-size:1.98025rem;line-height:2.970375rem}}

@media print, screen and (min-width: 64em){.tabs__headline{font-size:2.025rem;line-height:3.0375rem}}

@media print, screen and (min-width: 40em){.tabs__headline{font-size:2.8344976rem;line-height:4.2517464rem;margin-bottom:3rem}}

@media print, screen and (min-width: 40em)and (min-width: 40em){.tabs__headline{font-size:3.0333330747rem;line-height:4.5499996121rem}}

@media print, screen and (min-width: 40em)and (min-width: 64em){.tabs__headline{font-size:3.2436584473rem;line-height:4.8654876709rem}}

.tabs__hint{margin-bottom:3rem}

.tabs__link{display:block;padding:2.4rem .6rem;text-align:center;text-transform:uppercase;cursor:pointer}

.tabs__label{flex-basis:50%;background:#e6e6e8}

.tabs__content{display:none;flex-basis:100%;order:1;padding:1.8rem}

.tabs__radio{display:none}

.tabs__radio:checked+.tabs__label{z-index:8;background:#fff}

.tabs__radio:checked+.tabs__label+.tabs__content{display:block}

.tabs__footer{margin:2.4rem -1.8rem -1.8rem;padding:2.4rem 5.4rem;background-color:#e6e6e8}

.tabs__footer-link{color:#77777c}

.tagcloud{margin:0 0 -1.2rem}

.tagcloud__link{font-size:1.6rem;line-height:2.4rem;font-family:"TabletGothic";display:inline-block;max-width:100%;height:4.8rem;margin-right:1.2rem;margin-bottom:1.2rem;padding:1.2rem;border:.1rem solid #e6e6e8;border-radius:.6rem;color:#2e925e;font-weight:700;text-decoration:none;transition:.3s}

.tagcloud__link:hover{border-color:#2e925e}

.tagcloud__text{display:inline-block;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}

.teaser{padding-top:18rem;padding-bottom:2.4rem;background:#fff url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/about-s-1ca5c48c.jpg) top/100% no-repeat}

@media print, screen and (max-width: 39.99875em){.teaser{padding-right:1.8rem;padding-left:1.8rem}}

@media print, screen and (min-width: 40em)and (max-width: 63.99875em){.teaser{background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/about-m-3643fdc9.jpg)}}

@media print, screen and (min-width: 64em){.teaser{padding-top:0;background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/about-l-8ae9bc22.jpg);background-position:bottom right;background-size:contain}.teaser__row{height:31.8rem}}

.headline-landingpage{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:4.1499879362rem;line-height:6.2249819042rem;font-weight:300}

@media print, screen and (min-width: 40em){.headline-landingpage{font-size:4.6464383498rem;line-height:6.9696575247rem}}

@media print, screen and (min-width: 64em){.headline-landingpage{font-size:5.1957136407rem;line-height:7.7935704611rem}}

.headline-1{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:3.11794736rem;line-height:4.67692104rem;font-weight:300}

@media print, screen and (min-width: 40em){.headline-1{font-size:3.3745830456rem;line-height:5.0618745684rem}}

@media print, screen and (min-width: 64em){.headline-1{font-size:3.6491157532rem;line-height:5.4736736298rem}}

.headline-2{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:2.8344976rem;line-height:4.2517464rem;font-weight:300}

@media print, screen and (min-width: 40em){.headline-2{font-size:3.0333330747rem;line-height:4.5499996121rem}}

@media print, screen and (min-width: 64em){.headline-2{font-size:3.2436584473rem;line-height:4.8654876709rem}}

.headline-3{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:2.576816rem;line-height:3.865224rem;font-weight:400}

@media print, screen and (min-width: 40em){.headline-3{font-size:2.7265915278rem;line-height:4.0898872917rem}}

@media print, screen and (min-width: 64em){.headline-3{font-size:2.8832519531rem;line-height:4.3248779297rem}}

.headline-4{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:2.34256rem;line-height:3.51384rem;font-weight:300}

@media print, screen and (min-width: 40em){.headline-4{font-size:2.4508687891rem;line-height:3.6763031836rem}}

@media print, screen and (min-width: 64em){.headline-4{font-size:2.562890625rem;line-height:3.8443359375rem}}

.headline-5{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:2.1296rem;line-height:3.1944rem;font-weight:700}

@media print, screen and (min-width: 40em){.headline-5{font-size:2.203028125rem;line-height:3.3045421875rem}}

@media print, screen and (min-width: 64em){.headline-5{font-size:2.278125rem;line-height:3.4171875rem}}

.headline-6{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:1.936rem;line-height:2.904rem;font-weight:400}

@media print, screen and (min-width: 40em){.headline-6{font-size:1.98025rem;line-height:2.970375rem}}

@media print, screen and (min-width: 64em){.headline-6{font-size:2.025rem;line-height:3.0375rem}}

.headline-6-light{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:1.936rem;line-height:2.904rem;font-weight:300}

@media print, screen and (min-width: 40em){.headline-6-light{font-size:1.98025rem;line-height:2.970375rem}}

@media print, screen and (min-width: 64em){.headline-6-light{font-size:2.025rem;line-height:3.0375rem}}

.headline-7{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:1.76rem;line-height:2.64rem;font-weight:700}

@media print, screen and (min-width: 40em){.headline-7{font-size:1.78rem;line-height:2.67rem}}

@media print, screen and (min-width: 64em){.headline-7{font-size:1.8rem;line-height:2.7rem}}

.copytext-article{font-size:1.8rem;line-height:2.7rem;font-weight:400;font-family:"TabletGothic"}

.fine-print{font-size:1.1237311385rem;line-height:1.6855967078rem;font-family:"TabletGothic"}

.text-others-textinfos{font-size:1.4222222222rem;color:#e15561;font-weight:700;font-family:"TabletGothic";text-transform:uppercase}

.text-others-additional{font-size:1.4222222222rem;color:#2e925e}

.text-others-dateline{font-size:1.6rem;line-height:2.4rem;display:inline-block;border-top:3px solid #2e925e;color:#2e925e;font-weight:700;font-family:"TabletGothic";vertical-align:top}

.text-others-caption{font-size:1.4222222222rem;line-height:2.1333333333rem;font-family:"TabletGothic"}

.text-others-infobox{font-size:1.6rem;line-height:2.4rem;font-family:"TabletGothic"}

.text-others-image-source{font-size:1.4222222222rem;line-height:2.1333333333rem;color:#2e925e;font-weight:700;font-family:"TabletGothic"}

.tile{position:relative;background-color:#fff;display:block;height:100%;padding:1.8rem 1.8rem 3rem;color:inherit;text-decoration:none}

@media print, screen and (min-width: 40em){.tile{box-shadow:0 1px 2px rgba(86,86,85,.2)}}

@media print, screen and (min-width: 40em){.tile{padding:2.4rem 2.4rem 3rem}}

.tile__button{position:absolute;top:calc(100% - 2.4rem);right:0;left:0;margin:auto}

.tile__figure{position:relative;height:13.8rem;margin-bottom:2.4rem;overflow:hidden;background:center/cover no-repeat}

.tile__headline-6-light{margin-bottom:1.8rem;color:#2e925e}

.tile__image{width:100%;height:138px;-o-object-fit:cover;object-fit:cover}

.tile__image--fit{-o-object-fit:scale-down;object-fit:scale-down}

@media print, screen and (max-width: 63.99875em){.tiles__columns{padding-bottom:4.8rem}}

@media print, screen and (min-width: 64em){.tiles__columns{padding-bottom:5.4rem}}

.top-job-flag{font-size:1.4222222222rem;line-height:2.1333333333rem;display:block;float:left;width:8.5rem;margin-top:-0.6rem;margin-bottom:1.2rem;padding:0 1.2rem;color:#fff;font-weight:700;font-family:"TabletGothic";line-height:2.4rem;text-transform:uppercase;background-color:#2e925e;transform:translate3d(-2.4rem, 0, 0);transition:margin-left .15s}

@media print, screen and (min-width: 40em){.top-job-flag{position:relative;box-shadow:0 1px 2px rgba(37,37,37,.4)}}

@media print, screen and (min-width: 40em){.top-job-flag::before{width:0;height:0;content:"";border-top:.6rem solid #252525;border-right:0 solid rgba(0,0,0,0);border-left:.6rem solid rgba(0,0,0,0);position:absolute;display:block;transform:translate3d(-1.2rem, 2.4rem, 0);opacity:.55;content:""}}

@media print, screen and (min-width: 64em){.top-job-flag{margin-top:-1.8rem;transform:translate3d(-3rem, 0, 0)}.compact .top-job-flag{margin-top:-1.2rem;box-shadow:none;transform:translate3d(-1.8rem, 0, 0)}.compact .top-job-flag::before{display:none}}

.top-job-flag~.post__item-title{clear:both}

.tooltip{z-index:61;display:block !important}

.tooltip .tooltip-inner{padding:0 6px;border-radius:5px;color:#fff;font-size:10px;font-family:"TabletGothic";background:#252525}

.tooltip .tooltip-arrow{position:absolute;z-index:1;width:0;height:0;margin:5px;border-color:#252525;border-style:solid}

.tooltip[x-placement^=top]{margin-bottom:5px}

.tooltip[x-placement^=top] .tooltip-arrow{bottom:-5px;left:calc(50% - 5px);margin-top:0;margin-bottom:0;border-width:5px 5px 0 5px;border-right-color:rgba(0,0,0,0) !important;border-bottom-color:rgba(0,0,0,0) !important;border-left-color:rgba(0,0,0,0) !important}

.tooltip[x-placement^=bottom]{margin-top:5px}

.tooltip[x-placement^=bottom] .tooltip-arrow{top:-5px;left:calc(50% - 5px);margin-top:0;margin-bottom:0;border-width:0 5px 5px 5px;border-top-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;border-left-color:rgba(0,0,0,0) !important}

.tooltip[x-placement^=right]{margin-left:5px}

.tooltip[x-placement^=right] .tooltip-arrow{top:calc(50% - 5px);left:-5px;margin-right:0;margin-left:0;border-width:5px 5px 5px 0;border-top-color:rgba(0,0,0,0) !important;border-bottom-color:rgba(0,0,0,0) !important;border-left-color:rgba(0,0,0,0) !important}

.tooltip[x-placement^=left]{margin-right:5px}

.tooltip[x-placement^=left] .tooltip-arrow{top:calc(50% - 5px);right:-5px;margin-right:0;margin-left:0;border-width:5px 0 5px 5px;border-top-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;border-bottom-color:rgba(0,0,0,0) !important}

.tooltip.popover .popover-inner{padding:24px;border-radius:5px;color:#252525;background:#fff;box-shadow:0 5px 30px rgba(0,0,0,.1)}

.tooltip.popover .popover-arrow{border-color:#fff}

.tooltip[aria-hidden=true]{visibility:hidden;opacity:0;transition:opacity .15s,visibility .15s}

.tooltip[aria-hidden=false]{visibility:visible;opacity:1;transition:opacity .15s}

.awesomplete{position:static;width:100%;color:#252525}

.awesomplete>ul{top:6rem;max-width:100%;border:1px solid #e6e6e8;font-family:"TabletGothic";background:#fff;box-shadow:0 3px 9px 0 rgba(0,0,0,.25)}

@media print, screen and (min-width: 40em){.awesomplete>ul{top:8.4rem}}

.awesomplete>ul::before{content:normal}

.awesomplete>ul>li{padding:1.2rem 1.8rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}

.awesomplete>ul>li:hover,.awesomplete>ul>li[aria-selected=true]{color:inherit;background:#e6e6e8}

.awesomplete>ul>li:hover mark,.awesomplete>ul>li[aria-selected=true] mark{background:#fff0dc}

.awesomplete mark{background:#fff0dc}

.typo-8{font-size:.7892322948rem;line-height:1.1838484423rem}

.typo-11{font-size:1.1237311385rem;line-height:1.6855967078rem}

.typo-14{font-size:1.4222222222rem;line-height:2.1333333333rem}

.typo-blueberry{color:#77777c}

.typo-bold{font-weight:700}

.typo-break-word{word-wrap:break-word;overflow-wrap:break-word}

.typo-gneiss{color:#2e925e}

.typo-h3{font-size:2.34256rem;line-height:3.51384rem}

@media print, screen and (min-width: 40em){.typo-h3{font-size:2.4508687891rem;line-height:3.6763031836rem}}

@media print, screen and (min-width: 64em){.typo-h3{font-size:2.562890625rem;line-height:3.8443359375rem}}

.typo-light{font-weight:300}

.typo-nowrap{white-space:nowrap}

.typo-obsidian{color:#252525}

.typo-sans-serif{font-family:"TabletGothic"}

.typo-snow-white{color:#fff}

.typo-uppercase{text-transform:uppercase}

.widgets-accordion{font-family:"TabletGothic"}

.widgets-accordion__headline{font-size:2.025rem;line-height:3.0375rem;margin-bottom:1.8rem;padding-left:1.8rem}

.widgets-accordion__tab{font-size:1.4222222222rem;line-height:2.1333333333rem;padding:1.2rem 1.2rem 1.2rem 1.8rem;box-shadow:none}

.widgets-accordion__tab-label{display:flex;cursor:pointer}

.widgets-accordion__tab-headline{font-size:1.8rem;line-height:2.7rem;flex-grow:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}

.widgets-accordion__tab-content-wrapper{display:none;margin:1.2rem 0 1.2rem 0}

.widgets-accordion__tab-content{padding:1.2rem 0 1.2rem 0}

.widgets-accordion__tab-content em{font-style:italic}

.widgets-accordion__tab-content ol,.widgets-accordion__tab-content ul{margin-bottom:2.4rem;margin-left:2.4rem}

.widgets-accordion__tab-content ol li,.widgets-accordion__tab-content ul li{margin-bottom:.6rem}

.widgets-accordion__tab-content ol{list-style:decimal}

.widgets-accordion__tab-content ul{list-style:disc}

.widgets-accordion__tab-resource{font-size:1.8rem;line-height:2.7rem;margin-top:1.2rem;color:#77777c}

.widgets-accordion__tab-resource .icon{margin-right:.6rem}

.widgets-accordion__tab-resource a{color:currentColor}

.widgets-accordion__tab--active .widgets-accordion__tab-label .widgets-accordion__chevron{transform:rotateZ(-90deg) rotateY(180deg)}

.widgets-accordion__tab--active .widgets-accordion__tab-label{font-weight:700}

.widgets-accordion__tab--active .widgets-accordion__tab-headline{white-space:normal}

.widgets-accordion__tab--active .widgets-accordion__tab-content-wrapper{display:block}

.widgets-accordion__chevron{flex-shrink:0;width:1.8rem;margin-left:.6rem;text-align:right;transform:rotateZ(-90deg);transition:transform .3s}

.widgets-article-header__headline{margin-top:3rem;color:#252525;margin-bottom:3rem}

@media print, screen and (min-width: 40em){.widgets-article-header__headline{margin-top:3.6rem}}

@media print, screen and (min-width: 40em){.widgets-article-header__headline{margin-bottom:4.2rem}}

.widgets-article-header__dateline{font-size:1.6rem;line-height:2.4rem;display:inline-block;border-top:3px solid #2e925e;color:#2e925e;font-weight:700;font-family:"TabletGothic";vertical-align:top;margin-bottom:3rem}

@media print, screen and (min-width: 40em){.widgets-article-header__dateline{margin-bottom:4.2rem}}

.widgets-article-header__lead-text{color:#252525;font-weight:700;margin-bottom:3rem}

@media print, screen and (min-width: 40em){.widgets-article-header__lead-text{margin-bottom:4.2rem}}

.widgets-article-header__image-container{margin:0}

.widgets-article-header__image{max-width:100%}

@media print, screen and (min-width: 64em){.widgets-article-header__image{max-width:125%;margin-right:-12.4999999999%;margin-left:-12.4999999999%}}

.widgets-article-header__sponsored-banner{font-size:1.4222222222rem;line-height:2.1333333333rem;margin:-1.8rem -1.8rem 0;padding:1.2rem;color:#fff;font-family:"TabletGothic";letter-spacing:.05em;text-transform:uppercase;background-color:#2e925e}

@media print, screen and (min-width: 40em){.widgets-article-header__sponsored-banner{text-align:center}}

@media print, screen and (min-width: 64em){.widgets-article-header__sponsored-banner{margin:-2.4rem -2.4rem 0}}

.widgets-article-header__sponsored-by{font-size:1.4222222222rem;line-height:2.1333333333rem;display:flex;align-items:center;color:#e15561;font-weight:700;font-family:"TabletGothic";letter-spacing:.05em;text-transform:uppercase}

.widgets-article-header__sponsored-by-logo{display:block;margin:1.2rem}

.widgets-article-image{margin:0}

.widgets-bezel_textbox__wrapper{margin:6rem auto 1.2rem;padding:2.4rem;background-color:#eeeef0}

.widgets-bezel_textbox__image{max-width:100%}

.widgets-bezel_textbox__image-wrapper{display:flex;align-items:center;justify-content:center;width:186px;height:108px;overflow:hidden;background-color:#fff}

.widgets-bezel_textbox__content{margin-top:1.8rem;color:#252525;font-family:"TabletGothic"}

.widgets-bezel_textbox__content a{color:#77777c}

.widgets-center{margin-bottom:3.6rem;background:#959595;background-repeat:repeat;background-position:center;background-size:cover;padding:3rem 1.8rem 0 1.8rem}

@supports(--some-var: black){.widgets-center{background-image:#959595 !important;background-image:var(--background-image-small, #959595) !important}@media screen and (-webkit-min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.widgets-center{background-image:#959595 !important;background-image:var(--background-image-small-2x, #959595) !important}}@media print,screen and (min-width: 40em){.widgets-center{background-image:#959595 !important;background-image:var(--background-image-medium, #959595) !important}}@media print and (-webkit-min-device-pixel-ratio: 2),print and (min-resolution: 192dpi),screen and (min-width: 40em)and (-webkit-min-device-pixel-ratio: 2),screen and (min-width: 40em)and (min-resolution: 192dpi){.widgets-center{background-image:#959595 !important;background-image:var(--background-image-medium-2x, #959595) !important}}@media print,screen and (min-width: 64em){.widgets-center{background-image:#959595 !important;background-image:var(--background-image-large, #959595) !important}}@media print and (-webkit-min-device-pixel-ratio: 2),print and (min-resolution: 192dpi),screen and (min-width: 64em)and (-webkit-min-device-pixel-ratio: 2),screen and (min-width: 64em)and (min-resolution: 192dpi){.widgets-center{background-image:#959595 !important;background-image:var(--background-image-large-2x, #959595) !important}}}

@media print, screen and (min-width: 40em){.widgets-center{padding-top:4.2rem}}

@media print, screen and (min-width: 64em){.widgets-center{padding-top:6rem}}

.widgets-center__dateline{padding-bottom:1.8rem;font-size:1.6rem;line-height:2.4rem;display:inline-block;border-top:3px solid #fff;color:#fff;font-weight:700;font-family:"TabletGothic";vertical-align:top;text-shadow:#252525 0 2px 4px}

@media print, screen and (min-width: 40em){.widgets-center__dateline{padding-bottom:2.4rem}}

@media print, screen and (min-width: 64em){.widgets-center__dateline{padding-bottom:4.2rem}}

.widgets-center__header{text-shadow:#252525 0 2px 4px;margin:0 auto}

.widgets-center__headline{padding-bottom:1.8rem;font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:2.8344976rem;line-height:4.2517464rem;font-weight:300;text-shadow:#252525 0 2px 4px;display:block;color:#fff}

@media print, screen and (min-width: 40em){.widgets-center__headline{padding-bottom:2.4rem}}

@media print, screen and (min-width: 64em){.widgets-center__headline{padding-bottom:4.2rem}}

@media print, screen and (min-width: 40em){.widgets-center__headline{font-size:3.0333330747rem;line-height:4.5499996121rem}}

@media print, screen and (min-width: 64em){.widgets-center__headline{font-size:3.2436584473rem;line-height:4.8654876709rem}}

@media print, screen and (min-width: 64em){.widgets-center__headline{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:4.1499879362rem;line-height:6.2249819042rem;font-weight:300}}

@media print, screen and (min-width: 64em)and (min-width: 40em){.widgets-center__headline{font-size:4.6464383498rem;line-height:6.9696575247rem}}

@media print, screen and (min-width: 64em)and (min-width: 64em){.widgets-center__headline{font-size:5.1957136407rem;line-height:7.7935704611rem}}

.widgets-center__lead-text{padding-bottom:1.8rem;font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:1.76rem;line-height:2.64rem;font-weight:700;text-shadow:#252525 0 2px 4px;display:block;color:#fff}

@media print, screen and (min-width: 40em){.widgets-center__lead-text{padding-bottom:2.4rem}}

@media print, screen and (min-width: 64em){.widgets-center__lead-text{padding-bottom:4.2rem}}

@media print, screen and (min-width: 40em){.widgets-center__lead-text{font-size:1.78rem;line-height:2.67rem}}

@media print, screen and (min-width: 64em){.widgets-center__lead-text{font-size:1.8rem;line-height:2.7rem}}

@media print, screen and (min-width: 40em){.widgets-center__lead-text{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:1.936rem;line-height:2.904rem;font-weight:400}}

@media print, screen and (min-width: 40em)and (min-width: 40em){.widgets-center__lead-text{font-size:1.98025rem;line-height:2.970375rem}}

@media print, screen and (min-width: 40em)and (min-width: 64em){.widgets-center__lead-text{font-size:2.025rem;line-height:3.0375rem}}

@media print, screen and (min-width: 64em){.widgets-center__lead-text{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:2.34256rem;line-height:3.51384rem;font-weight:300}}

@media print, screen and (min-width: 64em)and (min-width: 40em){.widgets-center__lead-text{font-size:2.4508687891rem;line-height:3.6763031836rem}}

@media print, screen and (min-width: 64em)and (min-width: 64em){.widgets-center__lead-text{font-size:2.562890625rem;line-height:3.8443359375rem}}

.widgets-center__lead-text ul li::before{padding-right:1.2rem;content:"•"}

.widgets-copyright{margin-top:8.4rem}

@media print, screen and (min-width: 64em){.widgets-copyright{padding:3rem 3rem 2.4rem}}

.widgets-copyright__heading{margin:1.2rem 0 0}

.widgets-employer-benefits-headline{font-size:2.562890625rem;line-height:3.8443359375rem;margin-top:3rem;margin-bottom:3rem;color:#252525;font-weight:700}

@media print, screen and (min-width: 40em){.widgets-employer-benefits-headline{margin-top:4.2rem}}

.widgets-employer-benefits{background-color:#eeeef0}

.widgets-employer-benefits__items{display:flex;flex-flow:row wrap}

.widgets-employer-benefits__item{position:relative;width:100%;padding:1.2rem;font-family:"TabletGothic"}

@media print, screen and (min-width: 40em){.widgets-employer-benefits__item{width:50%;padding:2.4rem}}

.widgets-employer-benefits__item--hero{font-size:1.6rem;line-height:2.4rem;background-color:#e6e6e8}

@media print, screen and (min-width: 40em){.widgets-employer-benefits__item--hero{width:33.33%;width:33.3333333333%;text-align:center}}

.widgets-employer-benefits__item--hero::after{z-index:7;position:absolute;right:.6rem;bottom:-1px;left:.6rem;height:1px;background-color:#eeeef0;content:""}

.widgets-employer-benefits__item-icon{position:relative;width:2rem;margin-right:1.2rem;vertical-align:top}

@media print, screen and (min-width: 40em){.widgets-employer-benefits__item-icon{margin-right:2.4rem}.widgets-employer-benefits__item-icon--hero{display:block;width:4rem;margin:0 auto 1.2rem}}

.widgets-employer-profile-headline{font-size:2.562890625rem;line-height:3.8443359375rem;margin-top:3rem;margin-bottom:3rem;color:#252525;font-weight:700}

@media print, screen and (min-width: 40em){.widgets-employer-profile-headline{margin-top:4.2rem}}

.widgets-employer-profile{padding:1.2rem;background-color:#eeeef0}

@media print, screen and (min-width: 40em){.widgets-employer-profile{padding:2.4rem}}

.widgets-employer-profile__item-headline{font-size:1.8rem;line-height:2.7rem;margin-bottom:0rem;color:#252525;font-weight:700;letter-spacing:.03em;text-transform:uppercase}

.widgets-employer-profile__item:not(:last-child){margin-bottom:2.4rem}

.widgets-employer-profile__item-content{font-size:1.8rem;line-height:2.7rem;display:inline-block;width:90%;font-weight:lighter;font-family:"TabletGothic"}

.widgets-employer-profile__item-icon{position:relative;top:.25em;width:2rem;margin-right:2.4rem;vertical-align:top}

.widgets-html-content{color:#252525}

.widgets-html-content h1,.widgets-html-content h2,.widgets-html-content h3{color:#252525}

.widgets-html-content h3{font-weight:bold}

.widgets-html-content em{font-style:italic}

.widgets-html-content ol,.widgets-html-content ul{margin-top:1.2rem;margin-bottom:2.4rem;margin-left:2.4rem}

.widgets-html-content ol li,.widgets-html-content ul li{margin-bottom:.6rem}

.widgets-html-content ol{list-style:decimal}

.widgets-html-content ul{list-style:disc}

.widgets-html-content--info *{color:#252525}

.widgets-html-content--info h1{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:3.11794736rem;line-height:4.67692104rem;font-weight:300;margin-top:0;margin-bottom:4.2rem}

@media print, screen and (min-width: 40em){.widgets-html-content--info h1{font-size:3.3745830456rem;line-height:5.0618745684rem}}

@media print, screen and (min-width: 64em){.widgets-html-content--info h1{font-size:3.6491157532rem;line-height:5.4736736298rem}}

.widgets-html-content--info h2{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:2.576816rem;line-height:3.865224rem;font-weight:400;margin-top:6rem;margin-bottom:3rem}

@media print, screen and (min-width: 40em){.widgets-html-content--info h2{font-size:2.7265915278rem;line-height:4.0898872917rem}}

@media print, screen and (min-width: 64em){.widgets-html-content--info h2{font-size:2.8832519531rem;line-height:4.3248779297rem}}

.widgets-html-content--info h3{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:2.1296rem;line-height:3.1944rem;font-weight:700;margin-top:4.2rem;margin-bottom:4.2rem}

@media print, screen and (min-width: 40em){.widgets-html-content--info h3{font-size:2.203028125rem;line-height:3.3045421875rem}}

@media print, screen and (min-width: 64em){.widgets-html-content--info h3{font-size:2.278125rem;line-height:3.4171875rem}}

.widgets-html-content--info p{font-size:1.8rem;line-height:2.7rem;font-weight:400;font-family:"TabletGothic";margin-top:0;margin-bottom:2.4rem}

.widgets-html-content--info p:last-of-type{margin-bottom:0}

.widgets-html-content--job-overview h1{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:2.8344976rem;line-height:4.2517464rem;font-weight:300;margin-top:-.6407226563rem}

@media print, screen and (min-width: 40em){.widgets-html-content--job-overview h1{font-size:3.0333330747rem;line-height:4.5499996121rem}}

@media print, screen and (min-width: 64em){.widgets-html-content--job-overview h1{font-size:3.2436584473rem;line-height:4.8654876709rem}}

.widgets-html-content--job-overview h2{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:2.34256rem;line-height:3.51384rem;font-weight:300;margin-top:4.8rem}

@media print, screen and (min-width: 40em){.widgets-html-content--job-overview h2{font-size:2.4508687891rem;line-height:3.6763031836rem}}

@media print, screen and (min-width: 64em){.widgets-html-content--job-overview h2{font-size:2.562890625rem;line-height:3.8443359375rem}}

.widgets-html-content--job-overview h3{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:1.76rem;line-height:2.64rem;font-weight:700;margin-top:2.4rem}

@media print, screen and (min-width: 40em){.widgets-html-content--job-overview h3{font-size:1.78rem;line-height:2.67rem}}

@media print, screen and (min-width: 64em){.widgets-html-content--job-overview h3{font-size:1.8rem;line-height:2.7rem}}

.widgets-google-maps{margin-top:4.2rem}

.widgets-google-maps__map{width:100%;height:35.4rem}

.widgets-google-maps__map--hidden{width:100%;height:100%}

.widgets-image-gallery{position:relative;margin-bottom:2.4rem}

.widgets-image-gallery__image{position:relative}

.widgets-image-gallery__image img{max-width:100%}

.widgets-image-gallery__button{position:absolute;top:50%;width:3.6rem;height:3.6rem;border:none;font-size:3.6rem;background-color:rgba(0,0,0,0);outline:none;transform:translate(0%, -50%);cursor:pointer}

.widgets-image-gallery__button--left{z-index:9;left:2%;background:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/slider-left-b59441e1.svg) no-repeat}

.widgets-image-gallery__button--right{right:0%;background:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/slider-right-7ee669eb.svg) no-repeat}

.widgets-interview__items{font-size:1.8rem;line-height:2.7rem;font-weight:400;font-family:"TabletGothic";padding:1.2rem;background-color:#eeeef0}

@media print, screen and (min-width: 40em){.widgets-interview__items{padding:3rem}}

.widgets-interview__item{margin-bottom:2.4rem}

@media print, screen and (min-width: 40em){.widgets-interview__item{margin-bottom:3.6rem}}

.widgets-interview__item:last-child{margin-bottom:0}

.widgets-interview__item--question,.widgets-interview__item--answer{padding:1.8rem}

.widgets-interview__item--question{position:relative;margin-bottom:1.2rem;background-color:#e6e6e8}

@media print, screen and (min-width: 40em){.widgets-interview__item--question{margin-right:16.2rem;margin-bottom:1.8rem}}

.widgets-interview__item--question::after{width:0;height:0;content:"";border-top:2.4rem solid #e6e6e8;border-right:1em solid rgba(0,0,0,0);border-left:1em solid rgba(0,0,0,0);position:absolute;bottom:-1.8rem;left:3%}

@media print, screen and (min-width: 40em){.widgets-interview__item--question::after{left:5%}}

.widgets-interview__item--answer{position:relative;margin-left:6rem;background-color:#fff}

@media print, screen and (min-width: 40em){.widgets-interview__item--answer{margin-left:16.2rem}}

.widgets-jobs-teaser{position:relative;margin-top:5.4rem;margin-bottom:5.4rem}

.widgets-jobs-teaser--top-jobs{margin-top:0;margin-bottom:2.4rem}

.widgets-jobs-teaser__job-list{margin-bottom:3rem}

.widgets-jobs-teaser__headline{margin-bottom:1.8rem;margin-left:1.8rem;color:#2e925e}

@media print, screen and (min-width: 40em){.widgets-jobs-teaser__headline{margin-left:0;text-align:center}}

.widgets-jobs-query{position:relative;margin-top:5.4rem;margin-bottom:5.4rem}

.widgets-jobs-query__job-list{margin-bottom:3rem}

.widgets-phd-test{margin:3.6rem 0}

.widgets-phd-test__fence{margin:1.8rem 0}

.widgets-phd-test__footnote{font-size:1.4222222222rem;line-height:2.1333333333rem}

.widgets-phd-test__cta-buttons{flex-direction:column;align-items:center;justify-content:space-around;min-width:60%;margin-top:3rem}

@media print, screen and (min-width: 40em){.widgets-phd-test__cta-buttons{flex-direction:row}}

.widgets-phd-test__actions{flex-wrap:wrap;margin-top:3rem}

.widgets-phd-test__button{flex-grow:0;flex-shrink:0;margin-bottom:.6rem}

.widgets-phd-test__question{display:flex;flex-direction:column;margin-bottom:2.4rem;font-family:"TabletGothic"}

@media print, screen and (min-width: 40em){.widgets-phd-test__question{flex-flow:row wrap;margin-bottom:3.6rem}}

.widgets-phd-test__answer{font-size:1.6rem;line-height:2.4rem;margin-bottom:.6rem;cursor:pointer}

@media print, screen and (min-width: 40em){.widgets-phd-test__answer{flex:0 0 20%;text-align:center}}

@media print, screen and (min-width: 40em){.widgets-phd-test__answer-text{display:block;width:100%}}

.widgets-phd-test__question-text{width:100%;margin-bottom:1.2rem}

.widgets-premium-profile-lead{font-size:1.6rem;line-height:2.4rem;font-family:"TabletGothic"}

.widgets-premium-profile-lead__gallery{position:relative;margin-bottom:2.4rem}

.widgets-premium-profile-lead__gallery:not(.slick-initialized) .widgets-premium-profile-lead__gallery-item{display:none}

.widgets-premium-profile-lead__gallery:not(.slick-initialized) .widgets-premium-profile-lead__gallery-item:first-child{display:block}

.widgets-premium-profile-lead__headline{display:block;margin-top:2.4rem;margin-bottom:.6rem;color:#252525;font-weight:700;text-transform:uppercase}

.widgets-premium-profile-lead__content{padding:1.2rem;background-color:#eeeef0}

@media print, screen and (min-width: 40em){.widgets-premium-profile-lead__content{padding:1.8rem}}

@media print, screen and (min-width: 64em){.widgets-premium-profile-lead__content{padding:2.4rem}}

.widgets-premium-profile-lead__logos{display:grid;grid-gap:.6rem;grid-template:auto/repeat(2, 1fr);align-items:stretch}

@media print, screen and (min-width: 40em){.widgets-premium-profile-lead__logos{grid-gap:1.2rem;grid-template:auto/repeat(3, 1fr)}}

.widgets-premium-profile-lead__logo{width:100%;padding:.6rem;-o-object-fit:scale-down;object-fit:scale-down;background:#fff}

.widgets-premium-profile-lead__departments{margin-bottom:-1.2rem}

.widgets-profile-headline{margin-top:6rem;margin-bottom:4.2rem;color:#252525}

@media print, screen and (min-width: 40em){.widgets-profile-headline{margin-top:8.4rem}}

.widgets-profile-lead{font-size:1.6rem;line-height:2.4rem;padding:1.2rem;font-family:"TabletGothic";background-color:#eeeef0}

@media print, screen and (min-width: 40em){.widgets-profile-lead{padding:1.8rem}}

@media print, screen and (min-width: 64em){.widgets-profile-lead{padding:2.4rem}}

.widgets-profile-lead__default-logo{width:100%;height:110px;background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/ag-logo-dummy-3a449d3f.jpg)}

@media print, screen and (min-width: 40em){.widgets-profile-lead__divider{padding-top:2.4rem;border-bottom:1px #e6e6e8 solid}}

.widgets-profile-lead__headline{display:block;margin-bottom:1.2rem;color:#252525;font-weight:700;text-transform:uppercase}

.widgets-profile-lead__image{margin-bottom:3.6rem}

@media print, screen and (min-width: 40em){.widgets-profile-lead__image{margin-bottom:0;padding-right:.6rem}}

.widgets-profile-lead__image img{width:100%}

.widgets-profile-lead__image-area{margin-bottom:0}

.widgets-profile-lead__logo{margin-bottom:2.4rem}

@media print, screen and (min-width: 40em){.widgets-profile-lead__logo{margin-bottom:0}}

.widgets-profile-lead__logo img{max-width:100%;padding:.6rem;background:#fff}

.widgets-profile-lead__location--expanded{flex-grow:2}

.widgets-profile-lead__website{margin-top:1.2rem}

@media print, screen and (min-width: 40em){.widgets-profile-lead__website{margin-top:2.4rem}}

.widgets-profile-lead__departments{margin-top:2.4rem;margin-bottom:-1.2rem}

.widgets-registration-teaser{margin:3rem auto}

.widgets-social_feed{padding:1.2rem;background-color:#eeeef0}

@media print, screen and (min-width: 40em){.widgets-social_feed{padding:3rem}}

.widgets-social_feed__button{margin:auto}

.widgets-social_feed__notice{margin-bottom:1.2rem;font-family:"TabletGothic";text-align:center}

.widgets-social_feed__notice--small{font-size:1.2641975309rem;margin-top:1.2rem}

.widgets-social_feed__facebook{display:block;width:100%;margin:auto;border:none}

@media print, screen and (min-width: 40em){.widgets-social_feed__facebook{width:500px}}

.widgets-social-share-bar{font-size:1.4222222222rem;line-height:2.1333333333rem;display:flex;flex-direction:column;align-items:center;font-weight:700;font-family:"TabletGothic";text-transform:uppercase}

@media print, screen and (min-width: 40em){.widgets-social-share-bar{flex-direction:row;justify-content:flex-end}}

.widgets-social-share-bar__social{display:flex;align-items:center;justify-content:space-between}

.widgets-social-share-bar__socialbutton{display:inline-block;margin-left:.6rem}

.widgets-social-share-bar__socialbutton:first-of-type{margin-left:1.2rem}

.widget-subnavigation__headline{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:2.34256rem;line-height:3.51384rem;font-weight:300;color:#252525;font-weight:700}

@media print, screen and (min-width: 40em){.widget-subnavigation__headline{font-size:2.4508687891rem;line-height:3.6763031836rem}}

@media print, screen and (min-width: 64em){.widget-subnavigation__headline{font-size:2.562890625rem;line-height:3.8443359375rem}}

.widget-subnavigation__list{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:1.76rem;line-height:2.64rem;font-weight:700;margin-left:1.8rem;color:#77777c;list-style:disc}

@media print, screen and (min-width: 40em){.widget-subnavigation__list{font-size:1.78rem;line-height:2.67rem}}

@media print, screen and (min-width: 64em){.widget-subnavigation__list{font-size:1.8rem;line-height:2.7rem}}

.widget-subnavigation__list-item{line-height:3rem}

.widget-subnavigation__list-item:hover{color:#454548}

.widget-subnavigation__list-item a{color:#77777c;font-weight:300}

.widget-subnavigation__list-item a:active{color:#131314}

.widget-subnavigation__list-item a:hover{color:#454548}

table{border-collapse:collapse;width:100%;margin-bottom:1rem;border-radius:0}

thead,tbody,tfoot{border:1px solid #cccccf;background-color:#fff}

caption{padding:.6rem;font-weight:bold}

thead{background:#252525;color:#fff}

tfoot{background:#fff;color:#252525}

thead tr,tfoot tr{background:rgba(0,0,0,0)}

thead th,thead td,tfoot th,tfoot td{padding:.6rem;font-weight:bold;text-align:left}

tbody th,tbody td{padding:.6rem}

tbody tr:nth-child(even){border-bottom:0;background-color:#eeeef0}

table.unstriped tbody{background-color:#fff}

table.unstriped tbody tr{border-bottom:1px solid #cccccf;background-color:#fff}

@media print, screen and (max-width: 63.99875em){table.stack thead th{display:block}table.stack tfoot{display:none}table.stack tr,table.stack th,table.stack td{display:block}table.stack td{border-top:0}}

table.scroll{display:block;width:100%;overflow-x:auto}

table.hover thead tr:hover{background-color:#202020}

table.hover tfoot tr:hover{background-color:#fafafa}

table.hover tbody tr:hover{background-color:#fafafa}

table.hover:not(.unstriped) tr:nth-of-type(even):hover{background-color:#ededed}

.table-scroll{overflow-x:auto}

.widgets__table{border-collapse:collapse;width:100%;margin-bottom:1rem;border-radius:0;margin-bottom:6rem;font-family:"TabletGothic"}

thead,tbody,tfoot{border:1px solid #cccccf;background-color:#fff}

caption{padding:.6rem;font-weight:bold}

thead{background:#252525;color:#fff}

tfoot{background:#fff;color:#252525}

thead tr,tfoot tr{background:rgba(0,0,0,0)}

thead th,thead td,tfoot th,tfoot td{padding:.6rem;font-weight:bold;text-align:left}

tbody th,tbody td{padding:.6rem}

tbody tr:nth-child(even){border-bottom:0;background-color:#eeeef0}

.widgets__table.unstriped tbody{background-color:#fff}

.widgets__table.unstriped tbody tr{border-bottom:1px solid #cccccf;background-color:#fff}

@media print, screen and (max-width: 39.99875em){.widgets__table{display:block;width:100%;overflow-x:auto}}

.widgets__table-caption{display:block;margin-top:6rem;margin-bottom:1.2rem;padding-left:0;color:#252525;font-weight:bold;text-align:left}

.widgets__table__copyright{display:inline-block}

.widgets__table__foot{font-size:1.1237311385rem;line-height:1.6855967078rem;font-family:"TabletGothic";padding:0}

.widgets__table__source{display:inline-block}

.widgets__table__source:not(:last-child)::after{content:";"}

.widgets__table table{margin-bottom:0}

.widgets__table table tbody td,.widgets__table table tbody th,.widgets__table table thead td,.widgets__table table thead th{border:1px solid #cccccf;text-align:center;vertical-align:middle}

.widgets__table table tfoot{display:table-footer-group}

.widgets__table table tfoot td{font-size:1.1237311385rem;line-height:1.6855967078rem;font-family:"TabletGothic";padding-bottom:0;padding-left:0;font-weight:400}

.widgets__table table i,.widgets__table table em{font-style:italic}

.widgets__table table ol,.widgets__table table ul{display:inline-block;margin-bottom:2.4rem;margin-left:2.4rem}

.widgets__table table ol li,.widgets__table table ul li{margin-bottom:.6rem}

.widgets__table table ol{list-style:decimal}

.widgets__table table ul{list-style:disc}

.widgets-textbox{color:#252525}

.widgets-textbox__headline{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:2.8344976rem;line-height:4.2517464rem;font-weight:300;margin-bottom:1.8rem;color:#2e925e}

@media print, screen and (min-width: 40em){.widgets-textbox__headline{font-size:3.0333330747rem;line-height:4.5499996121rem}}

@media print, screen and (min-width: 64em){.widgets-textbox__headline{font-size:3.2436584473rem;line-height:4.8654876709rem}}

.widgets-textbox__content *{color:#252525}

.widgets-textbox__content h1{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:2.8344976rem;line-height:4.2517464rem;font-weight:300;margin-top:0;margin-bottom:4.2rem}

@media print, screen and (min-width: 40em){.widgets-textbox__content h1{font-size:3.0333330747rem;line-height:4.5499996121rem}}

@media print, screen and (min-width: 64em){.widgets-textbox__content h1{font-size:3.2436584473rem;line-height:4.8654876709rem}}

.widgets-textbox__content h2{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:2.34256rem;line-height:3.51384rem;font-weight:300;margin-top:4.8rem;margin-bottom:2.4rem}

@media print, screen and (min-width: 40em){.widgets-textbox__content h2{font-size:2.4508687891rem;line-height:3.6763031836rem}}

@media print, screen and (min-width: 64em){.widgets-textbox__content h2{font-size:2.562890625rem;line-height:3.8443359375rem}}

.widgets-textbox__content h3{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:1.76rem;line-height:2.64rem;font-weight:700;margin-top:2.4rem;margin-bottom:2.4rem;font-weight:bold}

@media print, screen and (min-width: 40em){.widgets-textbox__content h3{font-size:1.78rem;line-height:2.67rem}}

@media print, screen and (min-width: 64em){.widgets-textbox__content h3{font-size:1.8rem;line-height:2.7rem}}

.widgets-textbox__content p{margin-top:0;margin-bottom:2.4rem}

.widgets-textbox__content p:last-of-type{margin-bottom:0}

.widgets-textbox__content em{font-style:italic}

.widgets-textbox__content ol,.widgets-textbox__content ul{margin-bottom:2.4rem;margin-left:2.4rem}

.widgets-textbox__content ol li,.widgets-textbox__content ul li{margin-bottom:.6rem}

.widgets-textbox__content ol{list-style:decimal}

.widgets-textbox__content ul{list-style:disc}

.widgets-text-container__image-container{margin:0}

@media print, screen and (min-width: 64em){.widgets-text-container__image-container{float:left;width:300px;margin:0 3.6rem 1.2rem -12.4999999999%}.widgets-text-container__image-container--right{float:right;margin:0 -12.4999999999% 1.2rem 3.6rem}}

.widgets-youtube-video{margin-top:4.8rem;margin-bottom:4.8rem}

.widgets-youtube-video__iframe-wrapper{position:relative;max-width:100%;height:0;padding-bottom:56.25%;overflow:hidden}

.widgets-youtube-video__iframe-wrapper iframe,.widgets-youtube-video__iframe-wrapper object,.widgets-youtube-video__iframe-wrapper embed{position:absolute;top:0;left:0;width:100%;height:100%}

.widgets-info-box{padding:24px;color:#252525;font-weight:400}

.widgets-info-box h1,.widgets-info-box h2,.widgets-info-box h3{color:#252525}

.widgets-info-box h3{font-weight:bold}

.widgets-info-box em{font-style:italic}

.widgets-info-box ol,.widgets-info-box ul{margin-top:1.2rem;margin-bottom:2.4rem;margin-left:2.4rem}

.widgets-info-box ol li,.widgets-info-box ul li{margin-bottom:.6rem}

.widgets-info-box ol{list-style:decimal}

.widgets-info-box ul{list-style:disc}

@media print, screen and (min-width: 40em){.widgets-info-box{margin:60px 90px;padding:50px 96px}}

.widgets-info-box--grey{background-color:#eaeaea}

.widgets-info-box--blue{background-color:#d1d9e1}

.widgets-info-box__headline-content{display:flex;align-items:flex-start;margin-bottom:30px;color:#252525;font-weight:200;font-size:25px;font-family:"TabletGothic";line-height:130%}

.widgets-info-box__content{font-size:16px;font-family:"TabletGothic";line-height:150%}

.widgets-info-box .icon__circle-info{width:3rem;height:3rem;margin:0 2rem 0 0}

@media print, screen and (min-width: 40em){.widgets-info-box .icon__circle-info{margin:auto 1.5rem auto 0}}

.widgets-quote{display:flex;flex-direction:column;align-items:center;padding:24px 22.5px 0 22.5px;color:#252525;font-family:"TabletGothic";background-color:#f8e0c2}

@media print, screen and (min-width: 40em){.widgets-quote{display:block;margin:60px 90px;padding:50px 96px}}

.widgets-quote__quote{color:#252525;font-weight:300;font-size:20px;font-style:italic;line-height:130%;text-align:center}

@media print, screen and (min-width: 40em){.widgets-quote__quote{font-size:25px;text-align:left}}

.widgets-quote__author{margin-top:12px;margin-bottom:24px;font-weight:700;font-size:16px}

@media print, screen and (min-width: 40em){.widgets-quote__author{margin:6px auto auto}}

.widgets-bezel_textbox+.widgets-copyright{margin-top:0}

.widget-subnavigation{margin:6.6rem auto}

.widget-subnavigation__headline{margin-bottom:1.8rem}

.search-profile-summaries__header{display:flex;align-items:baseline;justify-content:space-between}

.search-profile-summaries__bulk-update-container{margin:0 0 2.4rem 0;padding:0 1.2rem;text-align:right}

@media print, screen and (min-width: 40em){.search-profile-summaries__bulk-update-container{padding:0}}

.search-profile-summaries__bulk-update{color:#77777c;font-family:"TabletGothic";cursor:pointer}

.search-profile-summary__category{font-size:1.4222222222rem;line-height:2.1333333333rem;margin:0;overflow-wrap:break-word}

@media print, screen and (min-width: 40em){.search-profile-summary__category:first-child{padding-right:12rem}}

.search-profile-summary__name{font-size:1.8rem;line-height:2.7rem;margin-bottom:1.8rem;color:#252525}

@media print, screen and (min-width: 40em){.search-profile-summary__name{padding-right:.6rem}}

.search-profile-summary__actions{margin-top:1.8rem}

.search-profile-summary__actions--spaced{margin-left:1.2rem}

.search-profile-summary__action-button{color:#77777c !important}

@media print, screen and (max-width: 39.99875em){.search-profile-summary__action-button{border-color:#77777c !important}}

.search-profile-summary__action-buttons{font-size:1.4222222222rem;line-height:2.1333333333rem;display:flex;text-transform:uppercase}

.search-profile-summary__frequency-action{display:flex;gap:.6rem;justify-content:flex-end;height:2.4rem}

@media print, screen and (min-width: 40em){.search-profile-summary__frequency-action{position:absolute;top:5.4rem;right:2.4rem}}

@media print, screen and (max-width: 39.99875em){.search-profile-summary__frequency-action{justify-content:flex-start;margin-bottom:1.8rem}}

.search-profile-summary__headline{display:flex;flex-flow:row nowrap;align-content:space-between;justify-content:space-between}

@media print, screen and (max-width: 39.99875em){.search-profile-summary__headline{flex-direction:column;align-items:flex-start}}

.search-profile-summary__no-profile-title{max-width:605px;margin:0 0 5px 0;padding:0;font-weight:bold;font-size:1.8rem}

.search-profile-summary__no-profile-info{max-width:605px;margin:0;padding:0;font-size:1.8rem}

.search-profile-summary__toggle-container{display:flex;flex-flow:row-reverse nowrap;flex-shrink:0;align-items:baseline;margin-bottom:.6rem}

@media print, screen and (max-width: 39.99875em){.search-profile-summary__toggle-container{flex-direction:row}}

.search-profile-summary__toggle-label{white-space:nowrap}

.search-profile-summary__toggle{position:relative;display:inline-block;align-items:center;width:48px;height:24px;margin-right:0;margin-left:.6rem}

@media print, screen and (max-width: 39.99875em){.search-profile-summary__toggle{margin-right:.6rem;margin-left:0}}

.search-profile-summary__toggle-input{width:0;height:0;opacity:0}

.search-profile-summary__toggle-slider{position:absolute;inset:0 0 0 0;border-radius:40px;background-color:#252525;cursor:pointer;transition:.4s}

.search-profile-summary__toggle-slider::before{position:absolute;bottom:4px;left:4px;width:16px;height:16px;border-radius:50%;background-color:#fff;transition:.4s;content:""}

.search-profile-summary__toggle-input:focus+.search-profile-summary__toggle-slider{box-shadow:0 0 1px #00975d}

.search-profile-summary__toggle-input:checked+.search-profile-summary__toggle-slider{background-color:#00975d}

.search-profile-summary__toggle-input:checked+.search-profile-summary__toggle-slider::before{transform:translateX(24px)}

.search-profile-edit__name{display:flex;flex-direction:row;align-items:baseline;margin-bottom:1.8rem}

.search-profile-edit__name-area{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:0 1.2rem;border:1px solid #e6e6e8;border-radius:.6rem;background-color:#e6e6e8}

.search-profile-edit__name-area:hover{border-color:#e6e6e8;background-color:#e6e6e8}

.search-profile-edit__name-area:focus-within{border-color:#00975d;background-color:#fff}

.search-profile-edit__name-area:focus-within .search-profile-edit__name-icon{display:none}

@media print, screen and (max-width: 39.99875em){.search-profile-edit__name{margin-bottom:1.2rem}}

.search-profile-edit__name-input{font-size:1.4222222222rem;width:100%;height:auto;margin:0;padding:1.2rem 0;border:none;color:#2e925e;text-decoration:underline;text-overflow:ellipsis;background-color:rgba(0,0,0,0)}

@media print, screen and (max-width: 39.99875em){.search-profile-edit__name-input{font-size:1.2641975309rem}}

.search-profile-edit__name-input:focus{border:none;text-decoration:none}

.search-profile-edit__name-icon{width:12px;height:12px;margin:0;color:#00975d;fill:none}

.search-profile-edit__label{font-size:1.4222222222rem;margin-right:1.2rem;font-weight:bold}

@media print, screen and (max-width: 39.99875em){.search-profile-edit__label{font-size:1.2641975309rem}}

.search-profile-edit__label--animated{animation-name:fadeInOut;animation-duration:.6s;animation-timing-function:ease-in-out}

@keyframes fadeInOut{0%{opacity:1}50%{opacity:0}100%{opacity:1}}

.search-profile-edit__settings{display:flex;flex-direction:row;align-items:center}

.search-profile-edit__toggle{position:relative;display:inline-block;align-items:center;width:48px;height:24px}

.search-profile-edit__toggle-container{display:flex;flex-flow:row-reverse nowrap;flex-shrink:0;align-items:baseline}

@media print, screen and (max-width: 39.99875em){.search-profile-edit__toggle-container{flex-direction:row}}

.search-profile-edit__toggle-label{width:135px;margin-left:auto;white-space:nowrap;text-align:right}

.search-profile-edit__toggle-input{width:0;height:0;opacity:0}

.search-profile-edit__toggle-slider{position:absolute;inset:0 0 0 0;border-radius:40px;background-color:#252525;cursor:pointer;transition:.4s}

.search-profile-edit__toggle-slider::before{position:absolute;bottom:4px;left:4px;width:16px;height:16px;border-radius:50%;background-color:#fff;transition:.4s;content:""}

.search-profile-edit__toggle-input:focus+.search-profile-edit__toggle-slider{box-shadow:0 0 1px #00975d}

.search-profile-edit__toggle-input:checked+.search-profile-edit__toggle-slider{background-color:#00975d}

.search-profile-edit__toggle-input:checked+.search-profile-edit__toggle-slider::before{transform:translateX(24px)}

.search-profile__accordion-switch{display:none}

.search-profile__accordion .search-profile__accordion-body{max-height:0;overflow:hidden;transition:.3s ease-in-out}

.search-profile__accordion .search-profile__accordion-title{display:block;max-width:86%;cursor:pointer}

.search-profile__accordion .search-profile__accordion-title::after{position:absolute;top:-0.6rem;right:.6rem;transform:rotateZ(-90deg);transition:transform .3s;content:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL 3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDIwIDM2Ij48ZyBmaWxsPSJub25lIj48ZyBzdHJva2U9IiM5OEFCQkUiPjxwb2x5bGluZSB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzEyIC0zNzgpdHJhbnNsYXRlKDY5OCAzMDApdHJhbnNsYXRlKDIgNjApdHJhbnNsYXRlKDIyIDM2LjAwMDUxMSlzY2FsZSgtMSAxKXRyYW5zbGF0ZSgtMjIgLTM2LjAwMDUxMSkiIHBvaW50cz0iMTMgMTggMzEgMzYgMzEgMzYgMTMgNTQiLz48L2c+PC9nPjwvc3ZnPgo=")}

.search-profile__accordion .search-profile__accordion-switch:checked~.search-profile__accordion-body{max-height:1200px}

.search-profile__accordion .search-profile__accordion-switch:checked~*>.search-profile__accordion-title::after{transform:rotateZ(-90deg) rotateY(180deg)}

.search-profile__accordion .search-profile__accordion-switch:not(:checked)~.search-profile__group-title{font-weight:400}

.search-profile__accordion .search-profile__category-title{margin-bottom:1.8rem}

.search-profile__accordion .search-profile__tag-group{padding-bottom:1.2rem;border-bottom:1px solid #e6e6e8;transform:translateZ(0)}

.search-profile__actions{display:flex;flex-direction:column;margin-top:2.4rem;padding:0 1.2rem}

@media print, screen and (min-width: 40em){.search-profile__actions{flex-direction:row;justify-content:flex-end;padding:0}}

.search-profile__actions--button--primary{font-size:1.4222222222rem;padding:.6rem 1.8rem;border-radius:7px;background:#00975d}

.search-profile__actions--button--primary:hover{background-color:#386948}

.search-profile__actions--button--secondary{font-size:1.4222222222rem;margin-top:6px;padding:.6rem 1.8rem;border:2px solid #00975d;border-radius:7px;color:#00975d;background:#eeeef0}

.search-profile__actions--button--secondary:hover,.search-profile__actions--button--secondary:focus{color:#00975d;background-color:rgba(46,146,94,.1)}

@media print, screen and (min-width: 40em){.search-profile__actions--button--secondary{margin:0 0 0 1.2rem}}

.search-profile__category-title{margin-bottom:.6rem;color:#252525}

.search-profile__group-title{font-size:1.6rem;line-height:2.4rem;position:relative;margin-bottom:0;color:#252525;font-weight:700}

.search-profile__group-title--country-none{margin-bottom:3.6rem}

.search-profile__name{display:flex;align-items:center}

.search-profile__name-input{margin-bottom:0}

.search-profile__name-title{margin-bottom:0;padding-right:2.4rem;white-space:nowrap}

.search-profile__search-term{margin-bottom:5.4rem}

.search-profile__tag{font-size:1.6rem;line-height:2.4rem;flex-basis:100%;margin-top:1.2rem;margin-bottom:0;padding-bottom:.6rem}

@media print, screen and (min-width: 64em){.search-profile__tag{font-size:1.4222222222rem;line-height:2.1333333333rem;padding-bottom:0}}

@media print, screen and (min-width: 64em){.search-profile .search-profile__accordion--open-large .search-profile__accordion-body{max-height:1000px}.search-profile .search-profile__accordion--open-large .search-profile__accordion-title::after{content:none}.search-profile .search-profile__accordion--open-large .search-profile__accordion-title{font-weight:700}.search-profile .search-profile__accordion--open-large .search-profile__tag-group{border:none}.search-profile .search-profile__tag{flex-basis:50%}}

.search-profile__tag-group{margin-bottom:1.2rem}

.search-profile__tag-group:last-child{margin:0;padding:0;border:none}

.search-profile__tag-group-inner{display:flex;flex-wrap:wrap}

.search-profile__tag-group--country-none .search-profile__tag{flex-basis:100%}

.search-profile__tags{margin-bottom:4.2rem}

@media print, screen and (min-width: 64em){.search-profile__tags{margin-bottom:4.8rem}}

.search-profile__tags-container{margin-top:1.2rem}

.search-profile__tag-label{display:inline-block;vertical-align:top}

@media print, screen and (min-width: 64em){.search-profile__tag-label{max-width:95%}}

.search-profile__tags-action-button{font-size:1.2641975309rem;line-height:1.8962962963rem;color:#2e925e;font-weight:700;text-transform:uppercase;transition:color .3s}

.search-profile__tags-action-button:hover{color:#2e925e}

.search-profile__tags-action-button:first-child{margin-bottom:1.8rem;padding-top:1.2rem;padding-bottom:1.2rem}

@media print, screen and (min-width: 64em){.search-profile__tags-action-button{flex:0 1 auto;margin-top:3rem}.search-profile__tags-action-button:first-child{margin-bottom:0;padding-top:0;padding-bottom:0}}

.search-profile__pill{margin:0 1.2rem 1.2rem 0}

.search-profile__search-term-editing{display:none}

.frequency-settings__action{display:flex;gap:.6rem}

.frequency-settings__icon-container{position:absolute;inset:0 0 0 0;display:flex;align-items:center;justify-content:center;max-height:2.4rem;background-color:#00975d;pointer-events:none}

.frequency-settings__icon{position:absolute;width:50%;height:50%;color:#fff;pointer-events:none;stroke:#fff;stroke-width:1;stroke-dasharray:19}

.frequency-settings__button{font-size:1.2641975309rem;position:relative;display:flex;align-items:center;padding:.6rem 10px;border:1px solid #00975d;border-radius:15px;overflow:hidden;color:#00975d;font-weight:400;text-transform:uppercase;cursor:pointer;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none}

@media print, screen and (max-width: 39.99875em){.frequency-settings__button{font-size:1.2641975309rem}}

.frequency-settings__button--active{border:1px solid #00975d;color:#fff;background-color:#00975d}

.account-creation__check.icon{width:4.8rem;height:3.6rem;margin-top:1.8rem;margin-bottom:2.4rem;color:#2e925e}

.account-creation__feature{font-size:1.6rem;line-height:2.4rem}

.account-creation hr,.account-creation__divider{margin-top:4.2rem;margin-bottom:4.8rem;border-color:#e6e6e8}

.account-creation__notice{font-size:1.2641975309rem;margin-top:-2.4rem}

.registration__notice-link{color:#77777c}

.registration__notice-link:active{color:#c5c5c7}

.registration__notice-link:hover{color:#9e9ea2}

@media print, screen and (min-width: 64em){.account-deletion{margin-bottom:12rem}}

.account-deletion__question{font-size:2.278125rem;line-height:3.4171875rem;margin-bottom:2.4rem;color:#252525;font-weight:400}

.account-deletion__answers{margin-bottom:3.6rem;margin-left:1.8rem}

.account-deletion__answer{margin-bottom:1.2rem;padding-left:3.6rem}

@media print, screen and (min-width: 64em){.account-deletion__answer{padding-left:3rem}}

.account-deletion__answer-label{margin-bottom:1.2rem;margin-left:-3.6rem}

@media print, screen and (min-width: 64em){.account-deletion__answer-label{margin-left:-3rem}}

.account-deletion__text-field{margin-top:1.2rem}

.account-deletion__actions{text-align:right}

.account-deletion__button{width:100%;margin-bottom:1.2rem;color:#fff;text-transform:none}

@media print, screen and (min-width: 40em){.account-deletion__button{width:auto}.account-deletion__button:not(:last-child){margin-right:1.2rem}}

.account-deletion__row{display:flex;justify-content:flex-end}

@media print, screen and (max-width: 39.99875em){.account-deletion__row{flex-direction:column}}

.account-details{font-family:"TabletGothic"}

@media print, screen and (min-width: 40em){.account-details{margin-bottom:11.4rem}}

.account-details__salutation{margin-right:1rem}

.account-details__row{max-width:120rem;margin-right:auto;margin-left:auto;display:flex;flex-flow:row wrap;margin-bottom:1.2rem;line-height:48px;vertical-align:middle}

.account-details__row--spaced{margin-top:1rem}

.account-details__row--small{line-height:inherit}

.account-details__terms-custom-input{display:inline-block;vertical-align:top}

.account-details__terms-label{top:-22px;display:inline-block;max-width:95%;vertical-align:top}

@media print, screen and (max-width: 39.99875em){.account-details__terms-label{top:0}}

.account-details__button{text-transform:none}

@media print, screen and (max-width: 39.99875em){.account-details__button{width:100%}}

@media print, screen and (min-width: 40em){.account-details__column{flex:0 0 auto}}

.account-details__password-requested-email{color:#2e925e}

.account-details__text-field{margin-bottom:0}

.account-details__text-field--narrow{width:50%}

@media print, screen and (min-width: 64em){.account-details__text-field--narrow{width:33%}}

.registration__row{margin-top:1.2rem}

.fsd-operation__container{display:flex;flex-direction:column;align-items:center;margin:1.8rem;padding:3rem 1.8rem;text-align:center}

@media print, screen and (min-width: 64em){.fsd-operation__container{width:644px;margin:0;padding:4.2rem}}

.fsd-operation__headline{font-size:2.025rem;max-width:100%;margin:0;margin-bottom:2.4rem;color:#252525;font-weight:700;line-height:normal}

@media print, screen and (min-width: 64em){.fsd-operation__headline{font-size:2.562890625rem}}

.fsd-operation__text{font-size:1.4222222222rem;max-width:100%;margin-bottom:2.4rem;overflow:hidden;text-overflow:ellipsis}

@media print, screen and (min-width: 64em){.fsd-operation__text{font-size:1.6rem}}

.fsd-operation__actions{display:flex;flex-direction:column;gap:2.4rem;align-items:center;width:100%}

.fsd-operation__actions__buttons{display:flex;flex-direction:column;gap:8px;width:100%}

@media print, screen and (min-width: 40em){.fsd-operation__actions__buttons{width:80%}}

@media print, screen and (min-width: 64em){.fsd-operation__actions__buttons{flex-direction:row;gap:16px}}

.ac-switch__toggle{position:relative;display:inline-block;align-items:center;width:4.8rem;height:2.4rem}

.ac-switch__toggle-container{display:flex;flex-flow:row-reverse nowrap;flex-shrink:0;align-items:baseline}

@media print, screen and (max-width: 39.99875em){.ac-switch__toggle-container{flex-direction:row}}

.ac-switch__toggle-label{width:135px;margin-left:auto;white-space:nowrap;text-align:right}

.ac-switch__toggle-input{width:0;height:0;opacity:0}

.ac-switch__toggle-slider{position:absolute;inset:0 0 0 0;border-radius:40px;background-color:#252525;cursor:pointer;transition:.4s}

.ac-switch__toggle-slider::before{position:absolute;bottom:4px;left:4px;width:16px;height:16px;border-radius:50%;background-color:#fff;transition:.4s;content:""}

.ac-switch__toggle-input:focus+.ac-switch__toggle-slider{box-shadow:0 0 1px #00975d}

.ac-switch__toggle-input:checked+.ac-switch__toggle-slider{background-color:#00975d}

.ac-switch__toggle-input:checked+.ac-switch__toggle-slider::before{transform:translateX(24px)}

.ac-switch__text{margin:0 16px;font-weight:400;font-family:"TabletGothic"}

.rebrush-button{width:100%;padding:1.2rem 2.4rem;border:none;border-radius:7px;font-weight:700;font-size:1.4222222222rem;text-align:center;cursor:pointer}

@media print, screen and (min-width: 64em){.rebrush-button{font-size:1.6rem}}

.rebrush-button--primary{color:#fff;background:#00975d}

.rebrush-button--primary:hover,.rebrush-button--primary:focus{color:#fff;background-color:#386948}

.rebrush-button--secondary{border:2px solid #00975d;color:#00975d;background:#fff}

.rebrush-button--secondary:hover,.rebrush-button--secondary:focus{color:#00975d;background-color:rgba(46,146,94,.1)}

.rebrush-link{font-size:1.4222222222rem;color:#00975d;cursor:pointer}

.rebrush-link:hover,.rebrush-link:focus{color:#386948}

@media print, screen and (min-width: 64em){.rebrush-link{font-size:1.6rem}}

.my-academics__row{display:flex;justify-content:center}

@media print, screen and (min-width: 64em){.my-academics__row{justify-content:flex-end}}

.my-academics__actions{margin-top:1.8rem}

.my-academics__actions:not(:last-child){margin-bottom:4.8rem}

.google-maps__toggle-checkbox{display:none}

.google-maps__toggle-checkbox:checked~.google-maps__toggle-label>.google-maps__toggle-icon{transform:rotateX(180deg)}

.google-maps__toggle-checkbox:checked~.google-maps__map{max-height:19.8rem}

@media print, screen and (min-width: 64em){.google-maps__toggle-checkbox:checked~.google-maps__map{max-height:27.6rem}}

.google-maps__toggle-label{display:inline-block;color:#77777c;transform:translateZ(0);cursor:pointer}

.google-maps__toggle-icon{transition:transform .3s ease;stroke:currentColor}

.google-maps__map{width:100%;height:19.8rem;max-height:0;margin-top:1.8rem;transition:max-height .3s}

@media print, screen and (min-width: 64em){.google-maps__map{height:27.6rem;max-height:0}}

.google-maps__js-infotext{text-transform:none}

.google-maps__js-infotext--bold{font-weight:700}

.job-ad{width:100%;max-width:751px;transform-origin:left top}

.job-ad__jobware{transform-origin:0 0}

.job-ad__footer{padding:1.8rem;color:#2e925e}

@media print, screen and (min-width: 64em){.job-ad__footer{margin-top:3rem;padding:0}}

.job-ad__source{margin-top:0;margin-bottom:1.8rem}

.job-ad__aca-logo{padding-right:.6rem;padding-left:.6rem}

.job-ad__apply-button{margin-bottom:1.2rem}

.job-ad__row{display:flex}

.job-ad__row--align-center{justify-content:center}

.job-ad--skeleton{background-color:#f3f3f3;background-image:linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));background-size:80%;animation:skeleton 1.5s infinite;width:100%;height:900px}

.job-ad-anton-v1{font-size:1.2641975309rem;line-height:1.8962962963rem;font-family:"TabletGothic"}

.job-ad-anton-v1__contact{font-size:1.1237311385rem;line-height:1.6855967078rem;margin:4.8rem 0 2.4rem}

.job-ad-anton-v1__heading{margin-bottom:.6rem;color:#252525}

.job-ad-anton-v1__heading--h1{font-size:2.025rem;line-height:3.0375rem}

@media print, screen and (min-width: 40em){.job-ad-anton-v1__heading--h1{font-size:3.2436584473rem;line-height:4.8654876709rem;width:86%;margin-right:auto;margin-left:auto}}

.job-ad-anton-v1__heading--h2{font-size:1.2641975309rem;line-height:1.8962962963rem;margin-bottom:3rem}

@media print, screen and (min-width: 40em){.job-ad-anton-v1__heading--h2{font-size:1.8rem;line-height:2.7rem;width:96%;margin-right:auto;margin-left:auto}}

.job-ad-anton-v1__heading--h3{font-size:1.2641975309rem;line-height:1.8962962963rem;margin-bottom:0;font-weight:700}

@media print, screen and (min-width: 64em){.job-ad-anton-v1__heading--h3{line-height:3.6rem}}

.job-ad-anton-v1__list{padding-left:3.6rem;list-style:disc}

.job-ad-anton-v1__logo{display:block;width:auto;max-width:100%;margin:0 auto 1.8rem}

@media print, screen and (min-width: 40em){.job-ad-anton-v1__logo{margin-bottom:2.4rem}}

.job-ad-anton-v1__paragraph--highlight{margin:0 -1.8rem 3rem;padding:1.8rem;color:#fff;background-color:#36abd7}

@media print, screen and (min-width: 40em){.job-ad-anton-v1__paragraph--highlight{margin:0 -1.8rem 4.2rem;padding:1.8rem 4.8rem}}

@media print, screen and (min-width: 64em){.job-ad-anton-v1__paragraph--highlight{margin:0 -2.4rem 4.2rem}}

.job-ad-anton-v1__url,.job-ad-anton-v1__url:hover{color:currentColor}

.job-ad-anton-v2{font-size:1.2641975309rem;line-height:1.8962962963rem;font-family:"TabletGothic"}

.job-ad-anton-v2__header{margin-bottom:2.4rem;border-bottom:1px solid #252525}

.job-ad-anton-v2__heading{color:#252525}

.job-ad-anton-v2__heading--h2{font-size:2.025rem;line-height:3.0375rem;margin-top:2.4rem;margin-bottom:2.4rem;font-weight:300}

@media print, screen and (min-width: 40em){.job-ad-anton-v2__heading--h2{font-size:3.2436584473rem;line-height:4.8654876709rem;width:96%;margin-right:auto;margin-left:auto}}

.job-ad-anton-v2__heading--subtitle{font-size:1.8rem;line-height:2.7rem;margin-bottom:3rem;font-weight:300}

@media print, screen and (min-width: 40em){.job-ad-anton-v2__heading--subtitle{font-size:2.278125rem;line-height:3.4171875rem;width:96%;margin-right:auto;margin-left:auto}}

.job-ad-anton-v2__heading--h3{font-size:1.2641975309rem;line-height:1.8962962963rem;margin-bottom:1.2rem;font-weight:700}

.job-ad-anton-v2__horizontal-line{width:auto;margin-right:-1.8rem;margin-left:-1.8rem}

@media print, screen and (min-width: 64em){.job-ad-anton-v2__horizontal-line{margin-right:-2.4rem;margin-left:-2.4rem}}

.job-ad-anton-v2__list{margin-bottom:2.4rem;padding-left:1.8rem;list-style:disc}

.job-ad-anton-v2__logo{display:block;width:auto;max-width:100%;margin-right:auto;margin-left:auto}

.job-ad-anton-v2__paragraph{margin-bottom:1em}

.job-ad-uni-vienna{padding:1.8rem;border:1px solid #959595;font-family:helvetica,arial,sans-serif}

@media print, screen and (max-width: 39.99875em){.job-ad-uni-vienna{margin:-1.2rem;padding:1.2rem}}

.job-ad-uni-vienna__header{text-align:right}

.job-ad-uni-vienna__header-logo{max-width:100%}

.job-ad-uni-vienna__description b,.job-ad-uni-vienna__description strong{color:#252525;font-weight:bold}

.job-ad-uni-vienna__description>div:first-of-type{font-size:2.562890625rem;line-height:3.8443359375rem;text-align:center}

.job-ad-uni-vienna__description>div:first-of-type,.job-ad-uni-vienna__description>div:first-of-type b{color:#267ab3;font-weight:normal;font-family:helvetica,arial,sans-serif}

.job-ad-uni-vienna__description i,.job-ad-uni-vienna__description em{color:#252525;font-style:italic}

.job-ad-uni-vienna__description a{color:#267ab3;font-weight:bold}

@media print, screen and (max-width: 39.99875em){.job-ad-uni-vienna__description a{word-break:break-all}}

.job-ad-uni-vienna__description ul{list-style:none}

.job-ad-uni-vienna__description ul>li{margin:1.2rem 0;padding-left:2.4rem}

.job-ad-uni-vienna__description ul>li::before{display:inline-block;width:2.4rem;margin-left:-2.4rem;color:#267ab3;content:"◼︎"}

.job-ad-uni-vienna__description ol{margin:0;padding-left:2.4rem;list-style:decimal}

.job-ad-uni-vienna__description ol>li{margin:1.2rem 0}

.job-ad-uni-vienna__description ol[type=a]{list-style:lower-alpha}

.job-ad-uni-vienna__description table{display:block;max-width:100%;overflow:auto}

.job-ad-uni-vienna__description table tbody,.job-ad-uni-vienna__description table tfoot,.job-ad-uni-vienna__description table th,.job-ad-uni-vienna__description table tr,.job-ad-uni-vienna__description table td{background:none}

.job-ad-uni-vienna__description table th{color:#14415f;font-weight:bold;text-align:left;background:#f5fafd}

.job-ad-uni-vienna__description table td{background:#f9fcfe}

.job-ad-uni-vienna__description table th,.job-ad-uni-vienna__description table td{padding:.6rem 1.2rem;border:1px solid #fff}

@media print, screen and (max-width: 63.99875em){.job-ad-uni-vienna__description tbody{display:flex;flex-direction:row}.job-ad-uni-vienna__description th,.job-ad-uni-vienna__description td{display:block;white-space:nowrap}}

.default-ad{font-size:1.2641975309rem;line-height:1.8962962963rem;font-family:"TabletGothic"}

.default-ad ul{list-style:disc}

.default-ad li{margin-left:1.8rem}

.default-ad__headline{color:#252525}

.default-ad__headline--h1{font-size:2.025rem;line-height:3.0375rem}

@media print, screen and (min-width: 64em){.default-ad__headline--h1{font-size:3.2436584473rem;line-height:4.8654876709rem}}

.default-ad__headline--h2{font-size:1.6rem;line-height:2.4rem;font-weight:700}

.default-ad__headline--h3{font-size:1.2641975309rem;line-height:1.8962962963rem;margin-bottom:0;font-weight:700}

.default-ad__list{padding-left:3.6rem;list-style:disc}

.default-ad__horizontal-line{width:auto;margin-right:-1.8rem;margin-left:-1.8rem}

@media print, screen and (min-width: 64em){.default-ad__horizontal-line{margin-right:-2.4rem;margin-left:-2.4rem}}

.default-ad__kicker{font-size:1.2641975309rem;line-height:1.8962962963rem;margin-bottom:1.8rem;padding-bottom:.6rem;border-bottom:1px solid #252525;color:#252525}

@media print, screen and (min-width: 64em){.default-ad__kicker{margin-bottom:2.4rem}}

.default-ad__paragraph{margin-bottom:1.8rem}

.social-sharing{font-size:1.4222222222rem;line-height:2.1333333333rem;display:flex;flex-direction:column;align-items:center;padding:1.8rem;font-weight:700;font-family:"TabletGothic";text-transform:uppercase}

@media print, screen and (min-width: 40em){.social-sharing{flex-direction:row;justify-content:space-between}}

.social-sharing__print{padding-bottom:1.8rem}

@media print, screen and (min-width: 40em){.social-sharing__print{padding-bottom:0}}

.social-sharing__social{display:flex;align-items:center;justify-content:space-between}

.social-sharing__socialbutton{display:inline-block;margin-left:.6rem}

.social-sharing__socialbutton:first-of-type{margin-left:1.2rem}

hr{border:none;border-top:.1rem solid #2e925e;margin-bottom:2.35rem;margin-top:2.35rem;width:100%}

.img-center{display:block;margin-left:auto;margin-right:auto}

.typo-h4{font-family:"TabletGothic";font-weight:300}

.typo-h4:not(:last-child){margin-bottom:2.4rem}

.typo-sans{font-family:"TabletGothic"}

.typo-h4{font-size:1.936rem;line-height:2.904rem}

@media print, screen and (min-width: 40em){.typo-h4{font-size:1.98025rem;line-height:2.970375rem}}

@media print, screen and (min-width: 64em){.typo-h4{font-size:2.025rem;line-height:3.0375rem}}

@media print, screen and (min-width: 40em){.typo-h4{line-height:3rem}}

@media print, screen and (min-width: 64em){.typo-h4{line-height:3rem}}

.typo-7{font-size:.7892322948rem;line-height:1.1838484423rem}

.typo-bright{color:#2e925e}

.typo-brighter{color:#2e925e}

.typo-brightest{color:#fff}

.typo-center{text-align:center}

#stellenanzeige-v1{font-family:"TabletGothic";font-size:13px;line-height:18px}

#stellenanzeige-v1 a,#stellenanzeige-v1 a:active,#stellenanzeige-v1 a:hover{color:#9e0909}

#stellenanzeige-v1 h1{color:#252525;font-size:20px;line-height:30px}

@media print, screen and (min-width: 64em){#stellenanzeige-v1 h1{font-size:32px;line-height:42px;margin-left:auto;margin-right:auto;width:86%}}

#stellenanzeige-v1 h2{color:#252525;font-size:13px;line-height:18px;margin-bottom:3rem}

@media print, screen and (min-width: 64em){#stellenanzeige-v1 h2{font-size:18px;line-height:30px;margin-left:auto;margin-right:auto;width:96%}}

#stellenanzeige-v1 h3{color:#252525;font-size:13px;font-weight:700;margin-bottom:0}

#stellenanzeige-v1 img{display:block;margin:0 auto 1.8rem}

@media print, screen and (min-width: 64em){#stellenanzeige-v1 img{margin-bottom:2.4rem}}

#stellenanzeige-v1 ul{list-style:disc;padding-left:3.6rem}

#stellenanzeige-v1 .contact{font-size:11px;line-height:18px;margin:4.8rem 0 2.4rem}

#stellenanzeige-v1 .heading{margin-bottom:.6rem}

#stellenanzeige-v1 .highlight{background-color:#9e0909;color:#fff;margin:0 -1.8rem 3rem;padding:1.8rem}

@media print, screen and (min-width: 64em){#stellenanzeige-v1 .highlight{margin:0 -2.4rem 4.2rem;padding:1.8rem 4.8rem}}

#stellenanzeige-v2-1337{font-family:"TabletGothic";font-size:13px;line-height:18px}

#stellenanzeige-v2-1337 header{border-bottom:1px solid #565655;margin-bottom:2.4rem}

#stellenanzeige-v2-1337 .logo{width:281px}

@media print, screen and (min-width: 64em){#stellenanzeige-v2-1337 .logo{width:492px}}

#stellenanzeige-v2-1337 h2,#stellenanzeige-v2-1337 h3{color:#9e0909;font-weight:bold}

#stellenanzeige-v2-1337 h2{font-size:20px;font-weight:300;line-height:30px;margin-bottom:2.4rem;margin-top:2.4rem}

@media print, screen and (min-width: 64em){#stellenanzeige-v2-1337 h2{font-size:32px;line-height:42px}}

#stellenanzeige-v2-1337 h3{font-size:13px;font-weight:700;line-height:normal;margin-bottom:1.2rem}

#stellenanzeige-v2-1337 ul{list-style:disc;padding-left:1.8rem}

#stellenanzeige-v2-1337 p{margin-bottom:1em}

#stellenanzeige-v2-1337 a,#stellenanzeige-v2-1337 a:active,#stellenanzeige-v2-1337 a:hover{color:#9e0909}

#stellenanzeige-v2-1337 hr{margin-left:-1.8rem;margin-right:-1.8rem;width:auto}

@media print, screen and (min-width: 64em){#stellenanzeige-v2-1337 hr{margin-left:-2.4rem;margin-right:-2.4rem}}

#post-a-job-1337{font-family:"TabletGothic";font-size:13px;line-height:18px}

#post-a-job-1337 h1,#post-a-job-1337 h2,#post-a-job-1337 h3,#post-a-job-1337 h4{color:#333338}

#post-a-job-1337 h1{font-size:20px;line-height:30px}

@media print, screen and (min-width: 64em){#post-a-job-1337 h1{font-size:32px;line-height:42px}}

#post-a-job-1337 h2{font-size:1.6rem;line-height:2.4rem;font-weight:700}

#post-a-job-1337 h3{font-size:13px;font-weight:700;margin-bottom:0}

#post-a-job-1337 ul{list-style:disc;padding-left:3.6rem}

#post-a-job-1337 hr{margin-left:-1.8rem;margin-right:-1.8rem;width:auto}

@media print, screen and (min-width: 64em){#post-a-job-1337 hr{margin-left:-2.4rem;margin-right:-2.4rem}}

#post-a-job-1337 .spitzmarke{border-bottom:1px solid #565655;color:#333338;font-size:13px;line-height:normal;margin-bottom:1.8rem;padding-bottom:.6rem}

@media print, screen and (min-width: 64em){#post-a-job-1337 .spitzmarke{margin-bottom:2.4rem}}

#fraunhofer-1337{font-family:"TabletGothic";font-size:13px;line-height:18px}

#fraunhofer-1337 h1,#fraunhofer-1337 h2,#fraunhofer-1337 h3,#fraunhofer-1337 h4{color:#333338}

#fraunhofer-1337 h1{font-size:20px;line-height:30px}

@media print, screen and (min-width: 64em){#fraunhofer-1337 h1{font-size:32px;line-height:42px}}

#fraunhofer-1337 h2{font-size:1.6rem;line-height:2.4rem;font-weight:700}

#fraunhofer-1337 h3{font-size:13px;font-weight:700;margin-bottom:0}

#fraunhofer-1337 ul{list-style:disc;padding-left:3.6rem}

#fraunhofer-1337 hr{margin-left:-1.8rem;margin-right:-1.8rem;width:auto}

@media print, screen and (min-width: 64em){#fraunhofer-1337 hr{margin-left:-2.4rem;margin-right:-2.4rem}}

#fraunhofer-1337 .spitzmarke{border-bottom:1px solid #565655;color:#333338;font-size:13px;line-height:normal;margin-bottom:1.8rem;padding-bottom:.6rem}

@media print, screen and (min-width: 64em){#fraunhofer-1337 .spitzmarke{margin-bottom:2.4rem}}

h1,h2,h3,h4,h5,h6,hgroup,ol,dd,p,figure,pre,table,fieldset{margin-bottom:2.4rem}

html{height:100%}

@media(max-width: 667px){html{overflow-x:hidden}}

body{background:#eeeef0}

@media(max-width: 667px){body{overflow-x:hidden}}

mark{background-color:rgba(225,85,97,.12);color:#252525}

strong{font-weight:700}

p{margin-bottom:0}

p+p{margin-top:2.4rem}

a,a:hover,a:active{color:#252525;text-decoration:none}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"TabletGothic";font-weight:300;color:#2e925e;-webkit-hyphens:auto;hyphens:auto;margin-bottom:1.2rem}

@media(min-width: 668px){h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:2.4rem}}

h1,.h1{font-size:3.3745830456rem;line-height:3.6rem}

@media(min-width: 640px)and (max-width: 1024px){h1,.h1{font-size:calc( 3.3745830456rem + 0.2745327076 * ( ( 100vw - 640px) / 384 ) )}}

@media(min-width: 1024px){h1,.h1{font-size:3.6491157532rem}}

@media(min-width: 668px){h1,.h1{line-height:4.8rem}}

@media(min-width: 1024px){h1,.h1{line-height:5.4rem}}

h2,.h2{font-size:3.0333330747rem;line-height:3rem}

@media(min-width: 640px)and (max-width: 1024px){h2,.h2{font-size:calc( 3.0333330747rem + 0.2103253726 * ( ( 100vw - 640px) / 384 ) )}}

@media(min-width: 1024px){h2,.h2{font-size:3.2436584473rem}}

@media(min-width: 668px){h2,.h2{line-height:3.6rem}}

@media(min-width: 1024px){h2,.h2{line-height:4.2rem}}

h3,.h3{font-size:2.4508687891rem}

@media(min-width: 640px)and (max-width: 1024px){h3,.h3{font-size:calc( 2.4508687891rem + 0.1120218359 * ( ( 100vw - 640px) / 384 ) )}}

@media(min-width: 1024px){h3,.h3{font-size:2.562890625rem}}

@media(min-width: 668px){h3,.h3{line-height:3rem}}

@media(min-width: 1024px){h3,.h3{line-height:3.6rem}}

h4,.h4{font-size:1.98025rem}

@media(min-width: 640px)and (max-width: 1024px){h4,.h4{font-size:calc( 1.98025rem + 0.04475 * ( ( 100vw - 640px) / 384 ) )}}

@media(min-width: 1024px){h4,.h4{font-size:2.025rem}}

@media(min-width: 668px){h4,.h4{line-height:3rem}}

small,.small{font-size:1.4222222222rem;text-transform:uppercase;line-height:1.8rem;font-family:"TabletGothic";font-weight:700}

.small--no-bold{font-weight:400}

.small--no-uppercase{text-transform:none}

.text-overflow{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;vertical-align:top}

.break-word{overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word}

.text{color:#252525}

.light{color:#2e925e}

.highlight{color:#e15561}

.dark{color:#252525}

.bold{font-weight:700}

.text--center{text-align:center}

.right{text-align:right}

pre{word-wrap:normal}

.add-space{margin-bottom:2.4rem}

.hidden{display:none !important}

.invisible{position:absolute;margin-left:-9999rem;visibility:hidden}

.is-removing{pointer-events:none}

.cssanimations .page--home .form--search--wrapper{animation:slide-down--o .8s ease-out .5s forwards}

.cssanimations .page--home .list--topics{animation:slide-right .8s ease-out .5s forwards}

.cssanimations .page--home .tab-slider,.cssanimations .page--home .tabs,.cssanimations .page--home .show-all form,.cssanimations .page--home .main,.cssanimations .page--home .footer{animation:fade-in .8s ease-out 1s forwards}

@keyframes slide-down{0%{transform:translateY(-1.2rem)}100%{transform:none}}

@keyframes slide-down--o{0%{opacity:0;transform:translateY(-1.2rem)}100%{opacity:1;transform:none}}

@keyframes slide-down--o06{0%{opacity:0;transform:translateY(-1.2rem)}100%{opacity:.6;transform:none}}

@keyframes slide-down--o07{0%{transform:translateY(-1.2rem);opacity:0}100%{transform:none;opacity:.7}}

@keyframes slide-up{0%{opacity:0;transform:translateY(1.2rem)}100%{opacity:1;transform:none}}

@keyframes slide-right{0%{opacity:0;transform:translateX(2.4rem)}100%{opacity:1;transform:none}}

@keyframes fade-in{0%{opacity:0}100%{opacity:1}}

@keyframes fade-out{0%{opacity:1}100%{opacity:0}}

@keyframes bounce-in{0%{opacity:0;transform:scale(0) rotateX(-90deg)}20%{transform:scale(1.08) rotateX(18deg)}100%{opacity:1;transform:none}}

@keyframes bounce-out{0%{opacity:1;transform:none}100%{opacity:0;transform:scale(0) rotateX(-90deg)}}

.cssanimations .page--home .form--search--wrapper,.cssanimations .page--home .tab-slider,.cssanimations .page--home .tabs,.cssanimations .page--home .show-all form,.cssanimations .page--home .main,.cssanimations .page--home .list--topics,.cssanimations .page--home .footer{opacity:0}

.fsd-copytext{font-size:1.2641975309rem;line-height:1.8962962963rem;font-family:"TabletGothic";line-height:1.75;-webkit-hyphens:auto;hyphens:auto}

.fsd-copytext h1,.fsd-copytext h2,.fsd-copytext h3{margin-top:2em;margin-bottom:1em;color:#252525;font-weight:700}

.fsd-copytext h1:first-child,.fsd-copytext h2:first-child,.fsd-copytext h3:first-child{margin-top:.5em}

.fsd-copytext h1{font-size:2.025rem;line-height:3.0375rem}

.fsd-copytext h2{font-size:1.6rem;line-height:2.4rem}

.fsd-copytext h3{font-size:1.2641975309rem;line-height:1.8962962963rem}

.fsd-copytext a{color:#77777c}

.fsd-copytext ul:not(:last-child){margin-bottom:2em}

.fsd-copytext ul:not(:first-child){margin-top:2em}

.fsd-copytext ul li{margin-bottom:.6rem;padding-left:1.8rem}

.fsd-copytext ul li::before{display:inline-block;width:1.8rem;margin-left:-1.8rem;font-weight:700;content:"•"}

.fsd-footer{color:#e6e6e8}

@media print, screen and (max-width: 63.99875em){.fsd-footer{margin-top:4.2rem}}

.fsd-footer-menu{background-color:#252525}

.fsd-footer-menu__link{color:#e6e6e8}

.fsd-gmaps{display:inline;text-indent:0}

.fsd-gmaps__map{width:100%;height:30rem;margin-top:1.8rem}

.fsd-gmaps__icon{position:relative;bottom:-3px}

.fsd-header-nav{display:flex;align-items:center;justify-content:space-around}

.fsd-header-nav .menu-toggle{display:inline-block}

.fsd-header-nav .menu-toggle__bars{margin:0 0 0 .6rem}

.fsd-header-nav__button{display:inline-block;font-size:2.278125rem;line-height:3.4171875rem;display:flex;width:1.7em;height:1.7em;padding:0;border:none;border-radius:50%;color:#fff;background:rgba(0,0,0,0);cursor:pointer;transition:.3s}

.fsd-header-nav__button:hover{background:#252525}

.fsd-header-nav__button--active{color:#e15561}

.fsd-header-nav__button:disabled{pointer-events:none}

.fsd-header-nav__button:focus{outline:none}

@media print, screen and (min-width: 64em){.fsd-header-nav__unselect{display:none}}

@media print, screen and (max-width: 63.99875em){.fsd-header-nav--detail-view .fsd-header-nav__button--search{display:none}.fsd-header-nav__back-to-search{transform:translateY(0.3em) scale(2.5)}}

@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(225,85,97,.4)}70%{box-shadow:0 0 0 10px rgba(225,85,97,0)}100%{box-shadow:0 0 0 0 rgba(225,85,97,0)}}

.fsd-app .filter-summary__sort-wrapper{position:absolute;right:.6rem}

.fsd-app .filter-summary__sort-wrapper::before{content:none}

.fsd-app .filter-summary__sort-dropdown{z-index:60;right:0}

.fsd-header{flex-wrap:nowrap;width:100%;max-width:none;margin:0;background:#252525}

.fsd-header__list{padding:.6rem}

@media print, screen and (min-width: 64em){.fsd-header__list{border-right:1px solid #fff}}

.fsd-header .logo{height:25px}

.fsd-header .logo-zeit-z{height:34px}

.fsd-header .nav{font-size:1.4222222222rem;line-height:2.1333333333rem;margin-right:.6rem;text-align:right}

.fsd-header .nav--inline{display:flex;justify-content:center}

.fsd-header .nav--inline .fsd-nav__bar{display:flex;justify-content:center;width:100%}

.fsd-header .nav--inline .fsd-nav__bar .nav__link+.nav__link::before{content:none}

.fsd-header .nav--inline .fsd-nav__bar .nav__icon{position:relative;bottom:-2px;margin-right:.6rem}

.fsd-header .nav--inline .fsd-nav__bar .nav__link{font-size:1.2641975309rem;line-height:1.8962962963rem;margin-left:3rem;font-weight:700}

@media print, screen and (min-width: 40em){.fsd-header .nav--inline .fsd-nav__bar{min-width:60rem;max-width:81.6rem;padding:0 1.8rem}.fsd-header .nav--inline .fsd-nav__bar::before{flex-grow:1;content:""}}

@media print, screen and (max-width: 63.99875em){.fsd-header{position:fixed;top:0;z-index:65}}

.fsd-job-detail{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}

.fsd-job-detail__content{width:100%;max-width:78rem;padding:1.8rem}

.fsd-job-detail__skeleton{width:100%;min-width:60rem;max-width:80.4rem;padding:1.8rem}

.fsd-job-detail__skeleton .post__item-headline{margin:0 3rem 1.2rem 0;padding-left:0}

.fsd-job-detail__skeleton .post__item-published{margin-top:.6rem;margin-bottom:0;padding-left:0}

.fsd-job-detail__skeleton .media__body{padding-left:0}

.fsd-job-detail .card{box-shadow:none}

.fsd-job-detail__anchor{position:absolute;top:-50px}

@media print, screen and (min-width: 64em){.fsd-job-detail__anchor{top:0}}

.fsd-job-meta{position:relative;margin-bottom:.6rem;padding:1.2rem;overflow:hidden;background:#fff}

@media print, screen and (min-width: 40em){.fsd-job-meta{min-height:175px}}

@media print, screen and (min-width: 64em){.fsd-job-meta{padding:2.4rem}}

.fsd-job-meta__wrapper{display:flex;align-items:flex-end}

.fsd-job-meta__employer-logo{display:block;width:140px;height:70px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;mix-blend-mode:multiply}

.fsd-job-meta__subtitle{font-size:1.4222222222rem;line-height:2.1333333333rem;margin-top:-0.6rem;margin-bottom:.6rem;font-weight:300;font-family:"TabletGothic"}

@media print, screen and (min-width: 40em){.fsd-job-meta__subtitle{margin-right:14.4rem}}

@media print, screen and (min-width: 64em){.fsd-job-meta__subtitle{font-size:1.6rem;line-height:2.4rem}}

.fsd-job-meta__title{font-size:1.6rem;line-height:2.4rem;margin-top:0;margin-right:3rem;margin-bottom:1.2rem;color:#252525;font-weight:700}

@media print, screen and (min-width: 64em){.fsd-job-meta__title{font-size:2.025rem;line-height:3.0375rem;margin-bottom:1.2rem}}

.fsd-job-meta__job-reference{font-size:1.4222222222rem;line-height:2.1333333333rem;margin-bottom:.3rem;color:#2e925e;font-weight:700;font-family:"TabletGothic"}

@media print, screen and (min-width: 64em){.fsd-job-meta__job-reference{font-size:1.6rem;line-height:2.4rem}}

.fsd-job-meta__top-job{margin-top:-1.2rem;margin-bottom:1.2rem;margin-left:-1.2rem}

@media print, screen and (min-width: 64em){.fsd-job-meta__top-job{margin-top:-2.4rem;margin-bottom:1.2rem;margin-left:-2.4rem}}

.fsd-job-meta__list{font-size:1.2641975309rem;line-height:1.8962962963rem;flex-grow:1;padding-left:2.4rem;color:#2e925e;font-family:"TabletGothic"}

.fsd-job-meta__list-term,.fsd-job-meta__list-value{display:inline}

.fsd-job-meta__list-item{position:relative;margin-top:.6rem}

.fsd-job-meta__list-item--collapsable{display:flex;flex-direction:column;align-items:center;padding-top:.6rem}

@media print, screen and (min-width: 40em){.fsd-job-meta__list-item--collapsable{position:absolute;right:1.2rem;bottom:1.2rem}}

@media print, screen and (min-width: 64em){.fsd-job-meta__list-item--collapsable{right:2.4rem;bottom:2.4rem}}

.fsd-job-meta__list-icon{width:1.8rem;height:1.2rem;margin-right:0rem;margin-left:-2.598rem;vertical-align:middle}

.fsd-job-meta__employer-button{font-size:1.2641975309rem;position:relative;z-index:1;display:block;min-width:-moz-fit-content;min-width:fit-content;height:36px;margin-top:.6rem;padding:1.2rem 1.8rem;border-radius:.6rem;color:#fff;font-weight:700;font-family:"TabletGothic";line-height:1;background:#e15561;cursor:pointer;transition:.3s}

.fsd-job-meta__employer-button,.fsd-job-meta__employer-button:focus{background-color:#e15561}

.fsd-job-meta__employer-button:hover{color:#fff;background-color:#dc3b49}

.fsd-job-meta__employer-button:active{background-color:#d92a39;transform:scale(0.99)}

@media print, screen and (min-width: 40em){.fsd-job-meta__list-value--employer::before{float:right;width:19.8rem;height:3.6rem;content:""}}

@media print, screen and (min-width: 64em){.fsd-job-meta .fsd-job-teaser__bookmark{right:2.4rem}}

.fsd-job-teaser{position:relative;display:block;padding:1.2rem;background:#fff;transition:transform .15s,background-color .15s}

.fsd-job-teaser__title{font-size:1.4222222222rem;line-height:2.1333333333rem;margin-bottom:.8444444444rem;color:#252525;font-weight:400}

.fsd-job-teaser__title::before{float:right;width:3rem;height:1.8rem;content:""}

.fsd-job-teaser__date,.fsd-job-teaser__employer,.fsd-job-teaser__location{font-size:1.2641975309rem;line-height:1.8962962963rem;display:block;margin-top:.2839506173rem;font-family:"TabletGothic"}

.fsd-job-teaser__date{color:#2e925e}

.fsd-job-teaser__employer,.fsd-job-teaser__location{color:#2e925e}

.fsd-job-teaser__top-job{margin-top:-1.2rem;margin-bottom:1.2rem;margin-left:-1.2rem}

.fsd-job-teaser__bookmark{position:absolute;top:0;right:.6rem;color:#959595;text-align:center;cursor:pointer}

.fsd-job-teaser__bookmark--on .fsd-job-teaser__bookmark-flag{fill:#e15561;stroke:#e15561}

.fsd-job-teaser__bookmark-flag{position:absolute;top:-1px;right:0;width:3rem;height:3rem;transition:.3s;fill:rgba(0,0,0,0);stroke:#959595;stroke-width:2}

.fsd-job-teaser__bookmark-flag:hover{stroke:#e15561}

.fsd-job-teaser__meta{display:flex}

.fsd-job-teaser__meta-content{flex-grow:1}

.fsd-job-teaser__logo{display:block;flex-shrink:0;align-self:flex-end;width:100px;height:50px;margin:0 .6rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;mix-blend-mode:multiply}

.fsd-job-teaser--selected,.fsd-job-teaser:hover{transform:translateX(-0.6rem)}

.fsd-job-teaser:hover{background:#e9e9ea}

.fsd-job-teaser--selected{background:#eeeeef;transform:translateX(-0.6rem)}

.fsd-job-template__plus{font-weight:300;font-family:"TabletGothic"}

.fsd-job-template__plus a{color:#77777c}

@media print, screen and (max-width: 39.99875em){.fsd-job-template__plus a{word-break:break-all}}

.fsd-job-template__plus-content{margin:-0.6rem 0}

.fsd-job-template__plus-content h2{font-size:1.6rem;line-height:2.4rem;margin-bottom:1.2rem;color:#252525;color:var(--template-color, #252525)}

@media print, screen and (min-width: 40em){.fsd-job-template__plus-content h2{font-size:2.025rem;line-height:3.0375rem}}

.fsd-job-template__plus-content p strong{font-weight:700}

.fsd-job-template__plus-content p{margin:.6rem 0}

.fsd-job-template__plus-content ul{margin:.6rem 0;list-style:inherit}

.fsd-job-template__plus-content ul li{margin-bottom:.6rem;margin-left:2.4rem}

.fsd-job-template__plus-content ul li::marker{font-size:2.025rem;line-height:3.0375rem}

.fsd-job-template__plus-content--detail{font-style:italic}

.fsd-job-template__plus-images{position:relative;background:rgba(0,0,0,0)}

.fsd-job-template__plus-image{z-index:1;position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}

.fsd-job-template__plus-image-dots{position:absolute;bottom:.6rem;display:flex;gap:.6rem;justify-content:center;width:100%}

.fsd-job-template__plus-image-dot{z-index:2;display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;border-radius:50%;background:#eeeef0}

.fsd-job-template__plus-image-dot--active{width:8px;height:8px;border-radius:50%;background:#e15561;content:""}

.fsd-job-template__plus--with-picture{position:absolute;top:0;left:0;width:100%;height:auto;min-height:90vh;background-color:#eeeef0;background-image:linear-gradient(to bottom, transparent 0%, #eeeef0 80%),#eeeef0;background-image:linear-gradient(to bottom, transparent 0%, #eeeef0 80%),var(--template-bg-image, #eeeef0);background-repeat:no-repeat;background-size:cover}

.fsd-job-template__plus--with-color{position:absolute;top:0;left:0;width:100%;height:auto;min-height:90vh;background-color:#eeeef0;background-color:var(--template-color, #eeeef0);background-image:linear-gradient(to bottom, transparent 0%, #eeeef0 80%)}

.fsd-job-template__basic{font-weight:300;font-family:"TabletGothic"}

.fsd-job-template__basic a{color:#77777c}

@media print, screen and (max-width: 39.99875em){.fsd-job-template__basic a{word-break:break-all}}

.fsd-job-template__basic-content{margin:-0.6rem 0}

.fsd-job-template__basic-content h2{font-size:1.6rem;line-height:2.4rem;margin-bottom:1.2rem;color:#252525}

@media print, screen and (min-width: 40em){.fsd-job-template__basic-content h2{font-size:2.025rem;line-height:3.0375rem}}

.fsd-job-template__basic-content p strong{font-weight:700}

.fsd-job-template__basic-content p{margin:.6rem 0}

.fsd-job-template__basic-content ul{margin:.6rem 0;list-style:inherit}

.fsd-job-template__basic-content ul li{margin-bottom:.6rem;margin-left:2.4rem}

.fsd-job-template__basic-content ul li::marker{font-size:2.025rem;line-height:3.0375rem}

.fsd-job-template__basic-content--detail{font-style:italic}

.fsd-list-view{position:relative;max-width:100%;background:#e6e6e8;box-shadow:0 1px 2px rgba(86,86,85,.2)}

.fsd-list-view__scroll{height:100%;overflow-y:scroll}

@media print, screen and (max-width: 63.99875em){.fsd-list-view__scroll{height:initial;overflow:visible}}

.fsd-list-view__search-module{z-index:60;position:relative;background:#e6e6e8;box-shadow:rgba(0,0,0,.5) 1px 1px 2px 0;transition:box-shadow .3s}

.fsd-list-view__search-module--sticky{position:sticky;top:0;right:0;left:0;margin:0;background:#e6e6e8}

@media print, screen and (max-width: 63.99875em){.fsd-list-view__search-module--sticky{position:sticky;top:5.1rem;max-height:calc(100% - 5.1rem)}}

.fsd-list-view__search{margin:0 1.2rem;padding:0 0 1.2rem}

.fsd-list-view__search .header-search__outer{flex-wrap:nowrap;padding:.6rem;background:#fff}

.fsd-list-view__search .button.pill .pill__delete{padding:.6rem 10px}

.fsd-list-view__search .search-input{position:relative;max-width:60%;height:3.3rem;overflow:visible}

.fsd-list-view__search .search-input__inner{padding:0}

.fsd-list-view__search .search-input__input{font-size:1.4222222222rem;line-height:2.1333333333rem;height:3.3rem}

.fsd-list-view__search .button--large{font-size:1.2641975309rem;line-height:1.8962962963rem;margin-top:0;margin-left:.6rem;padding:.6rem .9rem;white-space:nowrap}

.fsd-list-view__search .button.pill{font-size:1.2641975309rem;margin-top:.3rem;padding:.6rem}

.fsd-list-view__search .search-input--overflow-left::before,.fsd-list-view__search .search-input--overflow-right::after{height:3.3rem}

.fsd-list-view__search .awesomplete>ul{top:3.6rem;left:-0.6rem;font-size:1.4222222222rem}

.fsd-list-view__search .awesomplete>ul>li{padding:.6rem}

.fsd-list__item{position:relative;margin-bottom:.3rem;overflow:hidden;transition:background-color .15s}

.fsd-list__item--selected{width:100%;background:#2e925e}

.fsd-list__item-anchor{position:absolute;bottom:-42px}

@media print, screen and (min-width: 64em){.fsd-list__item-anchor{top:0;bottom:initial}}

.fsd-login__reason{margin:0 1.8rem 3rem 1.8rem;text-align:center}

.fsd-login__container{width:100%;margin-bottom:0;padding-bottom:3.6rem}

.fsd-login__form{display:flex;flex-direction:column;grid-gap:1.2rem}

.fsd-login__page{width:100%}

.fsd-login__page--email form{display:flex;flex-direction:column;grid-gap:1.2rem}

.fsd-login__page-hint{font-size:1.4222222222rem;line-height:2.1333333333rem;margin-bottom:3.6rem;text-align:center}

.fsd-login__troubleshooting{display:flex;grid-gap:1.2rem;justify-content:center;padding:0 .6rem}

@media print, screen and (max-width: 39.99875em){.fsd-login__troubleshooting{flex-direction:column}}

.fsd-login__troubleshooting-chevron{padding-right:1.8rem}

@media print, screen and (min-width: 40em){.fsd-login__troubleshooting-chevron{display:none}}

.fsd-login__troubleshooting-chevron-icon{width:2rem;height:2rem}

.fsd-login__troubleshooting-hint{font-size:1.4222222222rem;line-height:2.1333333333rem;padding:0 2.4rem 1.8rem 2.4rem;text-align:center}

@media print, screen and (max-width: 39.99875em){.fsd-login__troubleshooting-hint{flex-grow:1;padding-top:1.8rem;text-align:left;font-size:1.6rem;line-height:2.4rem}}

.fsd-login__troubleshooting-box{display:flex;flex-basis:200px;flex-direction:column;justify-content:space-between;height:188px;padding-top:1.8rem;border:1px solid #e6e6e8;border-radius:.6rem;cursor:pointer}

@media print, screen and (max-width: 39.99875em){.fsd-login__troubleshooting-box{flex-basis:75px;flex-direction:row;align-items:center;padding-top:0;padding-left:1.8rem}}

.fsd-login__troubleshooting-box-label{font-size:1.4rem;text-align:center}

.fsd-login__troubleshooting-box:hover{background-color:#eeeef0}

.fsd-login__troubleshooting-icon{width:8rem;height:8rem;fill:none}

@media print, screen and (max-width: 39.99875em){.fsd-login__troubleshooting-icon{width:6rem;height:6rem}}

.fsd-login__troubleshooting-icon-container{display:flex}

.fsd-modal__container{width:100%}

@media print, screen and (min-width: 64em){.fsd-modal__container{min-width:800px}}

.fsd-modal__content{position:relative}

.fsd-modal__tabs{display:flex;min-height:7.2rem;background-color:#fff}

.fsd-modal__tab{font-size:1.2641975309rem;line-height:1.8962962963rem;flex:auto;width:100%;padding:1.2rem 0;border:none;color:#252525;line-height:2;text-transform:uppercase;background:#e6e6e8;outline:none;cursor:pointer;transition:.3s}

.fsd-modal__tab:not(.fsd-modal__tab--active):hover{background:#e6e6e8}

.fsd-modal__tab--active{background:inherit;cursor:default}

@media print, screen and (min-width: 40em){.fsd-modal__tab{font-size:1.6rem;line-height:2.4rem}}

.fsd-modal__headline{font-size:2.34256rem;line-height:3.51384rem;margin:0 0 .5em;font-weight:300}

@media print, screen and (min-width: 40em){.fsd-modal__headline{font-size:2.4508687891rem;line-height:3.6763031836rem}}

@media print, screen and (min-width: 64em){.fsd-modal__headline{font-size:2.562890625rem;line-height:3.8443359375rem}}

.fsd-modal__form{margin-top:4.8rem}

.fsd-login-modal,.fsd-registration-modal{padding:1.8rem}

@media print, screen and (min-width: 40em){.fsd-login-modal,.fsd-registration-modal{padding:3.6rem}}

@media print, screen and (min-width: 64em){.fsd-login-modal,.fsd-registration-modal{padding:7.2rem}}

@media print, screen and (max-width: 39.99875em){.fsd-login-modal,.fsd-registration-modal{padding-top:4.8rem}}

.fsd-login-modal__footer{margin-top:4.8rem}

.fsd-registration-modal__notice{font-size:1.1237311385rem;line-height:1.6855967078rem;margin-top:4.8rem;line-height:1.75;text-align:center}

.fsd-registration-modal__success-image{width:20%}

.fsd-custom-pill{display:inline-block;vertical-align:middle;margin:0;padding:12px 4.2rem;border:1px solid rgba(0,0,0,0);border-radius:.6rem;transition:background-color .25s ease-out,color .25s ease-out;font-family:"TabletGothic";font-size:1.8rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;font-size:1.2641975309rem;display:inline-block;max-width:100%;margin-right:.6rem;margin-bottom:.6rem;padding:0;font-weight:400;line-height:1;white-space:nowrap;text-align:left;text-transform:uppercase;cursor:inherit}

[data-whatinput=mouse] .fsd-custom-pill{outline:0}

.fsd-custom-pill,.fsd-custom-pill.disabled,.fsd-custom-pill[disabled],.fsd-custom-pill.disabled:hover,.fsd-custom-pill[disabled]:hover,.fsd-custom-pill.disabled:focus,.fsd-custom-pill[disabled]:focus{background-color:#77ac8c;color:#fff}

.fsd-custom-pill:hover,.fsd-custom-pill:focus{background-color:#77ac8c;color:#fff}

.fsd-custom-pill__text{display:inline-block;max-width:92%;max-width:calc(100% - 20px);padding:.6rem .8rem;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}

.fsd-custom-pill__delete{position:relative;display:inline-block;margin-left:-0.7rem;padding:.6rem .8rem;border-radius:.6rem;vertical-align:middle;cursor:pointer;transition:.3s}

.fsd-custom-pill__delete:hover{background-color:#3a886a}

.fsd-custom-pill__delete .icon{pointer-events:none}

.fsd-custom-pill__icon{width:.8em;height:.8em}

.fsd-category-pill{display:inline-block;vertical-align:middle;margin:0;padding:12px 4.2rem;border:1px solid rgba(0,0,0,0);border-radius:.6rem;transition:background-color .25s ease-out,color .25s ease-out;font-family:"TabletGothic";font-size:1.8rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;font-size:1.2641975309rem;display:inline-block;max-width:100%;margin-right:.6rem;margin-bottom:.6rem;padding:0;font-weight:400;line-height:1;white-space:nowrap;text-align:left;text-transform:uppercase;cursor:inherit}

[data-whatinput=mouse] .fsd-category-pill{outline:0}

.fsd-category-pill,.fsd-category-pill.disabled,.fsd-category-pill[disabled],.fsd-category-pill.disabled:hover,.fsd-category-pill[disabled]:hover,.fsd-category-pill.disabled:focus,.fsd-category-pill[disabled]:focus{background-color:#00975d;color:#fff}

.fsd-category-pill:hover,.fsd-category-pill:focus{background-color:#00975d;color:#fff}

.fsd-category-pill__text{display:inline-block;max-width:92%;max-width:calc(100% - 20px);padding:.6rem .8rem;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}

.fsd-category-pill__delete{position:relative;display:inline-block;margin-left:-0.7rem;padding:.6rem .8rem;border-radius:.6rem;vertical-align:middle;cursor:pointer;transition:.3s}

.fsd-category-pill__delete:hover{background-color:#386948}

.fsd-category-pill__delete .icon{pointer-events:none}

.fsd-category-pill__icon{width:.8em;height:.8em}

.fsd-pills{padding:.6rem 1.2rem .6rem}

.fsd-pills__container__pills{display:flex;flex-flow:row wrap;align-content:center;align-items:center;justify-content:flex-start}

.fsd-pills__container__folded{max-height:60px;overflow:clip}

.fsd-pills__container__unfolded{height:100%;overflow:visible}

.fsd-pills__actions{display:flex;justify-content:space-between;margin-top:1.2rem}

.fsd-pills__headline{font-size:1.8rem;line-height:2.7rem;position:relative;margin:0;color:#252525;font-size:18px}

.fsd-pills__headline .fsd-pills__subtitle{font-size:12px}

.fsd-pills__wrapper{display:block;max-height:25rem;margin-top:.6rem;overflow:scroll;scrollbar-width:none;-ms-overflow-style:none}

.fsd-pills__wrapper::-webkit-scrollbar{display:none}

.fsd-pills__wrapper--scrollable{background:linear-gradient(#e6e6e8 30%, rgba(230, 230, 232, 0)),linear-gradient(rgba(230, 230, 232, 0) 10px, #e6e6e8 70%) bottom,radial-gradient(at top, rgba(0, 0, 0, 0.4), transparent 70%),radial-gradient(at bottom, rgba(0, 0, 0, 0.4), transparent 70%) bottom;background-repeat:no-repeat;background-size:100% 20px,100% 20px,100% 10px,100% 10px;background-attachment:local,local,scroll,scroll}

.fsd-pills__action{font-size:1.2641975309rem;line-height:1.8962962963rem;padding:.6rem;border:none;color:dimgray;font-family:"TabletGothic";background:rgba(0,0,0,0);cursor:pointer;transition:.3s color}

.fsd-pills__action:disabled{cursor:default;opacity:.4;pointer-events:none}

.fsd-pills__action:hover,.fsd-pills__action:focus{color:#ca4247}

.fsd-pills__action:focus{outline:none}

.fsd-pills__action--right{margin-left:auto}

.fsd-pills__action--icon{font-size:1.8rem;line-height:2.7rem}

.fsd-pills__action--active{position:relative}

.fsd-pills__action--active::after{position:absolute;top:2px;right:0;width:10px;height:10px;border-radius:50%;background:#00975d;content:""}

.fsd-rating{z-index:62;position:fixed;right:0%;bottom:5.4rem;display:flex;align-items:center;justify-content:center;min-height:170px;border-radius:1.2rem 0rem 0rem 1.2rem;color:#fff;font-weight:700;font-family:"TabletGothic";background-color:rgba(13,13,13,.9);box-shadow:0 1px 2px rgba(86,86,85,.2)}

@media print, screen and (min-width: 64em){.fsd-rating{top:50%;bottom:initial;transform:translateY(-50%)}}

.fsd-rating--active{max-width:306px}

.fsd-rating--active .fsd-rating__toggle{min-height:170px}

.fsd-rating__splash{display:flex;justify-content:center;padding:1.2rem}

.fsd-rating__toggle{font-size:1.2641975309rem;display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;justify-content:center;width:3rem;min-height:170px;padding:0 .3rem;cursor:pointer}

@media print, screen and (min-width: 40em){.fsd-rating__toggle{font-size:1.6rem;width:4.2rem;padding:0 .9rem}}

.fsd-rating__toggle .icon{width:1.2rem;height:1.2rem}

.fsd-rating__headline{font-size:1.4222222222rem;line-height:2.1333333333rem}

.fsd-rating__toggle-hint{text-orientation:mixed;writing-mode:vertical-rl}

.fsd-rating__toggle-hint .text-hint{display:inline-block;transform:rotate(180deg)}

.fsd-rating__toggle-hint .icon{margin-top:1.2rem}

.fsd-rating__content{display:flex;flex-direction:column;flex-shrink:0;padding:2.4rem 1.8rem 2.4rem 0}

.fsd-rating__score{display:flex;align-items:center;justify-content:center;margin:2rem 0}

.fsd-rating__score .fsd-rating__icon-wrapper{display:flex;flex-grow:0;justify-content:center;padding:0 .6rem;cursor:pointer}

.fsd-rating__score .fsd-rating__icon-wrapper .icon{width:2.7rem;height:2.7rem;opacity:1;transition-duration:.15s;transition-property:fill,stroke;fill:rgba(0,0,0,0);stroke:#fff}

.fsd-rating__score:hover:not(.fsd-rating__score--active) .fsd-rating__icon-wrapper .icon{fill:rgba(0,0,0,0);stroke:#e15561}

.fsd-rating__score--active .fsd-rating__icon-wrapper .icon{fill:#e15561;stroke:#e15561}

.fsd-rating__score .fsd-rating__icon-wrapper:hover~.fsd-rating__icon-wrapper .icon,.fsd-rating__score:not(:hover) .fsd-rating__icon-wrapper--active~.fsd-rating__icon-wrapper .icon{fill:rgba(0,0,0,0);stroke:#fff}

.fsd-rating__button{font-size:1.2641975309rem;padding-top:.9rem;padding-bottom:.9rem;line-height:1}

@media print, screen and (min-width: 40em){.fsd-rating__button{font-size:1.4222222222rem}}

.fsd-registration__container{width:100%;margin-bottom:0;padding-bottom:3.6rem}

.fsd-registration__page{width:100%}

.fsd-registration__page .fsd-register__page{min-width:32.4rem}

@media print, screen and (min-width: 64em){.fsd-registration__page .fsd-register__page{min-width:37.2rem}}

.fsd-registration__page form{display:flex;flex-direction:column;grid-gap:1.2rem}

.fsd-registration__footer{padding:0 1.2rem}

.fsd-registration__sponsored-mailing-opt-in{display:flex;grid-gap:1.2rem;align-items:baseline}

.fsd-registration__sponsored-mailing-opt-in--input{flex:1 0 auto;width:2.4rem;height:2.4rem;border:.1rem solid #e6e6e8;color:currentColor;background-color:#fff;transform:translateY(0.6rem);-webkit-appearance:none;-moz-appearance:none;appearance:none}

.fsd-registration__sponsored-mailing-opt-in--text{font-size:1.2641975309rem;line-height:1.8962962963rem;color:#2e925e;text-align:left}

.fsd-session{font-size:1.6rem;line-height:2.4rem;font-family:"TabletGothic"}

.fsd-session--wide{max-width:100%}

.fsd-session__headline{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:2.8344976rem;line-height:4.2517464rem;font-weight:300;margin-top:1.8rem;margin-bottom:3rem;font-weight:400;text-align:center}

@media print, screen and (min-width: 40em){.fsd-session__headline{font-size:3.0333330747rem;line-height:4.5499996121rem}}

@media print, screen and (min-width: 64em){.fsd-session__headline{font-size:3.2436584473rem;line-height:4.8654876709rem}}

.fsd-session__footer{min-height:7.2rem;margin-bottom:0;text-align:center;background-color:#e6e6e8}

.fsd-session__footer .ac-link{cursor:pointer}

.fsd-session__button-icon{position:absolute;left:1.8rem}

.fsd-pills--skeleton{display:none}

.fsd-list__item--skeleton{display:none}

.fsd-layout--skeleton .fsd-pills--skeleton{display:block;padding:1.2rem 1.2rem .6rem}

.fsd-layout--skeleton .fsd-pills__headline--skeleton{background-color:#e6e6e8;background-image:linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));background-size:80%;animation:skeleton 1.5s infinite;display:inline-block;width:100%;height:33px}

.fsd-layout--skeleton .fsd-pills__actions--skeleton{display:flex;justify-content:space-between;margin-top:1.2rem}

.fsd-layout--skeleton .fsd-pills__headline{display:none}

.fsd-layout--skeleton .fsd-pills__wrapper{display:none}

.fsd-layout--skeleton .fsd-pills__actions{display:none}

.fsd-layout--skeleton .fsd-list__item--skeleton{background-color:#e6e6e8;background-image:linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));background-size:80%;animation:skeleton 1.5s infinite;display:block;width:100%;height:1000px}

.fsd-layout--skeleton .fsd-list__item{opacity:0}

.tooltip-container{position:relative !important;display:inline;width:0;height:0;font-family:"TabletGothic";line-height:normal;-webkit-user-select:none;-moz-user-select:none;user-select:none}

.tooltip-container[data-flow=top-left]{float:left}

.tooltip-container[data-flow=top-right]{float:right}

.tooltip-container[data-flow=bottom-left]{float:left}

.tooltip-container[data-flow=bottom-right]{float:right}

.tooltip-bubbles-container{position:absolute !important;display:flex;flex-wrap:nowrap;justify-content:space-between}

.tooltip-bubbles-container[data-flow=top-left]{top:0;left:0;flex-direction:column;align-content:flex-start;align-items:flex-start}

.tooltip-bubbles-container[data-flow=top-right]{top:0;right:0;flex-direction:column;align-content:flex-end;align-items:flex-end}

.tooltip-bubbles-container[data-flow=bottom-left]{bottom:0;left:0;flex-direction:column-reverse;align-content:flex-start;align-items:flex-start}

.tooltip-bubbles-container[data-flow=bottom-right]{right:0;bottom:0;flex-direction:column-reverse;align-content:flex-start;align-items:flex-end}

.tooltip-new{font-size:1.4222222222rem;line-height:2.1333333333rem;z-index:98;width:48px;height:20px;border-radius:5em;overflow:hidden;color:#fff;font-weight:bold;text-align:center;text-overflow:ellipsis;background:#2e925e;cursor:pointer;opacity:.9;content:attr(data-tooltip-new);-webkit-user-select:none;-moz-user-select:none;user-select:none}

.tooltip-new[data-flow=top-left]{margin-bottom:10px}

.tooltip-new[data-flow=top-right]{margin-bottom:10px}

.tooltip-new[data-flow=bottom-left]{margin-top:10px}

.tooltip-new[data-flow=bottom-right]{margin-top:10px}

.tooltip-info{font-size:1.6rem;line-height:2.4rem;z-index:99;display:flex;flex-flow:row nowrap;align-content:center;align-items:flex-start;justify-content:space-between;width:calc(100vw - 40px);padding:20px;border:0 none rgba(0,0,0,0);color:#fff;font-weight:normal;text-align:center;text-overflow:ellipsis;background:#2e925e;cursor:pointer;opacity:.9;-webkit-user-select:none;-moz-user-select:none;user-select:none}

@media print, screen and (min-width: 40em){.tooltip-info{width:350px}}

.tooltip-info-text{margin:0;padding:0;text-align:left;-webkit-user-select:none;-moz-user-select:none;user-select:none}

.tooltip-close-button{width:13px;min-width:13px;height:13px;min-height:13px;margin:0 0 0 5px;padding:0;border:0 none rgba(0,0,0,0);color:#fff;vertical-align:top;background:#2e925e;background-image:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/white_close-cf8aa9c6.svg);background-size:13px;opacity:.9;-webkit-user-select:none;-moz-user-select:none;user-select:none}

.fsd-job-meta__top-job,.fsd-job-teaser__top-job{font-size:1.2641975309rem;line-height:1.8962962963rem;display:block;width:7rem;width:-moz-max-content;width:max-content;padding:.6rem;color:#fff;font-weight:700;font-family:"TabletGothic";line-height:1;white-space:nowrap;text-transform:uppercase;background:#2e925e}

.fsd-video__youtube{display:flex;align-items:center;justify-content:center}

.fsd-video__youtube-iframe{width:560px;height:315px}

@media print, screen and (max-width: 39.99875em){.fsd-video__youtube-iframe{width:325px;height:240px}}

.fsd-email-sent{display:flex;flex-direction:column;grid-gap:1.8rem;align-items:center;justify-content:center}

.fsd-email-sent__benefits{display:flex;grid-gap:1.8rem;justify-content:center;margin:0 -6rem}

.fsd-email-sent__benefit{display:flex;flex-basis:0;flex-direction:column;flex-grow:1}

.fsd-email-sent__benefit-text{text-align:center}

.fsd-email-sent__benefit svg{width:3rem;height:3rem}

.fsd-email-sent__text{text-align:center}

.fsd-email-sent__link{margin-top:4.2rem;margin-bottom:1.2rem;cursor:pointer}

.fsd-email-sent__headline{font-family:"TabletGothic";-webkit-hyphens:auto;hyphens:auto;font-size:2.8344976rem;line-height:4.2517464rem;font-weight:300;font-weight:700}

@media print, screen and (min-width: 40em){.fsd-email-sent__headline{font-size:3.0333330747rem;line-height:4.5499996121rem}}

@media print, screen and (min-width: 64em){.fsd-email-sent__headline{font-size:3.2436584473rem;line-height:4.8654876709rem}}

.fsd-email-sent svg{width:8rem;height:8rem}

.fsd-container{display:flex;flex-direction:column;padding-top:50px}

@media print, screen and (min-width: 64em){.fsd-container{height:100vh;padding-top:0;overflow:hidden}}

.fsd-preview-container{display:flex;flex-direction:column;padding-top:50px}

@media print, screen and (min-width: 64em){.fsd-preview-container{padding-top:0}}

.fsd-app{position:relative;display:flex;flex-direction:column;height:100%}

@media print, screen and (min-width: 64em){.fsd-app{overflow:hidden}}

.fsd-app .filter-settings{inset:0 0 0 0}

@media print, screen and (min-width: 64em){.fsd-app .filter-settings{right:auto;width:30%;min-width:36rem;height:auto}}

.fsd-body{display:flex;flex-grow:1}

@media print, screen and (min-width: 64em){.fsd-body{overflow:hidden}}

.fsd-detail-view{overflow-y:scroll}

.fsd-left{flex:1 0 100%}

@media print, screen and (min-width: 64em){.fsd-left{flex-basis:30%;min-width:36rem}}

.fsd-right{flex-basis:70%;flex-grow:2}

.fsd-right--centered{display:flex;flex-direction:column;align-items:center}

.fsd-footer-actions{display:flex;background-color:#eeeef0}

@media print, screen and (max-width: 63.99875em){.fsd-footer-actions{z-index:65;position:fixed;right:0;bottom:0;left:0;transform:translate3d(0, 0, 0)}}

.fsd-footer-actions__right{padding:.6rem 0}

@media print, screen and (min-width: 40em){.fsd-footer-actions__right{padding:.6rem}}

.fsd-footer-actions .fsd-left{position:relative;z-index:1}

.fsd-footer-actions .fsd-left .button{font-size:1.4222222222rem;line-height:2.1333333333rem;height:100%;padding:.9rem;border-radius:0}

.fsd-footer-actions .fsd-right{position:relative;padding:.6rem;box-shadow:rgba(0,0,0,.14) 0 2px 9px 5px}

@media print, screen and (min-width: 40em){.fsd-footer-actions .fsd-right{padding:.6rem}}

.fsd-footer-actions__save{width:100%}

.fsd-footer-actions__apply-button{font-size:1.4222222222rem;line-height:2.1333333333rem;padding:.6rem 3rem}

.fsd-footer-actions__apply-button:disabled{background:#e15561;opacity:.7}

@media print, screen and (max-width: 39.99875em){.fsd-footer-actions__apply-button{font-size:1.2641975309rem;line-height:1.8962962963rem;padding:.9rem 1.8rem;line-height:1}}

.fsd-footer-actions__bar{display:flex;align-items:center;width:100%}

@media print, screen and (min-width: 40em){.fsd-footer-actions__bar{padding:0 1.8rem}.fsd-footer-actions__bar::after{flex-grow:1;content:""}}

.fsd-footer-actions .fsd-footer-actions__nav,.fsd-footer-actions .fsd-footer-actions__print,.fsd-footer-actions .fsd-footer-actions__share,.fsd-footer-actions .fsd-footer-actions__bookmark{font-size:1.8rem;line-height:2.7rem;display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border:none;color:#252525;background:rgba(0,0,0,0);cursor:pointer;transition:.3s}

@media print, screen and (min-width: 40em){.fsd-footer-actions .fsd-footer-actions__nav,.fsd-footer-actions .fsd-footer-actions__print,.fsd-footer-actions .fsd-footer-actions__share,.fsd-footer-actions .fsd-footer-actions__bookmark{font-size:2.278125rem;line-height:3.4171875rem;border-radius:50%}.fsd-footer-actions .fsd-footer-actions__nav:hover:not(:disabled),.fsd-footer-actions .fsd-footer-actions__print:hover:not(:disabled),.fsd-footer-actions .fsd-footer-actions__share:hover:not(:disabled),.fsd-footer-actions .fsd-footer-actions__bookmark:hover:not(:disabled){color:#e15561;background:#e6e6e8}}

.fsd-footer-actions .fsd-footer-actions__nav:disabled,.fsd-footer-actions .fsd-footer-actions__print:disabled,.fsd-footer-actions .fsd-footer-actions__share:disabled,.fsd-footer-actions .fsd-footer-actions__bookmark:disabled{cursor:default;opacity:.4}

.fsd-footer-actions .fsd-footer-actions__nav:focus,.fsd-footer-actions .fsd-footer-actions__print:focus,.fsd-footer-actions .fsd-footer-actions__share:focus,.fsd-footer-actions .fsd-footer-actions__bookmark:focus{outline:none}

.fsd-footer-actions__nav{margin:0 1.2rem}

.fsd-footer-actions__print,.fsd-footer-actions__share,.fsd-footer-actions__bookmark{margin-right:1.2rem}

@media print, screen and (max-width: 39.99875em){.fsd-footer-actions__print,.fsd-footer-actions__share,.fsd-footer-actions__bookmark{flex-basis:0;flex-grow:1;margin-right:0;padding:0}}

.fsd-footer-actions__share .icon{position:relative;left:-5px}

.fsd-footer-actions__bookmark .icon{fill:none;stroke:currentColor;stroke-width:2}

.fsd-footer-actions__bookmark--active .icon{fill:#e15561;stroke:#e15561}

@media print, screen and (max-width: 39.99875em){.fsd-footer-actions__bookmark{flex-grow:1;order:1}}

.fsd-footer-actions__share-list{position:absolute;bottom:7.2rem;z-index:1}

.fsd-footer-actions__share-option{padding:1.2rem 1.2rem;white-space:nowrap;transition:.3s;display:block}

.fsd-footer-actions__share-option:hover{background:#eeeeef}

.fsd-footer-actions__share-option--active{background:#e6e6e8}

.fsd-footer-actions__share-option:not(:last-child){border-bottom:1px solid #eeeef0}

.fsd-footer-actions__misc{display:flex;flex-basis:0;flex-grow:1;align-items:center;justify-content:flex-start}

@media print, screen and (max-width: 39.99875em){.fsd-footer-actions__misc{display:contents}}

.fsd-footer-actions__misc--center{justify-content:center}

.fsd-footer-menu{width:100%;padding-right:.6rem;font-weight:700;font-family:"TabletGothic";font-size:.8878863317rem;line-height:1.3318294975rem}

.fsd-footer-menu__list{display:flex;justify-content:flex-end;margin-left:auto}

.fsd-footer-menu__item{margin-left:.6rem;padding:1px}

.fsd-footer-menu__item span{color:#fff}

.fsd-footer-menu__item a{color:#fff}

.fsd-sidebar .widgets-html-content{margin-top:3rem}

.fsd-sidebar .widgets-html-content h1{font-size:2.278125rem;line-height:3.4171875rem}

.float-enter,.float-leave-to{transform:translateY(-20px);opacity:0}

.fade-enter-active,.fade-leave-active{transition:opacity .3s,transform .3s}

.fade-enter,.fade-leave-to{transform:translateY(-20px);opacity:0}

.fsd-matching-profile{font-family:"TabletGothic";text-align:center}

.fsd-matching-profile__title{font-size:1.6rem;line-height:2.4rem}

.fsd-matching-profile__employer{font-size:1.4222222222rem;line-height:2.1333333333rem;margin:.6rem 0}

.fsd-matching-profile__image{display:block;max-width:200px;max-height:110px;margin:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}

@media print{.fsd-header,.fsd-footer,.fsd-list-view,.layout__off-canvas,.filter-settings{display:none}.fsd-right{display:initial !important;width:100% !important}.fsd-container{height:auto;overflow:visible}}

@media print, screen and (max-width: 63.99875em){.fsd-body .fsd-right,.fsd-footer .fsd-right{display:none}.fsd-app--detail .fsd-body .fsd-left,.fsd-app--detail .fsd-footer .fsd-left{display:none}.fsd-app--detail .fsd-body .fsd-right,.fsd-app--detail .fsd-footer .fsd-right{display:block}.fsd-app--detail .fsd-header-nav__button--search{display:none}.fsd-footer-actions{height:4.2rem}.fsd-detail-view{padding:0}}

@media print, screen and (max-width: 63.99875em)and (max-width: 63.99875em){.fsd-layout{overflow-x:visible}}

@media print, screen and (max-width: 63.99875em){.fsd-layout .layout__off-canvas{font-size:1.2641975309rem;line-height:1.8962962963rem;top:4.8rem;bottom:4.2rem;height:auto}}

@media print, screen and (max-width: 63.99875em){.fsd-layout .accordion{border:none}}

@media print, screen and (max-width: 63.99875em){.fsd-layout .accordion__chevron{height:1.2rem}}

@media print, screen and (max-width: 63.99875em){.fsd-layout .accordion__toggle{padding:1.2rem;border-top:none;border-bottom:1px solid #e6e6e8}.fsd-layout .accordion__toggle--fused{padding:1.2rem 1.2rem 0;border:none;color:#e6e6e8;opacity:.7}}

a.internal--button,a.external--button,a.download--button{padding:14px 24px;border-radius:7px;color:#fff;font-weight:700;font-size:16px;font-family:"TabletGothic";text-decoration:none;background:#00975d}

a.internal--button:hover,a.external--button:hover,a.download--button:hover{color:#fff;background:#3400a1}

.zj-logo__title{margin-left:10px;color:#fff;font-size:31px;font-family:PatronBold,sans-serif;line-height:26px}

.zj-logo__coop{flex-basis:100%;margin-left:42px;color:#fff;font-size:12px;font-family:PatronBold,sans-serif;line-height:15px;text-align:left}

.zj-logo__coop-logo{height:10px;padding-left:4px}

@media print, screen and (min-width: 64em){.zj-logo--grow .zj-logo__coop{margin-top:.6rem;margin-left:0;font-size:14px;line-height:18px}}

@media print, screen and (min-width: 64em){.zj-logo--grow .zj-logo__coop-logo{height:15px}}

.zj-menu-toggle{align-self:center}

.logo{height:25px}

.logo-zeit-z{height:34px;padding:5px 10px 5px 0;border-right:1px solid rgba(255,255,255,.5)}

.header__logo-link{display:flex;flex-wrap:wrap;align-items:center;margin-top:-2px;margin-bottom:-2px;white-space:nowrap}

.header{background:#252525}

.hero__setting{background:#2e925e url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/zeit-jobs-header-75cd5075.jpg) no-repeat center;background-size:cover}

@media print, screen and (max-width: 39.99875em){.hero__setting{background:#2e925e url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/zeit-jobs-header-small-86fbf614.jpg) no-repeat center}}

.typo-sans{font-family:"TabletGothic"}

.input::-moz-placeholder, .search-input__input::-moz-placeholder{color:#99999c}

.input::placeholder,.search-input__input::placeholder{color:#99999c}

.input:hover::-moz-placeholder, .search-input__input:hover::-moz-placeholder{color:#cccccf}

.input:hover::placeholder,.search-input__input:hover::placeholder{color:#cccccf}

.input:active::-moz-placeholder, .input:focus::-moz-placeholder, .search-input__input:active::-moz-placeholder, .search-input__input:focus::-moz-placeholder{color:#cccccf}

.input:active::placeholder,.input:focus::placeholder,.search-input__input:active::placeholder,.search-input__input:focus::placeholder{color:#cccccf}

.button{font-size:16px;font-family:PatronBold,sans-serif}

.button--bordered{border-color:#252525;border-width:2px;color:#252525;text-transform:none}

.button--bordered:hover{color:#fff;background-color:#252525}

[class^=post__item-],[class^=post__item-]>*,.post__item-published,.post__item-published>*{color:#99999c;text-transform:none}

h1,.widgets-html-content--info h1,h2,.widgets-html-content--info h2,h3,.widgets-html-content--info h3,h4,.widgets-html-content--info h4,h5,.widgets-html-content--info h5,h6,.widgets-html-content--info h6,[class$=__headline],.widgets-html-content--info [class$=__headline],[class^=typo-h],.widgets-html-content--info [class^=typo-h],[class^=headline],.widgets-html-content--info [class^=headline]{font-family:PatronBold,sans-serif}

h1,h1.tile,h1.card,h1.sole-header,.tile h1,.card h1,h2,h2.tile,h2.card,h2.sole-header,.tile h2,.card h2,h3,h3.tile,h3.card,h3.sole-header,.tile h3,.card h3,h4,h4.tile,h4.card,h4.sole-header,.tile h4,.card h4,h5,h5.tile,h5.card,h5.sole-header,.tile h5,.card h5,h6,h6.tile,h6.card,h6.sole-header,.tile h6,.card h6,[class$=__headline],[class$=__headline].tile,[class$=__headline].card,[class$=__headline].sole-header,.tile [class$=__headline],.card [class$=__headline],[class^=typo-h],[class^=typo-h].tile,[class^=typo-h].card,[class^=typo-h].sole-header,.tile [class^=typo-h],.card [class^=typo-h],[class^=headline],[class^=headline].tile,[class^=headline].card,[class^=headline].sole-header,.tile [class^=headline],.card [class^=headline]{color:#252525}

.post__item-icon{filter:saturate(0%) brightness(130%)}

.hero__h1,.hero__h2{color:#fff;text-shadow:rgba(0,0,0,.6) 0 2px 9px}

.teaser{padding-top:0 !important;background:#2e925e}

.teaser h2,.teaser p,.teaser a{color:#fff;font-family:"TabletGothic"}

.teaser h2{font-family:PatronBold,sans-serif;-webkit-hyphens:none;hyphens:none}

.teaser a{text-decoration:underline}

.teaser a:hover{color:#16442c}

body{font-family:"TabletGothic"}

.teaser__row{height:auto !important;padding-top:3rem}

.widgets-html-content--info a{color:#2e925e;text-decoration:underline}

.widgets-html-content--info a:hover{color:#26784d}

.widgets-center__headline{color:#fff !important}

.registration-teaser__headline{color:#fff}

@media print, screen and (max-width: 39.99875em){.hero__header{margin-right:-1.8rem;margin-left:-1.8rem;padding:.6rem 1.8rem 1.2rem 1.8rem}}

.nav__link,.nav__sub-link--gneiss{color:#cccccf}

.accordion__toggle{border-color:#cccccf}

.footer{background:#252525}

.footer__headline{letter-spacing:.04em}

@media print, screen and (min-width: 64em){.footer__headline{text-align:left}}

@media print, screen and (min-width: 64em){.footer__linklist{justify-content:flex-start;max-width:none;margin:0 0 1.2rem}}

.footer__link,.footer__label{margin:0 1.2rem 1.2rem;color:#77777c}

@media print, screen and (min-width: 64em){.footer__link,.footer__label{margin:0 1.2rem 1.2rem 0}}

@media print, screen and (min-width: 64em){.footer__section-links{display:block}}

.footer__link:hover{color:#2e925e}

.footer .typo-gneiss{color:#26784d}

.zj-footer__logo{flex-wrap:wrap;align-items:center;justify-content:flex-start;width:24rem;margin:0 auto}

@media print, screen and (max-width: 63.99875em){.zj-footer__logo{padding-top:3.6rem}}

@media print, screen and (min-width: 64em){.zj-footer__logo{align-self:flex-start;width:30rem;margin-top:4.2rem}.zj-footer__logo .zj-logo__coop{margin-left:42px}}

.job-ad__zeit-logo{max-width:160px;margin:0 .6rem;padding-bottom:.6rem;vertical-align:middle}

.bookmark-flag__toggle-label:not(.bookmark-flag__toggle-label--bookmarked)::before{content:url(//academics-athene-assets.storage.googleapis.com/cached_assets_v.2.0/packs/media/images/bookmark_flag-unchecked-zeit-fa7da7f9.svg)}

.tagcloud__link{border-color:#99999c;color:#99999c}

.tagcloud__link:hover{border-color:#2e925e;color:#2e925e}

.google-maps__toggle-label{color:#2e925e;text-decoration:underline}

.job-ad__footer{color:#252525}

.job-teaser__item:first-child .typo-sans-serif{font-family:PatronBold,sans-serif}

.job-teaser__item .typo-uppercase{text-transform:none}

.card__headline{font-family:PatronBold,sans-serif}

.snackbar--alt{background:rgba(68,68,68,.9)}

.registration-teaser__error-hint{width:100%;padding:.6rem;color:#fff;background:#e15561}

.collapsible-navigation .collapsible-list-item{border-color:#fff}

.button .locked::after{filter:saturate(0%) brightness(90%)}

.collapsible-navigation .collapsible-list-item-locked::after{filter:saturate(0%) brightness(50%)}

.registration__notice-link{color:#2e925e}

.registration__notice-link:active{color:#16442c}

.registration__notice-link:hover{color:#16442c}

.registration-teaser__category-tags{color:#252525}

.registration-teaser__category-fader{color:#252525}

.registration-teaser .registration__notice-link{color:#fff}

.fsd-job-meta__list,.fsd-job-teaser__date,.fsd-job-teaser__employer,.fsd-job-teaser__location{color:#99999c}

.fsd-pill__text{max-width:92%;max-width:calc(100% - 20px)}

.fsd-rating__headline{color:#fff}

.category-opener__link{color:#99999c}

.category-opener__headline{font-size:2.8344976rem;line-height:4.2517464rem;font-weight:700;font-family:PatronBold,sans-serif}

@media print, screen and (min-width: 40em){.category-opener__headline{font-size:3.0333330747rem;line-height:4.5499996121rem}}

@media print, screen and (min-width: 64em){.category-opener__headline{font-size:3.2436584473rem;line-height:4.8654876709rem}}

a.internal--button,a.external--button,a.download--button{color:#fff;text-decoration:none;background:#00975d}

a.internal--button:hover,a.external--button:hover,a.download--button:hover{color:#fff;background:#008552}

/*# sourceMappingURL=zeit_jobs-cb46cd30.css.map*/