.verticalPadding{
    padding-top: 60px;
}

@media (min-width: 576px) {
  .verticalPadding {
    padding-top: 30px;

  }
}

@media (min-width: 768px) {
  .verticalPadding {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .verticalPadding {
    padding-top: 50px;
  }
}

@media (min-width: 1200px) {
  .verticalPadding {
    padding-top: 60px;
  }
}

.flexContainer{
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .flexContainer{
    display: flex;
    justify-content: center;
  }
}

.flexContainer > div{
  width: 50px;
  margin: 10px;
  text-align: center;
  line-height: 100px;
  font-size: 20px;
  color: #666;
}

.title{
  color: #666;
  font-family: "Rubik","Helvetica Neue",sans-serif;
  font-size: 48px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}


@media (min-width: 320px) {
  .title {
    font-size: 28px;
    text-align: center;
  }
}


@media (min-width: 375px) {
  .title {
    font-size: 33px;
    text-align: center;
  }
}


@media (min-width: 576px) {
  .title {
    font-size: 30px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .title {
    font-size: 33px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .title {
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  .title {
    font-size: 48px;
  }
}


.subtitle{
  padding-left: 10%;
  color: #666;
  font-family: "Rubik","Helvetica Neue",sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 320px) {
  .subtitle {
    padding-left: 0%;
    font-size: 19px;
    text-align: center;
  }
}


@media (min-width: 375px) {
  .subtitle {
    padding-left: 0%;
    font-size: 22px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .subtitle {
    padding-left: 0%; /* should be %3 after phd --> remove phd candidate */
    text-align: left;
  }
}

@media (min-width: 992px) {
  .subtitle {
    padding-left: 0%; /* should be %5 after phd --> remove phd candidate */
    font-size: 24px;  /* should be 24px after phd --> remove phd candidate */
    text-align: left;
  }
}

#myheader{
  border-bottom: 6px solid #666;
}

.navClass{
  margin-top: 1%;
  font-size: 19px;
  color: #666;
}

.justify-content-center-baris {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

@media (max-width: 768px) {
  .justify-content-center-baris {
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }
}

.bottomOfNavbar{
  margin-right: 10%;
  margin-left: 10%;
}

@media (min-width: 320px) {
  .bottomOfNavbar {
    margin: 0;
    display: none;
  }
}
@media (min-width: 576px) {
  .bottomOfNavbar {
    display: none;
  }
}

@media (min-width: 768px) {
  .bottomOfNavbar {
    margin-right: 3%;
    margin-left: 3%;
    display: block;
  }
}

@media (min-width: 992px) {
  .bottomOfNavbar {
    margin-right: 10%;
    margin-left: 10%;
  }
}

.footerFeatures{
  color: #666;
  font-size: 14px;
}

@media (max-width: 400px) {
  .footerFeatures{
  color: #666;
  font-size: 10px;
  }
}


.myFooterDiv{
  margin-top: 3%;
}

.aboutMe{
  margin-top: 7%;
}

.responsiveImage{
  width: 300px;
}

.barisTitle{
  color: #666;
  font-size: 35px;
  font-weight: 400;
}

.barisDescription{
  color: #666;
  font-size: 17px;
  font-weight: 400;
}


@media (min-width: 320px) {
  .responsiveImage {
    width: 250px;
    height: 230px;
  }

  .barisDescription{
    color: #666;
    font-size: 15px;
    font-weight: 400;
  }

  .barisTitle{
    color: #666;
    font-size: 30px;
    font-weight: 400;
  }

}

@media (min-width: 992px) {
  .responsiveImage {
    width: 300px;
    height: 270px;
  }

  .barisDescription{
    color: #666;
    font-size: 17px;
    font-weight: 400;
  }
  .barisTitle{
    color: #666;
    font-size: 35px;
    font-weight: 400;
  }
}

.newsHomepage{
  margin-top: 4%;
  color: #666;
}

.googleMaps{
  margin-bottom: 3%;
  margin-top: 2%;
  margin-left: 1%;
  justify-content: center;
}

.contactInfo{
  color: #666;
  padding-left: 5%;
}


.newsBox{
  display: block;
  margin: 2%;
  border: #c6c8ca solid 1px;
  font-family: sans-serif;
  width: auto;
  height: 200px;
  padding: 10px;
  overflow: hidden;
}

.newsTitle{
  color: #4c4c4c;
}

.description{
    font-weight: 300;
}

.myPhoto{
    margin: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #dee2e6;
}

.researchBox{
    display: block;
    margin: 2%;
    border: #c6c8ca solid 1px;
    font-family: sans-serif;
    width: auto;
    padding: 10px;
}


.pubTitle{
    font-weight: 400;
    font-size: 1.1em !important;
    color: #000;
}

.pubDetails{
    font-weight: 200;
}

.pubAuthor{
    font-weight: 300;
    font-size: 1em !important;
    margin: 0 !important;
}

.bibtex{
    display: none;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 0.857142857rem;
    line-height: 2;
    font-weight: 200;
}

.bibtexshow{
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 0.857142857rem;
    line-height: 2;
    font-weight: 200;
}

.abstract{
    display: none;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 0.857142857rem;
    line-height: 2;
    font-weight: 200;
}

.blogFilterArea{
    margin: 2%;
    font-family: sans-serif;
    padding: 10px;
    text-align: center;
}

.pubFilterArea{
    margin: 2%;
    font-family: sans-serif;
    padding: 10px;
    border-bottom: #5a6268 1px;
    text-align: center;
    border-bottom: 1px solid #c6c8ca;
}

@media (min-width: 320px) {
  .pubFilterArea {
    font-size: 16px;
    text-align: center;
  }
  #keyword, #pubTypes{
    font-size: 16px;
  }
}


.keywordClass{
  display: flex;
  justify-content: flex-end;

}

@media (min-width: 320px) {
  .keywordClass {
    justify-content: center;
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) {
  .keywordClass {
    justify-content: center;
    margin-bottom: 0px;
  }
}



.filterButton{
    border-radius: 0.3rem;
    background-color: #f1f1f1;
    color: black;
}
.filterSelect{
    /*display: inline-block;*/
    padding-left: 10px;
    display: flex;
    justify-content: center;

}
.filterButton:hover{
    background-color: rgba(208, 208, 208, 0.98);
    color: #494949;
}

.projectPublicationTitle{
  margin: 2% 2% 0 0;
  color: #666666;
  font-weight: 600;
}
.projectPublicationSubTitle{
  margin: 2% 0 0 0;
  color: #666666;
  font-weight: 600;
}

.aboutBlog{
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 1%;
  margin-top: 3%;
}

.blogTitle{
  margin-top: 5%;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  color: #000;
}

.blogDate{
  font-size: 15px;
  font-weight: 250;
}

@media (min-width: 320px) {
  .blogDate {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .blogDate {
    text-align: right;
    padding-right: 11%;
  }
}

@media (min-width: 768px) {
  .blogDate {
    text-align: right;
    padding-right: 11%;
  }
}

@media (min-width: 992px) {
  .blogDate {
    text-align: right;
    padding-right: 11%;
  }
}


.blogContent{
  text-align: justify;
  padding: 10%;
  padding-top: 3%;
}

.blogImage{
  height: 479px;
  width: 341px;
}


@media (min-width: 320px) {
  .blogImage {
    height: 250px;
    width: 100px;
  }
}

@media (min-width: 768px) {
  .blogImage {
    height: 479px;
    width: 341px;
  }
}

@media (min-width: 320px) {
  .blogContent {
    text-align: justify;
    padding: 3%;
  }
}
@media (min-width: 576px) {
  .blogContent {
    text-align: justify;
    padding: 3%;
  }
}

@media (min-width: 768px) {
  .blogContent {
    text-align: justify;
    padding: 10%;
    padding-top: 3%;
    padding-bottom: 3%;
  }
}
.blogContent img {
    max-width: 100%;
    height: auto !important;
}

@media (min-width: 320px) {
  .blogContent img {
    max-width: 100%;
    height: auto !important;
  }
}
@media (min-width: 576px) {
  .blogContent img {
    max-width: 75%;
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .blogContent img {
    max-width: 75%;
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .blogContent img {
    max-width: 50%;
    height: auto !important;
  }
}


.blogItem{
  display: block;
  margin: 1%;
  border-bottom: #c6c8ca solid 1px;
  font-family: sans-serif;
  width: 75%;
  height: auto;
  padding: 10px;
  overflow: hidden;
}

.blogIndexTitle{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3%;
  margin-top: 3%;
}

.blogIndexSummary{
  text-align: justify;
}


.newsContainer{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 3% 0% 2% 2%;
}

.newsItem{
  width: calc((100% - (24px * 3)) / 4);
  margin: 0 24px 70px 0;
  border: #c6c8ca solid 1px;
  padding: 10px;
}


@media (min-width: 320px) {
  .newsItem{
    width: 100%;
    margin: 0 24px 30px 0;
  }
}
@media (min-width: 576px) {
  .newsItem{
    width: calc((100% - (24px * 3)) / 4);
    margin: 0 24px 70px 0;
  }
}

@media (min-width: 768px) {
  .newsItem{
    width: calc((100% - (24px * 3)) / 4);
    margin: 0 24px 70px 0;
  }
}

@media (min-width: 992px) {
  .newsItem{
    width: calc((100% - (24px * 3)) / 4);
    margin: 0 16px 70px 0;
  }
}





* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  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: 0;
  border-radius: 0 3px 3px 0;
  color: white;
}

.prev{
    left: 0;
    border-radius: 3px 0 0 3px;
  color: white;
}

.prevDetail, .nextDetail {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.Detail-slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
}
a.prevDetail{
    left: 0;
    border-radius: 3px 0 0 3px;
    color: white;
}

.nextDetail{
  right: 0%;
  border-radius: 0 3px 3px 0;
  color: white;
}

/* On hover, add a black background color with a little bit see-through */
.prevDetail:hover, .nextDetail:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activer, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fadef {
  -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}
}

