@import url("fonts.css");

.legendLayer .background {
fill: rgba(255, 255, 255, 0.05);
stroke: rgba(0, 0, 0, 0.0);
stroke-width: none;

}

#flot-topauthors {
width: 100%;
height: 400px;
}


.tickLabel
{ font-size: 80% }
.AxisLabel
{ font-size: 80% }


.hidden {
	visibility:collapse;
	display:none;
}

.MathJax { 
    font-size: 2.3em !important; 
}

body
{
    margin:0px;
    background-color:#FFEFDB;
    padding: 0; 
}
body, p, ul, ol, td.big, li, u
  {
     font-size:12pt;
     font-family:'Assistant',"Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
     line-height:140%;
}

.cc-window {
     font-size:12pt;
     font-family:'Assistant',"Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
    z-index:2000000;
}

.site_logo {
background-image:url('img/site_logo.png');
background-repeat:no-repeat;
display:inline-block;
float:left;
z-index:10;
background-size: 50px;
width:50px;
height:50px;
margin-top:-5px;
margin-left:-8px;
margin-right:16px;
}

.hide {
   display:none;
}

#titlebar {
background-image:url('1.pictures.recurrence/bg-red.gif');
padding-left:20px;
left:0;
right:0;
top:0;
width:auto;
transition: all .5s;
-webkit-transition: all .5s; 
position:sticky;
z-index:9;
}

.titleXXX
{
     color:#FFEFDB;
     background:#A52A2A;
     font-family:Georgia,Times,Verdana,Serif;
     background-image:url('img/bg-red.gif');
}

.title600
{
     color:#FFEFDB;
     background:#A52A2A;
     font-family:Georgia,Times,Verdana,Serif;
     background-image:url('img/darkred-gitter600.gif');
     width:410px;
}

h1.title
{
color:#FFEFDB;
font-family:IBM Plex Sans,sans-serif;
margin:0;
line-height:120%;
transition: all .3s;
-webkit-transition: all 0.3s;
text-transform:uppercase;
}

.title_sticky {
font-size:16pt;
}

.titlebar_nonsticky {
padding-top:21px;
padding-bottom:26px;
}

.titlebar_sticky {
box-shadow: 0px 5px 40px rgba(0,0,0,.3);
padding-top:10px;
padding-bottom:30px;
line-height:100%;
height:5px;
}

.navcolumn
{
    position:relative;
    top:0px;
    left:0px;
    width:15em;
    padding:0px;
    font-size:12px;
    z-index:5;
    background-color:#CDC0B0;
    display:inline-block;
    float:left;
    box-sizing: border-box;
    min-height:calc(100% - 30px);
}

.infocolumn
{
    position:relative;
    top:0px;
    left:0px;
    width:15em;
    padding:0px;
    font-size:12px;
    z-index:1000001;
    background-color:#EEDFCC;
    text-align:center;
    box-sizing: border-box;
    min-height:calc(100% - 30px);
}

.leftcolumn
{
    font-size:12px;
    position:fixed;
    width:15em;
    min-height:100%;
    top:0;
    background-color:#EEDFCC;
    z-index:-99;
    padding-bottom:20px;
}

a.nav
{
     color:#A52A2A;
     font-weight:normal;
     text-align:left;
     display:block;
     padding:9px;
     padding-top:5px;
     padding-bottom:5px;
     font-size:15px;
     font-family:'Assistant',"Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
     font-weight: 500;
     border:solid #CDC0B0 3px;
   -webkit-transition: 0.2s ease-out; 
   transition: .2s ease-out; 
}

a.nav:hover
{
     color:#CC1111;
     background:#EEDFCC;
     border-radius:6px;
}

#selected
{
     background-color:#EEDFCC;
     border-radius:6px;
     /*box-shadow:inset 0 0 6px rgba(255,255,255,.5);*/
}

a.cuturl
{
    word-wrap:break-word;
}

div.content {
    display:block;
    top:6em;
    margin-left:13em;
    padding-left:0px;
    padding-right:30px;
    padding-top:10px;
    right:40px;
    bottom:0px;
    width:auto;
    height:auto;
    box-sizing: border-box;
    min-width:calc(100% - 15em);
}


.menu_button_bar {
   display:none;
   position:absolute;
   left:8px;
   top:1.2em;
   z-index:10;
   transition: all .3s;
}

.menu_button {
   height:25px;
}

div.floating {
   float:right;
}

.anchor {
  scroll-margin-top: 3.5em;
}

.frame {
    border:solid 5px #EEDFCC;
    padding-left:10px;
    padding-right:10px;
    background-color:#EEDFCC;
    border-radius:5px;
}

figure.frame {
    margin-left:0; 
    /*margin-right:0; */
    width:auto;
    display:table;
    background-color:#FFEFDB;
    border:none 5px #EEDFCC;
}

figcaption {
    display: table-caption;
    caption-side: bottom;
    font-style:italic;
}

img.illustration {
    height:auto;
    width:auto;
    max-width:100%;
    display:block;
}

table.full
{
    height:100%;
    top:500;
}

tr {
   vertical-align:top;
}

tr.cont:nth-child(even) {
}

tr.cont:nth-child(odd) {
   background-color:#EEDFCC;
}

th {
   background-color:#A52A2A;
   color:#FFEFDB;
   font-weight:bold;
   text-align:left;
   border-radius:3px
}

input, textarea, select
{
    background:#FFEFDB;
    border:solid 1px black;
    font-family:'Assistant',Lucidatypewriter, Courier, Fixed, Monospace;
    font-size:12px;
}


.content_dark
{
     color:#000000;
     background:#EEDFCC;
}

.content_darker
{
     color:#000000;
     background:#CDC0B0;
}


.subtitle
{
     font-size:8pt;
     color:#ffffff;
     background:#000000;
}

.nav
{
     font-size:9pt;
     color:#A52A2A;
     color:#000000;
}

.nav_over
{
     color:#CC1111;
     background:#EEDFCC;
     font-weight:bold; 
}

a.subtitle
{
     color:#FFFFFF;
}

a.subtitle:visited
{
     color:#FFFFFF;
}

a.subtitle:link
{
     color:#FFFFFF;
}

a.subtitle:hover
{
     color:#000000;
     background:#EEDFCC;
}


textarea, input {
	color:#000000;
	background-color:#D3B5B5;
    padding: 3px 5px;         /* Innenabstand */
    padding-top:5px;
    padding-bottom:2.5px;
}

input[type="text"]:focus, input[type="number"]:focus {
    outline: solid .5px #A52A2A;
    /*border-color: #A52A2A;*/
    border:solid .5px #A52A2A;
    background:#fff5e8;
}

button[type="submit"] {
    font-size:12px;
    background-color: #A52A2A; /* Hintergrundfarbe des Buttons */
    color: #EEDFCC;              /* Textfarbe */
    padding: 3px 5px;         /* Innenabstand */
    border: none;              /* Kein Rand */
    border-radius: 3px;        /* Abgerundete Ecken */
    cursor: pointer;           /* Zeigt an, dass es klickbar ist */
    /*font-size: 16px;  */          /* Textgröße */
    transition: background-color 0.3s ease; /* Übergangseffekt für Hintergrund */
}

/* Stil für den Button im Hover-Zustand */
button[type="submit"]:hover {
    background-color: #000; /* Dunkleres Grün beim Hover */
}

.x-button {
    display: inline-block;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    position: relative;
}

button[type="submit"]:hover .x-button {
    transform: rotate(180deg);
}


hr {
    border-top:solid black 1px;  
    border-bottom:solid black 1px;  
}

td, input, submit
  {
     font-size:15px;
     font-family:'Assistant',"Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
  }
TD.upper {
	color : #FFFFFF;
	background : #23559C;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
     color:#FFEFDB;
     background:#A52A2A;
}

.smaller {
	font-size: 9pt;
}

table.entries {
	color : black;
	font-family : 'Assistant',Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: black 1px solid;
}

textarea, input {
	color:#000000;
	background-color:#D3B5B5;
}
 
.long {
     text-align:justify;
  }


li.basics, li.application, li.software, li.related {
     width:90%;
     padding-bottom:8px;
     margin-left:-1em;
     list-style:none;
}

li.basics:before, li.application:before, li.software:before, li.related:before {
     content:"\0025a0";
     float:left;
     text-indent:-20px;
     list-style:outside;
     font-size:20px;
}

div.basics, div.application, div.software, div.related {
     display:inline;
     font-size:20px;
}

li.basics:before, div.basics {
     color:#A52A2A;
}

li.application:before, div.application {
     color:#339933;
}

li.software:before, div.software {
     color:#3366cc;
}

li.related:before, div.related {
     color:#ff9900;
}


td.big
  {
     text-align:left;
  }  
small
  {
     font-size:8.5pt;
  }
a:link
{
     color:#CC1111;
     text-decoration:none;
}
a:visited
{
     color:#A52A2A;
	 text-decoration:none;
}
a:active
{
	text-decoration:none;
    color:#9999FF;
}
a:hover
{
	text-decoration:underline;
}
.flash:hover
{
    background:#FFEFDB;
    border-radius:4px;
}
.flash:hover
{
    background:#A52A2A;
    color:#FFEFDB;
}
div.pagetitle
{
    background-image:url('img/bg-red.gif');
    background-color:#A52A2A;
    height:50px;
    padding-top:10px;
    padding-bottom:10px;
}
h1.pagetitle
{
    font-family:Lucida,Verdana,Sans-Serif;
	font-family:Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    font-size:18pt;
    color:#FFEFDB;
}

h2 {
    font-weight:normal;
	font-family:Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    line-height:120%;
}

.license
{
    font-size:11px;
    border-top:none 1px black;
}
.math
{
    font-family:times, serif;
    font-style:normal;
}
.variable
{
    font-family:times, serif;
    font-style:italic;
}
.vector
{
    font-family:times, serif;
    font-weight:bold;
    font-style:normal;
}
.equation
{
    padding-left:20px;
    font-family:times, serif;
    
}

.note
{
    color:#000000;
    background:#EEDFCC;
    padding:10px;
    width:80%;
    border-radius:5px;
    border:8px solid #EEDFCC;
}

pre.codeinput {
  background: #EEDFCC;
  padding: 10px;
}
span.keyword {color: #0000FF}
span.comment {color: #228B22}
span.string {color: #A020F0}
span.untermstring {color: #B20000}
span.syscmd {color: #B28C00}

pre.codeoutput {
  color: #666666;
  padding: 10px;
}

.rp_of_the_day_table {
   display:table-row;
}

.rp_of_the_day {
   background-color:#EEDFCC;
   width:450px;
   border:solid 1px #000000; 
   padding:15px;
   padding-bottom:0px;
   top:0;
   left:0;
   display:table-cell;
}

.rp_of_the_day_fig {
   width:100%;
}

.rp_of_the_day_list {
   display:table-cell;
   vertical-align:top;
   padding-left:20px;
}

#nav_button {
   position:fixed;
   right:60px;
   top:98px;
   z-index:10001;
   display:block;
}

#nav_block {
   padding:1px;
   padding-top:3px;
   padding-bottom:3px;
   z-index:10002;
   background:rgba(238,223,204,.8);
   position:fixed;
   right:10px;
   top:98px;
   width:auto;
   max-width:100px;
   -webkit-border-radius:4px;
   border-radius:4px;
   -webkit-box-shadow:5px 5px 15px #888888;
   box-shadow:5px 5px 15px #888888;
   display:none;
}

.flash {
   display:inline;
   font-size:11px;
   padding-top:4px;
   padding-bottom:4px;
   padding-left:7px;
   padding-right:7px;
   line-height:160%;
   text-align:center;
}

#hide_nav {
    float:right;
    color:black;
    cursor:pointer;
}

#progress0{
   display:none;
   position:fixed;
   left:10%;
   top:50%;
} 

#progress1 {
   display:none;
   position:fixed;
   left:20%;
   top:50%;
} 

#progress2{
   display:none;
   position:fixed;
   left:30%;
   top:50%;
} 

#progress3{
   display:none;
   position:fixed;
   left:40%;
   top:50%;
} 

.pik_logo {
   padding-top:7px;
    transition: .2s ease-in-out; 
    -webkit-transition: .2s ease-in-out; 
    filter:saturate(0);
    -webkit-filter:saturate(0);
}
.pik_logo:hover {
    transition: .2s ease-in-out; 
    -webkit-transition: .2s ease-in-out; 
    filter:saturate(100%);
}

a.ziphot{
   color:#FFF;
   font:bold 10px arial,sans-serif;
   text-decoration:none;
}

#minimap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    z-index: 10000;
}


a.external:after {
      /*content: "\2197\0020";
      content: "\2348";*/
      white-space: nowrap;
      padding-left:3px;
      content: url('img/external.svg');
      filter: brightness(40%) contrast(80%);
    fill: white; /* Set the fill color to white */	
}




.tooltip {
    visibility:hidden;
    z-index:10000;
    border:0;
    background-color:#CDC0B0;
    /*position: absolute;*/
    /*transform: translateY(-5px) translateX(-5em);*/
    opacity: .4;
    border-radius:3px;
    transition: all 0.3s ease-in-out;
    transform:  translateX(-1.3em);
    /*
	color:#000;
    background:#fff;
    font: 16px;
    padding: 5px 10px;
    */
        
}

.label {
	color: #CDC0B0;
}

.label_hover:hover .label {
	color: black;
    visibility:hidden;
}

.label_hover:hover .tooltip {
    visibility:visible;
    /*transform: translateX(-3em) translateY(-35px);*/
    opacity: 1;
}

.abstracts_stats {
    display:inline-block;
    vertical-align:top;
    padding-right:40px;
}


:target { 
    scroll-margin-top: 65px;
}




@media (max-width: 750px) {

@font-face {
	font-family: 'YanoneKaffeesatzLight';
	src: url('./fonts/YanoneKaffeesatzLight.eot');
	src: local('YanoneKaffeesatzLight'), url('./fonts/YanoneKaffeesatzLight.woff') format('woff'), url('./fonts/YanoneKaffeesatzLight.ttf') format('truetype');
    font-display: swap;
/*
	font-family: 'AllerRg';
	src: url('./fonts/AllerRg.eot');
	src: local('AllerRg'), url('./fonts/AllerRg.woff') format('woff'), url('./fonts/AllerRg.ttf') format('truetype');

	font-family: 'LACURG';
	src: url('./fonts/LACURG.eot');
	src: local('LACURG'), url('./fonts/LACURG.woff') format('woff'), url('./fonts/LACURG.ttf') format('truetype');
*/
}

#minimap {
	display:none;
}

body, p, ul, ol, td.big, li, u, input, textarea, select,td, input, submit

 {
	font-family: 'YanoneKaffeesatzLight';
    font-size:13pt;
    line-height:120%;
}     

h1.title {
    font-size:16pt;
    line-height:120%;
    padding-left:2.5em;
    font-family:IBM Plex Sans Condensed,sans-serif;
    overflow:auto;
    white-space:nowrap;
}

.navcolumn {
   display:none;
   width:100%;
   column-count:2;
   -webkit-column-count: 2;
   position:fixed;
   top:0px;
   padding-top:76px;
   z-index:8;
}

.infocolumn
{
    background-color:#CDC0B0;
}

.leftcolumn
{
   display:none;
}

a.nav
{
     padding-top:8px;
     padding-bottom:8px;
}

div.content {
    top:4.5em;
    left:0em;
    right:0px;
    padding-left:20px;
    padding-right:20px;
    margin-left:0em;

}
.menu_button_bar {
   display:inline;
}

div.floating {
   float:none;
}

h1.pagetitle {
    font-size:16pt;
    line-height:120%;
}
h2 {
    font-size:15pt;
    line-height:120%;
}


.rp_of_the_day {
   display:block;
   width:auto;
}


.rp_of_the_day_list {
   display:block;
   vertical-align:top;
   padding-left:20px;
}

.flash {
   font-size:17px;
}

#nav_block, #nav_button {
   top:70px;
}

#nav_button {
   right:10px;
}

li.basics {
     width:100%;
     margin-left:-1.2em;
     padding-bottom:9px;
}

li.software {
     width:100%;
     margin-left:-1.2em;
     padding-bottom:9px;
}

li.related {
     width:100%;
     margin-left:-1.2em;
     padding-bottom:9px;
}

li.application {
     width:100%;
     margin-left:-1.2em;
     padding-bottom:9px;
}

a {
  word-wrap:break-word; 
}

.titlebar_nonsticky {
}

.titlebar_sticky {
box-shadow: 0px 5px 40px rgba(0,0,0,.3);
}

.menu_sticky {
   top:.5em;
}

.site_logo {
   display:none;
}


.abstracts_stats {
    display:block;
    vertical-align:top;
    padding-right:0px;
}


}



/* cookieconsent.min.css */
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}




