
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(14px + (21 - 14) * ((100vw - 300px) / (1600 - 300)));
    letter-spacing: 0.08em;
    line-height: 1.3em;
    background: #9fab9d; /* #eaeef1; */
    color: white;
}

html {
  font-size: 62.5%;
  /* Now 10px = 1rem! */
  -webkit-text-size-adjust: 100%;
}



#content {
    margin: calc(2vw + 20px);
}

section {
    margin-bottom: 2em;
}

.indent {
    padding-left: 40px !important;
}

.double-indent {
    padding-left: 80px !important;
}

.helvetica {
    font-family: Helvetica, Arial, sans-serif;
}

.helvetica span, #language span {
    padding: .16em;
}

.times {
    font-size: 1.1em;
    font-family: 'Times New Roman', Times, serif;
}

.times span {
    padding: .04em;
}

.courier {
    font-size: 0.95em;
    font-family: Courier, monospace;
}

.courier span {
    padding: .18em;
}

.optima {
    font-size: 1.1em;
    font-family: Optima, serif;
}

.optima span {
    padding: .12em;
    line-height: 1.4em;
}

.arial-rounded {
    font-size: 0.95em;
    font-family: 'Arial Rounded';
}

h1, h3 {
    margin: 0;
    font-weight: normal;
    font-size: 1em;
}

h2 {
  margin: 0;
  font-weight: normal;
  font-size: .9em;
  letter-spacing: 0.08em;
  line-height: 1.3em;
}

span {
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.blank-line {
    width: 20px;
}

.link {
    background-color: #FFF;
}

.link:hover {
    transition: .25s;
    background-color: #DDE1E4;
}

.grey {
    background-color: #DDE1E4;
}

.link-grey {
    background-color: #DDE1E4;
}

.link-grey:hover {
    transition: .25s;
    background-color: #dde1e400;
}

.link-grey-invert {
    background-color: #fff;
    padding: .12em;
}

.link-grey-invert:hover {
    transition: .25s;
    background-color: #dde1e400;
}

.white {
  background-color: #FFFFFF;
}

.link-white {
  padding: .16em;
}


.red {
    background-color: #FFE9D0;
}

.link-red {
    padding: .16em;
}

.link-red:hover {
    transition: .25s;
    background-color: #FFE9D0;
}

.green {
    background-color: #0f9f0f;
}

.link-green {
    padding: .12em;
    /* background-color: #FFF; */
}

.link-green:hover {
    transition: .25s;
    background-color: white;
    color: black;
}



.yellow {
    background-color: #FFF79F;
}

.link-yellow {
    padding: .12em;
    /* background-color: #FFF; */
}

.link-yellow:hover {
    transition: .25s;
    background-color: #FFF79F;
}

.white {
    background-color: #FFFFFF;
}

.link-white {
    padding: .12em;
    /* background-color: #FFF; */
}

.link-white:hover {
    transition: .25s;
    background-color: #FFFFFF;
}




.purple {
    background-color: #DCB5CA;
}

.link-purple {
    background-color: none;
    padding: .12em;
}

.link-purple:hover {
    transition: .25s;
    background-color: #DCB5CA;
}

.link-purple-invert {
    background-color: #DCB5CA;
    padding: .12em;
}

.link-purple-invert:hover {
    transition: .25s;
    background-color: #fff;
}

.blue {
    background-color: #48b86c;
}

.link-blue {
    padding: .16em;
    background-color: none;
}

.link-blue:hover {
    transition: .25s;
    background-color: #48b86c;
}

.link-blue-invert {
    background-color: #48b86c;
}

.link-blue-invert:hover {
    transition: .25s;
    background-color: #fff;
}

.logos-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.logo {
    width: min(20%); /* 260px */
}

.logo-bottom {
    align-items: flex-start;
    width: min(50%, 220px);
}

a {
    display: inline;
    padding: .14em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    text-decoration: none;
    color: #000;
}

a:visited {
    color: #000;
}

.pdf {
    width: 100px;
}

#language {
    position: absolute;
    top: calc(2vw + 20px);
    right: calc(2vw + 20px);
}

.impressum {
    margin-top: 1em;
}

@media (max-width: 720px) {
    #content {
        width: calc(100% - calc(4vw + 40px));
    }
}

@media (min-width: 720px) {
    #content {
        width: 70%;
    }
}

a.close:link {
  text-decoration: none;
  display: block;
  width:50px;
  height:50px;
  color: #ffffff;
  text-decoration: none;
  transform: rotate(45deg);
  font-size: 1.4em;
}

a.close:visited {
  color: #ffffff;
  display: block
  text-decoration: none;
}

a.close:hover {
  color: #ffffff;
  display: block
  text-decoration: none;
}

a.close:active {
  color: #ffffff;
  display: block
}



/* images */

.captionT {
  font-family: 'Times New Roman', Times, serif;
  font-size: var(--font-size--secondary);
  letter-spacing: 0.08em;
  line-height: 1.22;
}

.captionH {
  font-family: Helvetica, Arial, sans-serif;
  font-size: var(--font-size--secondary);
  letter-spacing: 0.08em;
  line-height: 1.22;
}

/* cv */

.cv {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 0.1em;
}


/* RESET/GLOBAL */
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: currentColor;
  text-decoration: none;
}



:root {
  --font-size: 1.8rem;
  --font-size--secondary: 1.5rem;
  --font-size--mobile: 1.6rem;
  --font-size--mobile--secondary: 1.2rem;
  --line-height: 1.22;
  --margin: 3.0rem;
  --margin--mobile: 1.5rem;
  --scrollbar-width: 1.5rem;
  --font-family: "Sabon", serif;
  --highlight-color: #000;
  --alert-color: #f00;
  --main-color: #888;
  --ticker-width: -100vw;
}
@media screen and (max-width: 768px) {
  :root {
    --margin: var(--margin--mobile);
    --font-size: var(--font-size--mobile);
    --font-size--secondary: var(--font-size--mobile--secondary);
  }
}


.layout-wrapper--full, .about__container, .partners__container {
  margin: var(--margin);
}


.listing .listing__gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--margin) + 1em);
  margin-left: calc(-1 * var(--margin));
}
.listing .listing__gallery .listing__gallery__item {
  width: 200px;
  margin-top: var(--margin);
  margin-left: var(--margin);
}
@media screen and (max-width: 768px) {
  .listing .listing__gallery .listing__gallery__item {
    width: calc(50% - var(--margin));
  }
}
.listing .listing__gallery .listing__gallery__item .listing__gallery__item__caption {
  margin-top: 1em;
  font-size: var(--font-size--secondary);
}

/* IMAGE CONTAINER */

.image-row div,
.image-container {
  width: 100%;
}

.image-container img {
  margin: 0 auto;
}

.image-wrapper {
    max-width: 700px;
}

figure {
  margin: 1em 0;
}

/* BOTTOM */

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: ;
  color: white;
  text-align: left;
}

section.bottom {
  margin-left: calc(2vw + 20px);
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.absolute {
  position: absolute;
  width: 50%;
  bottom: 10px;
}

.push {
  /* margin-left: calc(2vw + 20px); */
}


/* CAPTION */

.caption {
  font-size: 14px;
      line-height: 1.4em;
      position: relative;
}
