@font-face {
  font-family: 'Spectral';
  src: url('/longreads/fonts/Spectral-Light.woff2') format('woff2'),
      url('/longreads/fonts/Spectral-Light.woff') format('woff');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Spectral';
  src: url('/longreads/fonts/Spectral-LightItalic.woff2') format('woff2'),
      url('/longreads/fonts/Spectral-LightItalic.woff') format('woff');
  font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: 'Spectral';
    src: url('/longreads/fonts/Spectral-Medium.woff2') format('woff2'),
        url('/longreads/fonts/Spectral-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/longreads/fonts/RobotoCondensed-Regular.woff2') format('woff2'),
      url('/longreads/fonts/RobotoCondensed-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/longreads/fonts/RobotoCondensed-Bold.woff2') format('woff2'),
      url('/longreads/fonts/RobotoCondensed-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


:root {
  --main-bg-color: #FFF;
  --main-head-color: #739A45;
  --main-second-color: #b2675e;
  --main-text-color: #383838;
  --header-font: 'Roboto Condensed', Verdana, sans-serif;
  --quote-font: 'Roboto Condensed', Verdana, sans-serif;
  --body-font: 'Spectral', Georgia, serif;
}

body {
  font-size: 100%;
  font-family: var(--body-font);
  font-weight: 300;
}

.jumbotron-fluid {
  display: block;
background: url(../../images/economie/plant-01.jpg);
background-size: cover;
width: 100%;
background-position: center;
height: calc(100vh - 28px);
}

h2, h3 {
  color: var(--main-head-color);
  font-family: var(--header-font);
}

a {
  color: var(--main-text-color);
  text-decoration: none;
  box-shadow: inset 0 -2px 0 var(--main-head-color);
}

a:hover {
  color: var(--main-head-color);
}

img {
  max-width: 100%;
}

#container {
  margin: 0 auto;
  max-width: 920px;
}

#container article {
 margin-top: 5vh;
}

article header {
  background: none;
}

.jumbotron {
  margin: 0 -200px 0 -200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* chrome en safari hack
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  .jumbotron {
    margin-top: 1050px;
  }
}
*/
.jumbotron header {
  max-width: 500px;
  padding-right: 1%;
}

.jumbotron h2 {
  color: var(--main-head-color);
  font-size: 3.5rem;
  line-height: 1.1;
}

.jumbotron .intro {
  /*margin-top: 50px;*/
  max-width: 600px;
  font-weight: bold;
}

.jumbotron .intro p {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  display: initial;
  color: var(--main-second-color);
}

.content {
  max-width: 900px;
  background: var(--main-bg-color);
  margin: 0 auto;
  padding: 0 2%;
  border-left: 1px solid #eee;
}

.right {
  float: right;
}

.left {
  float: left;
}

.L-visuals {
  margin-left: -200px;
  padding: 3.5% 5% 0 0;
}

.fit {
  padding: 0 5% 0 0;
}

.content p .dropcap {
  display: block;
  color: var(--main-second-color);
  float: left;
  width: auto;
  margin: 10px 20px 1px 0;
  font-size: 5rem;
  font-weight: bold;
  line-height: 0.5;
  border: 1px solid;
  padding: 3%;
}

p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 3% 0;
}

h3+p {
  margin-top: 0;
}

h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 5%;
}

blockquote {
  padding: 0 0 1% 5%;
}

blockquote p {
  font-family: var(--header-font);
  font-size: 2rem;
  font-style: italic;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}

blockquote.right,
blockquote.left {
  width: 400px;
}

blockquote.right {
  margin-right: -200px;
}

blockquote.right::before,
blockquote.left::before {
  display: block;
  width: 5rem;
  margin-bottom: .5em;
  border-bottom: 8px solid var(--main-text-color);
  content: "";
}

.naschrift {
  max-width: 600px;
  margin: 0 auto;
  color: var(--main-text-color);
  border: 3px solid var(--main-head-color);
  font-weight: 300;
  font-family: var(--header-font);
  border-radius: 10px;
  padding: 2% 5%;
}

.naschrift p {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 500;
  margin: 1.5% 0;
}

.credits {
  display: block;
}

.credits p {
  font-size: 1rem;
  font-family: var(--quote-font);
}

.credits::before {
  display: block;
  width: 5rem;
  margin-bottom: -1rem;
  border-bottom: 3px solid var(--main-text-color);
  content: "";
}

footer {
  text-align: center;
  padding: 1% 0;
}

footer small {
  font-size: .8rem;
  font-family: var(--quote-font);
}

/* RESPONSIVE */
@media only screen and (max-width: 740px) {

  .right,
  .left {
    float: none;
    width: auto;
  }

  .jumbotron {
    margin-left: 0px;
    padding: 0 2%;
    display: inline-block;
  }

  .jumbotron .intro {
    margin-top: 15px;
  }

  #container article {
  }

  .L-visuals {
    padding: 1%;
    margin: 0;
  }

  blockquote.right {
    margin-right: 0px;
  }

  .credits::before {
    display: block;
    width: 5rem;
    margin-bottom: .5rem;
  }
}

@media only screen and (max-width: 1050px) {

  .jumbotron {
    margin: 0;
  }

  blockquote.right {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 920px) {

  .jumbotron {
    padding: 0 2%;
  }

}
