

        /* dc.WEBLANE.it
         * design and construction
         * - Author: pathoc.net
         */


    /* -- GLOBAL VARS */
    :root {
      /* scrollbar-width */
      --scrollbar-width: 15px;
    }

    /* -- GLOBAL ITEMS -- */
    html,body {
      padding: 0;
      margin: 0;
      height: 100%;
      width: 100%;
      overflow: hidden;
    }
    body {
      position: relative;
      font: 20px Montserrat, sans-serif;
      line-height: 1.8;
      color: #333;
      font-family: Verdana, Arial, sans-serif;
      overflow: auto;
    }

    iframe { margin: 0 auto; width: 100%; max-width: 1200px; height: 550px; border: 0; overflow: auto; }

      #wrapper {
        height: 100%;
        overflow-y: scroll;
        scroll-behavior: smooth;
        scrollbar-width: auto;
        scrollbar-color: #ddd #eeea;
      }

      table {
        border-spacing: 0;
        border-collapse: collapse;
      }

    /* -- MENU BAR -- */
    #menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 98.6%;
      width: calc(100% - var(--scrollbar-width));
      z-index: 1000;
    }
    @media (max-width: 1010px) {
      #menu {
      width: 98.6%;
      }
    }
    #menu table {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 60px;
    }
    #menu td {
      margin: 0;
      padding: 0;
      line-height: 12px;
      background-image: url(img/navbar.png);
      background-repeat: repeat-x;
    }
    #menu .blank-a {
      width: 8%;
    }
    #menu .blank-b {
      width: 2%;
    }
    #menu .blank-c {
      width: 2%;
    }
    #menu .brand {
      visibility: visible;
      opacity: 1;
      width: 230px;
      padding-top: 21px;
      text-align: center;
      text-transform: uppercase;
      vertical-align: top;
      font-size: 10pt;
      font-weight: bold;
      letter-spacing: 3px;
      color: #000;
      background-image: none;
      cursor: pointer;
      transition: all 1s;
    }
    #menu table .brand.active {
      opacity: 0;
    }
    #menu .item {
      padding: 20px 0;
      font-size: 8pt;
      font-weight: normal;
      text-transform: uppercase;
      vertical-align: top;
      color: #444;
      text-shadow: 0 0 3px #aaa;
      cursor: pointer;
      transition: all 0.1s ease;
      -webkit-transition: all 0.1s ease;
    }
    #menu .item:hover, #menu .item.active {
      color: #fff;
      text-shadow: 0 0 3px #444, 0 0 3px white;
    }
    /* -- MENU DOWNLIST -- */
    #menu .downlist {
      display: none;
      overflow: visible;
      transition: all 1s;
      -webkit-transition: all 1s;
    }
    #menu .downlist .expand {
      position: absolute;
      margin: 20px 20px 0;
      padding: 0;
      background: none;
      border: none;
      cursor: pointer;
      transition: transform 1s;
      z-index: 1100;
    }
    #menu .downlist .expand div {
      width: 30px;
      background-color: #ccc;
      background: transparent linear-gradient(to right, #999,#ccc,#999);
      height: 2px;
      border: 1px solid #888;
      border-radius: 3px;
      margin: 4px;
      transition: all 0.5s;
    }
    #menu .downlist .expand:hover div, #menu .downlist .expand.active div {
      background-color: #fff;
      background: transparent linear-gradient(to right, #bbb,#fff,#bbb);
      border: 1px solid #ccc;
      box-shadow: 0 0 1px gray;
    }
    #menu .downlist .expand.active {
      transform: rotate(90deg);
    }
    #menu .downlist .items-list {
      display: none;
      margin: 0 auto;
      padding: 10px 0;
      list-style-type: none;
      background-color: hsla(0,0%,100%,0.5);
      outline: 1px solid hsla(200,5%,70%,0.3);
      outline-offset: 8px;
    }
    #menu .downlist .brand {
      margin: 0 30px;
      width: auto;
      color: #000;
      text-align: center;
      background-color: hsla(0,0%,100%,0.7);
    }
    #menu .downlist .item {
      margin: 10px 30px;
      padding: 3px;
      text-align: center;
      background-color: hsla(0,0%,70%,0.7);
    }

    /* -- FRONTPAGES -- */
    div.frontpage {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-position: center;
    }

    /* HOME */
    #Home { background-size: cover; }
    #Home .logo { position: relative; top: 15px; left: 8.2%; width: 220px; height: 100%; color: #000; text-align: center; line-height: 18px; }
    #Home .logo .image { width: 200px; }
    #Home .logo .text { font-size: 10pt; font-weight: bold; letter-spacing: 3px; }
    #Home .logo .slogan { font-size: 9pt; letter-spacing: -0.4px; text-shadow: 0 0 15px #fff,0 0 1px #aaa; }

    /* BIOGRAFIE */
    #Biografie { box-sizing: border-box; padding-top: 10%; text-align: center; }
    #Biografie .text { height: 30%; width: auto; }
    #Biografie .image { height: 50%; width: auto; }

    #Biografie p {
      font-size: 14pt;
      text-align: center;
      padding: 0 20%;
      font-family: serif;
      font-style: italic;
      font-style: oblique;
    }
    #Biografie p.text-right {
      text-align: right;
    }

/*
    @media (max-width: 600px) {
      Biografie .text { height: 30%; width: auto; }
    }
    @media (max-width: 820px) {
      #Biografie { padding-top: 0; }
      #Biografie .image { position: relative; z-index: -1; width: 60%;  }
    }
*/
    .page-scroll {
      position: relative;
      top: -80px;
      margin: 0 auto -80px;
      width: 20%;
      max-width: 160px;
      height: 12%;
      max-height: 80px;
/*
      width: 160px;
      height: 80px;
      background-size: cover !important;
*/
      background-color: hsla(0,0%,70%,0.7);
      background-image: url(img/page-scroll.png);
      background-size: 100%;
      background-repeat: no-repeat;
      border-radius: 12px 12px 0 0;
      cursor: pointer;
      z-index: 100;
    }
    .page-scroll + .bar {
      position: relative;
      top: -9px;
      margin: 0 auto -18px;
      height: 16px;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #fff;
    }
    #Home + .page-scroll + .bar {
      border-bottom: 1px solid transparent;
    }

    /* -- SHEETS -- */
    div.sheet {
      padding: 8px 0 8px;
    }
    div.sheet.full-height {
      min-height: 100%;
      box-sizing: border-box;
    }
    div.sheet.gray {
      background-color: silver;
    }
    div.sheet.white * {
      border-color: #ddd !important;
    }
    div.sheet.gray * {
      border-color: #fff !important;
    }
    div.sheet + div.bar {
      position: relative;
      top: -9px;
      margin: 0 auto -18px;
      height: 16px;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #ddd;
    }
    div.sheet h1 {
      padding: 60px 0 15px 2.4%;
      width: 30%;
      font: 22pt serif;
      letter-spacing: 3px;
      text-transform: uppercase;
      border-bottom: 1px solid;
    }
    div.sheet p + h1 {
      padding-top: 30px;
    }
    div.sheet p, div.sheet ul {
      padding: 0 2.4%;
      font-size: 11pt;
      letter-spacing: 1px;
    }
    div.sheet ul li {
      list-style-type: circle;
      list-style-position: inside;
    }
    div.sheet ul.image li {
      list-style-image: url(img/list-style-image.png);
      list-style-position: inside;
    }
    div.sheet .inline {
      display: inline-block;
      vertical-align: top;
    }
    div.sheet .inline.w40 {
      width: 39.5%;
    }
    div.sheet .inline.w60 {
      box-sizing: border-box;
      padding-top: 90px;
      padding-right: 2%;
      width: 59.5%;
    }
    div.sheet .inline h1 {
      width: 80%;
      padding-left: 6%;
    }
    div.sheet .inline p {
      padding-left: 6%;
    }
    div.sheet .inline img {
      width: 100%;
    }
    div.sheet .article {
      border-top: 1px solid;
      border-bottom: 1px solid;
    }
    div.sheet .header {
      display: none;
      height: 51px;
    }
    div.sheet .header div {
      display: none;
      margin: 0 auto;
      width: 200px;
      text-transform: uppercase;
      text-align: center;
      border: 1px solid;
      border-radius: 20px;
    }
    div.article .text {
      width: 40%;
      height: 600px;
      font-size: 12pt;
      box-sizing: border-box;
    }
    div.sheet .article h1 {
      padding: 12% 0 15px 6%;
      width: 70%;
      font: 22pt serif;
      letter-spacing: 3px;
      border-bottom: 1px solid;
    }

    /* ARTICLES */
    div.article .text p {
      padding-left: 6%;
    }
    div.article.pic-left .text {
      float: right;
      border-left: 1px solid;
    }
    div.article.pic-right .text {
      float: left;
      border-right: 1px solid;
    }
    div.article .image {
      width: 60%;
      height: 550px;
    }
    @media (min-width: 1800px) {
      div.article .image {
        height: 800px;
      }
    }    
    div.article.pic-right .image {
      float: right;
    }
    div.article .image div {
      margin: 10px auto 0;
      width: 70%;
      height: 100%;
      background-image: url(img/loading.png);
      background-size: contain !important;
      background-repeat: no-repeat;
      background-position: center 70%;
    }
    div.article .footer {
      clear: both;
      position: relative;
      top: -60px;
      padding-left: 62.4%;
      height: 0px;
      font-size: 11pt;
    }
    div.article.pic-right .footer {
      padding-left: 2.4%;
    }

    /* -- MEDIA CUSTOMIZATION -- */

    /* switch to compact menu bar */
    @media (max-width: 1130px) {
      #menu .item {
        font-size: 7pt;
        letter-spacing: -1px;
      }
    }

    @media (max-width: 1040px) {
      #menu .blank-b {
        width: 1%;
      }
    }

    @media (max-width: 1200px) {
      #menu .blank-c {
        width: 1%;
      }
    }

    /* switch menu downlist size to small */
    @media (max-height: 640px) {
      #menu .downlist {
        background-color: hsla(0,0%,80%,0.5);
      }
      #menu .downlist .items-list {
        margin: 0;
        padding: 30px 0;
        text-align:center;
        font-size: 0;
      }
      #menu .downlist .items-list li {
        display: inline-block;
        margin: 4px;
        height: 30px;
        padding: 0 15px;
        border-radius: 3px;
      }
      #Biografie p {
      	line-height: 20px;
      }
    }

    /* switch menu bar to downlist and change to mobile view */
    @media (max-width: 1010px) {

      /* -- MENU DOWN-LIST */
      #menu > table { display: none; }
      #menu .downlist { display: block; }

      #menu .item {
        font-size: 12pt;
        letter-spacing: 1px;
      }

      /* -- FRONTPAGES */
      #Home .logo {
        position: relative;
        top: 30px;
        left: 0;
        margin: 0 auto;
        width: 60%;
        height: 50%;
        text-align: center;
        line-height: 18px;
/*      
        background-color: hsla(10,20%,70%,0.2);
        box-shadow: 0 0 50px hsla(10,20%,70%,0.4);
*/
      }
      div.sheet + div.bar {
        border-bottom: 1px solid #ddd;
      }

      /* -- SHEETS */
      div.sheet h1 {
        width: 80%;
        font-size: 18pt;
        letter-spacing: 2px;
      }
      div.sheet .article h1 {
        padding: 12% 0 15px 6%;
        font-size: 18pt;
      }
      div.sheet .article .footer {
        height: 92px;
      }
      div.sheet .inline {
        display: block;
      }
      div.sheet .inline.w40, div.sheet .inline.w60 {
        width: auto;
        padding: 0;
      }
      div.sheet .inline h1 {
        width: 80%;
      }
      div.sheet .inline img {
        width: 100%;
      }
      div.article .text {
        float: none !important;
        width: 100%;
        height: auto;
        border: 0 !important;
      }
      div.article .image {
        float: none !important;
        width: 100%;
        height: 300px;
      }
      div.article .image div {
        margin: 10px auto 0;
        width: 70%;
        height: 100%;
      }
      div.article .footer {
        position: static;
        padding: 0;
        height: 32px;
        font-size: 11pt;
        text-align: center;
      }

    }

    /* -- EXTERNAL -- */

    /* weblane design */
    .weblane-design.wl-dc { padding: 20px; background: #eef; text-align: right; font-size: 8pt; font-variant: small-caps; color: #888; } .weblane-design.wl-logo, .weblane-design.wl-dc a:link, .weblane-design.wl-dc a:hover, .weblane-design.wl-dc a:visited { font-variant: small-caps; text-decoration: none; color: #c44; }
