@charset "UTF-8";
.reset-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .reset-list ul li {
    margin: 0; }

.clearfix .clearfix::before, .artist-works__list .clearfix::before, .clearfix .artist-works__list::before, .artist-works__list .artist-works__list::before,
.clearfix .clearfix::after,
.artist-works__list .clearfix::after,
.clearfix .artist-works__list::after,
.artist-works__list .artist-works__list::after {
  content: " ";
  display: table; }


.clearfix .clearfix::after,
.artist-works__list .clearfix::after,
.clearfix .artist-works__list::after,
.artist-works__list .artist-works__list::after {
  clear: both; }

.clearfix .clearfix, .artist-works__list .clearfix, .clearfix .artist-works__list, .artist-works__list .artist-works__list {
  *zoom: 1;
  /* Für den IE6 und IE7 */ }

/* import core styles | Basis-Stylesheets einbinden */
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) YAML core stylesheet
 * (de) YAML Basis-Stylesheet
 *
 * Don't make any changes in this file!
 * Your changes should be placed in any css-file in your own stylesheet folder.
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.3
 * @revision        $Revision: 466 $
 * @lastmodified    $Date: 2010-09-14 21:19:30 +0200 (Di, 14 Sep 2010) $
 */
@media all {
  /**
  * @section browser reset
  * @see     http://www.yaml.de/en/documentation/css-components/base-stylesheet.html
  */
  /* (en) Global reset of paddings and margins for all HTML elements */
  /* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
  * {
    margin: 0;
    padding: 0; }
  /* (en) Correction:margin/padding reset caused too small select boxes. */
  /* (de) Korrektur:Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
  option {
    padding-left: 0.4em; }
  /* LTR */
  select {
    padding: 1px; }
  /**
  * (en) Global fix of the Italics bugs in IE 5.x and IE 6
  * (de) Globale Korrektur des Italics Bugs des IE 5.x und IE 6
  *
  * @bugfix
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      yes
  */
  * html body * {
    overflow: visible; }
  body {
    /* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser */
    /* (de) Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen */
    font-size: 100.01%;
    /* (en) Standard values for colors and text alignment */
    /* (de) Vorgabe der Standardfarben und Textausrichtung */
    background: #fff;
    color: #000;
    text-align: left;
    /* LTR */ }
  /* (en) avoid visible outlines on DIV containers in Webkit browsers */
  /* (de) Vermeidung sichtbarer Outline-Rahmen in Webkit-Browsern */
  div {
    outline: 0 none; }
  /* (en) HTML 5 - make sure, these elements are hidden */
  /* (en) HTML 5 - standardmäßig unsichtbare Elemente */
  command, datalist, source {
    display: none; }
  /* (en) HTML 5 - adjusting visual formatting model to block level */
  /* (en) HTML 5 - Anpassung des visuellen Formatmodells auf Blockelemente */
  article, aside, canvas, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section, summary {
    display: block; }
  /* (en) Clear borders for <fieldset> and <img> elements */
  /* (de) Rahmen für <fieldset> und <img> Elemente löschen */
  fieldset, img {
    border: 0 solid; }
  /* (en) new standard values for lists, blockquote and cite */
  /* (de) Neue Standardwerte für Listen & Zitate */
  ul, ol, dl {
    margin: 0 0 1em 1em; }
  /* LTR */
  li {
    line-height: 1.5em;
    margin-left: 0.8em;
    /* LTR */ }
  dt {
    font-weight: bold; }
  dd {
    margin: 0 0 1em 0.8em; }
  /* LTR */
  blockquote {
    margin: 0 0 1em 0.8em; }
  /* LTR */
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: ""; }
  /*------------------------------------------------------------------------------------------------------*/
  /**
  * @section clearing methods
  * @see     http://yaml.de/en/documentation/basics/general.html
  */
  /* (en) clearfix method for clearing floats */
  /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
  .clearfix:after, .artist-works__list:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden; }
  /* (en) essential for Safari browser !! */
  /* (de) Diese Angabe benötigt der Safari-Browser zwingend !! */
  .clearfix, .artist-works__list {
    display: block; }
  /* (en) alternative solution to contain floats */
  /* (de) Alternative Methode zum Einschließen von Float-Umgebungen */
  .floatbox {
    display: table;
    width: 100%; }
  /* (en) IE-Clearing:Only used in Internet Explorer, switched on in iehacks.css */
  /* (de) IE-Clearing:Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
  #ie_clearing {
    display: none; }
  /*------------------------------------------------------------------------------------------------------*/
  /**
  * @section hidden elements | Versteckte Elemente
  * @see     http://www.yaml.de/en/documentation/basics/skip-links.html
  *
  * (en) skip links and hidden content
  * (de) Skip-Links und versteckte Inhalte
  */
  /* (en) classes for invisible elements in the base layout */
  /* (de) Klassen für unsichtbare Elemente im Basislayout */
  .skip, .hideme, .print {
    position: absolute;
    top: -32768px;
    left: -32768px;
    /* LTR */ }
  /* (en) make skip links visible when using tab navigation */
  /* (de) Skip-Links für Tab-Navigation sichtbar schalten */
  .skip:focus, .skip:active {
    position: static;
    top: 0;
    left: 0; }
  /* skiplinks:technical setup */
  #skiplinks {
    position: absolute;
    top: 0px;
    left: -32768px;
    z-index: 1000;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #skiplinks a.skip:focus,
  #skiplinks a.skip:active {
    left: 32768px;
    outline: 0 none;
    position: absolute;
    width: 100%; } }

@media screen, projection {
  /**
  * @section base layout | Basis Layout
  * @see     http://www.yaml.de/en/documentation/css-components/base-stylesheet.html
  *
  * |-------------------------------|
  * | #col1   | #col3     | #col2   |
  * | 200 px  | flexible  | 200px   |
  * |-------------------------------|
  */
  #col1 {
    float: left;
    width: 20%; }
  #col2 {
    float: right;
    width: 20%; }
  #col3 {
    width: auto;
    margin: 0 20%; }
  /* (en) Preparation for absolute positioning within content columns */
  /* (de) Vorbereitung für absolute Positionierungen innerhalb der Inhaltsspalten */
  #col1_content, #col2_content, #col3_content {
    position: relative; }
  /*------------------------------------------------------------------------------------------------------*/
  /**
  * @section subtemplates
  * @see     http://www.yaml.de/en/documentation/practice/subtemplates.html
  */
  .subcolumns {
    display: table;
    width: 100%;
    table-layout: fixed; }
  /* (en) alternative class for optional support of old Mozilla/Netscape browers */
  /* (de) Alternative Klasse zur optionalen Unterstützung alter Mozilla/Netscape-Brower */
  .subcolumns_oldgecko {
    width: 100%;
    float: left; }
  .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l {
    float: left; }
  .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r {
    float: right;
    margin-left: -5px; }
  .c20l, .c20r {
    width: 20%; }
  .c40l, .c40r {
    width: 40%; }
  .c60l, .c60r {
    width: 60%; }
  .c80l, .c80r {
    width: 80%; }
  .c25l, .c25r {
    width: 25%; }
  .c33l, .c33r {
    width: 33.333%; }
  .c50l, .c50r {
    width: 50%; }
  .c66l, .c66r {
    width: 66.666%; }
  .c75l, .c75r {
    width: 75%; }
  .c38l, .c38r {
    width: 38.2%; }
  .c62l, .c62r {
    width: 61.8%; }
  .subc {
    padding: 0 0.5em; }
  .subcl {
    padding: 0 1em 0 0; }
  .subcr {
    padding: 0 0 0 1em; }
  .equalize, .equalize .subcolumns {
    table-layout: fixed; }
  .equalize > div {
    display: table-cell;
    float: none;
    margin: 0;
    overflow: hidden;
    vertical-align: top; } }

@media print {
  /**
  * (en) float clearing for .floatbox and subtemplates. Uses display:table to avoid bugs in FF & IE
  * (de) Float Clearing für .floatbox und die Subtemplates. Verwendet display:table, um Darstellungsprobleme im FF & IE zu vermeiden
  *
  * @bugfix
  * @since     3.0
  * @affected  FF2.0, FF3.0, IE7
  * @css-for   all browsers
  * @valid     yes
  */
  .subcolumns,
  .subcolumns > div {
    overflow: visible;
    display: table; }
  /* (en) make .print class visible */
  /* (de) .print-Klasse sichtbar schalten */
  .print {
    position: static;
    left: 0; }
  /* (en) generic class to hide elements for print */
  /* (de) Allgemeine CSS Klasse, um beliebige Elemente in der Druckausgabe auszublenden */
  .noprint {
    display: none !important; } }

/* import screen layout | Screen-Layout einbinden */
/* import print layout | Druck-Layout einbinden */
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.3
 * @revision        $Revision:302 $
 * @lastmodified    $Date:2008-12-14 11:23:55 +0100 (So, 14. Dez 2008) $
 */
@media print {
  /**
  * @section basic layout preparation
  * @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
  */
  /* (en) change font size unit to [pt] - avoiding problems with [px] unit in Gecko based browsers  */
  /* (de) Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit Maßeinheit [px] in Gecko-basierten Browsern vermeiden */
  body {
    font-size: 10pt; }
  /* (en) Hide unneeded container of the screenlayout in print layout */
  /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
  #topnav, #nav, #search {
    display: none; }
  /*------------------------------------------------------------------------------------------------------*/
  /* (en) Avoid page breaks right after headings */
  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid; }
  /*------------------------------------------------------------------------------------------------------*/
  /* (en) optional output of acronyms and abbreviations*/
  /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */
  /*
    abbr[title]:after, 
    acronym[title]:after { content:'(' attr(title) ')'; }
  */
  /*------------------------------------------------------------------------------------------------------*/
  /* (en) optional URL output of hyperlinks in print layout */
  /* (de) optionale Ausgabe der URLs von Hyperlinks */
  /*
  a[href]:after {
    content:" <URL:"attr(href)">";
    color:#444;
    background:inherit;
    font-style:italic;
  }
  */ }

.frame-type-image .image, .frame-type-textpic .ce-row {
  margin-bottom: 15px; }

.f3-widget-paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  max-width: 100%;
  overflow-x: scroll;
  margin: 0;
  padding: 0; }
  .f3-widget-paginator li {
    border: 1px solid #ccc; }
    .f3-widget-paginator li.current {
      background-color: #e6e6e6;
      padding: 8px 12px;
      color: #333;
      font-weight: bold;
      font-size: 1rem; }
    .f3-widget-paginator li a {
      display: block;
      position: relative;
      padding: 8px 12px;
      text-decoration: none;
      font-size: 1rem;
      color: #333; }
      .f3-widget-paginator li a:hover {
        background-color: #e6e6e6; }
    .f3-widget-paginator li.previous, .f3-widget-paginator li.next {
      position: relative;
      min-width: 35px; }
      .f3-widget-paginator li.previous a, .f3-widget-paginator li.next a {
        text-indent: -9999px;
        position: relative; }
        .f3-widget-paginator li.previous a:hover, .f3-widget-paginator li.next a:hover {
          background: none; }
      .f3-widget-paginator li.previous:before, .f3-widget-paginator li.next:before {
        content: ">";
        font-weight: bold;
        color: #333;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%;
        width: 100%; }
      .f3-widget-paginator li.previous:hover, .f3-widget-paginator li.next:hover {
        background-color: #e6e6e6; }
    .f3-widget-paginator li.previous:before {
      content: "<"; }
    .f3-widget-paginator li:first-child {
      margin-left: 0; }
  @media (min-width: 768px) {
    .f3-widget-paginator li.current, .f3-widget-paginator li a {
      padding: 8px 12px;
      font-size: 1rem; } }
  @media (min-width: 1024px) {
    .f3-widget-paginator li.current, .f3-widget-paginator li a {
      padding: 8px 12px;
      font-size: 1rem; } }

/* ==========================================================================
   libs
   ========================================================================== */
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none; }

.glightbox-container.inactive {
  display: none; }

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden; }

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0; }

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative; }

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999; }

.glightbox-container .gslide-inner-content {
  width: 100%; }

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

.glightbox-container .ginner-container.gvideo-container {
  width: 100%; }

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important; }

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto; }

.gslide:not(.current) {
  pointer-events: none; }

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px; }

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto; }

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%; }

.gslide-image img.zoomable {
  position: relative; }

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none; }

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important; }

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none; }

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto; }

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none; }

.gslide-video.playing::before {
  display: none; }

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh; }

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important; }

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto; }

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%; }

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%; }

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; }

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%; }

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%; }

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%; }

.gslide-description p {
  margin-bottom: 12px; }

.gslide-description p:last-child {
  margin-bottom: 0; }

.zoomed .gslide-description {
  display: none; }

.glightbox-button-hidden {
  display: none; }

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold; }

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit; }

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4; }

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1; }

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity; }

.glightbox-mobile .goverlay {
  background: #000; }

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  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: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0; }

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1; }

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff; }

.gbtn.focused {
  outline: 2px solid #0f3d81; }

iframe.wait-autoplay {
  opacity: 0; }

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important; }

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner {
  padding: 22px 20px; }

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em; }

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em; }

.glightbox-clean .gslide-video {
  background: #000; }

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px; }

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff; }

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute; }

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto; }

.glightbox-clean .gclose:hover {
  opacity: 1; }

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease; }

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease; }

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease; }

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease; }

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease; }

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease; }

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease; }

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease; }

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%; }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab; }
  .gslide-inline {
    max-height: 95vh; }
  .gslide-external {
    max-height: 100vh; }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px; }
  .glightbox-open {
    height: auto; }
  .goverlay {
    background: rgba(0, 0, 0, 0.92); }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65); }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto; }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32); }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7); }
  .glightbox-clean .gprev {
    top: 45%; }
  .glightbox-clean .gnext {
    top: 45%; } }

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px; } }

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000; } }

/* ==========================================================================
   partials
   ========================================================================== */
/* default styles for extension "tx_frontend" */
.ce-align-left {
  text-align: left; }

.ce-align-center {
  text-align: center; }

.ce-align-right {
  text-align: right; }

.ce-table td, .ce-table th {
  vertical-align: top; }

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden; }

.ce-left .ce-gallery, .ce-column {
  float: left; }

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%; }

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%; }

.ce-right .ce-gallery {
  float: right; }

.ce-gallery figure {
  display: table;
  margin: 0; }

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom; }

.ce-gallery img {
  display: block; }

.ce-gallery iframe {
  border-width: 0; }

.ce-border img,
.ce-border iframe {
  border: 2px solid #000000;
  padding: 0px; }

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 10px; }

.ce-image .ce-gallery {
  margin-bottom: 0; }

.ce-intext.ce-right .ce-gallery {
  margin-left: 10px; }

.ce-intext.ce-left .ce-gallery {
  margin-right: 10px; }

.ce-below .ce-gallery {
  margin-top: 10px; }

.ce-column {
  margin-right: 10px; }

.ce-column:last-child {
  margin-right: 0; }

.ce-row {
  margin-bottom: 10px; }

.ce-row:last-child {
  margin-bottom: 0; }

.ce-above .ce-bodytext {
  clear: both; }

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto; }

/* Headline */
.ce-headline-left {
  text-align: left; }

.ce-headline-center {
  text-align: center; }

.ce-headline-right {
  text-align: right; }

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0; }

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0; }

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top; }

.ce-uploads span {
  display: block; }

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%; }

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top; }

.ce-table thead th {
  border-bottom: 2px solid #dadada; }

.ce-table th, .ce-table td {
  border-top: 1px solid #dadada; }

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada; }

/* Space */
.frame-space-before-extra-small {
  margin-top: 5px; }

.frame-space-before-small {
  margin-top: 10px; }

.frame-space-before-medium {
  margin-top: 20px; }

.frame-space-before-large {
  margin-top: 30px; }

.frame-space-before-extra-large {
  margin-top: 40px; }

.frame-space-after-extra-small {
  margin-bottom: 5px; }

.frame-space-after-small {
  margin-bottom: 10px; }

.frame-space-after-medium {
  margin-bottom: 20px; }

.frame-space-after-large {
  margin-bottom: 30px; }

.frame-space-after-extra-large {
  margin-bottom: 40px; }

/* Frame */
.frame-ruler-before:before {
  content: '';
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em; }

.frame-ruler-after:after {
  content: '';
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em; }

.frame-indent {
  margin-left: 15%;
  margin-right: 15%; }

.frame-indent-left {
  margin-left: 33%; }

.frame-indent-right {
  margin-right: 33%; }

body {
  background-color: #FFF; }

.page {
  max-width: 600px;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: 0 20px; }
  @media (min-width: 769px) {
    .page {
      max-width: 920px; } }

.header {
  margin: 0 0 25px 0; }
  @media (min-width: 481px) {
    .header {
      margin: 15px 0 35px 0; } }
  @media (min-width: 769px) {
    .header {
      margin: 35px 0 50px 0; } }
  @media (min-width: 769px) {
    .header .logo {
      padding-left: 25%; } }

.main {
  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; }

@media (min-width: 769px) {
  .sidebar {
    width: 25%; } }

.content {
  width: 100%; }
  @media (min-width: 769px) {
    .content {
      width: calc(100% - 25%); } }
  .content__top {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px; }

img {
  max-width: 100%;
  height: auto; }

body {
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 16px;
  color: #333; }

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
  font-weight: bold; }

h1, .h1 {
  font-size: 21px;
  margin-bottom: 1em; }
  @media (min-width: 769px) {
    h1, .h1 {
      font-size: 29px; } }

h2, .h2 {
  font-size: 21px;
  margin-bottom: 34px; }
  @media (min-width: 769px) {
    h2, .h2 {
      font-size: 29px; } }

p {
  line-height: 1.4em;
  margin-bottom: 1.4em;
  max-width: 600px; }

a,
a:link,
a:active,
a:visited,
a:hover {
  color: #333;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.backlink {
  font-size: 14px;
  margin-top: 1.5em;
  display: inline-block; }
  .backlink:before {
    content: "<<";
    padding-right: 10px;
    display: inline-block; }

.logo {
  position: relative;
  z-index: 8;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px; }
  @media (min-width: 481px) {
    .logo {
      font-size: 21px;
      margin-top: 15px; } }
  .logo:hover {
    text-decoration: none; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  nav ul.secondlevel {
    padding-left: 1.2em; }
  nav ul li {
    margin-left: 0; }

.hamburger {
  position: absolute;
  opacity: 0;
  visibility: hidden; }
  .hamburger:checked ~ .page {
    height: 100vh;
    overflow: hidden; }
    .hamburger:checked ~ .page .header .logo {
      color: #FFF;
      font-weight: normal;
      letter-spacing: .03em; }
      @media screen and (min-width: 480px) and (max-width: 767px) {
        .hamburger:checked ~ .page .header .logo {
          display: none; } }
    .hamburger:checked ~ .page .header .hamburger__wrapper label span {
      background-color: #FFF; }
      .hamburger:checked ~ .page .header .hamburger__wrapper label span:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        bottom: calc(50% - (4px / 2));
        -webkit-transition-delay: calc(0s + 0s), calc(0s + .1s);
                transition-delay: calc(0s + 0s), calc(0s + .1s); }
      .hamburger:checked ~ .page .header .hamburger__wrapper label span:nth-of-type(2) {
        opacity: 0;
        -webkit-transition-delay: calc(0s + 0s);
                transition-delay: calc(0s + 0s); }
      .hamburger:checked ~ .page .header .hamburger__wrapper label span:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: calc(50% - (4px / 2));
        -webkit-transition-delay: calc(0s + 0s), calc(0s + .1s);
                transition-delay: calc(0s + 0s), calc(0s + .1s); }
    .hamburger:checked ~ .page .main .navigation {
      display: block; }
  .hamburger__wrapper label {
    display: inline-block;
    position: absolute;
    right: 20px;
    z-index: 9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 60px;
    padding: 0 0 0 60px;
    margin: 0;
    vertical-align: middle;
    line-height: 60px;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: 0;
    cursor: pointer;
    background: 0 0; }
    @media (min-width: 769px) {
      .hamburger__wrapper label {
        display: none; } }
    .hamburger__wrapper label span {
      display: block;
      position: absolute;
      height: 4px;
      width: calc(60px * 0.6);
      left: calc(60px * ((1 - 0.6)/ 2));
      background-color: #000;
      border-radius: calc(4px / 2);
      opacity: 1; }
      .hamburger__wrapper label span:nth-of-type(1) {
        bottom: calc(50% + 10px);
        -webkit-transition: bottom .2s ease,-webkit-transform .2s ease;
        transition: bottom .2s ease,-webkit-transform .2s ease;
        transition: bottom .2s ease,transform .2s ease;
        transition: bottom .2s ease,transform .2s ease,-webkit-transform .2s ease;
        -webkit-transition-delay: .1s,0s;
                transition-delay: .1s,0s; }
      .hamburger__wrapper label span:nth-of-type(2) {
        top: calc(50% - (4px / 2));
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease;
        -webkit-transition-delay: .1s;
                transition-delay: .1s; }
      .hamburger__wrapper label span:nth-of-type(3) {
        top: calc(50% + 10px);
        -webkit-transition: top .2s ease,-webkit-transform .2s ease;
        transition: top .2s ease,-webkit-transform .2s ease;
        transition: top .2s ease,transform .2s ease;
        transition: top .2s ease,transform .2s ease,-webkit-transform .2s ease;
        -webkit-transition-delay: .1s,0s;
                transition-delay: .1s,0s; }

.navigation li.active.haschilds > a {
  padding-bottom: 10px; }

.navigation li.active > a {
  font-weight: bold; }

.navigation a:hover {
  text-decoration: none; }

.navigation a.current {
  font-weight: bold;
  text-decoration: underline; }

@media (max-width: 768px) {
  .navigation {
    display: none;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0; }
    .navigation ul.firstlevel {
      background-color: #000;
      width: 100vw;
      height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      overflow: auto; }
    .navigation a {
      color: #FFF;
      font-size: 21px;
      text-transform: uppercase;
      padding: 20px;
      display: inline-block; }
    .navigation .secondlevel {
      margin: 0;
      padding: 0 0 15px 0;
      text-align: center; }
      .navigation .secondlevel a {
        font-size: 18px;
        padding: 5px; } }

@media (min-width: 769px) {
  .navigation a {
    color: #333; }
    .navigation a:hover {
      color: #999; } }

.artistmenu {
  margin-left: auto; }
  .artistmenu li {
    display: inline-block;
    padding-left: 10px; }

.footer {
  margin: 30px 0; }
  @media (min-width: 769px) {
    .footer {
      padding-left: 25%; } }
  .footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
    background-color: #000; }
  .footer__nav ul li {
    display: inline-block;
    font-size: 14px;
    padding-right: 10px; }
    .footer__nav ul li:last-child {
      padding-right: 0; }
    @media (min-width: 481px) {
      .footer__nav ul li {
        padding-right: 20px; } }
    .footer__nav ul li .act {
      font-weight: bold; }

/* ==========================================================================
   comp
   ========================================================================== */
.artist-list__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.artist-list__item {
  margin-left: 0;
  font-size: 21px; }

.artist-works__list {
  list-style: none;
  margin: 0 -10px;
  padding: 0; }

.artist-works__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  display: inline-block;
  float: left;
  padding: 10px;
  margin: 0;
  position: relative; }
  .artist-works__item:nth-of-type(2n+1) {
    clear: both; }
  @media (min-width: 481px) {
    .artist-works__item {
      width: 33.33333%; }
      .artist-works__item:nth-of-type(2n+1) {
        clear: none; }
      .artist-works__item:nth-of-type(3n+1) {
        clear: both; } }

.artist-works__image {
  position: relative;
  margin-bottom: 10px;
  display: block; }
  .artist-works__image:before {
    content: '+';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 40px;
    opacity: 0; }
  .artist-works__image:hover:before {
    opacity: 1; }
  .artist-works__image img {
    height: auto;
    display: block; }

input[name="tabs"] {
  position: absolute;
  opacity: 0;
  visibility: hidden; }

.tabs__item > *:hover {
  cursor: pointer;
  text-decoration: underline; }

.tab-content {
  display: none; }

#biography:checked ~ .content__top .tabs__item--biography {
  font-weight: bold; }

#biography:checked ~ .content__main .artist-biography {
  display: block; }

#works:checked ~ .content__top .tabs__item--works {
  font-weight: bold; }

#works:checked ~ .content__main .artist-works {
  display: block; }

.exhibition__item {
  margin-bottom: 50px; }

.exhibition__images {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 600px; }

.exhibition__image {
  margin: 0;
  display: none;
  padding-right: 10px;
  margin-bottom: 10px; }
  @media (min-width: 481px) {
    .exhibition__image {
      display: inline-block; } }
  .exhibition__image img {
    display: block;
    height: auto; }
  .exhibition__image--first {
    display: block;
    padding-right: 0; }
  .exhibition__image-desc {
    display: block;
    margin-top: 10px; }

.exhibition__artistmarker, .exhibition__title, .exhibition__datemarker {
  display: block; }

.exhibition__artistmarker {
  font-size: 60%;
  line-height: 1.5em;
  margin-bottom: 5px; }

.exhibition__title {
  font-style: italic;
  margin-bottom: 5px; }

.exhibition__datemarker {
  font-weight: normal; }

.exhibition__pressrelease {
  margin-top: 1.2em; }
