/*
	Table of Contents

    01. Plugins -----------------------------------
         Slider -----------------------------------
         Magnific Popup CSS -----------------------
         Main image in popup ----------------------
         The shadow behind the image --------------
    02. Fonts -------------------------------------
    03. Settings ----------------------------------
    04. Sprite ------------------------------------
    05. Generic -----------------------------------
    06. Base --------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    07. Fonts -------------------------------------
         AbrilDisplay-Bold ------------------------
         Guardian Sans ----------------------------
         Tungsten ---------------------------------
         Mark OT ----------------------------------
         TSTAR Mono Round -------------------------
         Dia --------------------------------------
         Noe --------------------------------------
    08. Helpers -----------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Hidden -----------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         Responsive Helpers -----------------------
    09. Reset -------------------------------------
    10. Regions -----------------------------------
    11. Container ---------------------------------
    12. Content -----------------------------------
    13. Footer ------------------------------------
    14. Header ------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    15. Main --------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    16. Shell -------------------------------------
    17. Sidebar -----------------------------------
    18. Wrapper -----------------------------------
    19. Modules -----------------------------------
    20. Article Single ----------------------------
         Article Single Head ----------------------
         Article Single Image ---------------------
         Article Single Image Fixed ---------------
         Article Single Body ----------------------
         Article Single Entry ---------------------
         Article Single Short ---------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Article Single Short ---------------------
         Mobile -----------------------------------
         Article Single Short ---------------------
    21. Button ------------------------------------
         Button Small -----------------------------
         Button Danger ----------------------------
    22. Form Elements -----------------------------
    23. Form --------------------------------------
    24. Gallery -----------------------------------
    25. Label -------------------------------------
         Label GamesMarkt -------------------------
         Labem MusikWoche -------------------------
         Tablet Portrait --------------------------
    26. List --------------------------------------
    27. List Dots ---------------------------------
         Mobile -----------------------------------
    28. Logo --------------------------------------
    29. Nav ---------------------------------------
    30. Note --------------------------------------
         Mobile -----------------------------------
    31. Paging ------------------------------------
    32. Person ------------------------------------
         Person Photo -----------------------------
         Tablet Portrait --------------------------
    33. Popup Link --------------------------------
         Popup Hover ------------------------------
         Popup Link -------------------------------
         Popup Link Head --------------------------
         Popup Link Head --------------------------
         Popup Link Active ------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    34. Section -----------------------------------
    35. Section Slider ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    36. Slider ------------------------------------
         Slider Actions ---------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    37. Socials -----------------------------------
         Socials GamesMarkt -----------------------
         Socials MusicWoche -----------------------
         Mobile -----------------------------------
    38. Table -------------------------------------
    39. Tag ---------------------------------------
    40. Testimonial -------------------------------
         Mobile -----------------------------------
    41. Text Meta ---------------------------------
    42. Thumb -------------------------------------
         Thumbs -----------------------------------
         Thumbs Offset Bottom Small ---------------
         Thumb ------------------------------------
         Thumb Image ------------------------------
         Thumb Hover ------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    43. Thumb Small -------------------------------
         Thumbs Small -----------------------------
         Thumb Small ------------------------------
    44. Video -------------------------------------
         Mobile -----------------------------------
    45. Widget ------------------------------------
         Widget Fancy -----------------------------
         Tablet Portrait --------------------------
         Widgets ----------------------------------
         Widget -----------------------------------
         Widget Fancy -----------------------------
         Mobile -----------------------------------
    46. Wrapper Gamesmarkt ------------------------
         Main -------------------------------------
         Header -----------------------------------
         Article Single ---------------------------
         Article Single Short ---------------------
         Testimonial ------------------------------
         Thumbs -----------------------------------
         Thumb Small ------------------------------
         Text Meta --------------------------------
         Button -----------------------------------
         Paging -----------------------------------
         Tablet Portrait --------------------------
         Main -------------------------------------
         Header -----------------------------------
         Article Single ---------------------------
         Article Single Short ---------------------
         Mobile -----------------------------------
         Main -------------------------------------
         Header -----------------------------------
         Article Single ---------------------------
         Article Single Short ---------------------
         Testimonial ------------------------------
         Thumb ------------------------------------
    47. Wrapper Musik Woche -----------------------
         Header -----------------------------------
         Article Single ---------------------------
         Article Single Short ---------------------
         Testimonial ------------------------------
         Widget -----------------------------------
         Thumb ------------------------------------
         Thumb Small ------------------------------
         Paging -----------------------------------
         Text Meta --------------------------------
         Button -----------------------------------
         Tablet Portrait --------------------------
         Header -----------------------------------
         Article Single ---------------------------
         Article Single Short ---------------------
         Widget -----------------------------------
         Thumb ------------------------------------
         Mobile -----------------------------------
         Header -----------------------------------
         Article Single ---------------------------
         Article Single Short ---------------------
         Testimonial ------------------------------
         Widget -----------------------------------
         Thumbs -----------------------------------
         Thumbs Small -----------------------------
    48. Themes ------------------------------------
    49. Magnific ----------------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
 */

@import url("//hello.myfonts.net/count/3439bd");
/* ------------------------------------------------------------ *\
	Plugins
\* ------------------------------------------------------------ */
/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}
.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* 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; }
.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;
  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; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-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;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
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: 28px;
  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: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.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 {
  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 {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }
.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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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;
  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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }
.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: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.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: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;
    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);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
.ico-quote{ background-image: url(../images/sprite.png); background-position: 0% 0%; background-size: 100% 100%; width: 202px; height: 185px; display: inline-block; vertical-align: middle; font-size: 0px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi){
  .ico-quote{ background-image: url(../images/sprite.@2x.png); background-position: 0% 0%; background-size: 100% 100%; width: 202px; height: 185px; display: inline-block; vertical-align: middle; font-size: 0px; }
}
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body { min-width: 320px; background: #fff; font-family: 'Guardian Text Egyptian Web', serif; font-size: 16px; line-height: 1.9; color: #222222; }
a { color: inherit; text-decoration: underline; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.mfp-zoom-out-cur .article-single .article__image img { -webkit-transform: scale(1.1) translateZ(0); transform: scale(1.1) translateZ(0); }
a:hover,
a[href^="tel"] { text-decoration: none; }
path { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.95em; }
h1 { font-family: 'AbrilDisplay-Bold', sans-serif; font-weight: 400; font-size: 54px; line-height: 1.1; }
h2 { font-family: 'AbrilDisplay-Bold', sans-serif; font-size: 40px; line-height: 1.1; }
h3 { font-family: 'AbrilDisplay-Bold', sans-serif; font-weight: 400; font-size: 30px; line-height: 1.2; }
h4 { font-family: 'Guardian Sans', sans-serif; font-size: 24px; line-height: 1.25; }
h5 { font-family: 'AbrilDisplay-Bold', sans-serif; font-size: 22px; line-height: 1.3; }
h6 { font-family: 'Guardian Sans', sans-serif; font-size: 18px; line-height: 1.1; }
p { margin-bottom: 15px; }
ul,
ol,
dl,
hr,
table,
blockquote { margin-bottom: 1.9em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }
/* Tablet Portrait */
@media (max-width: 1023px) {
  h1 { font-size: 44px; }
  h6 { font-size: 16px; }
}
/* Mobile */
@media (max-width: 767px) {
  h1 { font-size: 28px; }
  h3 { font-size: 24px; line-height: 1.25; }
  /*h6 { font-size: 16px; }*/
}
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/*  AbrilDisplay-Bold  */
@font-face {
  font-family: 'AbrilDisplay-Bold';
  src: url('../fonts/webfonts/3439BD_0_0.eot');
  src: url('../fonts/webfonts/3439BD_0_0.eot?#iefix') format('embedded-opentype'),
               url('../fonts/webfonts/3439BD_0_0.woff2') format('woff2'),
               url('../fonts/webfonts/3439BD_0_0.woff') format('woff'),
               url('../fonts/webfonts/3439BD_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Guardian Text Egyptian Web';
  src: url('../fonts/guardian-text/GuardianTextEgyp-Bold-Web.eot');
  src: url('../fonts/guardian-text/GuardianTextEgyp-Bold-Web.eot?#iefix') format('embedded-opentype'),
               url('../fonts/guardian-text/GuardianTextEgyp-Bold-Web.woff2') format('woff2'),
               url('../fonts/guardian-text/GuardianTextEgyp-Bold-Web.woff') format('woff');
  font-weight:  700;
  font-style:   normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Guardian Text Egyptian Web';
  src: url('../fonts/guardian-text/GuardianTextEgyp-Regular-Web.eot');
  src: url('../fonts/guardian-text/GuardianTextEgyp-Regular-Web.eot?#iefix') format('embedded-opentype'),
               url('../fonts/guardian-text/GuardianTextEgyp-Regular-Web.woff2') format('woff2'),
               url('../fonts/guardian-text/GuardianTextEgyp-Regular-Web.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}
/*  Guardian Sans  */
@font-face {
  font-family: 'Guardian Sans';
  src: url('../fonts/guardian-sans/GuardianSans-Regular.eot');
  src: url('../fonts/guardian-sans/GuardianSans-Regular.eot?#iefix') format('embedded-opentype'),
               url('../fonts/guardian-sans/GuardianSans-Regular.woff') format('woff'),
               url('../fonts/guardian-sans/GuardianSans-Regular.ttf') format('truetype'),
               url('../fonts/guardian-sans/GuardianSans-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Guardian Sans';
  src: url('../fonts/guardian-sans/GuardianSans-Bold.eot');
  src: url('../fonts/guardian-sans/GuardianSans-Bold.eot?#iefix') format('embedded-opentype'),
               url('../fonts/guardian-sans/GuardianSans-Bold.woff') format('woff'),
               url('../fonts/guardian-sans/GuardianSans-Bold.ttf') format('truetype'),
               url('../fonts/guardian-sans/GuardianSans-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
/*  Tungsten  */
@font-face {
  font-family: 'Tungsten';
  src: url('../fonts/tungsten/Tungsten-Light.eot');
  src: url('../fonts/tungsten/Tungsten-Light.eot?#iefix') format('embedded-opentype'),
               url('../fonts/tungsten/Tungsten-Light.woff') format('woff'),
               url('../fonts/tungsten/Tungsten-Light.ttf') format('truetype'),
               url('../fonts/tungsten/Tungsten-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten';
  src: url('../fonts/tungsten/Tungsten-Black.eot');
  src: url('../fonts/tungsten/Tungsten-Black.eot?#iefix') format('embedded-opentype'),
               url('../fonts/tungsten/Tungsten-Black.woff') format('woff'),
               url('../fonts/tungsten/Tungsten-Black.ttf') format('truetype'),
               url('../fonts/tungsten/Tungsten-Black.svg') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten';
  src: url('../fonts/tungsten/Tungsten-Semibold.eot');
  src: url('../fonts/tungsten/Tungsten-Semibold.eot?#iefix') format('embedded-opentype'),
               url('../fonts/tungsten/Tungsten-Semibold.woff') format('woff'),
               url('../fonts/tungsten/Tungsten-Semibold.ttf') format('truetype'),
               url('../fonts/tungsten/Tungsten-Semibold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten';
  src: url('../fonts/tungsten/Tungsten-Bold.eot');
  src: url('../fonts/tungsten/Tungsten-Bold.eot?#iefix') format('embedded-opentype'),
               url('../fonts/tungsten/Tungsten-Bold.woff') format('woff'),
               url('../fonts/tungsten/Tungsten-Bold.ttf') format('truetype'),
               url('../fonts/tungsten/Tungsten-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten';
  src: url('../fonts/tungsten/Tungsten-Thin.eot');
  src: url('../fonts/tungsten/Tungsten-Thin.eot?#iefix') format('embedded-opentype'),
               url('../fonts/tungsten/Tungsten-Thin.woff') format('woff'),
               url('../fonts/tungsten/Tungsten-Thin.ttf') format('truetype'),
               url('../fonts/tungsten/Tungsten-Thin.svg') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten';
  src: url('../fonts/tungsten/Tungsten-Book.eot');
  src: url('../fonts/tungsten/Tungsten-Book.eot?#iefix') format('embedded-opentype'),
               url('../fonts/tungsten/Tungsten-Book.woff') format('woff'),
               url('../fonts/tungsten/Tungsten-Book.ttf') format('truetype'),
               url('../fonts/tungsten/Tungsten-Book.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten';
  src: url('../fonts/tungsten/Tungsten-ExtraLight.eot');
  src: url('../fonts/tungsten/Tungsten-ExtraLight.eot?#iefix') format('embedded-opentype'),
               url('../fonts/tungsten/Tungsten-ExtraLight.woff') format('woff'),
               url('../fonts/tungsten/Tungsten-ExtraLight.ttf') format('truetype'),
               url('../fonts/tungsten/Tungsten-ExtraLight.svg') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten';
  src: url('../fonts/tungsten/Tungsten-Medium.eot');
  src: url('../fonts/tungsten/Tungsten-Medium.eot?#iefix') format('embedded-opentype'),
               url('../fonts/tungsten/Tungsten-Medium.woff') format('woff'),
               url('../fonts/tungsten/Tungsten-Medium.ttf') format('truetype'),
               url('../fonts/tungsten/Tungsten-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
/*  Mark OT  */
@font-face {
  font-family: 'MarkOT';
  src: url('../fonts/mark-ot/MarkOT-Bold.eot');
  src: url('../fonts/mark-ot/MarkOT-Bold.eot?#iefix') format('embedded-opentype'),
               url('../fonts/mark-ot/MarkOT-Bold.woff') format('woff'),
               url('../fonts/mark-ot/MarkOT-Bold.ttf') format('truetype'),
               url('../fonts/mark-ot/MarkOT-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'MarkOT';
  src: url('../fonts/mark-ot/MarkOT.eot');
  src: url('../fonts/mark-ot/MarkOT.eot?#iefix') format('embedded-opentype'),
               url('../fonts/mark-ot/MarkOT.woff') format('woff'),
               url('../fonts/mark-ot/MarkOT.ttf') format('truetype'),
               url('../fonts/mark-ot/MarkOT.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
/*  TSTAR Mono Round  */
@font-face {
  font-family: 'TSTAR Mono Round';
  src: url('../fonts/tstar-mono-round/TSTARMonoRound-Regular.eot');
  src: url('../fonts/tstar-mono-round/TSTARMonoRound-Regular.eot?#iefix') format('embedded-opentype'),
               url('../fonts/tstar-mono-round/TSTARMonoRound-Regular.woff') format('woff'),
               url('../fonts/tstar-mono-round/TSTARMonoRound-Regular.ttf') format('truetype'),
               url('../fonts/tstar-mono-round/TSTARMonoRound-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'TSTAR Mono Round';
  src: url('../fonts/tstar-mono-round/TSTARMonoRound-Bold.eot');
  src: url('../fonts/tstar-mono-round/TSTARMonoRound-Bold.eot?#iefix') format('embedded-opentype'),
               url('../fonts/tstar-mono-round/TSTARMonoRound-Bold.woff') format('woff'),
               url('../fonts/tstar-mono-round/TSTARMonoRound-Bold.ttf') format('truetype'),
               url('../fonts/tstar-mono-round/TSTARMonoRound-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
/*  Dia  */
@font-face {
  font-family: 'Dia';
  src: url('../fonts/dia/Dia-Regular.eot');
  src: url('../fonts/dia/Dia-Regular.eot?#iefix') format('embedded-opentype'),
               url('../fonts/dia/Dia-Regular.woff') format('woff'),
               url('../fonts/dia/Dia-Regular.ttf') format('truetype'),
               url('../fonts/dia/Dia-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Dia';
  src: url('../fonts/dia/Dia-Bold.eot');
  src: url('../fonts/dia/Dia-Bold.eot?#iefix') format('embedded-opentype'),
               url('../fonts/dia/Dia-Bold.woff') format('woff'),
               url('../fonts/dia/Dia-Bold.ttf') format('truetype'),
               url('../fonts/dia/Dia-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Dia';
  src: url('../fonts/dia/Dia-Black.eot');
  src: url('../fonts/dia/Dia-Black.eot?#iefix') format('embedded-opentype'),
               url('../fonts/dia/Dia-Black.woff') format('woff'),
               url('../fonts/dia/Dia-Black.ttf') format('truetype'),
               url('../fonts/dia/Dia-Black.svg') format('svg');
  font-weight: 900;
  font-style: normal;
}
/*  Noe  */
@font-face {
  font-family: 'Noe';
  src: url('../fonts/noe/NoeText-Regular.eot');
  src: url('../fonts/noe/NoeText-Regular.eot?#iefix') format('embedded-opentype'),
               url('../fonts/noe/NoeText-Regular.woff') format('woff'),
               url('../fonts/noe/NoeText-Regular.ttf') format('truetype'),
               url('../fonts/noe/NoeText-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Noe';
  src: url('../fonts/noe/NoeDisplay-Bold.eot');
  src: url('../fonts/noe/NoeDisplay-Bold.eot?#iefix') format('embedded-opentype'),
               url('../fonts/noe/NoeDisplay-Bold.woff') format('woff'),
               url('../fonts/noe/NoeDisplay-Bold.ttf') format('truetype'),
               url('../fonts/noe/NoeDisplay-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  display: block;
  clear: both; }
/*  Notext  */
.notext { overflow: hidden; text-indent: 101%; white-space: nowrap; }
/*  Hidden  */
[hidden],
.hidden { display: none !important; }
/*  Alignleft  */
.alignleft { float: left; }
/*  Alignright  */
.alignright { float: right; }
/*  Disabled  */
[disabled],
.disabled { cursor: default; }
/*  Grid  */
.cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
.col { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }
.col--1of2 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }
@media (max-width: 767px) {
  .hidden-xs { display: none !important; }
  .visible-xs-block { display: block !important; }
  .visible-xs-inline { display: inline !important; }
  .visible-xs-inline-block { display: inline-block !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm { display: none !important; }
  .visible-sm-block { display: block !important; }
  .visible-sm-inline { display: inline !important; }
  .visible-sm-inline-block { display: inline-block !important; }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .hidden-md { display: none !important; }
  .visible-md-block { display: block !important; }
  .visible-md-inline { display: inline !important; }
  .visible-md-inline-block { display: inline-block !important; }
}
@media (min-width: 1201px) {
  .hidden-lg { display: none !important; }
  .visible-lg-block { display: block !important; }
  .visible-lg-inline { display: inline !important; }
  .visible-lg-inline-block { display: inline-block !important; }
}
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
*:before,
*:after { -webkit-box-sizing: inherit; box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }
template { display: none; }
html { -webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0); }
body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }
img,
iframe,
video,
audio,
object { max-width: 100%; }
img,
iframe { border: 0 none; }
svg { display: inline-block; vertical-align: middle; }
img { height: auto; display: inline-block; vertical-align: middle; }
b,
strong { font-weight: bold; }
address { font-style: normal; }
svg:not(:root) { overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; appearance: none; }
textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
button,
select { text-transform: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
nav ul,
nav ol { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header { position: fixed; top: 0; left: 0; z-index: 20; padding: 20px 0; width: 100%; background: #fff; -webkit-box-shadow: 0 2px 32px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 32px rgba(0, 0, 0, 0.1); }
.header .header__inner { position: relative; text-align: center; }
.header .header__actions { position: absolute; top: 50%; right: 0; -webkit-transform: translateY(-53%); -ms-transform: translateY(-53%); transform: translateY(-53%); }
.header .header__actions a { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.header .header__actions a:hover { opacity: .8; }
.header .header__btn-back { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-61%); -ms-transform: translateY(-61%); transform: translateY(-61%); display: inline-block; vertical-align: middle; text-decoration: none; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.header .header__btn-back img:first-child { margin-right: 2px; }
.header .header__btn-back:hover { opacity: .8; }
/* Tablet Portrait */
@media (max-width: 1023px) {
  .header { padding: 13px 4px; }
}
/* Mobile */
@media (max-width: 767px) {
  .header { padding: 7px 0; }
  .header .header__btn-back { margin-left: -4px; }
  .header .header__btn-back img:nth-child(2) { display: none; }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main { padding-bottom: 80px; margin-top: 79px; }
.main .main__actions { text-align: center; }
/* Tablet Portrait */
@media (max-width: 1023px) {
  .main { margin-top: 60px; }
}
/* Mobile */
@media (max-width: 767px) {
  .main { margin-top: 44px; }

}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell { max-width: 1200px; padding-left: 15px; padding-right: 15px; margin: auto; }
.shell--fluid { max-width: none; }
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper { overflow: hidden; min-height: 100vh; }
/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Article Single
\* ------------------------------------------------------------ */
.article-single { padding: 61px 0 20px; margin-bottom: 95px; }
.article-single .article__container { position: relative; }
.article-single .article__content { position: relative; width: 57.3%; margin-bottom: 82px; }
.article-single .article__content:before { content: ''; position: absolute; top: 0; right: -10%; width: 2px; height: 100%; background: #eee; }
.article-single .article__aside { position: absolute; top: 0; right: 0; width: 31.6%; }
/*  Article Single Head  */
.article-single .article__head { font-family: 'Guardian Sans', sans-serif; text-align: center; }
.article-single .article__head-inner { max-width: 800px; margin: 0 auto; }
.article-single .article__head-entry { margin-bottom: 18px; font-size: 24px; line-height: 1.35; letter-spacing: .009em; }
.article-single .article__head .label { margin-bottom: 20px; }
.article-single .article__head .socials { margin-bottom: 60px; }
.article-single .article__head .text-meta { margin-bottom: 27px; line-height: 1.43; }
.article-single .article__title { margin-bottom: 20px; }
/*  Article Single Image  */
.article-single .article__image { position: relative; overflow: hidden; display: block; margin: 57px 0 40px; text-decoration: none; }
.article-single .article__image-caption { display: inline-block; margin-top: 4px; font-family: 'Guardian Sans', sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0.014em; color: #666; }
.article-single .article__image-btn { position: absolute; top: 8px; right: 10px; display: block; }
.article-single .article__image-btn:hover { opacity: .8; }
.article-single .article__image .tag { position: absolute; top: 10px; left: 8px; -webkit-transition: opacity 0s .3s; -o-transition: opacity 0s .3s; transition: opacity 0s .3s; }
.article-single .article__image img { -webkit-transition: opacity 0s .3s; -o-transition: opacity 0s .3s; transition: opacity 0s .3s; }
/*  Article Single Image Fixed  */
.article-single .article__image-fixed { height: 400px; padding-top: 400px; margin-bottom: 89px; background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; text-align: left; pointer-events: none; }
.article-single .article__image-fixed figcaption { display: block; margin-top: 6px; font-family: 'Guardian Sans', sans-serif; font-size: 15px; font-weight: 400; color: #666; pointer-events: auto; }
.article-single .article__image-fixed--center { text-align: center; }
/*  Article Single Body  */
.article-single .article__body .socials { margin: 28px 0; }
/*  Article Single Entry  */
.article-single .article__entry .lead:first-letter { float: left; margin: -10px 7px 0 0; font-family: 'AbrilDisplay-Bold', sans-serif; font-size: 96px; line-height: .8; }
.article-single .article__entry p a { position: relative; display: inline-block; vertical-align: baseline; text-decoration: none; -webkit-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.article-single .article__entry p a:before { content: ''; position: absolute; bottom: 3px; left: 0; width: 100%; height: 1px; background: #32aaaf; }
.article-single .article__entry p a:hover { color: #32aaaf; }
.article-single .article__entry .lead:after { content: ''; display: table; clear: both; line-height: 0; }
/*  article Actions  */
.article-single .article__actions-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
.article-single .article__prev,
.article-single .article__next { width: 45%; text-decoration: none; }
.article-single .article__prev .label,
.article-single .article__next .label { margin-bottom: 15px; }
.article-single .article__prev h3,
.article-single .article__next h3 { margin-bottom: 9px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.article-single .article__prev:hover h3,
.article-single .article__next:hover h3 { color: #32aaaf; }
.article-single .article__next { text-align: right; }
/*  Article Single Short  */
.article-single--short { margin-bottom: 59px; }
.article-single--short .article__head { text-align: left; }
.article-single--short .article__title { font-family: 'Guardian Sans', sans-serif; font-weight: 600; font-size: 44px; }
.article-single--short .article__head .label { margin-bottom: 20px; }
.article-single--short .article__body .socials { margin: 4px 0 60px; }
.article-single--short .article__image { margin-bottom: 55px; }
.article-single--short .article__actions { padding: 42px 0 36px; background: #e6f5f5; }
.article-single--short .article__entry { font-family: 'Guardian Sans', sans-serif; font-size: 18px; line-height: 1.7; }
/* Small Desktop */
@media (max-width: 1200px) {
  .article-single .article__image-fixed { margin: 0 -15px 90px; }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .article-single { padding: 40px 0 20px; margin-bottom: 38px; }

  .article-single .article__content { width: 100%; padding: 0 34px; }
  .article-single .article__content:before { display: none; }

  .article-single .article__aside { position: static; width: 100%; padding: 0 34px; }

  .article-single .article__head-inner { max-width: 670px; }
  .article-single .article__head-entry { margin-bottom: 21px; }
  .article-single .article__head .socials { margin-bottom: 41px; }

  .article-single .article__image-fixed { height: 262px; padding-top: 262px; margin-bottom: 70px; }
  .article-single .article__image-fixed figcaption { padding: 0 34px; }

  .article-single .article__entry .lead:first-letter { margin-top: -8px; font-size: 64px; }

  .article-single .article__actions-inner { padding: 29px 49px; margin: 0 -15px; background: #e6f5f5; }

  .article-single .article__prev,
  .article-single .article__next { width: 43%; line-height: 1.5; }

  .article-single .article__prev .label,
  .article-single .article__next .label { margin-bottom: 7px; }

  .article-single .article__prev h3,
  .article-single .article__next h3 { margin-bottom: 0; font-size: 20px; }

  /*  Article Single Short  */
  .article-single--short { padding: 50px 0 20px; }
  .article-single--short .article__content { margin-bottom: 64px; }
  .article-single--short .article__body { margin-bottom: 100px; }
  .article-single--short .article__actions { padding: 0; }
}
/* Mobile */
@media (max-width: 767px) {
  .article-single { padding: 30px 0 20px; }

  .article-single .article__content { padding: 0; margin-bottom: 60px; }
  .article-single .article__aside { padding: 0; }

  .article-single .article__head-entry { margin-bottom: 19px; font-size: 18px; }

  .article-single .article__head .text-meta { margin-bottom: 17px; }
  .article-single .article__head .label { margin-bottom: 5px; }
  .article-single .article__head .socials { margin-bottom: 30px; }

  .article-single .article__title { margin-bottom: 22px; }

  .article-single .article__body .socials { margin: 40px 0; }

  .article-single .article__entry { line-height: 1.65; }
  .article-single .article__entry .lead:first-letter { font-size: 58px; }

  .article-single .article__image { margin: 40px -15px 27px; }
  .article-single .article__image-caption { padding: 0 15px; margin-top: 7px; line-height: 1.35; }

  .article-single .article__image-fixed { height: 180px; padding-top: 180px; margin-bottom: 92px; }
  .article-single .article__image-fixed figcaption { padding: 0 15px; margin-top: 8px; line-height: 1.35; }

  .article-single .article__actions-inner { padding: 51px 15px 40px; text-align: center; }

  .article-single .article__prev,
  .article-single .article__next { width: 100%; }

  .article-single .article__next { margin-top: 36px; text-align: center; }

  /*  Article Single Short  */
  .article-single--short .article__content { margin-bottom: 39px; }
  .article-single--short .article__head-entry { margin-bottom: 15px; }
  .article-single--short .article__head .text-meta { margin-bottom: 0; }
  .article-single--short .article__title { margin-bottom: 25px; font-size: 26px; }
  .article-single--short .article__body { margin-bottom: 0; }
  .article-single--short .article__body .socials { margin: 13px 0 20px; }
  .article-single--short .article__entry { margin-bottom: 20px; line-height: 1.56; }
  .article-single--short .article__image { margin: 36px -15px 13px; }
  .article-single--short .widgets { margin-bottom: 0; }
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn { display: inline-block; vertical-align: middle; min-width: 280px; padding: 11px 40px; font-family: 'Guardian Sans', sans-serif; font-size: 20px; font-weight: 700; background: #32aaaf; color: #fff; text-align: center; text-decoration: none; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.btn:hover { background: rgb(43, 145, 149); }
/*  Button Small  */
.btn--small { min-width: 118px; padding: 5px 22px; font-size: 16px; }
/*  Button Danger  */
.btn--danger { background: #ff3056; }
.btn--danger:hover { background: rgb(217, 41, 73); }
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder { color: inherit; opacity: 1; }
input:-ms-input-placeholder { color: inherit; opacity: 1; }
input::-ms-input-placeholder { color: inherit; opacity: 1; }
input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }
input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Gallery
\* ------------------------------------------------------------ */
.gallery > a:not(:first-child) { display: none; }
.gallery > a:first-child { display: block; }
/* ------------------------------------------------------------ *\
	Label
\* ------------------------------------------------------------ */
.label { position: relative; display: inline-block; vertical-align: middle; padding: 5px 9px; background: #000; font-family: 'Tungsten', sans-serif; font-size: 30px; font-weight: 400; line-height: 1; letter-spacing: .07em; color: #fff; text-transform: uppercase; }
/*  Label GamesMarkt  */
.label--gm { padding: 5px 2px 5px 0; background: transparent; font-family: 'MarkOT', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 0.17em; color: #000; }
.label--gm > span { position: relative; z-index: 1; }
.label--gm:before { content: ''; position: absolute; top: 9px; right: 0; bottom: 0; left: 4px; background: #00ee00; }
/*  Labem MusikWoche  */
.label--mw { padding: 3px 10px; border: 2px solid #ed5260; background: transparent; font-family: 'Dia', sans-serif; font-size: 14px; font-weight: 900; letter-spacing: 0.18em; color: #ed5260; }
/* Tablet Portrait */
@media (max-width: 1023px) {
  .label { padding: 5px 7px; font-size: 20px; }
  .label--gm { padding: 3px 2px 3px 0; font-size: 14px; }
  .label--mw { padding: 2px 10px 3px 10px; font-size: 12px; }
}
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	List Dots
\* ------------------------------------------------------------ */
.list-dots { padding-left: 20px; margin: 48px 0; }
.list-dots li { position: relative; padding-left: 30px; }
.list-dots li:before { content: ''; position: absolute; top: 8px; left: 0; width: 12px; height: 12px; border-radius: 50%; background: #00ee00; }
.list-dots li + li { margin-top: 15px; }
/* Mobile */
@media (max-width: 767px) {
  .list-dots { padding-left: 10px; margin: 69px 0; }
  .list-dots li { padding-left: 20px; }
  .list-dots li:before { top: 7px; }
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo { display: inline-block; vertical-align: middle; font-size: 0; text-decoration: none; }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Note
\* ------------------------------------------------------------ */
.note { margin: 40px 0; font-family: 'Dia', sans-serif; font-size: 15px; font-weight: 700; line-height: 1.2; color: #ed5260; text-align: center; }
.note .note__title { font-family: 'Noe', serif; font-size: 120px; line-height: 1; }
.note .note__entry { max-width: 480px; padding-bottom: 4px; margin: 0 auto; }
/* Mobile */
@media (max-width: 767px) {
  .note { margin: 36px 0 43px; }
  .note .note__title { font-size: 64px; line-height: 1.3; }
}
/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */
.paging { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.paging .paging__inner { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; }
.paging ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; font-size: 0; white-space: nowrap; }
.paging ul li { margin: 0 5px; }
.paging ul button { display: inline-block; vertical-align: middle; width: 30px; height: 30px; border: 2px solid #ccc; border-radius: 50%; background: transparent; font-family: 'Guardian Sans', sans-serif; font-size: 14px; line-height: 28px; color: #ccc; text-decoration: none; text-align: center; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.paging ul button:hover,
.paging ul li.slick-active button,
.paging ul li.active button { border-color: #32aaaf; color: #32aaaf; }
.paging .paging__first,
.paging .paging__last { display: inline-block; vertical-align: middle; width: 30px; height: 30px; border: 2px solid #ccc; border-radius: 50%; margin: 0 5px; background: #fff; font-family: 'Guardian Sans', sans-serif; font-size: 14px; line-height: 28px; color: #ccc; text-decoration: none; text-align: center; }
.paging .paging__prev:hover .path,
.paging .paging__next:hover .path { fill: #32aaaf; }
.paging .paging__prev { margin-right: 5px; }
.paging .paging__next { margin-left: 5px; }
.paging .paging__first.disabled,
.paging .paging__last.disabled { display: none; }
.paging .paging__prev.disabled,
.paging .paging__next.disabled { pointer-events: none; opacity: .5; }
/* ------------------------------------------------------------ *\
	Person
\* ------------------------------------------------------------ */
.person { text-align: center; }
.person .person__name { margin-bottom: 22px; }
.person .person__name a:hover { color: #222222; }
.person .person__entry { font-family: 'Guardian Sans', sans-serif; font-size: 15px; line-height: 1.65em; letter-spacing: 0.01em; }
.person .person__entry a { display: block; }
.person .person__entry a:hover { color: #222222; }
/*  Person Photo  */
.person .person__photo { overflow: hidden; display: inline-block; vertical-align: middle; width: 170px; height: 170px; border: 2px solid #fff; border-radius: 50%; margin-bottom: 20px; }
.person .person__photo-image { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.person .person__photo:hover .person__photo-image { opacity: 0; }
.person a { text-decoration: none; }
.person .label { margin-bottom: 10px; }
/* Tablet Portrait */
@media (max-width: 1023px) {
  .person .person__name { margin-bottom: 13px; }

  .person .person__photo { margin-bottom: 9px; }

  .person .person__entry { line-height: 1.35; }
  .person .person__entry a { display: inline-block; }

  .person .label { margin-bottom: 15px; }
}
/* ------------------------------------------------------------ *\
	Popup Link
\* ------------------------------------------------------------ */
/*  Popup Hover  */
.popup-link-trigger.active,
.popup-link-trigger:hover { color: #32aaaf; }
/*  Popup Link  */
.popup-link { position: absolute; top: 0; left: 0; z-index: 1; width: 320px; font-family: 'Guardian Sans', sans-serif; opacity: 0; visibility: hidden; -webkit-transition: opacity .3s, visibility .3s; -o-transition: opacity .3s, visibility .3s; transition: opacity .3s, visibility .3s; }
.popup-link .popup__content { position: relative; padding: 20px 20px 33px; margin-top: 20px; background: #fff; -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2); box-shadow: 0 0 30px rgba(0, 0, 0, .2); }
.popup-link .popup__content:before { content: ''; position: absolute; bottom: 100%; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 0; height: 0; border-width: 0 22px 20px; border-style: solid; border-color:  transparent transparent #fff transparent; }
/*  Popup Link Head  */
.popup-link .popup__head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; margin-bottom: 8px; line-height: 1; }
/*  Popup Link Head  */
.popup-link .popup__image { -ms-flex-negative: 0; flex-shrink: 0; overflow: hidden; display: inline-block; vertical-align: middle; width: 80px; height: 80px; border-radius: 50%; margin-right: 10px; }
.popup-link .popup__entry { margin-bottom: 18px; font-size: 15px; line-height: 1.35; letter-spacing: 0.012em; }
.popup-link .popup__btn-close { position: absolute; top: -14px; right: -11px; -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.popup-link .popup__btn-close:hover { opacity: .7; }
.popup-link .text-meta { line-height: 1.35; letter-spacing: normal; }
/*  Popup Link Active  */
.popup-link.active { opacity: 1; visibility: visible; }
/* Tablet Portrait */
@media (max-width: 1023px) {
  .popup-link .popup__title { font-size: 18px; }
}
/* Mobile */
@media (max-width: 767px) {
  .popup-link { width: 280px; }
  .popup-link .popup__content { padding: 27px 20px 33px; }
  .popup-link .popup__head { margin-bottom: 19px; }
  .popup-link .popup__image { width: 60px; height: 60px; }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section Slider
\* ------------------------------------------------------------ */
.section-slider { margin-bottom: 78px; }
.section-slider .section__container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
.section-slider .section__aside { width: 40%; padding: 40px 20px 65px; background: #32aaaf; color: #fff; }
.section-slider .section__content { width: 60%; background: #e6f5f5; }
.section-slider .person { max-width: 370px; margin: 0 auto; }
/* Tablet Portrait */
@media (max-width: 1023px) {
  .section-slider { margin: 0 -15px 60px; }

  .section-slider .section__aside { width: 41.7%; padding: 30px 15px; }
  .section-slider .section__content { width: 58.3%; }
}
/* Mobile */
@media (max-width: 767px) {
  .section-slider .section__content { width: 100%; }
  .section-slider .section__aside { width: 100%; padding: 30px 15px 40px; }
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider,
.slider .slider__clip,
.slider .slider__slides,
.slider .slick-list,
.slider .slick-track,
.slider .slick-slide,
.slider .slick-slide > div,
.slider .slider__slide { height: 100%; }
.slider { text-align: left; }
.slider .slider__clip { position: relative; padding: 20px 100px; }
.slider .slider__slide-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; height: 100%; }
.slider .slider__slide { padding: 0 17px; margin-top: 5px; }
.slider .slider__slide-head { margin-bottom: 8px; line-height: 1.1; }
.slider .slider__slide-subtitle { margin-bottom: 13px; color: #32aaaf; }
.slider .slider__slide-entry { line-height: 1.65; }
/*  Slider Actions  */
.slider .slider__actions { position: absolute; top: 50%; left: 0; width: 100%; }
.slider .slider__prev,
.slider .slider__next { position: absolute; top: 0; padding: 0; border: 0; margin-top: -50px; background: transparent; font-size: 0; text-decoration: none; }
.slider .slider__prev { left: 37px; }
.slider .slider__next { right: 37px; }
.slider .slider__prev svg,
.slider .slider__next svg { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.slider .slider__prev:hover svg { -webkit-transform: translateX(-5px); -ms-transform: translateX(-5px); transform: translateX(-5px); }
.slider .slider__next:hover svg { -webkit-transform: translateX(5px); -ms-transform: translateX(5px); transform: translateX(5px); }
/* Tablet Portrait */
@media (max-width: 1023px) {
  .slider .slider__clip { padding: 20px 37px; }

  .slider .slider__slide { padding: 0 14px 0 17px; }

  .slider .slider__prev,
  .slider .slider__next { margin-top: -40px; }

  .slider .slider__prev { left: 22px; }
  .slider .slider__next { right: 22px; }

  .slider .slider__prev svg,
  .slider .slider__next svg { width: 20px; height: 80px; }
}
/* Mobile */
@media (max-width: 767px) {
  .slider,
  .slider .slider__clip,
  .slider .slider__slides,
  .slider .slick-list,
  .slider .slick-track,
  .slider .slick-slide,
  .slider .slick-slide > div,
  .slider .slider__slide { height: auto; }

  .slider .slider__clip { padding: 21px 0 85px; }
  .slider .slider__slide-head { margin-bottom: 11px; }
  .slider .slider__slide-subtitle { margin-bottom: 10px; font-size: 18px; }

  .slider .slider__actions { top: auto; bottom: 0; }

  .slider .slider__prev,
  .slider .slider__next { margin-top: -85px; }

  .slider .slider__prev { left: 15px; }
  .slider .slider__next { right: 15px; }
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul { list-style-type: none; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; margin: 0 -5px; font-size: 0; }
.socials li { padding: 0 5px; }
.socials svg rect { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.socials a { display: inline-block; border-radius: 50%; }
.socials a:hover { -webkit-box-shadow: 0 0 10px 0 rgba(50, 170, 175, 0.7); box-shadow: 0 0 10px 0 rgba(50, 170, 175, 0.7); }
.socials a:hover svg rect { stroke: #32aaaf; }
/*  Socials GamesMarkt  */
.socials--gm a:hover { -webkit-box-shadow: 0 0 10px 0 #00ee00; box-shadow: 0 0 10px 0 #00ee00; }
.socials--gm a:hover svg rect { fill: #fff; stroke: #fff; }
.socials--gm a:hover svg path { fill: #00ee00; }
/*  Socials MusicWoche  */
.socials--mw a:hover { -webkit-box-shadow: none; box-shadow: none; }
.socials--mw a:hover path { fill: #fff; }
.socials--mw a:hover g { fill: #ed5260; }
.socials--mw a:hover svg rect { stroke: #ed5260; fill: #ed5260; }
/* Mobile */
@media (max-width: 767px) {
  .socials ul { margin: 0 -4px; }
  .socials li { padding: 0 4px; }
  .socials a svg { width: 44px; height: 44px; }
}
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Tag
\* ------------------------------------------------------------ */
.tag { display: inline-block; vertical-align: middle; padding: 2px 10px; background: #000; font-family: 'Guardian Sans', sans-serif; font-size: 14px; letter-spacing: .015em; color: #fff; }
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial { padding: 0 40px; margin: 58px 0; text-align: center; }
.testimonial .testimonial__head { margin-bottom: 5px; }
.testimonial .testimonial__image { overflow: hidden; display: inline-block; vertical-align: middle; width: 60px; height: 60px; border-radius: 50%; margin-bottom: 10px; }
.testimonial .testimonial__entry { position: relative; padding-bottom: 10px; }
.testimonial .testimonial__icon { position: absolute; bottom: 0; right: 0; z-index: -1; }
.testimonial .text-meta { display: block; }
/* Mobile */
@media (max-width: 767px) {
  .testimonial { padding: 0; margin: 40px 0 60px; }
  .testimonial .testimonial__head { margin-bottom: 12px; }
}
/* ------------------------------------------------------------ *\
	Text Meta
\* ------------------------------------------------------------ */
.text-meta { display: inline-block; vertical-align: middle; font-family: 'Guardian Sans', sans-serif; font-size: 14px; font-weight: 400; line-height: 1.3; letter-spacing: .015em; color: #888; }
/* ------------------------------------------------------------ *\
	Thumb
\* ------------------------------------------------------------ */
/*  Thumbs  */
.thumbs { margin-bottom: 90px; }
.thumbs .thumbs__head { position: relative; margin-bottom: 30px; }
.thumbs .thumbs__head:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #eee; }
.thumbs .thumbs__body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin: 0 -15px; }
/*  Thumbs Offset Bottom Small  */
.thumbs--offset-bottom-small { margin-bottom: 12px; }
/*  Thumb  */
.thumb { width: 33.33%; padding: 0 15px; margin-bottom: 68px; }
.thumb .thumb__inner { display: block; text-decoration: none; }
.thumb .thumb__title { margin-bottom: 10px; line-height: 1.3; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
/*  Thumb Image  */
.thumb .thumb__image { position: relative; overflow: hidden; padding-top: 56%; margin-bottom: 7px; }
.thumb .thumb__image-inner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.thumb .thumb__logo { position: absolute; top: 0; left: 0; font-size: 0; }
/*  Thumb Hover  */
.thumb .thumb__inner:hover .thumb__image-inner { -webkit-transform: scale(1.1) translateZ(0); transform: scale(1.1) translateZ(0); }
.thumb .thumb__inner:hover .thumb__title { color: #32aaaf; }
/* Tablet Portrait */
@media (max-width: 1023px) {
  .thumbs { padding: 0 34px; margin-bottom: 40px; }
  .thumbs .thumbs__head { margin-bottom: 20px; }
  .thumbs .thumbs__body { margin: 0 -10px; }

  .thumb { padding: 0 10px; margin-bottom: 40px; line-height: 1.4; }
  .thumb .thumb__image { padding-top: 79%; }

  .thumb .thumb__title { margin-bottom: 0; font-size: 18px; line-height: 1.25; }
}
/* Mobile */
@media (max-width: 767px) {
  .thumbs { padding: 0; }

  .thumb { width: 100%; margin-bottom: 29px; }
  .thumb .thumb__image { padding-top: 57%; }
  .thumb .thumb__title { margin-bottom: 4px; }
}
/* ------------------------------------------------------------ *\
	Thumb Small
\* ------------------------------------------------------------ */
/*  Thumbs Small  */
.thumbs-small .thumbs__actions { padding-top: 10px; }
/*  Thumb Small  */
.thumb-small { display: block; margin-bottom: 10px; text-decoration: none; }
.thumb-small .thumb__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; }
.thumb-small .thumb__image { position: relative; overflow: hidden; -ms-flex-negative: 0; flex-shrink: 0; width: 80px; height: 80px; margin-right: 10px; }
.thumb-small .thumb__image--circle { border-radius: 50%; }
.thumb-small .thumb__image-inner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.thumb-small .thumb__image--circle .thumb__image-inner { background-position: top center; }
.thumb-small .thumb__content { padding-top: 6px; line-height: 1.1; }
.thumb-small .thumb__title { margin-bottom: 2px; }
.thumb-small .thumb__title { line-height: 1.1; }
.thumb-small:hover { color: #32aaaf; }
.thumb-small:hover .thumb__title { font-weight: 900; }
.thumb-small:hover .thumb__image-inner { -webkit-transform: scale(1.1) translateZ(0); transform: scale(1.1) translateZ(0); }
/* ------------------------------------------------------------ *\
	Video
\* ------------------------------------------------------------ */
.video { margin: 57px 0 73px; }
.video .video__title { margin-bottom: 10px; font-family: 'TSTAR Mono Round', sans-serif; color: #00cc00; }
.video .video__container { position: relative; padding-top: 56.5%; }
.video .video__container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Mobile */
@media (max-width: 767px) {
  .video { margin: 39px 0; }
  .video .video__title { font-size: 18px; line-height: 1.35; }
}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widget { margin-bottom: 60px; font-family: 'Guardian Sans', sans-serif; }
.widget .widget__head { position: relative; margin-bottom: 20px; }
.widget .widget__head:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #eee; }
.widget .widget__title { position: relative; z-index: 1; }
.widget .widget__subtitle { margin-bottom: 3px; }
.widget .widget__image { position: relative; overflow: hidden; margin-bottom: 14px; }
.widget .widget__group { display: block; text-decoration: none; }
.widget .widget__group .widget__subtitle,
.widget .widget__group .widget__image img { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.widget .widget__group:hover .widget__subtitle { color: #32aaaf; }
.widget .widget__group:hover .widget__image img { -webkit-transform: scale(1.1) translateZ(0); transform: scale(1.1) translateZ(0); }
.widget .widget__entry { margin-bottom: 19px; font-size: 14px; letter-spacing: 0.015em; line-height: 1.45; }
.widget .widget__entry .text-meta { margin-bottom: 5px; line-height: 1.45; }
/*  Widget Fancy  */
.widget--fancy { position: relative; margin-bottom: 42px; }
.widget--fancy:nth-child(1):before,
.widget--fancy:nth-child(2):before,
.widget--fancy:nth-child(3):before { content: ''; position: absolute; top: 0; z-index: -1; width: 100vw; height: 1px; background: #00ee00; }
.widget--fancy:nth-child(1):before { left: -64%; }
.widget--fancy:nth-child(2):before { right: 55%; }
.widget--fancy:nth-child(3):before { left: -117%; }
.widget--fancy .widget__head { position: absolute; top: -19px; right: 100%; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100%; margin: 0 29px 0 0; }
.widget--fancy .widget__head:before { display: none; }
.widget--fancy .widget__title { font-family: 'TSTAR Mono Round', sans-serif; color: #00ee00; letter-spacing: 0.13em; text-transform: uppercase; }
.widget--fancy .widget__image { margin-bottom: 20px; }
.widget--fancy .widget__subtitle { margin-bottom: 6px; letter-spacing: .005em; }
.widget--fancy .widget__body { padding-top: 20px; }
.widget--fancy .widget__entry { margin-bottom: 16px; font-family: 'MarkOT', sans-serif; line-height: 1.3; letter-spacing: normal; }
.widget--fancy .widget__entry .text-meta { letter-spacing: normal; }
.widget--fancy .widget__group:hover .widget__subtitle { color: #00ee00; }
/* Tablet Portrait */
@media (max-width: 1023px) {
  /*  Widgets  */
  .widgets { margin: 0 -45px 22px; }
  .widgets:after { content: ''; display: table; clear: both; line-height: 0; }

  /*  Widget  */
  .widget { float: left; width: 50%; padding: 0 45px; margin-bottom: 38px; }

  .widget .widget__subtitle { margin-bottom: 5px; }

  .widget .widget__image { margin-bottom: 9px; }

  /*  Widget Fancy  */
  .widget--fancy:nth-child(1):before,
  .widget--fancy:nth-child(2):before,
  .widget--fancy:nth-child(3):before { display: none; }

  .widget--fancy .widget__head { position: relative; -webkit-transform: none; -ms-transform: none; transform: none; top: auto; right: auto; left: auto; padding-bottom: 12px; margin: 0; }
  .widget--fancy .widget__head:before { display: block; height: 1px; background: #00ee00; }

  .widget--fancy .widget__title { font-size: 24px; }
}
/* Mobile */
@media (max-width: 767px) {
  .widget { width: 100%; }

  .widget--fancy { margin-bottom: 14px; }
}
/* ------------------------------------------------------------ *\
	Wrapper Gamesmarkt
\* ------------------------------------------------------------ */
.wrapper--gm { font-size: 18px; line-height: 1.7; }
.wrapper--gm h1 { font-family: 'MarkOT', sans-serif; font-size: 48px; font-weight: 700; line-height: 1.13; }
.wrapper--gm h3 { font-family: 'TSTAR Mono Round', sans-serif; font-size: 30px; font-weight: 700; line-height: 1.2; }
.wrapper--gm h4 { font-family: 'MarkOT', sans-serif; font-size: 24px; }
.wrapper--gm h5 { font-family: 'MarkOT', sans-serif; font-size: 22px; }
.wrapper--gm h6 { font-family: 'MarkOT', sans-serif; font-size: 18px; }
/*  Main  */
.wrapper--gm .main { padding-bottom: 80px; margin-top: 79px; font-family: 'Guardian Sans', sans-serif; }
/*  Header  */
.wrapper--gm .header { padding: 24px 0; }
/*  Article Single  */
.wrapper--gm .article-single { padding-top: 0; margin-bottom: 78px; }
.wrapper--gm .article-single .article__content { margin-bottom: 90px; }
.wrapper--gm .article-single .article__content:before { right: -13.6%; width: 1px; background: #00ee00; }
.wrapper--gm .article-single .article__aside { width: 35%; padding: 0 20px; }
.wrapper--gm .article-single .article__head { padding-top: 53px; background-position: 50% 0%; background-repeat: repeat-x; }
.wrapper--gm .article-single .article__head--bg-cover { background-size: cover; background-position: 50% 50%;  }
.wrapper--gm .article-single .article__head--zigzag { background-position: 50% -7%; }
.wrapper--gm .article-single .article__head--polygons { background-position: 50% 0%; }
.wrapper--gm .article-single .article__head-inner { max-width: 750px; }
.wrapper--gm .article-single .article__head-entry { font-family: 'MarkOT', sans-serif; letter-spacing: 0; }
.wrapper--gm .article-single .article__head .label { margin-bottom: 26px; }
.wrapper--gm .article-single .article__title { margin-bottom: 18px; font-family: 'MarkOT', sans-serif; font-weight: 700; }
.wrapper--gm .article-single .article__image { margin: 88px 0 51px; }
.wrapper--gm .article-single .article__image-caption { margin-top: 10px; font-family: 'MarkOT', sans-serif; letter-spacing: normal; }
.wrapper--gm .article-single .article__image-fixed figcaption { margin-top: 9px; font-family: 'MarkOT', sans-serif; font-size: 14px; }
.wrapper--gm .article-single .article__entry { letter-spacing: .013em; }
.wrapper--gm .article-single .article__entry p a:before { content: ''; position: absolute; bottom: 5px; left: 0; z-index: -1; width: 100%; height: 8px; background: #00ee00; }
.wrapper--gm .article-single .article__entry p a:hover { color: #00cc00; }
.wrapper--gm .article-single .article__entry .lead:first-letter { margin-right: 10px; font-family: 'MarkOT', sans-serif; font-weight: 700; line-height: 1; }
.wrapper--gm .article-single .article__body .socials { margin: 58px 0; }
.wrapper--gm .article-single .article__actions { padding: 47px 0 41px; background: #ddffdd; }
.wrapper--gm .article-single .article__prev h3,
.wrapper--gm .article-single .article__next h3 { font-family: 'MarkOT', sans-serif; }
.wrapper--gm .article-single .article__prev:hover h3,
.wrapper--gm .article-single .article__next:hover h3 { color: #00ee00; }
/*  Article Single Short  */
.wrapper--gm .article-single--short { padding-top: 60px; margin-bottom: 58px; }
.wrapper--gm .article-single--short .article__content { margin-bottom: 76px; }
.wrapper--gm .article-single--short .article__head-entry { line-height: 1.25; }
.wrapper--gm .article-single--short .article__title { margin-bottom: 16px; line-height: 1.1; }
.wrapper--gm .article-single--short .article__head .socials { margin: 0; }
.wrapper--gm .article-single--short .article__image { margin: 62px 0 48px; }
.wrapper--gm .article-single--short .widget--fancy:nth-child(1):before,
.wrapper--gm .article-single--short .widget--fancy:nth-child(2):before,
.wrapper--gm .article-single--short .widget--fancy:nth-child(3):before { right: auto; left: -16%; width: 122%; }
/*  Testimonial  */
.wrapper--gm .testimonial { padding: 0 35px 0 40px; margin-bottom: 62px; color: #00cc00; text-align: left; }
.wrapper--gm .testimonial .testimonial__head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; text-align: right; }
.wrapper--gm .testimonial .testimonial__head .text-meta { color: #222; }
.wrapper--gm .testimonial .testimonial__entry { padding-bottom: 18px; }
.wrapper--gm .testimonial .testimonial__image { margin: 0 0 0 15px; }
/*  Thumbs  */
.wrapper--gm .thumbs { margin-bottom: 24px; }
.wrapper--gm .thumbs .thumbs__head { margin-bottom: 18px; }
.wrapper--gm .thumbs .thumbs__head:before { display: none; }
.wrapper--gm .thumb { margin-bottom: 58px; }
.wrapper--gm .thumb .thumb__inner:hover .thumb__title { color: #00ee00; }
/*  Thumb Small  */
.wrapper--gm .thumb-small:hover { color: #00ee00; }
.wrapper--gm .popup-link-trigger.active,
.wrapper--gm .popup-link-trigger:hover { color: #00cc00; }
/*  Text Meta  */
.wrapper--gm .text-meta { font-family: 'MarkOT', sans-serif; }
/*  Button  */
.wrapper--gm .btn { background: #00ee00; }
.wrapper--gm .btn:hover { background: rgb(0, 202, 0); }
.wrapper--gm .btn--danger { background: #ff3056; }
.wrapper--gm .btn--danger:hover { background: rgb(217, 41, 73); }
/*  Paging  */
.wrapper--gm .paging ul button:hover,
.wrapper--gm .paging ul li.slick-active button,
.wrapper--gm .paging ul li.active button { border-color: #00ee00; color: #00ee00; }
.wrapper--gm .paging .paging__prev:hover .path,
.wrapper--gm .paging .paging__next:hover .path { fill: #00ee00; }
/* Tablet Portrait */
@media (max-width: 1023px) {
  .wrapper--gm h1 { font-size: 44px; line-height: 1.1; }

  /*  Main  */
  .wrapper--gm .main { margin-top: 59px; }

  /*  Header  */
  .wrapper--gm .header { padding: 14px 0; }

  /*  Article Single  */
  .wrapper--gm .article-single { margin-bottom: 62px; }

  .wrapper--gm .article-single .article__content { margin-bottom: 74px; }
  .wrapper--gm .article-single .article__aside { width: 100%; padding: 0 34px; }

  .wrapper--gm .article-single .article__head { padding-top: 41px; background-position: 50% 50%; background-size: cover; }
  .wrapper--gm .article-single .article__head-inner { max-width: 680px; }
  .wrapper--gm .article-single .article__head-entry { line-height: 1.25; }
  .wrapper--gm .article-single .article__head .label { margin-bottom: 21px; }
  .wrapper--gm .article-single .article__head .socials { margin-bottom: 60px; }

  .wrapper--gm .article-single .article__title { max-width: 600px; margin: 0 auto 16px; }

  .wrapper--gm .article-single .article__image-fixed { margin-bottom: 116px; }

  .wrapper--gm .article-single .article__actions { padding: 0; }
  .wrapper--gm .article-single .article__actions-inner { padding: 33px 49px; background: #ddffdd; }
  .wrapper--gm .article-single .article__prev .label,
  .wrapper--gm .article-single .article__next .label { margin-bottom: 13px; }

  /*  Article Single Short  */
  .wrapper--gm .article-single--short { margin-bottom: 35px; }
  .wrapper--gm .article-single--short .article__body { margin-bottom: 10px; }
  .wrapper--gm .article-single--short .article__content { margin-bottom: 50px; }
  .wrapper--gm .article-single--short .article__head .label { margin-bottom: 26px; font-size: 18px; }
  .wrapper--gm .article-single--short .article__title { max-width: 100%; }

  .wrapper--gm .widgets { margin-bottom: 0; }
  .wrapper--gm .widget { margin-bottom: 63px; }
  .wrapper--gm .widget:last-child { margin-bottom: 40px; }
}
/* Mobile */
@media (max-width: 767px) {
  .wrapper--gm h1 { font-size: 28px; line-height: 1.1; }
  .wrapper--gm h3 { font-size: 18px; line-height: 1.35; }
  .wrapper--gm h6 { font-size: 16px; }
  /*  Main  */
  .wrapper--gm .main { margin-top: 44px; }

  /*  Header  */
  .wrapper--gm .header { padding: 7px 0; }

  /*  Article Single  */
  .wrapper--gm .article-single { margin-bottom: 37px; }

  .wrapper--gm .article-single .article__content { margin-bottom: 52px; }
  .wrapper--gm .article-single .article__aside { padding: 0; }

  .wrapper--gm .article-single .article__head { padding-top: 30px; }
  .wrapper--gm .article-single .article__head-entry { font-size: 17px; line-height: 1.45; }
  .wrapper--gm .article-single .article__head .label { margin-bottom: 14px; }
  .wrapper--gm .article-single .article__head .socials { margin-bottom: 40px; }

  .wrapper--gm .article-single .article__title { margin-bottom: 10px; }

  .wrapper--gm .article-single .article__image { margin: 94px -15px 14px; }
  .wrapper--gm .article-single .article__image-fixed { margin-bottom: 126px; }
  .wrapper--gm .article-single .article__image-fixed figcaption { font-size: 14px; line-height: 1.43; }

  .wrapper--gm .article-single .article__entry { line-height: 1.56; }

  .wrapper--gm .article-single .article__body .socials { margin: 66px 0 30px; }

  .wrapper--gm .article-single .article__actions-inner { padding: 59px 15px; }

  .wrapper--gm .article-single .article__next { margin-top: 40px; }

  .wrapper--gm .article-single .article__prev h3,
  .wrapper--gm .article-single .article__next h3 { line-height: 1.2; }

  /*  Article Single Short  */
  .wrapper--gm .article-single--short .article__head .label { font-size: 14px; }
  .wrapper--gm .article-single--short .article__title { margin-bottom: 5px; line-height: 1.2; }
  .wrapper--gm .article-single--short header.article__head .socials { margin: 10px 0 10px; }
  .wrapper--gm .article-single--short .article__image { margin: 42px -15px 21px; }
  .wrapper--gm .article-single--short .article__body .socials { margin: 37px 0 20px; }
  .wrapper--gm .article-single--short .widgets { margin-bottom: 33px; }
  .wrapper--gm .article-single--short .widget { margin-bottom: 12px; }

  /*  Testimonial  */
  .wrapper--gm .testimonial { padding: 0; margin: 49px 0 45px; }
  .wrapper--gm .testimonial .testimonial__entry { padding-bottom: 11px; }
  .wrapper--gm .testimonial .testimonial__entry h3 { margin-bottom: 0; }
  .wrapper--gm .testimonial .testimonial__image { margin-left: 10px; }

  /*  Thumb  */
  .wrapper--gm .thumb { margin-bottom: 29px; }
}
/* ------------------------------------------------------------ *\
	Wrapper Musik Woche
\* ------------------------------------------------------------ */
.wrapper--mw { font-family: 'Noe', serif; font-size: 18px; line-height: 1.7; }
.wrapper--mw h1 { font-family: 'Noe', serif; font-weight: 700; }
.wrapper--mw h3 { font-weight: 700; }
.wrapper--mw h4 { font-family: 'Dia', sans-serif; }
.wrapper--mw h5 { font-family: 'Noe', serif; font-weight: 700; }
.wrapper--mw h6 { font-family: 'Dia', sans-serif; }
/*  Header  */
.wrapper--mw .header { padding: 9px 0; }
/*  Article Single  */
.wrapper--mw .article-single { position: relative; padding-top: 0; margin-bottom: 54px; }
.wrapper--mw .article-single .article__content { margin-bottom: 91px; }
.wrapper--mw .article-single .article__content:before { right: -12%; width: 20px; background: url(../images/decoration-dash.png) 0 0 repeat-y; }
.wrapper--mw .article-single .article__head { padding-top: 400px; }
.wrapper--mw .article-single .article__head-image { position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 480px; background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; }
.wrapper--mw .article-single .article__head-inner { position: relative; max-width: 970px; padding: 27px 99px 0px; background: #fff; }
.wrapper--mw .article-single .article__head-entry { font-family: 'Dia', sans-serif; font-weight: 700; letter-spacing: normal; }
.wrapper--mw .article-single .article__head .label { margin-bottom: 0px; }
.wrapper--mw .article-single .article__head .socials { margin-bottom: 73px; }
.wrapper--mw .article-single .article__title { margin-bottom: 32px; letter-spacing: normal; }
.wrapper--mw .article-single .article__image { overflow: visible; margin: 61px 0 122px; }
.wrapper--mw .article-single .article__image-caption { position: absolute; bottom: -59px; left: 20px; display: inline-block; max-width: 440px; padding: 18px 17px 14px; border: 4px solid #ed5260; font-family: 'Dia', sans-serif; font-size: 15px; font-weight: 700; line-height: 1.35; letter-spacing: normal; color: #ed5260; }
.wrapper--mw .article-single .article__image-caption--right { left: auto; right: 20px; }
.wrapper--mw .article-single .article__body .socials { margin: 60px 0; }
.wrapper--mw .article-single .article__entry .lead:first-letter { font-family: 'Noe', serif; font-weight: 700; line-height: .9; }
.wrapper--mw .article-single .article__entry p a:before { background: #ed5260; }
.wrapper--mw .article-single .article__entry p a:hover { color: #ed5260; }
.wrapper--mw .article-single .article__actions { padding: 46px 0 53px; background: #f8e9ea; }
.wrapper--mw .article-single .article__prev .label,
.wrapper--mw .article-single .article__next .label { margin-bottom: 3px; }
.wrapper--mw .article-single .article__prev,
.wrapper--mw .article-single .article__next { width: 47%; }
.wrapper--mw .article-single .article__prev h3,
.wrapper--mw .article-single .article__next h3 { font-family: 'Noe', serif; }
.wrapper--mw .article-single .article__prev:hover h3,
.wrapper--mw .article-single .article__next:hover h3 { color: #ed5260; }
/*  Article Single Short  */
.wrapper--mw .article-single--short { padding-top: 59px; }
.wrapper--mw .article-single--short .article__head { padding-top: 0; }
.wrapper--mw .article-single--short .article__head-inner { padding: 0; }
.wrapper--mw .article-single--short .article__head .label { margin-bottom: 13px; }
.wrapper--mw .article-single--short .article__head .socials { margin: 0; }
.wrapper--mw .article-single--short .article__title { margin-bottom: 20px; font-family: 'Dia', sans-serif; font-weight: 900; }
.wrapper--mw .article-single--short .article__image { margin-bottom: 101px; }
.wrapper--mw .article-single--short .widget { margin-bottom: 38px; }
/*  Testimonial  */
.wrapper--mw .testimonial { padding: 0 35px; margin: 71px 0 59px; border: 4px solid #ed5260; }
.wrapper--mw .testimonial .testimonial__head { margin: -34px 0 13px; }
.wrapper--mw .testimonial .testimonial__head .text-meta { font-weight: 700; line-height: 1.2; letter-spacing: normal; color: #ed5260; }
.wrapper--mw .testimonial .testimonial__head .text-meta strong { display: block; }
.wrapper--mw .testimonial .testimonial__image { margin-bottom: 9px; }
.wrapper--mw .testimonial .testimonial__entry { padding-bottom: 54px; color: #ed5260; }
.wrapper--mw .testimonial .testimonial__entry h3 { font-family: 'Noe', serif; line-height: 1.15; }
/*  Widget  */
.wrapper--mw .widget { margin-bottom: 30px; }
.wrapper--mw .widget .widget__head { margin-bottom: 15px; }
.wrapper--mw .widget .widget__head:before { display: none; }
.wrapper--mw .widget__group:hover .widget__subtitle { color: #ed5260; }
/*  Thumb  */
.wrapper--mw .thumbs { margin-bottom: 20px; }
.wrapper--mw .thumbs .thumbs__head { margin-bottom: 40px; }
.wrapper--mw .thumbs .thumbs__head:before { display: none; }
.wrapper--mw .thumb { margin-bottom: 60px; }
.wrapper--mw .thumb .thumb__inner:hover .thumb__title { color: #ed5260; }
/*  Thumb Small  */
.wrapper--mw .thumb-small:hover { color: #ed5260; }
.wrapper--mw .thumb-small:hover .thumb__title { font-weight: 700; }
/*  Paging  */
.wrapper--mw .paging ul button:hover,
.wrapper--mw .paging ul li.slick-active button,
.wrapper--mw .paging ul li.active button { border-color: #ed5260; color: #ed5260; }
.wrapper--mw .paging .paging__prev:hover .path,
.wrapper--mw .paging .paging__next:hover .path { fill: #ed5260; }
/*  Text Meta  */
.wrapper--mw .text-meta { font-family: 'Dia', sans-serif; font-size: 15px; }
.wrapper--mw .label--mw { font-weight: 900; }
/*  Button  */
.wrapper--mw .btn { background: #ed5260; }
.wrapper--mw .btn:hover { background: rgb(201, 70, 82); }
.wrapper--mw .popup-link-trigger.active,
.wrapper--mw .popup-link-trigger:hover { color: #ed5260; }
/* Tablet Portrait */
@media (max-width: 1023px) {
  /*  Header  */
  .wrapper--mw .header { padding: 6px 0; }

  /*  Article Single  */
  .wrapper--mw .article-single { margin-bottom: 35px; }

  .wrapper--mw .article-single .article__content { padding-bottom: 20px; margin-bottom: 55px; }
  .wrapper--mw .article-single .article__content:before { display: inline-block; top: auto; right: 34px; bottom: 0; left: 34px; width: auto; height: 20px; background-repeat: repeat-x; }

  .wrapper--mw .article-single .article__head { padding-top: 370px; }
  .wrapper--mw .article-single .article__head-inner { max-width: 670px; padding: 16px 15px 0; }
  .wrapper--mw .article-single .article__head-image { height: 430px; }
  .wrapper--mw .article-single .article__head-entry { letter-spacing: .01em; }
  .wrapper--mw .article-single .article__entry .lead:first-letter { line-height: .95; }

  .wrapper--mw .article-single .article__head .socials { margin-bottom: 50px; }

  .wrapper--mw .article-single .article__title { margin-bottom: 20px; }

  .wrapper--mw .article-single .article__actions { padding: 0; }
  .wrapper--mw .article-single .article__actions-inner { padding: 33px 49px 50px; background: #f8e9ea; }

  .wrapper--mw .article-single .article__prev .label,
  .wrapper--mw .article-single .article__next .label { margin-bottom: 13px; }

  /*  Article Single Short  */
  .wrapper--mw .article-single--short { padding-top: 39px; }
  .wrapper--mw .article-single--short .article__head { padding: 0; }
  .wrapper--mw .article-single--short .article__head-inner { padding: 0; }
  .wrapper--mw .article-single--short .article__body { margin-bottom: 0; }

  .wrapper--mw .article-single--short .widgets { margin-bottom: 0; }

  /*  Widget  */
  .wrapper--mw .widgets { margin-bottom: 55px; }
  .wrapper--mw .widget { margin-bottom: 45px; }

  /*  Thumb  */
  .wrapper--mw .thumbs { margin-bottom: 28px; }
  .wrapper--mw .thumbs .thumbs__head { margin-bottom: 20px; }

  .wrapper--mw .thumb { margin-bottom: 29px; }
  .wrapper--mw .thumb h4.thumb__title { font-size: 20px; }
}
/* Mobile */
@media (max-width: 767px) {
  .wrapper--mw { font-size: 16px; line-height: 1.65; }
  .wrapper--mw h3 { font-size: 20px; line-height: 1.2; }

  .wrapper--mw .label { font-size: 12px; }

  /*  Header  */
  .wrapper--mw .header { padding: 4px 0; }

  /*  Article Single  */
  .wrapper--mw .article-single .article__content { padding-bottom: 36px; margin-bottom: 53px; }
  .wrapper--mw .article-single .article__content:before { right: 0; left: 0; }

  .wrapper--mw .article-single .article__head { padding-top: 180px; }
  .wrapper--mw .article-single .article__head-image { height: 180px; }
  .wrapper--mw .article-single .article__head-inner { padding: 0; line-height: 1; }
  .wrapper--mw .article-single .article__head-entry { margin-bottom: 12px; font-size: 17px; letter-spacing: normal; line-height: 1.45; }

  .wrapper--mw .article-single .article__head .label { top: -12px; margin: 0; background: #fff; }
  .wrapper--mw .article-single .article__head .socials { margin-bottom: 38px; }

  .wrapper--mw .article-single .article__image { margin: 67px -15px 99px; }
  .wrapper--mw .article-single .article__image-caption { bottom: -56px; left: -2px; max-width: 302px; padding: 15px 15px 12px; border-width: 2px; font-size: 14px; line-height: 1.3; }
  .wrapper--mw .article-single .article__image-caption--right { right: -2px; left: auto; }

  .wrapper--mw .article-single .article__body .socials { margin: 40px 0; }

  .wrapper--mw .article-single .article__entry .lead:first-letter { line-height: .91; }

  .wrapper--mw .article-single .article__actions-inner { padding: 62px 15px; }

  .wrapper--mw .article-single .article__prev,
  .wrapper--mw .article-single .article__next { width: 100%; }

  .wrapper--mw .article-single .article__next { margin-top: 64px; }

  /*  Article Single Short  */
  .wrapper--mw .article-single--short { padding-top: 53px; }
  .wrapper--mw .article-single--short .article__head { padding: 0; }
  .wrapper--mw .article-single--short .article__head-inner { padding: 0; }
  .wrapper--mw .article-single--short .article__head-entry { margin-bottom: 21px; }
  .wrapper--mw .article-single--short .article__head .socials { margin: 26px 0 0; }

  .wrapper--mw .article-single--short .article__body { margin-bottom: 50px; }

  .wrapper--mw .article-single--short .article__image { margin: 41px -15px 107px; }
  .wrapper--mw .article-single--short .article__image-caption { top: 91%; bottom: auto; }

  /*  Testimonial  */
  .wrapper--mw .testimonial { padding: 0 12px; border-width: 2px; margin-bottom: 37px; }
  .wrapper--mw .testimonial .testimonial__head { margin-bottom: 18px; }
  .wrapper--mw .testimonial .testimonial__entry { padding-bottom: 44px; }
  .wrapper--mw .testimonial .testimonial__entry h3 { line-height: 1.2; }

  /*  Widget  */
  .wrapper--mw .widget { margin-bottom: 59px; }
  .wrapper--mw .widget:last-child { margin-bottom: 0; }
  .wrapper--mw .widget .widget__head { margin-bottom: 19px; }
  .wrapper--mw .widget .widget__entry { margin-bottom: 11px; }

  /*  Thumbs  */
  .wrapper--mw .thumbs .thumbs__head { margin-bottom: 33px; }

  /*  Thumbs Small  */
  .wrapper--mw .thumb-small h4.thumb__title { font-size: 20px; }
}
/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Magnific
\* ------------------------------------------------------------ */
.mfp-with-zoom.mfp-bg { background-color: #fff; opacity: .5; }
.mfp-with-zoom .mfp-container { padding: 0 15px; }
.mfp-with-zoom img.mfp-img { max-width: 1170px; padding: 0; }
.mfp-counter,
.mfp-title { letter-spacing: 0.2px; font-family: 'Guardian Sans', sans-serif; font-weight: 400; font-size: 14px; color: #fff; }
.mfp-bottom-bar { position: static; padding: 7px 10px; margin-top: 0; background: #222222; }
.mfp-counter { top: 10px; right: auto; left: 12px; }
.mfp-counter span { padding: 6px; background: #222222; }
.mfp-gallery .mfp-container { left: 50%; width: auto; padding: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.mfp-with-zoom > .mfp-close { display: none; }
button.mfp-close,
.mfp-close { position: absolute; top: 10px; right: 10px !important; width: 30px !important; height: 30px; padding: 0 !important; background: url(../images/svg/ic_gallery_close.svg) no-repeat 0 0; font-size: 0; line-height: 1; opacity: 1; cursor: pointer !important; }
.mfp-close:active { top: 10px; }
button.mfp-arrow { margin-top: -77px; opacity: 1; visibility: hidden; opacity: 0; -webkit-transition: visibility .3s .3s ease-out, opacity .3s .3s ease-out; -o-transition: visibility .3s .3s ease-out, opacity .3s .3s ease-out; transition: visibility .3s .3s ease-out, opacity .3s .3s ease-out; }
button.mfp-arrow:before,
button.mfp-arrow:after { display: none; }
.mfp-arrow:active { margin-top: -77px; }
button.mfp-arrow.mfp-arrow-right { right: 11px; width: 60px; height: 120px; background: url(../images/svg/ic_gallery_right.svg) no-repeat 0 0; }
button.mfp-arrow.mfp-arrow-left { left: 11px; width: 60px; height: 120px; background: url(../images/svg/ic_gallery_left.svg) no-repeat 0 0; }
.mfp-ready .mfp-arrow { visibility: visible; opacity: 1; }
.mfp-removing .mfp-arrow { display: none; }
/* Small Desktop */
@media (max-width: 1200px) {
  .mfp-with-zoom .mfp-container { padding: 0; }
  .mfp-with-zoom img.mfp-img { max-width: 900px; }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
  .mfp-with-zoom img.mfp-img { max-width: 100%; }

  .mfp-gallery .mfp-container { left: 0; width: 100%; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
/* Mobile */
@media (max-width: 767px) {
  .mfp-with-zoom.mfp-bg { background-color: #222222; opacity: 1; }

  button.mfp-arrow,
  .mfp-arrow:active { margin-top: -60px; }

  button.mfp-arrow.mfp-arrow-left,
  button.mfp-arrow.mfp-arrow-right { width: 40px; height: 80px; background-size: 100% 100%; }
}
/* ------------------------------------------------------------ *\
	Ads Banner
\* ------------------------------------------------------------ */
.section-banner-fullwidth {
  text-align: center;
  padding-top: 20px;
  margin-bottom: -20px;
}
.section-banner-footer {
  text-align: center;
  margin: -40px 0 40px 0;
}
.section-banner-sidebar {
  text-align: center;
  margin-bottom: 40px;
}
.section-banner-content {
  text-align: center;
  margin-bottom: 40px;
  margin-top: -30px;
}
.section-banner-fullwidth img,
.section-banner-footer img,
.section-banner-sidebar img,
.section-banner-content img {
  width: 100%;
  margin: 0;
}
.section-banner-fullwidth p,
.section-banner-footer p,
.section-banner-sidebar p,
.section-banner-content p {
  margin: 0 0 3px;
  font-size: 10px;
  color: #97A9AF;
  font-family: "Kapra Neue Expanded", Helvetica, Arial, sans-serif;
  text-align: center;
}

@media (max-width: 1023px) {
  .section-banner-fullwidth {
    margin-bottom: 0;
  }
  .section-banner-footer {
    margin-top: -30px;
  }
  .section-banner-content {
    margin-top: -20px;
  }
  .section-banner-sidebar {
    display:none;
  }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-banner-fullwidth {}
  .section-banner-footer {}
  .section-banner-content {
    margin-top: 30px;
  }
  .section-banner-sidebar {
    display:block;
  }
}


.iqadmark:before {
    content: 'Anzeige';
    position: relative;
    top: -25px;
    left: 0;
    padding: 0 5px;
    z-index: 9;
    font-size: 10px;
    color: #97A9AF;
    font-family: "Kapra Neue Expanded", Helvetica, Arial, sans-serif;
    text-align: center;
}