/* infas.css */
/* orbill in einsatz.css
@supports (font-variation-settings: normal) {
	@font-face {
	  font-family: 'TheSans';
	  src: url('fonts/TheSansVariableC4s.woff2') format('woff2 supports variations'),
		   url('fonts/TheSansVariableC4s.woff2') format('woff2-variations');
	  font-weight: 100 1000;
	}
  
	@font-face {
	  font-family: 'TheSansItalic';
	  src: url('fonts/TheSansVariableC4s-Italic.woff2') format('woff2 supports variations'),
		   url('fonts/TheSansVariableC4s-Italic.woff2') format('woff2-variations');
	  font-weight: 100 1000;
	} 
  }
*/
    
:root {
	--color1: #0ABBEF;
	--grey: #A0A0A0;
	--bgcolor1: #D9F5FB;
	--bgcolor2: #9de4f9;
	--bgcolor3: #D9D9D9;
}
body {
	font-family: 'TheSans', Arial, sans-serif;
	color: black;
	margin: 0 auto;
	max-width: 1320px;
}
a:link, a:visited, a:hover, a:focus {
	color: black;
}
input[type=text],
input[type=password] {
	background-color: white;
	border: none;
	border-bottom: 1px solid black;
}
input[type=text]::placeholder,
input[type=password]::placeholder {
	color: var(--grey);
}
button {
	background: var(--color1) url(img/arrow-button-right-black.svg) no-repeat right 10px center;
	border: 1px solid var(--color1);
	color: black;
	cursor: pointer; 
	font-family: 'TheSans', Arial, sans-serif;
	font-size: 16px;
	padding: 5px 30px 5px 10px;
}
button:hover, button:active, button:focus {
	border: 1px solid black;
	box-shadow: inset 0 2px 4px 0 #0000001d;
}
button.disabled,
button.disabled:hover, button.disabled:active, button.disabled:focus {
	background-color: #b7b7b7;
	border: 1px solid #676767;
	color: #000;
	cursor: default;
	opacity: 0.5;
}
/* Positionierung */
int-book-header div {
	display: flex;
	justify-content: space-between;
	padding: 0 5px;
}
.header-name, .header-logout {
	align-items: center;
	display: inline-flex;
	position: inherit;
	justify-content: flex-end;
	margin: 0 2px 2px 0;
}
.header-name {
	padding-top: 8px;
}
.header-name::before {
	content: url(img/login.svg);
}
a.header-name {
	padding-top: 0;
}
.int-login-content {
	justify-items: start;
}
int-login-container > int-login-work {
	padding-top: 50px;
}
form {
	text-align: left;
}
.rot, .gruen {
	background-color: white;
}

int-main {
	justify-content: flex-end;
}

/* Login */
div#login-fehler {
	font-size: 16px;
/* 	background-color: #feeeef; */
    color: red;
	padding: 4px;
	font-style: normal;
}

/* Buchung */
.header-titel {
	color: black;
	font-weight: 300;
	font-size: 40px;
	text-align: left;
	margin: 0;
}
.sticky_header {
	inset-block-start: -10px;
}
int-book-container > int-book-header {
	text-align: right;
}
int-book-container {
	grid-template-columns: 1fr 240px;
}
img.intro-logo {
	content: url(../design/img/infas-schwarz.svg);
	display: block;
	float: right;
	position: inherit;
	width: 100px;
	margin-bottom: 50px;
}
img.intro-logo ~ p {
	clear: both;
}
div-th.filter {
	background-color: var(--color1);
	color: black;
	vertical-align: middle;
}
.filter input[type=text] {
	background-color: var(--bgcolor2);
	border: none;
}
.filter input[type=text]::placeholder {
	color: black;
	opacity: 0.7;
}
.filter-projekt, .filter-bundesland {
	display: inline-block;
}
#filter-bundesland-hook,
#filter-bundesland-hook + div-th.filter {
	min-width: 105px;
}
img.dropdown-button {
	vertical-align: middle;
}
div-th {
	background-color: white;
	border-right: 2px solid  white; 
	color: black;
	padding: 10px 15px;
}
div-thead:nth-child(2) div-th {
	border-left: none;
	border-right: none;
}
.einsatz-content {
	justify-content: start;
}
.einsatz-content div-table {
	width: 99%
}

.header-text {
	font-size: 16px;
}
int-book-cart .einsatz-content {
	background-color: var(--bgcolor3);
	padding-right: 20%;
	display: block;
	justify-content: flex-end;
	margin-left: 15px;
	padding-right: 15px;
}
div-tr.point:nth-last-child(n+2) {
	border: none;
}
div-td.point:nth-last-child(n+2) {
	border-color: white;
}
div-tr.point-odd {
	background-color: white;
}
div-tr.point-even {
	background-color: var(--bgcolor1);
}
.einsatz-content:has(.intro-logo) {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 30px 25% 0 0;
}
.einsatz-content:has(.header-titel) {
	justify-content: flex-start;
}
#cart-container div-th {
	/* orbill background-color: transparent;*/
	border: none; 
	color: black;
	padding: 0;
	text-align: left;
	padding: 14px 0 14px 15px;
}
div-tbody.cart:nth-child(even),
div-tbody.cart:nth-child(odd) {
	background-color: inherit;
	border-bottom: 1px solid black;
	display: block;
	margin: 15px 0 0 10px;
}
#cart-container div-th,
div-td.points-cart {
	color: black;
	font-size: 13px;
}
div-td.points-cart {
	padding-right: 10px;
}
int-book-cart button {
	margin: 15px;
}
img.cart-papierkorb {
	content: url(../design/img/trash.svg);
	width: 25px;
	height: 25px;
}
/* Admin */
tbody.uebersicht-header {
	background-color: var(--grey);
	color: black;
}
adm-global-header div {
	display: flex;
	justify-content: space-between;
}
.einsatz-content table tbody:nth-child(1n) {
	background-color: var(--bgcolor3);
}
.einsatz-content table tbody:nth-child(2n) {
	background-color: var(--bgcolor2);
}
.symbol-freigegeben {
	color: black;
	display: inline-block;
	height: 20px;
	width: 20px;
}
.symbol-nicht-freigegeben  {
	color: black;
	display: inline-block;
	height: 20px;
	width: 20px;
}
/* orbill in einsatz.css
img.passwort-verstecken {
    content: url(../design/img/auge_zu.svg);
	top: 8px;
	width: 25px;
}
*/
/* orbill in einsatz.css
img.passwort-zeigen {
    content: url(../design/img/auge_offen.svg);
	top: 8px;
	width: 25px;
}
*/
.projekt-bezeichner {
	color: black;
	font-weight: 400;
}
.projekt-nummer,
.aktiv-titel,
.studie-unten,
.studie-aktiv-sichtbar {
	color: black;
}
.einsatz-content table tbody:nth-child(1n) {
	border-top: 2px solid white;
}
.einsatz-content table tbody.uebersicht-trenner:nth-child(1n) {
	display: none;
}
.einsatz-content table tbody.uebersicht-footer:nth-child(1n) {
	border: none;
	background-color: white;
}
.einsatz-content table tbody.studie-inaktiv:nth-child(1n),
.einsatz-content table tbody.studie-aktiv-versteckt:nth-child(1n) {
	background-color: var(--bgcolor3);
}
.einsatz-content table tbody.studie-inaktiv:nth-child(1n):hover,
.einsatz-content table tbody.studie-aktiv-versteckt:nth-child(1n):hover {
	background-color: var(--bgcolor2);
}
.einsatz-content table tbody.studie-aktiv-sichtbar:nth-child(1n) {
	background-color: var(--bgcolor2);
}
.einsatz-content table tbody.studie-aktiv-sichtbar:nth-child(1n) {
	border-top: none;
}
td.studie-oben {
	border-top: 1px solid black;
}
td.studie-unten {
	border-bottom: 1px solid black;
}
adm-project-container > adm-project-menu {
	background-color: var(--bgcolor3);
}
.projekt-reiter {
	border-radius: 0;
	background-color: var(--color1);
	border: 1px solid var(--color1);
	color: black;
	cursor: pointer; 
	font-family: 'TheSans', Arial, sans-serif;
	font-size: 16px;
	padding: 5px 30px 5px 10px;
}
adm-project-container > adm-project-header {
	background-color: var(--color1);
	color: black;
}
.projekt-reiter:hover {
	background-color: var(--color1);
	box-shadow: inset 0 2px 4px 0 #0000001d;
}
.popup {
	box-shadow: 5px 4px 15px rgba(0, 0, 0, 0.15);
	border-radius: 0;
	border-width: 1px;
	color: black;
}
.popup-close {
	border: none;
	border-radius: 0;
	font-size: 18px;
	right: 3px;
}
.popup div-tr {
	background-color: var(--bgcolor1);
}
.slidein {
	background-color: var(--bgcolor1);
	color: black;
	padding: 15px;
}
.slidein-symbol {
	display: none;
}
/* orbill 20241016
input {
	cursor: pointer;
}
*/
/* weißes infas Logo in schwarzem Balken */
int-main-header img.header-logo {
	top: inherit;
	right: inherit;
	height: 30px;
	position: relative;
	padding-right: 25%;
	padding-top: 5px;
}
int-login-header img.header-logo {
	top: inherit;
	right: inherit;
	height: 30px;
	position: relative;
/* 	padding-right: 25%; */
	padding-top: 10px;
}
img.footer-logo {
	top: inherit;
	right: inherit;
	padding-right: 25%;
}
.login-titel {
	font-size: 38px;
	font-weight: 300;
	margin: 70px 0 50px;
}
.login-ueberschrift {
	font-size: 24px;
	font-weight: 300;
}
int-login-footer div,
int-main-footer div {
	align-items: center;
}
int-main-footer {
	width: 99%;
}
int-login-footer a,
int-main-footer a {
	text-decoration: none;
}
int-main-points {
	padding-top: 0;
}

.einsatz-header {
	justify-content: flex-end;
	padding-right: 25%;
}
adm-login-header .einsatz-header {
	padding-right: 0;
}

adm-overview-header .einsatz-header,
adm-global-header .einsatz-header {
	justify-content: space-between;
} 
adm-overview-header .einsatz-header img.header-logo,
adm-global-header .einsatz-header img.header-logo {
	top: inherit;
	right: inherit;
	height: 30px;
	position: relative;
	padding-top: 10px;
}
adm-overview-container > adm-overview-navbar {
	margin: 10px 0;
	height: 30px;
}
adm-overview-container > adm-overview-work {
	background-color: transparent;
	padding-top: 20px;
}
#header-text3, #header-text4, #header-text5 {
	font-weight: 600;
}
.col-ap, .col-hh {
	border-top-left-radius: 60px;
	border-bottom-right-radius: 60px;
	font-weight: 400;
	max-width: 300px;
	margin: 20px 20px 0 0;
	padding: 20px;
}
.col-ap h2, .col-ap p, .col-ap a {
	color: white;
	font-weight: 400;
	font-size: 1.5rem;
}
.col-hh h2 {
	color: black;
	font-weight: 400;
}