.clearfix:after, #content section .row:after, #content section .height-row:after, #content section .box-container:after, .slider-wrapper .caption-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px, ... */
/* ==========  Base color definition  ========== */
/* ==========  Header colors  ========== */
/* ==========  Login colors  ========== */
/* ==========  Navigation colors  ========== */
/* ==========  Navigation mobile colors  ========== */
/* ==========  Sub Navigation colors  ========== */
/* ==========  Footer colors  ========== */
/* ==========  Sections colors  ========== */
/* ==========  Global colors  ========== */
/* header styles */
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 36px;
  overflow: hidden;
  background-color: #F5F5F5;
  padding: 5px 0;
  box-sizing: border-box;
  z-index: 9;
}
@media only screen and (max-width: 59.375em) {
  header {
    display: none;
  }
}
header .toggle-login {
  float: left;
  color: #af2e3e;
  position: relative;
  padding-right: 18px;
  display: inline-block;
}
header .toggle-login:after {
  position: absolute;
  right: 4px;
  font-size: 8px;
  content: "\25BC";
  -webkit-transform: scale(1.45, 0.9);
      -ms-transform: scale(1.45, 0.9);
          transform: scale(1.45, 0.9);
  top: 0;
}
.login-open header .toggle-login:after {
  -webkit-transform: scale(1.45, 0.9) rotate(180deg);
      -ms-transform: scale(1.45, 0.9) rotate(180deg);
          transform: scale(1.45, 0.9) rotate(180deg);
  right: 6px;
}
header a {
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  color: #9e9e9e;
  letter-spacing: 0.8px;
}
header a .symbol,
header a .symbol-inner-line {
  stroke: #9e9e9e;
}
header a:hover {
  color: #5e5e5e;
}
header a:hover .symbol,
header a:hover .symbol-inner-line {
  stroke: #5e5e5e;
}
header ul {
  float: right;
}
header ul li {
  float: left;
  display: block;
  padding-right: 20px;
}
header ul li.icon-wrapper {
  padding-right: 0px;
}
header ul li.icon-wrapper .icon {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.9);
      -ms-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
}
header .icon.twitter {
  height: 35px;
  width: 35px;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon .circle {
  stroke: none;
  fill: none;
}
.icon.email {
  height: 40px;
  width: 40px;
}
.icon.print {
  height: 40px;
  width: 23px;
  margin-left: 6px;
}
.icon.download {
  width: 18px;
  height: 12px;
}
.icon.twitter {
  height: 40px;
  width: 40px;
}

/* footer styles */
footer {
  box-sizing: border-box;
  border-top: 1px solid #DFDFDF;
}

.zeit-logo {
  display: inline-block;
  position: relative;
  top: 20px;
}

#zeit-logo-svg {
  width: 120px;
  height: 43px;
}
/*.zeit-logo:not(:hover) #zeit-logo-svg .zeit-logo-background {
  fill: #000;
  stroke: none;
}*/

/* layout styles */
html {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  color: #5e5e5e;
}

body {
  padding: 0;
  margin: 0;
font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 59.375em) {
  .login-open body {
    overflow: hidden;
    height: 100%;
  }
}

a {
  text-decoration: none;
  -webkit-transition: color .3s;
          transition: color .3s;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.container {
  max-width: 1255px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 10px;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

.wrapper {
  clear: both;
  width: 97.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  float: none;
}

button {
  opacity: 1.0;
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
  cursor: pointer;
}
button:hover, button:focus {
  opacity: 1;
}
button.red {
  color: #FFF;
  background-color: #af2e3e;
  border-color: #af2e3e;
}

.symbol,
.symbol-inner-line {
  -webkit-transition: stroke .3s, fill .3s;
          transition: stroke .3s, fill .3s;
}

.pushing {
  margin-top: 36px;
  -webkit-transition: margin-top .3s;
          transition: margin-top .3s;
}
@media only screen and (max-width: 59.375em) {
  .pushing {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 59.4375em) {
  .login-open .pushing {
    margin-top: 81px;
  }
}

.small-only {
  display: none !important;
}
@media only screen and (max-width: 59.375em) {
  .small-only {
    display: block !important;
  }
}

html, body {
  height: 100%;
}

.sf-wrapper {
  min-height: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: -90px;
}

footer, .push-footer {
  height: 90px;
}

@media only screen and (max-width: 59.375em) {
  body:after {
    content: "small";
    display: none;
  }
}
@media only screen and (min-width: 59.4375em) and (max-width: 64em) {
  body:after {
    content: "medium";
    display: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  body:after {
    content: "large";
    display: none;
  }
}
/* login styles */
#login {
  position: fixed;
  top: 36px;
  width: 100%;
  height: 0;
  background-color: #F5F5F5;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition: height .3s, background-color .3s, height .3s;
          transition: height .3s, background-color .3s, height .3s;
  z-index: 9;
}
@media only screen and (max-width: 59.375em) {
  #login {
    top: 60px;
    height: 0 !important;
    background: transparent;
  }
}
#login .container {
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
  opacity: 0;
  padding-top: 1px;
  padding-bottom: 1px;
}
.login-open #login {
  height: 45px;
  background-color: rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width: 59.375em) {
  .login-open #login {
    left: 0;
    right: 0;
    height: 100% !important;
    overflow: auto;
  }
}
.login-open #login .container {
  opacity: 1;
}
@media only screen and (max-width: 64em) {
  #login .wrapper {
    width: 100%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    margin-right: -1.38889%;
    margin-left: -1.38889%;
    padding-right: 1.38889%;
    padding-left: 1.38889%;
  }
  #login .container {
    margin: 0 1px;
  }
}
#login form {
  overflow: hidden;
  font-style: italic;
}
#login input {
  display: inline-block;
  border: 0px solid white;
  border: none;
  padding: 0 6px;
  font: 19px "myriad-pro", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font: 1.1875rem "myriad-pro", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  vertical-align: middle;
  line-height: 43px;
  height: 43px;
}
#login input:focus {
  box-shadow: none;
  outline: none;
}
#login input[type=text] {
  float: left;
  border-right: 1px solid #000;
}
@media only screen and (max-width: 59.375em) {
  #login input[type=text] {
    border: none;
  }
}
#login input {
  width: 25%;
  letter-spacing: 0.8px;
  font-style: italic;
}
@media only screen and (max-width: 59.375em) {
  #login input {
    display: block;
    margin-bottom: 20px;
    float: none;
    width: 80%;
  }
}
#login button {
  float: right;
  display: block;
  border: none;
  padding: 0 14px;
  line-height: 43px;
  height: 43px;
  font: 19px "myriad-pro", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font: 1.1875rem "myriad-pro", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  vertical-align: middle;
  font-style: italic;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 59.375em) {
  #login button {
    float: none;
    padding: 0 30px;
    margin-top: 20px;
  }
}
#login .password-forgotten {
  vertical-align: middle;
  color: #c5c5c5;
  padding-left: 20px;
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 59.375em) {
  #login .password-forgotten {
    padding-left: 0;
  }
}
#login .password-forgotten:hover {
  color: #DFDFDF;
}
#login .heading {
  margin: 20px 0 30px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFF;
  position: relative;
}

.close-icon {
  height: 5px;
  width: 30px;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
}
.close-icon:after, .close-icon:before {
  height: 5px;
  width: 30px;
  background: white;
  position: absolute;
  display: block;
  content: '';
  top: 0;
}
.close-icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.close-icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-icon-wrapper {
  font-size: 32px;
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 1px;
  width: 60px;
  height: 60px;
  padding-top: 26px;
  box-sizing: border-box;
  opacity: .8;
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
}
.close-icon-wrapper:hover {
  opacity: 1;
}

#stage .stage-image {
  overflow: hidden;
  max-height: 650px;
  min-height: 220px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: max-height .3s, min-height .3s;
          transition: max-height .3s, min-height .3s;
}
#stage .push {
  height: 0;
  width: 1%;
  float: left;
}
#stage .no-push {
  float: left;
  width: 99%;
}
#stage #logo-stage {
  margin: 20px 0 55px;
  opacity: 0;
  -webkit-transition: margin-top .5s, opacity .5s;
          transition: margin-top .5s, opacity .5s;
}
@media only screen and (max-width: 59.375em) {
  #stage #logo-stage {
    display: none;
  }
}
#stage.show #logo-stage {
  opacity: 1;
  margin-top: 30px;
}
#stage #logo-svg-stage {
  width: 550px;
  height: 155px;
}
@media only screen and (min-width: 59.4375em) and (max-width: 64em) {
  #stage #logo-svg-stage {
    width: 500px;
    height: 119px;
  }
}
#stage .logo-text,
#stage .logo-line {
  fill: white;
}


/* Navigation pane - general CSS */
nav {
  width: 100%;
  height: 77px;
  background: white;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  z-index: 6;
  position: relative;
}
@media only screen and (max-width: 59.375em) {
  nav {
    -webkit-transition: none;
            transition: none;
    height: 60px;
    position: fixed;
    top: 0 !important;
    z-index: 10;
  }
}
@media only screen and (min-width: 59.4375em) {
  .sub-nav-open nav {
    box-shadow: none;
  }
}
nav .container {
  position: relative;
}
nav #navigation {
  overflow: hidden;
  margin-left: 225px;
  text-align: right;
  font-size: 0;
  display: block;
}
@media only screen and (min-width: 59.4375em) {
  nav #navigation {
    line-height: 77px;
    height: 77px;
  }
}
@media only screen and (max-width: 59.375em) {
  nav #navigation {
    position: fixed;
    width: 250px;
    top: 60px;
    right: 0;
    background: white;
    margin: 0;
    text-align: left;
    overflow: auto;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
    bottom: 0;
    opacity: 0;
    display: none;
  }
  .navigation-open nav #navigation {
    -webkit-animation: mobileNavFade .3s;
            animation: mobileNavFade .3s;
    -webkit-animation-direction: reverse;
            animation-direction: reverse;
    display: block;
    opacity: 1;
  }
}
nav #navigation li {
  display: inline-block;
  padding-left: 50px;
}
@media screen and (max-width: 1140px) {
  nav #navigation li {
    padding-left: 35px;
  }
}
@media only screen and (min-width: 59.4375em) and (max-width: 64em) {
  nav #navigation li {
    width: 25%;
    padding-left: 0;
    text-align: center;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 59.375em) {
  nav #navigation li {
    float: none;
    display: block;
    padding-left: 0;
  }
}
nav #navigation li.login a {
  color: #af2e3e;
  border: none;
  padding-top: 20px;
  padding-bottom: 45px;
}
nav #navigation li.login a:hover {
  color: #5e5e5e;
}
@media only screen and (min-width: 59.4375em) {
  nav #navigation li.first {
    padding-left: 0;
  }
}
nav #navigation li a {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: normal;
  box-sizing: border-box;
  color: #000;
}
@media only screen and (max-width: 59.375em) {
  nav #navigation li a {
    display: block;
    position: relative;
    padding: 9px 22px;
    border-top: 1px solid #DFDFDF;
    font-size: 1.125rem;
  }
  nav #navigation li a.has-sub-nav:after {
    position: absolute;
    right: 22px;
    font-size: 11px;
    content: "\25BC";
    -webkit-transform: scale(1.45, 0.9);
        -ms-transform: scale(1.45, 0.9);
            transform: scale(1.45, 0.9);
    top: 12px;
  }
  nav #navigation li a.has-sub-nav.open:after {
    -webkit-transform: scale(1.45, 0.9) rotate(180deg);
        -ms-transform: scale(1.45, 0.9) rotate(180deg);
            transform: scale(1.45, 0.9) rotate(180deg);
    right: 22px;
    top: 14px;
  }
}


nav #navigation li a:hover, nav #navigation li a.active {
  color: #9e9e9e;
}
nav #navigation li > ul {
  display: none;
  background-color: #F5F5F5;
}

/* sub menu in full screen mode */

@media only screen and (min-width: 59.4375em) {
  nav #navigation li > ul {
    display: none;
    position: absolute;
    z-index: 1;
    top: 77px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }

  nav #navigation li.open > ul {
    display: block !important;
    width: inherit;
  }

  nav #navigation li.open > ul > li {
    display: block;
    position: relative;
    padding: 0px;
  }

  nav #navigation li.open > ul > li > a {
    display: block;
    position: relative;
    padding: 4.5px 18px 4.5px 18px;
    border-top: 1px solid #DFDFDF;
    font-size: 1.125rem;
    min-width: 140px;
    text-align: left;
    line-height: 200%;
  }
}


nav #logo-navigation a img {
  max-height: 67px;
}
@media only screen and (max-width: 59.375em) {
  nav #logo-navigation a img {
    max-height: 48px;
  }
}

nav #logo-navigation {
  float: left;
}
nav #logo-navigation a {
  position: relative;
  display: block;
  top: 2px;
}
@media only screen and (max-width: 59.375em) {
  nav #logo-navigation a {
    top: 7px;
  }
}
nav #logo-navigation #logo-svg {
  height: 50px;
  width: 209px;
}
@media only screen and (max-width: 59.375em) {
  nav #logo-navigation #logo-svg {
    width: 188px;
    height: 45px;
  }
}

.stuck {
  -webkit-transition: top .3s;
          transition: top .3s;
  position: fixed;
  width: 100%;
  top: 36px;
}


.login-open .stuck {
  top: 81px;
}

.toggle-navigation {
  font-size: 32px;
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding-top: 26px;
  box-sizing: border-box;
  display: none;
  box-shadow: none;
  -webkit-transition: box-shadow .3s;
          transition: box-shadow .3s;
}
@media only screen and (max-width: 59.375em) {
  .toggle-navigation {
    display: block;
  }
}
.navigation-open .toggle-navigation {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
}
.toggle-navigation:after {
  content: '';
  position: absolute;
  height: 10px;
  width: 100%;
  bottom: 0;
  z-index: 20;
  background: white;
}
.toggle-navigation * {
  opacity: 0.6;
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
}
.toggle-navigation:hover * {
  opacity: 1;
}

.burger-icon {
  height: 5px;
  width: 30px;
  background: black;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
}
.navigation-open .burger-icon {
  background: transparent;
}
.burger-icon:after, .burger-icon:before {
  -webkit-transition: -webkit-transform .3s;
          transition: transform .3s;
  height: 5px;
  width: 30px;
  background: black;
  position: absolute;
  display: block;
  content: '';
}
.navigation-open .burger-icon:after, .navigation-open .burger-icon:before {
  top: 0;
}
.burger-icon:after {
  top: -10px;
}
.navigation-open .burger-icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.burger-icon:before {
  bottom: -10px;
}
.navigation-open .burger-icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@-webkit-keyframes mobileNavFade {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
#content.pushing {
  margin-top: 113px;
}
@media only screen and (max-width: 59.375em) {
  #content.pushing {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 59.4375em) {
  .login-open #content.pushing {
    margin-top: 158px;
  }
}
@media only screen and (min-width: 59.4375em) {
  .sub-nav-open #content.pushing {
    margin-top: 158px;
  }
}
@media only screen and (min-width: 59.4375em) {
  .login-open.sub-nav-open #content.pushing {
    margin-top: 203px;
  }
}

#sub-navigation {
  -webkit-transition: top .3s, height .3s;
          transition: top .3s, height .3s;
  position: fixed;
  width: 100%;
  top: 113px;
  height: 45px;
  overflow: hidden;
  background: #c5c5c5;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.65);
  z-index: 5;
}
@media only screen and (max-width: 59.375em) {
  #sub-navigation {
    height: 0;
    top: 60px;
  }
}
.login-open #sub-navigation {
  top: 158px;
}
#sub-navigation ul {
  white-space: nowrap;
  overflow: hidden;
}
#sub-navigation ul li {
  padding-right: 50px;
  display: inline-block;
  overflow: hidden;
}
@media only screen and (min-width: 59.4375em) and (max-width: 64em) {
  #sub-navigation ul li {
    padding-right: 20px;
  }
}
#sub-navigation ul li:last-child {
  padding-right: 0;
}
@media only screen and (min-width: 40.0625em) and (max-width: 720px) {
  #sub-navigation ul li:last-child a {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#sub-navigation ul li a {
  display: block;
  letter-spacing: 0.5px;
  height: 45px;
  line-height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #F5F5F5;
}
#sub-navigation ul li a:hover, #sub-navigation ul li a.active {
  color: #5e5e5e;
}
/* END Navigation pane */

#content section {
  padding: 70px 0;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media only screen and (max-width: 59.375em) {
  #content section {
    padding: 35px 0;
  }
}
#content section.white {
  background-color: #FFF;
}
#content section.gray {
  background-color: #F5F5F5;
}
#content section .hero {
  margin-bottom: 40px;
}
#content section .hero .hero-image {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: min-height .3s;
          transition: min-height .3s;
}
@media only screen and (max-width: 59.375em) {
  #content section .hero .hero-image {
    min-height: 300px;
  }
}
#content section .hero .push {
  position: relative;
  height: 0;
  width: 100%;
}
#content section .hero img {
  display: block;
  width: 100%;
}
#content section h2, #content section h3 {
  margin: 0;
  padding: 0;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
}
#content section h2 {
  color: #af2e3e;
  padding: 10px 0 0 0;
}
#content section .note {
  color: #af2e3e;
  margin-top: 15px;
  font-weight: 600;
}
#content section h3 {
  color: #000;
}
#content section p {
  padding-bottom: -1em;
}
#content section .content {
  width: 63.88889%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  margin-bottom: -1em;
}
@media only screen and (max-width: 59.375em) {
  #content section .content {
    width: 97.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}
#content section .row + .row {
  margin-top: 70px;
}
@media only screen and (max-width: 59.375em) {
  #content section .row + .row {
    margin-top: 40px;
  }
}
#content section aside {
  margin-bottom: -30px;
  width: 30.55556%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}
@media only screen and (max-width: 59.375em) {
  #content section aside {
    margin-top: 35px;
    width: 97.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}
#content section aside .box {
  margin-bottom: 30px;
}
#content section aside .box a {
  color: #5e5e5e;
}
#content section aside .box a:hover {
  color: #000;
}
#content section#team {
  margin-bottom: -30px;
}
#content section .box-container {
  margin-bottom: -30px;
  clear: both;
}
#content section .box-container.team {
  margin-bottom: 0;
}
#content section .box-container.team .box {
  position: relative;
  padding: 15px 16px 220px 16px;
}
@media only screen and (max-width: 59.375em) {
  #content section .box-container.team .box {
    height: auto !important;
    padding-bottom: 15px;
  }
}
#content section .box-container.team .box .image-person {
  position: absolute;
  bottom: 15px;
  left: 16px;
  right: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 59.375em) {
  #content section .box-container.team .box .image-person {
    position: static;
    margin-top: 25px;
  }
}
#content section .box-container.team .box .image-person img {
  max-width: 100%;
  max-height: 160px;
}
#content section .box-container.conferences .box-wrapper {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 33.33333%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  margin-right: 0;
  margin-left: 0;
  padding: 1.38889%;
}
@media only screen and (min-width: 59.4375em) and (max-width: 64em) {
  #content section .box-container.conferences .box-wrapper {
    width: 50%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 1.38889%;
    padding-left: 1.38889%;
  }
}
@media only screen and (max-width: 59.375em) {
  #content section .box-container.conferences .box-wrapper {
    width: 100%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 1.38889%;
    padding-left: 1.38889%;
  }
}
#content section .box-container.conferences .box-wrapper:hover {
  z-index: 3;
  background-color: #FFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}
#content section .box-container.overview .grid-sizer {
  width: 30.55556%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}
@media only screen and (min-width: 59.4375em) and (max-width: 64em) {
  #content section .box-container.overview .grid-sizer {
    width: 47.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}
@media only screen and (max-width: 59.375em) {
  #content section .box-container.overview .grid-sizer {
    width: 97.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}
#content section .box-container.overview .box-wrapper {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  width: 33.33333%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  margin-right: 0;
  margin-left: 0;
  padding: 1.38889%;
  padding: 1.38889%;
}
@media only screen and (min-width: 59.4375em) and (max-width: 64em) {
  #content section .box-container.overview .box-wrapper {
    width: 50%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 1.38889%;
    padding-left: 1.38889%;
  }
}
@media only screen and (max-width: 59.375em) {
  #content section .box-container.overview .box-wrapper {
    width: 100%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 1.38889%;
    padding-left: 1.38889%;
  }
}
#content section .box-container.overview .box-wrapper:not(.no-hover):hover {
  z-index: 3;
  background-color: #FFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}
@media only screen and (min-width: 64.0625em) {
  #content section .box-container.overview .box-wrapper.double {
    width: 66.66667%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    margin-right: 0;
    margin-left: 0;
    padding: 1.38889%;
    padding: 1.38889%;
  }
}
@media only screen and (min-width: 59.4375em) and (max-width: 64em) {
  #content section .box-container.overview .box-wrapper.double {
    width: 100%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 1.38889%;
    padding-left: 1.38889%;
  }
}
#content section .box-container.overview .box-wrapper .box.twitter-style {
  border: 1px solid #DFDFDF;
  padding: 15px;
}
#content section .box-container.overview .box-wrapper .box.twitter-style .icon.twitter {
  position: relative;
  top: -3px;
}
#content section .box-container.overview .box-wrapper .box.twitter-style .icon.twitter #twitter-icon .symbol {
  fill: #000;
  stroke: none;
}
#content section .box-container.overview .box-wrapper .box.twitter-style .main-title {
  height: 40px;
  line-height: 40px;
}
#content section .box-container.overview .box-wrapper .box.twitter-style a {
  color: #1988c5;
}
#content section .box-container.overview .box-wrapper .box.twitter-style ul {
  margin: 15px 0 -20px;
}
#content section .box-container.overview .box-wrapper .box.twitter-style ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DFDFDF;
}
#content section .box-container.overview .box-wrapper .box.twitter-style ul li:last-child {
  border: none;
}
#content section .box-container.overview .box-wrapper .box img {
  max-width: 100%;
}
#content section .box-container.overview .box-wrapper .box .image {
  margin-bottom: 20px;
}
#content section .box-wrapper {
  margin-bottom: 30px;
  -webkit-transition: -webkit-transform .15s;
          transition: transform .15s;
}
#content section .box-wrapper.drittel {
  width: 30.55556%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}
@media only screen and (min-width: 59.4375em) and (max-width: 64em) {
  #content section .box-wrapper.drittel {
    width: 47.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}
@media only screen and (max-width: 59.375em) {
  #content section .box-wrapper.drittel {
    width: 97.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}
#content section .box-wrapper.viertel {
  width: 22.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
}
@media only screen and (min-width: 59.4375em) and (max-width: 64em) {
  #content section .box-wrapper.viertel {
    width: 47.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}
@media only screen and (max-width: 59.375em) {
  #content section .box-wrapper.viertel {
    width: 97.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}
#content section .box {
  box-sizing: border-box;
  background-color: #FFF;
  word-break: break-word;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
#content section .box.gray {
  padding: 10px 12px;
  background-color: #F5F5F5;
}
#content section .box.borderd {
  border: 1px solid #DFDFDF;
  padding: 9px 11px;
}
#content section .box .title {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #af2e3e;
  font-weight: 600;
}
#content section .box .main-title {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #000;
  font-weight: 600;
}
#content section .box img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#content section .box p {
  margin: 0;
  padding: 15px 0 0 0;
}
#content section .box.highlight {
  padding: 10px 12px;
  background-color: #b2cccc;
}
#content section .box.highlight .main-title {
  color: #FFF;
}
#content section a {
  color: #af2e3e;
}
#content section a.highlight {
  color: #af2e3e;
  text-decoration: underline;
}
#content section ul.with-prefix {
  margin-top: 15px;
}
#content section ul.with-prefix li {
  padding-left: 25px;
  position: relative;
}
#content section ul.with-prefix li .prefix {
  position: absolute;
  top: 1px;
  left: 0;
}

section.white + section.white:before {
  content: '';
  height: 35px;
  width: 100%;
  display: block;
  position: relative;
  top: -70px;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 59.375em) {
  section.white + section.white:before {
    top: -35px;
  }
}

section.white + section.white {
  padding-top: 105px;
}

a[href^="mailto"] {
  color: #af2e3e !important;
  text-decoration: underline !important;
}

.slider-wrapper {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  padding: 40px;
}
@media only screen and (max-width: 59.375em) {
  .slider-wrapper {
    box-shadow: none;
    padding: 0;
  }
}
.slider-wrapper .slick-next {
  right: 30px;
}
.slider-wrapper .slick-prev {
  right: 70px;
  left: inherit;
}
@media only screen and (max-width: 59.375em) {
  .slider-wrapper .slick-prev {
    right: 55px;
  }
}
.slider-wrapper .slick-prev, .slider-wrapper .slick-next {
  z-index: 3;
  opacity: 0.7;
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
}
@media only screen and (max-width: 59.375em) {
  .slider-wrapper .slick-prev, .slider-wrapper .slick-next {
    width: 14px;
  }
}
.slider-wrapper .slick-prev:hover, .slider-wrapper .slick-next:hover {
  opacity: 1;
}
.slider-wrapper .slick-prev .arrow-path, .slider-wrapper .slick-next .arrow-path {
  fill: white;
}
.slider-wrapper .slick-prev:before, .slider-wrapper .slick-next:before {
  font-family: none;
  content: '';
  font-size: 0;
}
.slider-wrapper .slick-list {
  z-index: 2;
}
.slider-wrapper img {
  width: 100%;
}
.slider-wrapper .slider {
  margin-bottom: 10px;
}
.slider-wrapper .info {
  width: 100px;
  float: right;
  text-align: right;
}
@media only screen and (max-width: 59.375em) {
  .slider-wrapper .info {
    display: none;
  }
}
.slider-wrapper .caption {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-right: 110px;
  color: #000;
  float: left;
  font-weight: bold;
}
@media only screen and (max-width: 59.375em) {
  .slider-wrapper .caption {
    float: none;
  }
}
.slider-wrapper .caption .title {
  font-weight: normal;
  color: #af2e3e;
}
.slider-wrapper .number {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #000;
  font-weight: bold;
}

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  img {
    height: auto !important;
    max-width: 100% !important;
  }

  header,
  #login,
  #stage,
  nav .toggle-navigation,
  #navigation,
  #sub-navigation,
  footer {
    display: none !important;
  }

  nav {
    position: static !important;
  }

  .box-wrapper {
    width: 97.22222% !important;
    position: static !important;
    float: none;
    margin-left: 1.38889% !important;
    margin-right: 1.38889% !important;
    margin-bottom: 25px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #content {
    margin-top: 0 !important;
  }
  #content section.white + section.white:before {
    display: none !important;
  }
  #content .hero {
    margin-bottom: 0 !important;
    height: 0  !important;
  }
  #content section {
    padding: 10px 0 !important;
  }
  #content section .box.highlight {
    padding: 0;
    background: white;
  }
  #content section .box.highlight .main-title {
    color: black;
  }
  #content section#team .viertel .box {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  #content section#team .viertel .box .image-person {
    position: static !important;
    margin-top: 20px !important;
  }
  #content section .overview .grid-sizer,
  #content section .overview .box-wrapper {
    width: 97.22222% !important;
    float: left;
    margin-left: 1.38889% !important;
    margin-right: 1.38889% !important;
    margin-bottom: 25px !important;
  }

  #impressions {
    display: none !important;
  }
}

.slider > div+div > img {
  display: none;
}

.content ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}