/*

    ##### Import server-side fonts #####

*/
@font-face {
  font-family: "Sporting Grotesque_Regular";
  src: url("style/font/Sporting-Grotesque/Regular/Sporting_Grotesque-Regular_web.eot");
  src: url("style/font/Sporting-Grotesque/Regular/Sporting_Grotesque-Regular_web.eot?#iefix")
      format("embedded-opentype"),
    url("style/font/Sporting-Grotesque/Regular/Sporting_Grotesque-Regular_web.woff") format("woff"),
    url("style/font/Sporting-Grotesque/Regular/Sporting_Grotesque-Regular_web.woff2") format("woff2"),
    url("style/font/Sporting-Grotesque/Regular/Sporting_Grotesque-Regular_web.ttf") format("truetype"),
    url("style/font/Sporting-Grotesque/Regular/Sporting_Grotesque-Regular_web.svg#svgFontName") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sporting Grotesque_Bold";
  src: url("style/font/Sporting-Grotesque/Bold/Sporting_Grotesque-Bold_web.eot");
  src: url("style/font/Sporting-Grotesque/Bold/Sporting_Grotesque-Bold_web.eot?#iefix")
      format("embedded-opentype"),
    url("style/font/Sporting-Grotesque/Bold/Sporting_Grotesque-Bold_web.woff") format("woff"),
    url("style/font/Sporting-Grotesque/Bold/Sporting_Grotesque-Bold_web.woff2") format("woff2"),
    url("style/font/Sporting-Grotesque/Bold/Sporting_Grotesque-Bold_web.ttf") format("truetype"),
    url("style/font/Sporting-Grotesque/Bold/Sporting_Grotesque-Bold_web.svg#svgFontName") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gopher_Medium";
  src: url("style/font/Gopher/Medium/FontsFree-Net-Gopher1.ttf");
  src: url("style/font/Gopher/Medium/FontsFree-Net-Gopher1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*

    ##### Definition of Variables #####
    
*/

:root {
  /* FONTS */
  --font-header: 34pt "Sporting Grotesque_Regular", sans-serif;
  --font-unused: 25pt "Sporting Grotesque_Bold", sans-serif;
  --font-header-sub: 25pt "Gopher_Medium", sans-serif;
  --font-body-reg: 10pt "Avenir Book", sans-serif;
  --font-body-bld: 10pt "Avenir Heavy", sans-serif;
  /* COLORS */
  --col-bg-main: #fffcf4;
  --col-bg-txt: #ffffff;
  --col-fg-acc1: #c0cfcf;
  --col-fg-acc2: #f5e7e8;
  --col-fg-txt: #000000;
}

/*

    ##### Element Styling #####

*/

body {
  padding: 0;
  margin: 0;
  background-color: var(--col-bg-main);
  color: var(--col-fg-txt);
}

.main {
  background-color: var(--col-bg-main);
  max-width: 768px;
  margin: 20pt auto;
  padding: 10pt;
}

.header {
  position: relative;
  font: var(--font-header);
  line-height: 38pt;
  padding-bottom: 19pt;
}

.header-sub {
  position: relative;
  font: var(--font-header-sub);
  line-height: 28pt;
  padding-bottom: 14pt;
}

.body {
  line-height: 14pt;
  text-align: justify;
}

.body-reg {
  font: var(--font-body-reg);
  line-height: inherit;
}

.body-bld {
  font: var(--font-body-bld);
  line-height: inherit;
}

.acc1 {
  background-color: var(--col-fg-acc1);
}

.acc2 {
  background-color: var(--col-fg-acc2);
}

/*
    +++++ Illustrations and Photos +++++
*/

body {
  background-image: url("style/img/dummy/Muster_Tile.png");
  background-position: center top;
  background-size: cover;
}

.illu-left {
  float: left;
}

.illu-right {
  float: right;
}

.logo {
  background-image: url("style/img/dummy/Logo_Gingkoblatt_blk.png");
  background-position: center top;
  background-size: cover;
}

.header-logo {
  padding-right: 80px;
}

.header .logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 82px;
}

.illu-gingko-ring {
  background-image: url("style/img/dummy/Gingkoblatt_Ringe_blk.png");
  background-position: center top;
  background-size: cover;
  width: 89px;
  height: 95px;
}

.pht-claudi-right {
  background-image: url("style/img/dummy/Foto_Claudia_mirror.png");
  background-position: center top;
  background-size: cover;
  float: right;
  margin: 0px 0px 5px 5px;
  width: 186px;
  height: 244px;
}
