@font-face {
    font-family: BravaSlabRegular;
    src: url(Fonts/BravaSlabRegular.otf) format('opentype');
}

@font-face {
    font-family: BravaSlabSemiBold;
    src: url(Fonts/Brava\ Slab\ SemiBold.otf) format('opentype');
}

@font-face {
    font-family: BravaSlabBold;
    src: url(Fonts/Brava\ Slab\ Bold.otf) format('opentype');
}

@font-face {
    font-family: BravaSlabExtraBold;
    src: url(Fonts/Brava\ Slab\ ExtraBold.otf) format('opentype');
}

@font-face {
    font-family: BravaSlablight;
    src: url(Fonts/Brava\ Slab\ Light.otf) format('opentype');
}

@font-face {
    font-family: BravaSlabExtralight;
    src: url(Fonts/Brava\ Slab\ ExtraLight.otf) format('opentype');
}

@font-face {
    font-family: Cocomatultralight;
    src: url(Fonts/cocomat.ultralight.ttf) format('truetype');
}

body{
    background-color: #f1f2f2; /* Black */
}

.SidePanel {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    /*width: 230px; Set the width of the sidebar */
    width: 258px; /*Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    padding: 8px 8px;
    background-color: #303032;
    overflow-x: hidden; /* Disable horizontal scroll */
}

#MyImage{
    margin-bottom: 10px;
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-radius: 75px;
    width: auto;
    height: auto;
    max-width:150px;
}
#empty{
    margin-bottom: 10px;
    position: absolute;
    top: 20px;
    max-width:150px;
}

/*img {
  width:  50;
  height: auto;
}
*/

.iconDetails {
    margin-left:2%;
    margin-top: 10px;
    float:left; 
    width:70px; 
    height:auto;
}

#nav li {
    display: inline-block;
}

#nav li + li:before {
    content: " | ";
    /*padding: 0 10px;*/
    padding: 10px;
}

#Findme{
    margin: 0px;
    width: 23%;
    color: #0a1237;
}

.Findme {
    position: relative;
    margin: 0px;
    color: #0a1237;
}

.Links::after{
    /* content: "";
    clear: both;
    display: table; */
}

h1{
    text-align: center;
    /*font-family: BravaSlabExtraBold;*/
    font-family: TimesNewRoman;
    color: #f1ebe0;
    font-size: 20pt;
    margin-top: 10px;
}

h2{
    margin-bottom: 0px;
    /*font-family: Cocomatultralight;*/
    font-family: TimesNewRoman;
    /*text-transform: uppercase;*/
    font-size: 16pt;
    color: #ffffff;
}

h3{
    color: #f1ebe0;
    font-family: BravaSlabBold;
    font-size: 10pt;
    text-transform: uppercase;
}

h4{
    color: black;
    font-family: TimesNewRoman;
    font-size: 14pt;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

.notbold{
    color: black;
    font-family: TimesNewRoman;
    font-size: 12pt;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}

p{
    /* max-width: 450px; */
    position: relative;
    transform: translate(-50%, 0);
    left: 50%;
    text-align: left;
    /*font-family: BravaSlablight;*/
    font-family: TimesNewRoman;
}

div{
    font-family: TimesNewRoman;
}

.email{
    color: #f1ebe0;
}

/* Highlights */
.highlights {
    color: #ffe6e6;
    font-size: 32px;
    padding: 5px 0px 5px 0px;
    border: 30px 0px 30px 0px;
    position: absolute;
    width: 100%;
    top: 0px;
    text-align: center;
    background-color: #660000;
    margin: 0px;
    margin-top: -25px;
}

/* Slideshow container */
.slideshow-container {
    background-color: #fff;
    position: absolute;
    margin-top: 15px;
    /*margin-left: 258px;*/
    margin-left: 250px;
    height: 330px;
    /* transform: translate(50%, 0); */
    /* width: 500px; */
    width: -webkit-calc(100% - 260px);
    width:    -moz-calc(100% - 260px);
    width:         calc(100% - 260px);
    /*min-width: 400px;*/
}

#slidshowImg{
    width: 100%;
    max-width: 680px;
    position: relative;
    /*transform: translate(-50%,-50%);*/
    top: 50%;
    left: 50%;
    margin: 0px;
    margin-top: 10px;
    height: 300px; 
    width: auto;
    float: center;
}

/* Hide the images by default */
.mySlides {
    max-width: 700px;
    display: none;
    margin: 0px;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #080808;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0px;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color:#e3e8ff;
    opacity: 0.5;
}

/* Caption text */
.captiontext {
    color: #f2f2f2;
    font-size: 15px;
    padding: 5px 0px 5px 0px;
    border: 30px 0px 30px 0px;
    position: absolute;
    width: 100%;
    top: 330px;
    text-align: center;
    background-color: #303032;
    margin: 0px;
}

.dots{
    position: absolute;
    top: 300px;
    transform: translate(-50%, 0);
    left: 50%;
    padding: 10px 0px 0px 0px;
    text-align: center;
    margin: 0px;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    color: #dcdbe1;
    background-color: #303032;
    opacity: 0.5;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #dcdbe1;
}

/* Fading animation */
.fade {    
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/*.HeaderButtons{
    cursor: pointer;
    text-align: center;
    user-select: none;
    position: relative;
    top: 30%;
    font-size: 18px;
    transition: 0.6s ease;
    padding: 10px;
    background-color: #dcdbe1;
}

.HeaderButtons:hover{
    color: #080808;
    background-color: #e3e8ff;
}
*/

.content{
    margin-left: 258px;
    position: absolute;
    width: -webkit-calc(100% - 270px);
    width:    -moz-calc(100% - 270px);
    width:         calc(100% - 270px);
    top: 415px;
    font-family: TimesNewRoman;
}

.collapsible {
    font-family: BravaSlabExtraBold;
    font-size: 15pt;
    color: gray;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 18px;
    margin-top: 10px;
    width: 100%;
    text-align: left;
    outline: none;
}

.all{
    /*font-family: BravaSlabExtraBold;*/
    font-family: TimesNewRoman;
    font-size: 12pt;
    color: gray;
    float: right;
    margin-left: 10px;
    background-color: transparent;
    border-width: 1px;
    border-radius: 5px;
    border-color: gray;
    cursor: pointer;
    /* padding: 18px; */
    /* margin-top: -10px; */
    /* width: 30%; */
    text-align: right;
    /* outline: none; */
    /* display: flex; */
    font-weight:  bold;
    /*border: none;*/
    /*background: none;*/
}

.all:hover{
    color: #080808;
}

.collapsible:hover{
    /*color: black;*/
    color: #181818  ;
}

/*.active, .collapsible:hover {
    border-bottom: red;
    z-index: 1;
}
*/
.collapsible:after {
    content: '\002B';
    color: white;
    /*color: gray;*/
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.contentText {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    font-family: BravaSlablight;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.contentText .image-container img {
    width: 66px;
    float: left;
    margin-right: 10px;
}

.Publications-Table{
    width: 100%;
    border-collapse: collapse;
}

.Publications-Table-heads{
    text-align: left;
    font-family: BravaSlabBold;
    text-transform: uppercase;
}

.Publication-Details{
    text-align: left;
    padding-top: 10px;
    padding-bottom: 3px;
}

.Publication-title{
    color: #000;
    text-decoration: none;
    font-family: BravaSlabExtraBold;
}

.Publication-authors{
    margin: 0px;
    padding: 0px;
    /*font-family: BravaSlabExtralight;*/
    font-family: TimesNewRoman;
    /*font-style: italic;*/
    color: rgb(90, 90, 90);
}

.Publication-publisher{
    margin: 0px;
    margin-top: 5px;
    padding: 0px;
    /*font-family: BravaSlabExtralight;*/
    font-family: TimesNewRoman;
    font-size: 11pt;
    color: rgb(90, 90, 90);
}

.Publication-title:visited {
    color: #000;
}

.Publication-Year{
    padding-top: 12px;
    padding-bottom: 3px;
    text-align: center;
    vertical-align: text-top;
}

.Publication-link{
    padding-top: 12px;
    padding-bottom: 3px;
    vertical-align: text-top;
}

.BibTeX{
    font-family: BravaSlablight;
    font-size: 10pt;
    color: gray;
    margin-left: 3px;
    background-color: transparent;
    border-width: 1px;
    border-radius: 5px;
    border-color: gray;
    cursor: pointer;
    vertical-align: text-top;
}

/*.active_ref, .BibTeX:hover {
    border-bottom: red;
    z-index: 1;
}
*/
/* .active_ref:after {
    content: "\2212";
} */
.BibTeX:after{
    content: '\25BC';
    color: gray;
    font-weight: bold;
    float: left;
    margin-left: 5px;
}
.active_ref:after {
    content: '\25BA';
}

.BibTeX-Details{
    font-family: monospace;
    margin: 20px 10px 0px 10px;
    /* padding: 5px; */
    max-width: 1000px;
    /* border: 1px solid black; */
    background-color: rgb(255, 255, 255);
    white-space: pre-line;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


/*Equally distanced 3 columns*/
.column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}