@font-face {
  font-family: FranKlein;
  src: url(fonts/FranKleinBook.ttf);
  font-weight: normal;
}

@font-face {
  font-family: FranKlein;
  src: url(fonts/FranKleinBold.ttf);
  font-weight: bold;
}


html, body {
    height: 100%; width: 100%;
    font-family: FranKlein, Arial, sans-serif;
    --dnbcolor: #1226aa;
    --dnbcolor2: #aab2e3;
    overflow: hidden;
}

.overlay_container {
    position: absolute;
    background: white;
    border: 1px solid #ababab;
    z-index:10000;
}

.overlay_container_close:hover {
    font-weight: bold;
}

.overlay_container_close {
    position:absolute;
    top: -32px;
    right:0px;
    font-size:24px;
    color: var(--dnbcolor);
    z-index:10001;
    cursor: pointer;
}

.node rect {
fill-opacity: .9;
shape-rendering: crispEdges;
}

.node text {
pointer-events: none;
text-shadow: 0 1px 0 #fff;
}

.link {
fill: none;
stroke: #000;
stroke-opacity: .2;
}


.column-title {
    position: absolute;
    top: 0;
    text-align: right;
    font-size: 22px;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 8px;
    font-family: FranKlein, Arial, sans-serif;
}

#column-title1 {
    text-align: left;
}


#column-title2 {
    text-align: left;
}


#column-title3 {
    right: 10px;
}


#svg {
    position: absolute;
    top:0; left:0;
    width:100%;
    height:100%;
}

#sidebar {
    position: absolute;
    width: 25%;
    height: 100%;
    border-left: 20px solid var(--dnbcolor);
    background: rgba(255,255,255,.5);
    font-size: 18px;
    color: var(--dnbcolor);
    font-family: FranKlein, Arial, sans-serif;
}

#sidebar h1 {
    font-size: 2.62rem;
    color: black;
    font-weight: normal;
    margin: 24px 0;
    font-family: FranKlein, Arial, sans-serif;
}

#sidebar h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--dnbcolor);
    margin: 19px 0;
    font-family: FranKlein, Arial, sans-serif;
}

#sidebar #sidebar-content h1 {
    font-size: 2.25rem;
}

#sidebar #sidebar-content h2 {
    font-size: 1.375rem;
}

#sidebar-content > p {
    padding-top: 10px;
}

#sidebar-content {
    border-top: 1px solid var(--dnbcolor2);
    padding-top: 30px;
    margin-top: 30px;
}

.menu-title {
    font-size: 1.25rem;
}

.menu-options {
    font-size: 1rem;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 35px;
}

.menu-item {
    float: left;
    padding-right: 14px;
}

#info p {
    font-size: 1rem;
    padding-top: 5px;
}

#diagram-container {
    position: relative;
}
