@import "../vendor/bootstrap/dist/css/bootstrap.min-cf4cd0b7e86ca2d4039dfed2b7d527d5.css";

@import "../vendor/leaflet/dist/leaflet.min-eca67356f10ad8812f66fd3ac8e63d08.css";

@font-face {
    font-family: 'Roboto Condensed';
    src: url("../fonts/RobotoCondensed-Regular-54fd1586bd68271cdaabca9fd585f5c7.ttf") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Regular-b5a9f10b5a77405283d8c0ceca197847.ttf") format('truetype');
}

@font-face {
    font-family: 'Familjen Grotesk';
    src: url("../fonts/FamiljenGrotesk-SemiBold-10f55dc8564f371c6acdf58927803e6c.ttf") format('truetype');
}

:root {
  --primary-highlight: #b6f23a; /*#181818*/
  --primary-highlight-darker: #89c600;
  --secondary-highlight: #9456e4;
  --primary-color: #121212;
  --primary-grey: #5d5d5d;
}

body {
	background-color: var(--primary-bg-color);
  color: var(--primary-color);
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  /*margin-left: 0;
	margin-right: 0;*/
}

#map {
    height: 50vh;
    width: 100%
}

.abstract {
  font-family: 'Roboto', sans-serif;
  background: rgba(148, 86, 228, 0.05);
  padding: 1rem;
  border-left: 0.4rem solid var(--secondary-highlight);
}

/*For titles on topic-pages*/
h1, h1 a {
	color: var(--primary-color);
  font-family: 'Familjen Grotesk', sans-serif;
	text-decoration: none;
  font-size: 1.75rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

/*For topic-titles on cards on homepage*/
h2, h2 a {
	color: var(--primary-color);
  font-family: 'Familjen Grotesk', sans-serif;
	text-decoration: none;
	font-size: 1.4rem;
  line-height: 1.1;
}

/*For sub-heading on accordion menus*/
h3, h3 a, h3 .accordion-button, h3 .accordion-button a {
  color: var(--primary-color);
  font-family: 'Familjen Grotesk', sans-serif;
	text-decoration: none;
  font-size: 1.1rem;
	line-height: 1.1;
}

.subtitle {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3rem;
  line-height: 1.1;
	font-weight: lighter;
}

.with-color {
	color: #000 !important;
  background-color: #f1f1f1 !important;
}

.test-color::before {
	color: #000 !important;
  background-color: #f1f1f1 !important;
}

.teaser-text {
  font-size: 1.2rem;
}

/*styles for topic-teasers on homepage*/

.topic-teaser {
  height: 100%;
  text-align: justify;
}

.topic-teaser:hover {
	background-color: rgba(182, 242, 58, 0.2);/*rgb(245, 222, 179);*/
}

.topic-teaser a img, .topic-teaser div {
	padding: 10px 7px 10px 7px;
}

/*developing styles for template-thema*/
.caption {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.9rem;
  line-height: 1.2;
	color: var(--primary-grey); /*#4B4B4B*/
	margin-top: 5px;
}

.gallery {
	padding-top: 1rem;
}

.quote {
  font-size: 1rem;
  line-height: 1.2;
  font-style: italic;
  margin-top: 1rem;
}

.title {
  margin-top: 1rem;
}

.keywords {
  font-size: smaller;
}

.biography {
  color:#6c757d;
  font-size: 0.9rem;
  line-height: 1.2;
}

.transcript {
  font-size: 0.9rem;
  text-align: justify;
}

.metadata {
  font-size: 0.8rem;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  background: rgba(148, 86, 228, 0.05);
  padding: 0.75rem;
  border-left: 0.2rem solid var(--secondary-highlight);
}

/*mentioned places*/
.meta-places {
  font-size: 0.8rem;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  background: rgba(148, 86, 228, 0.05);
  padding: 0.75rem;
  border-left: 0.2rem solid var(--secondary-highlight);
}

.audio-caption {
  font-size: smaller;
  color:#6c757d;
}

/* Container */
.accordion {
    --bs-accordion-border-radius: 0px;
    --bs-accordion-inner-border-radius: 0px;
}

/*accordion header*/
.accordion-button {
  color: #181818;
  background-color: white;
	font-family: 'Familjen Grotesk', sans-serif;
	text-decoration: none;
	font-size: 1.1rem;
}

/*accordion header when shown*/
.accordion-button:not(.collapsed) {
  color: #181818;
  background-color: rgba(182, 242, 58, 0.2);
  border-radius: 0px;
}

/* Hover-Effect */
.accordion-button:hover {
    background-color: rgba(182, 242, 58, 0.4);
}

/* Focus-Effect: saubere lösung? */
.accordion-button:focus {
    box-shadow: 0 0 0 0;
}

/*styles for navigation-opt1.html.twig*/

.navbar-brand-subtitle-con{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem; 
  line-height: 1; 
  color: #373737;
	max-width: 300px;
	white-space: normal;
}

/*styles for navigation-opt.html.twig*/

.navbar-brand-subtitle {
	font-size: 0.7rem;
	color: #1b1b1b;
	line-height: 1.2;
	max-width: 300px;
	white-space: normal;
}

.logo-icon img {
	width: 200px;
	height: auto;
	min-width: 40px;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
}
 
/* Trennlinie unter der Brand-Zeile, über der Nav */
.navbar-top-row {
  border-bottom: 1px solid #b6f23a;
  padding-bottom: 0.5rem;
  margin-bottom: 0.4rem;
}

/* Nav-Links in der zweiten Zeile */
.navbar-nav .nav-item {
  font-family: 'Roboto Condensed', sans-serif;
  /*font-size: 0.875rem;*/
  color: #6c757d;
  padding: 0.3rem 0.75rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  /*	text-decoration: underline;
  text-decoration-color: orange;*/
  color: #212529;
}

.selected {
  color: #212529;
  font-weight: bold;
}

/* Sprachauswahl */
.lang-select {
  font-size: 0.8rem;
  color: #6c757d;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
  background: transparent;
  cursor: pointer;
}

.lang-select:focus {
  outline: none;
  border-color: #adb5bd;
}

footer {
  border-top: 0.05rem solid var(--primary-highlight);
}

/* Mobile: Menü unter dem Toggler */
@media (max-width: 991.98px) {
  .navbar-top-row {
    /*border-bottom: none;*/
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .navbar-collapse {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }

  .navbar-nav .nav-link {
    padding: 0.55rem 0.25rem;
  }

  .lang-wrapper {
    padding: 0.5rem 0.25rem 0.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 0.25rem;
  }
}

/*styles for interview-cards*/
.card {
  height: 100%;
  border-radius: 0;
  border-color: var(--primary-highlight);
}

/*styles for interview-container*/
.detail-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    /*background: rgba(255,255,255,0.2);*/
    background-color: var(--primary-bg-color);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 1.5rem;
    line-height: 1;
    /*transition: background 0.2s;*/
}

.interview-detail {
    display: none;
    position: relative;
}

.interview-detail.open {
    display: block;
}

.transcript-full {
    display: none;
}

nav a {
  color: var(--primary-grey);
  text-decoration: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%235d5d5d' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
  border-color: var(--primary-grey);
}

.navbar-toggler:focus {
  box-shadow: none; /* entfernt den blauen Bootstrap-Fokusring */

}

a {
  color: var(--secondary-highlight);
}

/*designs for footnotes*/
li a, sup a {
	text-decoration: none;
}

/*bibliography*/
.bibliography {
	list-style-type: none;
	padding-left: 0;
}

.bibliography li {
	margin-top: 0.4rem;
}

.img-vol {
  opacity: 0.75;
}

.img-vol:hover {
  opacity: 0.85;
}