.agendaTabs {
  list-style-type: none;
  margin: 1px 0; }

.agendaTabs-Items {
  list-style: none; }

.agendaTabs-Items-Link {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #364459;
  background: #f7f0e8;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 15px 0;
  position: relative; }

.agendaTabs-Items-Link-active {
  text-decoration: none;
  background: #364459;
  color: #fff;
  /*arrow*/ }

.agendaTabs-Items-Link-active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #364459;
  border-width: 8px;
  margin-left: -8px;
  z-index: 200; }

.agendaTabs-Items-Link:hover {
  text-decoration: none;
  background: #364459;
  color: #fff; }

.agendaWrapper {
  position: relative;
  background: #f7f0e8;
  display: none; }

.agendaWrapper-open {
  display: block; }

.agendaWrapper .agendaSection {
  font-family: Arial, sans-serif;
  display: none;
  padding: 24px 30px 24px 125px;
  position: absolute;
  min-height: 192px;
  left: 0;
  right: 0; }

.agendaWrapper .agendaSection-open {
  display: block; }

.agendaWrapper .agendaSection-Date {
  font-weight: 700;
  font-size: 15px;
  color: #364459;
  letter-spacing: 0.1em;
  padding-bottom: 23px; }

.agendaWrapper .agendaSection-Title {
  font-weight: 700;
  font-size: 30px;
  color: #364459;
  letter-spacing: 0em;
  padding-bottom: 23px; }

.agendaWrapper .agendaSection-Text {
  font-family: Times New Roman, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  letter-spacing: 0em;
  padding-bottom: 48px;
  width: 70%; }

.agendaWrapper .agendaSection-GeneralInfo {
  float: left;
  position: relative;
  padding: 0 80px 0 20px;
  /*Vertical-Divider*/ }

.agendaWrapper .agendaSection-GeneralInfo:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 10%;
  border-left: 1px solid #364459;
  content: '';
  height: 31px; }

.agendaWrapper .agendaSection-GeneralInfo-Title {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #364459;
  letter-spacing: 0em;
  line-height: 1;
  padding-bottom: 7px; }

.agendaWrapper .agendaSection-GeneralInfo-Text {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #364459;
  letter-spacing: 0em;
  line-height: 1;
  padding-bottom: 7px; }

.agendaWrapper .agendaSection-GeneralInfo-Link {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #364459;
  letter-spacing: 0em;
  line-height: 1;
  padding-bottom: 7px; }

.agendaWrapper .agendaSection-GeneralInfo-Link:hover {
  text-decoration: none; }

.agendaWrapper .agendaSection-Special {
  position: absolute;
  background: #364459;
  right: 30px;
  top: 24px;
  padding: 26px 5px 0;
  max-width: 200px;
  text-align: center; }

.agendaWrapper .agendaSection-Special-Tag {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #f3e9dc;
  line-height: 1; }

.agendaWrapper .agendaSection-Special-Tag:after {
  content: '';
  display: block;
  background: #f3e9dc;
  clear: both;
  float: none;
  width: 25px;
  height: 1px;
  margin: 10px auto 13px;
  border: none; }

.agendaWrapper .agendaSection-Special-Title {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0em;
  color: #f3e9dc;
  padding-bottom: 28px;
  line-height: 1.2; }

.agendaWrapper .agendaSection-Special-Text {
  font-family: Times New Roman, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0em;
  color: #f3e9dc;
  padding-bottom: 14px; }

.span1_2 {
  width: 10%; }

.span1_2:first-child {
  padding-left: 0; }

.span1_2:last-child {
  padding-right: 0; }

.hoveredPlusSign {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
  overflow: hidden;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear; }

a:hover .hoveredPlusSign,
.hoveredPlusSign:hover {
  width: 164px; }

.hoveredPlusSign:hover > .plusSign {
  background: #999999;
  background: rgba(153, 153, 153, 0.95); }

a:hover .hoveredPlusSign > .flag,
.hoveredPlusSign:hover > .flag {
  display: block; }

.hoveredPlusSign .flag {
  background: #cccccc;
  background: rgba(204, 204, 204, 0.65);
  display: none;
  font-size: 10px;
  position: absolute;
  right: 44px;
  margin: 0;
  line-height: 44px;
  letter-spacing: 0.1em;
  top: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  width: 120px;
  height: 44px; }

.hoveredPlusSign .flag:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #999999;
  top: 17px;
  right: 0;
  position: absolute; }

.nf-ctabox {
  background: #f3f3f3;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 34px;
  margin: 0;
  padding: 1px 0 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%; }

.nf-ctabox:hover {
  background: #DDDDDD;
  text-decoration: none; }

.nf-ctabox_text {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .2em;
  color: #333;
  line-height: 34px;
  text-transform: uppercase;
  text-align: center;
  padding: 1px 0 0; }

.nf-ctabox_text:after {
  content: ">";
  font-family: iconFont;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  font-size: 7px;
  margin-left: 3px; }

.hoveredPlusSign {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
  overflow: hidden;
  -webkit-transition: width .2s linear;
  -moz-transition: width .2s linear;
  -o-transition: width .2s linear;
  transition: width .2s linear; }

.hoveredPlusSign .flag {
  background: #ccc;
  background: rgba(204, 204, 204, 0.65);
  display: none;
  font-size: 10px;
  position: absolute;
  right: 44px;
  margin: 0;
  line-height: 44px;
  letter-spacing: .1em;
  top: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  width: 120px;
  height: 44px; }

.plusSign {
  background: #999;
  background: rgba(153, 153, 153, 0.65);
  position: absolute;
  display: block;
  height: 44px;
  width: 44px;
  right: 0;
  top: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0); }

.teaserHoveredPlus {
  cursor: pointer; }

.shiftedBorderContainer {
  position: relative;
  padding-top: 20px;
  margin-top: 10px;
  z-index: 1; }
  .shiftedBorderContainer:after {
    display: block;
    content: "";
    clear: both; }
  .shiftedBorderContainer.isOverlapping {
    margin-bottom: 70px; }
    .shiftedBorderContainer.isOverlapping .shiftedBorder {
      bottom: -35px; }
  .shiftedBorderContainer .textContent {
    box-sizing: border-box;
    padding-left: 35px;
    padding-right: 55px; }
  .shiftedBorderContainer .shiftedBorder {
    border: 4px solid #F89262;
    bottom: 30px;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: 0px;
    z-index: 1; }
    .shiftedBorderContainer .shiftedBorder.isGrey {
      border-color: #999; }
    .shiftedBorderContainer .shiftedBorder.isSmall {
      border-width: 1px; }

.tenDaysDowntown p {
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 15px; }
.tenDaysDowntown h2, .tenDaysDowntown h3 {
  color: #F89263;
  background: none;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  overflow: visible;
  padding: 0; }
.tenDaysDowntown h2 {
  font-size: 25px;
  margin-bottom: 15px; }
  @media all and (min-width: 768px) {
    .tenDaysDowntown h2 {
      font-size: 40px; } }
.tenDaysDowntown h3 {
  font-size: 18px;
  margin-bottom: 10px; }
  @media all and (min-width: 768px) {
    .tenDaysDowntown h3 {
      font-size: 30px; } }
.tenDaysDowntown img {
  -ms-interpolation-mode: nearest-neighbor;
  background-color: rgba(255, 255, 255, 0); }
.tenDaysDowntown .textContent p + h2,
.tenDaysDowntown .textContent p + h3 {
  margin-top: 35px; }
.tenDaysDowntown .mainTeaser img {
  width: auto; }
.tenDaysDowntown p + .nf-ctabox {
  margin-top: 15px; }
.tenDaysDowntown .mainTeaser img {
  display: block;
  max-height: 230px;
  max-width: 1010px; }
.tenDaysDowntown-intro .span6 {
  display: block;
  vertical-align: top;
  width: 100%; }
.tenDaysDowntown-intro .span6 img {
  display: block;
  max-width: 505px;
  max-height: 505px; }
.tenDaysDowntown-intro .textContent {
  margin-top: 15px; }
.tenDaysDowntown-intro .textContent p + h2,
.tenDaysDowntown-intro .textContent p + h3 {
  margin-top: 35px; }
.tenDaysDowntown-intro em {
  font-style: italic; }
.tenDaysDowntown-pullOut {
  background-color: #f3f3f3;
  box-sizing: border-box;
  color: 333;
  margin-left: -30px;
  margin-bottom: 30px;
  padding: 28px 30px;
  width: 1010px; }
  .tenDaysDowntown-pullOut:after {
    clear: left;
    content: "";
    display: block; }
  .tenDaysDowntown-pullOut dt, .tenDaysDowntown-pullOut dd {
    margin-bottom: 8px;
    font-size: 14px; }
    .tenDaysDowntown-pullOut dt:last-child, .tenDaysDowntown-pullOut dd:last-child {
      margin-bottom: 0; }
  .tenDaysDowntown-pullOut dt {
    font-weight: 700;
    float: left;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 100px; }
  .tenDaysDowntown-pullOut dt.fullLine {
    color: #F89262;
    float: none;
    margin-top: 20px;
    width: auto; }
  .tenDaysDowntown-pullOut dd:last-of-type {
    margin-bottom: 25px; }
p + .tenDaysDowntown-pullOut {
  margin-top: 40px; }
.tenDaysDowntown .agendaTabsWrapper {
  background: #FFF;
  margin-top: 30px;
  overflow: hidden;
  width: 100%; }
  .tenDaysDowntown .agendaTabsWrapper:after {
    display: block;
    content: "";
    clear: both; }
.tenDaysDowntown .agendaTabs:after {
  content: "";
  display: block;
  clear: both; }
.tenDaysDowntown .agendaWrapper {
  background: transparent; }
.tenDaysDowntown .agendaSection {
  display: none;
  font-family: Arial, sans-serif;
  height: auto;
  left: 0;
  min-height: 192px;
  padding: 0;
  position: relative;
  right: 0; }
  .tenDaysDowntown .agendaSection.agendaSection-open {
    display: block; }
  .tenDaysDowntown .agendaSection .textContent {
    padding-left: 30px;
    padding-right: 30px; }
  .tenDaysDowntown .agendaSection em {
    font-style: normal; }
.tenDaysDowntown .agendaTabs-Items {
  float: left;
  margin-bottom: -2px; }
.tenDaysDowntown .agendaTabs-Items-Link {
  margin-top: -1px;
  padding: 13px 0; }
  .tenDaysDowntown .agendaTabs-Items-Link, .tenDaysDowntown .agendaTabs-Items-Link:hover {
    background: #CCC;
    color: #333; }
  .tenDaysDowntown .agendaTabs-Items-Link-active, .tenDaysDowntown .agendaTabs-Items-Link:hover {
    background: #F89262;
    color: #fff; }
  .tenDaysDowntown .agendaTabs-Items-Link-active:after {
    border-bottom-color: #F89262;
    border-top-color: transparent;
    bottom: 0;
    top: auto; }
.tenDaysDowntown-video {
  margin-bottom: 35px;
  position: relative; }
  .tenDaysDowntown-video.showRunning .tenDaysDowntown-video-player {
    display: block; }
  .tenDaysDowntown-video.showRunning .tenDaysDowntown-video-teaser {
    display: none; }
  .tenDaysDowntown-video img {
    max-width: 100%; }
  .tenDaysDowntown-video a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url(about:blank);
    background: rgba(255, 255, 255, 0); }
  .tenDaysDowntown-video iframe {
    max-width: 100%;
    height: 387px; }
  .tenDaysDowntown-video-player {
    display: none;
    text-align: center; }
  .tenDaysDowntown-video-timetable {
    text-align: center;
    display: none; }
    .tenDaysDowntown-video-timetable img {
      max-width: 1280px; }
    .tenDaysDowntown-video-timetable .closeButton {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      cursor: pointer; }
.tenDaysDowntown-video-overlay {
  background-image: url("//a1276.ztat.net/lpo/zalando/lp/2014/07/lpo-6945/video_gradient_button.png");
  width: 100%;
  height: 200px;
  background-position: 0px -29px; }
.tenDaysDowntown .contentImageWrapper {
  position: relative;
  display: block; }
  .tenDaysDowntown .contentImageWrapper img {
    max-width: 100%; }

.mobileOnly,
.desktopOnly {
  display: none; }

.shiftedBorderContainer {
  padding-top: 38px;
  margin-top: 30px; }
  .shiftedBorderContainer div.shiftedBorder {
    border: 8px solid #F89262;
    left: 30px; }
  .shiftedBorderContainer .textContent {
    padding-left: 75px;
    padding-right: 75px; }

.tenDaysDowntown p {
  font-size: 14px; }
.tenDaysDowntown h2 {
  font-size: 40px; }
.tenDaysDowntown h3 {
  font-size: 30px;
  margin-bottom: 20px; }
.tenDaysDowntown-pullOut {
  width: 515px; }
.tenDaysDowntown-intro .span6 {
  min-height: 460px;
  display: table-cell;
  width: 50%; }
.tenDaysDowntown-intro .textContent {
  margin-top: 0;
  padding-left: 50px;
  padding-right: 75px;
  padding-top: 50px;
  width: 50%; }
.tenDaysDowntown-intro .nf-ctabox {
  bottom: 73px;
  display: inline-block;
  position: absolute;
  width: 36.5%; }
.tenDaysDowntown-video-teaser img {
  max-height: 230px; }
.tenDaysDowntown .agendaSection {
  padding-top: 30px; }
  .tenDaysDowntown .agendaSection h2 {
    margin-top: 30px; }
.tenDaysDowntown .textContent .contentImageWrapper {
  display: none; }
.tenDaysDowntown .contentImageWrapper > img {
  width: 505px;
  height: 750px; }

body .desktopOnly {
  display: block; }

/*# sourceMappingURL=lpo-8793-desktop.css.map */
