@import url(https://fonts.googleapis.com/css?family=Roboto:400,200,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);

html,
html * {
  font-family: Roboto;
}

.font-light {
  font-weight: 200;
}

.navbar {
  min-height: 80px;
}

.navbar-nav .dropdown-menu {
  width: fit-content;
}

.mg {
  margin-top: 80px;
  max-width: 100%;
  height: auto;
}

.green_banner {
  background: linear-gradient(180deg, #83a33f, #37826f);
}

.m-title {
  color: white;
  font-size: 0.8rem;
  font-size: clamp(0.8rem, 0.36rem + 2.2vw, 3rem);
  /*-webkit-text-stroke: 1.0px black;*/
  backdrop-filter: blur(0.5px) saturate(90%);
  text-shadow:
    -1px 0px 0px #000000,
    1px 0px 0px #000000,
    0px -1px 0px #000000,
    0px 1px 0px #000000;
  color: whitesmoke;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

#navlist li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}

.triangolo {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 21.7px 12.5px;
  border-color: transparent transparent #007bff transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #007bff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

/* PARTICLES */
#particles-js {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.48;
}

/* PARTICLES */
#particles-js canvas {
  max-height: 470px;
  z-index: -1;
}

.parallax {
  /* The image used */
  background-image: url("../img/locationimages/rheinfels02.jpg");

  /* Set a specific height */
  height: 250px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#logo-1 {
  animation-delay: .05s;
}

#logo-2 {
  animation-delay: .10s;
}

#logo-3 {
  animation-delay: .15s;
}

#logo-4 {
  animation-delay: .20s;
}

#logo-5 {
  animation-delay: .25s;
}

/* The alert message box */
.alert {
  padding: 5px;
  background-color: #f44336;
  /* Red */
  color: white;
  margin-bottom: 15px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* New button for summer school page */
.styled {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgba(220, 0, 0, 1);
  background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.styled:hover {
  background-color: rgba(255, 0, 0, 1);
}

.styled:active {
  box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6), inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.wrapper {
  text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.banner {
  background: url('../img/locationimages/rheinfels01.png') no-repeat;
  background-size: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
}

.logo {
  background-size: 100%;
  max-width: 100%;
  position: relative;
  width: 50%;
  height: auto;
}

.label-container {
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}

.label-text {
  color: #FFF;
  background: green;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 3px;
}

.label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: green;
  opacity: 0.5;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background: green;
  color: white;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

.my-float {
  font-size: 24px;
  margin-top: 18px;
}

a.float+div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover+div.label-container {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 992px) and (max-width: 1192px) {
  #cont-special.container {
    max-width: 720px;
  }
}

/* Fade in animation */
.simple-fade-in {
  opacity: 0;
  animation: fadeIn 0.60s ease-in-out forwards;
}

/* Stagger the animations */
.simple-fade-in:nth-child(1) {
  animation-delay: 0.15s;
}

.simple-fade-in:nth-child(2) {
  animation-delay: 0.30s;
}

.simple-fade-in:nth-child(3) {
  animation-delay: 0.45s;
}

.simple-fade-in:nth-child(4) {
  animation-delay: 0.60s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.codeblock-container {
  margin: 2em 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  background: #272822;
  overflow: hidden;
  border: 1px solid #e1e4e8;
}

.codeblock-header {
  background: #343a40;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 0.95em;
  font-weight: 500;
  padding: 0.5em 1em;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #e1e4e8;
}

.codeblock-body {
  background: #272822;
  color: #f8f8f2;
  font-family: 'Fira Mono', 'Consolas', 'Monaco', monospace;
  font-size: 1em;
  padding: 1em;
  padding-bottom: 0;
  overflow-x: auto;
  white-space: pre;
  word-wrap: normal;
  white-space: pre-wrap;
}

/* Section title style for page headings */
.section-title {
  color: #5e5e5e;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  padding-top: 1em;
  padding-bottom: 0.5em;
  scroll-margin-top: 80px;
}

.subsection-title {
  color: #5e5e5e;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  scroll-margin-top: 60px;
  border-bottom: 1px solid #e1e4e8;
}

/* Corpus style for main content blocks */
.section-content {
  color: #5e5e5e;
  text-align: justify;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

#carouselVenueIndicators,
#carouselVenueIndicators .carousel-inner,
#carouselVenueIndicators .carousel-item,
#carouselVenueIndicators img {
  height: 600px;
  min-height: 600px;
}

#carouselVenueIndicators img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* ========================================================================= */
/* TABLE */

@media print {
  table {
    page-break-after: always;
  }
}

.table {
  width: 100%;
  margin-bottom: 2rem;
}

.table,
.table th,
.table td {
  font-size: 0.9rem;
  vertical-align: middle;
  border-collapse: collapse;
  border: none;
}

.table tr {
  border-top: 2px solid #dee2e6;
}

tr:nth-child(even) {
  background-color: #eee;
}

th {
  color: #fff;
  background-color: #3173AD;
}

.table .header th {
  color: #fff;
  background-color: #11538D;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

/* Special row styling */
.table .special-row {
  color: #fff;
  font-weight: bold;
  background-color: #3a7bb4;
}

/* Session row styling using child selectors */
.table .chair {
  text-align: justify;
  width: 20%;
}

.table .time {
  text-align: center;
  width: 15%;
}

.table .session {
  text-align: left;
}

/* Tight but wrapping paragraphs for titles and authors in tables */
.table .session .title {
  font-weight: bold;
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  hyphens: auto;
}

.table .session .author {
  font-style: italic;
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  hyphens: auto;
  color: #666;
}