/*
* === MAIN ===
*/

body {
  font-family: "futura-pt", sans-serif;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
-moz-font-feature-settings: "tnum";
-webkit-font-feature-settings: "tnum";
font-feature-settings: "tnum";
  background-color: #111111;
  color: white;
  overflow-x: hidden;
}

text {
  fill: white;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
}

a:visited {
  color: white;
}


p{
  margin-left: 25px;
  font-size: 10pt;
}

span {
  font-size: 10pt;
}


/*
* === FIRST TOP NAVIGATION BAR===
*/

#oberleisteb{
  position: fixed;
  z-index:100;
  width:100%;
  padding:0;
  margin:0;
  top: 0px;
  height: 40px;
  background-color: #262626;

}


#logocontainer {
  height: 40px;
  top:0;
  bottom: 0;
  left: 15;
  background-color: #262626;
}

#logo{
  width: 92%;
  position:absolute;
  top:55%;
  -ms-transform: translateY(-55%);
  -webkit-transform: translate(0%,-55%);
  transform: translate(0%,-50%);
}


#oberleisteb ul {
  padding-left:0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 10px;
  margin:0px;
  height: 40px;
  list-style-type: none;
  font-weight:500;
  text-align: center;
  list-style-position:inside;
}


#oberleisteb li {
  height: 40px;
  display: inline;
  color: white;
  text-align: center;
  vertical-align: middle;
  padding: 12px 10px 10px 10px;
  text-decoration: none;
  cursor: pointer;

}

#oberleisteb li:hover {
  background-color: #111;
}


#erstleisteb {
  height: 40px;
  padding-left:12px;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-right:0px;
}

#erstleistec {
  text-align: center;
  height: 40px;
  padding:0;
}


/*
* === SECOND TOP NAVIGATION BAR START===
*/


#oberleiste3b{
  position: fixed;
  z-index:100;
  width:100%;
  padding:0;
  margin:0;
  top: 45px;
  height: 25px;
  background-color: #262626;

}

#zweiteleisteb ul {
  list-style-type: none;
  font-weight:normal;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-position:inside;

}

#zweiteleisteb  li {
  float:left;

}

#zweiteleisteb li a {
  display: block;
  color: white;
  text-align: center;
  padding: 3px 10px;
  text-decoration: none;

}

#oberleiste3b li a:hover {
  background-color: #111;
}


#zweiteleistec ul {
  list-style-type: none;
  font-weight:200;
  text-align: center;
  margin: 0;
  padding: 0;
  overflow: hidden;

}


#zweiteleistec li {
  float:middle;
  list-style-position:inside;

}

#zweiteleistec  li a {
  display: block;
  color: white;
  text-align: center;
  padding: 3px 10px;
  text-decoration: none;

}


#zweiteleistea {
  background-color: #262626;
  height: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
}

#zweiteleistea p{
  padding:0;
  margin:0;
}


#zweiteleisteb {
  height: 25px;
  padding:0;
}

#zweiteleisteb li{
    background-color: lightgrey;
    margin-top:0!important;
}

#zweiteleistec {
  background-color: #262626;
  height: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
}

#zweiteleistec p{
  margin-left: 30px;
  font-weight: normal;
}


#zweiteleistec  img {
margin-left: 5px;
margin-bottom: 4px;
}


/*
* === SECOND TOP NAVIGATION BAR PERSPECTIVES===
*/

#perspektivzweiteleisteb ul {
  list-style-type: none;
  font-weight:200;
  font-size: 11pt;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-position:inside;
  border-left: 3px solid #111;
}


#perspektivzweiteleisteb  li {
  float:left;

}

#perspektivzweiteleisteb li a {
  display: block;
  color: white;
  text-align: center;
  padding: 3px 10px;
  text-decoration: none;

}


#perspektivzweiteleistea {
  background-color: #262626;
  height: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
}

#perspektivzweiteleistea p{
  font-size: 11pt;
}

#perspektivzweiteleistea  img {
margin-left: 5px;
margin-bottom: 4px;
}

#perspektivzweiteleisteb {
  background-color: #262626;
  height: 25px;
  padding:0;
}



/*
* === LEGENDE ===
*/

#legende{
  position: fixed;
  z-index: 100;
  left:0px;
  bottom: 0px;
  padding:0px;
  margin-left: 0px;
}

#legende p{
  font-weight: 500;
  font-size: 8.5pt;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 1.5;
}

#legende span{
  font-weight: 500;
  font-size: 8.5pt;
  line-height: 1.5;
}

#legende svg{
  margin-bottom: 0px;
}

.legendeweiss{
margin-top: 10px;
margin-bottom: 2px;
width: 80%;
line-height: 1;
}


/*
* === VISUALIZATION ===
*/

#content{
  position: absolute;
  z-index:10;
  width:100%;
  padding:0;
  margin:0;
  top: 60px;

}

#beziehungsarc.axis {
stroke: #000;
stroke-width: 1px;
}

.node {
fill: white;
}
path.link {
stroke: grey;
stroke-width:0.2px;
fill:none;
opacity:0.1;
}

.linkDeselect {
stroke: grey!important;
stroke-width:0.2px!important;
fill:none;
opacity:0.1!important;
}

.superSelect{
stroke-width:1.2px!important;
fill:none;
opacity:1!important;
}


.circleDeselect {
opacity:0.3!important;
}

.superSelectCircle{
opacity:1!important;
}


.labelDeselect {
opacity:0.3!important;
font-weight: 200!important;
}

.superSelectLabel{
opacity:1!important;
font-weight: 500!important;
}



.Korrespondenz {fill: #1f78b4; color: #1f78b4;
transition-property: opacity;
transition-duration: 0.7s}
.Korrespondenz_count {stroke: #1f78b4; stroke-width:1px; fill:none; opacity: 1 }
.Korrespondenzgrad {fill: url(#lgradkorrespondenz);}
path.Korrespondenz {stroke: #1f78b4; stroke-width:0.3px; fill:none; opacity: 1}
path.highlightedLink.Korrespondenz {stroke: #1f78b4; stroke-width:0.3px; fill:none; opacity: 1}
.Brief{fill: #1f78b4; color: #1f78b4;
transition-property: opacity;
transition-duration: 0.7s}
.Brief_count {stroke: #1f78b4; stroke-width:1px; fill:none; opacity:1}
.Briefgrad {fill: url(#lgradbrief);}
path.Brief {stroke: #1f78b4; stroke-width:0.3px; fill:none; opacity:1}
path.highlightedLink.Brief {stroke: #1f78b4; stroke-width:0.4px; fill:none; opacity:0.8}

.Aufzeichnungen{fill: #a6cee3; color: #a6cee3;
transition-property: opacity;
transition-duration: 0.7s}
.Aufzeichnungen_count {stroke: #a6cee3; stroke-width:1px; fill:none; opacity:1}
.Aufzeichnungengrad {fill: url(#lgradaufzeichnungen);}
path.Aufzeichnungen {stroke: #a6cee3; stroke-width:0.5px; fill:none; opacity:1}
path.highlightedLink.Aufzeichnungen {stroke: #a6cee3; stroke-width:0.9px; fill:none; opacity:1}

.Fotografie {fill: #6a3d9a; color: #6a3d9a;
transition-property: opacity;
transition-duration: 0.7s}
.Fotografie_count  {stroke: #6a3d9a; stroke-width:1px; fill:none; opacity: 1}
.Fotografiegrad {fill: url(#lgradfotografie);}
path.Fotografie  {stroke: #6a3d9a; stroke-width:0.5px; fill:none; opacity: 1}
path.highlightedLink.Fotografie  {stroke: #6a3d9a; stroke-width:0.9px; fill:none; opacity: 1}

.Fotomontage{fill: #cab2d6; color: ##cab2d6;
transition-property: opacity;
transition-duration: 0.7s}
.Fotomontage_count{stroke: #cab2d6; stroke-width:1px; fill:none; opacity: 1}
.Fotomontagegrad {fill: url(#lgradfotomontage);}
path.Fotomontage {stroke: #cab2d6; stroke-width:0.5px; fill:none; opacity: 1}
path.highlightedLink.Fotomontage {stroke: #cab2d6; stroke-width:0.9px; fill:none; opacity: 1}
.Collage{fill: #cab2d6;color: #cab2d6;
transition-property: opacity;
transition-duration: 0.7s}
.Collage_count {stroke: #cab2d6; stroke-width:1px; fill:none; opacity: 1}
.Collagegrad {fill: url(#lgradcollage);}
path.Collage {stroke: #cab2d6; stroke-width:0.5px; fill:none; opacity: 1}
path.highlightedLink.Collage {stroke: #cab2d6; stroke-width:0.9px; fill:none; opacity: 1}


.Druckgrafik{fill: yellow; color: yellow;
transition-property: opacity;
transition-duration: 0.7s}
.Druckgrafik_count {stroke: yellow; stroke-width:1px; fill:none; opacity: 1}
.Druckgrafikgrad {fill: url(#lgraddruckgrafik);}
path.Druckgrafik {stroke: yellow; stroke-width:0.5px; fill:none; opacity: 1}
path.highlightedLink.Druckgrafik {stroke: yellow; stroke-width:0.9px; fill:none; opacity: 1}

.Zeichnung{fill: #b2df8a; color: #b2df8a;
transition-property: opacity;
transition-duration: 0.7s}
.Zeichnung_count {stroke: #b2df8a; stroke-width:1px; fill:none; opacity: 1}
.Zeichnunggrad {fill: url(#lgradzeichnung);}
path.Zeichnung {stroke: #b2df8a; stroke-width:0.5px; fill:none; opacity: 1}
path.highlightedLink.Zeichnung {stroke: #b2df8a; stroke-width:0.9px; fill:none; opacity: 1}

.Gemaelde{fill: #33a02c; color: #33a02c;
transition-property: opacity;
transition-duration: 0.7s}
.Gemaelde_count {stroke: #33a02c; stroke-width:1px; fill:none; opacity: 1}
.Gemaeldegrad {fill: url(#lgradgemaelde);}
path.Gemaelde {stroke: #33a02c; stroke-width:0.5px; fill:none; opacity: 1}
path.highlightedLink.Gemaelde {stroke: #33a02c; stroke-width:0.9px; fill:none; opacity: 1}


.Dokumente {fill: #fdbf6f; color: #fdbf6f;
transition-property: opacity;
transition-duration: 0.7s}
.Dokumente_count {stroke: #fdbf6f; stroke-width:1px; fill:none; opacity: 1}
.Dokumentegrad {fill: url(#lgraddokumente);}
path.Dokumente {stroke: #fdbf6f; stroke-width:0.5px; fill:none; opacity: 1}
path.highlightedLink.Dokumente {stroke: #fdbf6f; stroke-width:0.9px; fill:none; opacity: 1}


.Druckerzeugnis{ fill: #fb9a99; color: #fb9a99;
transition-property: opacity;
transition-duration: 0.7s}
.Druckerzeugnis_count {stroke: #fb9a99; stroke-width:1px; fill:none; opacity: 1}
.Druckerzeugnisgrad {fill: url(#lgraddruckerzeugnis);}
path.Druckerzeugnis {stroke: #fb9a99; stroke-width:0.5px; fill:none; opacity: 1}
path.highlightedLink.Druckerzeugnis {stroke: #fb9a99; stroke-width:0.9px; fill:none; opacity: 1}

.Manuskripte{fill: #ff7f00; color: #ff7f00;
transition-property: opacity;
transition-duration: 0.7s}
.Manuskripte_count {stroke: #ff7f00; stroke-width:1px; fill:none; opacity: 1}
.Manuskriptegrad {fill: url(#lgradmanuskripte);}
path.Manuskripte {stroke: #ff7f00; stroke-width:0.5px; fill:none; opacity: 1}
path.highlightedLink.Manuskripte {stroke: #ff7f00; stroke-width:0.9px; fill:none; opacity: 1}

.Publikation{fill: #e31a1c; color: #e31a1c;
transition-property: opacity;
transition-duration: 0.7s}
.Publikation_count {stroke: #e31a1c; stroke-width:1px; fill:none; opacity: 1}
.Publikationgrad {fill: url(#lgradpublikation);}
path.Publikation {stroke: #e31a1c; stroke-width:0.5px; fill:none; opacity: 1}
path.highlightedLink.Publikation {stroke: #e31a1c; stroke-width:0.9px; fill:none; opacity: 1}

.Kleinschrifttum{fill: #b15928;color: #b15928;
transition-property: opacity;
transition-duration: 0.7s}
.Kleinschrifttum_count{stroke: #b15928; stroke-width:1px; fill:none; opacity:1}
.Kleinschrifttumgrad {fill: url(#lgradkleinschrifttum);}
path.Kleinschrifttum{stroke: #b15928; stroke-width:0.5px; fill:none; opacity:1}
path.highlightedLink.Kleinschrifttum{stroke: #b15928; stroke-width:0.9px; fill:none; opacity:1}

.attributslinien{
  fill: none;
  stroke: #585858;
  stroke-width: 1.5px;
  marker-end: url(#marker_arrow)
}

.attributslinien-ausgeblendet{
  fill: none;
  stroke: #585858;
  stroke-width: 1.5px;
  opacity: 0.1;
}


.perspectivlinks_na {
  color: grey;
}

.perspectivlinks_na:visited {
  color: grey;
}




#timelinenavi {
font-weight:lighter;
font-variant-numeric: tabular-nums;
-moz-font-feature-settings: "tnum";
-webkit-font-feature-settings: "tnum";
font-feature-settings: "tnum";
position: absolute;
padding:0;
left: 2px;
top: 15px;
}


.timelineinfop{
  margin: 5px;
}

#timeline {
font-weight:lighter;
font-variant-numeric: tabular-nums;
font-feature-settings: "tnum";
-moz-font-feature-settings: "tnum";
-webkit-font-feature-settings: "tnum";

font-size: 9pt;
padding-left: 5px!important;
padding-right: 0;
padding-top: 55px!important;
padding-bottom: 0;
}

#overview {
padding-top: 0px!important;
font-weight:normal;
}
#overview_selection {
padding-left: 0;
padding-top: 13px!important;
font-weight:normal;
}


.beziehungslabel {
color: white;
font-weight: lighter;
cursor: pointer;
}

#beziehungsarc {
font-weight: lighter;
padding-left: 0;
padding-right: 2px;
}


.domain {
fill: none;
}

.auswahlanzeigeKreuz{
cursor: pointer;
font-size: 20pt;
}

.auswahlanzeigelabel{
font-weight: lighter;
}

.auswahlanzeigeSelected{
font-weight: 500;
}


#overview, #overview_selection, #timelinenavi{
font-size: 10pt;
}

#zweiteleistec p, #zweiteleistea p, #zweiteleistec ul, #zweiteleisteb ul, #oberleisteb ul, #erstleisteb {
font-size: 11pt;
}


#attributbased_vis {
  z-index: 0;
  float: right;
}


#timelinesvg {
  width: 100%;
  z-index: 500;

}

.kattitle-label{
  font-size: 11pt;
  font-weight: 400;
  fill: grey;
}


.kattitle-label-ausgeblendet{
font-size: 11pt;
font-weight: 400;
fill: grey;
}

.kattitle-data{
  font-size: 11pt;
  font-weight:600;
  fill: white;
}

path {
pointer-events: none;
}

path.link{
pointer-events: all;
}



.labeltext{
  font-size: 10pt;
    opacity: 0.5;
}

.monatslabeltext{
  font-size: 9pt;
  font-weight: 100;
  opacity: 0.3;
}

#timebased_vis {
  z-index: 0;
  float: right;
}

.selectionLines{
  font-weight: 200;
  font-size: 9pt;
  stroke-width: 4px;
  pointer-events: none;
}


      #stripe path{
       stroke: white;
       stroke-width: 1px;
     }

       .graduncertain {
         fill:url(#stripe);
       }


/*
* === SEARCH BOX===
*/
#zweiteleisteb li{
  padding:0!important;
}

.searchiconbg {
background-color: lightgrey;
  height: 24px;
  margin-top: 0px;
  margin-left: 13px;
}

#search-icon {
  position: relative;
  margin-top: 3px;
padding-left: 5px;
  padding-right:5px;
  color:#888888;

}

.search {
  position: relative;
  width: 380px;
  font-size: 13px;
  margin-left: 0px;
  margin-top:0px;
  border:0;
}

.select2-choice.select2-default{
  height: 24px;
  padding:0px;
  line-height: normal;
  border-radius: 0;
  border: 0;
  color: #111111;
}

.select2-default{
  border:0;

}

a.select2-choice.select2-default{
  padding-left:5px!important;
  margin-top: 0!important;
  border:0;
    color: #111111;
}


.select2-chosen{
  text-align: left;
  padding-bottom: 10px;
  border:0;
}


#select2-chosen-1{
  color: #111111;
}

.select2-container .select2-choice{
  border-radius: 0;
  border:0;
  height: 24px;
  padding:0px;
  line-height: normal;
}

.select2-result-label{
    font-size: 12px;
}

.select2-highlighted{
  font-size: 12px;
  background-color: #262626!important;
  color: white;
}

.select2-dropdown-open .select2-choice {
  background-image: none;
  border: none;
}
#select2-drop{
  overflow-y:scroll;
}


.select2-container .select2-choice .select2-arrow{
  border-radius: 0;
  background-image: none;
  background: none;
}

.select2-drop-active{
  border: 0;
  border-radius:0;
}

.select2-container .select2-choice abbr{
  top:6px;
}

a.select2-choice.select2-default{
  margin-top: 0px!important;
  border:0;

}



/*
* === ABOUT/START/DETAILVIEW===
*/


#overlay{
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #2d2d2d;
  opacity: .85;
  z-index: 999;
  display: none;
  margin-top: 0;
  margin-bottom: 0;
}

#about{
  position: fixed;
  top: 2%;
  left: 22%;
  width: 56%;
  height:96%;
  background-color: #111;
  color: white;
  z-index: 1000;
  overflow-y: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0px 0px 5px #111;
  display: none;
}

.about-close{
  cursor: pointer;
  float: right;
  font-size: 30px;
  top:0px;
}

#about a{
  color: #a6cee3;
  text-decoration: none;
}

#about a:hover{
  color: white;
  text-decoration: underline;
}

#about h2{
  color: white;
  -webkit-column-count: 2;
  column-count:         2;
  font-size: 12pt;
  font-weight: 600;
  margin-top: 30px;
}


#about h2:first-child{
  color: white;
  -webkit-column-count: 2;
  column-count:         2;
  font-size: 12pt;
  font-weight: 600;
  margin-top: 20px;
}

.about-subhead{
  color: white;
  font-size: 10.5pt;
  font-weight: 500;
  margin-right: 5px;
  text-decoration: underline;
}


#about p{
  color: white;
  font-size: 10.5pt;
  font-weight: 300;
  margin-left: 0px;
  margin-right: 0px;
}


#about-hilfe{
  display: none;
}


#start{
  position: fixed;
  top: 15%;
  left: 25%;
  width: 50%;
  height:auto;
  background-color: #111;
  color: white;
  z-index: 1000;
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 20px;
  box-shadow: 0px 0px 5px #111;
  display: none;
  padding-bottom: 30px;
}


#start h3{
  color: #1f78b4;
  font-size: 15pt;
  font-weight: 400;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 30px;
}

#start p{
  color: white;
  font-size: 11pt;
  font-weight: 300;
  margin-left: 0px;
  margin-right: 0px;
}

#start a{
  color: #a6cee3;
  text-decoration: none;
}

#start a:hover{
  color: white;
  text-decoration: underline;
}

#start h2{
  color: #1f78b4;
  font-weight: 600;
  margin-top: 30px;
}

#vielspass{
  font-size: 16pt;
  color: #ff7f00;
  font-weight: 400;
  cursor: pointer;
}


#detailview{
  display: none;
  position: fixed;
  top: 5%;
  left: 10%;
  width: 80%;
  height: auto;
  color: white;
  z-index: 1000;
  overflow-y: auto;
}

#detailviewText{
  display: none;
  position: fixed;
  top: 5%;
  left: 10%;
  width: 77%;
  height: auto;
  color: white;
  z-index: 1000;
  overflow-y: auto;
}

.tablelabel{
color: lightgrey;
text-align: left;
vertical-align: top;
font-weight: lighter;
opacity: 1;
width: 150px;
line-height: 1.5;
}

.tabledata{
color: white;
padding-left: 10px;
vertical-align: top;
font-weight: normal;
opacity: 1;
vertical-align: bottom;
line-height: 1.5;
}

.about-table th{
  width: 33%;
  vertical-align: top;
  padding-right: 10px;

}


.about-table img{
  width: 90%;
  margin-left: 0px;
  margin-right: 10px;
  height: auto;
}

.weitereThumbs{
  cursor: pointer;
}


/*
* === GRADIENTS===
*/

#gradient1a{
  pointer-events: none;
  position: fixed;
  z-index:50;
  left: 0px;
  top: 40px;
  width: 100%;
  height: 20px;
  margin:0;
  padding:0;
  background: rgba(17,17,17,0.95);
}
#gradient1b{
  pointer-events: none;
  position: fixed;
  z-index:50;
  left: 0px;
  top: 60px;
  width: 100%;
  height: 100px;
  margin:0;
  padding:0;
  background: -moz-linear-gradient(top,  rgba(17,17,17,0.95)20%, rgba(17,17,17,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(17,17,17,0.95)20%,rgba(17,17,17,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(17,17,17,0.95) 20%,rgba(17,17,17,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
}


#gradient2{
  pointer-events: none;
  position: fixed;
  z-index:50;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100px;
  margin:0;
  padding:0;
  background: -moz-linear-gradient(bottom,  rgba(17,17,17,1) 11%, rgba(17,17,17,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom,  rgba(17,17,17,1) 11%,rgba(17,17,17,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top,  rgba(17,17,17,1) 11%,rgba(17,17,17,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
}

/*
* === PERSPEKTIVAUSWAHL===
*/

#perspektivauswahl{
  position: fixed;
  font-size: 11pt;
  top:80px;
  z-index:800;
}

#perspektivauswahl p{
  margin-left: 0;
  font-weight: 300;
}

#perspektivauswahl > p.perspectivauswahl_selected{
  font-weight: 600;
}


/*
* === LOADING ICON===
*/

#load{
    position:fixed;
    z-index:9999;
    left: 47.5%;
    top:45%;
}

.loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #262626;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*
* === SCROLL ARROWS ===
*/

.scrollarrowdown,
.scrollarrowdown:before {
  cursor: pointer;
  position: fixed;
  z-index: 100;
  left: 50%;
}

.scrollarrowdown{
  z-index: 100;
  width: 30px;
  height: 30px;
  bottom: 15px;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 3px #fff solid;
  border-bottom: 3px #fff solid;
}

.scrollarrowdown:hover{
  width: 30px;
  height: 30px;
  bottom: 15px;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 6px #fff solid;
  border-bottom: 6px #fff solid;
}


.scrollarrowdown:before {
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: scrollarrowdown;
}

@keyframes scrollarrowdown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}


.scrollarrowup,
.scrollarrowup:before {
  cursor: pointer;
  z-index: 100;
  position: fixed;
  left: 50%;

}

.scrollarrowup{
  z-index: 100;
  width: 30px;
  height: 30px;
  top: 105px;
  left: 50%;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-right: none;
  border-bottom: none;
  border-left: 2px #fff solid;
  border-top: 2px #fff solid;
}

.scrollarrowup:hover{
  z-index: 100;
  width: 30px;
  height: 30px;
  top: 105px;
  left: 50%;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-right: none;
  border-bottom: none;
  border-left: 6px #fff solid;
  border-top: 6px #fff solid;
}


.scrollarrowup:before {
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-right: none;
  border-bottom: none;
  border-left: 1px #fff solid;
  border-top: 1px #fff solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: scrollarrowup;
}

@keyframes scrollarrowup{
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(+10px, +10px);
  }
}


/*
* === MEDIA: max. 900===
*/



@media (max-device-width: 900px) { /* Breite beträgt höchstens 900px */
  span{
  font-size: 8pt;
  }

  #overview_selection text{
  font-size: 11pt;
  }

  #zweiteleistec p, #zweiteleistea p, #zweiteleistec ul, #zweiteleisteb ul, #oberleisteb ul, #erstleisteb {
  font-size: 8pt;
  }

  #zweiteleistea p{
    padding:0;
    margin:0;
  }


  .searchiconbg {
    background-color: lightgrey;
    height: 15px;
    margin-top: 1px;
    margin-left: 13px;
  }

  #search-icon {
    position: relative;
    margin-top: 3px;
    padding-left: 5px;
    padding-right:5px;
    color:#888888;

  }

  .search {
    position: relative;
    width: 200px;
    font-size: 8px;
    margin-left: 0px;
    margin-top: 0px;
  }

  .select2-choice.select2-default{
    height: 15px;
  }

  a.select2-choice.select2-default{
    padding-left:5px!important;
    margin-top: 0px!important;
  }


  .select2-chosen{
    padding-bottom: 10px;
  }

  .select2-container .select2-choice{
    height: 15px;
  }

  .select2-result-label{
      font-size: 8px;
  }

  .select2-highlighted{
    font-size: 8px;
  }




  #about{
    top: 3%;
    left: 3%;
    width: 94%;
    height:94%;
    padding-left: 5px;
    padding-right: 5px;
  }

  #start{
    top: 2%;
    left: 2%;
    width: 94%;
    height:94%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  }

  #start h3{
    color: #1f78b4;
    font-size: 12pt;
    font-weight: 400;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 15px;
  }


  #start p{
    font-size: 11pt;
  }

  #start h2{
    margin-top: 10px;
  }

  #vielspass{
    font-size: 14pt;
  }
}





@media (max-device-width: 768px) { /* Breite beträgt höchstens 900px */
#logo{
  width: 92%;
}

#content{
  top: 30px;
}

#timeline{
  padding-top:30px!important;
}

#logocontainer{
  padding-top: 0px!important;
  height: 14px!important;
}

#zweiteleistea, #zweiteleisteb, #zweiteleistec, #oberleiste3b{
  height:15px;
  padding-bottom:3px;
  padding-top:3px;
}

#zweiteleistea p{
  padding:0;
  margin:0;
}

 #oberleisteb{
     height: 15px;
     padding-top:0;
 }


#logocontainer, #erstleisteb, #erstleistec, #oberleisteb, #erstleistec ul{
  height: 15px;
  padding-bottom: 0;
  padding-top:1px;
}

#logocontainer, #zweiteleistea{
  padding-left: 10px;
}

#oberleisteb li {
  padding: 0px 3px 0px 3px;
}

#zweiteleisteb{
  padding:0;
}



  span{
  font-size: 7pt;
  }

  #overview_selection text{
  font-size: 11pt;
  }

  #oberleiste3b{
    top:20px;
      height: 15px;
      padding-top:0;
  }


  #zweiteleistec p, #zweiteleistea p, #zweiteleistec ul, #zweiteleisteb ul, #oberleisteb ul, #erstleisteb {
  font-size: 6pt;
  }



  .searchiconbg {
    background-color: lightgrey;
    height: 15px;
    margin-left: 13px;
  }

  #search-icon {
    position: relative;
    margin-top: 3px;
    padding-left: 5px;
    padding-right:5px;
    color:#888888;
  }

  .search {
    position: relative;
    width: 150px;
    font-size: 6px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .select2-choice.select2-default{
    height: 15px;
  }

  a.select2-choice.select2-default{
    padding-left:5px!important;
    margin-top: 0px!important;
  }


  .select2-chosen{
    padding-bottom: 10px;
  }

  .select2-container .select2-choice{
    height: 15px;
  }

  .select2-result-label{
      font-size: 8px;
  }

  .select2-highlighted{
    font-size: 8px;
  }



  #legende p{
    font-weight: 200;
    font-size: 6pt;
    margin-left: 10px;
    margin-right: 2px;
    line-height: 1;
  }

  #legende span{
    font-weight: 300;
    font-size: 6pt;
    line-height: 1;
  }

  #legende svg{
    margin-bottom: 0px;
    margin-left: 10px;
    transform: scale(0.7) translate(-35px);
  }

  .legendeweiss{
  margin-top: 5px;
  margin-bottom: 2px;
  width: 80%;
  line-height: 1;
  }

  #perspektivzweiteleisteb ul {
    list-style-type: none;
    font-weight:200;
    font-size: 6pt;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-position:inside;
    border-left: 3px solid #111;
  }




  #perspektivzweiteleisteb li a {
    padding: 3px 10px;
  }


  #perspektivzweiteleistea {
    height: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  #perspektivzweiteleistea p{
    font-size: 6pt;
  }

  #perspektivzweiteleistea  img {
  margin-left:10px;
  margin-bottom: 4px;
  }

  #perspektivzweiteleisteb {
    background-color: #262626;
    height: 10px;
    padding:0;
  }

#perspektivauswahl{
  top: 40px;
  padding-left: 10px;
}
  #perspektivauswahl p{
    font-size: 6pt;
  }


  #gradient1a{

    top: 10px;

  }
  #gradient1b{

    top: 30px;

  }


}











@media (max-device-width: 515px) { /* Breite beträgt höchstens 900px */
#logo{
  width: 92%;
}

#content{
  top: 20px;
}

#overview-container{
  top: -10px;
}


#timeline{
  padding-top:20px!important;
}

#timelinenavi{
  top: 7px;
}

#logocontainer{
  padding-top: 0px!important;
  height: 9px!important;
}

#zweiteleistea, #zweiteleisteb, #zweiteleistec, #oberleiste3b{
  height:10px;
  padding-bottom:1px;
  padding-top:1px;
}

#zweiteleistea p{
  padding:0;
  margin:0;
}

 #oberleisteb{
     height: 10px;
     padding-top:0;
 }


#logocontainer, #erstleisteb, #erstleistec, #oberleisteb, #erstleistec ul{
  height: 10px;
  padding-bottom: 0;
  padding-top:1px;
}

#logocontainer, #zweiteleistea{
  padding-left: 5px;
}

#oberleisteb li {
  padding: 0px 1px 0px 1px;
}

#zweiteleisteb{
  padding:0;
}



  span{
  font-size:  3.5pt;;
  }

  #overview_selection text{
  font-size: 11pt;
  }

  #oberleiste3b{
    top:13px;
      height: 10px;
      padding-top:0;
  }


  #zweiteleistec p, #zweiteleistea p, #zweiteleistec ul, #zweiteleisteb ul, #oberleisteb ul, #erstleisteb {
  font-size: 3.5pt;
  }

#zweiteleistec{
  padding:0;
  margin:0;
}
#zweiteleistec p{
  padding:0;
  margin:0;
}


#gradient1a{

  top: 10px;

}
#gradient1b{

  top: 30px;

}


  .searchiconbg {
    background-color: lightgrey;
    height: 10px;
    margin-left: 13px;
  }

  #search-icon {
    position: relative;
    margin-top: 3px;
    padding-left: 2px;
    padding-right:2px;
    color:#888888;
  }

  .search {
    position: relative;
    width: 90px;
    font-size: 3.5pt;
    margin-top: 0px;
    margin-left: 0px;
  }

  .select2-choice.select2-default{
    height: 10px;
  }

  a.select2-choice.select2-default{
    padding-left:5px!important;
    margin-top: 0px!important;
  }


  .select2-chosen{
    padding-bottom: 10px;
  }

  .select2-container .select2-choice{
    height: 10px;
  }

  .select2-result-label{
      font-size: 3.5pt;
  }

  .select2-highlighted{
    font-size: 3.5pt;
  }


  #legende p{
    font-weight: 200;
    font-size: 3.5pt;
    margin-left: 5px;
    margin-right: 2px;
    line-height: 1.5;
  }

  #legende span{
    font-weight: 300;
    font-size: 3.5pt;
    line-height: 1.5;
  }

  #legende svg{
    margin-bottom: 0px;
    margin-left: 5px;
    transform: scale(0.6) translate(-55px);
  }

  .legendeweiss{
  margin-top: 5px;
  margin-bottom: 2px;
  width: 80%;
  line-height: 1;
  }

  #perspektivzweiteleisteb ul {
    list-style-type: none;
    font-weight:200;
    font-size: 3.5pt;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-position:inside;
    border-left: 3px solid #111;
  }




  #perspektivzweiteleisteb li a {
    padding: 3px 10px;
  }


  #perspektivzweiteleistea {
    height: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  #perspektivzweiteleistea p{
    font-size: 3.5pt;
  }

  #perspektivzweiteleistea  img {
  margin-left: 5px;
  margin-bottom: 4px;
  }

  #perspektivzweiteleisteb {
    background-color: #262626;
    height: 10px;
    padding:0;
  }

#perspektivauswahl{
  top: 30px;
  padding-left: 5px;
}
  #perspektivauswahl p{
    font-size: 3.5pt;
  }
