@import url('style_direkt-blessed1.css?z=1492759531619');

.aktuelleAngebote div.right {
  display: table-cell;
  width: 188px;
  padding: 10px 0 0 20px;
  position: relative;
}
.aktuelleAngebote div.right .name {
  font-size: 17px;
  color: #252525;
}
.aktuelleAngebote div.right .link {
  position: absolute;
  bottom: 30px;
  /* Bugfix FF - just leave out ... left: 20px; */
}
.aktuelleAngebote div.left > div, .aktuelleAngebote div.right > div {
  margin: 10px 0;
  height: 100%;
}
.aktuelleAngebote .download {
  display: inline-block;
  border: 1px solid #c5c4c3;
  color: #676767;
  background: transparent;
  padding: 10px 15px;
  text-decoration: none;
  margin-bottom: 20px;
}
.aktuelleAngebote .content.h2 {
  padding: 0;
}

@media only screen and (min-width: 1280px) {
  .de .aktuelleAngebote img.block,
  .de .slider-wrap-small {
    width: 925px;
    height: 414px;
  }
  .de .aktuelleAngebote img.block .flex-viewport,
  .de .slider-wrap-small .flex-viewport {
    height: 414px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .de .aktuelleAngebote img.block,
  .de .slider-wrap-small {
    width: 736px;
  }
}

.aktuelleAngebote.tx-stroeernews {
  margin: 0 auto;
  float: none;
  padding-bottom: 50px;
}

.tx-stroeer-angebote.teaserview {
  background: #dfdbd8;
  padding-bottom: 20px;
}
.tx-stroeer-angebote.teaserview a {
  color: #ff5a10;
}
.tx-stroeer-angebote.teaserview .article a {
  color: inherit;
}

/* ============================================================
 * ===
 * === Aktuelle Angebote - Teaser
 * ===
 * ============================================================
 */
.angebotsteaser {
  float: left;
  position: relative;
  /* H´┐¢hendefinition */
}
.angebotsteaser.marginAfter {
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .angebotsteaser.marginAfter .article h4 {
    margin-top: 33px;
  }
}
.angebotsteaser .article {
  position: relative;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.angebotsteaser .article a {
  text-decoration: none;
  display: block;
}
.angebotsteaser .article a:hover h4 {
  text-decoration: underline;
}
.angebotsteaser .article h4 {
  margin-top: 0;
  /*max-height:78px; overflow:hidden; */
  /* Begrenzung auf max. 3 Zeilen */
}
.angebotsteaser .article p.copy,
.angebotsteaser .article p {
  font-size: 13px;
  font-weight: 300;
  overflow: hidden;
}
.angebotsteaser .article-image {
  width: 100%;
  height: auto;
}
.angebotsteaser .angebot-teaser-text {
  text-align: center;
  padding: 11px 11px 0 11px;
}
.angebotsteaser .vsep {
  position: absolute;
  top: 0;
  right: -10px;
  height: 100%;
  width: 1px;
  background: #c0bebd;
}
.angebotsteaser .three.columns .article {
  height: 312px;
}
.angebotsteaser .four.columns .article {
  height: 359px;
}
@media only screen and (min-width: 1280px) {
  .angebotsteaser .three.columns .article {
    height: 347px;
  }
  .angebotsteaser .four.columns .article {
    height: 410px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .angebotsteaser .three.columns .article {
    height: 312px;
  }
  .angebotsteaser .four.columns .article {
    height: 312px;
  }
}
@media only screen and (max-width: 767px) {
  .angebotsteaser .three.columns .article, .angebotsteaser .four.columns .article {
    height: auto;
  }
  .angebotsteaser .vsep {
    display: none;
  }
  .angebotsteaser .angebot-teaser-text {
    padding-bottom: 10px;
  }
  .angebotsteaser .article {
    margin-right: 0;
  }
  .angebotsteaser .article h4, .angebotsteaser .article p.copy, .angebotsteaser .article p {
    max-height: none;
  }
  .angebotsteaser.marginAfter {
    margin-right: 0;
  }
}

/* ============================================================
 * ===
 * === Aktuelle Angebote - Teaser auf Produkt-Detailseite
 * ===
 * ============================================================
 */
a.teaserLeftColWhite {
  display: block;
  background: #FFFFFF;
  margin-top: 20px;
  padding: 15px;
  color: #252525;
  text-decoration: none;
}
a.teaserLeftColWhite:hover .title {
  text-decoration: underline;
}
a.teaserLeftColWhite h4 {
  display: block;
  margin: 0 0 20px 0;
  font-size: 19px;
  color: #252525;
}
a.teaserLeftColWhite .date {
  color: #757575;
  font-size: 13px;
  font-weight: 300;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 20px;
}
a.teaserLeftColWhite .title {
  color: #252525;
  font-size: 14px;
  /* limit auf zwei Zeilen ??? */
  /*
  height: 42px;
  overflow: hidden;
  */
}

@media only screen and (max-width: 767px) {
  .aktuelleAngebote {
    width: 100%;
  }
  .aktuelleAngebote .slider-wrap-small {
    width: 100%;
    height: auto;
  }
  .aktuelleAngebote img {
    width: 100%;
    height: auto;
  }
  .aktuelleAngebote .products.one.small, .aktuelleAngebote .products.one.big {
    width: 100%;
  }
  .aktuelleAngebote .product-new {
    padding-right: 5px;
  }
  .aktuelleAngebote div.left {
    display: block;
    width: 100%;
  }
  .aktuelleAngebote div.right {
    display: block;
    width: 100%;
  }
  .aktuelleAngebote div.right .link {
    position: static;
    margin-top: 10px;
  }
  .aktuelleAngebote div.sep {
    display: block;
    width: 100%;
    height: 1px;
    border-top: none;
    border-bottom: none;
    border-left: 10px solid white;
    border-right: 10px solid white;
  }
}
/* ==============================================
 * ===
 * === Gemeinsame Styles News / Magazinseite
 * ===
 * ==============================================
 */
.magazine .article a, .newslist .article a, .newsteaser .article a {
  text-decoration: none;
  display: block;
}
.magazine .article a:hover h4, .magazine .article a:hover h1, .newslist .article a:hover h4, .newslist .article a:hover h1, .newsteaser .article a:hover h4, .newsteaser .article a:hover h1 {
  text-decoration: underline;
}
.magazine .article .article-links a:hover, .newslist .article .article-links a:hover, .newsteaser .article .article-links a:hover {
  text-decoration: underline;
}
.magazine .article .article-image, .newslist .article .article-image, .newsteaser .article .article-image {
  height: auto;
  width: 100%;
}

.magazine .filter-section, .newslist .filter-section {
  padding-top: 20px;
  font-size: 12px;
}
.magazine .filter-section form, .newslist .filter-section form {
  display: inline-block;
}
.magazine .filter-section .filter-header, .newslist .filter-section .filter-header {
  padding: 7px 0;
  margin-right: 10px;
  text-transform: uppercase;
  float: left;
}
.magazine .filter-section .stroeernews-sorting, .newslist .filter-section .stroeernews-sorting {
  clear: both;
  height: 50px;
  float: left;
}
.magazine .filter-section .stroeernews-sorting .filter-header, .newslist .filter-section .stroeernews-sorting .filter-header {
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 767px) {
  .magazine .filter-section .stroeernews-sorting, .newslist .filter-section .stroeernews-sorting {
    float: none !important;
  }
}
.magazine .filter-section .sort-options, .newslist .filter-section .sort-options {
  float: left;
}
.magazine .filter-section .sort-options li, .newslist .filter-section .sort-options li {
  float: left;
  border-right: 1px solid #c9c9c9;
  padding: 0 10px;
  text-transform: uppercase;
}
.magazine .filter-section .sort-options li:last-child, .newslist .filter-section .sort-options li:last-child {
  border-right: none;
}
.magazine .filter-section .sort-options .stroeernews-sort-date.selected a, .magazine .filter-section .sort-options .stroeernews-sort-popular.selected a, .newslist .filter-section .sort-options .stroeernews-sort-date.selected a, .newslist .filter-section .sort-options .stroeernews-sort-popular.selected a {
  font-weight: 600;
}
.magazine .filter-section .sbHolderXSmall, .newslist .filter-section .sbHolderXSmall {
  width: 156px;
  float: left;
  margin-right: 7px;
}
.magazine .filter-section .sbHolderXSmall .sbOptions, .newslist .filter-section .sbHolderXSmall .sbOptions {
  width: 154px;
}
.magazine .filter-section .filter-readint .sbHolderXSmall, .newslist .filter-section .filter-readint .sbHolderXSmall {
  width: 202px;
}
.magazine .filter-section .filter-readint .sbHolderXSmall .sbOptions, .newslist .filter-section .filter-readint .sbHolderXSmall .sbOptions {
  width: 200px;
}
.magazine .filter-section .stroeernews-filter, .newslist .filter-section .stroeernews-filter {
  height: 68px;
  white-space: nowrap;
  float: left;
}
@media only screen and (max-width: 767px) {
  .magazine .filter-section .stroeernews-filter, .newslist .filter-section .stroeernews-filter {
    float: none;
    height: auto;
    margin-bottom: 20px;
  }
  .magazine .filter-section .stroeernews-filter .filter-header, .newslist .filter-section .stroeernews-filter .filter-header {
    display: block;
    width: 100%;
    margin-right: 0;
    text-align: center;
    float: none;
  }
  .magazine .filter-section .stroeernews-filter form, .newslist .filter-section .stroeernews-filter form {
    display: block;
    width: 280px;
    margin: 0 auto;
  }
  .magazine .filter-section .stroeernews-filter form .sbHolderSmall, .magazine .filter-section .stroeernews-filter form .sbSelector, .magazine .filter-section .stroeernews-filter form .sbOptions, .newslist .filter-section .stroeernews-filter form .sbHolderSmall, .newslist .filter-section .stroeernews-filter form .sbSelector, .newslist .filter-section .stroeernews-filter form .sbOptions {
    width: 100%;
  }
}
.magazine .article, .newslist .article {
  background-color: #FFFFFF;
  margin: 0 0 20px 0;
  position: relative;
}
.magazine .article .readbar, .newslist .article .readbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  opacity: 0.7;
  background-color: #000000;
  text-align: center;
  text-transform: uppercase;
  padding: 3px 20px;
  color: #FFFFFF;
  padding: 3px 20px;
  background-image: none;
}
.magazine .article.read .readbar, .newslist .article.read .readbar {
  display: block !important;
}
.magazine .article.interesting .readbar, .newslist .article.interesting .readbar {
  background-image: url("/fileadmin/templates/img/icons/interesting-star-list.png");
  background-repeat: no-repeat;
  background-position: 12px center;
}
.magazine .article.loading, .newslist .article.loading {
  height: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 40px;
}
.magazine .article.loading.read, .newslist .article.loading.read {
  padding-top: 60px;
}
.magazine .article.loading.loading, .newslist .article.loading.loading {
  background-image: url(/fileadmin/templates/img/ajax-loader-transparent-white.gif);
  border-bottom: 10px solid #FFFFFF;
}
.magazine .article .actual, .newslist .article .actual {
  position: absolute;
  height: 35px;
  right: -8px;
  top: 15px;
  z-index: 99;
}
.magazine .article .popular, .newslist .article .popular {
  position: absolute;
  height: 35px;
  right: -8px;
  top: 15px;
  z-index: 99;
}
.magazine .article .popular.andactual, .newslist .article .popular.andactual {
  top: 55px;
}
.magazine .article .slider-wrap-small, .newslist .article .slider-wrap-small {
  width: 736px;
  height: 414px;
  background: #FFFFFF;
}
.magazine .article .open-icon, .newslist .article .open-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 10px 10px 0;
  z-index: 99;
}
.magazine .article .article-close, .newslist .article .article-close {
  text-align: right;
  float: right;
  width: 20%;
  padding: 0 0 10px 10px;
  clear: both;
  position: relative;
}
.magazine .article-full, .newslist .article-full {
  padding: 0;
  overflow: none;
  		/*
      	&.read .readbar {
  			position: absolute;
  			width: 100%;
          	height: 60px;
          	padding: 6px 20px;
          	background-image: none;
  		}
  		*/
}
.magazine .article-full.article-complete.interesting .left-column .article-links li .set-interesting, .newslist .article-full.article-complete.interesting .left-column .article-links li .set-interesting {
  background-image: url("/fileadmin/templates/img/icons/interesting-star-active.png");
}
.magazine .article-full .article-body, .newslist .article-full .article-body {
  padding: 20px 30px;
}
.magazine .article-full .left-column, .newslist .article-full .left-column {
  float: left;
  width: 20%;
  overflow: hidden;
}
.magazine .article-full .left-column .article-links li, .newslist .article-full .left-column .article-links li {
  padding: 10px 0;
}
.magazine .article-full .left-column .article-links li .set-interesting, .newslist .article-full .left-column .article-links li .set-interesting {
  padding-left: 22px;
  display: block;
  background-image: url("/fileadmin/templates/img/icons/interesting-star.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.magazine .article-full .copy, .newslist .article-full .copy {
  float: right;
  width: 80%;
  max-height: none;
  padding-right: 10px;
}
.magazine .article-full .date, .newslist .article-full .date {
  margin-top: 20px;
  display: inline-block;
}
.magazine .article-full ul.socialmedialinks, .newslist .article-full ul.socialmedialinks {
  margin: 0;
  float: left;
}
.magazine .article-full ul.socialmedialinks li:first-child, .newslist .article-full ul.socialmedialinks li:first-child {
  padding-bottom: 8px;
}
.magazine .article-full ul.socialmedialinks li, .newslist .article-full ul.socialmedialinks li {
  padding: 3px 0;
  float: none;
  margin: 0;
}
.magazine .article-full .article-wrap, .newslist .article-full .article-wrap {
  float: left;
  width: 100%;
}

/* Bild auf der Detailseite */
.tx-stroeernews .article-image-wrap .article-image {
  width: 650px;
  margin-left: 236px;
}
@media only screen and (min-width: 1280px) {
  .tx-stroeernews .article-image-wrap .article-image {
    width: 736px;
    margin-left: 286px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tx-stroeernews .article-image-wrap .article-image {
    width: 511px;
    margin-left: 185px;
  }
}
@media only screen and (max-width: 767px) {
  .tx-stroeernews .article-image-wrap .article-image {
    width: 100%;
    margin-left: 0;
  }
}

/* Slider auf der Detailseite */
.tx-stroeernews .slider-wrap-small {
  margin-left: 216px;
}
@media only screen and (min-width: 1280px) {
  .tx-stroeernews .slider-wrap-small {
    margin-left: 266px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tx-stroeernews .slider-wrap-small {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tx-stroeernews .slider-wrap-small {
    margin-left: 0;
  }
}

/* Dropdowninhalt auf volle breite f├╝r modul, dass nicht innnerhalt von .magazine oder .newslist liegt (Startseite News Marktnachrichten) */
.stroeernews-filter .sbHolderXSmall .sbSelector {
  width: 100%;
}

/* ============================================================
 * ===
 * === News-Seite (Masonry-Teaser + Detailansicht)
 * ===
 * ============================================================
 */
.newsteaser {
  /* H├Âhendefinition */
}
.newsteaser .article {
  width: 100%;
  float: left;
  margin-right: 20px;
  background-color: #FFFFFF;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  position: relative;
}
.newsteaser .article .article-teaser-text {
  padding: 11px 32px 0 11px;
}
.newsteaser .article .article-teaser-text.without-image {
  padding-top: 30px;
}
.newsteaser .article .article-teaser-text h4 {
  /*max-height: 78px;overflow:hidden;*/
  /* Begrenzung auf max. 3 Zeilen */
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 9px;
  font-weight: 400;
}
.newsteaser .article .article-teaser-text date {
  color: #757575;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 10px 8px 0;
  font-weight: 400;
  font-size: 13px;
}
.newsteaser .article .article-teaser-text .copy {
  color: #757575;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
  /* Begrenzung auf max. 2 Zeilen */
}
.newsteaser .article .article-teaser-text .copy .h1 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.newsteaser .article .article-teaser-text .author-meta {
  margin-left: 20px;
}
.newsteaser .article .article-teaser-text .author {
  color: #252525;
}
.newsteaser .three.columns .article {
  height: 312px;
}
.newsteaser .four.columns .article {
  height: 359px;
}
@media only screen and (min-width: 1280px) {
  .newsteaser .three.columns .article {
    height: 347px;
  }
  .newsteaser .four.columns .article {
    height: 410px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .newsteaser .three.columns .article {
    height: 312px;
  }
  .newsteaser .four.columns .article {
    height: 312px;
  }
}
@media only screen and (max-width: 767px) {
  .newsteaser .three.columns .article, .newsteaser .four.columns .article {
    height: auto;
  }
  .newsteaser .article {
    float: none;
  }
  .newsteaser .article .article-teaser-text h4, .newsteaser .article .article-teaser-text .copy {
    max-height: none;
  }
}
.newsteaser .vsep {
  position: absolute;
  top: 0;
  right: -10px;
  height: 100%;
  width: 1px;
  background: #c0bebd;
}

/* Spezielle Ansicht f├╝r stroeer.com */
body.com .newslist .four.columns .article, body.com .newsteaser .four.columns .article {
  height: 312px;
}
@media only screen and (min-width: 1280px) {
  body.com .newslist .three.columns .article, body.com .newsteaser .three.columns .article {
    height: 312px;
  }
  body.com .newslist .four.columns .article, body.com .newsteaser .four.columns .article {
    height: 312px;
  }
}
body.com .newslist .article.article-complete .article-open, body.com .newslist .article.article-complete .fadeout, body.com .newsteaser .article.article-complete .article-open, body.com .newsteaser .article.article-complete .fadeout {
  display: none;
}
body.com .newslist .article .article-open, body.com .newsteaser .article .article-open {
  height: 100%;
  overflow: hidden;
}
body.com .newslist .article .article-teaser, body.com .newsteaser .article .article-teaser {
  height: 100%;
}
body.com .newslist .article .article-teaser-text.without-image, body.com .newsteaser .article .article-teaser-text.without-image {
  padding-top: 45px;
  margin-top: 0;
}
body.com .newslist .article .article-teaser-text.without-image h4, body.com .newsteaser .article .article-teaser-text.without-image h4 {
  max-height: none;
  font-size: 24px;
}
body.com .newslist .article .article-teaser-text.without-image .copy, body.com .newsteaser .article .article-teaser-text.without-image .copy {
  max-height: none;
}
body.com .newslist .fadeout, body.com .newsteaser .fadeout {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(75%, white), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-8 */
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.newslist {
  /* Ist der viewchanger enabled wird ein zus├ñtzliches div angezeigt, welches rechts neben der Sortierung erscheinen soll */
  /* article Anpassungen f├╝r Listenansicht */
  /* Iframes mit Youtube Video auf 100% Breite */
}
.newslist.viewchanger-enabled {
  /* sorting container */
  /* view button container */
  /* switch button list*/
  /* switch button grid */
}
.newslist.viewchanger-enabled .stroeernews-sorting {
  float: left;
}
.newslist.viewchanger-enabled .stroeernews-views {
  float: right;
}
.newslist.viewchanger-enabled .viewchanger-list {
  margin: 15px 0 0 15px;
}
.newslist.viewchanger-enabled .viewchanger-grid {
  margin: 15px 0 0 15px;
}
.newslist .rss {
  margin: 15px 0 0 15px;
}
.newslist .filter-section .stroeernews-sorting .sort-options {
  padding: 9px 0;
}
.newslist .articles {
  margin-right: -20px;
  min-height: 400px;
}
.newslist a {
  color: #757575;
}
.newslist #masonry-column-width {
  width: 232px;
  height: 0px;
  visibility: hidden;
}
.newslist #masonry-gutter-width {
  width: 20px;
  height: 0px;
  visibility: hidden;
}
.newslist .article {
  width: 232px;
  height: 305px;
  float: left;
  margin-right: 20px;
}
.newslist .article.article-complete {
  max-width: 736px;
}
.newslist .article .readbar {
  height: 30px;
  line-height: 25px;
}
.newslist .article .readbar img {
  margin-right: 4px;
}
.newslist .article .bodytext a {
  display: inline;
  color: #ff5a10;
}
.newslist .article .bodytext a:hover {
  text-decoration: underline;
}
.newslist.displayStyle-list #masonry-column-width {
  width: 30px;
}
.newslist.displayStyle-list #masonry-gutter-width {
  width: 30px;
}
.newslist.displayStyle-list .leftSpacer {
  width: 200px;
  /* r */
}
.newslist.displayStyle-list .rightSpacer {
  width: 200px;
  /* r */
  height: 130px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .newslist.displayStyle-list .rightSpacer {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .newslist.displayStyle-list .rightSpacer {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .newslist.displayStyle-list .rightSpacer {
    display: none;
  }
}
.newslist.displayStyle-list .monthLabelBox {
  width: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .newslist.displayStyle-list .monthLabelBox {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .newslist.displayStyle-list .monthLabelBox {
    display: none;
  }
}
.newslist.displayStyle-list .stamp {
  width: 150px;
  height: 100%;
  top: 0;
  left: 0;
}
.newslist.displayStyle-list .monthLabel {
  position: absolute;
  font-size: 40px;
  /* TODO */
  line-height: 31px;
  height: 130px;
  margin-bottom: 20px;
  line-height: 50px;
}
.newslist.displayStyle-list .monthLabel .month {
  color: #d8d8d8;
  font-weight: 600;
}
.newslist.displayStyle-list .monthLabel .year {
  color: #d8d8d8;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .newslist.displayStyle-list .monthLabel {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .newslist.displayStyle-list .monthLabel {
    display: none;
  }
}
.newslist.displayStyle-list .article {
  width: 736px;
  /* r */
  height: 130px;
  float: left;
  margin-right: 20px;
}
.newslist.displayStyle-list .article .readbar {
  width: 232px;
  /* r */
}
.newslist.displayStyle-list .article .article-teaser figure {
  width: 232px;
  /* r */
  height: 130px;
  /* r */
  float: left;
}
.newslist.displayStyle-list .article .article-teaser figure img {
  width: 232px;
  /* r */
  height: 130px;
  /* r */
}
.newslist.displayStyle-list .article .article-teaser-text {
  float: right;
  width: 490px;
  /* r */
  height: 130px;
  /* r */
  overflow: hidden;
}
.newslist.displayStyle-list .article .article-teaser-text h4 {
  font-size: 14px;
  line-height: 17px;
}
.newslist.displayStyle-list .article .article-teaser-text .copy {
  line-height: 17px;
}
.newslist.displayStyle-list .article.article-complete {
  max-width: 736px;
}
.newslist.displayStyle-list .article.article-complete .readbar {
  width: 100%;
}
.newslist.displayStyle-list .article .readbar {
  height: 30px;
  line-height: 25px;
}
.newslist.displayStyle-list .article .readbar img {
  margin-right: 4px;
}
.newslist.displayStyle-list .article .bodytext a {
  display: inline;
  color: #ff5a10;
}
.newslist.displayStyle-list .article .bodytext a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .newslist #masonry-column-width {
    width: 100%;
  }
  .newslist #masonry-gutter-width {
    width: 0px;
  }
  .newslist .article {
    width: 100%;
    height: auto;
  }
  .newslist .article.article-complete {
    width: 100%;
  }
}
.newslist .article {
  background-color: #FFFFFF;
  padding: 0 0 20px 0;
  position: relative;
}
.newslist .article .actual {
  position: absolute;
  height: 35px;
  right: -8px;
  top: 15px;
  z-index: 99;
}
.newslist .article .popular {
  position: absolute;
  height: 35px;
  right: -8px;
  top: 15px;
  z-index: 99;
}
.newslist .article .popular.andactual {
  top: 55px;
}
.newslist .article.article-complete.interesting .left-column .article-links li .set-interesting {
  background-image: url("/fileadmin/templates/img/icons/interesting-star-active.png");
}
.newslist .article .article-teaser-text {
  padding: 11px 32px 0 11px;
}
.newslist .article .article-teaser-text.without-image {
  margin-top: 30px;
}
.newslist .article .article-teaser-text h4 {
  /* max-height: 78px; overflow:hidden;*/
  /* Begrenzung auf max. 3 Zeilen */
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 9px;
  font-weight: 400;
}
.newslist .article .article-teaser-text date {
  color: #757575;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 10px 8px 0;
  font-weight: 400;
  font-size: 13px;
}
.newslist .article .article-teaser-text .copy {
  color: #757575;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
  /* Begrenzung auf max. 2 Zeilen */
}
.newslist .article .article-teaser-text .copy .h1 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.newslist .article .article-teaser-text .author-meta {
  margin-left: 20px;
}
.newslist .article .article-teaser-text .author {
  color: #252525;
}
@media only screen and (max-width: 767px) {
  .newslist .article .article-teaser-text h4, .newslist .article .article-teaser-text .copy {
    max-height: none;
  }
}
.newslist .article-full .copy .subline {
  padding-left: 20px;
  font-weight: 600;
  padding-bottom: 15px;
}
.newslist iframe {
  max-width: 100%;
}

/* Anpassungen f├╝r Magazin/Marktnachrichten Artikel-Einzelansicht SocialMedia-Link*/
.newslist.singleview {
  background-color: purple;
  width: 736px;
}
.newslist.singleview .article {
  float: none;
}
.newslist.singleview .article .slider-wrap-small,
.newslist.singleview .article .article-image-wrap .article-image {
  margin-left: 0;
}
.newslist.singleview .article .article-image-wrap .article-image {
  width: 736px;
}

@media only screen and (max-width: 767px) {
  .newslist.singleview {
    width: 100%;
  }
  .newslist.singleview .article .slider-wrap-small,
  .newslist.singleview .article .article-image-wrap .article-image {
    width: 100%;
    height: auto;
  }

  .singleview.button {
    margin-left: 30px;
  }
}
/* ============================================================
 * ===
 * === Magazin-Seite (Masonry-Teaser + Detailansicht)
 * ===
 * ============================================================
 */
.magazine .widebackgroundcontainer.hasMedia #title-image-wrap {
  margin-top: -57px;
}
.magazine .filter-section {
  padding-top: 40px;
}
.magazine .filter-section .sbHolderSmall {
  width: 240px;
}
.magazine .filter-section .sbHolderSmall .sbOptions {
  width: 238px;
}
.magazine .filter-section .stroeernews-sorting {
  clear: none;
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .magazine .filter-section .stroeernews-sorting {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .magazine .filter-section .stroeernews-sorting .filter-header {
    margin-right: 0;
    text-align: center;
    float: none;
  }
}
.magazine .filter-section .stroeernews-sorting .sort-options {
  padding: 2px 0;
}
@media only screen and (max-width: 767px) {
  .magazine .filter-section .stroeernews-sorting .sort-options {
    width: 280px;
    text-align: center;
    margin: 0 auto;
    float: none;
  }
}
.magazine .filter-section .stroeernews-sorting .sort-options li {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  margin-right: 5px;
  padding: 6px 30px;
}
.magazine .filter-section .stroeernews-sorting .sort-options li.selected {
  color: #252525;
  background-color: #c5c4c3;
}
@media only screen and (max-width: 767px) {
  .magazine .filter-section .stroeernews-sorting .sort-options li {
    float: none;
  }
}
.magazine #masonry-column-width {
  width: 316px;
  height: 0px;
  visibility: hidden;
}
.magazine #masonry-gutter-width {
  width: 20px;
  height: 0px;
  visibility: hidden;
}
.magazine .article {
  width: 316px;
}
.magazine .article.wider {
  width: 652px;
}
.magazine .article.article-complete {
  max-width: 652px;
}
.magazine .article .readbar {
  height: 58px;
}
.magazine .article .readbar img {
  display: block;
  margin: 5px auto;
}
.magazine .article.linklist, .magazine .article.updates {
  padding: 30px;
}
.magazine .article.linklist h2, .magazine .article.updates h2 {
  color: #252525;
  font-size: 24px;
  font-weight: 200;
  margin: 0 0 20px 0;
}
.magazine .article.linklist .gap, .magazine .article.updates .gap {
  height: 20px;
  margin: 30px -30px;
  background: #eeeeee;
}
.magazine .article.linklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.magazine .article.linklist ul li {
  font-size: 14px;
  color: #08204a;
  line-height: 35px;
  border-top: 1px solid #e5e5e5;
  padding-left: 35px;
  background: url(/fileadmin/templates/img/linklist-icon.png) no-repeat top left;
}
.magazine .article.linklist ul li a:hover {
  text-decoration: underline;
}
.magazine .article.linklist ul li:first-child {
  border-top: none;
}
.magazine .article.updates p {
  color: #757575;
  font-size: 14px;
  font-weight: 200;
}
.magazine .article.updates form {
  margin: 20px -10px;
  padding: 0;
  position: relative;
}
.magazine .article.updates form .textbox {
  width: 100%;
  height: 36px;
  border: 1px solid #dcdcdc;
  padding-right: 40px;
  padding-left: 4px;
  outline: none;
}
.magazine .article.updates form .submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
}
.magazine .article.updates .social {
  margin: 10px -10px -10px -10px;
}
.magazine .article.updates .social a {
  float: left;
  margin-right: 1px;
}
@media only screen and (min-width: 1280px) {
  .magazine #masonry-column-width {
    width: 385px;
  }
  .magazine .article {
    width: 385px;
  }
  .magazine .article.wider {
    width: 790px;
  }
  .magazine .article.article-complete {
    max-width: 790px;
  }
}
@media only screen and (max-width: 767px) {
  .magazine #masonry-column-width {
    width: 100%;
  }
  .magazine #masonry-gutter-width {
    width: 0px;
  }
  .magazine .article {
    width: 100%;
  }
  .magazine .article.wider, .magazine .article.article-complete {
    width: 100%;
  }
}
.magazine .article {
  height: auto;
  margin-right: 8px;
  overflow: visible;
}
.magazine .article .article-teaser-text {
  padding: 0 30px 50px 30px;
}
.magazine .article .article-teaser-text h1 {
  font-size: 30px;
  margin: 20px 0;
  line-height: 38px;
  color: #FFFFFF;
}
.magazine .article .article-teaser-text .copy {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
  color: #FFFFFF;
  margin-right: 15px;
}
.magazine .article.loading {
  height: auto;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.magazine .article.loading .big.article-image {
  display: block;
}
.magazine .article.dunkelblau {
  background-color: #08204a;
}
.magazine .article.dunkelblau.loading {
  background-image: url(/fileadmin/templates/img/ajax-loader-transparent-darkblue.gif);
  border-bottom: 10px solid #08204a;
}
.magazine .article.dunkelblau .conclusion {
  background-color: #061a3b;
}
.magazine .article.mittelblau {
  background-color: #30528f;
}
.magazine .article.mittelblau.loading {
  background-image: url(/fileadmin/templates/img/ajax-loader-transparent-blue.gif);
  border-bottom: 10px solid #30528f;
}
.magazine .article.hellblau {
  background-color: #5091c7;
}
.magazine .article.hellblau.loading {
  background-image: url(/fileadmin/templates/img/ajax-loader-transparent-lightblue.gif);
  border-bottom: 10px solid #5091c7;
}
.magazine .article.orange {
  background-color: #ff5a10;
}
.magazine .article.orange.loading {
  background-image: url(/fileadmin/templates/img/ajax-loader-transparent-orange.gif);
  border-bottom: 10px solid #ff5a10;
}
.magazine .article.grau {
  background-color: #6f6f6f;
}
.magazine .article.grau.loading {
  background-image: url(/fileadmin/templates/img/ajax-loader-transparent-grey.gif);
  border-bottom: 10px solid #6f6f6f;
}
.magazine .article-full .article-body {
  padding: 20px 30px;
}
.magazine .article-full .article-body a, .magazine .article-full .article-body date {
  color: #FFFFFF;
}
.magazine .article-full .article-body h1 {
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  font-weight: 300;
}
.magazine .article-full .article-body .subline {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 40px;
  font-weight: 300;
}
.magazine .article-full .article-body .bodytext {
  color: #FFFFFF;
}
.magazine .article-full .article-body .bodytext a {
  display: inline-block;
}
.magazine .article-full .article-body .article-wrap .copy iframe {
  margin-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.magazine xx.article-teaser-text h1 {
  font-size: 30px;
  margin: 20px 0;
  line-height: 38px;
}
.magazine xxsection.magazine-teaser {
  height: auto;
}

/* masonry */
.article-complete.article-new:after {
  background: url("../img/icon_article_new.png") no-repeat scroll 0 0 transparent;
  content: "";
  display: block;
  height: 35px;
  position: absolute;
  right: -8px;
  top: 70px;
  width: 43px;
}

.article-new:after {
  background: url("../img/icon_article_new.png") no-repeat scroll 0 0 transparent;
  content: "";
  display: block;
  height: 35px;
  position: absolute;
  right: -8px;
  top: 20px;
  width: 43px;
}

@media only screen and (max-width: 767px) {
  tx-stroeernews .stroeernews-item .slider-wrap-small {
    width: 100%;
    height: auto;
  }
}
/* ============================================================
 * ===
 * === Magazin-Teaser (├£bersichtsseite)
 * ===
 * ============================================================
 */
.newsteaser-container {
  margin-top: 30px;
  margin-bottom: 80px;
}

.magazine-teasers {
  margin-bottom: 20px;
}

#archive-slider {
  margin-top: 40px;
  margin-bottom: 0;
}
#archive-slider .flex-viewport {
  height: auto;
}
#archive-slider .flex-direction-nav a {
  opacity: 1;
}

#archive-row {
  background: #FFFFFF;
  padding: 50px 0;
  margin-bottom: 50px;
}

#archive-subline .left {
  margin-left: 20px;
  float: left;
}
#archive-subline .right {
  margin-right: 20px;
  float: right;
}

.magazine.article {
  height: 360px;
}
@media only screen and (max-width: 767px) {
  .magazine.article {
    height: auto;
  }
}
.magazine.article a.article-open {
  text-decoration: none;
  color: #FFFFFF;
}
.magazine.article a.article-open h4 {
  color: #FFFFFF;
}
.magazine.article a.article-open .copy {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
}
.magazine.article a.article-open:hover {
  text-decoration: none;
}
.magazine.article a.article-open:hover h4 {
  text-decoration: underline;
}
.magazine.article .article-image {
  width: 100%;
  height: auto;
}
.magazine.article .teaser-text {
  padding: 0 20px 20px 20px;
}
.magazine.article.dunkelblau {
  background-color: #08204a;
}
.magazine.article.mittelblau {
  background-color: #30528f;
}
.magazine.article.hellblau {
  background-color: #5091c7;
}
.magazine.article.orange {
  background-color: #ff5a10;
}
.magazine.article.grau {
  background-color: #6f6f6f;
}

/* Newsletteranmeldebox */
#edition-content-holder .marginteaser {
  clear: both;
}
#edition-content-holder .marginteaser.newsletter {
  margin-bottom: 20px;
  width: 100%;
  text-transform: none;
}
#edition-content-holder .marginteaser.newsletter form.newsletter_form {
  padding: 0;
}
#edition-content-holder .marginteaser.newsletter form.newsletter_form label input[type="text"] {
  border: 1px solid #c9c9c9;
}
#edition-content-holder .marginteaser.newsletter form.newsletter_form .submit {
  background: #c9c9c9;
}
#edition-content-holder .marginteaser.newsletter form.newsletter_form .submit input {
  border-left: 1px solid #c9c9c9;
  background: #c9c9c9 url(../img/newsletter/arrow-de-magazin.png) no-repeat center center;
}

.relative {
  position: relative;
}

#archive-slide-in {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 7px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 7px;
  -moz-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  position: absolute;
  background: #FFFFFF;
  padding: 14px 44px;
  z-index: 100;
  bottom: 0;
  left: -100%;
  max-width: 876px;
}
#archive-slide-in .editionteaser {
  width: 182px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
#archive-slide-in .editionteaser .copy {
  padding: 0;
}
#archive-slide-in .editionteaser:last-child {
  margin-right: 0;
}
#archive-slide-in .left {
  float: left;
}
#archive-slide-in .slide-out {
  position: absolute;
  right: 20px;
  top: 20px;
}
#archive-slide-in .slide-in {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#archive-slide-in .slide-in-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
#archive-slide-in.closed {
  background: #ff5a10;
}
@media only screen and (max-width: 767px) {
  #archive-slide-in {
    display: none;
  }
}

/* ============================================================
 * ===
 * === Magazinteaser-Extension mit Navigation links
 * ===
 * ============================================================
 */
.magazine.subnavleft #masonry-column-width {
  width: 358px;
  height: 0px;
  visibility: hidden;
}
.magazine.subnavleft #masonry-gutter-width {
  width: 20px;
  height: 0px;
  visibility: hidden;
}
.magazine.subnavleft .article {
  width: 358px;
}
.magazine.subnavleft .article.wider {
  width: 358px;
}
.magazine.subnavleft .article.article-complete {
  max-width: 736px;
}
@media only screen and (max-width: 767px) {
  .magazine.subnavleft #masonry-column-width {
    width: 100%;
  }
  .magazine.subnavleft #masonry-gutter-width {
    width: 0px;
  }
  .magazine.subnavleft .article {
    width: 100%;
  }
  .magazine.subnavleft .article.wider, .magazine.subnavleft .article.article-complete {
    width: 100%;
  }
}

.magazine.magteaser .article.loading.read {
  padding-top: 0;
}
.magazine.magteaser .article .fb_iframe_widget {
  display: block;
  float: left;
  margin-right: 5px;
}

/*
.magteaser .article-full .copy {
  float: none;
  width: auto;
  color: $white;
}
*/
/* ==============================================
 * ===
 * === Themenschwerpunkt - B├╝hnenbereich
 * ===
 * ==============================================
 */
#edition-label, .edition #title-image-wrap .label {
  position: absolute;
  top: 175px;
  right: 0;
  width: 177px;
  height: 167px;
  background: url(../img/magazin/edition-bg.png) no-repeat;
  color: #FFFFFF;
  font-weight: 700;
  -moz-transition: margin-top 0.5s ease-out;
  -o-transition: margin-top 0.5s ease-out;
  -webkit-transition: margin-top 0.5s ease-out;
  transition: margin-top 0.5s ease-out;
}
#edition-label.small, .edition #title-image-wrap .small.label {
  width: 172px;
  height: 123px;
  background: url(../img/magazin/edition-bg-small.png) no-repeat;
}
#edition-label .title, .edition #title-image-wrap .label .title {
  position: absolute;
  top: 94px;
  left: 35px;
  width: 133px;
  font-size: 14px;
  text-transform: uppercase;
}
#edition-label .nr, .edition #title-image-wrap .label .nr {
  position: absolute;
  top: 41px;
  left: 31px;
  width: 133px;
  font-size: 80px;
  height: 52px;
  line-height: 55px;
  overflow: hidden;
}
#edition-label .year, .edition #title-image-wrap .label .year {
  position: absolute;
  top: 81px;
  left: 121px;
  width: 133px;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  overflow: hidden;
}
#edition-label .btn, .edition #title-image-wrap .label .btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 138px;
  height: 36px;
  font-size: 10px;
  border: 1px solid #ff9c70;
  color: #FFFFFF;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
}

.edition {
  margin-top: -57px;
}
.edition.open #title-image-wrap {
  height: 472px;
}
.edition.open #title-image-wrap img {
  margin-top: -57px;
}
.edition.open #title-image-wrap .label {
  margin-top: -57px;
}
.edition.open #title-image-wrap .label.small {
  margin-top: 0px;
}
.edition.open .text {
  margin-top: -57px;
}
.edition > .row {
  position: relative;
  z-index: 50;
}
.edition #title-image-wrap {
  margin-top: -3px !important;
  -moz-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  -webkit-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
  height: 585px;
}
.edition #title-image-wrap img {
  display: block;
  -moz-transition: margin-top 0.5s ease-out;
  -o-transition: margin-top 0.5s ease-out;
  -webkit-transition: margin-top 0.5s ease-out;
  transition: margin-top 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .edition #title-image-wrap .label.small {
    top: 130px;
  }
}
.edition .subnav {
  position: absolute;
  top: 40px;
  left: 0;
}
.edition .text {
  position: absolute;
  top: 200px;
  left: 0;
  width: 400px;
  -moz-transition: margin-top 0.5s ease-out;
  -o-transition: margin-top 0.5s ease-out;
  -webkit-transition: margin-top 0.5s ease-out;
  transition: margin-top 0.5s ease-out;
  /* Blaue Box f├╝r Text */
  width: 428px;
  top: 155px;
  left: 6px;
  padding: 15px 14px;
  background-image: url(../img/rgba_08204c_70.png);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .edition .text {
    left: 0;
    width: 100%;
    top: 306px;
  }
}
.edition .text h1 {
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
  font-weight: 200;
  margin: 0 0 20px 0;
}
.edition .text .subline {
  font-size: 14px;
  line-height: 23px;
  color: #FFFFFF;
  font-weight: 200;
  margin-bottom: 25px;
}
.edition .text .btn {
  background: #FFFFFF;
  color: #757575;
  height: 37px;
  line-height: 37px;
  border: none;
  margin: 0;
  padding: 0 20px;
  text-transform: uppercase;
  outline: none;
}
.edition .text .btn:hover {
  cursor: pointer;
  text-decoration: underline;
}

#edition-content-holder {
  display: none;
}
#edition-content-holder date {
  margin-left: 20px;
  font-size: 17px;
  border-bottom: 1px solid #E5E5E5;
  color: #757575;
  width: 63px;
  padding-bottom: 15px;
}
#edition-content-holder h1 {
  padding-top: 15px;
}
#edition-content-holder form {
  position: relative;
}
#edition-content-holder form .textbox {
  width: 100%;
  height: 36px;
  border: 1px solid #dcdcdc;
  padding-right: 40px;
  padding-left: 8px;
  outline: none;
}
#edition-content-holder form .submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
}

/* ============================================================
 * ===
 * === B├╝hne ├£bersichtsseite
 * ===
 * ============================================================
 */
.edition.stage {
  height: 435px;
}
.edition.stage .text {
  top: 170px;
  left: 20px;
}

/* ============================================================
 * ===
 * === Themenschwerpunkt - Archiv-Seite
 * ===
 * ============================================================
 */
.editionteaser {
  background: #FFFFFF;
  display: block;
  margin-bottom: 20px;
  text-decoration: none !important;
}
.editionteaser .thumb {
  position: relative;
}
.editionteaser .thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.editionteaser .thumb .label {
  color: #FFFFFF;
  font-weight: 700;
  text-align: left;
}
.editionteaser .thumb .label * {
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.editionteaser .thumb .label .nr {
  left: 16px;
  width: 133px;
  font-size: 80px;
  height: 43px;
  line-height: 55px;
}
.editionteaser .thumb .label .year {
  left: 106px;
  width: 133px;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
}
.editionteaser .copy {
  padding: 0 20px 20px 20px;
  color: #252525;
}
.editionteaser .copy h4 {
  font-size: 14px;
  line-height: 14px;
}
.editionteaser .copy p {
  font-size: 13px;
  font-weight: 300;
}

/* Als Interessant Markieren (Stern)*/
#edition-content-holder .knowledgebase-article #edition-content-left .set-interesting {
  padding-left: 22px;
  display: block;
  background-image: url("/fileadmin/templates/img/icons/interesting-star.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
#edition-content-holder.interesting .knowledgebase-article #edition-content-left .set-interesting {
  background-image: url("/fileadmin/templates/img/icons/interesting-star-active.png");
}

.knowledgebase-article .three.columns hr {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .knowledgebase-article .three.columns hr {
    margin-left: 14px;
    margin-right: 14px;
  }
}
.knowledgebase-article .three.columns article.text {
  color: #5091c7;
}
.knowledgebase-article .three.columns article.text .bodytext {
  color: #5091c7;
}
.knowledgebase-article .three.columns article.text .important {
  font-size: 50px;
}
.knowledgebase-article .three.columns article.text sub {
  font-size: 13px;
}

/* Teasergr├Â├ƒe auf H├Âhe von 585 anpassen class medialayout1 wird mit Javascript hinugef├╝gt */
.widebackgroundcontainer .content-wrap.medialayout1 {
  margin-top: -549px;
}
.widebackgroundcontainer .content-wrap.medialayout1 .edition.stage {
  height: 585px;
}

.triptych {
  text-align: center;
}
.triptych h1.contentelement {
  margin: 23px 0;
}
.triptych .columns {
  background: url(../img/triptych_divider.png) no-repeat 0 50%;
  padding: 0 20px;
  text-align: center;
}
.triptych .columns h1 {
  font-size: 19px;
  line-height: 26px;
}
.triptych .columns p.bodytext {
  font-size: 14px;
}
.triptych .columns a {
  text-decoration: none;
}
.triptych .columns a .default-image, .triptych .columns a .hover-image {
  margin: 0 auto;
}
.triptych .columns a .default-image {
  display: block;
}
.triptych .columns a .hover-image {
  display: none;
}
.triptych .columns a:hover {
  text-decoration: none;
}
.triptych .columns a:hover .default-image {
  display: none;
}
.triptych .columns a:hover .hover-image {
  display: block;
}
.triptych .columns a:hover h1 {
  text-decoration: underline;
}
.triptych .columns:first-child {
  background: none;
}
.triptych.triptych02 .columns {
  background: none;
}
.triptych.triptych02 .columns h1 {
  letter-spacing: -1px;
  color: #757575;
}

.full-width-content .triptych02 {
  box-sizing: border-box;
  margin-left: -146px;
  width: 1280px;
  background: #FFFFFF;
  padding: 30px 146px;
}

@media only screen and (max-width: 767px) {
  .triptych .columns {
    background: none;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 767px) {
  .triptych .columns:first-child {
    background: none;
    margin-bottom: 0;
    padding-bottom: 40px;
    border-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .full-width-content .triptych02 {
    width: 100%;
    margin: 0;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .full-width-content .triptych02 {
    width: 100%;
    margin: 0;
    padding: 30px 0;
  }
}
.full-width-content .triptych02 .columns:first-child {
  padding-bottom: 0 !important;
}

.product-bestpractices {
  margin-top: 55px;
}

.slider-bestpractices {
  width: 820px;
  margin-left: -21px;
}
.slider-bestpractices .slider-bestpractices-image {
  float: left;
  width: 400px;
}
.slider-bestpractices .slider-bestpractices-text {
  float: right;
  width: 420px;
  padding: 25px 50px 30px 20px;
}
.slider-bestpractices .slider-bestpractices-text h1, .slider-bestpractices .slider-bestpractices-text h2, .slider-bestpractices .slider-bestpractices-text h3, .slider-bestpractices .slider-bestpractices-text h4, .slider-bestpractices .slider-bestpractices-text h5, .slider-bestpractices .slider-bestpractices-text h6 {
  font-size: 19px;
  line-height: 30px;
  margin: 17px 0 5px 0;
}
.slider-bestpractices .slider-bestpractices-text h1:first-child, .slider-bestpractices .slider-bestpractices-text h2:first-child, .slider-bestpractices .slider-bestpractices-text h3:first-child, .slider-bestpractices .slider-bestpractices-text h4:first-child, .slider-bestpractices .slider-bestpractices-text h5:first-child, .slider-bestpractices .slider-bestpractices-text h6:first-child {
  margin: 0 0 10px 0;
}
.slider-bestpractices .slider-bestpractices-text p {
  font-size: 14px;
  line-height: 21px;
}
.slider-bestpractices .slider-bestpractices-text ul {
  list-style: disc;
}
.slider-bestpractices .slider-bestpractices-text ol {
  list-style: decimal;
}
.slider-bestpractices .slider-bestpractices-text li {
  margin: 0 0 0 20px;
}
.slider-bestpractices.flexslider {
  margin-top: 0 !important;
  height: 225px;
}
.slider-bestpractices.flexslider .flex-viewport {
  height: 225px;
  background: #FFFFFF;
}
.slider-bestpractices.flexslider .slides li {
  height: 225px;
  background: #FFFFFF;
  margin-right: 20px;
}

.slider-bestpractices.flexslider .flex-viewport {
  overflow: visible !important;
}

.slider-bestpractices-wrap {
  overflow: hidden;
}

@media only screen and (min-width: 1280px) {
  .de .slider-bestpractices {
    width: 820px;
    margin-left: -21px;
  }
  .de .slider-bestpractices .slider-bestpractices-image {
    width: 400px;
  }
  .de .slider-bestpractices .slider-bestpractices-text {
    width: 420px;
  }
  .de .slider-bestpractices.flexslider {
    margin-top: 0 !important;
    height: 225px;
  }
  .de .slider-bestpractices.flexslider .flex-viewport {
    height: 225px;
  }
  .de .slider-bestpractices.flexslider .slides li {
    background: #FFFFFF;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-bestpractices {
    width: 736px;
    margin-left: -145px;
  }
  .slider-bestpractices.flexslider {
    height: 560px;
  }
  .slider-bestpractices.flexslider .flex-viewport {
    height: 560px;
    overflow: hidden !important;
  }
  .slider-bestpractices .slider-bestpractices-image {
    float: none;
    width: 100%;
  }
  .slider-bestpractices .slider-bestpractices-text {
    float: none;
    width: 100%;
    padding: 30px 60px 30px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-bestpractices {
    width: 100%;
    margin-left: 0;
  }
  .slider-bestpractices.flexslider {
    height: 560px;
  }
  .slider-bestpractices.flexslider .flex-viewport {
    height: 560px;
    overflow: hidden !important;
  }
  .slider-bestpractices .slider-bestpractices-image {
    float: none;
    width: 100%;
  }
  .slider-bestpractices .slider-bestpractices-text {
    padding: 30px 60px 30px 60px;
    float: none;
    width: 100%;
  }
}

.doktype-120 .products.three.columns {
  width: 232px;
}
.doktype-120 .products:nth-child(3n+3) {
  margin-right: 0;
}
.doktype-120 .products:nth-child(4n+4) {
  display: none;
}
.doktype-120 .four.columns {
  width: 232px;
}
@media only screen and (max-width: 767px) {
  .doktype-120 .four.columns {
    width: 100%;
  }
}
.doktype-120 .four.columns .catButton img {
  max-width: 100%;
  height: auto;
}
.doktype-120 .gestalten-teaser h1, .doktype-120 .gestalten-teaser h2, .doktype-120 .gestalten-teaser h3, .doktype-120 .gestalten-teaser h4, .doktype-120 .gestalten-teaser h5, .doktype-120 .gestalten-teaser h6 {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 9px;
  padding-right: 40px;
  padding-top: 20px;
  margin-bottom: 20px;
}

#title-image-wrap + .leftbanner-wrap {
  position: absolute;
  top: 175px;
  left: 0;
  width: 100%;
  z-index: 20;
}
#title-image-wrap + .leftbanner-wrap .leftbanner-margin {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
#title-image-wrap + .leftbanner-wrap .leftbanner {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 370px;
  z-index: 20;
}
#title-image-wrap + .leftbanner-wrap .leftbanner .contactphone {
  background: #fff;
  font-size: 18px;
  padding: 15px 20px;
  margin-bottom: 10px;
}
#title-image-wrap + .leftbanner-wrap .leftbanner .contactphone div {
  height: 40px;
  font-size: 36px;
  color: #519dc2;
  padding: 15px 0 0 35px;
  background: url("/fileadmin/templates/img/icons/phone.png") no-repeat left bottom;
}
#title-image-wrap + .leftbanner-wrap .leftbanner .header_addon {
  background: #fff;
  padding: 15px 20px;
}
#title-image-wrap + .leftbanner-wrap .leftbanner .header_addon a.internal-link {
  background: #ff5a16;
  color: #FFFFFF;
  padding: 10px 5px;
  width: 100%;
  display: block;
  text-align: center;
  margin: 10px 0;
}

@media only screen and (max-width: 767px) {
  .doktype-120 .products.three.columns {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .doktype-120 .products.three.columns {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .widebackgroundcontainer.hasMedia .leftbanner-wrap + .row .content-column {
    margin-top: 0;
  }

  .widebackgroundcontainer.hasMedia .leftbanner-wrap + .content-wrap {
    margin-top: 0;
  }

  #title-image-wrap + .leftbanner-wrap {
    position: static;
  }
  #title-image-wrap + .leftbanner-wrap .leftbanner-margin {
    position: static;
  }
  #title-image-wrap + .leftbanner-wrap .leftbanner {
    position: static;
    max-width: 100%;
    display: table;
    table-layout: fixed;
    margin-top: 5px;
  }
  #title-image-wrap + .leftbanner-wrap .leftbanner .leftbannerinner {
    display: table-row;
  }
  #title-image-wrap + .leftbanner-wrap .leftbanner .contactphone {
    display: table-cell;
    width: 50%;
    border-left: 14px solid #dfdbd8;
    border-right: 7px solid #dfdbd8;
  }
  #title-image-wrap + .leftbanner-wrap .leftbanner .header_addon {
    display: table-cell;
    width: 50%;
    border-left: 7px solid #dfdbd8;
    border-right: 14px solid #dfdbd8;
  }

  #title-image-wrap.slider-element + .leftbanner-wrap .leftbanner {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 767px) {
  #title-image-wrap + .leftbanner-wrap .leftbanner {
    padding-bottom: 30px;
    display: block;
  }
  #title-image-wrap + .leftbanner-wrap .leftbanner .leftbannerinner {
    display: block;
    padding: 0 14px;
  }
  #title-image-wrap + .leftbanner-wrap .leftbanner .contactphone {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    border: none;
  }
  #title-image-wrap + .leftbanner-wrap .leftbanner .contactphone div {
    height: 35px;
    font-size: 24px;
    padding: 10px 0 0 0;
    background: none;
  }
  #title-image-wrap + .leftbanner-wrap .leftbanner .header_addon {
    display: block;
    width: 100%;
    border: none;
  }

  #title-image-wrap.slider-element + .leftbanner-wrap .contactphone {
    top: -60px;
  }
}
#ie8popup {
  position: fixed;
  top: 5%;
  z-index: 100;
  background: #fff;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  border: 1px solid #999999;
  padding: 1em;
}
#ie8popup .check_show {
  width: 50%;
  float: left;
}
#ie8popup .close {
  width: auto;
  height: auto;
  display: block;
  background: #ff6c2a;
  border: 1px solid #ff5a10;
  padding: 10px 20px;
  float: right;
  color: #FFFFFF;
}

article.contactphone {
  padding: 20px;
  margin: 0 20px 16px 0;
  background: #FFFFFF;
  text-align: center;
}
article.contactphone h1 {
  margin: 0;
  font-size: 18px;
  line-height: normal;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  article.contactphone h1 {
    font-size: 14px;
  }
}
article.contactphone h2 {
  display: inline;
  margin: 0;
  font-size: 36px;
  color: #ff5a16;
  padding-left: 35px;
  background: url("/fileadmin/templates/img/icons/phone_o.png") no-repeat left 10px;
}
@media only screen and (max-width: 767px) {
  article.contactphone h2 {
    font-size: 24px;
    padding: 0;
    background: none;
  }
}

/* Direkt Responsive */
/* On */
/*
	Tests f├╝r responsive Umsetzung (nur in DE eingebunden)
	Wenn tests final, dann in UI-Klassen ├╝bernehmen und diese Datei l├Âschen.
 */
/* Schriftanpassunen f├╝r Smartphones */
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 17px;
  }

  .text .bodytext {
    font-size: 14px;
  }
  .text table .bodytext {
    margin-left: 0;
  }
}
/* Contentelemente */
@media only screen and (max-width: 767px) {
  .content-column {
    padding-left: 14px;
    padding-right: 14px;
  }

  .accordion {
    margin-left: 0;
    margin-right: 0;
  }
  .accordion .bodytext {
    padding-left: 0;
    padding-right: 0;
  }

  .common-h.layout0 h1, .common-h.layout0 h2, .common-h.layout0 h3, .common-h.layout0 h4, .common-h.layout0 h5, .common-h.layout0 p, .common-h.layout0 hr, .common-h.layout0 table, .common-h.layout0 ul, .common-h.layout0 ol,
  .common-h.layout1 h1,
  .common-h.layout1 h2,
  .common-h.layout1 h3,
  .common-h.layout1 h4,
  .common-h.layout1 h5,
  .common-h.layout1 p,
  .common-h.layout1 hr,
  .common-h.layout1 table,
  .common-h.layout1 ul,
  .common-h.layout1 ol,
  .text h1,
  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text p,
  .text hr,
  .text table,
  .text ul,
  .text ol,
  .tx-seitenteaser-dropdown h1,
  .tx-seitenteaser-dropdown h2,
  .tx-seitenteaser-dropdown h3,
  .tx-seitenteaser-dropdown h4,
  .tx-seitenteaser-dropdown h5,
  .tx-seitenteaser-dropdown p,
  .tx-seitenteaser-dropdown hr,
  .tx-seitenteaser-dropdown table,
  .tx-seitenteaser-dropdown ul,
  .tx-seitenteaser-dropdown ol,
  .divider h1,
  .divider h2,
  .divider h3,
  .divider h4,
  .divider h5,
  .divider p,
  .divider hr,
  .divider table,
  .divider ul,
  .divider ol {
    margin-left: 0;
    margin-right: 0;
  }

  .ce-imageslider,
  .csc-textpic {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .gestalten-plakatentwurf-header h1 {
    margin-left: 0;
    margin-right: 0;
  }
  .gestalten-plakatentwurf-header .text-container {
    margin-left: 0;
    margin-right: 0;
  }

  .gestalten-teaser {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .gestalten-teaser .teaser-img {
    width: 100%;
    height: auto;
  }
  .gestalten-teaser .headline-container h2 {
    width: inherit;
    word-wrap: break-word;
    height: auto;
    padding-right: 40px;
    font-size: 22px;
  }

  .gestalten-tipp.layout-1 .zoom-image-container .image {
    width: 100%;
    height: auto;
  }
  .gestalten-tipp.layout-1 .bodytext, .gestalten-tipp.layout-1 ul, .gestalten-tipp.layout-1 table {
    padding-left: 0;
    padding-right: 0;
  }

  .twoquarter.columns {
    width: 100%;
  }

  /* Pressemitteilung */
  .magazine .filter-section .stroeernews-filter, .newslist .filter-section .stroeernews-filter {
    padding-bottom: 130px;
  }

  .magazine .article-full .copy, .newslist .article-full .copy, .magazine .article-full .left-column, .newslist .article-full .left-column {
    width: 100% !important;
  }

  .left-column ul.socialmedialinks {
    margin-bottom: 0px !important;
    padding-top: 20px;
  }

  .magazine .article-full ul.socialmedialinks li, .newslist .article-full ul.socialmedialinks li {
    float: left !important;
    padding: 3px 10px !important;
  }

  #home-buehne .slides div.text {
    top: auto !important;
    bottom: 0px !important;
  }

  .standard-form .agree .agreement {
    max-width: 160px !important;
  }

  #footer-navigation {
    position: static;
  }
}
body.de .shadow, body.com .shadow {
  box-shadow: none !important;
}
body.de .teaser,
body.de .catButton,
body.de .products, body.com .teaser,
body.com .catButton,
body.com .products {
  box-shadow: none;
}

/* hauptmen├╝ f├╝r Tablet-Portrait ausschalten*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #main-navigation {
    display: none !important;
  }

  #header .tx-solr {
    display: none;
  }

  .sticky-kontakt {
    display: none !important;
  }

  #page-logo img {
    margin-top: -46px !important;
  }

  #nav-category {
    display: block !important;
  }

  #footer-navigation {
    position: static;
  }
}
/* F├╝r Smartphone-Ansicht erstmal Header und Footer wegwerfen */
@media only screen and (max-width: 767px) {
  #footer,
  .subnav-column {
    display: none;
  }

  #footer-navigation {
    height: auto !important;
  }
  #footer-navigation ul {
    padding-bottom: 15px !important;
  }
  #footer-navigation ul li {
    display: table-row !important;
    text-align: left !important;
  }
  #footer-navigation ul li a {
    padding: 0px !important;
  }

  #main-navigation {
    display: none !important;
  }

  #header .tx-solr {
    display: none;
  }

  #page-navigation {
    display: none !important;
  }

  #page-logo img {
    margin-top: -46px !important;
  }

  #nav-category {
    display: none !important;
  }

  .breadcrumb {
    display: none;
  }

  .sticky-kontakt {
    display: none !important;
  }

  #default-overlay {
    display: none;
  }

  /* Responsive Direkt */
  .teaser .icon-teaser {
    display: none;
  }

  .vorteile-produktberater-teaser.layout-1 .common-h h2 {
    padding: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #fast_access {
    display: none !important;
  }

  #fast_website {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #fast_access {
    display: none !important;
  }

  #fast_website {
    display: none !important;
  }
}
/* Men├╝ */
.de #header, .com #header {
  position: fixed;
  max-height: 666px;
}
.de #header.state-site-is-not-root #page-logo img, .com #header.state-site-is-not-root #page-logo img {
  margin-top: -46px;
}
.de #header.state-site-is-not-root #main-navigation, .com #header.state-site-is-not-root #main-navigation {
  display: none;
}
.de #header.state-site-is-not-root #nav-category, .com #header.state-site-is-not-root #nav-category {
  display: block;
}
.de #header.state-site-is-not-root #page-navigation, .com #header.state-site-is-not-root #page-navigation {
  display: none !important;
}
.de #header.state-site-is-not-root #page-navigation .tx-solr, .com #header.state-site-is-not-root #page-navigation .tx-solr {
  display: inline-block;
}
.de #header.state-site-is-not-root + #page-section, .com #header.state-site-is-not-root + #page-section {
  padding-top: 57px;
}
.de #header.state-site-is-not-root #page-navigation, .com #header.state-site-is-not-root #page-navigation {
  display: block !important;
}
.de #header.state-site-is-not-root .tx-solr, .com #header.state-site-is-not-root .tx-solr {
  margin-left: 0 !important;
  float: right !important;
}
.de #header.state-site-is-not-root #tool-navigation, .com #header.state-site-is-not-root #tool-navigation {
  display: none !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .de #header.state-site-is-root #page-logo img, .com #header.state-site-is-root #page-logo img {
    margin-top: 0;
  }
  .de #header.state-site-is-root #main-navigation, .com #header.state-site-is-root #main-navigation {
    display: block;
  }
  .de #header.state-site-is-root #nav-category, .com #header.state-site-is-root #nav-category {
    display: none;
  }
  .de #header.state-site-is-root + #page-section, .com #header.state-site-is-root + #page-section {
    padding-top: 163px;
  }
}
@media only screen and (min-width: 1280px) {
  .de #header.state-site-is-root #page-logo img, .com #header.state-site-is-root #page-logo img {
    margin-top: 0;
  }
  .de #header.state-site-is-root #main-navigation, .com #header.state-site-is-root #main-navigation {
    display: block;
  }
  .de #header.state-site-is-root #nav-category, .com #header.state-site-is-root #nav-category {
    display: none;
  }
  .de #header.state-site-is-root + #page-section, .com #header.state-site-is-root + #page-section {
    padding-top: 163px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .de #header.state-site-is-root #page-logo img, .com #header.state-site-is-root #page-logo img {
    margin-top: -46px;
  }
  .de #header.state-site-is-root #main-navigation, .com #header.state-site-is-root #main-navigation {
    display: none;
  }
  .de #header.state-site-is-root #nav-category, .com #header.state-site-is-root #nav-category {
    display: block;
  }
  .de #header.state-site-is-root #page-navigation, .com #header.state-site-is-root #page-navigation {
    display: none !important;
  }
  .de #header.state-site-is-root #page-navigation .tx-solr, .com #header.state-site-is-root #page-navigation .tx-solr {
    display: inline-block;
  }
  .de #header.state-site-is-root + #page-section, .com #header.state-site-is-root + #page-section {
    padding-top: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .de #header.state-site-is-root #page-logo img, .com #header.state-site-is-root #page-logo img {
    margin-top: -46px;
  }
  .de #header.state-site-is-root #main-navigation, .com #header.state-site-is-root #main-navigation {
    display: none;
  }
  .de #header.state-site-is-root #nav-category, .com #header.state-site-is-root #nav-category {
    display: block;
  }
  .de #header.state-site-is-root #page-navigation, .com #header.state-site-is-root #page-navigation {
    display: none !important;
  }
  .de #header.state-site-is-root #page-navigation .tx-solr, .com #header.state-site-is-root #page-navigation .tx-solr {
    display: inline-block;
  }
  .de #header.state-site-is-root + #page-section, .com #header.state-site-is-root + #page-section {
    padding-top: 57px;
  }
}

.mmenu-toggle {
  margin-left: 12px;
}

#menu-toggle-mobile,
#menu-toggle-desktop {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #menu-toggle-mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #menu-toggle-mobile {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  #menu-toggle-desktop {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  #menu-toggle-desktop {
    display: block;
  }
}
.de #page-navigation, .com #page-navigation {
  width: 988px;
  float: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .de #page-navigation, .com #page-navigation {
    width: 100%;
  }
}
.de #page-navigation #main-navigation, .com #page-navigation #main-navigation {
  margin-top: 0;
  width: 100%;
  border-top: none;
  /* Men├╝punkt Bestellliste ausblenden *r├ñusper* */
}
.de #page-navigation #main-navigation li:first-child, .com #page-navigation #main-navigation li:first-child {
  width: 148px;
}
.de #page-navigation #main-navigation li:last-child, .com #page-navigation #main-navigation li:last-child {
  display: none;
}

.nav-container {
  float: left;
  width: auto;
  height: 57px;
}
.nav-container ul {
  display: table;
}
.nav-container ul li {
  display: table-cell;
  vertical-align: middle;
}
.nav-container #nav-category {
  margin-left: 16px;
  color: #f97337;
  font-size: 17px;
}

.de #main-navigation, .com #main-navigation {
  margin-top: 66px;
  width: 441px;
}
.de #main-navigation ul.mm-list, .com #main-navigation ul.mm-list {
  display: block;
}
.de #main-navigation ul.mm-list li, .com #main-navigation ul.mm-list li {
  display: block;
}
.de #main-navigation ul li, .com #main-navigation ul li {
  border: 1px solid #E5E5E5;
}

/* TODO: Lokalisierung generell ausblenden f├╝r .com .de */
.de .tx-localisation, .com .tx-localisation {
  display: none;
}

.de #header .bottom, .com #header .bottom {
  display: none;
}

.ajax-loading {
  text-align: center;
  margin-top: 40px;
}

.button-navigation {
  box-shadow: none;
}

.common-h {
  /* Bodytext Elemente in der Breite fixieren */
}
.common-h p, .common-h table, .common-h ul, .common-h ol {
  max-width: 650px;
}
@media only screen and (min-width: 1280px) {
  .common-h p, .common-h table, .common-h ul, .common-h ol {
    max-width: 780px;
  }
}

/*
	Kunde w├╝nscht sich ein Bild auf die Breite des contents
	Zu pr├╝fen w├ñre, ob dies auch f├╝r die Direkt und COM gilt.
*/
.ce-image {
  max-width: 100%;
}
.ce-image img {
  width: 100%;
  height: 100%;
}

/* On */
/* Responsive stroeer-direkt */
.direkt .vorteile-produktberater-teaser.layout-1 .common-h p {
  margin: 0 auto 10px auto;
}

.direkt {
  /* Muss eingeblendet werden bei responsive */
}
.direkt .teaserLink img {
  width: 100%;
  height: 100%;
}
.direkt .vorteile-teaser-zielgruppen a .icon-container img {
  width: auto;
}
.direkt #menu-toggle-desktop {
  display: none;
}
.direkt .nav-container {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #tool-navigation {
    display: none;
  }

  .direkt .nav-container {
    display: block;
  }

  /* Werbemedien */
  #title-image-wrap {
    width: 100%;
  }

  #title-image {
    width: auto;
    bottom: 0;
  }

  .product-rubric-overview .nine.columns {
    width: 100%;
  }

  #header .bottom.short {
    display: block;
  }

  .vorteile-teaser-zielgruppen {
    width: 100%;
  }

  form.newsletter_form {
    width: 100%;
  }
  form.newsletter_form label input[type="text"] {
    width: 100%;
  }
  form.newsletter_form label .submit {
    width: 100%;
  }

  .slider-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .doktype-1,
  #page-section > .row:last-child {
    padding: 0 14px;
  }

  #page-section > .row:last-child .doktype-1 {
    padding: 0;
  }

  a.teaserLeftColWhite {
    margin: 0 14px;
    margin-top: 14px;
  }

  #basket-mini {
    display: none;
  }

  .direkt .nav-container {
    display: block;
  }

  .page-map #header > .top {
    margin-top: 0;
  }

  .content-column {
    padding-left: 0;
    padding-right: 0;
  }

  /* Startseite */
  .video-overlay {
    left: 0;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .video-overlay .contentWrap,
  .video-overlay .youtube-player {
    width: 100% !important;
  }

  /* Standortkarte */
  #map-canvas-mobile-info {
    display: block;
  }

  #map-canvas-wrap {
    display: none;
  }

  .page-map, .page-map #page-section {
    min-width: 0;
  }

  /* Lokalisierung */
  #header .bottom {
    height: auto;
    padding: 0 5px 10px 5px;
  }

  .layer-lokalisierung {
    width: 300px;
  }

  .overlay-container.w400 {
    margin-left: -150px;
  }

  #localisation-overlay form.localisation {
    width: 300px;
  }
  #localisation-overlay .layer-lokalisierung .localisation-widget {
    margin-left: 0;
  }
  #localisation-overlay .layer-lokalisierung p {
    width: 200px;
  }

  /* Hilfe / Kontakt */
  .nine.columns.white.shadow {
    padding: 8px 10px 15px;
    float: left;
  }

  .hilfeKontaktbox.national .row.main .box.left {
    width: 100%;
  }

  .hilfeKontaktbox .separator-vertical {
    height: 120px;
    border-left: none;
  }

  .hilfeKontaktbox.national .row.main .box.middle {
    width: 0;
  }

  .products.one.small {
    width: 100%;
  }
  .products.one.small .teaserLink {
    width: 100%;
  }
  .products.one.small .products_text_box {
    width: 100%;
    padding-bottom: 20px !important;
  }

  .hilfeRueckrufservice .prettyradio label, .hilfeRueckrufservice .prettycheckbox label {
    width: 80%;
  }

  .separator-horizontal {
    width: 100% !important;
  }

  .hilfeKontaktbox {
    padding-left: 0;
    padding: 20px;
  }
  .hilfeKontaktbox figure img {
    width: 100%;
    height: auto;
  }
  .hilfeKontaktbox form.localisation {
    width: 100%;
  }

  .hilfeKontaktbox.regional .main.row .three.columns.bild2 {
    margin-left: 0;
  }

  .hilfeKontaktbox form.localisation label input[type="text"] {
    width: 175px;
  }

  .hilfeRueckrufservice h1,
  .hilfeRueckrufservice h4,
  .hilfeKontaktformular h1,
  .hilfeKontaktformular h4 {
    margin-left: 0;
  }

  .hilfeKontaktformular .invalid-message {
    padding-top: 0 !important;
    margin-bottom: 20px;
  }

  .standard-form {
    padding-left: 0;
    padding-right: 0;
  }

  .hilfeKontaktbox.regional .main.row .three.columns.info {
    margin-left: 0;
  }

  /* Werbemedien */
  #title-image-wrap {
    width: 100%;
  }

  #title-image {
    width: auto;
    bottom: 0;
  }

  .bottom-pager {
    width: 100%;
  }

  .rubric-details h1.rubric-details-header {
    padding: 15px;
  }

  .catButton {
    width: 100%;
  }

  .catButton.help.icon {
    padding: 10px;
    background-position: 95% 95%;
  }

  .catButton.external {
    background-position: 95% 5%;
  }

  .slider-wrap {
    width: 100%;
  }

  .flexslider .slides .teaser {
    margin: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    margin-left: 0;
  }

  .flexslider .slides
  .teaser .text span {
    display: none;
  }

  .flexslider .slides .teaser h2,
  .flexslider .slides .teaser p {
    font-size: 14px;
    margin: 0;
  }

  #home-buehne .flexslider {
    height: auto;
  }

  #home-buehne .flexslider .flex-viewport {
    height: auto;
  }

  .products.two.columns {
    width: 100%;
  }

  .products.two.columns img {
    min-width: 100%;
    height: auto;
  }

  .products.three.columns {
    margin-right: 0;
    width: 100%;
    height: auto;
  }

  .products.six.columns {
    margin-right: 0;
    width: 100%;
  }

  .product-shortlist .five.columns {
    margin-right: 0;
    width: 100%;
  }

  .productlist {
    width: 100%;
  }

  .product-detail .two.columns {
    width: 100%;
  }

  .product-detail .button.orange.iconinternal {
    display: none;
  }

  .products.six.columns img {
    width: 100%;
    height: auto;
  }

  .products.one.small.short {
    width: 100%;
  }
  .products.one.small.short .products_text_box, .products.one.small.short .kategorie, .products.one.small.short .info {
    border: none;
    width: auto;
    height: auto;
    box-sizing: border-box;
    display: block;
  }
  .products.one.small.short .products_text_box {
    margin: 10px;
  }
  .products.one.small.short .teaserLink {
    position: absolute;
    right: 0;
    width: 50%;
    max-width: 149px;
  }
  .products.one.small.short h4 {
    width: 40%;
    padding-left: 0;
  }
  .products.one.small.short p {
    width: 100%;
    padding-left: 0;
  }

  .rubric-details {
    margin: 0 -14px;
  }

  .filter-list-header-right {
    display: none;
  }

  .filter-list-header span {
    display: block;
    float: left;
  }

  .product-social-icons {
    padding: 0 14px;
  }

  /* Topprodukte */
  .products.one.big.small.image .product_imagetext_box .big_image {
    width: 100%;
    padding: 0;
  }

  .products.one.big.small.image .product_imagetext_box .big_text {
    padding: 20px 10px 0px 10px;
    width: 100%;
  }

  .products.one.big img {
    height: auto;
    width: 100%;
  }

  .products.one.big .advantage {
    width: 100%;
  }

  .products.one.big .footer .form {
    display: none;
  }

  .products.one.small.short.topproduct h4, .products.one.small.short.topproduct p {
    width: 100%;
  }
  .products.one.small.short.topproduct .products_text_box {
    width: 50%;
    margin: 10px;
  }

  .product-detail {
    margin: 0 -14px;
  }

  /* Produktberater */
  .tx-products #sub-navigation, .tx-products .filter-section {
    display: none;
  }

  .vorteile-produktberater-teaser.regional .teaser-box .box {
    border: none;
    width: 100%;
  }

  .vorteile-produktberater-teaser.regional .teaser-box .box .prettycheckbox {
    width: auto;
  }

  .produktberater h1, .produktberater p, .produktberater .Schritt1, .produktberater .Schritt2 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .produktberater .auswahlliste .auswahl .prettycheckbox label, .produktberater .auswahlliste .auswahl .prettyradio label {
    width: 80%;
  }

  .produktberater .auswahlliste .auswahl .prettycheckbox {
    width: 60%;
  }

  .produktberater .auswahlliste .auswahl .prettyradio {
    width: 60%;
  }

  .produktberater .auswahlliste .auswahl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .produktberater .auswahlliste > .clearfix, .produktberater .auswahlliste > .row, .produktberater .auswahlliste > .full-width, .produktberater .auswahlliste > .flyout-close {
    display: none;
  }

  .produktberater .bottomborder {
    border-bottom: none;
  }

  .produktberater .tooltip-on-hover {
    position: absolute;
    right: 10px;
  }

  .produktberater .auswahlliste {
    float: left;
    margin-top: 27px;
    margin-bottom: 27px;
    border-bottom: 1px solid #DADADA;
  }

  .produktberater .auswahlliste .auswahl .info-icon {
    margin: 10px;
  }

  .produktberater .tooltip {
    margin-left: -80px;
  }

  .vorteile-produktberater-teaser.regional .teaser-box .box .info-icon {
    margin: 10px;
  }

  .vorteile-produktberater-teaser.regional .teaser-box .box .large-icon {
    margin-left: -36px;
    left: 50%;
  }

  .vorteile-produktberater-teaser.regional .teaser-box .box .text {
    margin-left: -60px;
    left: 50%;
  }

  .vorteile-produktberater-teaser.regional .teaser-box .box .prettycheckbox {
    margin-left: -10px;
    left: 50%;
  }

  .vorteile-produktberater-teaser.regional .teaser-box .box .tooltip {
    margin-left: -80px;
  }

  .tooltip .arrow-down {
    background-position: right bottom;
  }

  /* So buchen Sie */
  .ntiteaser {
    margin: 0 0 0 0;
  }
  .ntiteaser .number_box {
    float: none;
    width: 100%;
  }
  .ntiteaser .img_box {
    float: none;
    width: 100%;
  }
  .ntiteaser .img_box img {
    width: 100%;
    height: auto;
  }
  .ntiteaser .text_box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .catButton.external {
    display: none;
  }

  /* Ihre Vorteile */
  .vorteile {
    float: none !important;
    margin: 0 0 20px 0 !important;
    padding: 0 14px !important;
    display: inline-block;
    width: 100%;
  }
  .vorteile DIV.csc-textpic-center DIV.csc-textpic-imagewrap {
    width: 100% !important;
  }
  .vorteile DIV.csc-textpic DIV.csc-textpic-single-image IMG {
    width: 100% !important;
    height: auto !important;
  }
  .vorteile DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
    width: 100% !important;
  }
  .vorteile DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
    width: 100% !important;
    height: auto !important;
  }

  .vorteile-teaser-zielgruppen {
    width: 100%;
  }

  /* Gestaltungstips */
  .gestalten-tipp img {
    width: 100%;
    height: auto;
  }

  .gestalten-tipp .text-container {
    width: 100%;
    padding-left: 0;
  }

  .gestalten-tipp .zoom-image-container {
    width: 100%;
  }

  .gestalten-tipp .image-container:first-child {
    margin-right: 0;
  }

  .common-h.layout4 h4, .common-h.layout4 p {
    margin-left: 0;
  }

  /* Glossar */
  .glossary {
    margin-left: 0;
  }

  .glossary-block .glossary-letter {
    width: 100%;
  }
  .glossary-block .glossary-items {
    margin-left: 0;
  }

  .glossary-pager {
    border: none;
  }

  .glossary-pager span, .glossary-pager a {
    width: 43px;
  }

  /* Map Overlay id 33 */
  #page-33 .overlay-container {
    display: none !important;
  }
  #page-33 #exposeMask {
    display: none !important;
  }

  /* Slider */
  .flexslider .slides .transbtn {
    display: none;
  }

  /* News */
  .newsteaser {
    padding: 0 14px;
  }

  .newslist .articles {
    margin: 0;
  }

  .slider-wrap-small {
    width: 100% !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  background-color: #fff;
  padding: 10px;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 32px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #000;
  right: 0;
  text-align: right;
  padding-right: 10px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 10px;
  color: #000;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #fff;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #000;
  word-wrap: break-word;
  padding-right: 36px;
  padding-left: 10px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .direkt .ce-gallery {
    width: 320px;
    margin: 0 auto;
  }
}
.direkt .ce-gallery .item {
  position: relative;
  margin-bottom: 20px;
  height: auto;
  cursor: pointer;
  width: 316px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .direkt .ce-gallery .item {
    width: 232px;
  }
}
.direkt .ce-gallery .item > a {
  position: relative;
}
.direkt .ce-gallery .item > a:after {
  content: "";
  display: block;
  width: 31px;
  height: 26px;
  background: url(../img/zoom.png) no-repeat;
  right: 10px;
  bottom: 14px;
  position: absolute;
}
.direkt .ce-gallery .item > div {
  cursor: default;
}
.direkt .ce-gallery img {
  width: 100%;
  height: auto;
}
.direkt .ce-gallery #masonry-column-width {
  width: 316px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .direkt .ce-gallery #masonry-column-width {
    width: 232px;
  }
}
.direkt .ce-gallery #masonry-gutter {
  width: 20px;
}
@media only screen and (max-width: 767px) {
  .direkt .ce-gallery #masonry-gutter {
    width: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .de .ce-gallery {
    width: 320px;
    margin: 0 auto;
  }
}
.de .ce-gallery .item {
  position: relative;
  margin-bottom: 20px;
  height: auto;
  cursor: pointer;
  width: 316px;
}
@media only screen and (min-width: 1280px) {
  .de .ce-gallery .item {
    width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .de .ce-gallery .item {
    width: 232px;
  }
}
.de .ce-gallery .item a:after {
  content: "";
  display: block;
  width: 31px;
  height: 26px;
  background: url(../img/zoom.png) no-repeat;
  right: 10px;
  bottom: 14px;
  position: absolute;
}
.de .ce-gallery img {
  width: 100%;
  height: auto;
}
.de .ce-gallery #masonry-column-width {
  width: 316px;
}
@media only screen and (min-width: 1280px) {
  .de .ce-gallery #masonry-column-width {
    width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .de .ce-gallery #masonry-column-width {
    width: 232px;
  }
}
.de .ce-gallery #masonry-gutter {
  width: 20px;
}
@media only screen and (max-width: 767px) {
  .de .ce-gallery #masonry-gutter {
    width: 10px;
  }
}