@charset "UTF-8";

html {
  background-color: white;
  font-family: 'Diverda Sans W04 Light';
  font-size: 85%;
  -webkit-font-feature-settings: "onum";
  font-feature-settings: "onum";
  letter-spacing: 0.3px;
}

body {
  margin: 25px 0px;
}

a:hover {
  text-decoration: underline;
}

@media all and (min-width: 850px) {
  body {
    margin: 25px 0px;
  }
}

@supports (font-variant-numeric: oldstyle-nums) {
  body {
    font-feature-settings: normal;
    font-variant-numeric: oldstyle-nums;
  }
}

.wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: minmax(40px, 0.2fr) 1fr minmax(40px, 0.2fr);
  color: black;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5% 5% 5%;
  line-height: 1.15rem;
}

.w2021 {
  max-width: 1475px !important;
}

@media all and (min-width: 850px) {
  .wrapper {
    padding: 0%;
  }
}

h1 {
  font-size: 2rem;
  font-family: 'Diverda Sans W04 Black';
  padding-left: 20%;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant-numeric: oldstyle-nums;
}

li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: -12px;
  margin-left: 12px;
  list-style-position: outside;
}

a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

li::before {
  content: '–';
  margin-right: 5px;
}

b {
  font-family: 'Diverda Sans W01 Black';
}

b.content-left-title,
p.content-left-subtitle {
  padding-left: 20%;
}

i {
  font-family: 'DiverdaSansW01-LightIta';
}

p.oldstyle {
  font-variant-numeric: oldstyle-nums;
}

@media all and (min-width: 850px) {
  .wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: minmax(30px, 0.15fr) 1fr 1fr minmax(30px, 0.15fr);
  }

  .w2021 {
    grid-template-columns: minmax(30px, 0.15fr) 0.85fr 1fr minmax(30px, 0.15fr);
  }
}

@media all and (min-width: 850px) {

  .circle-tl,
  .circle-tr,
  .circle-bl,
  .circle-br {
    margin: 0 auto;
    margin-bottom: 1vw;
    margin-top: 1vw;
  }
}

.circle-tl {
  border-radius: 50%;
  background: #eab90d;
  width: 25px;
  height: 25px;
  grid-column: 1 / span 1;
  grid-row: 1;
}
/* @media all and (max-width: 850px) {
  .circle-tm {
  display: none;
  }
}

.circle-tm {
  margin-left: 70px;
  margin-bottom: 1vw;
  margin-top: 1vw;
  border-radius: 50%;
  background: #c2b8a1;
  width: 25px;
  height: 25px;
  grid-column: 3 / span 1;
  grid-row: 1;
} */


.circle-tr {
  border-radius: 50%;
  background: #6993af;
  width: 25px;
  height: 25px;
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}

.color_tr_2021 {
  background: #932a5e;
}

@media all and (min-width: 850px) {
  .circle-tr {
    grid-column: 4;
  }
}

.circle-bl {
  border-radius: 50%;
  background: #bc4d63;
  width: 25px;
  height: 25px;
  grid-column: 1 / span 1;
  grid-row: 4;
}

.color_bl_2021 {
  background: #005f63 !important;
}

.color_br_2021 {
  background: #1a2e6f !important;
}

.circle-br {
  border-radius: 50%;
  background: #899457;
  width: 25px;
  height: 25px;
  grid-column: 3;
  grid-row: 4;
  justify-self: end;
}

@media all and (min-width: 850px) {
  .circle-br {
    grid-column: 4;
  }
}

.header {
  grid-area: header;
  grid-column: 2 / span 1;
  grid-row: 1;
  -ms-flex-item-align: center;
  align-self: center;
}

.footer {
  grid-area: footer;
  grid-column: 2 / span 1;
  grid-row: 4;
  -ms-flex-item-align: center;
  align-self: center;
}

.content-left {
  grid-area: content-left;
  grid-column: 2 / span 1;
  grid-row: 2;
  position: relative;
  margin-bottom: 2em;
  align-self: center;
}

.content-left-2021 {
  margin-top: 5px;
  grid-area: content-left;
  grid-column: 2 / span 1;
  grid-row: 2;
  position: relative;
  margin-bottom: 2em;
}

.caption {
  grid-area: caption-text;
  grid-column: 4;
  grid-row: 2;
  font-size: 0.6em;
  padding-right: 5em;
  text-align: center;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
  display: block;
}

@media all and (max-width: 850px) {
  .caption {
    grid-area: caption-text;
    grid-column: 2;
    grid-row: 4;
    font-size: 0.7em;
    padding-right: 0em;
    text-align: center;
    writing-mode: lr-tb;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    white-space: normal;
  }
}

@media all and (min-width: 850px) {
  .content-left {
    margin-right: 70px;
  }
}

img.date {
  width: 55%;
  margin-left: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img.date_2021 {
  width: 20%;
  margin-left: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img.date_2021_austellung {
  width: 55%;
  margin-left: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img.date_2 {
  width: 230px;
  margin-top: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img.content-left-image {
  width: 100%;
  padding: 2.5%;
  margin: 10px 0px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.image-hindelbank {
  position: relative;
}

.image-hindelbank img {
  position: relative;
  background-image: url("https://www.ausstellunghindelbank.ch/images/framesvg.svg");
  width: 100%;
}

.image-hindelbank .border-bl {
  border-left: 2px solid black;
  margin-right: 3px;
  position: relative;
  top: 70%;
  bottom: 10px;
}

.image-hindelbank .border-blu {
  border-right: 2px solid black;
  position: absolute;
  top: 75%;
  right: 5px;
  z-index: 10;
}

.content-right {
  position: relative;
  grid-area: content-right;
  grid-column: 2 / span 1;
  grid-row: 3;
}

@media all and (min-width: 850px) {
  .content-right {
    margin-left: 70px;
    margin-top: 40px;
    grid-column: 3;
    grid-row: 2;
  }
}

.arrow-down {
  background: url("https://www.ausstellunghindelbank.ch/images/arrow.png") no-repeat center;
  background-image: url("https://www.ausstellunghindelbank.ch/images/arrow.svg");
  background-size: contain;
  width: 20px;
  margin-left: 20%;
  margin-top: 4px;
}

.arrow-2021 {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.67 9.47"><title>Asset 1svg</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path fill="red" d="M5.35,10.34,1,6V4.78l3.91,3.9V.87h.86V8.68l3.91-3.9V6Z" transform="translate(-1.01 -0.87)"/></g></g></svg>') no-repeat center;
  background-image: url("https://www.ausstellunghindelbank.ch/images/arrow.svg");
  background-size: contain;
  width: 20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /* Equal to rotateZ(45deg) */
}

.arrow-right {
  position: absolute;
  margin-left: -30px;
  margin-top: 2px;
  background: url("https://www.ausstellunghindelbank.ch/images/arrow.png") no-repeat center;
  background-image: url("https://www.ausstellunghindelbank.ch/images/arrow.svg");
  background-size: contain;
  width: 20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /* Equal to rotateZ(45deg) */
}

.arrow-right-2021 {
  position: absolute;
  margin-left: -40px;
  margin-top: 26px;
  background: url("https://www.ausstellunghindelbank.ch/images/arrow.png") no-repeat center;
  background-image: url("https://www.ausstellunghindelbank.ch/images/arrow.svg");
  background-size: contain;
  width: 20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /* Equal to rotateZ(45deg) */
}

.arrow {
  grid-column: 2 / span 1;
  grid-row: 4;
  margin-bottom: 1vw;
  margin-top: 1vw;
}

.arrow_2021 {
  position: absolute;
  right: 0;
  margin-top: 30px;
}

@media all and (max-width: 850px) {
  .arrow {
    display: none;
  }
  .arrow_2021 {
    display: none;
  }
}

p.space {
  margin-top: 14px;
  margin-bottom: -2px;
}

div.grid {
  display: grid;
  position: relative;
  grid-template-columns: minmax(50px, 1fr) minmax(50px, 1fr) minmax(50px, 1fr);
  grid-gap: 15px;
  word-wrap: break-word;
}

@media all and (max-width: 1200px) { 
  div.grid {
    display: grid;
    position: relative;
    grid-template-columns: minmax(200px, 1fr);
    grid-gap: 0px;
    word-wrap: break-word;
  } 
}

@media all and (max-width: 1200px) {
  .JVA {
  position: relative !important;
  margin-top: 15px;
  width: 50% !important;
  bottom: -32px !important;
  }
}

.JVA {
  background: url("../images/logos.png") no-repeat center;
  background-image: url("../images/logos.svg");
  background-size: contain;
  position: absolute;
  bottom: -51px;
  width: 25%;
}