body {
  padding-top: 56px;
  background-color: rgba(252, 245, 232, 1.0);
  padding-left: 0%;
  padding-right: 0%;
  /*filter: contrast(200%);*/
}

img {
  filter: sepia(18%);
}

body {
  overflow-x: hidden;
}

footer a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif !important;
}

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

footer {
  /*background-color: gray;*/
  /*background: rgb(252,245,232);
  background: -moz-linear-gradient(90deg, rgba(252,245,232,1) 0%, rgba(24,24,24,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(252,245,232,1) 0%, rgba(24,24,24,1) 100%);
  background: linear-gradient(90deg, rgba(252,245,232,1) 0%, rgba(24,24,24,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcf5e8",endColorstr="#181818",GradientType=1);*/

  /*background: rgb(252,245,232);
  background: -moz-linear-gradient(180deg, rgba(252,245,232,1) 0%, rgba(24,24,24,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(252,245,232,1) 0%, rgba(24,24,24,1) 100%);
  background: linear-gradient(180deg, rgba(252,245,232,1) 0%, rgba(24,24,24,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcf5e8",endColorstr="#181818",GradientType=1);*/

  /*background: rgb(24,24,24);
  background: -moz-linear-gradient(180deg, rgba(24,24,24,1) 0%, rgba(252,245,232,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(24,24,24,1) 0%, rgba(252,245,232,1) 100%);
  background: linear-gradient(180deg, rgba(24,24,24,1) 0%, rgba(252,245,232,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#181818",endColorstr="#fcf5e8",GradientType=1);
  */

  background-color: #181818

}

p > b {
  font-weight: bolder !important;
}

@font-face {
  font-family: "Neuton-ExtraLight";
  src: url("https://static.igem.wiki/teams/4344/wiki/neuton-extralight.ttf") format("truetype"),
    url("https://static.igem.wiki/teams/4344/wiki/neuton-extralight.otf") format("opentype"),
    url("https://static.igem.wiki/teams/4344/wiki/neuton-extralight.eot") format("eot"),
    url("https://static.igem.wiki/teams/4344/wiki/neuton-extralight.woff") format("woff"),
    url("https://static.igem.wiki/teams/4344/wiki/neuton-extralight.woff2") format("woff2");
}

@font-face {
  font-family: "Canterbury";
  src: url("https://uploads.igem.org/teams/4344/wiki/newspaper-page/canterbury.ttf") format("truetype"),
    url("https://static.igem.wiki/teams/4344/wiki/newspaper-page/canterbury.otf") format("opentype"),
    url("https://static.igem.wiki/teams/4344/wiki/newspaper-page/canterbury.eot") format("eot"),
    url("https://static.igem.wiki/teams/4344/wiki/newspaper-page/canterbury.woff") format("woff"),
    url("https://static.igem.wiki/teams/4344/wiki/newspaper-page/canterbury.woff2") format("woff2");
}


.left-aligned {
  margin-left: auto;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-hero {
  background-color: #7952b3;
}

/* CALLOUT */
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: .25rem;
  border-radius: .25rem
}

.bd-callout h4 {
  margin-bottom: .25rem
}

.bd-callout p:last-child {
  margin-bottom: 0
}

.bd-callout code {
  border-radius: .25rem
}

.bd-callout+.bd-callout {
  margin-top: -.25rem
}

.bd-callout-info {
  border-left-color: #5bc0de
}

.bd-callout-warning {
  border-left-color: #f0ad4e
}

.bd-callout-danger {
  border-left-color: #d9534f
}

.xyz_test {
  color: blue;
}

.container {
  padding-left: 10%;
  padding-right: 10%;
}

/* footer */
footer a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

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

footer {
  background-color: gray;
}

/* */
a {
  font-family: Lora !important;
}

h1 {
  font-family: Bodoni MT, Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
}

.extra {
  font-size: 72px;
  font-weight: bolder;
}

h2 {
  font-family: Lora;
  font-size: 3em;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 0.3em;
}

h3 {
  font-family: Lora;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

/* font-family: Lora; */
p {
  font-family: 'Neuton-ExtraLight';
  text-align: justify;
  line-height: 1.0;
  font-size: 1.6em;
  /*font-weight: 100;*/
}

figure {
  padding-left: 10% !important;
  padding-right: 10% !important;

  margin-top: 2em !important;
  margin-bottom: 3em !important;

  text-align: center;
}

figure > img {
  margin: auto;
  margin-bottom: 1em;
}

.quote {
  font-family: Lora;
  font-size: 38px;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  font-style: italic;
  width: 35%;
  line-height: 1.0;
  margin-top: 30px;
  margin-bottom: 70px;
}

.facts {
  padding-bottom: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wikiart_brains {
  object-fit: contain;
  position: relative;
  width: 100%;
  float: right;
  z-index: -1;
  /*left: 100px;*/
  /*top:-30px;*/
}

.brains-column {
  padding-left: 10%;
  padding-right: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
}

/**/
.banner-container {
  height: 60%;
  margin-bottom: 30px;
  width: 100%;
}

.banner-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.team-banner-img {
  object-position: 50% 21%;
}

/**/
.wikiart_footsteps {
  /*position: relative;*/
  width: 37%;
  float: left;
  margin-top: -270px;
  margin-bottom: 10%;
  /*top: -270px;*/
  z-index: -1;
  margin-bottom: 0%;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

@media (max-width: 1550px) {

  .wikiart_footsteps {
    margin-top: -230px !important;
    margin-left: -75px;
  }
}

@media (max-width: 1150px) {

  .wikiart_footsteps {
    margin-top: -200px !important;
    margin-left: -65px;

  }
}

@media (max-width: 1000px) {

  .wikiart_footsteps {
    margin-top: -210px !important;
    margin-left: -45px;
  }
}

@media (max-width: 800px) {

  .wikiart_footsteps {
    margin-top: -200px;
    margin-left: -55px;

  }
}


.sub-h3 {
  position: relative;
  font-style: bold !important;
  line-height: 0.8;
  left: 25px;
  margin-bottom: 1.3rem;
}

.big-four-headings {
  display: inline-flex;
  align-items: center;
}

.smaller-h1 {
  font-size: 27px;
  margin-right: 7px;
}

.bigger-h1 {
  font-size: 48px;
  font-weight: bolder;
}

.becherglaeser {
  z-index: 0;
}

.wikiart_becherglas {
  z-index: 0;
  object-fit: cover;
}

.becherglaeser-text {
  position: absolute;
  font-size: 3em;
  z-index: 12;
}

@media (max-width: 1000px) {
  .becherglaeser-text {
    position: absolute;
    font-size: 1.8em;
    z-index: 12;
  }


}

@media (max-width: 500px) {
  .becherglaeser-text {
    position: absolute;
    font-size: 1.2em;
    z-index: 12;
  }


}


.becherglaeser-relative-text {
  position: relative;
  color: white;
  text-shadow: 2px 2px #181818;

  top: -32px;
}

.becherglaeser-texts {
  font-weight: bolder;
}

.becherglas {
  filter: grayscale(100%) contrast(200%);

}

.becherglas {
  filter: none;
}

.four-buttons {}

.lefty-h3 {
  position: relative;
  left: -50px;
}

.righty-h3 {
  position: relative;
  left: 50px;
}

.wikiart_main_detective_in_water {
  margin-top: -10%;
  margin-bottom: -20%;
  z-index: -1;
}

.olfactory-bulb {
  position: relative;
  size: 100px;
  /*left: 50px;*/
  float: right;
  object-fit: cover;
  shape-margin: 2em;
  shape-outside: url(https://static.igem.wiki/teams/4344/wiki/olfactory-bulb.png);
  shape-image-threshold: 0.6;
  width: 60%;
  z-index: -1;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.olfactory-supercontainer {
  display: flow-root;
}

.detective-board {
  position: relative;
  /*  left: 50px;*/
  z-index: -1;
  margin-left: 150px;
  shape-margin: 2em;
  shape-outside: url(https://static.igem.wiki/teams/4344/wiki/detective-board.png);
  shape-image-threshold: 0.6;
  float: left;
  width: 60%;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.detective-board-supercontainer {
  display: flow-root;
}

.variety-head {
  position: relative;
  size: 100px;
  /*  left: 50px;*/
  z-index: -1;
  width: 40%;
  margin-left: 1.5em;
  shape-margin: 1.0em;
  shape-outside: url(https://static.igem.wiki/teams/4344/wiki/variety-head.gif);
  shape-image-threshold: 0.6;
  float: right;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding-right: 7em;
}

.variety-head-supercontainer {
  display: flow-root;
}

.adjusted-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}

.adjusted-row>h2 {
  margin-right: 12px;
  margin-left: 12px;
}

.adjusted-row>p {
  margin-right: 12px;
  margin-left: 12px;
}

.scientific-src {
  /*font-family: Lora;*/
  color: #808080;
}

.h2-top {
  margin-top: 1.2em;
}

.h2-bottom-no-margin {
  margin-bottom: 0em !important;
}

.float-left {
  float: left;
}

.footsteps-supercontainer {
  display: block;
  margin-bottom: 1em;
}

.resources-container-outer {
  margin-top: 3em;
  background-color: gray;
  padding-top: 2em;
  padding-bottom: 2em;
}

.resources-container-inner {
  color: white;
  font-family: Times;
  text-align: justify;
  text-justify: inter-word;
}

.resources-ul > a, .resources-li > a {
  color: white !important;
}

footer {
  background-color: #696969;
}

.sponsors-img {
  filter: none;
  background-color: gray;
  /*background-color: #BEBEBE*/
}

/* Team page styles*/
.badges-scroll-container {
  height: 45%;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
  scroll-behavior: smooth;
  /*transition:all 2s;*/
  display: -moz-flex;
}

@media (max-width: 1350px) {
  .badges-scroll-container {
    height: 50%;
  }

  .badge-text {
    font-size: 1.6vw !important;

  }
}

@media (max-width: 1150px) {
  .badges-scroll-container {
    height: 55%;
  }

  .badge-text {
    font-size: 2.2vw !important;

  }

}



.badges-scroll-container::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.badge-box {
  padding: 20px;
  height: 100%;
}

.badge-img {
  /*object-fit: contain;*/
  transition-property: height, width;
  transition-duration: 0.6s;
  height: 70%;
  filter: none;
  z-index: 10;
}

.badge-text {
  height: 20%;
  font-size: 1vw;
  width: inherit;
  margin-bottom: 0px;
  text-align: center;
}

.leftmost-badge-box {
  margin-left: 42%;
}

.rightmost-badge-box {
  /*border-right: 30px rgba(252, 245, 232, 1.0);*/
  margin-right: 42%;
}

.badges-scroll-container::after {
  content: ".";
  color: rgba(252, 245, 232, 1.0);
  flex: 0 0 30px;
}

.badge-text > b {
  font-family: 'Lora' !important;
  font-weight: bolder !important;
}

/*p > a {
  font-family: 'Neuton-ExtraLight' !important;
}*/

figcaption {
  font-family: Times;
  text-align: justify;
  margin-bottom: 1em;
}

/****************************/
/* Jonathans Footer Anfang */
/****************************/
footer {
  background-color: #181818;
  font-family: Arial, Helvetica, sans-serif !important;
}

footer>a {
  font-family: Arial, Helvetica, sans-serif !important;
}

.contact-button {
  border-radius: 10px 10px;
  margin: 2px;
  width: 75%;
  text-align: left;
  background-color: blanchedalmond;
}

.contact-button:hover {
  text-decoration: none;
}

.contact-button2 {
  border-radius: 10px 10px;
  margin: 2px;
  background-color: blanchedalmond;
}

.contact-icon {
  width: 24px;
}

.sponsors {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
  background-color: #181818;
}

.sponsors-img {
  filter: none;
  background-color: transparent;
  /*background-color: gray;*/
  padding-left: 18%;
  padding-right: 18%;
  width: 100%;
  transition: transform .2s;
  /* Animation */
  height: auto;
  margin: 0;
  z-index: 10;
}

.sponsors-img:hover {
  transform: scale(1.5);
}

.subfoot {
  text-align: center;
  margin: 5px;
  color: #e9ecef;
  font-family: Arial, Helvetica, sans-serif;
}

footer>a {
  font-family: Arial, Helvetica, sans-serif;
}

/****************************/
/* Jonathans Footer Ende */
/****************************/

/****************************/
/* Microfluidics = Hardware*/
/****************************/
.microfluidics-img {
  padding: 5%;
}

.article-h1 {
  font-family: Lora !important;
  font-weight: 700;
  font-size: 3.5em;
}

.article-p {
  font-family: Times;
  font-size: 1.2rem;
}

.microfluidics-banner {
  object-position: 50% 55%;
  filter: none;
}

/****************************/
/* MD-simulations = Model   */
/****************************/

.table-md-simulations {
  border-width: 1px;
  border-color: black;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  color: black;
  width: 90%;
  margin-bottom: 2em;
}

tr {
  border-width: 1px;
  border-color: black;
  font-family: Times;
  padding-top:1em;
  padding-bottom:1em;
}

.table-md-simulations > thead {
  font-weight: 900;
}

.table-md-simulations > * > tr {
  font-family: Times;
  border-width: 1px;
  border-color: black;
  text-align: center;
}

.table-md-simulations > * > tr > td {
  padding: 1rem;
  font-family: Times;
  border-width: 1px;
  border-color: black;
  padding: 1em;
}

.md-simulations-results-figure-1 {
  background-color: white;
  padding-top: 2em;
  padding-left:2em;
}

.md-simulations-results-figure-container {
  padding: 1em;
}


/**footer additional stuff**/

.social-logo-link {
  width: 60px;
  height: 60px;
  border: solid 2px white;
  /*padding: 20px;*/
  border-radius: 50%;
}

.item.social {
  min-width: 40px;
  min-height: 40px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  /*margin-left:10px;
  margin-top:22px;*/
  margin-right: 10px;
  color:inherit;
  opacity:0.75;
  display: flex;
  justify-content: center;
}



.social-link {
  font-size:0.7em;
  margin-bottom: 1em;
  /*font-size: 1vw;*/
  /*margin: 1em;*/
}

.social-link > * {
  /*display: inline-block;*/
}

.social-link {
  display: inline-block;
  vertical-align: middle;
}

/*.item.social > a > svg {
  height: 30px;
  width: 30px;
}*/



.social {
  margin: 0px;
}

.item.social > a:hover{
  opacity:0.9;
}

/**footer additional stuff end**/

/** attributions stuff **/

.ul-attributions {
  font-family: Times;
  font-size: 1.2rem;
  font-weight: bolder;
}

.attributions-table-container {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 2em;
  margin-bottom: 2em;

}

.attributions-table-container > table > tbody > tr {
  padding-top: 3em;
  padding-bottom: 3em;

  font-family: Times;
  font-size: 1.2rem;

}


.attributions-table-container > table > tbody > tr > td:first-child {
  font-weight: bolder;
}

.attributions-table-container > table > tbody > tr > td {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.attributions-table-container > table > thead > tr > th {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

/* ende attributions*/

/*td {
  padding-top:20px;
  padding-bottom:20px;
  padding-right:20px;
}

td:first-child {
  padding-left:20px;
  padding-right:0;
}*/


/** human-resources-button **/

.human-resources-button-container {

}

.human-resources-button {
  width: 3.5em;
  height: 3.5em;

  position: relative;
  right:5%;
  top:5%;

  border-radius: 5px;
  border: solid 1px #C8C8C8;
  box-shadow: 5px 10px 18px #888888;

  margin-left: 0.5em;
  margin-top: 2em;
  background-color: white;

  z-index: 500;
}

.human-resources-button > svg:hover {
    opacity: 0.9;
    fill: crimson;
    filter: drop-shadow(0px 5px 5px crimson);
}

.human-resources-pop-up-container {
  position: fixed;
  right:5%;
  top:5%;
  /*margin: 1em;*/
}

.human-resources-pop-up {
  position: relative;

  margin-top: 2em;
  margin-right: 1em;

  background-color: white;

  visibility: hidden;

  width: 250px;
  height: 700px;

  border-radius: 5px;
  border: solid 1px #C8C8C8;
  box-shadow: 5px 10px 18px #888888;

  z-index: 499;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/** human-resources-button ENDE**/

/** newspaper **/

.newspaper-journal-title {

}

.newspaper-title {
  font-family: "Canterbury";
  text-align: center;


  font-size: 3.2em;
  font-weight: bolder;
}


.newspaper-container {
  margin: 2em;
}

.newspaper-hr-1 {
  width: 70%;
  height: 3px;
  background-color: #181818;

  margin-top: 1em;
  margin-bottom: 0.5em;

}

.newspaper-hr-2 {
  width: 80%;
  height: 5px;
  background-color: #181818;

  margin-bottom: 1em;

}

.newspaper-p {
  margin-bottom: 0.2em;
  font-size: 1.0rem !important;
}

.newspaper-main-headline {
  text-align: center;
  word-spacing: -0.05em;
  letter-spacing: -0.05em;
  font-size: 2.3rem !important;
  font-Family: "Impact";
  font-weight: 700;
  text-align: justify;
}

/** newspaper **/

/** challenges for young researchers **/

q {
  font-family: Times;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 80% !important;
  quotes: none;


  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 3em;
  padding-right: 3em;

  background-color: rgba(18,18,18,0.04)
}

.procedures-list-ol {
  width: 90%;
  padding: 3em;
  background-color: rgba(255,255,255,0.3);
}

/** challenges for young researchers **/

/** collaborations **/

.collaborations-row {
  margin-top: 3em;
  margin-bottom: 3em;
}

/** collaborations Ende **/

/** hp banner **/

.banner-hp-intro {
  object-position: 50% 5%;
}


@media (max-width: 1350px) {

  .banner-hp-intro {
    object-position: 50% 20%;
  }

}

@media (max-width: 1150px) {

  .banner-hp-intro {
    object-position: 50% 30%;
  }

}
