/*--------------- TH Köln VIVO CSS ----------------------- */

/* Bootstrap-Media-Sizes (min-width):
 col:		@media(min-width: 0px) 		<-- Wird nicht benötigt - das ist der Standard wenn nix anderes passt!
 col-sm:	@media(min-width: 576px)
 col-md:	@media(min-width: 768px)
 col-lg:	@media(min-width: 992px)
 col-xl:	@media(min-width: 1200px)
 col-xxl:	@media(min-width: 1400px)
*/

.col-8.d-none.d-sm-none.d-md-none.d-lg-block {
    padding: 0;
}

body {
	font-style: normal;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #000;
	font-family: MetaWebPro, Verdana, sans-serif;
	hyphens: auto;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}


@font-face {

	font-family: MetaWebPro, Verdana, sans-serif;
}


html {
	font-size: 1.1rem;

}


.row {
	line-height: 1.5rem;
	justify-content: center;
}


.content_responsive {
	/* margin-top: 2rem; */
	/* margin-bottom: 1rem; */
	/* background-color: rgba(255,255,255,0.6); */
	padding: 0;
}

.titel_responsive {
	margin-top: 2rem;
	margin-bottom: 2rem;
	background-color: rgb(0 0 0 / 70%);
	min-width: 50%;
}

@media(max-width: 992px) {
	.content_responsive {
		margin-top: 0;
		/* margin-bottom: 2rem; */
		/* padding-left: max(calc((100vw / 12) - (42px + (var(--bs-gutter-x)/ 2))), 25px);
		padding-right: calc(var(--bs-gutter-x)/ 2);

		 */
	}
}


/*--------------- Links----------------------------- */
a {
	font-size: 0.9rem;
	line-height: 1.2;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	padding-bottom: 30px;
}

a:hover {
	font-size: 0.9rem;
	line-height: 1.2;
	font-weight: 400;
	text-decoration: underline !important; 
	color: #000;
}


b,
span,
div {
	font-size: 0.9rem;
	color: #000 !important;
}

/* Links in allgemeiner Ergebnisliste */

.searchTOC a,
.searchhits a,
#searchHelp a {
	color: #000 !important;
}

span#searchHelp {
	padding-right: 0px;

}

span#searchHelp {
	float: right;
	margin-top: 10px;
	font-size: .825em;
	padding-right: 32px;
}


/* RDF Link ausblenden */

.rdfLink {
	display: none !important;

}

/*---------------------- Überschriften------------------------ */


h1 {
	display: block;
	line-height: 1.3;
	font-weight: bold;
	font-size: 1.5rem;

}

h2 {
	display: block;
	font-weight: bold;
	font-size: 1.3rem;
}

h3 {
	display: block;
	font-weight: bold;
	font-size: 1.3rem;
}

h4 {
	margin-bottom: .5rem;
	font-weight: bold;
	line-height: 1.4;
	display: block;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

/*---------------- Container -------------------*/

.main-container {

	margin: 0;
	padding: 0;
	padding-right: 0 !important;
	padding-left: 0 !important;
	width: 100% !important;
}

header.container-fluid {

	margin: 0;
	padding: 0;
	padding-right: 0 !important;
	padding-left: 0 !important;
	width: 100% !important;
}

nav.container-fluid {

	margin: 0;
	padding: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
}


/* -------------Schrift---------------*/


/*Schriftart*/

body,
a,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
btn,
blockquote,
pre,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
nav-link,
p,
page-link,
button {
	font-family: "Open Sans", "Arial", sans-serif;
}


/*Schriftfarbe - allgemein schwarz*/

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	color: #000;
}


/* Schriftgröße */


.card-text {
	font-size: 0.9rem;
}


.vivo_startseitentext {
	font-size: 1rem;
	margin-bottom: 1rem;
	/* margin-top: 2rem; */
	background: #fff;
}


/* Schriftgröße Suchergebnis */

.searchhits li {
	font-size: 1em;

}

/*------ Bullet Points ------*/

ul#vivo-bullet-points {
	list-style: disc;
	margin: 0;
	padding-top: .5rem;
	padding-left: 1rem;
}


/*---------------- Buttons------------- */


/* Button - keine abgerundete Kanten  */

.btn {
	border-radius: 0 !important;
}


/* -------Accordion-Buttons------- */


.accordions {

	margin-left: calc(var(--bs-gutter-x)/ 2);
	margin-right: calc(var(--bs-gutter-x)/ 3.3);
}

.accordions-publ {

	margin-left: 0;
	margin-right: calc(var(--bs-gutter-x)/ 3.3);
}

.accordion-body {
	padding: 1rem 1.25rem;

}


.accordion-button {

	background-color: #C64C4C;
	background-color: #ea5a00;
	color: #00 !important;
	font-weight: bold;
}

.accordion-button:hover,
.accordion-button:focus {
	color: #fff !important;
	font-weight: bold;
	box-shadow: none;
	background-color: #C64C4C;
}


.accordion-button:not(.collapsed) {
	background-color: #fff !important;
	color: #000 !important;
	font-weight: bold;
	box-shadow: none;
}


.accordion-button::after {

	width: .7rem;
	height: .7rem;
	content: url(../images/triangle-down.svg);
	background-image: none !important;

}


.accordion-button:not(.collapsed)::after {

	content: url(../images/triangle-up.svg);
	transform: none;
}


.accordion-flush .accordion-item {
	margin: 0 0 0.4rem;
}

.accordion-item {
	border: none;
}

#vivo-forschungsinhalte {
	/* margin-left: -0.8rem; */
}


/* ------- Collapse Button ------- */


.bd-links {
	position: sticky;
	top: 5rem;
	display: block !important;
	height: inherit !important;
	padding-left: .25rem;
	margin-left: -.25rem;
	overflow-y: auto;
	overflow: hidden;
	font-weight: 600;
}


.bd-links .btn {
	font-weight: bold;
	color: #000;
	background-color: transparent;
	border: none;
	box-shadow: none;
	font-size: 0.9rem;
	padding-left: .7rem;
	vertical-align: unset !important;
}


.bd-links .btn:focus {
	box-shadow: none;
}


.bd-links .btn::before {
	width: 1.9em;
	transition: transform 0.35s ease;
	transform-origin: .5em 50%;
	padding-right: .8rem;
	flex-shrink: 0;
}

/* Collapsed Zitierstile Publikationen / Förderung Drittmittelprojekte/ Funktion  */

.bd-links .btn.zitierstile::before,
.bd-links .btn.foerderung::before,
.bd-links .btn.funktion::before {
	width: 1.4em;
	transition: transform 0.35s ease;
	transform-origin: .3em 50%;
	content: url(../images/triangle-right.svg);
	flex-shrink: 0;
}

.btn.foerderung {
    text-align: start;
}

/* Pfeile bei Zitierstilen Publikationen/ Förderung Drittmittelprojekte - wenn aufgeklappt*/
.bd-links .btn.zitierstile[aria-expanded="true"]::before,
.bd-links .btn.foerderung[aria-expanded="true"]::before,
.bd-links .btn.funktion[aria-expanded="true"]::before {
	transform: rotate(90deg);
}

h2#button-citation {
	margin-bottom: 0;
}

.btn.zitierstile {
	padding-left: 0;
	text-align: start;
}


.bd-links.zitierstile {
	position: static;
}

.card-body.zitierstile {
	padding: 0;
}

.card-link.zitierstile {
	padding-bottom: 0;
}


.btn.zitierstile::before {
	padding-right: 0;
	margin-right: 16px;
	width: 12px !important;
}


.bi-clipboard-plus {
	line-height: 1.2rem;
}


/* Collapsed Footer Links Überschriften -weißer Pfeil */


.bd-links .btn.footer-links::before {
	content: url(../images/triangle-right-footer.svg);
	width: 1.1em;
	transition: transform 0.35s ease;
	transform-origin: .3em 50%;
	padding-right: .4rem;
}


/* Collapsed Footer Links Überschriften - wenn aufgeklappt Rotation weißer Pfeil*/
.bd-links .btn.footer-links[aria-expanded="true"]::before {
	transform: rotate(90deg);
}


/* -------------Header---------------*/




/* Header - Hintergrundbild*/

.vivo_cover {
	background: url(../images/vivo-20230509-schmal-platzhalterbild.png);
	/* height: auto; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-width: 100%;
	/* padding-left: 0; */
	/* padding-right: 0; */
	/* height: max(60vh, 80px); */
}

/*
@media (min-width: 0px) and (max-width: 576px) {
	.vivo_cover {
		height: max(25vh, 80px);
	}
}

@media (min-width: 576px) and (max-width: 768px) {
	.vivo_cover {
		height: max(40vh, 80px);
	}
}
*/
/* 
@media (min-width: 768px) and (max-width: 992px) {
	.vivo_cover {
		height: max(40vh, 80px);
	}

}

@media (min-width: 992px) and (max-width: 1200px) {
	.vivo_cover {
		height: max(50vh, 80px);
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.vivo_cover {
		height: max(80vh, 80px);
	}

}

@media (min-width: 1400px) {
	.vivo_cover {
		height: max(80vh, 80px);
	}
}

 */


/* Header - Unterseiten -  Hintergrund  */

#banner {
	background: #fff;
	border-bottom: 3px solid #423c39;
	padding-left: 0;
	padding-right: 0;
	height: 6rem;
}


.navbar-brand {
	text-decoration: none;
	pointer-events: all;
	font-size: 1.25rem;
}

.navbar-brand:hover {
	text-decoration: none;
	pointer-events: all;
	font-size: 1.25rem;
}


.vivo_logo {
	/* top: 10px; */
	height: auto !important;
	width: auto !important;
	position: relative !important;
	/* left: max(calc(100vw / 6), calc((var(--bs-gutter-x)/ 2) + 52px));	 */
	/* left: max(calc(100vw / 6), calc((var(--bs-gutter-x)/ 2))); */
	/* z-index: 199; */
	float: right;
	padding-right: 1rem;
}

@media (min-width: 576px) and (max-width: 768px) {
	.vivo_logo {
		/* top: 10px; */
		height: 40px;
		width: auto;
		/* left: calc((var(--bs-gutter-x)/ 2) + 5px); */
		padding-bottom: 1rem;
		float: right;
	}
}



.vivo_logo_unterseiten {
	/* width: 10rem; */
	/* height: 5rem; */
	float: right;
}


.vivo_logo_unterseiten_responsive {
	/* width: 160px; */
	/* height: 42px; */
	float: right;

}


/* .bi.bi-house-door { */
	/* padding-bottom: .5rem !important; */
/* } */




.auflistung {
	line-height: 1.5;
    margin-bottom: 0.6rem;
}

li.auflistung a {
	display: flex;
	padding-bottom:0;
}



/*--------Hamburger Menü--------*/

.navbar-toggler {
	/* position: absolute; */
	top: 25px !important;
	right: calc(var(--bs-gutter-x)/ 2) !important;
	border: none;
	padding: none;
}

.navbar-toggler:focus {

	box-shadow: 0 0 0 .10rem;
}

.navbar-light .navbar-toggler {

	border-color: transparent;
	color: transparent;

}

.navbar-light .navbar-toggler-icon {
	content: " ";
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-x-lg' %3E%3Cpath fill-rule='evenodd' d='M13.854 2.146a.5.5 0 0 1 0 .708l-11 11a.5.5 0 0 1-.708-.708l11-11a.5.5 0 0 1 .708 0Z'/%3E%3Cpath fill-rule='evenodd' d='M2.146 2.146a.5.5 0 0 0 0 .708l11 11a.5.5 0 0 0 .708-.708l-11-11a.5.5 0 0 0-.708 0Z'/%3E%3C/svg%3E") !important;
	border: none;
	background-repeat: no-repeat;
	border-color: transparent;
	/* padding-top: 6rem; */
}

.navbar-toggler.collapsed .navbar-toggler-icon {
	content: " ";
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
	border: none;
	background-repeat: no-repeat;
	border-color: transparent;
	/* padding-top: 6rem; */
}


/* Hintergrundfarbe grau im aufgeklappten Zustand  */
.vivo-main-nav-list-responsive {
	background-color: #fff;
	padding-left: 1rem;
	width: 100%;
}

.nav-link.responsive:hover,
.nav-link.responsive:focus {
	text-decoration: underline 2px;
	text-decoration-color: #009dd1 !important;
	text-underline-position: under;
	font-weight: bold;
	color: #fff !important;
}

.vivo-main-nav-list {
	width: 100%;
}


.navbar-light .navbar-nav .nav-link.responsive {
	/* color: #fff; */
	font-size: 1rem;
	/* margin-right: 2rem; */
	font-weight: 700;
}


.menu-searchbox {
	margin-left: auto;
}

/* Abstand zwischen Logo und ausgeklappten Hamburger Menü   */
/* .navbar-collapse { */
	/* padding-top: 1.5rem; */
/* } */

.navbar-light .navbar-toggler {
	/* color: #f0f0f0 !important; */
	border: none;
	/* padding-left: 1rem; */
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 .10rem;
}


/*--------------Menü Navigation------------ */


/* Menü - Hintergrund in weiß */

.bg-light {
	background-color: #fff !important;
}

/* Menü - Schriftfarbe schwarz und Schriftgröße etwas größer, Zeilenabstand breiter*/
.navbar-light .navbar-nav .nav-link {
	color: #000;
	font-size: 1.1rem;
	/*margin-right: 1.2rem;*/
	font-weight: 700;
	white-space: nowrap;
	/* padding-bottom: 2.5rem; */

}


/* Menü - bei Hover und Focus */
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover, 
.navbar-light .navbar-nav .nav-link:active {
	/* text-decoration: underline 2px !important; */
	text-decoration-color: #000 !important;
	color: #C64C4C !important;
	text-underline-position: under;
	font-weight: bold;
}


.nav-first-level a:focus {
	background-color: #000 !important;
	color: #fff !important;
}


/* aktive seite hervorgehoben */

.nav-link.active {
	color: #C64C4C !important;
}


/*Sprachauswahl - Icon-Dropdown-Pfeil nicht anzeigen lassen*/

.dropdown-toggle::after {

	display: none;
}


/*Menü mittig anzeigen lassen*/

.navbar-nav.vivo-main-nav-list {
	justify-content: center;
	/*flex-basis: content;*/
    align-items: flex-end;
	/* padding-left: 1rem; */
}


#section_menu {
	padding-left: 1.5rem;
}

.desktopmenu {
	/* width: 100vw; */
}

/* 
@media min-width: 1510px) {
	.navbar .navbar-expand-lg .navbar-light .bg-light .mainnav {
		display: none;
	}
}

 */

/*--------------Klassen für "sticky-Menü" ------------ */

.mainnav {
	z-index: 200;
	padding: 0;
}

.mainnav-mainnavresponsive {
	z-index: 200;
	height: 125px;
	/* width: 100vw; */
	background: #fff;
	/* margin-bottom: 2rem; */
}


.sticky {
	/* position: fixed; */
	left: 0;
	/* top: 0; */
	/* width: 100vw; */
	/* height: 80px; */
	background: #fff !important;
	z-index: 200;

}

.sticky+.content {
	padding-top: 60px;

}

/* Texte in schwarz */

/* .content { */
	/* color: #000 !important; */
/* } */

.sticky-menu {
	/* position: fixed; */
	left: 0;
	/* top: 0; */
	/* width: 100vw; */
	/* height: 80px; */
	/* background: #fff !important; */
	z-index: 200;
	/* margin-bottom: 2rem !important; */

}

/* Unterstrich Sticky-Menü */

.sticky-menu .navbar-expand-lg .navbar-collapse {
	/* padding-left: 1rem; */
	/* border-bottom: 2px solid #3E3E3C; */
}

/*------------------Startseite ------------------------*/

.vivo_titeltext {
	line-height: normal;
	justify-content: center;
	display: flex;
	color: #fff !important;
	/* margin-bottom: 3rem; */
	margin-top: .5rem;
	font-weight: normal;
}

.card-body.card_startpage_1 {
	/* background: #0F5D76; */
	/* border-top: 2px solid #0F5D76 !important; */
	/* border-bottom: 2px solid #0F5D76 !important; */
	/* border-right: 2px solid #0F5D76 !important; */
	/* border-left: 2px solid #0F5D76 !important; */
}

.card-title_1 {
	color: #fff;
}

.card-text_1 {
	color: #000;
	font-size: .9rem;
}

.card-text_2 {

	font-size: .9rem;

}

.card-body.card_startpage_2 {
/* 	background: #fff;
	border-top: 2px solid #015777 !important;
	border-bottom: 2px solid #015777 !important;
	border-right: 2px solid #015777 !important;
	border-left: 2px solid #015777 !important; */
}


.card-title_3 {
	/* color: #fff; */
}

.card-text_3 {

	/* 	font-size: .9rem;
        color: #fff; */
}

.card-text_5 {
	margin-bottom: 0;
}

.goal-details {
	margin-bottom: 0;
	padding-left: 1rem;
}

.crisrnwbox3 {

	/* height: 15rem; */

}

.card-body.card_startpage_5 {
	/* padding: 0; */
	display: flex;
	flex-wrap: wrap;
}

.sdg-text {
	flex: 1;
}

.sdgs {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	padding-left: 2rem;
	gap: 0.2rem;  /*optionaler Abstand zwischen Icons */
}

.sdgs a {
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 0;
	width: fit-content;
	height: fit-content;
	text-decoration: none;
}



.sdg-icons {
	max-width: 100px;
	/*padding: .1rem;*/
}



.vivo-main-counter {
	font-weight: bold;
	margin-bottom: 0;
	font-size: 1.3rem;
}


.suchergebnis {
	text-decoration: none !important;
}


/*--------------Suchfelder------------ */

/* Suchfeld Startseite */


.search_startpage {
	width: 75%;
	flex-wrap: nowrap;

}


@media (min-width: 1024px) {
	.search_startpage {
		width: 100%;
		flex-wrap: nowrap;
	}
}


input[type="text"] {
	border: 1px solid #515151;
	border-radius: 0;
	margin-bottom: 0;

}

.input-group {
	flex-wrap: nowrap;
}

.input-group.suchergebnis {
	padding-bottom: 20px !important;
	flex-wrap: nowrap;
	flex-direction: row;
	line-height: inherit;

}

.input-group>.form-control,
.input-group>.form-select {
	min-width: 60%;
	font-size: .9rem;
}


.w-auto {

	width: 50% !important;
}


/* Suchfeld Startseite - eingegebener Text in schwarz*/

.form-control {
	color: #000;
	border-radius: 0 !important;
	font-size: .8rem;
}




/* Suchbutton auf der Startseite */

.btn-search {
	background-color: #6c6c6c !important;
	border-color: #6c6c6c;
	/* margin-left: .1rem; */
	text-decoration: none;
	text-align: center;
	transition: background-color .2s;
}


.btn-check:focus+.btn-light,
.btn-light:focus {

	box-shadow: none;
}


.btn-search:hover,
.btn-search:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-check:focus+.btn-primary,
.btn-primary:focus {
	/* background-color: #015777 !important; */
	color: #fff !important;
	outline: 1px solid #000 !important;
	border-color: #6c6c6c !important;
	box-shadow: none !important;
}


.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
	box-shadow: none !important;
}

.filter_anwenden {
	color: #000 !important;
	background-color: #C64C4C !important;
	border-color: #C64C4C !important;
	max-height: 2.5rem;
	font-weight: bold;
	font-size: .9rem;
	margin-top: .5rem;
}

.filter_anwenden:hover,
.filter_anwenden:focus {
	background-color: #BD6C6CFF !important;
	color: #000 !important;
	border-color: #BD6C6CFF !important;
	box-shadow: none;
}


.filter_zurücksetzen {
	background-color: transparent !important;
	border: 2px solid #C64C4C !important;
	max-height: 3.0rem;
	font-weight: bold;
	font-size: .9rem;
	margin-top: .5rem;
    white-space: wrap;
}


.filter_zurücksetzen_allein {
	background-color: transparent !important;
	border-color: #015777 !important;
	max-height: 2.5rem;
	font-weight: bold;
	font-size: .9rem;
}


.filter_zurücksetzen:hover,
.filter_zurücksetzen:focus,
.filter_zurücksetzen_allein:hover,
.filter_zurücksetzen_allein:focus {
	background-color: transparent;
	color: #000 !important;
	outline: 1px solid #000 !important;
	box-shadow: none;
}

:focus-visible {
	outline-color: #515151 !important;
	outline-style: auto;
	outline-width: 0;
}

.sum,
.years {
	margin: 0;
}

/* Hilfsklasse - alles nebeneinander */
.inline {
	flex-wrap: wrap;
	display: inline-flex;
}


.jahreszahlen_filter,
.summe {
	height: 30px;
	max-width: 40%;
}


/* Text "Suchen" im Suchbutton auf Startseite/allgemeine Ergebnisliste */

.vivo_suchen {
	display: inline-block;
	font-weight: bold;
	font-size: .9rem;
	/* color: #fff !important; */
}

/* Suchfeld Menüleiste */

.search_row {
	width: 100vw;
	margin-top: 2rem;
}


#search {
	display: flex;
	margin-bottom: 1.5rem;
}


#search-form-responsive {
	margin-bottom: 1rem;
	margin-top: 1rem;
	width: 60%;
	flex-wrap: nowrap;
}

.searchlist-zugangsrecht {
	width: 15px;
	height: 20px;
}


/* Suchfeld Menü Unterseiten */

.input-group.unterseiten>.form-control,
.input-group.unterseiten>.form-select {


	flex-direction: column;
	display: flex;
	height: 1.9rem;
	margin-right: 0.1rem;
	flex-wrap: nowrap;
	min-width: 150px;
}

.input-group.unterseiten-responsive>.form-control,
.input-group.unterseiten-responsive>.form-select {

	border-radius: 0;
	background-color: #fff;
	border: 0;
	flex-direction: column;
	display: flex;
	height: 1.9rem;
	margin-right: 0.1rem;
	flex-wrap: nowrap;
}


.input-group.unterseiten>.form-control:focus {

	box-shadow: none;
	outline-color: #f0f0f0;

}


/* Button "Suchen" Menü Unterseiten */


.btn.btn-outline-success {

	display: flex;
	white-space: nowrap;
	background-color: #015777;
	color: #fff;
	border: #015777;
	font-size: .9rem;
}

.btn.btn-outline-success.responsive {
	font-size: .8rem;
	display: flex;
	white-space: nowrap;
	background-color: #3E3E3C;
	color: #fff;

}


/*----------------Filter------------*/

.az_index {
	background-color: #EDF3F4;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
	border-bottom: 1px solid #EDF3F4;
	border-top: 1px solid #EDF3F4;
	width: 90%;
}

.az_link_disabled {
	color: #b2b2b2 !important;
	line-height: 1.3;
	padding-left: 0.15rem;
	padding-right: 0.15rem;
	font-family: Lelo, sans-serif;
	font-size: 1rem;
	font-weight: 700;
}

a.az_link {
	color: #000;
	text-decoration: none;
	line-height: 1.3;
	padding-left: 0.15rem;
	padding-right: 0.15rem;
	font-family: Lelo, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	margin: .16rem;
}

a.az_link:hover {
	color: #C64C4C !important;
	text-decoration: none !important;
	line-height: 1.3 !important;
	padding-left: 0.15rem !important;
	padding-right: 0.15rem !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
}

a.az_link_active {
	color: #C64C4C !important;
	text-decoration: none;
	line-height: 1.3;
	padding-left: 0.15rem;
	padding-right: 0.15rem;
	font-family: Lelo, sans-serif;
	font-size: 1rem;
	font-weight: 700;
}

a.az_link_active:hover {
	color: #C64C4C !important;
	text-decoration: none !important;
	line-height: 1.3 !important;
	padding-left: 0.15rem !important;
	padding-right: 0.15rem !important;
	font-family: Lelo, sans-serif !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
}

/* Checkboxen*/

.form-check-input {

	border: 1px solid #4D4D4D;
	border-radius: 0 !important;
	background-color: #fff;
	vertical-align: middle;
	margin-top: 0;

}


.form-check-input:checked {
	background-color: #015777;
	border-color: #015777;
}


.form-check-input:focus {

	box-shadow: none !important;
	border-color: #91C111;
}

.vivo-form-check-label {
	margin-left: .2rem;
	vertical-align: middle;
	white-space: pre-wrap;
}

.vivo-form-label{
	white-space: normal;
}

.card-body.filter-card-body {
	padding: 0;
}


.filter_dropdown_auswahl {
	border: 1px solid #515151;
	border-radius: 0 !important;

}


.form-select {

	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' stroke='rgba%280,0,0,.0%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.form-select[multiple] {

	margin-bottom: 0 !important;
}

.card-header {

	background-color: #fff !important;
	padding: 0 !important;

}

.card-header.filter-card-header {
	font-weight: bold;
	border-bottom: none;
}

.form-control-sm.jahreszahlen_filter,
.summe {
	line-height: 2;
	border: 1px solid #515151;
	border-radius: 0 !important;
	min-height: auto;
	padding-right: 0;
	padding-left: .4rem;
	padding-top: 0;
	padding-bottom: 0;
	font-size: inherit;
}

.filter-buttons {
	display: flex;
	margin-top: 1.5rem;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* Filteranzeige  */

.vivo-filter-anzeige a {
	color: #01865e !important;
}


.vivo-filter-anzeige {
	margin-bottom: 1rem;
	white-space: nowrap;
	overflow: unset;
}


/*----------------Ergebnisliste------------*/


.searchResultsHeader {
	display: flex;
	font-size: 1.4rem;
	line-height: 1.3;
	justify-content: left;
}

.vivo-download-link,
.vivo-download-button {
	display: flex;
	font-weight: bold;
	font-size: 1.4rem;
}

.vivo-download-link:hover,
.vivo-download-button:hover {
	display: flex;
	font-weight: bold;
	font-size: 1.4rem;
}

.searchlist-thumbnail {
	height: 50px;
	width: auto;
	border-radius: 50%;
	object-fit: cover;
}

/* Allgemeine Ergebnisliste, wenn man die Suche auf der Startseite nutzt */

.list-group {
	display: inherit;

}

.display-title {
	color: #000 !important;
	border-left: 1px solid #A6B1B0;
	padding-left: .7em;
	padding-right: .3em;
	margin-right: 0;
	font-size: .825em;
}

/* Abstand grauer Trennstrich nach links zum Titel des Inhaltes */

.searchhits li a {
	margin-right: .4em;
}

/* Paginator - Umrandung in schwarz und Zahlen in schwarz*/

.page-link {
	font-size: .9rem;
	background-color: transparent;
	border: 2px solid #000;
	outline: 0;
	-webkit-transition: all .3s linear;
	/* transition: all .3s linear; */
}

.page-item.active .page-link {
	z-index: 3;
	color: #000;
	background-color: #fff;
	border: 2px solid #C64C4C;
	font-weight: bold;
}

.page-link,
.page-link:hover {
	font-weight: bold;
	color: #4D4D55;

}


.page-item {
	margin: .2em;
}


.pagination-count {
	display: flex;
}

.pagination li:last-of-type {
	margin-right: auto;

}

.pagination-count-select {
	border-radius: 0 !important;
	border: 2px solid #000;
	text-decoration: none;
	font-weight: bold;
	padding: .3em;
	margin-left: .3rem;
	margin-top: .5em;
	height: 30px
}
.pagination-padding{
    padding: .7rem;
}

/*----------------Snippets - Publikationen/Projekte-----------*/

.publicationen {
	margin: 0;
}

.publ,
.proj {
	font-weight: bold;
}

.publ_inhalt,
.proj_inhalt {
	margin-left: .1rem;
}

.trennstrich_ergebnisse {
	color: #ea5a00 !important;
	background-color: #ea5a00 !important;
	height: 2px !important;
	width: 100%;
	opacity: 1;
}

.publ_forschInhalt {
	margin-left: -1.5rem;
}

/* Größe der Titel Trefferliste  */
a.titel_publikation,
a.title_publikation:hover,
a.title_publikation:focus,
.titel_publikation,
.title_publikation:hover,
.title_publikation:focus,
.searchlist-untertitel,
.searchlist-untertitel:hover,
.searchlist-untertitel:focus,
a.titel_person,
a.title_person:hover,
a.title_person:focus,
.titel_person,
.title_person:hover,
.title_person:focus,
a.titel_projekt,
a.titel_projekt:hover,
a.title_projekt:focus,
.titel_projekt,
.title_projekt:hover,
.title_projekt:focus,
.titel_default,
.titel_default:hover,
.titel_default:focus {
	font-size: 1.1rem;
	padding-bottom: 0;
}

/*------------------Detailseiten ------------------------*/


.titelinhalt {
	font-size: 1.2rem;
}


.bi.bi-hurricane {
	padding-right: .5rem;

}


.klassifikationen {
	margin-bottom: 1.5rem;
}

@media(max-width: 992px) {
	.klassifikationen {
		margin-bottom: 0;
	}
}

.diagramme {
	padding-right: 0;
	padding-top: 0;/*Änderung gemäß ppt. THK vom 21.10.25*/
}


/* Detailseite - Titel - Abstand     */
.vivo-title {

	padding-bottom: 20px;
	padding-top: 20px;
}

.vivo-person-detail {

	padding-left: 1.0rem
}

/*--- Detailseite Person - Bild  Abstand zum Text unten verringern -- */
.card a {
	margin-bottom: 0rem !important;

}


/*--- Bild - kein Rahmen und Abstand nach unten vergrößert -- */
.card {
	border: .5px solid rgb(255, 255, 255);
	margin-bottom: 20px !important;
	border-radius: 0;
}


/* Funktionsdetails Person  */


.funktionbeschreibung,
.address,
.contact {
	font-weight: bold;
	margin-bottom: 0.2rem;
	font-size: .9rem;
}

.telephone {
	margin-bottom: 0.2rem;
}

.beschreibung {
	display: block;
	font-size: 1.4rem;
}


.address_details,
.contact_details {
	margin-left: 1;
}


/* Publikation-Detailseite - Scite-Badge Abschnitt */

.scite-badge {
	margin-top: 1rem;
}

.badges {
	display: flex;
}


/* Drittmittelprojekte - Förderung - volle Breite bei verringertem Bildschirm  */

@media (max-width: 575px) {
	.foerderung {

		width: 100%;
	}
}


/*Abschnittsüberschriften bündig zu den Tabellen  */


.weitere-details,
.forschungsschwerpunkte {
	margin-bottom: 1rem;
}


/*----------------Tabs------------*/


.nav-tabs {
	border-bottom: none;
	margin-top: 2rem;
}

.person-tableiste {
	margin-top: 0 !important;
}


.nav-tabs .nav-link.active {
	background: #FFFFFF !important;
	border-top: 2px solid #C64C4C !important;
	font-weight: bold;
	color: #000000 !important;
}


.nav-tabs .nav-link {
	margin-top: 10px;
	background-color: #F0F0F0 !important;
	color: #000 !important;
	position: relative;
	border-style: solid;
	margin-right: 4px;
	order: 1;
	height: 100%;
	white-space: nowrap;
	line-height: inherit;
	border: transparent !important;
	padding-left: 1rem !important;
	border-radius: 0;
}

.nav-link {
	padding-left: 0 !important;
}

/* Tabs - Abstand zu den Links vergrößern */
.tab-content {
	margin-top: 1.5rem;
}


/*---  Trennstrich zwischen den Abschnitten--- */


.trennstreifen {
	background-color: #ea5a00;
	border: 0;
	height: .16rem !important;
	box-sizing: content-box;
	margin-top: 1rem;
	margin-bottom: 1rem;
	opacity: 100;
	margin-right: calc(var(--bs-gutter-x)/ 4);
}


@media (min-width: 1024px) {
	.trennstreifen {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}


.trennstreifen:not([size]) {
	height: 2px !important;
}



/*---------Footer---------*/

.vivo-footer {

	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: normal;
	color: #000;
	position: relative;
	z-index: 15;
	/* width: 100vw; */
	display: -webkit-box;

}

/*Abstand footer Links*/
li.vivo-footer__menuItem {
    padding-right: 2rem;
}

/* Footer Weisser Trennstrich*/

hr.footer {
	color: #fff !important;
	border: none;
	height: 2px;
	background-color: #fff !important;
	opacity: 1;
	margin: 0;
}


/* Footer Soziale Medien - rechtbündig*/
.row.social_media {
	text-align: right;
	white-space: nowrap;
}

.footer-links-collapse {
	padding-left: 1.5rem !important;
	background-color: #6c6c6c;
}

#social--links {
	margin-bottom: 0 !important;
	padding-right: calc(var(--bs-gutter-x)/ 2);
}


/* Footer Soziale Median - nebeneinander darstellen*/

ul#social--links li {
	display: inline-block;
	white-space: nowrap;
	/*kein Umbruch */
	padding: .5rem;
}


/*Größe der Icons */

#social-facebook,
#social-instagram,
#social-twitter,
#social-youtube {
	width: 1.7rem;
	height: auto;
}

/* Füllfarbe */

#svg_social_media {
	fill: #fff;
}


/*------Container Footer Links in der Mitte ------*/


.footer_links_content {
	/* padding-left: 0; */
	background-color: #6c6c6c;

}


@media (min-width: 1024px) {
	.footer_links_content {
		padding-bottom: 3rem;
		padding-top: 1rem;
	}
}


/*------------------Carousel Footer-----------------*/

.footer_carousel {
	padding: 0;
}

.carousel-inner {
	display: flex;
	background-color: #6c6c6c; 
    /* text-align: center; */
    /* float: none; */
    /* position: relative; */
    /* inset: auto; */
    /* z-index: auto; */
    width: auto;
	height: 80px;
	align-items: baseline;
    /* margin: 0px; */
    /* overflow: hidden; */
}

carousel-item active, .carousel-item {
	margin: auto;
	transition: none !important;
	width: auto !important;
	min-width: 800px;
}

.vr {
	position:flex;
	currentColor: #fff;
	height: 2rem;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    /* z-index: 1; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 5%;
    padding: 0;
    /* color: #fff; */
    /* text-align: center; */
    background: 0 0;
    border: 0;
    opacity: 1;
    /* transition: opacity .15s ease; */
}




/*------Items - Links------*/

/* Wenn Bildschirm klein, dann verschwindet das Menü - nur die Hauptüberschriften bleiben bestehen */


@media (max-width: 1024px) {
	.vivo-footer__menu--content {
		display: none;
	}
}


@media (min-width: 1024px) {
	.vivo-footer__menu--content .vivo-footer__menuItems {
		opacity: 1;
		position: relative;
		-webkit-transform: none;
		transform: none;
		visibility: visible;
		padding-left: 0;
		-webkit-transition: none;
		transition: none;
		width: calc(25% + -1.5rem + 0px);
	}
}


/* Abstände zwischen den Links*/

.vivo-footer__menuItems {
	line-height: 1.6rem !important;
	padding-left: calc(var(--bs-gutter-x)/ 2)
}


/*------Sections - Links------*/
.vivo-footer__menuSections {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	/* justify-content: space-between; */
	margin-bottom: -2rem;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 1024px) {
	.vivo-footer__menuSections {
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		/* justify-content: space-between; */
		margin-bottom: -2rem;
		padding-left: 0;
		padding-right: 0;
	}
}


span.footer_menuLinkLabel {
	font-size: 0.7rem;
	line-height: 1.2;
	font-weight: bold;
	color: #f0f0f0 !important;
}


/*-------Links------*/


.vivo-footer__menuLink {
	color: #f0f0f0;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	font-size: .7rem;
}


.vivo-footer__menuLink:hover,
.vivo-footer__menuLink:focus {
	color: #f0f0f0;
	display: inline-block;
	text-decoration: underline;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	font-size: .7rem;
}


.vivo-footer__menuLink::after {
	content: '';
	display: none;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

html:not(.mobile) .vivo-footer__menuLink:hover,
.vivo-footer__menuLink:active {
	text-decoration: underline;
}


.vivo-footer__menuLink:not(:hover):focus {
	outline: solid #FFFFFF 1px;
	outline-offset: 0.5rem;
}


/* "Anmelden" - Text   */
a.footer_menuLink {
	color: #f0f0f0;
	text-decoration: none;
	font-size: 0.7rem;
	font-weight: bold;
}

a.footer_menuLink:hover {
	text-decoration: underline;
}

/* Copryright/Letzte Aktualisierungstext Text */

.copyright,
.letzte_aktualisierung,
.copyright_symbol {
	color: #f0f0f0 !important;
	font-size: 0.7rem;

}


/* Footer - Collapsed Container Link */

@media (min-width: 1024px) {
	.visible_collapse_menu {
		display: none;
	}
}


/* Collapsed Liste Links nach rechts verschoben */

.link_list {
	padding-left: 3.1rem;
}


/* Titelfarbe Überschriften Service/Fakultäten ...  */
.btn.footer-links {
	color: #fff;
	font-size: 0.7rem;
}



/*----------------Baumstruktur UBI Einrichtungen ------------*/

/* Organisations-Baumstruktur */

ul.tree li {
	list-style-type: none;
	position: relative;
}

ul.tree li ul {
	display: none;
}

ul.tree li.open>ul {
	display: block;
}

ul.tree li span {
	color: black;
	text-decoration: none;
}

ul.tree li a {
	color: black;
	text-decoration: none;
}

ul.tree li span:before {
	height: 1em;
	padding: 0 .1em;
	font-size: .8em;
	display: block;
	position: absolute;
	left: -1.3em;
	top: .2em;
}

ul.tree li>span.tree-label:before {
	width: 1.025em;
	transition: transform 0.35s ease;
	transform-origin: 50% 125%;
	top: .14em;
	content: url(../images/triangle-right.svg);

}

ul.tree li.open>span.tree-label:before {
	transform: rotate(90deg);
}


.navbar-brand {
	margin-right:1.5rem !important;
}
.footer_links {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* .publ_inhalt
*/

/* PERSON FUNCTIONS */
/* keep position of person function dropdown content
during and after collapsing the same */
.vivo-person-beschaeftigung .collapse {
	padding-left: calc(var(--bs-gutter-x)/ 2) !important;
}

.rotate-btn {
	/*position: relative;*/
	left: 0;
	/*position: absolute;*/
	top: 50%;
	/*transform: translateY(-50%);*/
	/*width: 2.5em;
	height: 2.5em;*/
	background: none;
	border: none;
	padding: 0;
	width: auto;
	height: auto;
	aspect-ratio: 1 / 1;
	/*display: inline-flex;*/
	align-items: center;
	justify-content: center;
	/*
	min-width: 2rem;
	min-height: 2rem;*/
}

/* Pseudo-Element mit Hintergrundbild */
.rotate-btn::before {
	content: "";
	display: block;
	width: 1.3em;               /* skaliert relativ zur Schriftgröße */
	height: 1.3em;
	background-image: url('../images/triangle-right-black-cut.svg');  /* oder anderer Pfad */
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: transform 0.35s ease;
	transform-origin: center center;
}

/* Rotation aktiv bei geöffnetem Zustand */
.rotate-btn[aria-expanded="true"]::before {
	transform:  rotate(90deg);
}


.card_margin {
  --bs-card-spacer-y: 0 !important;
  --bs-card-spacer-x: 0 !important;
}


.full-link {
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: clip;
	display: inline-block;
	padding-bottom: 0 !important;
	/*padding-left: 2px;*/
}


.function-descriptor, .org-link {
	position: relative;
	display: flex;
	align-items: center;
}

.org-link {
	padding-bottom: 0.5rem;
}

.collapse-padding {
	/*padding-left: 45px;*/
}

.pageFZ {
    font-size: 1.5rem;
}