@charset "UTF-8";
/* stylelint-disable */
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@700&display=swap");
@font-face {
  font-family: "FrutigerNeueLTW06-Light";
  src: url("../fonts/FrutigerNeueLTW06-Light.eot?#iefix");
  src: url("../fonts/FrutigerNeueLTW06-Light.eot?#iefix") format("eot"), url("../fonts/FrutigerNeueLTW06-Light.woff2") format("woff2"), url("../fonts/FrutigerNeueLTW06-Light.woff") format("woff"), url("../fonts/FrutigerNeueLTW06-Light.ttf") format("truetype");
}
@font-face {
  font-family: "FrutigerNeueLTW06-LightIt";
  src: url("../fonts/FrutigerNeueLTW06-LightIt.eot?#iefix");
  src: url("../fonts/FrutigerNeueLTW06-LightIt.eot?#iefix") format("eot"), url("../fonts/FrutigerNeueLTW06-LightIt.woff2") format("woff2"), url("../fonts/FrutigerNeueLTW06-LightIt.woff") format("woff"), url("../fonts/FrutigerNeueLTW06-LightIt.ttf") format("truetype");
}
@font-face {
  font-family: "FrutigerNeueLTW06-Regular";
  src: url("../fonts/FrutigerNeueLTW06-Regular.eot?#iefix");
  src: url("../fonts/FrutigerNeueLTW06-Regular.eot?#iefix") format("eot"), url("../fonts/FrutigerNeueLTW06-Regular.woff2") format("woff2"), url("../fonts/FrutigerNeueLTW06-Regular.woff") format("woff"), url("../fonts/FrutigerNeueLTW06-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "FrutigerNeueLTW06-Italic";
  src: url("../fonts/FrutigerNeueLTW06-Italic.eot?#iefix");
  src: url("../fonts/FrutigerNeueLTW06-Italic.eot?#iefix") format("eot"), url("../fonts/FrutigerNeueLTW06-Italic.woff2") format("woff2"), url("../fonts/FrutigerNeueLTW06-Italic.woff") format("woff"), url("../fonts/FrutigerNeueLTW06-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "FrutigerNeueLTW06-Bold";
  src: url("../fonts/FrutigerNeueLTW06-Bold.eot?#iefix");
  src: url("../fonts/FrutigerNeueLTW06-Bold.eot?#iefix") format("eot"), url("../fonts/FrutigerNeueLTW06-Bold.woff2") format("woff2"), url("../fonts/FrutigerNeueLTW06-Bold.woff") format("woff"), url("../fonts/FrutigerNeueLTW06-Bold.ttf") format("truetype");
}
@font-face {
  font-family: unibe-iconset;
  src: url("../fonts/unibe-iconset-v03.eot?3q5tzh");
  src: url("../fonts/unibe-iconset-v03.eot?#iefix3q5tzh") format("embedded-opentype"), url("../fonts/unibe-iconset-v03.woff?3q5tzh") format("woff"), url("../fonts/unibe-iconset-v03.ttf?3q5tzh") format("truetype"), url("../fonts/unibe-iconset-v03.svg?3q5tzh#unibe-iconset") format("svg");
  font-weight: 400;
  font-style: normal;
}
.nav-skip {
  z-index: 10;
  position: relative;
}

h1, h2, h3, h4, h5, h6, p {
  text-indent: 0;
}

/**
* Layout
*/
/**
* Font sizes
*/
/**
* Line heights
*/
/**
* Breakpoints
*/
/**
* Breakpoint Variables for Foundation Grid
*/
/** Font-Weights */
/**
* Transition and Easings and Timings
* documented here: $TODO insert link
*/
/**
* Z-Indexes
*/
:root {
  --scrollbar-wd: 17px;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/**
 * Helper functions
 */
/**
 * Hide visually
 *
 * See https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 * for discussion of different solutions
 */
/**
 *
 */
/**
 *
 */
/**
 * Contain floats with clearfix
 *
 * https://nicolasgallagher.com/micro-clearfix-hack/
 */
/**
 * Lists with layout purpose
 */
/**
 * Replace text
 */
/**
 * Better font rendering (on OS X)
 * https://maximilianhoffmann.com/posts/better-font-rendering-on-osx
 *
 * Usage:
 *
 * .xy--dark-on-light {
 * 	@include fontSmoothing;
 * }
 * .xy--light-on-dark {
 * 	@include fontSmoothingReset;
 * }
 */
/**
 *
 */
/**
 * Placeholder in input fields
 */
/**
 * Generate linear interpolated size values through multiple break points
 * https://www.smashingmagazine.com/2017/05/fluid-responsive-typography-css-poly-fluid-sizing/
 *
 * @param $property - A string CSS property name
 * @param $map - A SASS map of viewport unit and size value pairs
 * @requires function linearInterpolation
 * @example
 *   @include polyFluidSizing('font-size', (small: 22px, medium: 24px, large: 34px));
 * @author Jake Wilson <jake.e.wilson@gmail.com>
 */
/**
 * Calculate the definition of a line between two points
 *
 * @param $map - A SASS map of viewport widths and size value pairs
 * @returns A linear equation as a calc() function
 * @example
 *   font-size: linearInterpolation((tiny: 18px, medium: 26px));
 * @author Jake Wilson <jake.e.wilson@gmail.com>
 */
/**
 * Get Value For Breakpoint or next smalles which is in target map available
 *
 * @param $targetMap - A Sass Map which is the target
 * @param $breakpoint - The whanted breakpoint
 * @returns A value in rem
 * @author Marcel Bührig <marcel.buehrig@zeix.com>
 */
/**
 * Generate CSS by giving a list or string and a value
 *
 * @param $listOrString - Either a list or a astring
 * @param $value - String, can be whatever value you like
 */
/**
 * Gets the according values from the sizeCurves and maps it to the wanted attributes
 *
 * @param $attributes - A list or a string of attributes (if string, there is only one)
 * @param $curve - The key value of the curve, e.g. regular
 * @param $map- The Map with all the wanted size curves inside - default: $sizeCurves
 */
/**
 * Grid offset for content elements
 */
/**
 * Grid bleeding for content elements
 */
/**
 * Resets the button no styling
 */
/**
 * SVG Icons
 */
/**
 * Transition Creator Mixin, default is set to create the default hover transition
 *
 */
/**
 * A Special Mixin to disable hover effects on mobile
 */
/**
 *  Breakpoint Settings
 */
/**
 * Map for the project breakpoints.
 * the breakpoint variables are defined in settings.scss
 */
/**
 * Use the breakpoints of this project.
 * if you have a breakpoint key with a hyphen, you need to make a string out of it (tablet-portrait -> 'tablet-portrait')
 *
 * Examples:
 * @include breakpoint('tablet-portrait') -> takes the min of the tablet-portrait
 * @include breakpoint(desktop, only) -> takes the min and max value from the desktop breakpoint
 * @include breakpoint(phone, desktop) -> takes the min of the phone and the max of the desktop
 *
 * @param  {string} $base-key - key of the min breakpoint
 * @param  {string} $additional - key for breakpoint or 'only'
 */
body.dev:before {
  content: "";
  display: block;
  width: 200px;
  height: 40px;
  font-size: 20px;
  color: white;
  background-color: red;
  padding: 3px;
  font-weight: bold;
  font-family: arial, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
@media screen and (max-width: 767px) {
  body.dev:before {
    content: "phone";
  }
}
@media screen and (min-width: 320px) {
  body.dev:before {
    content: "tablet-portrait";
  }
}
@media screen and (min-width: 768px) {
  body.dev:before {
    content: "tablet-landscape";
  }
}
@media screen and (min-width: 1025px) {
  body.dev:before {
    content: "desktop";
  }
}
@media screen and (min-width: 1281px) {
  body.dev:before {
    content: "desktop-big";
  }
}

/**
 * Inspired from https://github.com/guardian/sass-mq.git
 */
/**
 * // To enable support for browsers that do not support @media queries,
 * (IE <= 8, Firefox <= 3, Opera <= 9) set $mqResponsive to false
 * Create a separate stylesheet served exclusively to these browsers,
 * meaning @media queries will be rasterized, relying on the cascade itself
 */
/**
 * Name your breakpoints in a way that creates a ubiquitous language
 * across team members. It will improve communication between
 * stakeholders, designers, developers, and testers.
 */
/**
 * Define the breakpoint from the $mqBreakpoints list that should
 * be used as the target width when outputting a static stylesheet
 * (i.e. when $mqResponsive is set to 'false').
 */
/**
 * If you want to display the currently active breakpoint in the top
 * right corner of your site during development, add the breakpoints
 * to this list, ordered by width, e.g. (mobile, tablet, desktop).
 */
/**
 * Media Query mixin
 * Usage:
 * .element {
 *     @include mq($from: mobile) {
 *         color: red;
 *     }
 *     @include mq($to: tablet) {
 *         color: blue;
 *     }
 *     @include mq(mobile, tablet) {
 *         color: green;
 *     }
 *     @include mq($from: tablet, $and: '(orientation: landscape)') {
 *         color: teal;
 *     }
 *     @include mq(950px) {
 *         color: hotpink;
 *     }
 * }
 */
/**
 * Add a breakpoint
 * Usage: $mqBreakpoints: mqAddBreakpoint(tvscreen, 1920px);
 */
/**
 * Create JSON string of map of breakpoints
 */
/**
 * Create JSON string of single breakpoint
 */
/**
 * Generic classes
 */
.visuallyhidden {
  margin: -1px !important;
  padding: 0 !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.hidden-only {
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

@media screen and (max-width: 1024px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
section:not(.content-tabs):not(.annual-report-final--sender) {
  margin-bottom: 70px;
}

section:not(.content-tabs):not(.intro) {
  margin-bottom: 70px;
}

#annual_report_outer_content {
  margin-bottom: 100px;
}

.focus-topic {
  font-size: 15px;
  line-height: 1;
  color: #e6002e;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-top: 72px;
  display: block;
}
.focus-topic:hover {
  color: #e6002e;
}

.magazine q::before,
.magazine q::after {
  content: "";
}

.nopadding-horizontal {
  padding-left: 0;
  padding-right: 0;
}

img {
  max-width: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex {
  display: flex;
}

html.sr .load-hidden {
  visibility: hidden;
}

.scroll-lock {
  overflow-y: hidden;
}

.none {
  display: none;
}

body.magazine h4,
body.magazine h5,
body.magazine h6,
body.magazine .h1,
body.magazine h1:not(.mdl-header_unimedia__heading),
body.magazine .h2,
body.magazine h2:not(.mdl-magazine_pagination__heading),
body.magazine .h3,
body.magazine h3:not(.hidden-lg),
body.magazine .h4,
body.magazine .h5,
body.magazine .h6 {
  font-family: Merriweather, serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  body.magazine .mdl-teaser_container:not(.mdl-teaser_container--image):not(.mdl-teaser_container--dossier):not(.mdl-teaser_container--standard):not(.mdl-teaser_container--slider) .container {
    padding-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  body.magazine .mdl-teaser_container.mdl-teaser_container--standard .container {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  body.magazine .mdl-teaser_container--image {
    max-height: none;
  }
}
body.magazine .mdl-teaser_element--list *,
body.magazine .mdl-teaser_element__topic,
body.magazine .mdl-teaser_element__video,
body.magazine .mdl-teaser_element__lead {
  color: #121212;
}
body.magazine .mdl-teaser_container--standard .mdl-teaser_element__link:hover * > * {
  color: #666;
}
body.magazine .mdl-teaser_container--color .mdl-teaser_element__topic,
body.magazine .mdl-teaser_container--image .mdl-teaser_element__topic {
  color: #e5e5e5;
}
body.magazine .mdl-teaser_container--image .mdl-teaser_element__lead {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  body.magazine .mdl-magazine-category-list .mdl-teaser_element__image {
    transform: translateY(-3rem);
  }
}
body.magazine .mdl-magazine-category-list .mdl-teaser_element__source {
  font-family: Merriweather, serif;
  font-weight: 700;
  font-size: 18px;
}
body.magazine .mdl-teaser_container--standard .mdl-teaser_element__topic {
  color: #121212;
}
body.magazine .mdl-teaser_container--row .mdl-teaser_element__heading {
  margin-bottom: 18px;
}
body.magazine .mdl-teaser_container--row .mdl-teaser_element__lead {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  body.magazine .mdl-teaser_container--row .mdl-teaser_element__lead {
    font-size: 18px;
  }
}
body.magazine .mdl-teaser_container--row .mdl-teaser_element__lead,
body.magazine .mdl-teaser_container--row .mdl-teaser_element__topic {
  color: #121212;
}
body.magazine .mdl-teaser_container--row .mdl-teaser_element__link:hover .mdl-teaser_element__heading h3,
body.magazine .mdl-teaser_container--row .mdl-teaser_element__link:hover .mdl-teaser_element__lead,
body.magazine .mdl-teaser_container--row .mdl-teaser_element__link:hover .mdl-teaser_element__topic {
  color: #666;
}
body.magazine .mdl-teaser_container--slider .mdl-teaser_element__link:hover .mdl-teaser_element__heading h3,
body.magazine .mdl-teaser_container--slider .mdl-teaser_element__link:hover .mdl-teaser_element__lead,
body.magazine .mdl-teaser_container--slider .mdl-teaser_element__link:hover .mdl-teaser_element__topic {
  color: #666;
}
body.magazine .mdl-teaser_element__event-meta__weekday {
  background-color: #121212;
}
body.magazine .mdl-teaser_element__link:hover .mdl-teaser_element__event-meta__weekday {
  background-color: #666;
}
body.magazine .mdl-teaser_element__link:hover .mdl-teaser_element__event-meta__weekday span {
  color: #fff;
}
body.magazine .mdl-teaser_container:not(.mdl-teaser_container--slider):not(.mdl-teaser_container--image):not(.mdl-teaser_container--color) .mdl-teaser_container__col--right .mdl-teaser_element {
  border-bottom: 1px solid;
  border-color: #121212;
}
@media screen and (min-width: 1025px) {
  body.magazine .mdl-teaser_container:not(.mdl-teaser_container--slider):not(.mdl-teaser_container--image):not(.mdl-teaser_container--color) .mdl-teaser_container__col--right .mdl-teaser_element:last-child {
    border-bottom: none;
  }
}
body.magazine .mdl-teaser_container--image .mdl-teaser_container__col--right .mdl-teaser_element {
  border-bottom: 1px solid;
  border-color: #e4e4e4;
}
@media screen and (max-width: 1024px) {
  body.magazine .mdl-teaser_container--image .mdl-teaser_container__col--right .mdl-teaser_element:first-child {
    border-top: 1px solid;
    padding-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  body.magazine .mdl-teaser_container--image .mdl-teaser_container__col--right .mdl-teaser_element:last-child {
    border-bottom: 1px solid;
    padding-bottom: 24px;
  }
}
body.magazine .mdl-teaser_container:not(.mdl-teaser_container--slider):not(.mdl-teaser_container--standard) .mdl-teaser_container__col--right .mdl-teaser_element:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  body.magazine .mdl-teaser_container:not(.mdl-teaser_container--slider):not(.mdl-teaser_container--standard) .mdl-teaser_container__col--right .mdl-teaser_element:last-child {
    border-bottom: 1px solid #121212;
  }
}
@media screen and (min-width: 1025px) {
  body.magazine .mdl-teaser_container--row .col-lg-5 .mdl-teaser_element {
    width: calc(91.6667% - 6px);
  }
}
@media screen and (max-width: 1024px) {
  body.magazine .mdl-teaser_container--row .col-lg-5 .mdl-teaser_element {
    margin-bottom: 60px;
  }
}
body.magazine .mdl-teaser_container--row .col-lg-5 .mdl-teaser_element .mdl-teaser_element__image img {
  aspect-ratio: 1/1;
}
body.magazine .mdl-teaser_container--image .mdl-teaser_element__topic * {
  color: #e6e6e6;
}
body.magazine .mdl-teaser_container--image > .mdl-teaser_container__image-container > .mdl-teaser_element__link:hover * {
  color: white;
}
body.magazine .mdl-magazine-category-list--item .mdl-teaser_element--list .mdl-teaser_element__link:hover .mdl-teaser_element__texts,
body.magazine .mdl-magazine-category-list--item .mdl-teaser_element--list .mdl-teaser_element__link:hover .mdl-teaser_element__topic,
body.magazine .mdl-magazine-category-list--item .mdl-teaser_element--list .mdl-teaser_element__link:hover .mdl-teaser_element__heading h3,
body.magazine .mdl-magazine-category-list--item .mdl-teaser_element--list .mdl-teaser_element__link:hover .mdl-teaser_element__lead p,
body.magazine .mdl-magazine-category-list--item .mdl-teaser_element--list .mdl-teaser_element__link:hover .mdl-teaser_element__source,
body.magazine .mdl-magazine-category-list--item .mdl-teaser_element--list .mdl-teaser_element__link:hover .mdl-teaser_element__source-date,
body.magazine .mdl-magazine-category-list--item .mdl-teaser_element--list .mdl-teaser_element__link:hover span {
  color: #666;
}
@media screen and (min-width: 1025px) {
  body.magazine #nav-service-mobile.footer-nav-search {
    left: 340px;
  }
  body.magazine #nav-service-mobile.footer-nav-search.closed {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  body.magazine #nav-service-mobile.footer-nav-search.closed {
    display: none;
  }
  body.magazine #nav-service-mobile.footer-nav-search .nav-service,
body.magazine #nav-service-mobile.footer-nav-search .nav-lang {
    background-color: transparent;
    width: 100%;
    margin-left: 0;
    font-family: "FrutigerNeueLTW06-Light", Arial, Helvetica, sans-serif;
    font-size: 15px;
  }
  body.magazine #nav-service-mobile.footer-nav-search .nav-service ul li a,
body.magazine #nav-service-mobile.footer-nav-search .nav-lang ul li a {
    color: #666;
    background-color: #fff;
    padding: 0 10px 0 0;
    line-height: 1;
    margin-bottom: 42px;
    font-size: 15px;
  }
  body.magazine #nav-service-mobile.footer-nav-search .nav-service ul li a.active,
body.magazine #nav-service-mobile.footer-nav-search .nav-lang ul li a.active {
    background-color: #f5f5f5;
  }
  body.magazine #nav-service-mobile.footer-nav-search .nav-lang ul li a {
    padding: 2px 10px;
  }
  body.magazine #nav-service-mobile.footer-nav-search .nav-service ul li a:first-child {
    margin-right: 14px;
  }
  body.magazine #nav-service-mobile.footer-nav-search .nav-service {
    order: 2;
    width: auto;
    margin-top: 2px;
  }
  body.magazine #nav-service-mobile.footer-nav-search .nav-lang {
    order: 3;
    width: auto;
  }
  body.magazine #nav-service-mobile.footer-nav-search .site-search {
    order: 1;
    margin-top: -10px;
    margin-left: 0;
    margin-bottom: 36px;
  }
}
body.magazine .service-footer {
  border-top: 1px solid #121212;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  #nav-service-mobile.footer-nav-search .site-search {
    transform: translateX(-8px);
  }
}
@media screen and (min-width: 1025px) {
  body.magazine-article #nav-service {
    display: none;
  }
  body.magazine-article .mdl-header_unimedia__logo-menu-wrapper {
    width: 100%;
    display: flex;
    align-content: space-between;
    align-items: stretch;
    justify-content: space-between;
  }
  body.magazine-article .mdl-header_unimedia__logo {
    position: relative;
    top: 0;
    right: 0;
    max-width: 166px;
  }
  body.magazine-article .mdl-header_unimedia__menu {
    display: flex;
    align-self: end;
    top: -20px;
    float: none;
  }
  body.magazine-article .mdl-header_unimedia__menu.open {
    top: 111px;
  }
  #nav-service-mobile.footer-nav-search .nav-service {
    order: revert;
  }
  #nav-service-mobile.footer-nav-search .nav-lang {
    order: revert;
  }
  #nav-service-mobile.footer-nav-search .site-search {
    order: revert;
  }
  #nav-service-mobile.footer-nav-search .nav-service,
#nav-service-mobile.footer-nav-search .site-search {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  body.magazine-article #content {
    margin-top: 130px;
  }
}

body.magazine-home .mdl-portal_hero {
  min-height: 70vh;
}
@media screen and (max-width: 767px) {
  body.magazine-home .mdl-portal_hero .mdl-portal_hero__container {
    padding-top: 0;
  }
}

body.magazine-inverted-header .mdl-portal_hero {
  transform: translateY(-236px);
  margin-bottom: -236px;
}
@media screen and (min-width: 320px) {
  body.magazine-inverted-header .mdl-portal_hero .mdl-portal_hero__container {
    padding-top: 60vh;
  }
}

body.magazine-inverted-header .mdl-header_unimedia:not(.open) .mdl-header_unimedia__heading,
body.magazine-inverted-header .mdl-header_unimedia:not(.open) .mdl-header_unimedia__menu {
  color: white;
}

body.magazine-inverted-header .mdl-header_unimedia .mdl-header_unimedia__menu--text--icon svg {
  fill: white;
}

body.magazine-inverted-header .mdl-header_unimedia.open .mdl-header_unimedia__menu--text--icon svg {
  fill: #121212;
}

body.magazine .footer-nav-search,
body.magazine .nav-service,
body.magazine .site-search label,
body.magazine .nav-lang,
body.magazine .site-search-label {
  font-size: 15px;
}
body.magazine .footer .legal.row {
  margin-right: -24px;
}
@media screen and (max-width: 767px) {
  body.magazine .mdl-header_unimedia.open .nav-service ul li {
    display: block;
    clear: both;
  }
}

body.magazine-topics #content h1 {
  margin-top: 10px;
  margin-bottom: 52px;
}

* {
  box-sizing: border-box;
}

nav ul,
nav ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 767px) and (max-width: 769px) {
  .container-fluid {
    margin-top: 0;
  }
}

.lyt-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.paragraph-title {
  font-size: 30px;
  color: #121212;
  font-family: "FrutigerNeueLTW06-Bold", Arial, Helvetica, sans-serif;
}

.paragraph {
  font-size: 18px;
  color: #666;
}

.annual-report-final {
  background-color: #0f7d28;
  color: #fff;
  margin-bottom: 0;
}
.annual-report-final h1,
.annual-report-final h2,
.annual-report-final h3,
.annual-report-final h4,
.annual-report-final h5,
.annual-report-final h6,
.annual-report-final .h1,
.annual-report-final .h2,
.annual-report-final .h3,
.annual-report-final .h4,
.annual-report-final .h5,
.annual-report-final .h6 {
  color: #fff;
}
.annual-report-final--sender {
  position: relative;
  top: 50vh;
}
@media screen and (max-width: 769px) {
  .annual-report-final--sender {
    top: 33vh;
  }
}
.annual-report-final--sender a,
.annual-report-final--sender a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.pswp__wrapper iframe {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.pswp__top-bar {
  height: 70px;
  background-color: #000;
}

.mdl-videoheader {
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.mdl-videoheader img {
  position: absolute;
  height: 100%;
  object-fit: cover;
}
.mdl-videoheader .container {
  height: 100%;
  padding: 128px 0;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .mdl-videoheader .container {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .mdl-videoheader .container {
    padding: 128px 0;
  }
}
.mdl-videoheader_video {
  position: absolute;
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mdl-videoheader_overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  transition: background 0.9s ease-in;
}
.mdl-videoheader_overlay.finished {
  transition: all 0.9s ease-in;
  background: #000;
  opacity: 0.6;
}
.mdl-videoheader_content {
  height: 100%;
  position: relative;
  z-index: 10;
  top: 25%;
  color: #fff;
  padding: 0 24px;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .mdl-videoheader_content {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mdl-videoheader_content {
    top: 25%;
  }
}
.mdl-videoheader_content_openVideo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
}
.mdl-videoheader_content_openVideo_button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  width: 100%;
  justify-content: center;
}
.mdl-videoheader_content_openVideo_button:hover {
  cursor: pointer;
  color: #e6002e;
}
.mdl-videoheader_content_openVideo_button:hover span {
  color: white;
}
.mdl-videoheader_content_openVideo_button label {
  margin-right: 0.5em;
}
.mdl-videoheader_content_openVideo_iconLabel {
  cursor: pointer;
}
.mdl-videoheader_content_openVideo_iconLabel:before {
  font-family: "unibe-iconset";
  font-size: 50px;
  content: "\e902";
}
.mdl-videoheader_content_openVideo_iconLabel:before:hover {
  cursor: pointer;
  color: #e6002e;
}
.mdl-videoheader_content_header {
  color: #fff;
  position: absolute;
  justify-content: center;
  bottom: 0;
}
.mdl-videoheader_content_header_title {
  text-align: center;
  line-height: 1.444;
  font-family: "FrutigerNeueLTW06-Light", Arial, Helvetica, sans-serif;
}
.mdl-videoheader_content_header_title {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .mdl-videoheader_content_header_title {
    font-size: calc(22px + 68 * calc((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .mdl-videoheader_content_header_title {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  .mdl-videoheader_content_header_title {
    font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
  }
}
.mdl-videoheader_content_header_quote {
  text-align: center;
  margin-bottom: 24px;
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
}
.mdl-videoheader_content_header_quote {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .mdl-videoheader_content_header_quote {
    font-size: calc(16px + 20 * calc((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .mdl-videoheader_content_header_quote {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .mdl-videoheader_content_header_quote {
    margin-bottom: 0;
    line-height: 1.2;
  }
}
.mdl-videoheader__arrow {
  position: absolute;
  bottom: 8.75vw;
  width: 100%;
  transform: translateX(0);
  transition: all 0.3s ease-out;
  pointer-events: none;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .mdl-videoheader__arrow {
    bottom: unset;
  }
}
@media screen and (max-width: 767px) {
  .mdl-videoheader__arrow {
    display: none;
  }
}
.mdl-videoheader__arrow--border {
  padding: 1.3125rem 0.775rem 2.625rem 0.775rem;
  border: 2px solid #fff;
  display: inline-block;
}
.mdl-videoheader__arrow .mdl-column_square_boxes__arrow-icon {
  display: block;
  transform: rotate(90deg);
}

.mdl-detail_story_image {
  display: block;
  position: relative;
  width: 100%;
  max-height: 100vw;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .mdl-detail_story_image {
    position: fixed;
    object-fit: cover;
    top: 0;
    height: 100vh;
    width: 50%;
  }
}
.mdl-detail_story_content {
  margin: 70px 10px 0 10px;
}
@media screen and (min-width: 1025px) {
  .mdl-detail_story_content {
    margin-left: 4vw;
  }
}
.mdl-detail_story_content_overview {
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.83em;
  letter-spacing: 1.8px;
  color: #d6002b;
  display: block;
  margin-bottom: 24px;
}
.mdl-detail_story_content_lead {
  line-height: 37px;
  font-size: 21px;
  font-family: "FrutigerNeueLTW06-Light", Arial, Helvetica, sans-serif;
  color: #666;
}
.mdl-detail_story_content h1 {
  margin-bottom: 28px;
  margin-top: 0;
  letter-spacing: -0.3px;
  line-height: 48px;
}
.mdl-detail_story_content h2 {
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 39px;
}
.mdl-detail_story_content h3 {
  font-size: 1.33em;
  line-height: 1.333;
}

.mdl-multimedia {
  max-width: 100vw;
  min-height: 100vh;
  color: #fff;
}
.mdl-multimedia__wrapper {
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 769px) {
  .mdl-multimedia__wrapper {
    margin-top: 0 !important;
  }
}
.mdl-multimedia__video {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}
.mdl-multimedia__overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: white;
  opacity: 1;
  transition: all 0.9s ease-in;
}
.mdl-multimedia__overlay.finished {
  transition: all 0.9s ease-in;
  background: black;
  opacity: 0.6;
}
.mdl-multimedia--withheader .mdl-multimedia__topic {
  margin-top: 220px;
  margin-bottom: 140px;
  text-transform: uppercase;
  color: #fff;
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 1.8px;
  font-size: 24px;
  line-height: 1.416;
}
.mdl-multimedia--withheader .mdl-multimedia__topic {
  font-size: 16px;
}
@media screen and (min-width: 840px) {
  .mdl-multimedia--withheader .mdl-multimedia__topic {
    font-size: calc(16px + 8 * calc((100vw - 840px) / 360));
  }
}
@media screen and (min-width: 1200px) {
  .mdl-multimedia--withheader .mdl-multimedia__topic {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .mdl-multimedia--withheader .mdl-multimedia__topic {
    margin-bottom: 140px;
  }
}
.mdl-multimedia--withheader .mdl-multimedia__heading {
  color: #fff;
  line-height: 1.2;
  font-family: "FrutigerNeueLTW06-Light", Arial, Helvetica, sans-serif;
}
.mdl-multimedia--withheader .mdl-multimedia__heading {
  font-size: 40px;
}
@media screen and (min-width: 840px) {
  .mdl-multimedia--withheader .mdl-multimedia__heading {
    font-size: calc(40px + 20 * calc((100vw - 840px) / 360));
  }
}
@media screen and (min-width: 1200px) {
  .mdl-multimedia--withheader .mdl-multimedia__heading {
    font-size: 60px;
  }
}
.mdl-multimedia__heading h2 {
  margin-top: 140px !important;
}
.mdl-multimedia__heading h2 {
  text-transform: uppercase;
  color: #fff;
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 1.8px;
  font-size: 1.33em;
  line-height: 1.416;
  margin-bottom: 240px;
}
.mdl-multimedia__heading--notext {
  padding-bottom: calc(56.25% - 100px);
}
.mdl-multimedia__heading--notext h2 {
  margin-bottom: 0;
}
.mdl-multimedia__p {
  margin-bottom: 60px;
}
.mdl-multimedia__p p {
  color: #fff;
  line-height: 1.388;
}
.mdl-multimedia__p p {
  font-size: 24px;
}
@media screen and (min-width: 840px) {
  .mdl-multimedia__p p {
    font-size: calc(24px + 12 * calc((100vw - 840px) / 360));
  }
}
@media screen and (min-width: 1200px) {
  .mdl-multimedia__p p {
    font-size: 36px;
  }
}
.mdl-multimedia__arrowlink {
  color: #fff;
  text-align: right;
  margin-bottom: 140px;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.38px;
}
.mdl-multimedia__arrowlink a {
  color: #fff;
  text-decoration: none;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
.mdl-multimedia__arrowlink a:after {
  content: "\e900";
  font-family: "unibe-iconset";
  color: #fff;
  display: inline-block;
  margin-left: 18px;
  font-size: 42px;
  line-height: 15px;
  vertical-align: middle;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
.mdl-multimedia__arrowlink a:hover {
  color: #fff;
  text-decoration: none;
}
.mdl-multimedia__arrowlink a:hover:after {
  transform: translateX(20px);
  transition: all 0.3s ease-in;
}

.mdl-column_square_boxes {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  color: white;
}
.mdl-column_square_boxes h1, .mdl-column_square_boxes h2 {
  color: white;
}
.mdl-column_square_boxes p {
  margin-bottom: 0;
}
.mdl-column_square_boxes a,
.mdl-column_square_boxes a:hover {
  color: white;
}
.mdl-column_square_boxes__title, .mdl-column_square_boxes__p, .mdl-column_square_boxes__arrow {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .mdl-column_square_boxes__title, .mdl-column_square_boxes__p, .mdl-column_square_boxes__arrow {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .mdl-column_square_boxes__title, .mdl-column_square_boxes__p, .mdl-column_square_boxes__arrow {
    width: 90%;
  }
}
.mdl-column_square_boxes__overlay {
  position: absolute;
  top: 0;
  opacity: 0.7;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.6) 0.09%, #121212 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.mdl-column_square_boxes__overlay--3 {
  position: relative;
  width: 100vw;
  height: 33.3333vw;
  top: 0;
}
.mdl-column_square_boxes__title {
  margin-top: 18.19vw;
}
@media screen and (max-width: 1024px) {
  .mdl-column_square_boxes__title {
    margin-top: 0;
  }
}
.mdl-column_square_boxes__title--3 {
  margin-top: 15%;
}
@media screen and (max-width: 1024px) {
  .mdl-column_square_boxes__title--3 {
    margin-top: 0;
  }
}
.mdl-column_square_boxes__title h2 {
  margin-top: 0 !important;
}
.mdl-column_square_boxes__title h2 {
  font-family: "FrutigerNeueLTW06-Bold", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.4167;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: calc(90px - 1em);
}
@media screen and (max-width: 767px) {
  .mdl-column_square_boxes__title h2 {
    margin-bottom: 0;
  }
}
.mdl-column_square_boxes__p p {
  color: white;
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.389;
  font-weight: normal;
}
.mdl-column_square_boxes__arrow {
  position: absolute;
  bottom: 8.75vw;
  width: 100%;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .mdl-column_square_boxes__arrow {
    position: relative;
    bottom: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mdl-column_square_boxes__arrow {
    bottom: auto;
  }
}
.mdl-column_square_boxes__arrow--3 {
  bottom: 2em;
}
@media screen and (max-width: 767px) {
  .mdl-column_square_boxes__arrow--3 {
    position: relative;
    bottom: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mdl-column_square_boxes__arrow--3 {
    bottom: auto;
  }
}
.mdl-column_square_boxes__arrow-icon {
  font-family: unibe-iconset;
  color: white;
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .mdl-column_square_boxes__arrow-icon {
    font-size: 35px;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mdl-column_square_boxes__arrow-icon {
    font-size: 35px;
    font-weight: 500;
  }
}
.mdl-column_square_boxes__wrapper_2 {
  height: 50vw;
}
@media screen and (max-width: 1024px) {
  .mdl-column_square_boxes__wrapper_2 {
    height: calc(100vw - 17px);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}
.mdl-column_square_boxes__wrapper_3 {
  height: 33.333vw;
  padding-left: 0;
}
@media screen and (min-width: 1281px) {
  .mdl-column_square_boxes__wrapper_3 {
    height: 25vw;
  }
}
@media screen and (max-width: 1024px) {
  .mdl-column_square_boxes__wrapper_3 {
    height: calc(100vw - 17px);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}
.mdl-column_square_boxes__wrapper_2, .mdl-column_square_boxes__wrapper_2 {
  padding-left: 0;
  padding-right: 0;
}
.mdl-column_square_boxes__wrapper--institute-1 {
  background-color: #0f7d28;
}
.mdl-column_square_boxes__wrapper--institute-2 {
  background-color: #0c6320;
}
.mdl-column_square_boxes__wrapper--institute-3 {
  background-color: #094a18;
}
.mdl-column_square_boxes__wrapper--institute-1 .mdl-column_square_boxes__overlay, .mdl-column_square_boxes__wrapper--institute-2 .mdl-column_square_boxes__overlay, .mdl-column_square_boxes__wrapper--institute-3 .mdl-column_square_boxes__overlay {
  background: none;
}

.mdl-column_square_boxes a {
  transition: all 0.5s ease-out;
}
.mdl-column_square_boxes a:hover .mdl-column_square_boxes__arrow {
  transform: translateX(20px);
  transition: all 0.3s ease-in;
}
.mdl-column_square_boxes a:hover .mdl-column_square_boxes__overlay {
  opacity: 0.4;
  transition: all 0.3s ease-in;
}

.institute .mdl-column_square_boxes__title,
.institute .mdl-column_square_boxes__p {
  width: 75%;
}

.mdl-department_teaserbox {
  background-color: #C9142B;
  -webkit-clip-path: polygon(100% 0%, 101% 72%, 75% 100%, -16% 100%, 0% 0%);
          clip-path: polygon(100% 0%, 101% 72%, 75% 100%, -16% 100%, 0% 0%);
  padding: 36px;
  color: white;
  height: 33.333vw;
}
.mdl-department_teaserbox:hover {
  cursor: pointer;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .mdl-department_teaserbox {
    height: 100vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mdl-department_teaserbox {
    height: 50vw;
  }
}
.mdl-department_teaserbox--Le {
  background-color: #C9142B;
}
.mdl-department_teaserbox--Le:hover {
  background-color: #912024;
}
.mdl-department_teaserbox--Fo {
  background-color: #AD1C27;
}
.mdl-department_teaserbox--Fo:hover {
  background-color: #772020;
}
.mdl-department_teaserbox--En {
  background-color: #912024;
}
.mdl-department_teaserbox--En:hover {
  background-color: #441C19;
}
.mdl-department_teaserbox--Qu {
  background-color: #AD1C27;
}
.mdl-department_teaserbox--Qu:hover {
  background-color: #772020;
}
.mdl-department_teaserbox--Ve {
  background-color: #912024;
}
.mdl-department_teaserbox--Ve:hover {
  background-color: #441C19;
}
.mdl-department_teaserbox a {
  color: white;
  text-decoration: none;
}
.mdl-department_teaserbox a .title {
  color: white;
  font-size: 15px;
  letter-spacing: 1.8px;
  line-height: 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  .mdl-department_teaserbox a .title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .mdl-department_teaserbox a .title {
    margin-top: 0 !important;
  }
  .mdl-department_teaserbox a .title {
    margin-bottom: 0;
  }
}
.mdl-department_teaserbox a .abbr {
  position: absolute;
  top: 20%;
  left: 20%;
  text-align: center;
  line-height: 1;
  letter-spacing: -12px;
}
.mdl-department_teaserbox a .abbr {
  font-size: 200px;
}
@media screen and (min-width: 1000px) {
  .mdl-department_teaserbox a .abbr {
    font-size: calc(200px + 40 * calc((100vw - 1000px) / 400));
  }
}
@media screen and (min-width: 1400px) {
  .mdl-department_teaserbox a .abbr {
    font-size: 240px;
  }
}
@media screen and (min-width: 0px) and (max-width: 540px) {
  .mdl-department_teaserbox a .abbr {
    font-size: 200px;
  }
}
@media screen and (min-width: 541px) and (max-width: 767px) {
  .mdl-department_teaserbox a .abbr {
    font-size: 280px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .mdl-department_teaserbox a .abbr {
    top: 18%;
  }
}
.mdl-department_teaserbox a .descr p {
  font-size: 15px;
  line-height: 20px;
  width: 60%;
  margin-bottom: 0;
  position: absolute;
  bottom: 3em;
}
.mdl-department_teaserbox a .descr p {
  font-size: 12px;
}
@media screen and (min-width: 1000px) {
  .mdl-department_teaserbox a .descr p {
    font-size: calc(12px + 3 * calc((100vw - 1000px) / 200));
  }
}
@media screen and (min-width: 1200px) {
  .mdl-department_teaserbox a .descr p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .mdl-department_teaserbox a .descr p {
    font-size: 16px;
    line-height: 1.4;
    width: 70%;
  }
}
@media screen and (max-width: 375px) {
  .mdl-department_teaserbox a .descr p {
    position: absolute;
    bottom: 1em;
    font-size: 12px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  .mdl-department_teaserbox a .descr p {
    position: absolute;
    bottom: 4em;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .mdl-department_teaserbox a .descr p {
    font-size: 13px;
  }
}

.department_teaserbox_wrapper > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.department_teaserbox_wrapper--outer {
  background-color: #E6002E;
  padding: 0;
}
.department_teaserbox_wrapper--outer #from_the_departments {
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 1.8px;
  margin-top: 140px;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .department_teaserbox_wrapper--outer #from_the_departments {
    margin-bottom: 2em;
    margin-top: 2em;
    line-height: 1.4;
  }
}
.department_teaserbox_wrapper--outer .container-fluid {
  padding: 0;
}

.mdl-hero {
  position: relative;
  z-index: 1;
  margin-top: 600px;
}
@media screen and (max-width: 767px) {
  .mdl-hero {
    height: auto;
  }
}
.mdl-hero_image_wrapper_label {
  position: absolute;
  min-width: 90%;
  bottom: 0;
  margin-bottom: 20px;
  margin-left: -5vw;
  background: rgba(255, 255, 255, 0.7);
  padding: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .mdl-hero_image_wrapper_label {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .mdl-hero_image_wrapper_label {
    margin: 0;
    position: relative;
    padding-bottom: 0;
  }
}
.mdl-hero_playbutton {
  padding-top: 5px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  width: 100%;
}
.mdl-hero_playbutton_label {
  color: #121212;
}
.mdl-hero_playbutton_icon:before {
  color: #d6002b;
  font-family: "unibe-iconset";
  font-size: 50px;
  content: "\e902";
}
.mdl-hero_image {
  max-width: 100%;
  margin-top: -5vh;
}
.mdl-hero_image_label_name {
  color: #121212;
}
.mdl-hero_quote {
  font-size: 36px;
  line-height: 43px;
  font-family: "FrutigerNeueLTW06-Bold", Arial, Helvetica, sans-serif;
  margin-top: -35vh;
  margin-bottom: 0;
  color: #121212;
  background: rgba(255, 255, 255, 0.7);
  padding: 16px;
  padding-bottom: 0;
}
@media screen and (min-width: 320px) and (max-width: 1280px) {
  .mdl-hero_quote {
    margin-top: -41vh;
  }
}
@media screen and (max-width: 767px) {
  .mdl-hero_quote {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
  }
}
.mdl-hero_wrapper_content {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .mdl-hero_wrapper_content {
    display: block;
  }
}
.mdl-hero_wrapper_image {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .mdl-hero_wrapper_image {
    position: relative;
  }
}
.mdl-hero__arrow-right-wrapper {
  padding: 16px;
  text-align: right;
  background: rgba(255, 255, 255, 0.7);
}
@media all and (max-width: 52.49em) {
  .mdl-hero__arrow-right-wrapper {
    text-align: left;
  }
}
.mdl-hero__arrow-right-anchor {
  font-family: "FrutigerNeueLTW06-Bold", Arial, Helvetica, sans-serif;
  text-decoration: none;
  transform: translateX(0);
  transition: all 0.3s ease-out;
  font-size: 15px;
  color: #121212;
}
.mdl-hero__arrow-right-anchor:after {
  content: "\e900";
  font-family: "unibe-iconset";
  display: inline-block;
  margin-left: 18px;
  font-size: 42px;
  line-height: 15px;
  vertical-align: middle;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
.mdl-hero__arrow-right-anchor:hover {
  text-decoration: none;
}
.mdl-hero__arrow-right-anchor:hover:after {
  transform: translateX(20px);
  transition: all 0.3s ease-in;
}

.institute .mdl-hero_image_wrapper_label {
  text-transform: uppercase;
  font-family: "FrutigerNeueLTW06-Bold", Arial, Helvetica, sans-serif;
  color: #121212;
}

.mdl-focuspoint {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mdl-focuspoint .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.mdl-focuspoint_defaultBackgroundImage {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
.mdl-focuspoint_backgroundImage {
  transition: opacity 0.5s;
  opacity: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
.mdl-focuspoint_content {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mdl-focuspoint_content {
    padding: 20px;
  }
}
.mdl-focuspoint_link {
  color: #fff;
  transition: transform 0.4s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mdl-focuspoint_link {
    height: 100vw;
    width: 100vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .mdl-focuspoint_link {
    min-height: 200px;
  }
}
.mdl-focuspoint_link_focused {
  transform: scale(1.05) translateY(-10px);
}
@media screen and (max-width: 767px) {
  .mdl-focuspoint_link_focused {
    transform: scale(1.05) translateY(-5px);
  }
}
.mdl-focuspoint_link_focused .mdl-focuspoint_link_circle {
  background-color: #e6002e;
}
.mdl-focuspoint_link:focus {
  color: #fff;
}
.mdl-focuspoint_link:focus .mdl-focuspoint_link_circle {
  background-color: #e6002e;
}
.mdl-focuspoint_link:hover {
  color: #fff;
}
.mdl-focuspoint_link:hover .mdl-focuspoint_link_circle {
  background-color: #e6002e;
  opacity: 1;
  color: #fff;
  transform: scale(1.05);
}
.mdl-focuspoint_link_wrapper {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mdl-focuspoint_link_wrapper {
    top: 50%;
    width: 80%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .mdl-focuspoint_link_wrapper {
    width: 85%;
  }
}
.mdl-focuspoint_link_title {
  margin-top: 0 !important;
}
.mdl-focuspoint_link_title {
  color: #fff;
  font-size: 36px;
  line-height: 1.111;
  font-family: "FrutigerNeueLTW06-Light", Arial, Helvetica, sans-serif;
  margin-bottom: 12px;
}
.mdl-focuspoint_link_title {
  font-size: 24px;
}
@media screen and (min-width: 840px) {
  .mdl-focuspoint_link_title {
    font-size: calc(24px + 12 * calc((100vw - 840px) / 360));
  }
}
@media screen and (min-width: 1200px) {
  .mdl-focuspoint_link_title {
    font-size: 36px;
  }
}
.mdl-focuspoint_link_description {
  line-height: 1.388;
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
  margin-bottom: 12px;
}
.mdl-focuspoint_link_description {
  font-size: 14px;
}
@media screen and (min-width: 840px) {
  .mdl-focuspoint_link_description {
    font-size: calc(14px + 4 * calc((100vw - 840px) / 360));
  }
}
@media screen and (min-width: 1200px) {
  .mdl-focuspoint_link_description {
    font-size: 18px;
  }
}
.mdl-focuspoint_link_icon {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 15%;
}
@media screen and (min-width: 320px) and (max-width: 1280px) {
  .mdl-focuspoint_link_icon {
    bottom: 8%;
  }
}
@media screen and (max-width: 767px) {
  .mdl-focuspoint_link_icon {
    bottom: 15%;
  }
}
.mdl-focuspoint_link_icon:before {
  font-family: "unibe-iconset";
  content: "\e900";
}
.mdl-focuspoint_link_icon:before {
  font-size: 30px;
}
@media screen and (min-width: 840px) {
  .mdl-focuspoint_link_icon:before {
    font-size: calc(30px + 10 * calc((100vw - 840px) / 360));
  }
}
@media screen and (min-width: 1200px) {
  .mdl-focuspoint_link_icon:before {
    font-size: 40px;
  }
}
.mdl-focuspoint_link_circle {
  transition: all 0.5s;
  height: 33vw;
  width: 33vw;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(230, 0, 46, 0.3137254902);
}
.mdl-focuspoint_link_circle:hover {
  background-color: #e6002e;
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mdl-focuspoint_link_circle {
    width: 100vw;
    height: 100vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .mdl-focuspoint_link_circle {
    min-height: 200px;
  }
}
.mdl-focuspoint_overlay {
  background: rgba(0, 0, 0, 0.47);
  position: absolute;
  height: 100%;
  width: 100vw;
}
.mdl-focuspoint_title {
  margin-top: 134px !important;
}
.mdl-focuspoint_title {
  margin-bottom: 200px;
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mdl-focuspoint_title {
    margin: 134px 0;
  }
}
.mdl-focuspoint .row {
  margin-top: -4.3vw;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .mdl-focuspoint .row {
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.mdl-focuspoint .row a:first-child:nth-last-child(1) {
  /* -or- li:only-child { */
  margin-left: -33vw;
}
.mdl-focuspoint .row a:first-child:nth-last-child(3),
.mdl-focuspoint .row a:first-child:nth-last-child(3) ~ a {
  margin-top: 6vh;
}
@media screen and (max-width: 767px) {
  .mdl-focuspoint .row a:first-child:nth-last-child(3),
.mdl-focuspoint .row a:first-child:nth-last-child(3) ~ a {
    margin-top: 0;
  }
}

.mdl-header {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 0) and (max-width: 350px) {
  .mdl-header {
    padding-bottom: 8px;
  }
}
.mdl-header_content {
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .annual-report-home .mdl-header_content {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .mdl-header_content {
    flex-wrap: wrap-reverse;
  }
}
.mdl-header_content_title {
  margin: 0;
}
.mdl-header_content_title a {
  color: #000 !important;
}
.mdl-header_content_title a {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .mdl-header_content_title a {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-header_content_title a {
    font-size: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .mdl-header_content_title a {
    font-size: 40px;
  }
}
.mdl-header_content_title-sender {
  margin-bottom: 20px;
}
.mdl-header_content_image #logo-text-quer {
  fill: #f03;
}
.mdl-header_content_image #logo-text {
  fill: #f03;
}
.mdl-header_content_image_desktop {
  display: block;
}
.mdl-header_content_image_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .mdl-header_content_image_desktop {
    display: none;
  }
  .mdl-header_content_image_mobile {
    display: block;
    width: 38vw;
    height: auto;
    position: relative;
    top: -18px;
    right: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) and (max-width: 440px) {
  .mdl-header_content_image_mobile {
    top: 8px;
    height: 36px;
  }
}
.mdl-header_overlay {
  position: absolute;
  width: 100%;
  top: 36px;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .mdl-header_overlay {
    top: 12px;
  }
}
.mdl-header_overlay .mdl-header_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.mdl-header_overlay .mdl-header_content_title a {
  color: #fff !important;
}
.mdl-header_overlay .mdl-header_content_title a {
  position: absolute;
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .mdl-header_overlay .mdl-header_content_title a {
    position: relative;
  }
}
.mdl-header_overlay .mdl-header_content_image {
  position: absolute;
  right: 8px;
}
.mdl-header_overlay .mdl-header_content_image #logo-icon-line {
  fill: #fff;
}
.mdl-header_overlay .mdl-header_content_image #logo-icon-quer {
  fill: #fff;
}
.mdl-header_overlay .mdl-header_content_image #logo-text-quer {
  fill: #fff;
}
.mdl-header_overlay .mdl-header_content_image #logo-text {
  fill: #fff;
}
@media screen and (min-width: 0px) and (max-width: 440px) {
  .mdl-header_overlay .mdl-header_content_image {
    right: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 440px) {
  .mdl-header_overlay .mdl-header_content .mdl-header_content_image_mobile {
    height: 40px;
  }
}
.mdl-header-detail {
  margin-top: 24px;
}
.mdl-header-detail .mdl-header_content {
  position: relative;
  height: 140px;
}
.mdl-header-detail .mdl-header_content_title {
  position: absolute;
  font-size: 18px;
}
.mdl-header-detail .mdl-header_content_image {
  position: absolute;
  right: 0;
}
@media all and (max-width: 52.49em) {
  .mdl-header--institute .mdl-header_content {
    align-items: start;
    flex-wrap: unset;
    padding: 0;
  }
}
.mdl-header--institute .mdl-header_content_title {
  width: 65%;
}
@media all and (max-width: 52.49em) {
  .mdl-header--institute .mdl-header_content_title a {
    vertical-align: top;
  }
}
@media all and (max-width: 52.49em) {
  .mdl-header--institute .mdl-header_content_image {
    padding-left: 1rem;
  }
}
.mdl-header--institute .mdl-header_content_image svg {
  height: 100px;
}
@media screen and (min-width: 1025px) {
  .mdl-header--institute .mdl-header_content_image svg {
    height: 150px;
  }
}
@media screen and (min-width: 1281px) {
  .mdl-header--institute .mdl-header_content_image svg {
    height: 192px;
  }
}
.mdl-header--institute #text-cde {
  fill: #7b9f1a;
}
.mdl-header--institute #text {
  fill: #000;
}
.mdl-header--institute #icon-line {
  fill: #000;
}

.annualreport-light .mdl-header_content_title-sender {
  margin-bottom: 20px;
}

.annualreport-light .mdl-header_detail {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .annual-report-home .mdl-header_content {
    align-items: center;
  }
}
.mdl-header_detail #text-cde {
  fill: #fff;
}
.mdl-header_detail #text {
  fill: #fff;
}
.mdl-header_detail #icon-line {
  fill: #fff;
}

.mdl-quote_with_image_edge_to_edge {
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: 50%;
  display: block;
  overflow-y: hidden;
  background-repeat: no-repeat;
}
@media screen and (min-width: 667px) and (max-width: 767px) {
  .mdl-quote_with_image_edge_to_edge {
    background-size: 75%;
  }
}
@media screen and (max-width: 375px) {
  .mdl-quote_with_image_edge_to_edge {
    background-size: contain;
    padding-top: 30px;
    padding-bottom: 0;
    min-height: 160vh;
  }
}
@media screen and (min-width: 376px) and (max-width: 667px) {
  .mdl-quote_with_image_edge_to_edge {
    background-size: contain;
    padding-top: 30px;
    padding-bottom: 0;
    min-height: 190vw;
  }
}
.mdl-quote_with_image_edge_to_edge h2,
.mdl-quote_with_image_edge_to_edge blockquote {
  color: white;
}
.mdl-quote_with_image_edge_to_edge h2 {
  text-align: right !important;
  margin-top: 24px !important;
}
.mdl-quote_with_image_edge_to_edge h2 {
  display: inline-block;
  top: 0.5em;
  font-size: 39px;
  line-height: 1.2308;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .mdl-quote_with_image_edge_to_edge h2 {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mdl-quote_with_image_edge_to_edge h2 {
    position: inherit;
    top: 40%;
  }
}
.mdl-quote_with_image_edge_to_edge blockquote {
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.7619;
  font-style: normal;
  margin-bottom: 0;
  padding-left: 2.1em;
  top: -2.5em;
}
@media screen and (max-width: 1024px) {
  .mdl-quote_with_image_edge_to_edge {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .mdl-quote_with_image_edge_to_edge h2,
.mdl-quote_with_image_edge_to_edge blockquote {
    padding: 0;
  }
  .mdl-quote_with_image_edge_to_edge h2 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mdl-quote_with_image_edge_to_edge blockquote {
    padding-left: 0;
    margin-top: 4em;
  }
  .mdl-quote_with_image_edge_to_edge h2 {
    margin-top: 0 !important;
    text-align: left !important;
  }
}
@media screen and (min-width: 0) and (max-width: 1023px) {
  .mdl-quote_with_image_edge_to_edge h2 {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .mdl-quote_with_image_edge_to_edge h2 {
    top: 100vw;
  }
  .mdl-quote_with_image_edge_to_edge blockquote {
    top: 100vw;
  }
}

.mdl-toc {
  padding-left: 0;
  padding-right: 0;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
.mdl-toc__fluid {
  padding-left: 0;
  padding-right: 0;
}
.mdl-toc__topnav-left {
  background-color: transparent;
  float: left;
  margin-left: -10px;
  font-size: 0.77777778em;
}
@media screen and (max-width: 1024px) {
  .mdl-toc__topnav-left {
    display: none;
  }
}
.mdl-toc__topnav-lower {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mdl-toc__topnav-lower {
    margin-top: 42px;
    display: block;
    padding: 0;
    background-color: transparent;
  }
}
.mdl-toc .nav-service ul li a {
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif !important;
  padding: 0 16px !important;
  font-size: 16px !important;
}
.mdl-toc .nav-service ul li a:hover {
  color: #e6002e;
}
@media screen and (max-width: 1024px) {
  .mdl-toc .nav-lang {
    float: right;
  }
}
@media screen and (max-width: 1024px) {
  .mdl-toc .nav-lang ul li {
    display: inline-block;
    margin-right: 2em;
    font-size: 0.8em;
  }
}
.mdl-toc__topnav-right {
  background-color: transparent;
  margin-left: 0;
}
.mdl-toc__topnav-right ul {
  float: right;
}
.mdl-toc__topnav-right--bottom {
  margin: 4.8rem 0;
  padding-right: 0;
}
.mdl-toc__topnav-right--bottom ul {
  margin-right: 0;
}
.mdl-toc__topnav-right--bottom ul li:last-child a {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .mdl-toc__topnav-right--bottom {
    padding-right: 0;
    min-height: 5rem;
    float: none;
    margin: 4rem 0;
    width: auto;
  }
  .mdl-toc__topnav-right--bottom ul li a.active {
    background-color: #f5f5f5;
    color: black;
  }
}
@media (max-width: 1024px) {
  .mdl-toc .nav-service,
.mdl-toc .nav-lang {
    width: unset;
    margin-left: unset;
  }
}
@media (max-width: 1024px) {
  .mdl-toc .nav-service ul li a,
.mdl-toc .nav-lang ul li a {
    padding: unset;
    margin-right: unset;
    color: #121212;
  }
  .mdl-toc .nav-service ul li a:hover,
.mdl-toc .nav-lang ul li a:hover {
    color: #e6002e;
  }
}
@media (max-width: 1024px) {
  .mdl-toc .nav-service ul li a.active,
.mdl-toc .nav-lang ul li a.active,
.mdl-toc .nav-service ul li a:focus,
.mdl-toc .nav-lang ul li a:focus,
.mdl-toc .nav-service ul li a:active,
.mdl-toc .nav-lang ul li a:active {
    color: unset;
    background-color: unset;
  }
}
.mdl-toc__h1 {
  color: #121212;
  font-size: 316px;
  line-height: 1.0444;
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
  font-feature-settings: "kern" off;
  font-kerning: none;
}
.mdl-toc__h1 {
  font-size: 78px;
}
@media screen and (min-width: 316px) {
  .mdl-toc__h1 {
    font-size: calc(78px + 238 * calc((100vw - 316px) / 884));
  }
}
@media screen and (min-width: 1200px) {
  .mdl-toc__h1 {
    font-size: 316px;
  }
}
@media screen and (max-width: 767px) {
  .mdl-toc__h1 {
    padding: 0.3em 0;
  }
}
.mdl-toc h2,
.mdl-toc h3, .mdl-toc__h2, .mdl-toc__h3 {
  margin-top: 0 !important;
}
.mdl-toc h2,
.mdl-toc h3, .mdl-toc__h2, .mdl-toc__h3 {
  /* stylelint-disable-next-line */
}
.mdl-toc__h2 {
  font-size: 18px;
  margin-bottom: 8px;
}
.mdl-toc__textblock h2,
.mdl-toc__textblock h3 {
  margin-top: 0 !important;
}
.mdl-toc__textblock h2,
.mdl-toc__textblock h3 {
  /* stylelint-disable-next-line */
}
.mdl-toc__imageblock {
  padding-right: 0;
}
.mdl-toc .block-1 {
  padding: 40px 40px 0;
}
@media screen and (max-width: 1024px) {
  .mdl-toc .block-1 {
    padding: 0;
  }
}
.mdl-toc .block-1 img {
  vertical-align: baseline;
}
.mdl-toc .block-1-outer-container {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .mdl-toc .block-1-outer-container {
    flex-direction: column;
  }
}
.mdl-toc .block-1-outer-container .block-3 {
  padding-left: 2rem;
  max-width: 50vw;
}
@media screen and (max-width: 1024px) {
  .mdl-toc .block-1-outer-container .block-3 {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .mdl-toc .block-1-outer-container .block-3 {
    max-width: none;
  }
}
.mdl-toc section {
  margin-bottom: 70px;
}
.mdl-toc .block-3-outer-container:after {
  content: "";
  display: table;
  clear: both;
}
.mdl-toc .block-3-image {
  text-align: right;
  position: relative;
  left: 4.3333%;
}
@media screen and (max-width: 1024px) {
  .mdl-toc .block-3-image {
    text-align: left;
    left: 0;
    margin-bottom: 70px;
  }
  .mdl-toc .block-3-image img {
    max-width: none;
    width: 100%;
  }
}
.mdl-toc .block-2 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .mdl-toc .block-2 {
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.mdl-toc .block-2-heading .dateline:before {
  display: none;
}
.mdl-toc a.textlink-video {
  color: #121212;
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.38px;
}
.mdl-toc a.textlink-video:hover {
  color: #e6002e;
}
.mdl-toc a.textlink-video:hover:before {
  color: #e6002e;
}
.mdl-toc a.textlink-video:before {
  content: "\e900";
  font-family: "unibe-iconset";
  display: inline-block;
  position: relative;
  top: 14px;
  font-size: 48px;
  color: #666;
  margin-right: 10px;
  line-height: 1;
}
.mdl-toc .block-2-textblock-1 {
  padding-right: 2em;
}
@media screen and (max-width: 1024px) {
  .mdl-toc .block-2-textblock-1 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
.mdl-toc .block-2-textblock-2 {
  justify-self: flex-end;
}
@media screen and (max-width: 1024px) {
  .mdl-toc .block-2-textblock-2 {
    margin-top: 36px;
    margin-bottom: 0;
  }
}
.mdl-toc .block-3-text {
  margin-left: 4.1666%;
}
@media screen and (max-width: 1024px) {
  .mdl-toc .block-3-text {
    margin-left: 0;
  }
}
.mdl-toc .block-3-text a {
  text-transform: uppercase;
  font-family: "FrutigerNeueLTW06-Bold", Arial, Helvetica, sans-serif;
  color: #121212;
}
.mdl-toc .block-3-text a:hover {
  color: #e6002e;
}
.mdl-toc .block-3-text li {
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .mdl-toc .block-3-text li {
    margin-bottom: 0;
  }
}
.mdl-toc .block-4-image-container {
  position: absolute;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .mdl-toc .block-4-image-container {
    display: none;
  }
}
.mdl-toc .block-4-text {
  background-color: #fff;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .mdl-toc .block-4-text {
    background-color: transparent;
  }
}
.mdl-toc .block-5-outer-container > .container {
  padding-left: 0;
  padding-right: 0;
}
.mdl-toc .block-5-inner {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .mdl-toc .block-5-inner {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .mdl-toc .block-5-inner:first-of-type {
    margin-bottom: 1em;
  }
}
.mdl-toc .block-5-inner a {
  color: #121212;
  text-transform: uppercase;
  font-family: "FrutigerNeueLTW06-Bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 25px;
}
.mdl-toc .block-5-inner a:after {
  content: "\e900";
  font-family: "unibe-iconset";
  display: block;
  position: relative;
  top: 10px;
  font-size: 36px;
  font-weight: 900;
  color: #666;
}
@media screen and (max-width: 1024px) {
  .mdl-toc .block-5-inner a:after {
    display: inline-block;
    left: 30px;
  }
}
.mdl-toc .block-5-inner a:hover {
  color: #e6002e;
}
.mdl-toc .block-5-inner a:hover:after {
  color: #e6002e;
}
.mdl-toc .org {
  display: flex;
}
.mdl-toc .org .dateline:before {
  display: none;
}
.mdl-toc .flexy {
  margin-left: calc((100vw - 1224px) / 2);
  display: flex;
}
@media screen and (max-width: 1024px) {
  .mdl-toc .flexy {
    margin-left: 0;
    flex-direction: column;
  }
}
.mdl-toc .block-6 {
  padding-right: 0;
  padding-left: 0;
}
.mdl-toc .block-6-wrapper {
  margin-bottom: 40px;
}
.mdl-toc .block-6 .teaser-text {
  padding-right: 5%;
}
.mdl-toc .block-6 a {
  color: #121212;
  display: inline-block;
}
.mdl-toc .block-6 a span {
  color: black;
}
.mdl-toc .block-6 a:after {
  content: "\e900";
  font-family: "unibe-iconset";
  display: inline-block;
  position: relative;
  top: 11px;
  margin-left: 5px;
  font-size: 36px;
  font-weight: 900;
  line-height: 0;
  padding: 0;
}
.mdl-toc .block-6 a:hover {
  color: #e6002e;
}
.mdl-toc .block-6 p {
  font-family: "FrutigerNeueLTW06-Bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #121212;
}
.mdl-toc .block-6-3 {
  display: flex;
}
.mdl-toc .social-inner {
  text-align: center;
}
.mdl-toc .social-inner p a:hover {
  color: #e6002e;
}
.mdl-toc .social-inner .icon-wrapper {
  margin-bottom: 36px;
}
.mdl-toc .social-inner a.social-icon-link {
  margin-right: 48px;
}
.mdl-toc .social-inner a.social-icon-link:last-of-type {
  margin-right: 0;
}
.mdl-toc .social-inner a.social-icon-link svg {
  vertical-align: middle;
}
.mdl-toc .social-inner a.social-icon-link svg path {
  fill: #666;
}
.mdl-toc .social-inner a.social-icon-link:hover svg path {
  fill: #e6002e;
  color: #e6002e;
}
.mdl-toc__footer {
  font-size: 15px;
  line-height: 17px;
  padding-left: 0;
}
.mdl-toc__footer nav.legal {
  display: inline-block;
  margin-left: 18px;
}
.mdl-toc__footer nav.legal ul {
  margin-top: 6px;
}
.mdl-toc__footer nav.legal ul li {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 6px;
}
.mdl-toc__footer nav.legal ul li a:hover {
  color: #e6002e;
}
.mdl-toc p {
  margin-bottom: 0;
  font-size: 15px;
  color: #666;
}
.mdl-toc .dateline {
  text-transform: uppercase;
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 1.8px;
  margin-bottom: 28px;
  color: #121212;
}
.mdl-toc .dateline:before {
  content: "\e900";
  font-family: "unibe-iconset";
  display: inline-block;
  position: relative;
  margin-left: -36px;
  top: 10px;
  left: -20px;
  font-size: 36px;
  font-weight: 900;
  line-height: 18px;
  padding: 0;
}
.mdl-toc .dateline-no-arrow:before {
  display: none;
}
.mdl-toc .dateline.dateline-block-4:before {
  display: none;
}
.mdl-toc .anchor-arrow-right {
  font-family: "FrutigerNeueLTW06-Bold", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.38px;
  color: #121212;
  display: block;
}
.mdl-toc .anchor-arrow-right:hover {
  color: #e6002e;
}
.mdl-toc .anchor-arrow-right:after {
  content: "\e900";
  font-family: "unibe-iconset";
  display: inline-block;
  position: relative;
  margin-left: 36px;
  top: 11px;
  font-size: 36px;
  font-weight: 900;
  line-height: 18px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .mdl-toc .anchor-arrow-right:after {
    margin-left: 0;
    top: 12px;
    left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-toc__linklist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.mdl-toc__linklist li a.linklist-anchor {
  color: #121212;
}
.mdl-toc__linklist li a.linklist-anchor .title {
  font-size: 18px;
  color: #121212;
  line-height: 25px;
  font-family: "FrutigerNeueLTW06-Bold", Arial, Helvetica, sans-serif;
}
.mdl-toc__linklist li a.linklist-anchor p {
  margin-bottom: 12px;
}
.mdl-toc__linklist li a.linklist-anchor:hover {
  color: #e6002e;
}
.mdl-toc__linklist li a.linklist-anchor:hover .title {
  color: #e6002e;
}
@media screen and (max-width: 1024px) {
  .mdl-toc__linklist li {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .mdl-toc__linklist li {
    width: 50%;
    padding-right: 4em;
  }
}

/* stylelint-disable-next-line */
#toc {
  margin-top: 26px;
  height: 0;
}

/* stylelint-disable-next-line */
#toc-menu {
  transition: all 0.3s ease-out;
  position: fixed;
  top: 0;
  height: auto;
  width: auto;
  transform: translate3d(101vw, 0, 0);
  opacity: 0;
  z-index: 1100;
  background-color: #fff;
  /* stylelint-disable-next-line */
}
#toc-menu.open {
  transition: all 0.4s ease-in-out;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  z-index: 1100;
  background-color: #fff;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  opacity: 1;
}

.toc-is-open {
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  height: 100vh;
  width: 100vw;
  position: fixed;
}

@media screen and (min-width: 1025px) {
  .service-nav-mobile {
    display: none;
  }
}

.institute #toc-menu {
  padding-top: 26px;
}
.institute #toc-menu .dateline:before {
  display: none;
}
.institute #toc-menu .mdl-toc__h1 {
  font-size: 10vw;
}
@media all and (min-width: 64em) {
  .institute #toc-menu .block-1 {
    padding: 0 40px 0 0;
  }
}
.institute #toc-menu .mdl-toc .block-1-outer-container .block-3 {
  padding-left: 1rem;
  padding-right: 0;
}
@media all and (min-width: 37.5em) and (max-width: 63.99em) {
  .institute #toc-menu .mdl-toc .block-1-outer-container .block-3 {
    padding-left: 0;
  }
}
.institute #toc-menu .block-2-videolink {
  margin-left: 7rem;
  position: absolute;
}
@media all and (max-width: 63.99em) {
  .institute #toc-menu .block-2-videolink {
    margin-left: 0;
    position: relative;
  }
}
.institute #toc-menu .block-2-videolink .textlink-video {
  font-family: "FrutigerNeueLTW06-Bold", Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
@media all and (max-width: 63.99em) {
  .institute #toc-menu .block-2-videolink .textlink-video {
    white-space: normal;
  }
}
.institute #toc-menu .block-2-videolink .textlink-video:before {
  display: none;
}
.institute #toc-menu .block-2-videolink .textlink-video:hover {
  color: #e6002e;
}
.institute #toc-menu .block-2-videolink .textlink-video:hover:after {
  color: #e6002e;
}
.institute #toc-menu .block-2-videolink .textlink-video:after {
  content: "\e900";
  font-family: "unibe-iconset";
  display: inline-block;
  position: relative;
  top: 1.6rem;
  font-size: 48px;
  color: #666;
  margin-left: 2rem;
  line-height: 0;
}
.institute #toc-menu .mdl-toc__linklist--singlecol {
  display: block;
}
.institute #toc-menu .mdl-toc__linklist--singlecol li {
  width: 100%;
  padding-right: 0;
}
.institute #toc-menu .block-4-text {
  margin-top: 56px;
}
@media all and (min-width: 64em) {
  .institute #toc-menu .rektor {
    margin-top: 56px;
  }
}
@media all and (max-width: 52.49em) {
  .institute #toc-menu .mdl-toc__footer nav.legal {
    margin-left: 0;
  }
}
@media all and (max-width: 52.49em) {
  .institute #toc-menu .social-inner a.social-icon-link {
    margin-right: 24px;
  }
}
.institute #toc-menu .toc-sublist {
  margin-bottom: 24px;
}

.pswp__wrapper iframe {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.mdl-minified_videoplayer {
  width: 100%;
  position: relative;
}
.mdl-minified_videoplayer_video {
  display: block;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mdl-minified_videoplayer_video {
    width: 100vw;
    transform: translateX(-1rem);
  }
}
.mdl-minified_videoplayer_overlay {
  top: 0;
  position: absolute;
  background-color: #121212;
  opacity: 0.6;
  width: 100%;
  height: 100%;
}
.mdl-minified_videoplayer_playbutton {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mdl-minified_videoplayer_playbutton_icon:before {
  color: #fff;
  font-family: "unibe-iconset";
  font-size: 120px;
  content: "\e902";
}
.mdl-minified_videoplayer_playbutton_icon:hover {
  cursor: pointer;
}
.mdl-minified_videoplayer_playbutton_icon:hover:before {
  color: #e6002e;
}

.mdl-topic_more_teaser {
  border-top: 2px solid #40403f;
  padding-top: 48px;
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .mdl-topic_more_teaser .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .mdl-topic_more_teaser .articles [class^=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
.mdl-topic_more_teaser h2 {
  text-transform: uppercase;
  color: #40403f;
  font-size: 24px;
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
  line-height: 1.04167;
  margin-bottom: 70px;
}
.mdl-topic_more_teaser article {
  margin-bottom: 70px;
}
.mdl-topic_more_teaser__image {
  margin-bottom: 36px;
  overflow: hidden;
}
.mdl-topic_more_teaser__image img {
  transition: 0.5s all;
}
.mdl-topic_more_teaser__topic {
  text-transform: uppercase;
  color: #666;
  font-size: 13px;
  font-family: "FrutigerNeueLTW06-Bold", Arial, Helvetica, sans-serif;
  line-height: 1.077;
  letter-spacing: 0.43px;
  margin-bottom: 33px;
}
.mdl-topic_more_teaser__arrow:after {
  transition: all ease-out 0.3s;
  content: "\e900";
  font-family: unibe-iconset;
  color: #666;
  display: inline-block;
  font-size: 42px;
  line-height: 15px;
  vertical-align: middle;
}
.mdl-topic_more_teaser__anchor:hover img {
  transform: scale(1.2);
}
.mdl-topic_more_teaser__anchor:hover span,
.mdl-topic_more_teaser__anchor:hover h3,
.mdl-topic_more_teaser__anchor:hover p {
  color: #e6002e !important;
}
.mdl-topic_more_teaser__anchor:hover .mdl-topic_more_teaser__arrow:after {
  color: #e6002e !important;
}
.mdl-topic_more_teaser__anchor:hover .mdl-topic_more_teaser__arrow:after {
  transform: translateX(20px);
  transition: all ease-in 0.3s;
}
.mdl-topic_more_teaser__heading {
  margin-bottom: 36px;
}
.mdl-topic_more_teaser__heading h3 {
  margin-top: 0 !important;
}
.mdl-topic_more_teaser__heading h3 {
  color: #666;
  font-size: 18px;
  font-family: "FrutigerNeueLTW06-Bold", Arial, Helvetica, sans-serif;
  line-height: 1.389;
  margin-bottom: 0;
}
.mdl-topic_more_teaser__excerpt {
  margin-bottom: 36px;
}
.mdl-topic_more_teaser__excerpt p {
  color: #666;
  font-size: 15px;
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  margin-bottom: 0;
}

.mdl-lightbox__anchor {
  overflow: hidden;
  display: block;
}
.mdl-lightbox__anchor:after {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: top;
  content: "\e60c";
  speak: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  transform: translate(-50%, -100%);
  top: 50%;
  left: 50%;
  display: block;
  width: 36px;
  height: 36px;
  color: white;
  font-size: 36px;
  background: rgba(33, 33, 33, 0.9);
  opacity: 0;
}
.mdl-lightbox__anchor:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease-in;
}
.mdl-lightbox__anchor img {
  transition: all 0.3s ease-out;
}
.mdl-lightbox__anchor:hover:after {
  opacity: 1;
}
.mdl-lightbox figcaption {
  padding-top: 0;
  margin-top: 24px;
}

.mdl-footer {
  z-index: 1000;
  height: 100px;
  width: 100%;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #40403f;
  background-color: #fff;
  transition: transform 0.3s ease-in;
}
.mdl-footer--enabled {
  opacity: 1;
}
.mdl-footer--disabled {
  opacity: 0;
  transform: translateY(15vh);
}
@media screen and (min-width: 320px) {
  .mdl-footer .container {
    padding: 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  .mdl-footer .container {
    padding: 22px;
  }
}
@media screen and (max-width: 767px) {
  .mdl-footer .row {
    display: block;
  }
}
@media screen and (min-width: 320px) {
  .mdl-footer .row {
    display: flex;
  }
}
.mdl-footer_linkNext {
  color: #666;
  width: 100%;
  display: flex;
  align-items: center;
  border: none;
  background: none;
  transition: all 0.3s ease-in;
}
@media (min-width: 1024px) {
  .mdl-footer_linkNext {
    padding-right: 140px;
  }
}
@media (min-width: 1500px) {
  .mdl-footer_linkNext {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .mdl-footer_linkNext {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .mdl-footer_linkNext {
    justify-content: flex-end;
  }
}
.mdl-footer_linkNext:hover {
  color: #e6002e;
}
.mdl-footer_linkNext:hover .mdl-footer_linkNext_labelIcon {
  transition: transform 0.3s ease-in;
  transform: translateX(10px);
}
@media screen and (max-width: 1024px) {
  .mdl-footer_linkNext_wrapper {
    display: none;
  }
}
.mdl-footer_linkNext_wrapper label {
  font-family: "FrutigerNeueLTW06-Bold", Arial, Helvetica, sans-serif;
  width: 100%;
  text-align: right;
}
.mdl-footer_linkNext_wrapper label:hover {
  cursor: pointer;
}
.mdl-footer_linkNext_labelOverview {
  letter-spacing: 1.8px;
  line-height: 1.077;
  line-height: 14px;
  font-size: 13px;
  text-transform: uppercase;
}
.mdl-footer_linkNext_labelNextPage {
  letter-spacing: 0.6px;
  line-height: 19px;
  font-size: 18px;
}
.mdl-footer_linkNext_labelIcon {
  transition: transform 0.3s ease-in;
  margin-left: 56px;
}
@media screen and (max-width: 767px) {
  .mdl-footer_linkNext_labelIcon {
    margin-left: 16px;
  }
}
.mdl-footer_linkNext_labelIcon:hover {
  cursor: pointer;
}
.mdl-footer_linkNext_labelIcon:before {
  font-family: "unibe-iconset";
  font-size: 38px;
  content: "\e900";
}
.mdl-footer_linkPrevious {
  color: #666;
  width: 100%;
  display: flex;
  align-items: center;
  border: none;
  background: none;
  transition: transform 0.3s ease-in;
  justify-content: flex-start;
}
.mdl-footer_linkPrevious:hover {
  color: #e6002e;
}
.mdl-footer_linkPrevious:hover .mdl-footer_linkPrevious_labelIcon {
  transform: translateX(-10px);
}
@media screen and (max-width: 1024px) {
  .mdl-footer_linkPrevious_wrapper {
    display: none;
  }
}
.mdl-footer_linkPrevious_wrapper label {
  font-family: "FrutigerNeueLTW06-Bold", Arial, Helvetica, sans-serif;
  width: 100%;
  text-align: left;
}
.mdl-footer_linkPrevious_wrapper label:hover {
  cursor: pointer;
}
.mdl-footer_linkPrevious_labelOverview {
  letter-spacing: 1.8px;
  line-height: 14px;
  font-size: 13px;
  text-transform: uppercase;
}
.mdl-footer_linkPrevious_labelPreviousPage {
  letter-spacing: 0.6px;
  line-height: 19px;
  font-size: 18px;
}
.mdl-footer_linkPrevious_labelIcon {
  transition: transform 0.3s ease-in;
  margin-right: 56px;
}
@media screen and (max-width: 767px) {
  .mdl-footer_linkPrevious_labelIcon {
    margin-right: 16px;
  }
}
.mdl-footer_linkPrevious_labelIcon:hover {
  cursor: pointer;
}
.mdl-footer_linkPrevious_labelIcon:before {
  font-family: "unibe-iconset";
  font-size: 38px;
  content: "\e901";
}

.mdl-language_link-list {
  position: fixed;
  color: #666;
  z-index: 1200;
  bottom: 112px;
  right: 40px;
  padding: 0;
}
.mdl-language_link-list .mdl-language_link {
  background: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  border: solid 1px #666;
  border-radius: 30.5px;
  margin-top: 15px;
  padding: 8px 12px;
  color: #666;
}
.mdl-language_link-list .mdl-language_link:hover {
  color: #d6002b;
}

.annualreport-light .mdl-language_link-list {
  display: none;
}

.mdl-language_link-list--tocOpened {
  right: 72px;
}

.mdl-sticky_toc_button {
  transition: all 0.5s;
  background: #fff;
  color: #666;
  font-size: 1.4rem;
  z-index: 1200;
  position: fixed;
  bottom: 18px;
  right: 40px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0;
  border: solid 1px #666;
  border-radius: 30.5px;
  display: flex;
  justify-content: center;
  /* stylelint-disable-next-line */
}
@media screen and (max-width: 767px) {
  .mdl-sticky_toc_button {
    bottom: 16px;
  }
}
.mdl-sticky_toc_button_disabledicon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
}
.mdl-sticky_toc_button_disabledicon:hover {
  fill: #d6002b;
}
.mdl-sticky_toc_button_disabledicon--enabled .crossline-1 {
  animation: crossAnimation-1--enable 0.2s both;
  transform-origin: center;
  transform: rotate(0);
  opacity: 0;
}
.mdl-sticky_toc_button_disabledicon--enabled .crossline-2 {
  animation: crossAnimation-2--enable 0.2s both;
  transform-origin: center;
  transform: rotate(0);
  opacity: 0;
}
@keyframes crossAnimation-1--enable {
  0% {
    transform: rotate(0deg);
    animation-timing-function: ease-in;
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: rotate(45deg);
    animation-timing-function: ease-out;
  }
}
@keyframes crossAnimation-2--enable {
  0% {
    transform: rotate(0deg);
    animation-timing-function: ease-in;
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: rotate(-45deg);
    animation-timing-function: ease-out;
  }
}
.mdl-sticky_toc_button_disabledicon--disabled .crossline-1 {
  animation: crossAnimation-1 1s both;
  transform-origin: center;
  transform: rotate(45deg);
  opacity: 1;
}
.mdl-sticky_toc_button_disabledicon--disabled .crossline-2 {
  animation: crossAnimation-2 1s both;
  transform-origin: center;
  transform: rotate(-45deg);
  opacity: 1;
}
@keyframes crossAnimation-1 {
  0% {
    transform: rotate(45deg);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  25% {
    transform: rotate(0deg);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: rotate(0deg) scale(0.5);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
    transform: rotate(90deg);
    animation-timing-function: ease-out;
  }
}
@keyframes crossAnimation-2 {
  0% {
    transform: rotate(-45deg);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  25% {
    transform: rotate(0deg);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: rotate(0deg) scale(0.5);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
    transform: rotate(90deg);
    animation-timing-function: ease-out;
  }
}
.mdl-sticky_toc_button--tocOpened {
  right: 56px;
}
.mdl-sticky_toc_button--closed {
  min-width: 130px;
  min-height: 63px;
}
.mdl-sticky_toc_button--open {
  right: 65px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  transform: rotateZ(90deg);
}
.mdl-sticky_toc_button .mdl-sticky_toc_button_label {
  position: absolute;
  transition: opacity 0.1s, transform 0.6s;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mdl-sticky_toc_button .mdl-sticky_toc_button_label--enabled {
  animation: fadeinanim 0.6s both;
}
@keyframes fadeinanim {
  0% {
    animation-timing-function: ease-out;
    opacity: 0;
  }
  50% {
    animation-timing-function: ease-out;
    opacity: 0;
  }
  100% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
}
.mdl-sticky_toc_button .mdl-sticky_toc_button_label--disabled {
  opacity: 0;
}
.mdl-sticky_toc_button:hover {
  color: #d6002b;
  cursor: pointer;
}

.mdl-chart {
  display: block;
}

/**
 * @license Highcharts
 *
 * (c) 2009-2016 Torstein Honsi
 *
 * License: www.highcharts.com/license
 */
.highcharts-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: normal;
  z-index: 0;
  /* #1072 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #767676;
}

.highcharts-figure {
  margin: 80px 0 180px;
}

.highcharts-root text {
  stroke-width: 0;
}

.highcharts-strong {
  font-weight: 700;
}

.highcharts-emphasized {
  font-style: italic;
}

.highcharts-anchor {
  cursor: pointer;
}

.highcharts-background {
  fill: #fff;
}

.highcharts-plot-border,
.highcharts-plot-background {
  fill: none;
}

.highcharts-label-box {
  fill: none;
}

.highcharts-tracker-line {
  stroke-linejoin: round;
  stroke: rgba(192, 192, 192, 0.0001);
  stroke-width: 22;
  fill: none;
}

.highcharts-tracker-area {
  fill: rgba(192, 192, 192, 0.0001);
  stroke-width: 0;
}

/* Titles */
.highcharts-title {
  fill: #000;
  font-size: 18px;
  font-weight: 300;
  opacity: 0;
}

.highcharts-subtitle {
  fill: #666;
}

/* Axes */
.highcharts-axis-line {
  fill: none;
  stroke: #ccd6eb;
}

.highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0;
}

.highcharts-axis-title {
  fill: #767676;
  color: #767676;
  font-size: 15px;
  font-weight: 300;
}

.highcharts-axis-labels {
  fill: #767676;
  cursor: default;
  font-size: 15px;
}

.highcharts-grid-line {
  fill: none;
  stroke: #e6e6e6;
}

.highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0;
}

.highcharts-tick {
  stroke: #ccd6eb;
}

.highcharts-yaxis .highcharts-tick {
  stroke-width: 0;
}

/* Tooltip */
.highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  transition: stroke 150ms;
  font-size: 15px;
  color: #121212;
}

.highcharts-tooltip text {
  fill: #121212;
  display: block;
}

.highcharts-tooltip .tooltip--year {
  display: block;
  line-height: 2.2rem;
}

.highcharts-tooltip .tooltip--faculty {
  display: block;
  line-height: 2.2rem;
}

.highcharts-tooltip .tooltip--number {
  display: block;
  font-weight: 700;
  line-height: 2.2rem;
}

.highcharts-tooltip .highcharts-header {
  font-size: 1em;
}

.highcharts-tooltip-box {
  stroke-width: 0;
  fill: #EBEAE8;
}

.highcharts-tooltip-box .highcharts-label-box {
  fill: rgb(219, 219, 216);
}

.highcharts-root .highcharts-tooltip-0,
.highcharts-root .highcharts-tooltip-1,
.highcharts-root .highcharts-tooltip-2,
.highcharts-root .highcharts-tooltip-3,
.highcharts-root .highcharts-tooltip-4,
.highcharts-root .highcharts-tooltip-5,
.highcharts-root .highcharts-tooltip-6,
.highcharts-root .highcharts-tooltip-7,
.highcharts-root .highcharts-tooltip-8 {
  filter: none;
}

div.highcharts-tooltip-0,
div.highcharts-tooltip-1,
div.highcharts-tooltip-2,
div.highcharts-tooltip-3,
div.highcharts-tooltip-4,
div.highcharts-tooltip-5,
div.highcharts-tooltip-6,
div.highcharts-tooltip-7,
div.highcharts-tooltip-8 {
  filter: none;
}

.highcharts-tooltip .highcharts-color-0,
.highcharts-tooltip .highcharts-color-1,
.highcharts-tooltip .highcharts-color-2,
.highcharts-tooltip .highcharts-color-3,
.highcharts-tooltip .highcharts-color-4,
.highcharts-tooltip .highcharts-color-5,
.highcharts-tooltip .highcharts-color-6,
.highcharts-tooltip .highcharts-color-7,
.highcharts-tooltip .highcharts-color-8 {
  display: none;
}

.highcharts-selection-marker {
  fill: #335cad;
  fill-opacity: 0.25;
}

.highcharts-graph {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.highcharts-state-hover .highcharts-graph {
  stroke-width: 3;
}

.highcharts-point-inactive {
  opacity: 0.2;
  transition: opacity 100ms;
  /* quick in */
}

.highcharts-series-inactive {
  opacity: 0.2;
  transition: opacity 100ms;
  /* quick in */
}

.highcharts-state-hover path {
  transition: stroke-width 100ms;
  /* quick in */
}

.highcharts-state-normal path {
  transition: stroke-width 250ms;
  /* slow out */
}

/* Legend hover affects points and series */
g.highcharts-series,
.highcharts-point,
.highcharts-markers,
.highcharts-data-labels {
  transition: opacity 250ms;
}

.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
  opacity: 0.2;
}

/* Series options */
/* Default colors */
.highcharts-color-0 {
  fill: #e6002e;
  stroke: #e6002e;
}

.highcharts-color-1 {
  fill: #058dab;
  stroke: #058dab;
}

.highcharts-color-2 {
  fill: #ff4508;
  stroke: #ff4508;
}

.highcharts-color-3 {
  fill: #30ab5d;
  stroke: #30ab5d;
}

.highcharts-color-4 {
  fill: #9b505b;
  stroke: #9b505b;
}

.highcharts-color-5 {
  fill: #ffad00;
  stroke: #ffad00;
}

.highcharts-color-6 {
  fill: #3fb9b0;
  stroke: #3fb9b0;
}

.highcharts-color-7 {
  fill: #4887fc;
  stroke: #4887fc;
}

.highcharts-color-8 {
  fill: #636363;
  stroke: #636363;
}

.highcharts-color-9 {
  fill: #0665be;
  stroke: #0665be;
}

.highcharts-area {
  fill-opacity: 0.75;
  stroke-width: 0;
}

.highcharts-markers {
  stroke-width: 1px;
  stroke: #fff;
}

.highcharts-point {
  stroke-width: 0;
}

.highcharts-halo {
  fill-opacity: 0.15;
  stroke-width: 9;
  opacity: 0.15;
}

/* Legend */
.highcharts-legend-box {
  fill: none;
  stroke-width: 0;
}

.highcharts-legend-item > text {
  fill: #121212;
  font-weight: 300;
  font-size: 15px;
  cursor: pointer;
  stroke-width: 0;
}

.highcharts-legend-item .highcharts-graph {
  stroke-width: 0;
}

.highcharts-legend-item .highcharts-point {
  stroke-width: 4px;
}

.highcharts-legend-item:hover text {
  fill: #404048;
}

.highcharts-legend-title {
  font-size: 20px;
}

.highcharts-legend-item-hidden * {
  fill: #ccc !important;
  stroke: #ccc !important;
}

.highcharts-legend-item-hidden * {
  transition: fill 250ms;
}

/* Loading */
.highcharts-loading {
  position: absolute;
  background-color: #fff;
  opacity: 0.5;
  text-align: center;
  z-index: 10;
  transition: opacity 250ms;
}

.highcharts-loading-hidden {
  height: 0 !important;
}

.highcharts-loading-hidden {
  opacity: 0;
  overflow: hidden;
  transition: opacity 250ms, height 250ms step-end;
}

.highcharts-loading-inner {
  font-weight: 700;
  position: relative;
  top: 45%;
}

.highcharts-grid-axis .highcharts-tick {
  stroke-width: 1px;
}

.highcharts-grid-axis .highcharts-axis-line {
  stroke-width: 1px;
}

.mdl-persons_list {
  list-style: none;
  padding: 0;
}
.mdl-persons_list-entry {
  display: flex;
  padding: 12px 0;
  border-bottom: solid 2px #E5E5E5;
}
.mdl-persons_list-entry:first-child {
  border-top: solid 2px #E5E5E5;
}
.mdl-persons_list-entry .noimage {
  margin-left: 74px;
}
.mdl-persons_list-entry__name {
  font-family: "FrutigerNeueLTW06-Bold", Arial, Helvetica, sans-serif;
  color: #121212;
  display: block;
}
.mdl-persons_list-entry__faculty {
  display: block;
}
.mdl-persons_list-entry__area {
  display: block;
}
.mdl-persons_list-entry__image {
  margin-right: 18px;
  max-width: 56px;
  max-height: 56px;
  min-width: 56px;
  min-height: 56px;
  width: 56px;
  height: 56px;
}

.mdl-portal_hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background-color: #121212;
  color: #fff;
}
.mdl-portal_hero__gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #121212 0%, #121212 5%, rgba(18, 18, 18, 0.7) 60%, rgba(18, 18, 18, 0) 100%);
}
.mdl-portal_hero__container {
  position: relative;
  padding-top: 40vh;
  padding-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .mdl-portal_hero__container {
    padding-top: 80px;
    padding-bottom: 76px;
  }
  .mdl-portal_hero__container:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: calc((8.3333333333% - 12px) * -1);
    bottom: 0;
    height: 60px;
    border-left: 1px solid;
    pointer-events: none;
  }
}
.mdl-portal_hero__title-container {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .mdl-portal_hero__title-container {
    margin-bottom: 0;
  }
}
.mdl-portal_hero__title {
  margin: 0 !important;
}
.mdl-portal_hero__title {
  /* stylelint-disable-next-line declaration-no-important */
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-size: 42px;
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
  color: inherit;
}
@media screen and (min-width: 1025px) {
  .mdl-portal_hero__title {
    font-size: 54px;
  }
}
.mdl-portal_hero__topic {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #e5e5e5;
  letter-spacing: 0.03em;
}
.mdl-portal_hero__text {
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .mdl-portal_hero__text {
    margin-top: 3.3em;
  }
}
.mdl-portal_hero__source {
  font-size: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .mdl-portal_hero__source {
    margin-bottom: 10px;
  }
}
.mdl-portal_hero__more-link {
  display: inline-flex;
  align-items: center;
  color: inherit;
  margin-top: 30px;
}
.mdl-portal_hero__more-link:hover, .mdl-portal_hero__more-link:focus {
  color: inherit;
}
.mdl-portal_hero__more-link:hover:before, .mdl-portal_hero__more-link:focus:before {
  transform: translateX(4px);
}
.mdl-portal_hero__more-link:before {
  content: "\e900";
  font-family: "unibe-iconset";
  font-size: 38px;
  line-height: 1;
  margin-right: 0.25em;
  transition: transform 250ms ease-out;
}
.mdl-portal_hero__image-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.mdl-portal_hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mdl-teaser_container {
  background-color: #fff;
  color: #121212;
}
.mdl-teaser_container .container {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (min-width: 1025px) {
  .mdl-teaser_container .container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .mdl-teaser_container .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.mdl-teaser_container__col {
  padding-left: 0;
}
.mdl-teaser_container--standard + .mdl-teaser_container--standard .container, .mdl-teaser_container--medium + .mdl-teaser_container--medium .container, .mdl-teaser_container--slider + .mdl-teaser_container--slider .container {
  padding-top: 0;
}
.mdl-teaser_container .row--flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .mdl-teaser_container .row--flex {
    margin-right: -24px;
  }
}
.mdl-teaser_container__col--right {
  margin-top: 60px;
}
.mdl-teaser_container__col--right:only-child {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .mdl-teaser_container__col--right {
    margin-top: 0;
  }
}
.mdl-teaser_container__head {
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .mdl-teaser_container__head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 70px;
  }
}
.mdl-teaser_container__title {
  margin-top: 0 !important;
}
.mdl-teaser_container__title {
  margin-bottom: 24px;
  font-size: 48px;
  color: inherit;
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media screen and (min-width: 1025px) {
  .mdl-teaser_container__title {
    font-size: 72px;
    margin-bottom: 0;
  }
}
.mdl-teaser_container__more-link {
  display: inline-flex;
  align-items: center;
  color: inherit;
}
.mdl-teaser_container__more-link:hover, .mdl-teaser_container__more-link:focus {
  color: inherit;
}
.mdl-teaser_container__more-link:before {
  content: "\e900";
  font-family: "unibe-iconset";
  font-size: 38px;
  line-height: 1;
  margin-right: 0.25em;
  will-change: transform;
  transform: translateX(0);
  transition: all 250ms ease-out;
}
.mdl-teaser_container__more-link:hover:before {
  transform: translateX(4px);
}
.mdl-teaser_container__lead {
  font-size: 30px;
  line-height: 1.3;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.mdl-teaser_container__lead:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .mdl-teaser_container__lead {
    font-size: 42px;
    line-height: 1.2;
  }
}
.mdl-teaser_container__image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-50vw + 50% - 12px);
  right: calc(-50vw + 50%);
  pointer-events: none;
}
.mdl-teaser_container__image-container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mdl-teaser_container__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mdl-teaser_container--color {
  background-color: #d6002b;
  color: #fff;
}
.mdl-teaser_container--color .mdl-teaser_element__video {
  color: #fff;
}
.mdl-teaser_container--color .mdl-teaser_container__image-container {
  display: none;
  right: calc(41.6666666667% + 72px);
}
.mdl-teaser_container--color .mdl-teaser_container__image-container:before {
  opacity: 0.8;
  background: linear-gradient(to bottom, rgba(18, 18, 18, 0.95) 0.63%, rgba(18, 18, 18, 0) 50.19%);
}
@media screen and (min-width: 1025px) {
  .mdl-teaser_container--color .mdl-teaser_container__image-container {
    display: block;
  }
}
.mdl-teaser_container--image {
  background-color: #121212;
  color: #fff;
}
.mdl-teaser_container--image .mdl-teaser_container__image-container, .mdl-teaser_container--image .mdl-teaser_container__image-container:before {
  max-height: 120vh;
}
@media screen and (max-width: 767px) {
  .mdl-teaser_container--image .mdl-teaser_container__image-container, .mdl-teaser_container--image .mdl-teaser_container__image-container:before {
    max-height: none;
  }
}
.mdl-teaser_container--image .mdl-teaser_container__image-container:before {
  content: "";
  background: linear-gradient(to top, #121212 0%, #121212 10%, rgba(18, 18, 18, 0.7) 40%);
}
@media screen and (min-width: 1025px) {
  .mdl-teaser_container--image .mdl-teaser_container__image-container:before {
    max-height: 100%;
  }
  .mdl-teaser_container--image .mdl-teaser_container__col--left {
    left: 58.3333333333%;
  }
  .mdl-teaser_container--image .mdl-teaser_container__col--right {
    left: -41.6666666667%;
  }
  .mdl-teaser_container--image .mdl-teaser_container__col--right:only-child {
    left: 0;
  }
}
.mdl-teaser_container--dossier {
  color: #121212;
  background: transparent url("../../assets/media/image/bg-unibe-media.png") repeat;
  border-radius: 60px;
  margin: 30px 30px 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .mdl-teaser_container--dossier {
    border-radius: 30px;
    margin: 0 15px 60px;
  }
}
@media screen and (min-width: 1025px) {
  .mdl-teaser_container--dossier .mdl-teaser_container__col--left {
    left: 58.3333333333%;
  }
  .mdl-teaser_container--dossier .mdl-teaser_container__col--right {
    left: -41.6666666667%;
  }
}
.mdl-teaser_container--dossier .container {
  padding-bottom: 0;
}
.mdl-teaser_container--dossier__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: calc(100% + 120px);
}
@media screen and (max-width: 1024px) {
  .mdl-teaser_container--dossier__image {
    height: 80vw;
  }
}
@media screen and (max-width: 1024px) {
  .mdl-teaser_container--dossier .mdl-teaser_container__col--left {
    order: 2;
  }
  .mdl-teaser_container--dossier .mdl-teaser_container__col--right {
    margin-top: 0;
  }
  .mdl-teaser_container--dossier .mdl-teaser_container__lead {
    margin-top: 36px;
  }
}
.mdl-teaser_container--slider[data-meta=exactly-2] .row--slider, .mdl-teaser_container--slider[data-meta=multiple] .row--slider {
  overflow-x: auto;
}
@media screen and (min-width: 1025px) {
  .mdl-teaser_container--slider[data-meta=exactly-2] .row--slider, .mdl-teaser_container--slider[data-meta=multiple] .row--slider {
    scrollbar-color: #262626 #888;
  }
  .mdl-teaser_container--slider[data-meta=exactly-2] .row--slider::-webkit-scrollbar, .mdl-teaser_container--slider[data-meta=multiple] .row--slider::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .mdl-teaser_container--slider[data-meta=exactly-2] .row--slider::-webkit-scrollbar-thumb, .mdl-teaser_container--slider[data-meta=multiple] .row--slider::-webkit-scrollbar-thumb {
    background: #262626;
  }
  .mdl-teaser_container--slider[data-meta=exactly-2] .row--slider::-webkit-scrollbar-track, .mdl-teaser_container--slider[data-meta=multiple] .row--slider::-webkit-scrollbar-track {
    background: #888;
  }
}
@media screen and (min-width: 1025px) {
  .mdl-teaser_container--slider[data-meta=exactly-2] .row--slider {
    overflow-x: hidden;
  }
}
.mdl-teaser_container--slider .row--slider {
  flex-wrap: nowrap;
  display: flex;
  width: 100%;
  padding-bottom: var(--scrollbar-wd);
  scroll-snap-type: x mandatory;
}
@media screen and (min-width: 1025px) {
  .mdl-teaser_container--slider .row--slider {
    scrollbar-color: #262626 #888;
  }
  .mdl-teaser_container--slider .row--slider::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .mdl-teaser_container--slider .row--slider::-webkit-scrollbar-thumb {
    background: #262626;
  }
  .mdl-teaser_container--slider .row--slider::-webkit-scrollbar-track {
    background: #888;
  }
}
@media screen and (max-width: 1024px) {
  .mdl-teaser_container--slider .row--slider {
    width: calc(100% + 24px);
  }
  .mdl-teaser_container--slider .row--slider .mdl-teaser_container__col--right {
    margin-top: 0;
  }
}
.mdl-teaser_container--slider .row--slider .col {
  scroll-snap-align: start;
}
@media screen and (max-width: 1024px) {
  .mdl-teaser_container--slider .row--slider .col {
    scroll-snap-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .mdl-teaser_container--slider .row--slider .col:nth-child(odd):not(:first-of-type) {
    margin-left: 8.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .mdl-teaser_container--slider .row--slider .col:last-child {
    margin-left: 16.6666666667%;
    left: -16.6666666667%;
  }
}
.mdl-teaser_container--slider .row--slider .col-lg-6 {
  flex: 0 0 50%;
  width: 50%;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .mdl-teaser_container--slider .row--slider .col-lg-6 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
}
.mdl-teaser_container--slider .row--slider .col-lg-5 {
  flex: 0 0 50%;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .mdl-teaser_container--slider .row--slider .col-lg-5 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1025px) {
  .mdl-teaser_container--slider .row--slider .col-lg-5 .mdl-teaser_element {
    width: 75%;
  }
}
.mdl-teaser_container--slider .row--slider .col-lg-5 .mdl-teaser_element__image img {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  .mdl-teaser_container--slider .row--slider .col-lg-5 .mdl-teaser_element__image img {
    aspect-ratio: 4/3;
  }
}
.mdl-teaser_container--slider .row--slider .mdl-teaser_element__origin,
.mdl-teaser_container--slider .row--slider .mdl-teaser_element__topic {
  display: none;
}
.mdl-teaser_container--slider .container {
  padding-bottom: 90px;
}

.mdl-teaser_container.mdl-teaser_container--dossier .mdl-teaser_container__col {
  padding-left: 12px;
}
@media screen and (min-width: 1025px) {
  .mdl-teaser_container.mdl-teaser_container--dossier .mdl-teaser_container__col {
    padding-right: 0;
  }
}

.mdl-teaser_element {
  -webkit-hyphens: auto;
          hyphens: auto;
}
.mdl-teaser_element__link {
  display: block;
  will-change: transform;
  transform-origin: center;
  transform: scale(1);
  transition: all 250ms ease-out;
}
.mdl-teaser_element__link > * {
  color: inherit;
}
.mdl-teaser_element__link:hover {
  text-decoration: none;
  transform: scale(1.01);
}
.mdl-teaser_element__link:hover > * {
  color: inherit;
}
.mdl-teaser_element__link:hover .mdl-videoheader_content_openVideo_iconLabel:before {
  color: #d6002b;
}
.mdl-teaser_element__image {
  margin-bottom: 24px;
  order: -1;
  flex-grow: 1;
}
.mdl-teaser_element__image img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.mdl-teaser_element__col {
  width: 100%;
}
.mdl-teaser_element--textonly .mdl-teaser_element__image {
  display: none;
}
.mdl-teaser_element__texts {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.mdl-teaser_element__event-meta {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 18px;
}
.mdl-teaser_element__event-meta__weekday {
  background-color: #d6002b;
  text-align: center;
  padding: 0 0.65em;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  text-transform: uppercase;
  color: #fff;
  font-size: 33px;
  line-height: 1;
  aspect-ratio: 1/1;
  flex-direction: column;
}
.mdl-teaser_element__event-meta__date-time-location {
  margin-left: 9px;
}
.mdl-teaser_element__event-meta__date-time-location p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #666;
}
.mdl-teaser_element__topic {
  width: 100%;
  color: #d6002b;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.mdl-teaser_element__topic p {
  margin: 0;
}
.mdl-teaser_element__heading {
  margin-bottom: 30px;
}
.mdl-teaser_element__heading h2,
.mdl-teaser_element__heading h3,
.mdl-teaser_element__heading h4 {
  color: #121212;
  font-size: 30px;
  line-height: 1.2;
  font-weight: normal;
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
}
.mdl-teaser_element__heading h2:first-child:not(.section-title),
.mdl-teaser_element__heading h3:first-child:not(.section-title),
.mdl-teaser_element__heading h4:first-child:not(.section-title) {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .mdl-teaser_element__heading h2,
.mdl-teaser_element__heading h3,
.mdl-teaser_element__heading h4 {
    font-size: 42px;
  }
}
.mdl-teaser_element__lead {
  font-size: 18px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 30px;
}
.mdl-teaser_element__lead p {
  margin: 0;
}
.mdl-teaser_element__video {
  font-size: 15px;
  line-height: 1.2;
  color: #666;
  margin-top: -20px;
  margin-bottom: 5px;
}
.mdl-teaser_element__video p {
  margin: 0;
}
.mdl-teaser_element__video p .mdl-videoheader_content_openVideo_iconLabel:before {
  font-size: 40px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 6px;
}
.mdl-teaser_element__source {
  font-size: 15px;
  line-height: 1.5;
  color: #666;
}
.mdl-teaser_element__source p {
  margin: 0;
}
.mdl-teaser_element__source-date {
  margin-right: 2em;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
}
.mdl-teaser_element--list:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.mdl-teaser_element--list .mdl-teaser_element__heading {
  margin-bottom: 12px;
}
.mdl-teaser_element--list .mdl-teaser_element__heading h2,
.mdl-teaser_element--list .mdl-teaser_element__heading h3,
.mdl-teaser_element--list .mdl-teaser_element__heading h4 {
  font-size: 24px;
}
.mdl-teaser_element--list .mdl-teaser_element__lead {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mdl-teaser_element--list .mdl-teaser_element__col {
    width: 62.5%;
  }
  .mdl-teaser_element--list .mdl-teaser_element__image {
    order: 2;
    width: 37.5%;
    margin-bottom: 0;
    padding-left: 48px;
  }
}

/*  --------------------------------------------------------------  */
/*  DESKTOP COLUMN RIGHT STYLES  */
/*  --------------------------------------------------------------  */
.mdl-teaser_container:not(.mdl-teaser_container--slider) .mdl-teaser_container__col--right .mdl-teaser_element {
  padding-bottom: 24px;
  border-bottom: 1px solid;
  border-color: #e4e4e4;
}
.mdl-teaser_container:not(.mdl-teaser_container--slider) .mdl-teaser_container__col--right .mdl-teaser_element:last-child {
  border-bottom: 0;
}
.mdl-teaser_container:not(.mdl-teaser_container--slider) .mdl-teaser_container__col--right .mdl-teaser_element:not(:first-child) {
  padding-top: 24px;
}
@media screen and (max-width: 1024px) {
  .mdl-teaser_container:not(.mdl-teaser_container--slider) .mdl-teaser_container__col--right .mdl-teaser_element:first-child {
    border-top: 1px solid #e4e4e4;
    padding-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .mdl-teaser_container:not(.mdl-teaser_container--slider) .mdl-teaser_container__col--right .mdl-teaser_element:last-child {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 24px;
  }
}
.mdl-teaser_container:not(.mdl-teaser_container--slider) .mdl-teaser_container__col--right .mdl-teaser_element__link {
  display: flex;
  flex-direction: row;
}
.mdl-teaser_container:not(.mdl-teaser_container--slider) .mdl-teaser_container__col--right .mdl-teaser_element__image + .mdl-teaser_element__col {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .mdl-teaser_container:not(.mdl-teaser_container--slider) .mdl-teaser_container__col--right .mdl-teaser_element__image + .mdl-teaser_element__col {
    width: 59%;
  }
}
.mdl-teaser_container:not(.mdl-teaser_container--slider) .mdl-teaser_container__col--right .mdl-teaser_element__image {
  width: 25%;
  margin-left: 10%;
  margin-bottom: 0;
  order: 1;
}
@media screen and (max-width: 767px) {
  .mdl-teaser_container:not(.mdl-teaser_container--slider) .mdl-teaser_container__col--right .mdl-teaser_element__image {
    width: 31%;
  }
}
.mdl-teaser_container:not(.mdl-teaser_container--slider) .mdl-teaser_container__col--right .mdl-teaser_element__topic {
  margin-bottom: 18px;
}
.mdl-teaser_container:not(.mdl-teaser_container--slider) .mdl-teaser_container__col--right .mdl-teaser_element__heading {
  margin-bottom: 18px;
}
.mdl-teaser_container:not(.mdl-teaser_container--slider) .mdl-teaser_container__col--right .mdl-teaser_element__heading h2,
.mdl-teaser_container:not(.mdl-teaser_container--slider) .mdl-teaser_container__col--right .mdl-teaser_element__heading h3,
.mdl-teaser_container:not(.mdl-teaser_container--slider) .mdl-teaser_container__col--right .mdl-teaser_element__heading h4 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .mdl-teaser_container:not(.mdl-teaser_container--slider) .mdl-teaser_container__col--right .mdl-teaser_element__lead {
    display: none;
  }
}

.mdl-teaser_container.mdl-teaser_container--medium .mdl-teaser_container__col--right > .mdl-teaser_element:first-child .mdl-teaser_element__image + .mdl-teaser_element__col {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mdl-teaser_container.mdl-teaser_container--medium .mdl-teaser_container__col--right > .mdl-teaser_element:first-child .mdl-teaser_element__image + .mdl-teaser_element__col {
    width: 59%;
  }
}
@media screen and (min-width: 1025px) {
  .mdl-teaser_container.mdl-teaser_container--medium .mdl-teaser_container__col--right > .mdl-teaser_element:first-child .mdl-teaser_element__image {
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
    order: -1;
  }
}
.mdl-teaser_container.mdl-teaser_container--medium .mdl-teaser_container__col--right > .mdl-teaser_element:first-child .mdl-teaser_element__link {
  flex-direction: column;
}

/*  --------------------------------------------------------------  */
/*  INVERTED COLORS  */
/*  --------------------------------------------------------------  */
.mdl-teaser_container--image .mdl-teaser_element,
.mdl-teaser_container--color .mdl-teaser_element {
  border-color: #e4e4e4;
}
.mdl-teaser_container--image .mdl-teaser_element:hover > *,
.mdl-teaser_container--color .mdl-teaser_element:hover > * {
  color: revert;
}
.mdl-teaser_container--image .mdl-teaser_element__link > *,
.mdl-teaser_container--color .mdl-teaser_element__link > * {
  color: inherit;
}
.mdl-teaser_container--image .mdl-teaser_element__event-meta__date-time-location p,
.mdl-teaser_container--color .mdl-teaser_element__event-meta__date-time-location p {
  color: #fff;
}
.mdl-teaser_container--image .mdl-teaser_element__topic,
.mdl-teaser_container--color .mdl-teaser_element__topic {
  color: #e6e6e6;
}
.mdl-teaser_container--image .mdl-teaser_element__heading h2,
.mdl-teaser_container--image .mdl-teaser_element__heading h3,
.mdl-teaser_container--image .mdl-teaser_element__heading h4,
.mdl-teaser_container--color .mdl-teaser_element__heading h2,
.mdl-teaser_container--color .mdl-teaser_element__heading h3,
.mdl-teaser_container--color .mdl-teaser_element__heading h4 {
  color: #fff;
}
.mdl-teaser_container--image .mdl-teaser_element__lead,
.mdl-teaser_container--color .mdl-teaser_element__lead {
  color: #fff;
}
.mdl-teaser_container--image .mdl-teaser_element__source,
.mdl-teaser_container--color .mdl-teaser_element__source {
  color: #fff;
}

.mdl-teaser_container--color .mdl-teaser_element__event-meta__weekday {
  background-color: #fff;
  color: #d6002b;
}

.mdl-teaser_container__col--right > .mdl-teaser_element.mdl-teaser_element--event.mdl-teaser_element--textonly .mdl-teaser_element__link .mdl-teaser_element__texts,
.mdl-teaser_container:not(.mdl-teaser_container--slider) .mdl-teaser_container__col--right .mdl-teaser_element--textonly .mdl-teaser_element__link .mdl-teaser_element__texts,
.mdl-teaser_container__col--right .mdl-teaser_element--textonly .mdl-teaser_element__link .mdl-teaser_element__texts,
.mdl-teaser_element.mdl-teaser_element--textonly .mdl-teaser_element__col {
  width: 100%;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .mdl-teaser_container__col--right > .mdl-teaser_element.mdl-teaser_element--event.mdl-teaser_element--textonly .mdl-teaser_element__link .mdl-teaser_element__texts,
.mdl-teaser_container:not(.mdl-teaser_container--slider) .mdl-teaser_container__col--right .mdl-teaser_element--textonly .mdl-teaser_element__link .mdl-teaser_element__texts,
.mdl-teaser_container__col--right .mdl-teaser_element--textonly .mdl-teaser_element__link .mdl-teaser_element__texts,
.mdl-teaser_element.mdl-teaser_element--textonly .mdl-teaser_element__col {
    width: 100%;
  }
}

.mdl-teaser_container__col--right .mdl-teaser_element__lead {
  display: none;
}

.mdl-teaser_container--color .mdl-teaser_element__link:hover .mdl-teaser_element__video,
.mdl-teaser_container--color .mdl-teaser_element__link:hover .mdl-videoheader_content_openVideo_iconLabel:before {
  color: #fff;
}

.mdl-teaser_container--image .mdl-teaser_element__video,
.mdl-teaser_container--image .mdl-videoheader_content_openVideo_iconLabel:before {
  color: #fff;
}

/*  --------------------------------------------------------------  */
/*  KATEGORIEN-SEITE  */
/*  --------------------------------------------------------------  */
body.magazine-topics .mdl-magazine-category-list .mdl-magazine-category-list--item .mdl-teaser_element a.mdl-teaser_element__link:hover {
  transform: scale(1.01);
}
body.magazine-topics .mdl-magazine-category-list .mdl-magazine-category-list--item .mdl-teaser_element a.mdl-teaser_element__link:hover .mdl-teaser_element__topic {
  color: #121212;
}

[dir="ltr"] .mdl-linklist_arrows{
  padding-left: 0;
}

[dir="rtl"] .mdl-linklist_arrows{
  padding-right: 0;
}

.mdl-linklist_arrows {
  list-style-type: none;
  padding-left: 0;
  margin-top: 60px;
}
.mdl-linklist_arrows__item {
  line-height: 1;
}
.mdl-linklist_arrows__link {
  color: #d6002b;
  text-decoration: none;
}
.mdl-linklist_arrows__link:before {
  content: "\e900";
  display: inline-block;
  font-family: "unibe-iconset";
  font-size: 38px;
  line-height: 1;
  margin-right: 0.25em;
  position: relative;
  top: 0.25em;
  transform: translateX(0);
  transition: all 250ms ease-out;
}
.mdl-linklist_arrows__link:hover:before {
  transform: translateX(4px);
}

.mdl-teaser_container--image .mdl-linklist_arrows__link,
.mdl-teaser_container--color .mdl-linklist_arrows__link {
  color: white;
}

.mdl-social_media {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (min-width: 1025px) {
  .mdl-social_media {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.mdl-teaser_container--standard + .mdl-social_media, .mdl-teaser_container--medium + .mdl-social_media, .mdl-teaser_container--slider + .mdl-social_media {
  padding-top: 0;
}

.mdl-social_media__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .mdl-social_media__list {
    gap: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .mdl-social_media__list {
    gap: 5rem;
  }
}

.mdl-social_media__item {
  display: flex;
  align-items: center;
}

.mdl-social_media__link {
  display: block;
  color: #666;
}
.mdl-social_media__link:hover, .mdl-social_media__link:focus {
  color: #d6002b;
}

.mdl-social_media__more {
  margin-bottom: 0;
}

.mdl-magazine-category-list {
  color: #121212;
  margin-left: 0;
  display: block;
  padding: 0;
}
.mdl-magazine-category-list--item {
  display: block;
  margin-top: 30px;
  margin-left: 0;
  padding: 0;
  border-bottom: 1px solid #121212;
}
.mdl-magazine-category-list--item:before {
  content: none;
}
.mdl-magazine-category-list--item:last-child {
  border-bottom: none;
}
.mdl-magazine-category-list--item .mdl-teaser_element__topic {
  font-size: 18px;
}
.mdl-magazine-category-list--item .mdl-teaser_element__col {
  margin-bottom: 30px;
}

.mdl-magazine-pagination__heading {
  margin: 0 !important;
}

.mdl-magazine-pagination__heading {
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
}
.mdl-magazine-pagination__upper, .mdl-magazine-pagination__lower {
  color: #121212;
}
.mdl-magazine-pagination__upper a, .mdl-magazine-pagination__lower a {
  color: #121212;
}
.mdl-magazine-pagination__upper a:hover, .mdl-magazine-pagination__lower a:hover {
  color: #666;
}
.mdl-magazine-pagination__upper {
  display: flex;
  border-bottom: 2px solid #121212;
  padding: 1rem 0;
}
@media screen and (max-width: 1024px) {
  .mdl-magazine-pagination__upper {
    flex-direction: column;
  }
}
.mdl-magazine-pagination__upper .col-lg-6:last-child {
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .mdl-magazine-pagination__upper .col-lg-6:last-child {
    margin-top: 30px;
  }
}
.mdl-magazine-pagination__lower {
  list-style-type: none;
  padding-top: 1rem;
  margin-bottom: 60px;
  border-top: 2px solid #121212;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .mdl-magazine-pagination__lower {
    display: table;
    width: 100%;
  }
}
.mdl-magazine-pagination__prev, .mdl-magazine-pagination__next {
  margin: 0 1.5rem;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .mdl-magazine-pagination__prev, .mdl-magazine-pagination__next {
    margin: 0;
  }
}
.mdl-magazine-pagination__prev svg, .mdl-magazine-pagination__next svg {
  position: relative;
  height: 1.2em;
  display: inline-block;
}
.mdl-magazine-pagination__next {
  margin-right: 0;
}
.mdl-magazine-pagination__listitem {
  display: inline-block;
  margin-right: 2.5rem;
  color: #121212;
}
.mdl-magazine-pagination__listitem:last-child {
  margin-right: 0;
}
.mdl-magazine-pagination__listitem--active {
  color: #d6002b;
}
@media screen and (max-width: 1024px) {
  .mdl-magazine-pagination__listitem {
    display: table-cell;
    padding: 0 2rem;
  }
  .mdl-magazine-pagination__listitem:first-child, .mdl-magazine-pagination__listitem:last-child {
    padding: 0;
  }
}
.mdl-magazine-pagination__listitem .mdl-magazine-pagination__prev,
.mdl-magazine-pagination__listitem .mdl-magazine-pagination__next {
  vertical-align: revert;
}
.mdl-magazine-pagination__listitem .mdl-magazine-pagination__prev svg,
.mdl-magazine-pagination__listitem .mdl-magazine-pagination__next svg {
  top: 5px;
}
.mdl-magazine-pagination__prev-next-only {
  margin-left: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .mdl-magazine-pagination__prev-next-only {
    margin-left: 0;
    float: right;
  }
  .mdl-magazine-pagination__prev-next-only .mdl-magazine-pagination__prev {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .mdl-magazine-pagination__pages-from-to {
    float: left;
  }
}

body.magazine.magazine-topics .mdl-magazine-pagination__heading {
  margin: 0 !important;
}

body.magazine.magazine-topics .mdl-magazine-pagination__heading {
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .mdl-magazine-pagination__lower .mdl-magazine-pagination__next span,
.mdl-magazine-pagination__lower .mdl-magazine-pagination__next span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}
body.magazine-article #content article {
  color: #121212;
}
body.magazine-article #content article h1 {
  font-size: 45px;
  line-height: 1.2;
  margin-top: 0;
}
body.magazine-article #content article h2 {
  font-size: 30px;
  line-height: 1.3;
}
body.magazine-article #content article a {
  color: #0074c4;
}
body.magazine-article #content article a:not([class^=icon]) {
  border-bottom: 1px solid #bfdcf0;
}
body.magazine-article #content article a:hover {
  color: #121212;
}
body.magazine-article #content article a:hover:not([class^=icon]) {
  border-bottom: 1px solid #121212;
  color: unset;
}
body.magazine-article #content article .lead {
  font-size: 21px;
  line-height: 1.5;
}
body.magazine-article #content article .meta {
  font-family: Merriweather, serif;
}
body.magazine-article #content article .meta span {
  margin-left: 2rem;
  font-weight: 700;
}
body.magazine-article #content article h1,
body.magazine-article #content article h2,
body.magazine-article #content article .lead,
body.magazine-article #content article .meta {
  margin-bottom: 30px;
}
body.magazine-article #content article .dateline {
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
body.magazine-article #content article .about {
  padding-top: 9px;
  border-top: 1px solid #121212;
}
body.magazine-article #content article .about__heading {
  font-family: "FrutigerNeueLTW06-Bold", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 30px 0 0;
}
[dir="ltr"] body.magazine-article #content article .about .tags{
  padding-left: 0;
}
[dir="rtl"] body.magazine-article #content article .about .tags{
  padding-right: 0;
}
body.magazine-article #content article .about .tags {
  list-style-type: none;
  padding-left: 0;
}
body.magazine-article #content article .about .tags li {
  display: inline-block;
}
body.magazine-article #content article .about .tags li:not(:last-child) {
  margin-right: 2rem;
}
body.magazine-article #content article .about .tags li a {
  text-decoration: none;
  border-bottom: none;
}
body.magazine-article #content article .about .tags li a:hover {
  border-bottom: none;
  color: #121212;
}
body.magazine-article #content article .hint-box {
  background-color: #f5f5f5;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 1024px) {
  body.magazine-article #content article .hint-box {
    margin-left: -88.5px;
  }
}
body.magazine-article #content article figcaption {
  font-family: Merriweather, serif;
  font-weight: 700;
  padding-top: 15px;
}

.mdl-header_unimedia {
  z-index: 1;
  margin-top: 0;
}
.mdl-header_unimedia.open {
  position: fixed;
  top: -24px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2000;
  background-color: #fff;
}
.mdl-header_unimedia.open .container {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mdl-header_unimedia.open .mdl-header_unimedia__logo {
  height: 0;
}
@media screen and (max-width: 1024px) {
  .mdl-header_unimedia.open nav.row {
    margin-left: 0;
    margin-right: -12px;
  }
}
@media screen and (min-width: 1025px) {
  .mdl-header_unimedia.open nav.row {
    margin-left: revert;
  }
}
.mdl-header_unimedia__heading {
  color: #d6002b;
  font-size: 0.83em;
  font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
  margin: 0;
  top: 12px;
  position: relative;
  display: inline-block;
  float: right;
}
@media screen and (max-width: 1024px) {
  .mdl-header_unimedia__heading {
    position: absolute;
    top: 24px;
    left: 12px;
  }
}
.mdl-header_unimedia__logo {
  float: left;
  position: relative;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .mdl-header_unimedia__logo {
    top: 55px;
    width: 106px;
  }
}
.mdl-header_unimedia__menu {
  border: none;
  background: transparent;
  position: relative;
  top: 87px;
  left: unset;
  float: right;
  margin-right: 0;
  padding: 0;
  z-index: 100;
  color: #121212;
}
.mdl-header_unimedia__menu:hover {
  color: #666;
}
.mdl-header_unimedia__menu:hover svg {
  fill: #666;
}
@media screen and (min-width: 1025px) {
  .mdl-header_unimedia__menu {
    display: none;
  }
}
.mdl-header_unimedia__menu--close {
  display: none;
}
.mdl-header_unimedia__menu--text {
  font-size: 24px;
}
.mdl-header_unimedia__menu--text--icon {
  width: 18px;
  height: 18px;
  float: right;
  transform: translateY(2px);
  margin-left: 9px;
}
.mdl-header_unimedia__menu--text--icon svg {
  fill: #121212;
}
.mdl-header_unimedia__menu--text--icon svg.close-menu {
  display: none;
}
.mdl-header_unimedia__menu--text--icon svg.caret-down {
  display: inline-block;
}
.mdl-header_unimedia__menu.open {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  .mdl-header_unimedia__menu.open {
    top: 106px;
    position: absolute;
    right: 12px;
  }
}
.mdl-header_unimedia__menu.open .mdl-header_unimedia__menu--text {
  float: left;
}
.mdl-header_unimedia__menu.open .mdl-header_unimedia__menu--text--inner {
  transform: translateX(-4px);
  display: inline-block;
}
.mdl-header_unimedia__menu.open .mdl-header_unimedia__menu--text--icon {
  margin-left: 5px;
}
.mdl-header_unimedia__menu.open .mdl-header_unimedia__menu--text--icon svg.close-menu {
  display: inline-block;
  transform: scale3d(1.5, 1.5, 1.5);
}
.mdl-header_unimedia__menu.open .mdl-header_unimedia__menu--text--icon svg.caret-down {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mdl-header_unimedia #form-site-search-magazine {
    float: left;
    width: 60%;
    margin-right: 2rem;
  }
  .mdl-header_unimedia #form-site-search-magazine label {
    margin-left: -0.65rem;
  }
}

@media screen and (max-width: 1024px) {
  .mdl-header_unimedia.open .row {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .mdl-header_unimedia.open #nav-service-mobile {
    margin-left: 12px;
  }
}

body.magazine-home .mdl-header_unimedia:not(.open) nav.row {
  margin-left: 0;
}
body.magazine-home .mdl-header_unimedia__nav {
  font-size: 0.83em;
  font-family: Merriweather, serif;
  font-weight: 700;
  margin-top: 180px;
  margin-bottom: 3.2rem;
  padding-top: 4px;
}
@media screen and (max-width: 1024px) {
  body.magazine-home .mdl-header_unimedia__nav {
    height: 0;
    opacity: 0;
    margin-bottom: 4.2rem;
  }
  body.magazine-home .mdl-header_unimedia__nav.open {
    height: auto;
    opacity: 1;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 320px) {
  body.magazine-home .mdl-header_unimedia__nav.open {
    width: 35%;
    margin-top: 172px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  body.magazine-home .mdl-header_unimedia__nav.open {
    width: calc(100% - 12px);
    margin-top: 172px;
  }
}
body.magazine-home .mdl-header_unimedia__nav--item {
  display: inline-block;
  margin-right: 3.2em;
  vertical-align: top;
}
body.magazine-home .mdl-header_unimedia__nav--item:first-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  body.magazine-home .mdl-header_unimedia__nav--item {
    display: block;
    margin-bottom: 0.5em;
    line-height: 2.5;
  }
}
body.magazine-home .mdl-header_unimedia__nav--link {
  color: #121212;
  display: block;
}
@media screen and (max-width: 1024px) {
  body.magazine-home .mdl-header_unimedia__nav--link {
    padding: 1rem 24px;
    line-height: 2.25;
  }
  body.magazine-home .mdl-header_unimedia__nav--link br {
    display: none;
  }
  body.magazine-home .mdl-header_unimedia__nav--link[aria-current=page] {
    color: #d6002b;
    background-color: #e5e5e5;
  }
  body.magazine-home .mdl-header_unimedia__nav--link[aria-current=page]:hover {
    background-color: #e5e5e5;
  }
}
body.magazine-home .mdl-header_unimedia__nav--link:hover {
  color: #d6002b;
  background-color: #fafafa;
}

body.magazine-article .mdl-header_unimedia__nav {
  font-size: 0.83em;
  font-family: Merriweather, serif;
  font-weight: 700;
  padding-top: 4px;
  height: 0;
  opacity: 0;
  margin-bottom: 4.2rem;
  pointer-events: none;
}
body.magazine-article .mdl-header_unimedia__nav.open {
  height: auto;
  opacity: 1;
  width: 100%;
  padding-bottom: 1.5rem;
  pointer-events: auto;
  margin-top: 172px;
}
@media screen and (max-width: 767px) {
  body.magazine-article .mdl-header_unimedia__nav.open {
    width: 100%;
    position: relative;
    left: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  body.magazine-article .mdl-header_unimedia__nav.open {
    width: 35%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  body.magazine-article .mdl-header_unimedia__nav.open {
    width: 25%;
    margin-top: 108px;
  }
}
@media screen and (max-width: 767px) {
  body.magazine-article .mdl-header_unimedia__nav.open {
    border-bottom: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 767px) {
  body.magazine-article .mdl-header_unimedia__nav.open {
    margin-left: 0;
    width: calc(100% - 12px);
  }
}
body.magazine-article .mdl-header_unimedia__nav--item {
  display: block;
  margin-bottom: 0.5em;
  line-height: 2.5;
}
body.magazine-article .mdl-header_unimedia__nav--item:first-child {
  margin-right: 0;
}
body.magazine-article .mdl-header_unimedia__nav--link {
  display: block;
  padding: 1rem 24px;
  line-height: 2.25;
  color: #121212;
}
body.magazine-article .mdl-header_unimedia__nav--link br {
  display: none;
}
body.magazine-article .mdl-header_unimedia__nav--link[aria-current=page] {
  display: block !important;
}
body.magazine-article .mdl-header_unimedia__nav--link[aria-current=page] {
  color: #d6002b;
  background-color: #e5e5e5;
}
body.magazine-article .mdl-header_unimedia__nav--link[aria-current=page]:hover {
  background-color: #e5e5e5;
}
body.magazine-article .mdl-header_unimedia__nav--link:hover {
  color: #d6002b;
  background-color: #fafafa;
}
body.magazine-article .mdl-header_unimedia.open #nav-service-mobile.footer-nav-search {
  position: absolute;
}
@media screen and (max-width: 767px) {
  body.magazine-article .mdl-header_unimedia.open #nav-service-mobile.footer-nav-search {
    position: relative;
    margin-bottom: 2rem;
    flex-direction: column;
  }
}
@media screen and (min-width: 320px) {
  body.magazine-article .mdl-header_unimedia.open #nav-service-mobile.footer-nav-search {
    display: flex;
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  body.magazine-article .mdl-header_unimedia.open #nav-service-mobile.footer-nav-search {
    position: absolute;
    top: 60px;
  }
}

@media screen and (max-width: 767px) {
  body.magazine .mdl-header_unimedia.open #nav-service-mobile.footer-nav-search {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}

.footer {
  z-index: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  color: #fff;
  background-color: #262626;
}
.footer a {
  color: #2d98e0;
}
.footer a:hover,
.footer a:active,
.footer a:focus {
  color: #fff;
  text-decoration: none;
}
.footer a:focus {
  outline: 2px solid #0074c4;
  outline-color: #2d98e0;
  outline-offset: 2px;
}
.footer .claim {
  margin-top: 50px;
}
.footer .claim img {
  max-height: 15px;
}
.footer .legal {
  position: relative;
  z-index: 1030;
  margin-top: 70px;
  margin-left: 0;
  font-size: 0.83333333em;
}
.footer .legal:before,
.footer .legal:after {
  display: table;
  content: " ";
}
.footer .legal:after {
  clear: both;
}
.footer .legal:before,
.footer .legal:after {
  display: table;
  content: " ";
}
.footer .legal:after {
  clear: both;
}
.footer .legal > div {
  position: relative;
  display: table-cell;
}
.footer .legal > div address,
.footer .legal > div ul,
.footer .legal > div img {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.footer .legal > div address {
  width: 100%;
  font-size: 0.86666667em;
}
.footer .legal ul {
  padding-left: 0;
  list-style: none;
}
.footer .legal ul li {
  float: left;
  padding-right: 24px;
}
.footer .partner {
  margin-top: 45px;
}
.footer .footer-nav-search {
  position: absolute;
  top: 30px;
  z-index: 1;
}
.footer .footer-nav-search:before,
.footer .footer-nav-search:after {
  display: table;
  content: " ";
}
.footer .footer-nav-search:after {
  clear: both;
}
.footer .footer-nav-search:before,
.footer .footer-nav-search:after {
  display: table;
  content: " ";
}
.footer .footer-nav-search:after {
  clear: both;
}
@media (max-width: 480px) {
  .footer {
    padding-top: 36px;
    padding-bottom: 80px;
  }
  .footer .footer-logo img {
    width: 100px;
  }
  .footer .claim {
    margin-top: 0;
  }
  .footer .legal {
    margin-top: 110px;
  }
  .footer .legal ul {
    top: 20px;
  }
  .footer .legal ul li {
    float: none;
    margin: 15px 0;
  }
  .footer .partner {
    margin-top: 180px;
  }
  .footer .partner img {
    max-width: 45%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .footer {
    padding-bottom: 75px;
  }
  .footer .footer-logo img {
    width: 100px;
  }
  .footer .legal {
    margin-top: 110px;
  }
  .footer .legal ul {
    top: -30px;
  }
  .footer .legal ul li {
    margin-top: 10px;
  }
  .footer .legal ul li:first-child {
    float: none;
  }
  .footer .partner {
    margin-top: 90px;
  }
}
@media (max-width: 1024px) {
  .footer .footer {
    position: relative;
    padding-top: 0;
    padding-bottom: 78px;
    overflow-x: hidden;
  }
  .footer .footer-nav-search {
    position: relative;
    top: auto;
  }
  .footer .nav-lang h3 {
    font-family: "FrutigerNeueLTW06-Regular", Arial, Helvetica, sans-serif;
  }
  .footer .nav-lang h3.hidden-lg {
    margin-top: 18px;
  }
}

/*
@media print {
  @import 'print';
}
*/