<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Basic */
::selection {
  background: #97A158;
  color: white;
}

::-moz-selection {
  background: #464E1A;
  color: white;
}

html {
  font-size: 18px;
}

body {
  font-family: 'Roboto Slab', serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  padding-top: 1rem;
}


/* Font */

h1, h2, h3, h4 {
  font-weight: 900;
  max-width: 100%;
  line-height: 1.2;
  padding-left: 0%;
}

h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 70px;
  color: #464E1A;
  text-align: right;
  padding-right: 8rem;
  padding-left: 8rem;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 70px;
    color: #464E1A;
    text-align: right;
    padding-right: 10%;
    padding-left: 10%;
  }
}

h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  color: #464E1A;
}

h3{
  font-style: normal;
  font-size: 20px;
  color: #222;
}

a {
  color: #464E1A;
}

a:hover {
  color: #8C8C6F
}

a:visited {
  color: #D1D6B6;
}

p {
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
}

p, span, li {
  font-size: 1.2222222222222223rem;
}

p.information {
  font-size: 1rem;
}

.axis text, .label {
  font-size: 0.7222222222222222rem;
}

h1 + p.information {
  margin-top: -2.5rem;
  margin-bottom: 4rem;
}

p, span, li {
  font-weight: 300;
  margin-top: 0;
}


/* Color */
.h1{
  color: #464E1A;
}

.h2, h3, h4, p{
  color: #464E1A;
  max-width: 80%;
}

p{
  color: #464E1A;
  max-width: 100%;
}

.row--color1 {
  background-color: #97A158;
}

.row--color2 {
  background-color: #DBDFC6;
  text-align: right;
}

.row--color3 {
  background-color: #222;
}

path.line-0 {
  stroke: #D1D6B6;
}

.axis path, .axis line {
  stroke: #222;
}

.label {
  fill: #222;
}

p.information {
  color: #999;
}

.row--color p, .row--color span, .row--color h2, .row--color h3, .row--color h4 {
  color: white;
}

.row--color3 p, .row--color3 span, .row--color3 h2, .row--color3 h3, .row--color3 h4 {
  color: white;
}


/* Layout */
main p, main span {
  max-width: 800px;
}

.row:first-of-type {
  padding-top: 0;
}

.row {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.row:not(.row--wide), .footer__inside {
  margin-left: auto;
  margin-right: auto;
}

.row--wide {
  padding-left: 10%;
  padding-right: 10%;
}


@media screen and (max-width: 1200px) {
  .row--wide {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.row--wide3 {
  padding-left: 4rem;
  padding-right:4rem;
}

.col-1 {
  column-count: 1;
  column-gap: 10px;
}

.col-2 {
  column-count: 2;
  column-gap: 10px;
}




/* Chart */
.axis line, .axis path{
  stroke-width: 1;
  shape-rendering: crispEdges;
}

path.line-0 {
  fill: none;
}

/* Footer */
.footer__inside {
  padding-top: 4rem;
  padding-bottom: 3rem;
}




/*--------CHART-ELEMENTS-----------*/

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 60%;
  height: 15px;
  border-radius: 5px;
  background: #464E1A;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: black;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: black;
  cursor: pointer;
}

/* bar */
.bar {
  fill: red;
}


/* axis */
.amount-yaxis{
  visibility: hidden;
}

.domain {
  stroke: transparent;
}

/* Wolf im Portrait */
.wolfPortrait{
  fill: #A1508C;
}

.portrait {
  fill: #DBDFC6;
  text-align: center;
}


/* Map */

.map {
  text-align: center;
}

#chart-title {
  font-size: 24px;
  text-anchor: start;
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  fill: #464E1A;
}

text {
  text-anchor: middle;
}

.municipality {
  fill: #8C8C6F;
}

.municipality:hover {
  fill: #ffc0cb
}

.municipality-visited {
  fill: #4D4D32;
}

.municipality-visited:hover {
  fill: #A1508C;
  opacity: 0.9;
}

.timeline {
  stroke-linecap: round;
  stroke: #4D4D32;
  stroke-width: 10px;
  box-shadow: inset 1px 2px 5px 5px #DBDFC6;
}

.timeline:hover {
  stroke: #A1508C;
}

.timeline-overlay {
  pointer-events: stroke;
  stroke-width: 50px;
  stroke: transparent;
}

.year-handle {
  fill: #97A158;
  stroke: #D1D6B6;
}



/* map tooltip*/

.tooltip-map { 
  position: absolute;     
  text-align: center;     
  width: 80px;          
  height: 14px;         
  padding: 2px;      
  /* font: 12px sans-serif;     */
  /* background: red;  */
  color:white;
  border: 0px;        
  pointer-events: none;     
}

/* Anzahl WÃ¶lfe */

.wolfamount {
  text-align: center;
  
}

.tick {
  font-size: 16px;
}
 

.wolfamount .tooltip {
    text-align: left;
    font-size: 14pt;
    line-height: 1;
    font-weight: bold;
    padding: 20px;
    background: #A1508C;
    color: black;
    border-radius: 10px;
    visibility: hidden;
    position: absolute;
} 

/*tootlip triangle*/
.wolfamount .tooltip::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 25%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #A1508C transparent transparent transparent;

  }


.tootlip-title {
  font-size: 14pt
}

.tooltip-label {
  font-size: 12pt
}

.annotation-note-title {
  font-size: 14pt;
  fill: black;
}

.annotation-note-label{
  font-size: 12pt;  
  fill: black;
}

.annotation-connector connector{
  fill:black;
  stroke: black;
}

.connector {
  stroke: black; 
}

.connector-arrow {
  fill: black;
  stroke: black;
}

.annotation-group {
    background-color: whitesmoke;
}

/* ---------------  Mensch_und_Wolf ------------------ */

/* inspired by: https://www.w3schools.com/howto/howto_css_flip_image.asp */



.row-float:after {
  content: "";
  display: table;
   clear: both;
}

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  width: 708px;
  height: 305px; 
  padding: 1rem;
  float: left;
  /*width: 50%;
  /*perspective: 1000px;  /*Remove this if you don't want the 3D effect */
}


/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  background-color: #bbb;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: black;
}

/* Style the back side */
.flip-box-back {
  background-color: #DBDFC6;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: white;
  height: auto;
  transform: rotateY(180deg);
  

}

.flip-box-back .statement {
  font-family: Roboto, sans-serif;
  text-align: center;
  padding-top: 10%;
  padding-left: 10%;
  padding-right: 10%; 
}

.flip-box-back .statement-extend {
  font-family: Roboto, sans-serif;
  padding-top: 0%;
  padding-left: 10%;
  text-align: center;
}


.flip-box #statement-button #close-statement-button {
  align-items: right;  
}

.flip-box-back .from{
  font-family: Roboto, sans-serif;
  font-size: 12pt;
  text-align: right;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 10%;
  padding-left: 10%
}

.flip-box-back .icon-plus {
  left: 10px; 
  top: 10px; 
  height: 30px;
  width: 30px;
}

/* --------------- Cracks Costs ------------------ */


.cracks {
  text-align: center;  
} 

.line-amount {
  fill: none;
  stroke: #a31779;
  stroke-width: 10;
}

.line-crack {
  fill: none;
  stroke: #464E1A;
  stroke-width: 5;
}

.line-average {
  fill: none;
  stroke: #97A158;
  stroke-width: 5;
}


.cracks .tooltip-line {
  fill: black;
  position: absolute; 
}

.money-legend {
  position: absolute;
}

.cracks-costs-legend{
  font-size: 10px;
}

#tooltip-rect {
  fill: transparent;
}

.cracks .tooltip {
  font-weight: bold;
  padding: 10px;
  background-color: #A1508C;
  text-align: right;
  box-shadow: 2px ;
  color: black;
  border-radius: 10px;
   /*font-family: 'Open Sans Condensed', sans-serif;*/
  visibility: hidden;   
  position: absolute;
}

/*tootlip triangle*/
.cracks .tooltip::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 25%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
  border-color: #A1508C transparent transparent transparent;

}

ps1 {
  text-align: right;
  font-size: 22pt;
  color: #222;
}

ps2{
  text-align: right;
  font-size: 18pt;
  color: #222;
}

ps3 {
  text-align: right;
  font-size: 18pt;
  color: #222;
}
</pre></body></html>