<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&amp;display=swap");
*{
    padding:0;
    margin:0;
    text-decoration: none;
    list-style: none;
    box-sizing:border-box;
    font-family: 'AvenirNextLTPro-Regular', Arial, Helvetica, sans-serif;
}

body {
    width: 98%;
    margin:auto;
    min-width: 600px;
    max-width: 2000px;
    background-color: white;
  }
  h1{
      padding: 10px;
  }
  h2{
      padding: 10px;
      font-size: x-large;
  }
  h3{
    margin-bottom: 10px;
  }
  h4{
    margin-bottom: 10px;
  }    
  p {
    color: green;
}
  
section {
    background-color: #f2f2f2;
    margin:0;
    padding:2.5rem 4rem;
  }
  /* (A) WRAPPER */
.fullwrap {
  position: relative; /* required for (c2) */
  max-width: 500px; /* optional */
}
 
/* (B) RESPONSIVE IMAGE */
.fullwrap img { width: 100%; }
 
/* (C) CAPTION */
.fullcap {
  /* (C1) DIMENSIONS */
  box-sizing: border-box;
  width: 100%;
  height: 100%;
 
  /* (C2) POSITION */
  position: absolute;
  top: 0; left: 0;
  text-align: center;

 
   /* (C3) COLORS */
  background-color: #444;
  color: white;
}
 
/* (D) SHOW/HIDE */
.fullcap {
  visibility: none; opacity: 0;
  transition: opacity 0.3s;
}
.fullwrap:hover .fullcap {
  visibility: visible; opacity: 0.8;
}

/* Navbar container */
.navbar {
    overflow: hidden;
    background-color: #011529;
  }
  
  /* Links inside the navbar */
  .navbar a {
    float: left;
    font-size: 18px;
    color: white;
    text-align: center;
    padding: 18px 20px;
    text-decoration: none;
  }
  
  /* The dropdown container */
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  /* Dropdown button */
  .dropdown .dropbtn {
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    padding: 18px 20px;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
  }
  /* Dropdown button */
  .dropdown .dropbtn1 {
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    padding: 18px 20px;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
    background-color: #009582;
  }  
  /* Add a red background color to navbar links on hover */
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #009582;
  }
    /* Add a red background color to navbar links on hover */
    .navbar a:hover, .dropdown:hover .dropbtn1 {
      background-color: #009582;
    }
.current{
  background-color: #009582;

}  
  /* Dropdown content (hidden by default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #003060;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  /* Add a grey background color to dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #009582;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .sidepanel {
    height: 300px; /* Specify a height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 25%;
    float: right;
    background-color: #011529; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 40px; /* Place content 60px from the top */
    right: 1%;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
  }
  
  /* The sidepanel links */
  .sidepanel a {
    padding: 8px 45px 8px 8px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    text-align: center;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidepanel a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;

  }
  .sidepanel1 {
    height: 250px; /* Specify a height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 33%;
    float: right;
    background-color: #011529; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 40px; /* Place content 60px from the top */
    right: 1%;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
  }
  
  /* The sidepanel links */
  .sidepanel1 a {
    padding: 8px 45px 8px 8px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    text-align: center;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidepanel1 a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidepanel1 .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;

  } 
  /* Style the button that is used to open the sidepanel */
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #011529;
    color: white;
    padding: 10px 15px;
    top: 50%;
    border: none;
    position: fixed;
    z-index: 1;
    right: 1%;
  }
  
  .openbtn:hover {
    background-color: #444;
  }
img {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 98%;
}
.column {
    float: left;
    width: 20%;
    padding: 10px;
  }
  
  /* Clear floats after image containers */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  .column1 {
    float: left;
    width: 20%;
    padding: 5px;
    margin-right: 5%;
  }
  
  /* Clear floats after image containers */
  .row1::after {
    content: "";
    clear: both;
    display: table;
  }
  .column2 {
    float: left;
    width: 15%;
    padding: 15px;
    margin-right: 5%;
  }
  
  /* Clear floats after image containers */
  .row2::after {
    content: "";
    clear: both;
    display: table;
  }
li {
    margin-left: 30px;
    list-style-type: disc;
 }
.open {
    margin-left: 30px;
    list-style-type: disc;
 }
 .closed {
    margin-left: 30px;
    list-style-type: circle;
 }
 .info {
    margin-left: 30px;
    list-style-type: square;
 }
.titel_grid {
    height: 150px;
    width: 100%;
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns:  4fr 1fr;
    overflow: hidden;
}
.Zusammenfassung_grid {
    height: auto;
    width: 100%;
    display: grid;
    grid-column-gap: 50px;
    grid-template-columns:  1fr 1fr;
    overflow: hidden;
}
.grid {
    display: grid;
    grid-template-columns:  4fr 1fr;
    overflow: hidden;
    padding: 10px;
}
.grid1 {
    display: grid;
    grid-template-columns:  1fr 1fr;
    overflow: hidden;
    padding: 10px;
}

.titel_grid1 {
    height: 150px;
    width: 100%;
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns:  60% 40%;
    overflow: hidden;
}
.grid1 {
    display: grid;
    grid-template-columns:  60% 40%;
    overflow: hidden;
    padding: 10px;
    
}
iframe {
    max-height: auto;
    width: 98%;
}
.intro_text{
    background-color: rgb(0,109,94);
    border-style: solid;
    border-color: black;
    box-sizing: border-box;
    padding: 10px
    
}
.intro{
    margin-left: 1%; 
    margin-right: 1%;
    font-size: x-large;
    text-align: justify ;
    line-height: 2;
    font-size: 18px;
}



#nolan-logo{
    float:right;
    height: 50px;
}

#nutzwert{
    float:left;
    height: auto;
    min-height: 100px;
    width: 50%;
    padding: 20px 0px;
}

.button {
    border-radius: 4px;
    background-color: #003060;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: larger;
    padding: 20px;
    width: 200px;
    height: auto;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
  }
  
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .button:hover span {
    padding-right: 25px;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }

#input1{
    width: 300px; 
    height:25px; 
    color:#fa6604b4; 
    text-align: center; 
    font-size: 18; 
    font-style: italic; 
    font-weight: bold;
}

.KPIs{
    float:right;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 10px;
}


.explanation{
    background-color: rgb(217,217,217);
    border-style: solid;
    border-color: black;
    box-sizing: border-box;
    padding: 10px;
}
.maps_grid {
    height: auto;
    margin-left: 1%;
    width: 98%;
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 5px;
    grid-template-rows: minmax(5%, auto) auto minmax(5%, auto) auto;
    grid-template-columns:  1fr 1fr 1fr;
    overflow: hidden;
}

.maps_headline1{
    grid-row: 1;
    grid-column: 1;
}
.maps_headline2{
    grid-row: 1;
    grid-column: 2;
}
.maps_headline3{
    grid-row: 1;
    grid-column: 3;
}
.map1{
    grid-row: 2;
    grid-column: 1;
}
.map2{
    grid-row: 2;
    grid-column: 2;
}
.map3{
    grid-row: 2;
    grid-column: 3;
}
.maps_headline4{
    grid-row: 3;
    grid-column: 1;
}
.maps_headline5{
    grid-row: 3;
    grid-column: 2;
}
.maps_headline6{
    grid-row: 3;
    grid-column: 3;
}
.map4{
    grid-row: 4;
    grid-column: 1;
}
.map5{
    grid-row: 4;
    grid-column: 2;
}
.map6{
    grid-row: 4;
    grid-column: 3;
}


.container {
    position: relative;
    width: 100%;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 99%;
    width: 99%;
    opacity: 0;
    transition: .5s ease;
    background-color: #fa6604b4;
}
.container:hover .overlay {
    opacity: 1;
}
.text_hover {
    display: flex;
    color: white;
    font-size: 18px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /* top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    text-align: left;
    margin-left: 1%;
}



.wrapper {
    height: minmax(auto, 80vh);
    display: grid;
    grid-template-columns:  55% 45%;
    overflow: hidden;
  }

  .wrapper_berlin {
    height: 98vh;
    display: grid;
    grid-template-rows: minmax(10%, auto) minmax(auto, 65%) minmax(25%, auto);
    grid-template-columns:  45% 55%;
    overflow: hidden;
  }

.NWA-Container{
    height: 60vh;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns:  1fr;
}
.nwa_table{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    
}

table, td, th {
    border: 1px solid black;
    padding: 5px;
    font-size: small;
  }
table {
    width: 90%;
    border-collapse: collapse;
  }

.KPI-Container{
    height: 200vh;
    width: 98%;
    display: grid;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns:  45% 50%;
}

.bar{
    grid-column: 2;
    grid-row-start: 1;
    grid-row-end: 6;
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.bar1{
    grid-column: 1;
    grid-row-start: 1;
    grid-row-end: 6;
    width: 95%;
    display: block;
    margin-left: 1%;
    margin-right: auto;
}
.bar_text_1{
    grid-column: 1;
    grid-row: 1;
    float:left;
    font-size: 0.9vw;
}
.bar_text_2{
    grid-column: 1;
    grid-row: 2;
    float:left;
    font-size: 0.9vw;
}
.bar_text_3{
    grid-column: 1;
    grid-row: 3;
    float:left;
    font-size: 0.9vw;
}
.bar_text_4{
    grid-column: 1;
    grid-row: 4;
    float:left;
    font-size: 0.9vw;
}
.bar_text_5{
    grid-column: 1;
    grid-row: 5;
    float:left;
    font-size: 0.9vw;
}


.map{
    grid-column: 1;
    grid-row: 1;
    margin-left: 1%;
}

.map &gt; img{
    object-fit:contain;
    width: 70vh;
    max-height: 80vh;
    border:1px solid black;
    margin-left: 1%
}

.map_berlin{
    grid-column: 2;
    grid-row: 2;
}

.map_berlin &gt; img{
    object-fit: cover;
    width: 100%;
    max-height: 80%;
}

.KPIs{
    grid-column: 2;
    grid-row: 1;
}


.explanation{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: 3;
}

.scenario-map{
    height: 1000px;
}

.legend{
    max-width: 80%;
}

/* .nutzwert &gt; img{
    object-fit: cover;
    width: 100%;
    max-height: 80%;
} */

.conclusion{
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns:  1fr;
    margin-left: 1%; 
    margin-right: 1%
}


a.nav:link {
    font-size: 18px;
    font-weight: bold;
    color: #003060;
    background-color: transparent;
    text-decoration: none;
}
a.nav:visited {
    color: rgb(62, 98, 146);
    background-color: transparent;
    text-decoration: none;
}
a.nav:hover {
    color: white;
    background-color: #003060;
    text-decoration: underline;
    transition: 0.6s ease;
}
a.nav:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}

a.alternativen:link {
    background-color: transparent;
    text-decoration: none;
}
a.alternativen:visited {
    color: rgb(62, 98, 146);
    background-color: transparent;
    text-decoration: none;
}
a.alternativen:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #fa6604b4;
}
a.alternativen:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}

.footer_grid {
    height: 100px;
    width: 100%;
    display: grid;
    grid-column-gap: 20px;
    grid-template-rows: 1fr;
    grid-template-columns:  0.5fr minmax(0, 2fr) minmax(0, 2fr) minmax(0, 0.75fr) minmax(0, 1.5fr) minmax(0, 1fr) 0.5fr;
    overflow: hidden;
    justify-content: center;
    align-items: center
}

.imageholder{
  text-align:center;
}
.circular {
  border-radius: 50%;
  background-color: white;
  height: 110px;
  width: 210px;
  display:inline-block;
}
.circular4 {
  border-radius: 50%;
  background-color: white;
  height:28%;
  width:28%;
  display:inline-block;
}

  .wrapper0 {
    margin-right: 10%;
    height: 100%;
    background: #011529;
    overflow: hidden;
    border-radius:25px;
      -webkit-animation: fadeInDown 500ms ease-in-out; /* Chrome, Safari, Opera */
      animation: fadeInDown 500ms ease-in-out;
    animation-delay: 1s;
    animation-fill-mode: both;
    width: 80%;
  }

  .wrapper1 {
    height: 100%;
    background: #009582;
    overflow: hidden;
    border-radius:25px;
      -webkit-animation: fadeInDown 500ms ease-in-out; /* Chrome, Safari, Opera */
      animation: fadeInDown 500ms ease-in-out;
    animation-delay: 3s;
    animation-fill-mode: both;
    width: 87%;
      margin-left: 13%;
  }

  .wrapper2 {
    margin-right: 10%;
    height: 100%;
    background: #011529;
    overflow: hidden;
    border-radius:25px;
      -webkit-animation: fadeInDown 500ms ease-in-out; /* Chrome, Safari, Opera */
      animation: fadeInDown 500ms ease-in-out;
    animation-delay: 9s;
    animation-fill-mode: both;
    width: 50%;
  }

  .wrapper3 {
    height: 100%;
    background: #009582;
    overflow: hidden;
    border-radius:25px;
      -webkit-animation: fadeInDown 500ms ease-in-out; /* Chrome, Safari, Opera */
      animation: fadeInDown 500ms ease-in-out;
    animation-delay: 11s;
    animation-fill-mode: both;
    width: 87%;
      margin-left: 13%;
  }

  @-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
  }
  
  /* Standard syntax */
  @keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
  }

  .text1 {
    white-space: nowrap; /* keep text in one line */
      overflow: hidden; /* hide text behind the cursor */
      font-family: "AvenirNextLTPro-Regular", monospace;
      font-size: 1.4vw;
      font-weight: bold;
      color: #eee;
      border-right: 2px solid #011529;
      overflow: hidden;
      padding: 10px;
      /* define animation types for text + cursor */
      animation: animated-text__1 2s steps(83, end) 1s 1 normal both,
        animated-cursor__2 2s steps(83, end);
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }
      
    @keyframes animated-cursor__2 {
    from {
      border-right-color: #011529;
    }
    to {
      border-right-color: rgba(255, 255, 255, 0.8);
    }
  }
    
  
  .line__1,
  .line__2,
  .line__3{
    white-space: nowrap; /* keep text in one line */
    overflow: hidden; /* hide text behind the cursor */
    font-family: "AvenirNextLTPro-Regular", monospace;
    font-size: 1.4vw;
    font-weight: bold;
    color: #eee;
    padding: 10px;
  }
  
  .line__1 {
    border-right: 2px solid #009582;
  /* define animation types for text + cursor */
  animation: animated-text__1 2s steps(90, end) 1s 1 normal both,
    animated-cursor__1 2s steps(90, end);
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
  
  .line__2 {
    border-right: 2px solid #009582;
    overflow: hidden;
  /* define animation types for text + cursor */
  animation: animated-text__1 2s steps(94, end) 1s 1 normal both,
    animated-cursor__1 2s steps(94, end);
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }
  .line__3 {
    border-right: 2px solid #009582;
  /* define animation types for text + cursor */
  animation: animated-text__1 2s steps(83, end) 1s 1 normal both,
    animated-cursor__1 2s steps(83, end);
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
  }
  @keyframes animated-cursor__1 {
    from {
      border-right-color: #009582;
    }
    to {
      border-right-color: rgba(255, 255, 255, 0.8);
    }
    
  }
  
  @keyframes animated-text__1 {
    from {
      width: 0;
      opacity: 0;
    }
    to {
      width: 100%;
    }
  }

  .text3 {
    white-space: nowrap; /* keep text in one line */
    overflow: hidden; /* hide text behind the cursor */
    font-family: "AvenirNextLTPro-Regular", monospace;
    font-size: 1.4vw;
    font-weight: bold;
    color: #eee;
    border-right: 2px solid #011529;
    overflow: hidden;
    padding: 10px;
    /* define animation types for text + cursor */
    animation: animated-text__1 2s steps(46, end) 1s 1 normal both,
      animated-cursor__2 2s steps(46, end);
      -webkit-animation-delay: 9s;
      animation-delay: 9s;
  }
  .text41,
  .text42,
  .text43{
  white-space: nowrap; /* keep text in one line */
  overflow: hidden; /* hide text behind the cursor */
  font-family: "AvenirNextLTPro-Regular", monospace;
  font-size: 1.4vw;
  font-weight: bold;
  color: #eee;
  padding: 10px;
  }
  
  .text41 {
  border-right: 2px solid #009582;
  overflow: hidden;
  /* define animation types for text + cursor */
  animation: animated-text__1 2s steps(95, end) 1s 1 normal both,
    animated-cursor__1 2s steps(97, end);
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
  }
  
  .text42 {
  border-right: 2px solid #009582;
  overflow: hidden;
  /* define animation types for text + cursor */
  animation: animated-text__1 2s steps(72, end) 1s 1 normal both,
    animated-cursor__1 2s steps(74, end) ;
  -webkit-animation-delay: 13s;
  animation-delay: 13s;
  }

  .text43 {
    border-right: 2px solid #009582;
    overflow: hidden;
    /* define animation types for text + cursor */
    animation: animated-text__1 2s steps(84, end) 1s 1 normal both,
      animated-cursor__1 2s steps(86, end) ;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    }

    .scenario{
      line-height: 2;
      font-size: 18px;
    }</pre></body></html>