.lazyload,.lazyloading,.lazyloaded{opacity:0;will-change:opacity;transition:all 0.3s ease-in-out}.lazyloaded{opacity:1}.lazyload.thumb,.lazyloading.thumb,.lazyloaded.thumb{opacity:1}.intrinsic-ratio-wrapper{display:inline-block;max-width:100%}.intrinsic-ratio-wrapper.width-rel{width:100%}.intrinsic-ratio{position:relative;height:0;max-width:100%}.intrinsic-ratio > img,.intrinsic-ratio > picture{position:absolute;top:0;left:0;width:100%}.intrinsic-ratio > .thumb{height:100%}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../system/modules/swfeatures/vendor/owlCarousel2/dist/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*
 * http://github.com/peteboere/css-crush (v2.4.0)
 */
@font-face{font-family:'Museo Sans';src:url(../..//files/theme/immatics/fonts/museo/MuseoSans_100-webfont.woff2) format('woff2'),url(../..//files/theme/immatics/fonts/museo/MuseoSans_100-webfont.woff) format('woff');font-weight:100;font-style:normal}@font-face{font-family:'Museo Sans';src:url(../..//files/theme/immatics/fonts/museo/MuseoSans_100_Italic-webfont.woff2) format('woff2'),url(../..//files/theme/immatics/fonts/museo/MuseoSans_100-Italic-webfont.woff) format('woff');font-weight:100;font-style:italic}@font-face{font-family:'Museo Sans';src:url(../..//files/theme/immatics/fonts/museo/MuseoSans_300-webfont.woff2) format('woff2'),url(../..//files/theme/immatics/fonts/museo/MuseoSans_300-webfont.woff) format('woff');font-weight:300;font-style:normal}@font-face{font-family:'Museo Sans';src:url(../..//files/theme/immatics/fonts/museo/MuseoSans_300_Italic-webfont.woff2) format('woff2'),url(../..//files/theme/immatics/fonts/museo/MuseoSans_300_Italic-webfont.woff) format('woff');font-weight:300;font-style:italic}@font-face{font-family:'Museo Sans';src:url(../..//files/theme/immatics/fonts/museo/MuseoSans_500-webfont.woff2) format('woff2'),url(../..//files/theme/immatics/fonts/museo/MuseoSans_500-webfont.woff) format('woff');font-weight:500;font-style:normal}@font-face{font-family:'Museo Sans';src:url(../..//files/theme/immatics/fonts/museo/MuseoSans_500_Italic-webfont.woff2) format('woff2'),url(../..//files/theme/immatics/fonts/museo/MuseoSans_500-Italic-webfont.woff) format('woff');font-weight:500;font-style:italic}@font-face{font-family:'Museo Sans';src:url(../..//files/theme/immatics/fonts/museo/MuseoSans_700-webfont.woff2) format('woff2'),url(../..//files/theme/immatics/fonts/museo/MuseoSans_700-webfont.woff) format('woff');font-weight:700;font-style:normal}@font-face{font-family:'Museo Sans';src:url(../..//files/theme/immatics/fonts/museo/MuseoSans_700_Italic-webfont.woff2) format('woff2'),url(../..//files/theme/immatics/fonts/museo/MuseoSans_700-Italic-webfont.woff) format('woff');font-weight:700;font-style:italic}@font-face{font-family:'Museo Sans';src:url(../..//files/theme/immatics/fonts/museo/MuseoSans_900-webfont.woff2) format('woff2'),url(../..//files/theme/immatics/fonts/museo/MuseoSans_900-webfont.woff) format('woff');font-weight:900;font-style:normal}@font-face{font-family:'Museo Sans';src:url(../..//files/theme/immatics/fonts/museo/MuseoSans_900_Italic-webfont.woff2) format('woff2'),url(../..//files/theme/immatics/fonts/museo/MuseoSans_900-Italic-webfont.woff) format('woff');font-weight:900;font-style:italic} .centerize{margin:0 auto}.stretch{width:100%;float:left}.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute!important;overflow:hidden;display:inline}.t-italic{font-style:italic}.t-right{text-align:right}.t-center{text-align:center}.clearfix:after{clear:both;content:" ";display:table}.font-smoothing{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.float_right{float:right}.float_left{float:left}.mobile .only-show-on-desktop,.android .only-show-on-desktop,.win-ce .only-show-on-desktop,.ios .only-show-on-desktop{display:none!important}  html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none} .grid{max-width:1440px;width:100%}.grid:after{clear:both;content:" ";display:table}.grid>*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:20px;padding-right:20px}.grid .grid{margin-left:-20px;margin-right:-20px;max-width:none;width:auto}.grid:after:after{clear:both;content:" ";display:table}.grid.narrow{max-width:900px}.u_1,.u_2,.u_3,.u_4,.u_5,.u_6,.u_7,.u_8,.u_9,.u_10,.u_11,.u_12,.u_col{float:left;min-height:1px}.u_12{float:none;clear:both}.u_1,.u_2,.u_3,.u_4,.u_5,.u_6,.u_7,.u_8,.u_9,.u_10,.u_11,.u_12,.u_col{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:20px;padding-right:20px}.u_col{width:100%}.u_1{width:8.33333%}.u_2{width:16.66667%}.u_3{width:25%}.u_4{width:33.33333%}.u_5{width:41.66667%}.u_6{width:50%}.u_7{width:58.33333%}.u_8{width:66.66667%}.u_9{width:75%}.u_10{width:83.33333%}.u_11{width:91.66667%}.u_12{width:100%}.p_1{margin-left:8.33333%}.p_2{margin-left:16.66667%}.p_3{margin-left:25%}.p_4{margin-left:33.33333%}.p_5{margin-left:41.66667%}.p_6{margin-left:50%}.p_7{margin-left:58.33333%}.p_8{margin-left:66.66667%}.p_9{margin-left:75%}.p_10{margin-left:83.33333%}.p_11{margin-left:91.66667%}.p_12{margin-left:100%}.grid [class^=u_]:first-child,.u_12,.grid-first,.u_clear{clear:both} button,.button{-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#FFF;display:inline-block;font-size:1.125em;font-weight:700;line-height:1.89;padding:9px 20px 10px}.button-primary{background-color:#E30613}.button-primary:hover,.button-primary:focus{background-color:#AF020C;color:#FFF}.button-secondary{background-color:#2DAAE1}.button-secondary:hover,.button-secondary:focus{background-color:#2DAAE1;color:#FFF} body .cookiebar{-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#E6E9EE;-webkit-box-shadow:0 -8px 16px 0 rgba(0,0,0,.06);box-shadow:0 -8px 16px 0 rgba(0,0,0,.06);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:inherit;display:-ms-flexbox;display:-webkit-flex;display:flex;font-size:1em;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;left:50%;margin-left:-480px;padding:20px;right:auto;text-align:left;width:960px}body .cookiebar--position-bottom{bottom:20px}body .cookiebar__text{margin-right:20px}body .cookiebar__message{margin-right:0}body .cookiebar__link{color:inherit;-webkit-transition:color .15s ease-in-out;-moz-transition:color .15s ease-in-out;transition:color .15s ease-in-out;white-space:nowrap}body .cookiebar__button{-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#E30613;border:none;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#FFF;display:inline-block;font-size:1.125em;font-weight:700;line-height:1.89;margin-left:20px;padding:9px 20px 10px}body .cookiebar__button:hover,body .cookiebar__button:focus{background-color:#AF020C;color:#FFF}@media all and (max-width:1020px){body .cookiebar{margin-left:0;left:20px;right:20px;width:auto}}@media all and (max-width:650px){body .cookiebar{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}body .cookiebar__text{margin-bottom:20px;margin-right:0}body .cookiebar__button{margin-left:0}}@media all and (max-width:480px){body .cookiebar{bottom:0;font-size:.75em;left:0;right:0}} form .formbody:after{clear:both;content:" ";display:table}form label{display:block;margin-bottom:10px}form input[type="text"],form input[type="email"],form input[type="tel"],form input[type="search"],form textarea{-webkit-appearance:none;-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;transition:all .15s ease-in-out;font-size:1.125em;border-radius:4px;border:2px solid #E6E9EE;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;font-weight:300;margin:0;padding:10px 14px;width:100%}form input[type="text"]:focus,form input[type="email"]:focus,form input[type="tel"]:focus,form input[type="search"]:focus,form textarea:focus{border-color:#777;outline:none}form textarea{resize:vertical}form fieldset{border:none;margin:0;padding:0}form fieldset:after{clear:both;content:" ";display:table}form fieldset legend{font-size:1.25em;color:#1D1D1B;display:block;font-weight:500;line-height:1;margin:0;padding-bottom:1.25em;padding-top:1.25em;text-transform:uppercase}form input[type="radio"],form input[type="checkbox"],form select{-webkit-appearance:none;-moz-appearance:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;font-size:1em;height:0;position:absolute;width:0}form select{background-color:transparent;color:#80868A;min-width:200px;padding:8px 30px 8px 14px;position:relative;width:100%}form select:focus{outline:none}form select::-ms-expand{display:none}form .ie select{background-image:none}form .select-wrapper{background:#fff;border:2px solid #E6E9EE;position:relative}form .select-icon{position:absolute;right:10px;top:50%;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);z-index:1}form .select-icon svg{fill:#E30613;height:16px;width:19px}form button:focus{outline:none}form input[type="radio"]+label,form input[type="checkbox"]+label{padding-left:28px;position:relative}form input[type="radio"]+label:before,form input[type="checkbox"]+label:before{background:#fff;border:2px solid #E6E9EE;content:"";height:16px;left:0;position:absolute;top:50%;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);width:16px}form input[type="radio"]:checked+label:after,form input[type="checkbox"]:checked+label:after{background:#E30613;content:"";height:12px;left:4px;position:absolute;top:50%;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);width:12px}form input[type="radio"]+label:before,form input[type="radio"]:checked+label:after{border-radius:50%}form input[type="checkbox"]:disabled+label:after{background:#80868A}form .checkbox_container>span,form .radio_container>span{display:block}.icheckbox{background:#fff;-webkit-box-shadow:0 0 0 1px #bbb;box-shadow:0 0 0 1px #bbb;border-radius:2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;height:20px;margin-left:1px;padding:3px;position:relative;width:20px}::-webkit-input-placeholder{color:#80868A}::-moz-placeholder{color:#80868A}:-ms-input-placeholder{color:#80868A}:-moz-placeholder{color:#80868A} .person-popup{background:#FFF;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:20px auto;max-width:1440px;padding:75px;position:relative;width:auto}.mfp-bg{background:#101721}.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.mfp-fade.mfp-bg.mfp-ready{opacity:.6}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0} .main-navigation{font-size:1.0625em;clear:right;float:right;font-family:'Museo Sans',Verdana,serif;font-weight:300;margin-top:30px;position:relative;z-index:100}.main-navigation ul{margin:0;padding:0}.main-navigation ul:after{clear:both;content:" ";display:table}.main-navigation .level_1>li{display:block;float:left;list-style-type:none;position:relative}.main-navigation .level_1>li>a,.main-navigation .level_1>li>span{display:block;padding:20px}.main-navigation .level_1>li:hover>a{color:#2DAAE1}.main-navigation .level_1>li:hover .level_2{display:block}.main-navigation .level_1>li.submenu>a{cursor:default}.main-navigation .level_2{background:#E6E9EE;display:none;left:0;min-width:100%;position:absolute;top:100%;white-space:nowrap}.main-navigation .level_2>li{border-bottom:1px solid #D0D6DA}.main-navigation .level_2>li:last-child{border-bottom:none}.main-navigation .level_2 a,.main-navigation .level_2 span{display:block;padding:15px 20px 16px}.main-navigation .level_1>li:last-child>a,.main-navigation .level_1>li:last-child>span{padding-right:0}.main-navigation a{color:inherit}.main-navigation a:hover,.main-navigation a:focus{color:#2DAAE1}.main-navigation a.trail,.main-navigation span.trail,.main-navigation span.active{color:#2DAAE1;font-weight:700}.meta-navigation{font-size:.875em;float:right;font-family:'Museo Sans',Verdana,serif;font-weight:300}.meta-navigation ul{margin:0;padding:0}.meta-navigation ul:after{clear:both;content:" ";display:table}.meta-navigation li{float:left;list-style-type:none}.meta-navigation li>a,.meta-navigation li>span{display:block;padding:0 20px}.meta-navigation a{color:inherit}.meta-navigation a:hover{color:#2DAAE1}.meta-navigation .level_1>li.last>a,.meta-navigation .level_1>li.last>span{padding-right:0}.meta-navigation .social-link a{padding-left:10px;padding-right:10px}.mod_breadcrumb{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1440px;padding-left:20px;padding-right:20px;padding-top:40px}.mod_breadcrumb ul{margin:0;padding:0}.mod_breadcrumb li{display:inline-block;list-style-type:none}.mod_breadcrumb li:before{color:#80868A;content:"/";margin-left:3px;margin-right:5px}.mod_breadcrumb li:first-child:before{content:"";display:none}.mod_breadcrumb li a{color:#80868A}.mod_breadcrumb li.active{color:#2DAAE1}.sub-navigation{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1440px;padding-left:20px;padding-right:20px;padding-top:40px}.sub-navigation ul{margin:0;padding:0}.sub-navigation ul:after{clear:both;content:" ";display:table}.sub-navigation li{display:block;float:left;margin-right:10px;margin-bottom:10px}.sub-navigation li:last-child{margin-right:0}.sub-navigation a,.sub-navigation span{font-size:1.125em;border:2px solid #D7DDE2;border-radius:4px;display:block;padding:15px 20px}.sub-navigation a{background-color:#FFF;color:#80868A}.sub-navigation a:hover,.sub-navigation a:active,.sub-navigation a:focus{color:#2DAAE1}.sub-navigation span,.sub-navigation a.trail{background-color:#D7DDE2;color:#2DAAE1;font-weight:600}.sub-navigation+.mod_article{clear:both} .owl-carousel{overflow:hidden}.owl-nav{left:50%;max-width:100%;position:absolute;top:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:1400px}.owl-prev,.owl-next{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.owl-prev:hover svg,.owl-next:hover svg{fill:#2DAAE1}.owl-prev{left:-80px}.owl-next{right:-80px}.owl-nav-icon svg{-webkit-transition:fill .15s ease-in-out;-moz-transition:fill .15s ease-in-out;transition:fill .15s ease-in-out;fill:#B4BDC4;height:70px;width:36px}.owl-dots{bottom:40px;left:0;position:absolute;text-align:center;width:100%}.owl-dot{background-color:#FFF;border-radius:50%;-webkit-box-shadow:0 2px 7px 0 rgba(0,0,0,.1);box-shadow:0 2px 7px 0 rgba(0,0,0,.1);display:inline-block;height:24px;margin-left:7px;margin-right:7px;width:24px}.owl-dot:first-child{margin-left:0}.owl-dot:last-child{margin-right:0}.owl-dot.active{background-color:#2DAAE1} thead{text-align:left}th,td{border-bottom:1px solid #bbb;padding:16px 16px 16px 0} h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-top:0;max-width:865px}h1,.h1{font-size:3.125em;color:#2DAAE1;font-family:'Museo Sans',Verdana,serif;font-weight:900;line-height:1.2;margin-bottom:30px}h2,.h2{font-size:2.5em;color:#2DAAE1;font-family:'Museo Sans',Verdana,serif;font-weight:900;line-height:1.2;margin-bottom:.65em}h3,.h3{font-size:2em;color:#2DAAE1;font-family:'Museo Sans',Verdana,serif;font-weight:900;line-height:1.25}h4,.h4{font-size:1.5em;font-family:'Museo Sans',Verdana,serif;font-weight:900;line-height:1.25}h1+*:not(.ce_text):not(.text-wrapper):not(p):not([class*="u_"]):not(.ce_person){margin-top:70px}h3+*:not(.ce_text):not(.text-wrapper):not(p):not([class*="u_"]):not(.ce_person){margin-top:70px}p{line-height:1.555;margin-top:0;max-width:865px}ul{margin-top:0}li{list-style-type:none}strong{font-weight:700}a{-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;transition:all .15s ease-in-out;color:#E30613;text-decoration:none}a:hover{color:#AF020C}a:focus{color:#E30613;outline:none}blockquote{margin:0;padding:42px 0 0;position:relative}blockquote .quote-text{font-size:1.5em;color:#80868A;line-height:1.58}blockquote .quote-text>*:last-child{margin-bottom:0}blockquote footer{margin-top:35px}blockquote cite{font-style:normal;font-weight:700}blockquote .quote-link{margin-top:40px}blockquote .quote-link svg{font-size:.7em;vertical-align:-1px}blockquote .quote-icon{left:0;position:absolute;top:0;z-index:-1}blockquote .quote-icon svg{fill:#D7DDE2;height:86px;width:112px} .pipeline-chart-wrapper{min-width:710px}.pipeline-head,.pipeline-product{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:20px;padding-right:20px}.pipeline-head-titles,.pipeline-head-contents,.pipeline-product{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:-webkit-flex;display:flex}.pipeline-product.style-grey{background-color:#e6e7e8}.pipeline-product.style-grey .product-connector-left,.pipeline-product.style-grey .product-connector-right{opacity:0}.pipeline-head-titles{margin-bottom:10px}.pipeline-head-contents{font-size:14px;font-weight:700;text-transform:uppercase}.ce_pipelinechart{max-width:1080px;overflow-x:auto;overflow-y:hidden}.ce_pipelinechart .left,.ce_pipelinechart .center,.ce_pipelinechart .right{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ce_pipelinechart .left{width:20%}.ce_pipelinechart .center{padding-left:40px;padding-right:40px;width:60%}.ce_pipelinechart .right{width:20%}.ce_pipelinechart .entry-name{font-size:14px;font-weight:700;margin-bottom:5px;text-transform:uppercase}.ce_pipelinechart .entry-bar{border:1px solid #7abd47;border-radius:4px;overflow:hidden}.ce_pipelinechart .entry-bar-fill{background-color:#b3d996;height:20px;position:relative}.ce_pipelinechart .entry-bar-fill:after{content:"";width:0;height:0;border-style:solid;border-width:10px 0 10px 15px;border-color:transparent transparent transparent #b3d996;position:absolute;left:100%;top:0}.ce_pipelinechart .product-name,.ce_pipelinechart .product-entries,.ce_pipelinechart .product-partner{padding-bottom:25px;padding-top:25px}.ce_pipelinechart .product-name{color:#2DAAE1;font-size:18px;font-weight:700}.ce_pipelinechart .product-name svg,.ce_pipelinechart .product-entries svg{height:.65em;vertical-align:0%;width:.65em}.pipeline-head{margin-bottom:20px}.pipeline-head-title{color:#1D1D1B;font-size:18px;margin:0;padding-bottom:20px;padding-top:20px;position:relative;text-align:center;text-transform:uppercase}.pipeline-head-title:before{border:1px solid #1D1D1B;border-bottom:none;border-radius:4px 4px 0 0;bottom:0;content:"";left:0;position:absolute;right:0;top:50%}.pipeline-head-title>span{background-color:#FFF;display:inline-block;letter-spacing:.05em;padding:0 15px;position:relative}.pipeline-body .center{width:60%}.pipeline-body .right{padding-left:10px;width:10%;width:-webkit-calc(10% + 25px);width:-moz-calc(10% + 25px);width:calc(10% + 25px)}.pipeline-body .product-connector-left{margin-left:-25px;position:relative}.pipeline-body .product-connector-right{margin-left:-38px;position:absolute;left:85%;top:50%}.pipeline-body .product-partner{left:86%}.pipeline-body .line-start .product-connector-left:before{border-top:1px solid #1D1D1B;border-right:1px solid #1D1D1B;border-radius:0 4px 0 0;bottom:0;content:"";display:block;left:0;position:absolute;top:55px;width:100%}.pipeline-body .line-middle .product-connector-left:before{border-left:1px solid #1D1D1B;content:"";display:block;height:100%;left:100%;position:absolute;top:0}.pipeline-body .line-middle.show-partner .product-connector-right:before{border-bottom:1px solid #1D1D1B;content:"";display:block;left:0;position:absolute;top:-webkit-calc(50% + 8px);top:-moz-calc(50% + 8px);top:calc(50% + 8px);width:100%}.pipeline-body .line-end .product-connector-left:before{border-bottom:1px solid #1D1D1B;border-right:1px solid #1D1D1B;border-radius:0 0 4px;bottom:35px;content:"";display:block;left:0;position:absolute;top:0;width:100%}.pipeline-body .line-start.line-end .product-connector-left,.pipeline-body .line-start.line-end .product-connector-right{background:transparent}.pipeline-body .line-start.line-end .product-connector-left:before,.pipeline-body .line-start.line-end .product-connector-right:before{border:none;border-bottom:1px solid #1D1D1B;content:"";display:block;height:1px;left:0;position:absolute;top:-webkit-calc(50% + 8px);top:-moz-calc(50% + 8px);top:calc(50% + 8px);width:100%}.pipeline-body .line-start.line-end .product-connector-right{left:auto;margin-left:0;position:relative;top:auto}.pipeline-body .line-start.line-end .product-partner{position:static;-webkit-transform:translateY(8px);-moz-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.pipeline-body .line-empty .product-connector-left,.pipeline-body .line-empty .product-connector-right{display:none}.pipeline-stages{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:0;padding:0;width:100%}.product-entry{margin-bottom:15px}.product-entry:last-child{margin-bottom:0}.product-connector-left,.product-connector-right{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;width:5%}.product-group{position:relative}.product-partner{left:90%;position:absolute;text-align:center;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%}.partner-headline{font-size:14px;margin-bottom:10px} html{color:#1D1D1B;font-family:'Open Sans',Verdana,sans-serif;font-size:16px;overflow-y:scroll}html.loading-overlay:before{background:#FFF;bottom:0;content:"";height:100%;position:fixed;top:0;width:100%;z-index:1000}figure{margin:0}img{height:auto;max-width:100%;vertical-align:top}button{cursor:pointer}button:focus{outline:none}.grid{margin-left:auto;margin-right:auto}#wrapper{padding-top:80px}#header{left:0;max-height:180px;position:fixed;right:0;top:0;z-index:100}#header .header{-webkit-transition:all .05s ease-in-out;-moz-transition:all .05s ease-in-out;transition:all .05s ease-in-out;background-color:#FFF;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.08);box-shadow:0 0 15px 0 rgba(0,0,0,.08);padding-bottom:30px;padding-top:45px}#header .header>.grid{position:relative}.immatics-logo{display:block;float:left;margin-top:16px}#footer{background-color:#2DAAE1;color:#FFF;padding-bottom:80px;padding-top:80px}#footer>.inside>.grid{position:relative}.intro-wrapper .ce_image img{max-width:none;width:100%}[class*="ce_"]>*:last-child{margin-bottom:0}[class*="ce_"]+[class*="ce_"] h1{margin-top:1em}[class*="ce_"]+[class*="ce_"] h2{margin-top:1.25em}[class*="ce_"]+[class*="ce_"] h3{margin-top:1.33em}[class*="ce_"]+[class*="ce_"] h4{margin-top:1.5em}p+h1{margin-top:1em}p+h2{margin-top:1.25em}p+h3{margin-top:1.33em}p+h4{margin-top:1.5em}.ce_text:after{clear:both;content:" ";display:table}.ce_text .text-button{margin-top:30px}.ce_text a svg{font-size:.7em;vertical-align:-1px}.ce_text .image_container.float_above{margin-bottom:35px}.ce_text .image_container.float_below{margin-top:35px}.ce_text .image_container.float_left{margin-bottom:20px;margin-right:20px}.ce_text .image_container.float_right{margin-bottom:20px;margin-left:20px}.ce_introtext{max-width:850px}.ce_text_image_autoheight{padding-bottom:30px;padding-top:30px;position:relative}.ce_text_image_autoheight:after{clear:both;content:" ";display:table}.ce_text_image_autoheight .image_container,.ce_text_image_autoheight .text-wrapper{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;padding-left:20px;padding-right:20px}.ce_text_image_autoheight .image_container{height:100%;position:absolute;top:0;width:41.66667%}.ce_text_image_autoheight .image_container img{height:100%;object-fit:cover;object-position:center center}.ce_text_image_autoheight .text-wrapper{width:58.33333%}.ce_text_image_autoheight.image_float_left .image_container{left:0}.ce_text_image_autoheight.image_float_left .text-wrapper{margin-left:41.66667%;padding-right:0}.ce_text_image_autoheight.image_float_right .image_container{right:0}.ce_text_image_autoheight.image_float_right .text-wrapper{padding-left:0}.ce_text_big p{font-size:1.25em;line-height:1.6}.ce_text ol,.ce_text ul,.ce_list ol,.ce_list ul{margin:0;max-width:865px;padding:0 0 1em 1.25em}.ce_text ol:last-child,.ce_text ul:last-child,.ce_list ol:last-child,.ce_list ul:last-child{padding-bottom:0}.ce_text ol li,.ce_list ol li{list-style-type:decimal}.ce_text ul,.ce_list ul{padding-left:0}.ce_text ul li,.ce_list ul li{list-style-type:none;padding-left:1.75em}.ce_text ul li:before,.ce_list ul li:before{color:#E30613;content:"•";font-size:1.2em;left:.2em;position:absolute;top:-.2em}.ce_text li,.ce_list li{line-height:1.555;padding-left:.5em;position:relative}.ce_text li+li,.ce_list li+li{margin-top:.75em}.ce_image.text-align-1{padding-top:8px}.ce_sliderwrapperstart_history{color:#FFF;padding-bottom:70px;padding-top:70px;position:relative}.ce_sliderwrapperstart_history h1,.ce_sliderwrapperstart_history h2,.ce_sliderwrapperstart_history h3,.ce_sliderwrapperstart_history h4,.ce_sliderwrapperstart_history h5,.ce_sliderwrapperstart_history h6{color:#FFF}.ce_sliderwrapperstart_history .background-image{height:100%;left:0;position:absolute;top:0;width:100%}.ce_sliderwrapperstart_history .background-image img{height:100%;max-width:none;object-fit:cover;object-position:center center;width:100%}.ce_sliderwrapperstart_history .owl-carousel{max-width:1440px;margin-left:auto;margin-right:auto;width:100%}.ce_sliderwrapperstart_history .owl-item>*{margin-left:auto;margin-right:auto;max-width:66.666%}.ce_sliderwrapperstart_history .owl-prev,.ce_sliderwrapperstart_history .owl-next{-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.ce_sliderwrapperstart_history .owl-prev.disabled,.ce_sliderwrapperstart_history .owl-next.disabled{opacity:0}.ce_sliderwrapperstart_history .owl-prev svg,.ce_sliderwrapperstart_history .owl-next svg{fill:#FFF}.ce_sliderwrapperstart_history .owl-prev{left:6%}.ce_sliderwrapperstart_history .owl-next{right:6%}.ce_sliderwrapperstart_intro .ce_textonimage.type-slider .content-outer,.ce_sliderwrapperstart_management .ce_textonimage.type-slider .content-outer{padding-top:0;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%}.ce_sliderwrapperstart_intro .ce_textonimage.type-slider.management .content-outer,.ce_sliderwrapperstart_management .ce_textonimage.type-slider.management .content-outer{padding-top:0;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:85%}.ce_sliderwrapperstart_intro .ce_textonimage.type-slider.management:before,.ce_sliderwrapperstart_management .ce_textonimage.type-slider.management:before{background:none;bottom:0;content:"";left:0;position:absolute;top:0;width:80%}.ce_sliderwrapperstart_intro img,.ce_sliderwrapperstart_management img{object-fit:cover}.ce_sliderwrapperstart_content .owl-carousel{background:#E6E9EE;padding-bottom:30px;padding-top:30px}.ce_sliderwrapperstart_content .owl-nav{width:100%}.ce_sliderwrapperstart_content .owl-prev{left:20px}.ce_sliderwrapperstart_content .owl-next{right:20px}.ce_slidercontent{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:865px;padding-left:90px;padding-right:90px}.ce_slidercontent .hyperlink_txt{margin-top:10px}.ce_gallery ul{margin-bottom:-0px;margin-left:-20px;margin-right:-20px;max-width:none;padding:0;text-align:center;width:auto}.ce_gallery .narrow{margin-left:auto;margin-right:auto;max-width:850px}.ce_gallery li{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;margin-bottom:40px;padding-left:20px;padding-right:20px;vertical-align:middle}.ce_gallery img{height:auto;max-width:none;width:100%}.ce_gallery .cols_2 li{width:50%}.ce_gallery .cols_3 li{width:33.333%}.ce_gallery .cols_4 li{width:25%}.ce_gallery .cols_5 li{width:20%}.ce_gallery .cols_6 li{width:16.6666%}.ce_gallery .tiling{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ce_gallery .tiling li{display:-ms-flexbox;display:-webkit-flex;display:flex;margin-bottom:0;position:relative}.ce_gallery .tiling figure{-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-bottom:3px solid #D3DCE4;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%}.ce_gallery .tiling li:nth-child(1) figure,.ce_gallery .tiling li:nth-child(2) figure,.ce_gallery .tiling li:nth-child(3) figure,.ce_gallery .tiling li:nth-child(4) figure,.ce_gallery .tiling li:nth-child(5) figure{border-top:3px solid #D3DCE4}.ce_gallery .tiling img{-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;transition:all .15s ease-in-out;filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(100%);max-width:100%}.ce_gallery .tiling li:hover img{filter:url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");-webkit-filter:grayscale(0%)}.is-mobile-device .ce_gallery .tiling img{filter:url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");-webkit-filter:grayscale(0%)}.ce_accordion .toggler{background-color:#2DAAE1;border-radius:4px;color:#FFF;cursor:pointer;font-size:1.2em;padding:.75em 1.5em}.ce_accordion .toggler:focus{outline:none}.ce_accordion+.ce_accordion{margin-top:1px}.ce_accordion .toggler-icon{-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;transition:all .15s ease-in-out;display:inline-block;font-size:.75em;margin-right:.75em;-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);vertical-align:2px}.ce_accordion .ui-accordion-header-active .toggler-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.ce_accordion .accordion{padding:1em 1em 1em 3.5em}.ce_accordion .accordion>div>*:last-child{margin-bottom:0}.ce_accordionStart .accordion>div>*{margin-bottom:40px}.ce_accordionStart .accordion>div>*:last-child{margin-bottom:0}.ce_textonimage{position:relative}.ce_textonimage.type-slider:before{background:-webkit-linear-gradient(left,rgba(255,255,255,.85) 0%,rgba(255,255,255,.85) 33%,rgba(255,255,255,0));background:-moz-linear-gradient(left,rgba(255,255,255,.85) 0%,rgba(255,255,255,.85) 33%,rgba(255,255,255,0));background:linear-gradient(to right,rgba(255,255,255,.85) 0%,rgba(255,255,255,.85) 33%,rgba(255,255,255,0));bottom:0;content:"";left:0;position:absolute;top:0;width:80%}.ce_textonimage.type-slider .content-outer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;left:50%;max-width:1440px;padding-left:20px;padding-right:20px;padding-top:80px;position:absolute;top:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%}.ce_textonimage.type-slider .intro-slider-headline{margin-bottom:.5em}.ce_textonimage.type-slider .text-wrapper{font-size:1.25em;line-height:1.6;margin-bottom:40px}.ce_textonimage.type-slider .text-wrapper>*:last-child{margin-bottom:0}.ce_textonimage.type-content:before{background:-webkit-linear-gradient(left,rgba(255,255,255,.85) 0%,rgba(255,255,255,.85) 50%,rgba(255,255,255,0));background:-moz-linear-gradient(left,rgba(255,255,255,.85) 0%,rgba(255,255,255,.85) 50%,rgba(255,255,255,0));background:linear-gradient(to right,rgba(255,255,255,.85) 0%,rgba(255,255,255,.85) 50%,rgba(255,255,255,0));bottom:0;content:"";left:0;position:absolute;top:0;width:80%;z-index:1}.ce_textonimage.type-content img{height:100%;left:0;object-fit:cover;object-position:center center;position:absolute;top:0;width:100%}.ce_textonimage.type-content .content-outer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1440px;padding-bottom:80px;padding-left:20px;padding-right:20px;padding-top:80px;position:relative;z-index:10;width:100%}.ce_textonimage.type-content .content-inner{width:66.666%}.ce_textonimage.type-content .text-wrapper{line-height:1.6;margin-bottom:40px}.ce_textonimage.type-content .text-wrapper>*:last-child{margin-bottom:0}.ce_textonimage .button-primary svg{font-size:.7em;vertical-align:-1px}.company-teaser-wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.company-teaser-wrapper .ce_headline{max-width:none;width:100%}.company-teaser-wrapper .ce_teasertext{margin-bottom:60px;width:33.333%}.ce_teasertext .inner{border-bottom:3px solid #D3DCE4;border-top:3px solid #D3DCE4;padding-bottom:37px;padding-top:35px}.ce_teasertext .teaser-headline a{color:inherit}.ce_teasertext .text-inner>*:last-child{margin-bottom:0}.ce_teasertext .text-button{display:inline-block}.ce_teasertext.with-image .inner{border-top:none;padding-top:0}.ce_teasertext .text-wrapper>*:last-child{margin-bottom:0}.ce_teasertext .image_container{margin-bottom:35px}.ce_teasertext p a .svg-icon{font-size:.6em;margin-left:2px;vertical-align:.05em}.ce_dlh_googlemaps .dlh_googlemap{height:0!important;padding-bottom:50%;width:100%!important}.ce_dlh_googlemaps .si-content>*:last-child{margin-bottom:0}.ce_dlh_googlemaps .si-frame{border-radius:0;-webkit-box-shadow:14px 8px 8px rgba(81,81,18,.15);box-shadow:14px 8px 8px rgba(81,81,18,.15)}.ce_dlh_googlemaps .si-has-border .si-content-wrapper{border:none}.ce_dlh_googlemaps [class*='si-shadow-inner-pointer']{-webkit-box-shadow:14px 8px 8px rgba(81,81,18,.15);box-shadow:14px 8px 8px rgba(81,81,18,.15)}.ce_dlh_googlemaps .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom{bottom:75px!important;right:35px!important}.ce_person{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-bottom:40px;margin-top:0!important;padding-left:20px;padding-right:20px}.ce_person.person-cols-1-5{width:20%}.ce_person.person-cols-3{width:25%}.ce_person.person-cols-4{width:33%}.ce_person .inner{border-bottom:3px solid #D3DCE4;padding-bottom:55px}.ce_person .inner p{font-size:1.25em}.ce_person a.person-detail-link{display:block;position:relative}.ce_person a.person-detail-link.hidden{opacity:0}.ce_person .person_detail_text{min-height:1.4em;margin-top:20px}.ce_person .inner-content{position:relative}.ce_person .inner-content>*:first-child{margin-top:0}.ce_person .inner-content>*:last-child{margin-bottom:0}.ce_person .inner-content:hover .overlay{display:-ms-flexbox;display:-webkit-flex;display:flex}.ce_person .inner-content .overlay{pointer-events:none;display:none;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end;background-color:rgba(0,0,0,.5);z-index:1}.ce_person .inner-content .overlay h4,.ce_person .inner-content .overlay p{color:#fff;padding-left:20px;padding-right:20px}.ce_person .read-more{font-weight:400;display:block}.ce_person .read-more svg{font-size:.6em;margin-left:2px}.person-popup:after{clear:both;content:" ";display:table}.person-popup p{font-size:1.25em;font-weight:400}.person-popup .popup-image{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;padding-left:20px;padding-right:20px;width:33.333%}.person-popup .popup-image img{width:100%}.person-popup .popup-text{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-width:83.333%;padding-left:20px;padding-right:20px}.person-popup .popup-text>*:last-child{margin-bottom:0}.person-popup .popup-image+.popup-text{float:right;width:66.666%}.person-popup .popup-person-name{margin-bottom:.5em}.person-popup .mfp-close,.person-popup .mfp-close:active{right:40px;top:40px}.person-popup .popup-person-position{margin-bottom:2em}.person-type-board .inner{border-bottom:3px solid #D3DCE4;padding-bottom:55px;padding-top:15px}.person-type-board:nth-child(1) .inner,.person-type-board:nth-child(2) .inner,.person-type-board:nth-child(3) .inner,.person-type-board:nth-child(4) .inner{border-top:3px solid #D3DCE4;padding-top:55px}.ce_personfilter{margin-bottom:80px}.ce_personfilter ul{margin:0!important;padding:0}.ce_personfilter ul:after{clear:both;content:" ";display:table}.ce_personfilter li{-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;transition:all .15s ease-in-out;font-size:1.125em;background-color:#E6E9EE;border:2px solid #E6E9EE;border-radius:4px;color:#2DAAE1;cursor:pointer;display:block;float:left;list-style-type:none;margin:0 2px 2px 0;padding:15px 20px}.ce_personfilter li.disabled{color:#80868A;cursor:not-allowed;opacity:.5}.ce_personfilter li:last-child{margin-right:0}.ce_personfilter li.active,.ce_personfilter li:hover:not(.disabled){background-color:#2DAAE1;border-color:#2DAAE1;color:#FFF}#main .mod_article{overflow:hidden;padding-bottom:90px}#main .mod_article.padding-top{padding-top:100px}#main .mod_article.first{padding-top:100px}#main .mod_article.last{padding-bottom:120px}.with-newsmenu #main .sub-navigation+.mod_article{padding-top:0}.mod_newslist .image_container,.mod_newsarchive .image_container{margin-bottom:40px;min-height:30px;position:relative}.mod_newslist .category-flag,.mod_newsarchive .category-flag{background:#2DAAE1;color:#FFF;font-family:'Museo Sans',Verdana,serif;font-size:.8125em;font-weight:900;letter-spacing:.05em;left:0;line-height:1;padding:.5em 1em;position:absolute;top:0;text-transform:uppercase}.mod_newslist .news-headline a,.mod_newsarchive .news-headline a{color:#1D1D1B}.mod_newslist .more svg,.mod_newsarchive .more svg{font-size:.6em;vertical-align:0}.mod_newslist .info,.mod_newsarchive .info{color:#80868A}.mod_newslist .arc_6 .info,.mod_newsarchive .arc_6 .info{display:none}.mod_newslist .news-inner,.mod_newsarchive .news-inner{border-bottom:3px solid #D3DCE4;padding-bottom:55px}.mod_newslist .text-wrapper>*:last-child,.mod_newsarchive .text-wrapper>*:last-child{margin-bottom:0}.mod_newslist .enclosure-downloads,.mod_newslist p.more,.mod_newsarchive .enclosure-downloads,.mod_newsarchive p.more{margin-bottom:0;margin-top:20px}.mod_newslist .layout_latest,.mod_newslist .layout_full,.mod_newsarchive .layout_latest,.mod_newsarchive .layout_full{margin-top:80px}.mod_newslist .layout_latest:nth-child(3n+1),.mod_newslist .layout_full:nth-child(3n+1),.mod_newsarchive .layout_latest:nth-child(3n+1),.mod_newsarchive .layout_full:nth-child(3n+1){clear:left}.mod_newslist .teaser p,.mod_newsarchive .teaser p{display:inline}.mod_newslist .news-career,.mod_newsarchive .news-career{margin-top:40px}.mod_newslist .news-career .news-headline a,.mod_newsarchive .news-career .news-headline a{color:inherit}.mod_newslist .news-career .text-wrapper,.mod_newsarchive .news-career .text-wrapper{padding-bottom:20px}.mod_newslist .news-load-more-wrapper,.mod_newsarchive .news-load-more-wrapper{margin-top:80px;text-align:center}.mod_newslist .news-load-more,.mod_newsarchive .news-load-more{display:inline-block}.mod_newslist .news-load-more.loading,.mod_newsarchive .news-load-more.loading{background-color:#D7DDE2}.mod_newslist .enclosure p:last-child,.mod_newsarchive .enclosure p:last-child{margin-bottom:0}.mod_newslist .enclosure svg,.mod_newsarchive .enclosure svg{font-size:.7em;vertical-align:0}h1+.news-home,h2+.news-home{margin-top:-70px!important}.newslist-with-filter{width:100%}.newslist-with-filter .layout_latest{float:none;max-width:920px;margin-top:0;width:100%}.newslist-with-filter .news-inner{display:-ms-flexbox;display:-webkit-flex;display:flex;padding-bottom:20px;padding-top:20px;position:relative}.newslist-with-filter .news-headline{margin-bottom:0;margin-top:0}.newslist-with-filter .image_container{margin-bottom:0;margin-right:40px;min-height:160px;min-width:160px;width:160px}.newslist-with-filter .teaser{padding-bottom:20px}.newslist-with-filter .teaser p{display:inline}.newslist-with-filter .enclosure-downloads svg{height:14px;margin-left:10px;vertical-align:-1px;width:14px}.newslist-with-filter .load-more-button-wrapper{padding-top:60px;margin-bottom:60px}.newslist-with-filter .load-more{margin-left:20px}.newslist-with-filter .news-filter-headline{margin-top:0}.newslist-with-filter .filter-outer-wrapper{margin-bottom:40px;margin-top:80px}.newslist-with-filter .filter-wrapper{display:inline-block;margin-right:30px;vertical-align:top;margin-bottom:40px}.newslist-with-filter .selectric-wrapper{display:inline-block;margin-top:0!important}.news-filter-headline{font-size:18px;font-weight:700;margin-bottom:10px;margin-top:40px}.news-filter-buttons+.news-filter-headline{margin-top:40px}.news-filter-buttons{margin:0!important;padding:0}.news-filter-buttons:after{clear:both;content:" ";display:table}.news-filter-buttons li{-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;transition:all .15s ease-in-out;font-size:1.125em;background-color:#E6E9EE;border:2px solid #E6E9EE;border-radius:4px;color:#2DAAE1;cursor:pointer;display:block;float:left;list-style-type:none;margin:0 2px 2px 0;padding:15px 20px}.news-filter-buttons li.disabled{color:#80868A;cursor:not-allowed;opacity:.5}.news-filter-buttons li:last-child{margin-right:0}.news-filter-buttons li.active,.news-filter-buttons li:hover:not(.disabled){background-color:#2DAAE1;border-color:#2DAAE1;color:#FFF}h1+.mod_newslist,h1+.mod_newsarchive{margin-top:-40px!important}h3+.mod_newslist{margin-top:-40px!important}.mod_newsreader{clear:both;margin-top:40px}.mod_newsreader.u_4{clear:none;margin-top:0;max-width:320px;margin-left:120px}.mod_newsreader .news-full-main{float:left;text-align:justify;width:66.666%}.mod_newsreader .news-full-main h1,.mod_newsreader .news-full-main h2,.mod_newsreader .news-full-main h3,.mod_newsreader .news-full-main h4,.mod_newsreader .news-full-main h5,.mod_newsreader .news-full-main h6{text-align:left}.mod_newsreader .news-full-main>*[class*="ce_"]{margin-bottom:40px}.mod_newsreader .news-full-main>*[class*="ce_"]:last-child{margin-bottom:0}.mod_newsreader .news-full-sidebar{float:right;width:22%}.mod_newsreader .enclosure{margin-top:40px}.mod_newsreader .enclosure a svg{font-size:.75em;margin-left:2px;vertical-align:-1px}.mod_newsreader .enclosure p:last-child{margin-bottom:0}.mod_newsreader .press-contact{border-bottom:3px solid #D3DCE4;border-top:3px solid #D3DCE4;margin-bottom:100px;padding-top:1em}.mod_newsreader .press-contact .press-contact-name{margin-top:20px!important}.mod_newsreader .press-contact .press-contact-image{margin-top:0!important}.mod_newsreader .press-contact-description{font-size:1.25em}.mod_newsreader .press-contact-phone-mail{font-size:1.25em}.mod_newsreader .press-contact-phone-mail a{color:inherit}.mod_newsreader .press-contact-phone-mail .email{color:#E30613;word-break:break-word}.mod_newsreader .press-contact-phone-mail .email:hover,.mod_newsreader .press-contact-phone-mail .email:focus{color:#AF020C}.mod_newsreader .ce_sociallink{display:-ms-flexbox;display:-webkit-flex;display:flex;padding-bottom:30px;padding-top:30px}.mod_newsreader .ce_sociallink a{color:#2DAAE1}.mod_newsreader .ce_sociallink svg{height:50px;width:50px}.mod_newsreader .ce_sociallink+.ce_sociallink{border-top:3px solid #D3DCE4}.mod_newsreader .social-link-text{margin-left:20px}.mod_newsreader .social-link-text>*:last-child{margin-bottom:0}.mod_newsreader .back{margin-top:80px}.mod_newsarchive .news-archive-headline{clear:both;margin-top:80px}.mod_newsarchive .news-list-headline-wrapper{margin-bottom:50px}.mod_newslist .news-headline{margin-top:0}.mod_newslist .teaser{text-align:justify}.mod_newslist.all-downloads{margin-top:-20px}.mod_newslist.all-downloads .news-list-headline-wrapper{margin-bottom:50px;margin-top:10px}#main #downloads{padding-top:70px}.mod_newsmenu{margin-bottom:70px;margin-top:-70px;padding-top:0}.safari .mod_newsmenu{padding-top:10px}.mod_search .search-form-section-wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex}.mod_search .section-keywords{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-right:10px;width:66.666%}.mod_search input[type="search"]{padding-bottom:15px;padding-top:15px}.mod_search .header{margin-bottom:40px;margin-top:20px}.mod_search .search-result{margin-bottom:60px}.mod_search .search-load-more-wrapper{margin-top:80px;max-width:865px;text-align:center}.mod_search .search-load-more{display:inline-block}.mod_search .search-load-more.loading{background-color:#D7DDE2}.mod_search .highlight{font-weight:700}.svg-icon{display:inline-block;fill:currentColor;height:1em;overflow:hidden;vertical-align:-.15em;width:1em}.pagination p{display:none}.pagination ul{margin:0;max-width:865px;padding:0;text-align:center}.pagination li{display:inline-block;margin-left:3px;margin-right:2px}.pagination .first,.pagination .last{display:none}.pagination a,.pagination span{border:2px solid #E6E9EE;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#80868A;display:inline-block;height:30px;line-height:1;padding:5px;vertical-align:middle;width:30px}.pagination a:hover{color:#2DAAE1}.pagination .previous a,.pagination .next a{border:none;line-height:16px}.pagination .previous a:hover svg,.pagination .next a:hover svg{fill:#2DAAE1}.pagination .previous svg,.pagination .next svg{fill:#D7DDE2;height:12px;width:12px}.pagination .current{background-color:#E6E9EE;color:#2DAAE1}.header-search{overflow:hidden;padding-right:0;position:absolute;right:16px;top:-11px}.header-search:hover{cursor:pointer}.header-search .widget-text{position:relative}.header-search input[type="text"]{font-size:.875em;border-width:1px;border-color:transparent;font-family:'Museo Sans',Verdana,serif;padding-left:30px;padding-right:0;width:78px}.header-search input[type="text"]:hover{cursor:pointer}.header-search input[type="text"]:focus{cursor:text;width:200px}.header-search input::-webkit-input-placeholder{color:#1D1D1B}.header-search input[type="text"]::-moz-placeholder{color:#1D1D1B}.header-search input[type="text"]:-ms-input-placeholder{color:#1D1D1B}.header-search input[type="text"]:-moz-placeholder{color:#1D1D1B}.header-search .search-icon{left:30px;position:absolute;top:8px}.header-search svg{font-size:.875em}.header-search .submit_container{display:none}.header-search:hover input::-webkit-input-placeholder{color:#2DAAE1}.header-search:hover input[type="text"]::-moz-placeholder{color:#2DAAE1}.header-search:hover input[type="text"]:-ms-input-placeholder{color:#2DAAE1}.header-search:hover input[type="text"]:-moz-placeholder{color:#2DAAE1}.header-search:hover input:focus::-webkit-input-placeholder{color:#1D1D1B}.header-search:hover input[type="text"]:focus::-moz-placeholder{color:#1D1D1B}.header-search:hover input[type="text"]:focus:-ms-input-placeholder{color:#1D1D1B}.header-search:hover input[type="text"]:hover:-moz-placeholder{color:#1D1D1B}.header-search:hover svg{fill:#2DAAE1}.header-search input[type="text"]:focus+.search-icon svg{fill:inherit}.meta-navigation li.with-search-icon{opacity:0}.footer-contact-information{float:left;margin-bottom:30px;width:25%}.footer-contact-information .image_container{margin-bottom:60px}.footer-contact-information .ce_text{margin-bottom:30px}.footer-contact-information .ce_text:last-child{margin-bottom:0}.footer-contact-information h5{font-size:1.0625em;margin-bottom:.75em}.footer-contact-information p{font-size:.9375em}.footer-contact-information a{color:inherit;text-decoration:underline}.footer-map-wrapper{float:left;margin-bottom:30px;margin-top:110px;width:75%}.footer-social-icons{position:absolute;right:0;top:0}.footer-social-icons:after{clear:both;content:" ";display:table}.footer-social-icons .ce_text{font-size:.9375em;float:left;margin-right:10px;margin-top:34px}.footer-social-icons .ce_hyperlink{float:left;margin-right:5px}.footer-social-icons .ce_hyperlink:last-child{margin-right:0}.footer-social-icons a{background-color:#6CC4EA;display:block;padding:10px}.footer-social-icons svg{fill:#FFF;height:30px;width:30px}.home-intro h2 a{color:inherit}.home-intro p a{color:inherit}.home-intro p a:hover{color:#E30613}.footer-meta{clear:both}.footer-meta p{font-size:.9375em}.footer-meta a{color:inherit;text-decoration:underline}.mod_faqlist ul{margin:0;padding:0}.mod_faqlist li{border-bottom:2px solid #D3DCE4;line-height:1.33;margin-bottom:40px;padding-bottom:40px}.mod_faqlist a{display:block}.mod_faqlist a:after{clear:both;content:" ";display:table}.mod_faqlist .image_container,.mod_faqlist .faq-title{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;float:left}.mod_faqlist .faq-title{padding-right:20px;width:25%}.mod_faqlist .image_container{border:2px solid #E6E9EE;padding-left:20px;width:75%}.mod_faqreader ul{background:#E6E9EE;font-weight:300;padding-bottom:20px;padding-top:20px}.mod_faqreader li{list-style-type:disc;line-height:1.33;margin-bottom:10px}.mod_faqreader li:last-child{margin-bottom:0}.mod_faqreader .ce_text>*{margin-bottom:30px}@media all and (min-width:480px){#wrapper{padding-top:90px}}@media all and (min-width:1025px){#wrapper{padding-top:180px}.sticky .immatics-logo{margin-top:5px}.sticky .main-navigation{margin-top:15px}.sticky #header .header{padding-bottom:5px;padding-top:15px}} .showBelowTablet{display:none}@media all and (max-width:1700px){}@media all and (max-width:1620px){.main-navigation .level_1>li:last-child .level_2{left:auto;right:-20px}}@media all and (max-width:1600px){.ce_sliderwrapperstart_intro .owl-nav{bottom:50px;top:auto;z-index:10}.ce_sliderwrapperstart_intro .owl-prev{left:20px}.ce_sliderwrapperstart_intro .owl-next{right:20px}.ce_sliderwrapperstart_intro img{min-height:550px}}@media all and (min-width:1440px){.intro-wrapper .ce_dlh_googlemaps .dlh_googlemap{height:712px!important;padding-bottom:0}}@media all and (max-width:1440px){.ce_sliderwrapperstart_intro img{height:100%;left:0;min-height:550px;object-fit:cover;top:0;width:100%;z-index:-1}.ce_sliderwrapperstart_intro .ce_textonimage.type-slider .content-inner{max-width:75%}.news-list-items-wrapper.u_6{width:100%}.mod_newsreader.u_4{margin-left:0!important;clear:both;width:100%;max-width:280px}.mod_newsreader .news-full-sidebar{width:25%}}@media all and (max-width:1340px){.ce_person.person-cols-1-5{width:33.333%}}@media all and (max-width:1280px){.footer-contact-information{float:none;width:auto}.footer-contact-information .ce_text{float:left;width:33.333%}.footer-map-wrapper{clear:both;float:none;margin-top:40px;width:100%}}@media all and (max-width:1140px){h1,.h1{font-size:2.75em}.ce_textonimage.type-content .text-wrapper{font-size:1.125em}.mod_newsreader .news-full-sidebar{width:33.3333%}.ce_sliderwrapperstart_intro .ce_textonimage.type-slider .content-inner{max-width:65%}}@media all and (max-width:1024px){h1,.h1{font-size:2.5em}h2,.h2{font-size:2em}h3,.h3{font-size:1.625em}h4,.h4{font-size:1.25em}blockquote .quote-text{font-size:1.25em}#header .header{padding-bottom:20px;padding-top:20px}.immatics-logo{margin-top:0}.immatics-logo img{height:50px;width:142px}#footer{padding-bottom:40px;padding-top:40px}.main-navigation{display:none}.meta-navigation{display:none}.header-search{display:none}.mod_mobile_menu{float:right}.mobile_menu_trigger button{background-color:transparent;line-height:1;padding:14px 0 15px}.mobile_menu_trigger button svg{fill:#1D1D1B;height:20px;width:28px}body .mobile_menu{max-width:400px}body .mobile_menu.active.position_right{-webkit-box-shadow:0 0 20px 0 rgba(29,29,27,.32);box-shadow:0 0 20px 0 rgba(29,29,27,.32)}body .mobile_menu .inner{background-color:#E6E9EE;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-y:auto;padding-left:20px;padding-right:20px;padding-top:20px}body .mobile_menu .close-button-wrapper{margin-bottom:20px;text-align:right}body .mobile_menu .close-button{background-color:transparent;margin-right:4px;padding-left:0;padding-right:0}body .mobile_menu .close-button svg{fill:#1D1D1B;height:14px;width:14px}.mobile-navigation{font-size:1.25em;font-family:'Museo Sans',Verdana,serif;font-weight:300}.mobile-navigation ul{margin:0;padding:0}.mobile-navigation li{list-style-type:none}.mobile-navigation a,.mobile-navigation span{letter-spacing:.02em;position:relative}.mobile-navigation a{color:#1D1D1B}.mobile-navigation .submenu_show>a,.mobile-navigation span{color:#2DAAE1;font-weight:700}.mobile-navigation .level_1>li>a,.mobile-navigation .level_1>li>span{border-bottom:1px solid #D7DDE2;display:block;padding-bottom:25px;padding-top:25px}.mobile-navigation .level_2{border-bottom:1px solid #D7DDE2;padding-bottom:12px;padding-top:12px}.mobile-navigation .level_2>li>a,.mobile-navigation .level_2>li>span{color:#6C7276;display:block;padding-bottom:12px;padding-top:12px}.mobile-navigation .level_2>li>span{color:#2DAAE1}.mobile-navigation .mobile-navigation-icon{position:absolute;right:0;top:50%;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.mobile-search{margin-bottom:40px;margin-top:40px}.mobile-search input[type="text"]{font-size:1.25em;background:none;border:none;border-bottom:1px solid #1D1D1B;border-radius:0;font-family:'Museo Sans',Verdana,serif;padding-left:30px}.mobile-search input[type="text"]::-webkit-input-placeholder{color:#1D1D1B}.mobile-search input[type="text"]::-moz-placeholder{color:#1D1D1B}.mobile-search input[type="text"]:-ms-input-placeholder{color:#1D1D1B}.mobile-search input[type="text"]:-moz-placeholder{color:#1D1D1B}.mobile-search .submit_container{display:none}.mobile-search .widget-text{padding-left:0;padding-right:0;position:relative}.mobile-search .search-icon{left:0;position:absolute;top:10px}.mobile-search .search-icon svg{height:20px;width:20px}.u_4,.u_5,.u_7,.u_8{float:none;width:100%}.u_3{width:50%}.grid [class*="u_"]+[class*="u_"]{margin-top:55px}.grid .u_3+.u_3{margin-top:0}.mobile-layout-narrow>.grid{max-width:640px}.pipeline-chart-article>.grid{max-width:none}.ce_teasertext .inner{border-bottom:none;border-top:none;padding-top:0;position:relative}.ce_teasertext .inner:before{background-color:#D3DCE4;bottom:0;content:" ";display:block;height:3px;left:0;max-width:350px;position:absolute;width:100%}.ce_teasertext.mobile-inline .inner{border-bottom:3px solid #D3DCE4;border-top:3px solid #D3DCE4;display:-ms-flexbox;display:-webkit-flex;display:flex;padding-top:50px}.ce_teasertext.mobile-inline .inner:before{display:none}.ce_teasertext.mobile-inline .image_container{margin-bottom:0;min-width:33%;padding-right:20px}.ce_teasertext.mobile-inline .text-wrapper{margin-bottom:0;padding-left:20px}.ce_introtext{max-width:none}.ce_text_big p{font-size:1em}.mod_newslist .layout_latest{float:left;margin-top:80px!important;width:50%}.mod_newslist .layout_latest:nth-child(3n+1){clear:none}.mod_newslist .layout_latest:nth-child(2n+1){clear:both}.newslist-with-filter .layout_latest{float:none;margin-top:0!important;width:100%}.newslist-with-filter .more,.newslist-with-filter .enclosure-downloads{position:static}.newslist-with-filter .news-filter-buttons li{font-size:1em;padding:10px 15px}.newslist-with-filter .selectric .label{font-size:16px;padding:12px 17px}.newslist-with-filter .selectric .button{height:44px;width:44px}.newslist-with-filter .selectric .button:after{border:6px solid transparent;border-top-color:#fff;top:5px}.newslist-with-filter .selectric-items li{font-size:16px}h1+.mod_newslist,h1+.mod_newsarchive{margin-top:-40px!important}h3+.mod_newslist{margin-top:0!important}h1+.news-home,h2+.news-home{margin-top:-40px!important}.mod_newsarchive .layout_latest{float:left;margin-top:80px!important;width:50%}.mod_newsarchive .layout_latest:nth-child(3n+1){clear:none}.mod_newsarchive .layout_latest:nth-child(2n+1){clear:left}.mod_newslist.all-downloads{margin-top:-20px!important}.mod_newsreader .ce_text,.mod_newsreader .press-contact-description,.mod_newsreader .press-contact-phone-mail{font-size:1em}.mod_newsreader .ce_sociallink svg{height:34px;width:34px}.ce_text_image_autoheight{padding-bottom:0;padding-top:0}.ce_text_image_autoheight.image_float_left .image_container,.ce_text_image_autoheight.image_float_right .image_container{float:none;height:auto;margin-bottom:40px;margin-left:0;margin-right:0;padding-left:0;padding-right:0;position:static;top:auto;width:auto}.ce_text_image_autoheight.image_float_left .text-wrapper,.ce_text_image_autoheight.image_float_right .text-wrapper{float:none;margin-left:0;padding-left:0;padding-right:0;width:auto}.ce_person.person-cols-3{width:33.333%}.ce_person .inner p{font-size:1.125em}.person-popup{padding-left:40px;padding-right:40px}.person-popup .popup-image{margin-right:20px;margin-bottom:40px}.person-popup .popup-image+.popup-text{float:none;max-width:none;width:auto}.person-type-board:nth-child(4) .inner{border-top:none;padding-top:15px}.person-type-board:nth-child(3n+1){clear:left}.person-type-board:nth-child(1) .inner,.person-type-board:nth-child(2) .inner,.person-type-board:nth-child(3) .inner{border-top:3px solid #D3DCE4}.ce_personfilter li{font-size:1em;padding:10px 15px}.ce_sliderwrapperstart_intro .ce_textonimage.type-slider .content-inner{max-width:75%}.ce_textonimage.type-content:before{width:100%}.ce_sliderwrapperstart_history .owl-item>*{max-width:none;padding-left:100px;padding-right:100px}.ce_sliderwrapperstart_history .owl-prev{left:35px}.ce_sliderwrapperstart_history .owl-next{right:35px}.ce_sliderwrapperstart_history .owl-nav-icon svg{height:50px;width:25px}.pipeline-head-title{font-size:16px}.pipeline-head-title>span{padding-left:10px;padding-right:10px}.accordion>div>*{width:100%}.platform-and-products-wrapper{margin-top:50px}}@media all and (max-width:800px){.person-popup .popup-image{float:none;margin-right:0;padding-left:0;padding-right:0;width:100%}.person-popup .popup-image img{max-height:50vh;width:auto}.person-popup .popup-text{padding-left:0;padding-right:0}}@media all and (max-width:880px){.company-teaser-wrapper .ce_teasertext{width:50%}}@media all and (max-width:768px){.hideBelowTablet{display:none}.showBelowTablet{display:block}h1,.h1{font-size:2em}h2,.h2{font-size:1.625em}h3,.h3{font-size:1.375em}h4,.h4{font-size:1.125em}h1+*:not(.ce_text):not(.text-wrapper):not(p):not([class*="u_"]){margin-top:40px}h2+*:not(.ce_text):not(.text-wrapper):not(p):not([class*="u_"]){margin-top:40px}h3+*:not(.ce_text):not(.text-wrapper):not(p):not([class*="u_"]){margin-top:40px}.footer-meta-tablet{margin-top:30px}.footer-meta-tablet a{color:#FFF;text-decoration:underline}.mod_breadcrumb+.sub-navigation{padding-top:30px}body:not(.with-newsmenu) .sub-navigation{margin-bottom:40px}#main .mod_article.first{padding-top:60px}#main .sub-navigation+.mod_article{padding-top:0}#main .mod_article{padding-bottom:60px}.mod_search .section-keywords{-webkit-flex:1;-ms-flex:1;flex:1;width:auto}.mod_newsreader .news-full-main,.mod_newsreader .news-full-sidebar{float:none;width:auto}.mod_newsreader .news-full-sidebar{margin-top:80px;max-width:320px}.mod_newsreader .press-contact{margin-bottom:60px}.mod_newsreader .ce_sociallink{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.newslist-with-filter .filter-wrapper{display:block}.newslist-with-filter .filter-wrapper+.filter-wrapper{margin-top:40px}.newslist-with-filter .download-overlay .icon{margin-bottom:20px}.newslist-with-filter .download-overlay .icon svg{height:70px;width:75px}.newslist-with-filter .download-overlay .title{font-size:20px}.newslist-with-filter .download-overlay .type-filesize{font-size:14px}.mod_breadcrumb{font-size:.8125em}.ce_person.person-cols-1-5,.ce_person.person-cols-3,.ce_person.person-cols-4{width:50%}.person-type-board:nth-child(3) .inner{border-top:none;padding-top:15px}.person-type-board:nth-child(3n+1){clear:none}.person-type-board:nth-child(2n+1){clear:left}.ce_text .image_container.float_left,.ce_text .image_container.float_right{float:none;margin-left:0;margin-right:0}.ce_textonimage.type-content .content-inner{width:100%}.ce_sliderwrapperstart_intro img{height:auto;left:0;min-height:0;top:0;z-index:1;width:100%}.ce_sliderwrapperstart_intro .owl-nav{display:none}.ce_sliderwrapperstart_intro .owl-dots{bottom:auto;ka top:265px}.ce_sliderwrapperstart_intro .owl-dot{height:16px;width:16px}.ce_sliderwrapperstart_intro .ce_textonimage.type-slider:before{display:none}.ce_sliderwrapperstart_intro .ce_textonimage.type-slider .content-outer{margin-top:40px;padding-bottom:0;position:static;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.ce_sliderwrapperstart_intro .ce_textonimage.type-slider .content-inner{max-width:none}.ce_gallery .narrow{margin-left:-20px;margin-right:-20px}.ce_gallery .cols_4 li,.ce_gallery .cols_5 li,.ce_gallery .cols_6 li{width:33.333%}.ce_gallery .tiling li:nth-child(4) figure,.ce_gallery .tiling li:nth-child(5) figure{border-top:none}}@media all and (max-width:660px){.mod_newslist .layout_latest{float:none;margin-top:40px!important;width:100%}.newslist-with-filter .layout_latest{margin-top:0!important}.ce_sliderwrapperstart_content{background:#E6E9EE}.ce_sliderwrapperstart_content .owl-carousel{padding-bottom:70px}.ce_sliderwrapperstart_content .owl-dots{bottom:20px}.ce_sliderwrapperstart_content .owl-nav{display:none}.ce_slidercontent{padding-left:0;padding-right:0}}@media all and (max-width:600px){.grid [class*="u_"]+[class*="u_"]{margin-top:40px}.u_3{float:none;width:100%}.ce_text ul,.ce_text ol,.ce_list ul,.ce_list ol,p{font-size:.875em}blockquote{padding-top:30px}blockquote footer{margin-top:20px}blockquote .quote-text{font-size:1em}blockquote .quote-icon svg{height:55px;width:70px}blockquote .quote-link{margin-top:20px}button,.button{font-size:1em}.sub-navigation a,.sub-navigation span{font-size:.9375em;padding:10px 20px}.mod_breadcrumb{padding-top:30px}.footer-contact-information .ce_text{float:none;width:auto}.footer-social-icons svg{height:22px;width:22px}.footer-social-icons .ce_text{margin-top:28px}.ce_introtext p{font-size:1em}.ce_sliderwrapperstart_history .owl-item>*{padding-left:60px;padding-right:60px}.ce_sliderwrapperstart_history .owl-nav-icon svg{height:36px;width:18px}.ce_sliderwrapperstart_history .owl-prev{left:15px}.ce_sliderwrapperstart_history .owl-next{right:15px}.ce_textonimage.type-slider .content-outer{padding-bottom:20px;padding-top:20px}.ce_textonimage.type-slider .text-wrapper{margin-bottom:20px}.ce_textonimage.type-content:before{display:none}.ce_textonimage.type-content img{height:300px;max-height:50vh;position:static;z-index:auto}.ce_textonimage.type-content .content-outer{padding-bottom:20px;padding-top:20px}.ce_textonimage.type-content .text-wrapper{margin-bottom:20px}.ce_teasertext .inner{padding-bottom:35px;padding-top:0}.ce_teasertext .inner:before{max-width:none}.ce_teasertext .image_container img{width:100%}.ce_teasertext.mobile-inline .inner{display:block;padding-top:35px}.ce_teasertext.mobile-inline .image_container{margin-bottom:20px;min-width:0;padding-right:0;width:100%}.ce_teasertext.mobile-inline .image_container img{max-width:100%;width:auto}.ce_teasertext.mobile-inline .text-wrapper{padding-left:0;width:100%}.company-teaser-wrapper .ce_teasertext{width:100%}.mod_newslist{margin-top:0}.mod_newslist .layout_latest.first{margin-top:40px}.mod_newslist .image_container{margin-bottom:30px}.mod_newslist .news-inner{display:block;padding-bottom:35px}.mod_newslist .image_container{padding-right:0;width:100%}.mod_newslist .image_container img{width:100%}.mod_newslist .text-wrapper-outer{min-width:0;padding-left:0;width:100%}h1+.mod_newslist,h1+.mod_newsarchive{margin-top:0!important}.mod_newsarchive .image_container{margin-bottom:30px}.mod_newsarchive .layout_latest,.mod_newsarchive .layout_latest+.layout_latest{float:none;margin-top:60px;width:100%}.mod_newsarchive .news-inner{padding-bottom:35px}h1+.newslist-with-filter{margin-top:0!important}.newslist-with-filter .filter-outer-wrapper{margin-bottom:60px;margin-top:40px}.newslist-with-filter .news-inner{padding-bottom:20px}.newslist-with-filter .image_container{min-height:20px}.newslist-with-filter .image_container img{display:none}.news-filter-buttons{margin-top:0}.news-filter-buttons li{font-size:.9375em;padding:10px 20px}h1+.news-home,h2+.news-home{margin-top:-10px!important}.news-home .image_container img{display:none}.news-filter-headline{margin-top:0}.mod_newsreader .press-contact-description,.mod_newsreader .press-contact-phone-mail{font-size:.875em}.person-popup{margin-bottom:6px;margin-top:6px}.person-popup .mfp-close,.person-popup .mfp-close:active{right:20px;top:20px}.person-popup p{font-size:1em}.platform-and-products-wrapper{margin-top:40px}.ce_accordion .accordion,.ce_accordionStart .accordion{padding-left:0;padding-right:0}}@media all and (max-width:550px){.ce_person{float:none}.ce_person.person-cols-1-5,.ce_person.person-cols-3,.ce_person.person-cols-4{width:100%}.person-type-board:nth-child(2) .inner{border-top:none;padding-top:15px}.ce_gallery .cols_3 li,.ce_gallery .cols_4 li,.ce_gallery .cols_5 li,.ce_gallery .cols_6 li{width:50%}.ce_gallery .tiling li:nth-child(3) figure{border-top:none}}@media all and (max-width:480px){button,.button{font-size:.875em;padding:7px 15px 8px}.immatics-logo img{height:40px;width:113px}.mobile_menu_trigger button{height:40px;line-height:1}.mobile-navigation{font-size:1.125em}.mobile-navigation .level_1>li>a,.mobile-navigation .level_1>li>span{padding-bottom:20px;padding-top:20px}.mobile-navigation .level_2{padding-bottom:8px;padding-top:8px}body .mobile_menu .close-button-wrapper{margin-bottom:5px}body .mobile_menu .inner{padding-top:15px}.mod_search .search-form-section-wrapper{display:block}.mod_search .section-keywords{margin-bottom:20px;width:100%}.ce_sliderwrapperstart_history{padding-bottom:80px;padding-top:50px}.ce_sliderwrapperstart_history .owl-nav{display:none}.ce_sliderwrapperstart_history .owl-item>*{padding-left:20px;padding-right:20px}.ce_sliderwrapperstart_history .owl-dots{bottom:-45px}.ce_sliderwrapperstart_history .owl-dot{height:16px;width:16px}body .mfp-container{padding-left:0;padding-right:0}.person-popup{margin-bottom:0;margin-top:0;padding-left:20px;padding-right:20px}}@media all and (max-width:420px){.footer-social-icons{top:-18px}.footer-social-icons .ce_text{float:none;margin-right:0;margin-top:0}}
/* mobile_menu extension for Contao Open Source CMS, Copyright (C) 2011-2015 Codefog */
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,0.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,0.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,0.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,0.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,0.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
