/* Override some of Informatics/Communication's CSS rules for secpriv theme */

.w18-bar {
  background-color: #192121;
  padding-top: 5px;
  padding-bottom: 10px;
}

.w18-bar img {
  height: 25px;
  padding-left: 15px;
}

.w18-header-wrap {
  height: auto;
  border-bottom: 4px solid #ba4682;
}

.w18-nav-tabs {
  top: 40px;
}

#mainheader > a {
  border-bottom: none;
}

#mainheader {
  padding-top: 1em;
  padding-bottom: 1em;
}

#mainlogo {
  width: 20%;
  min-width: 160px;
}

#scrollupBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius: 80px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  background-color: transparent;
}

#scrollupBtn:hover {
  filter: brightness(50%);
}

p {
  text-align: justify
}

.display-1,.display-2,.display-3,.display-4{
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.1;
}

.lead {
  font-size: 1.2rem;
}

.w18-page-intro-col {
  flex: 0 0 20%;
}

.figure {
  position: static;
  margin: 1rem;
}

.w18-page-intro-figure-col {
  flex: 0 0 80%;
  max-width: 85%;
}

div.w18-media-iconperson > img {
  object-fit: cover;
  height: 110px;
}

div.container-secpriv {
  padding-right: 0;
  padding-left: 0;
}

hr.container-secpriv {
  padding-right: 0;
  padding-left: 0;
}

li.nav-item {
  padding-left: 0.625rem;
}

.table-active {
  background-color: #eee;
}

thead {
  background-color: #afbbbb;
}

address {
  padding-left: 10px;
}

.nav-link-home {
  display: inline;
  padding: 0;
}

.twitter-logo {
  width: 28px;
}

.w18-header-intro {
  margin-bottom: 2rem;
}

.w18-footer-nav .nav-item {
  margin-right: 0.5rem;
}

figure.group-image {
  margin-bottom: 2.5rem;
}
.card-subtitle {
  text-align: left;
}

/* put the MENU in the top right corner within the container width, nit in the right-most place  */
@media only screen and (min-width:1700px){
  .w18-nav-tabs {
    left: -100%;
    margin-left: 585px;
  }
}

.menu-heading {
  border-bottom: 2px solid #ba4682;
  padding: .3125rem .625rem;
}

a.menu-heading {
  background-color: green;
  text-decoration: none;
}
a.menu-heading:active {
  background-color: green;
  text-decoration: none;
}

a.external::before {
  content: "↗ ";
}

a.mailto::before {
  content: "✉ ";
}

code {
  color: #66f;
}

img {
  display: inline;
  width: 100%;
}

img.person-single {
  width: auto;
  max-width: 80vw;
}

section.w18-content {
  margin-bottom: 1rem;
}

ul.arrow {
  list-style: none;
  padding: 0 0 10px 20px;
  margin: 0;
}

ul.arrow > li {
  padding: 5px 0 0 20px;
}

ul.arrow > li:before {
  content: "➜";
  position: absolute;
  margin-left: -24px;
}

ul.arrowback {
  list-style: none;
  padding: 0 0 10px 20px;
  margin: 0;
}

ul.arrowback > li {
  padding: 5px 0 0 20px;
}

ul.arrowback > li:before {
  content: "←";
  position: absolute;
  margin-left: -24px;
}

@media (max-width:575px) {
  div#content {
    margin: 10px;
  }
  div.container-secpriv {
    padding-left: 10px;
    padding-right: 10px;
  }
}

summary {
  margin-left: 1em;
  text-indent: -1em;
}

div.publication {
  margin-left: 1em;
  background-color: #ddfcfc;
  padding-left: 4px;
  padding-right: 4px;
}

.extra-small {
  font-size: 50%;
}
