/* START BASE ***********************************************************************************************/

/* --- Google Fonts --- */

/*
    

    */

/* System fonts avoid render-blocking third-party requests and improve privacy. */

/* --- Components design --- */

/* ---
    @import url("components/font-awesome.min.css");
    @import url("components/avatar.css");
    @import url("components/button.css");
    @import url("components/dropdown.css");
    @import url("components/card.css");
    @import url("components/badge.css");
    @import url("components/banner.css");
    @import url("components/tabs.css");
    @import url("components/list.css");
    @import url("components/login_signup.css");
    @import url("components/nav.css");
    --- */

/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	border: 0;
	font-size: 100%;
}

.app-notice {
    position: fixed;
    z-index: 10000;
    right: clamp(1rem, 3vw, 2rem);
    bottom: clamp(1rem, 3vw, 2rem);
    max-width: min(28rem, calc(100vw - 2rem));
    padding: .9rem 1.1rem;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px;
    background: #18213a;
    color: #f8fafc;
    box-shadow: 0 18px 50px rgba(2,6,23,.35);
    font-weight: 650;
    opacity: 0;
    pointer-events: none;
    transform: translateY(1rem);
    transition: opacity .2s ease, transform .2s ease;
}

.app-notice.is-visible { opacity: 1; transform: translateY(0); }
.app-notice.is-error { border-left: 4px solid #fb7185; }
.app-notice.is-success { border-left: 4px solid #34d399; }
.animated {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
}
.displayUpdate {
	position: fixed;
	width: 100%;
	height: 70px;
	top: 50px;
	left: 0;
	background-color: #e44c65;
	margin-top: -50px;
	text-align: center;
	color: white;
	line-height: 70px;
	z-index: 1000000000 !important;
	display: none;
}
.displayUpdateLogin {
	position: fixed;
	width: 100%;
	height: 30px;
	background-color: #e44c65;
	text-align: center;
	color: white;
	line-height: 30px;
	display: none;
}
body {
	background-color: #fff;
	color: #ddd;
	font-family: "oxygen", "sans-serif";
	line-height: 1;
	-webkit-text-size-adjust: none;
	/* herausfinden was das genau macht */
}
h1,
h2,
h3 {
	font-family: "oxygen", "sans-serif";
}
* {
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration-line: none;
	text-decoration: none;
}
a {
	-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	color: #e44c65;
	text-decoration: none;
}
a:hover {
	color: #e44c65;
	border-bottom-color: transparent;
}
.wrapper {
	margin: 0;
	padding: 0;
}
hr {
	width: 100%;
	height: 1px;
	background: #fff;
	color: black;
}
/* END BASE ***********************************************************************************************/

.bezahlt {
	transform: rotate(-14deg);
	width: 200px;
	height: 100px;
	margin-left: 100px;
	position: absolute;
	left: 100px;
	top: 140px;
	color: green;
	text-align: center;
}
.bezahlt img {
	width: 100%;
	height: 100%;
}
.verrechnen {
	height: 24px;
	width: 24px;
	margin-left: 20px;
	margin-right: 1px;
}
@media only screen and (max-width: 766px) {
	.verrechnen {
		height: 20px;
		width: 20px;
		margin-left: 6px;
		margin-right: 1px;
	}
}


/* ==========================================================================
Navigation
    ========================================================================== */

active,
a:focus {
	outline: 0;
	border: none;
	-moz-outline-style: none
}

.abstand {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}
.abstand-klein {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.abstand-gross {
	height: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}
.divider {
	height: 40px;
	width: 100%;
	text-align: center;
	margin: auto;
	color: #fff;
	border-radius: 3px;
	margin-left: 36px;
	margin-right: 36px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #fff;
	border-radius: 4px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 36px;
	margin-right: 36px;
}
/* kann gelöscht werden ? 
.container {
	width: 100%;
	display: flex;
	height: 100vh;
	margin: 0;
	padding: 0;
	font-family: "oxygen", "sans-serif";
	background: #f7f7f7;
}
*/
.hide-div {
	height: 0px;
	display: none;
}
.content {
	width: 100%;
	height: 100vh;
	background: #1d1d27;
	margin-top: 0px;
	padding-top: 0px;
	font-family: "oxygen", "sans-serif";
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#live_data {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: flex-start;
    	max-width: 1100px;
		margin-top: 80px;
	}
@media only screen and (max-width: 1000px) {
	.content {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}

	.divider {
		width: 92%;
		margin-left: 0px;
	}
}
.neuer-kundename {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
}
@media only screen and (max-width: 766px) {
	.neuer-kundename {
		flex-wrap: wrap;
	}
}
.kunden-darstellen {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.kunden-wrap {
	background: #ddd;
	height: 40px;
	width: auto;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	margin-right: 14px;
	padding: 10px;
	border-radius: 3px;
	width: 92%;
	margin-left: 15px;
	margin-right: 15px;
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border: solid 0px #26799b;
	background: #22222d;
	cursor: pointer;
	border-radius: 4px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 20px;
	-webkit-box-shadow: 2px 2px 4px 0px #161616;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    2px 2px 4px 0px #161616;  /* Firefox 3.5 - 3.6 */
  box-shadow:         2px 2px 4px 0px #161616;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.kunden-wrap:hover {
	border: solid 0px #343443;
	background: #2a2a37;
	cursor: pointer;
}
@media only screen and (max-width: 766px) {
	.kunden-wrap {
		width: 92%;
		margin-right: auto;
		margin-left: auto;
		font-size: 19px;
	}
}
#kunden_name_adresse {
	margin-right: 10px;
	width: calc(100% - 66px);
}
#kunden_name_adresse:hover {
	cursor: pointer;
}
#kunden_name {
	margin-left: 0px;
	width: 92%;
}
@media only screen and (max-width: 766px) {
	#kunden_name_adresse {
		width: 100%;
	}
}
input {
	border: solid 0px #eee;
	line-height: 48px;
	background: none;
	font-size: 18px;
	font-size: 21px;
}
textarea {
	Font-size: 17px;
	font-family: "Montserrat", sans-serif;
}
select {
	width: 45.8%;
	Font-size: 17px;
	font-family: "Montserrat", sans-serif;
	background-color: white;
}
.input-full {
	width: calc(100% - 60px);
	margin-left: 30px;
}
.input-half {
	width: calc(50% - 55px);
	margin-left: 30px;
}
.input-1-quarter {
	width: calc(25% - 30px);
	margin-left: 30px;
}
.input-3-quarter {
	width: calc(75% - 60px);
	margin-left: 30px;
}
select option {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
select {
	background: #ddd;
	color: red;
	color: #ddd;
	color: pink;
}
select {
	background: #22222d;
	color: red;
	color: #ddd;
}
select option {
	background: #22222d;
	color: #ddd;
}
#aufwaende_id {
	height: 42px;
	width: 12%;
	border: solid 1px #666;
	padding-left: 10px;
	font-size: 17px;
	margin-right: 10px;
	font-size: 16px;
}
#dasprojekt_id {
	height: 42px;
	width: 24%;
	border: solid 1px #666;
	padding-left: 10px;
	font-size: 17px;
	margin-right: 10px;
	font-size: 16px;
}
.small {
	width: 120px;
}
button,
.button {
	width: 160px;
	height: 40px;
	border: solid 0px;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
}
@media only screen and (max-width: 766px) {
	button,
	.button {
		width: 92%;
		height: 40px;
		border: solid 0px;
		color: #fff;
		cursor: pointer;
		border-radius: 3px;
		margin: auto;
	}
}
.green {
	background: #e44c65;
	font-size: 17px;
}
.green:hover {
	background: #d2485f;
	font-size: 17px;
}
.red {
	background: #C92D47;
	font-size: 17px;
}
.edit {
	width: 20px;
	height: 20px;
	opacity: 0.8;
	margin-right: 13px;
	margin-left: 5px;
	opacity: 0.7;
	text-align: center;
	cursor: pointer;
}
.edit img {
	width: 100%;
	height: 100%;
}
.delete,
.stats {
	width: 20px;
	height: 20px;
	opacity: 0.7;
	cursor: pointer;
	right: 0;
}
@media only screen and (max-width: 766px) {
	.delete,
	.stats {
		width: 26px;
		height: 26px;
		opacity: 0.7;
		margin-right: 15px;
		margin-left: 10px;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.edit {
		width: 26px;
		height: 26px;
		margin-right: 13px;
		margin-left: 5px;
		opacity: 0.5;
		text-align: center;
		cursor: pointer;
	}
}
.delete img {
	width: 120%;
}
.stats img {
	width: 100%;
	height: 100%;
}
.overview-kunde {
	font-size: 26px;
	width: 100%;
	background: orange;
	height: 40px;
}
.overview-projekt {
	font-size: 17px;
	color: red;
}
.overlay-stunden {
	width: 500px;
	height: 500px;
	background: grey;
	position: absolute;
	top: 30%;
	left: 70%;
}
.liste-projekte {
	margin-left: 20px;
}
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #000;
	opacity: 0.8;
	display: none;
}
#editier-div,
#projekt-editier-div,
#projekt-hinzufügen-div,
#stunden-editier-div {
	width: 600px;
	height: 480px;
	z-index: 300;
	margin: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background: #22222d;
	position: absolute;
	z-index: 15;
}
#adresse-editier-div {
	width: 500px;
	height: 510px;
	z-index: 300;
	margin: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background: #22222d;
	position: absolute;
	z-index: 15;
}
@media only screen and (max-width: 766px) {
	#editier-div,
	#projekt-editier-div,
	#projekt-hinzufügen-div,
	#stunden-editier-div,
	#adresse-editier-div {
		width: 100%;
		height: 100vh;
		z-index: 300;
		margin-top: 30 px;
		margin: auto;
		position: fixed;
		right: 0;
		top: 150px;
		left: 0;
		display: none;
		background: #22222d;
		position: absolute;
		z-index: 15;
		overflow-y: hidden;
	}
}
.editier-header {
	height: 70px;
	width: 100%;
	display: flex;
	color: #e44c65;
}
@media only screen and (max-width: 766px) {
	.editier-header {
		height: 60px;
		width: 100%;
		display: flex;
		margin-bottom: 10px;
	}
}
.editier-titel {
	width: 90%;
	height: 80px;
	padding: 30px;
	font-size: 20px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 766px) {
	.editier-titel {
		width: 86%;
		height: 60px;
		padding-left: 15px;
		font-size: 20px;
		line-height: 3px;
	}
}
.editier-close {
	width: 22px;
	height: 22px;
	opacity: 0.5;
	margin-top: 30px;
	margin-right: 24px;
	cursor: pointer;
}
.editier-close img {
	width: 100%;
	height: 100%;
}
.suche-close {
	width: 22px;
	height: 22px;
	opacity: 0.5;
	margin-left: 10px;
	cursor: pointer;
	height: 22px;
	width: 22px;
	position: absolute;
	top: 12px;
	border-radius: 25px;
	color: #000;
	text-align: right;
	font-size: 18px;
	line-height: 48px;
	right: 18px;
	opacity: 0.3;
}
.suche-close img {
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 766px) {
	.editier-close {
		width: 22px;
		height: 22px;
		opacity: 0.5;
		margin-top: 20px;
		cursor: pointer;
	}
	.suche-close {
		width: 22px;
		height: 22px;
		opacity: 0.5;
		margin-left: 10px;
		margin-right: 16px;
		cursor: pointer;
	}
}
.editier-content {
	display: flex;
	flex-wrap: wrap;
}
.felder {
	height: 34px;
	//margin: 0 auto;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #757575;
	font-size: 17px;
	padding-left: 10px;
	border: solid 1px #ccc;
}

.einbezahlt img {
		margin-left: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 20px;
		height: 20px;
		margin-right: 0px;
	}

@media only screen and (max-width: 766px) {
	.felder {
		height: 34px;
		width: 92%;
		margin: 0 auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		margin-top: 12px;
		color: #757575;
		font-size: 17px;
	}
}
#txt_kommentar {
	height: 80px;
	color: #757575;
	font-size: 17px;
	padding-left: 10px;
	padding-top: 20px;
	margin-top: 16px;
	border: solid 1px #ccc;
	background: #ddd;
	background: #22222d;
}
.stunden-hinzufügen-container {
	width: 100%;
	display: flex;
	width: 100%;
	height: 37px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 0px;
	justify-content: center;
	border-bottom: solid 1px #E0E0E0;
	font-size: 16px;
	background: #ddd;
	height: 40px;
	width: auto;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	margin-right: 14px;
	padding: 10px;
	border-radius: 3px;
	width: 92%;
	margin-left: 15px;
	margin-right: 15px;
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 10px;
	justify-content: center;
	border: solid 0px #26799b;
	background: #22222d;
	cursor: pointer;
	border-radius: 4px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #ddd;
}
@media only screen and (max-width: 766px) {
	.stunden-hinzufügen-container {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		padding-bottom: 0px;
		padding-top: 20px;
	}
}
#dasdatum {
	width: 16%;
	margin-right: 10px;
	color: #aaa;
	font-family: "oxygen", "sans-serif";
	margin-left: 0px;
	font-size: 19px;
	border: solid 1px #666;
	height: 42px;
}
#diestunden {
	width: 4%;
	margin-right: 10px;
	font-size: 16px;
	border: solid 1px #666;
	height: 42px;
	color: #ddd;
}
#von {
	width: 7%;
	margin-right: 10px;
	font-size: 16px;
}
#bis {
	width: 7%;
	margin-right: 10px;
	font-size: 16px;
}
#tätigkeit {
	width: 44%;
	margin-right: 10px;
	font-size: 16px;
	color: #ddd;
	padding-left: 10px;
	border: solid 1px #666;
	height: 42px;
}
@media only screen and (max-width: 766px) {
	#diestunden {
		width: 100%;
		margin-right: 15px;
		font-size: 16px;
		margin-left: 15px;
		margin-bottom: 10px;
		padding-left: 10px;
		border: solid 1px #666;
	}
	#dasdatum {
		width: 100%;
		margin-right: 15px;
		margin-left: 15px;
		margin-bottom: 10px;
		padding-left: 10px;
	}
	#tätigkeit {
		width: 100%;
		margin-right: 15px;
		font-size: 16px;
		margin-left: 15px;
		margin-bottom: 10px;
		border: solid 1px #666;
	}
	#dasprojekt_id {
		width: 100%;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 10px;
	}
	#aufwaende_id {
		width: 100%;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 10px;
	}
	#von {
		height: 42px;
		margin-right: 15px;
		font-size: 16px;
		width: calc(50% - 30px);
		margin-left: 15px;
		margin-bottom: 10px;
	}
	#bis {
		height: 42px;
		margin-right: 15px;
		font-size: 16px;
		font-size: 16px;
		width: calc(50% - 30px);
		margin-bottom: 10px;
	}
}
.editier-button {
	justify-content: flex-end;
	margin-left: auto;
	margin-right: 30px;
	cursor: pointer;
}
@media only screen and (max-width: 766px) {
	.editier-button {
		justify-content: flex-end;
		margin-left: auto;
		margin-right: auto;
		cursor: pointer;
	}
}
#btn_show_projekt_overlay {
	margin-top: 30px;
}
.haupttitel {
	width: 100%;
	display: block;
	font-size: 30px;
	margin-right: auto;
	padding-left: 55px;
	background: ##1d1d27;
	padding-top: 26px;
	padding-bottom: 2px;
	color: #ddd;
	letter-spacing: 1px;
}
.untertitel {
	font-size: 15px;
	width: 100%;
	display: block;
	margin-right: auto;
	padding-left: 55px;
	background: ##1d1d27;
	padding-top: 10px;
	padding-bottom: 46px;
	margin-bottom: 24px;
	color: #ddd;
	position: relative;
	letter-spacing: 1px;
}
.searcher {
	background: #ddd;
	height: 50px;
	width: 40%;
	position: absolute;
	top: 46px;
	border-radius: 25px;
	color: #000;
	text-align: left;
	font-size: 18px;
	line-height: 48px;
	left: 50%;
	color: #666;
	transform: translate(-50%);
	padding-left: 60px;
}
.searcher-icon {
	height: 26px;
	width: 26px;
	position: absolute;
	top: 10px;
	border-radius: 25px;
	color: #000;
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	left: 14px;
	opacity: 0.5;
}
.searcher-icon img {
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 766px) {
	.searcher {
		height: 50px;
		width: 91%;
		position: absolute;
		top: 67px;
		border-radius: 25px;
		color: #000;
		text-align: left;
		font-size: 18px;
		line-height: 48px;
		left: 50%;
		transform: translate(-50%);
		color: #666;
		padding-left: 60px;
	}
	.haupttitel {
		font-size: 25px;
		margin-right: auto;
		font-family: oxygen;
		padding-left: 30px;
		padding-right: 30px;
	}
	.untertitel {
		margin-right: auto;
		padding-left: 30px;
		padding-right: 30px;
		font-size: 16px;
	}
}
.projekt-row {
	width: 100%;
	height: 37px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 0px;
	justify-content: center;
	border-bottom: solid 1px #E0E0E0;
	font-size: 16px;
	background: #ddd;
	height: 40px;
	width: auto;
	display: flex;
	align-items: center;
	margin-right: 14px;
	padding: 10px;
	border-radius: 3px;
	width: 92%;
	margin-left: 15px;
	margin-right: 15px;
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 10px;
	justify-content: center;
	border: solid 0px #26799b;
	background: #22222d;
	cursor: pointer;
	border-radius: 4px;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-shadow: 2px 2px 4px 0px #161616;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    2px 2px 4px 0px #161616;  /* Firefox 3.5 - 3.6 */
  box-shadow:         2px 2px 4px 0px #161616;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.projekt-row:hover {
	cursor: pointer;
	background: #2a2a37;
}
.projekt-col1 {
	width: 35%;
}
.projekt-col2 {
	width: 35%;
	color: #e44c65
}
.projekt-col3 {
	width: 20%;
}
.projekt-col4 {
	width: 5%;
	display: inline-flex;
	text-align: right;
	padding-left: 10px;
}
.projekt-col5 {
	width: 5%;
	display: inline-flex;
	text-align: right;
}
@media only screen and (max-width: 766px) {
	.projekt-row {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		margin-top: 0px;
		justify-content: center;
		padding-left: 5px;
		font-size: 16px;
		margin-bottom: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.title {
		display: none;
	}
	.projekt-row:hover {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		margin-top: 0px;
		justify-content: center;
	}
	.projekt-col2 {
		width: 100%;
		height: 30px;
		font-size: 19px;
	}
	.projekt-col1 {
		width: 100%;
		height: 30px;
	}
	.projekt-col3 {
		width: 25%;
		height: 40px;
		display: none;
	}
	.projekt-col3b {
		width: 33%;
		height: 40px;
		display: flex;
		align-items: center;
	}
	.projekt-col4 {
		width: 33%;
		height: 40px;
		display: flex;
		align-items: center;
	}
	.projekt-col5 {
		width: 33%;
		height: 40px;
		display: flex;
		align-items: center;
	}
}
.stunden-stunden-row {
	width: 100%;
	height: 37px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 0px;
	justify-content: center;
	border-bottom: solid 1px #313143;
	font-size: 13px;
	width: 100%;
	height: 37px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 0px;
	justify-content: center;
	border-bottom: solid 1px #E0E0E0;
	font-size: 16px;
	background: #ddd;
	height: 40px;
	width: auto;
	display: flex;
	align-items: center;
	margin-right: 14px;
	padding: 10px;
	border-radius: 3px;
	width: 92%;
	margin-left: 15px;
	margin-right: 15px;
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 10px;
	justify-content: center;
	border: solid 0px #26799b;
	background: #22222d;
	cursor: pointer;
	border-radius: 4px;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-shadow: 2px 2px 4px 0px #161616;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    2px 2px 4px 0px #161616;  /* Firefox 3.5 - 3.6 */
  box-shadow:         2px 2px 4px 0px #161616;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.stunden-stunden-row:hover {
	background: #2a2a37;
	cursor: pointer;
}
.stunden-col1 {
	width: 22%;
}
.stunden-col2 {
	width: 17%;
}
.stunden-col3 {
	width: 43%;
	line-height: 20px;
}
.stunden-col5 {
	width: 10%;
}
.stunden-col6 {
	width: 4%;
}
.stunden-col7 {
	width: 4%;
	margin-left: 20px;
}
@media only screen and (max-width: 766px) {
	.stunden-stunden-row {
		height: 60px;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-top: 0px;
		justify-content: center;
		height: auto;
		font-size: 14px;
		margin-bottom: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.stunden-stunden-row:hover {
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}
.stunden-col1 {
	line-height: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.3;
	width: 30%;
}
.stunden-col2 {
	width: 20%;
	line-height: 13px;
	display: none;
}
.stunden-col3 {
	width: 70%;
	line-height: 1.3;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.stunden-col5 {
	width: 10%;
	--display: none;
}
.stunden-col6 {
	display: none;
	width: 7%;
}
.stunden-col7 {

	width: 6%;
}

.suche-stunden {
	width: 100%;
	height: 60px;
	display: flex;
	text-align: left;
	justify-content: center;
	align-items: center;
	background: #E5E5E5;
	border-radius: 3px;
}
#suche-stunden {
	width: 80%;
	align-items: center;
}
@media only screen and (max-width: 766px) {
	.suche-stunden {
		width: 95%;
	}
	#suche-stunden {
		width: 80%;
		height: 40px;
		align-items: center;
		margin-top: 5px;
		font-size: 21px;
	}
}
.overview-row-main {
	width: 100%;
	margin-left: 36px;
	margin-right: 36px;
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #fff;
	margin-top: 10px;
	justify-content: center;
	border: solid 0px #26799b;
	background: #22222d;
	cursor: pointer;
	color: #ddd;
	border-radius: 4px;
	padding-top: 30px;
	padding-bottom: 30px;
  -webkit-box-shadow: 2px 2px 4px 0px #161616;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    2px 2px 4px 0px #161616;  /* Firefox 3.5 - 3.6 */
  box-shadow:         2px 2px 4px 0px #161616;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.overview-row-main-buchhaltung {
	width: 100%;
	margin-left: 36px;
	margin-right: 36px;
	height: 126px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	color: #fff;
	margin-top: 16px;
	justify-content: center;
	border: solid 0px #26799b;
	background: #22222d;
	cursor: pointer;
	color: #ddd;
	border-radius: 4px;
	padding: 10px 20px 10px 20px;
  -webkit-box-shadow: 2px 2px 4px 0px #161616;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    2px 2px 4px 0px #161616;  /* Firefox 3.5 - 3.6 */
  box-shadow:         2px 2px 4px 0px #161616;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.overview-row-main-buchhaltung-details {
	width: 100%;
	height: 126px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	color: #fff;
	margin-top: 16px;
	justify-content: center;
	border: solid 0px #26799b;
	background: #22222d;
	cursor: pointer;
	color: #ddd;
	border-radius: 4px;
	padding: 10px 20px 10px 20px;
  -webkit-box-shadow: 2px 2px 4px 0px #161616;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    2px 2px 4px 0px #161616;  /* Firefox 3.5 - 3.6 */
  box-shadow:         2px 2px 4px 0px #161616;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}




@media only screen and (max-width: 766px) {
	.overview-row-main {
		width: 92%;
		margin-left: 15px;
		margin-right: 15px;
		height: 40px;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-top: 10px;
		justify-content: center;
		border: solid 0px #26799b;
		background: #22222d;
		cursor: pointer;
		border-radius: 4px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.overview-row-main:hover {
	border: solid 0px #343443;
	background: #2a2a37;
	cursor: pointer;
}
.overview-row-main_not_paid {
	width: 100%;
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 10px;
	justify-content: center;
	border-bottom: solid 1px #E0E0E0;
	background: #ebdfe6;
	cursor: pointer;
	width: 100%;
	margin-left: 36px;
	margin-right: 36px;
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #fff;
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 10px;
	justify-content: center;
	border: solid 0px #26799b;
	background: #3a1f23;
	cursor: pointer;
	color: #ddd;
	border-radius: 4px;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-shadow: 2px 2px 4px 0px #161616;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    2px 2px 4px 0px #161616;  /* Firefox 3.5 - 3.6 */
  box-shadow:         2px 2px 4px 0px #161616;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
@media only screen and (max-width: 766px) {
	.overview-row-main_not_paid {
		width: 92%;
		margin-left: 15px;
		margin-right: 15px;
		line-height: 1.5;
		height: auto;
		padding-top: 10px;
    padding-bottom: 10px;
	}
}
.overview-main-col1 {
	width: 95%;
	text-align: left;
	font-size: 17px;
	padding-left: 20px;
}

.overview-main-col1-buchhaltung {
	width: 70%;
	text-align: left;
	font-size: 17px;
	--padding-left: 20px;
}


.overview-main-col2-buchhaltung {
	width: 15%;
	text-align: right;
	font-size: 17px;
}

.overview-main-col3-buchhaltung {
	width: 15%;
	text-align: right;
	font-size: 17px;
}
.overview-main-col4-buchhaltung {
	width: 30%;
	text-align: right;
	font-size: 17px;
}


.overview-main-col2 {
	width: 5%;
	text-align: right;
	font-size: 17px;
}
.overview-main-col3 {
	width: 15%;
	text-align: right;
	font-size: 17px;
	padding-right: 20px;
}
@media only screen and (max-width: 766px) {
	.overview-main-col1 {
		font-size: 19px;
		padding-left: 15px;
		padding-right: 15px;
		width: 90%;
	}
	.overview-main-col2 {
		font-size: 15px;
		width: 10%;
	}
	.overview-main-col3 {
		font-size: 15px;
		padding-right: 5px;
		width: 20%;
	}
}
.arrow {
	width: 24px;
	height: 28px;
}
.arrow img {
	width: 100%;
	height: 100%;
}
.overview-row {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 0px;
	justify-content: center;
	border-bottom: solid 1px #666;
	background: #272733;
	padding-top: 20px;
	padding-bottom: 20px;
}
.overview-row:hover {
	cursor: pointer;
}
@media only screen and (max-width: 766px) {
	.overview-row {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
		color: #ddd;
		background: #272733;
		padding-left: 15px;
		padding-right: 15px;
		flex-wrap: wrap;
		display: flex;
	}
	.overview-row:hover {
		width: auto;
	}
}
.overview-projekt-col1 {
	width: 65%;
	text-align: left;
	font-size: 17px;
	padding-left: 10px;
}
.overview-projekt-col2 {
	width: 15%;
	text-align: right;
	font-size: 17px;
}
.overview-projekt-col3 {
	width: 15%;
	text-align: right;
	font-size: 17px;
	padding-right: 20px;
	
}
.overview-projekt-col5 {
	width: 5%;
	text-align: left;
	font-size: 17px;
	padding-left: 0px;
	margin-left: 20px;
}
.overview-projekt-col5 img {
	width: 24px;
	height: 24px;
}
@media only screen and (max-width: 766px) {
	.overview-projekt-col1 {
		width: 100%;
		font-size: 16px;
		padding-left: 5px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		line-height: 24px;
		padding: 5px;
	}
	.overview-projekt-col2 {
		width: 50%;
		text-align: left;
		font-size: 16px;
		padding-left: 5px;
		padding-bottom: 10px;
	}
	.overview-projekt-col3 {
		width: 50%;
		text-align: right;
		font-size: 16px;
		padding-right: 5px;
		padding-bottom: 10px;
	}
	.overview-projekt-col5 {
		text-align: left;
		font-size: 13px;
		padding-right: 0px;
		padding-left: 0px;
		margin-left: 0px;
	}
	.overview-row .overview-projekt-col5 {
		width: 50%;
		display: flex;
		text-align: left;
		font-size: 13px;
		padding-right: 0px;
		padding-left: 0px;
		margin-left: 0px;
	}
	.overview-projekt-col5 img {
		margin-top: 10px;
		margin-bottom: 10px;
		width: 40px;
		height: 40px;
	}
	.einbezahlt img {
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 36px;
		height: 36px;
		margin-right: 14px;
	}
	.fpdf img {
		margin-top: 10px;
		margin-bottom: 10px;
		width: 36px;
		height: 36px;
		margin-right: 30px;
	}
}
.stunden-row {
	width: 100%;
	<!-- height: 30px; -->
	min-height: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 0px;
	justify-content: center;
	font-size: 16px;
}
.stunden-row:hover {
	cursor: pointer;
}
.overview-col4 {
	width: 17%;
	text-align: left;
	padding-left: 20px;
}
.overview-col1 {
	width: 63%;
	text-align: left;
	padding-left: 0px;
}
.overview-col2 {
	width: 10%;
	color: #913443 text-align: right;
}
.overview-col3 {
	width: 10%;
	text-align: right;
	padding-right: 20px;
}
@media only screen and (max-width: 766px) {
	.stunden-row {
		width: auto;
		height: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-top: 0px;
		justify-content: center;
		margin-left: 15px;
		margin-right: 15px;
		color: #ddd;
		flex-wrap: wrap;
		padding-left: 15px;
	}
	.overview-col4 {
		width: 100%;
		text-align: left;
		padding-left: 5px;
		font-size: 18px;
		margin-top: 15px;
		color: #aaa;
	}
	.overview-col1 {
		height: 24px;
		line-height: 24px;
		width: 100%;
		text-align: left;
		padding-left: 20px;
		padding-right: 10px;
		font-size: 16px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		margin-top: 5px;
	}
	.overview-col2 {
		width: 20%;
		color: #556677;
		text-align: left;
		font-size: 16px;
		margin-top: 5px;
		flex-grow: 1;
		padding-left: 20px;
	}
	.overview-col3 {
		width: 20%;
		color: #556677;
		text-align: right;
		padding-right: 5px;
		font-size: 16px;
		flex-grow: 1;
		margin-top: 5px;
		padding-right: 15px;
	}
}
.settings-content {
	width: 100%;
	height: 800px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.settings-col50 {
	width: 49%;
	padding: 20px;
	border: solid 1px #D0D0D0;
	margin-bottom: 30px;
}
@media only screen and (max-width: 766px) {
	.settings-col50 {
		width: 100%;
	}
}
.settings-row {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	cursor: pointer;
}
.settings-col1 {
	width: 70%;
}
.settings-col2 {
	width: 30%;
}
.settings-col3 {
	width: 45%;
}
.settings-col4 {
	width: 30%;
	text-align: right;
}
.settings-col5 {
	width: 25%;
}
.anzeigen-projekte {
	width: 100%;
	display: none;
	margin-left: 36px;
	margin-right: 36px;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
@media only screen and (max-width: 766px) {
	.anzeigen-projekte {
		margin-left: 0px;
		margin-right: 0px;
	}
}
.invoice-row {
	width: 95%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 13px;
}
.positionen {
	width: 100%;
	font-size: 10px;
}
.invoice-col-1 {
	width: 32%;
	text-align: left;
}
.invoice-col-2 {
	width: 70%;
	text-align: left;
}
.invoice-col-3 {
	width: 15%;
	text-align: left;
}
.invoice-col-4 {
	width: 20%;
	text-align: right;
}
.invoice-col-5 {
	width: 30%;
	text-align: right;
}
.invoice-col-6 {
	width: 10%;
	text-align: right;
}
.invoice-col-7 {
	width: 65%;
	text-align: left;
}
.invoice-total {
	width: 50%;
	text-align: right;
}
.invoice-total-left {
	width: 50%;
	text-align: left;
}

.rech-green {
	background: #6e4080;
		border-radius: 4px;
	padding: 10px;
	margin: 3px;
		margin-left: 0;
}

.rech-rot {
	background: #728040;
	border-radius: 4px;
	padding: 10px;
	margin: 3px;
	margin-left: 0;
}
.rech-green2 {
	background: #341e3d;
		border-radius: 4px;
	padding: 10px;
	margin: 3px;
		margin-left: 0;
}

.rech-rot2 {
	background: #31371b;
	border-radius: 4px;
	padding: 10px;
	margin: 3px;
	margin-left: 0;
}

.icon-buchhaltung {
	padding: 30px;
	background: #407e80;
	margin: 20px;
	border-radius: 4px;
	font-size: 1.6em;
	font-weight: bold;
	width: 100%;
	margin-left: 36px;
  margin-right: 36px;
  text-align:center;
}

.goto-buchhaltung {
	position: absolute;
	right: 33%;
	top: 12%;
	padding: 10px 30px 10px 30px;
	background: #407e80;
	--margin: 20px;
	border-radius: 4px;
	font-size: 1.6em;
	font-weight: bold;
	--width: 100%;

  text-align:center;
}

/* MODERN APPLICATION THEME ------------------------------------------------- */
:root {
	--bg: #0b1020;
	--surface: #121a2d;
	--surface-2: #182238;
	--surface-3: #202c45;
	--border: rgba(255, 255, 255, 0.09);
	--text: #edf2ff;
	--muted: #93a3bd;
	--primary: #7c6cff;
	--primary-strong: #6756f4;
	--accent: #62d3b4;
	--danger: #ff6b81;
	--warning: #f0a75c;
	--radius: 14px;
	--radius-sm: 10px;
	--shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

html { scroll-behavior: smooth; }
body {
	min-height: 100vh;
	background: radial-gradient(circle at 12% 0%, #172347 0, var(--bg) 35rem) fixed;
	color: var(--text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.5;
}
h1, h2, h3 { font-family: inherit; }
button, input, select, textarea { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
	outline: 3px solid rgba(124, 108, 255, 0.42);
	outline-offset: 2px;
}

.btn_seite_laden { cursor: pointer; }
.btn_seite_laden:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.content {
	min-height: 100vh;
	height: auto;
	background: transparent;
	font-family: inherit;
}
#live_data {
	display: block !important;
	width: min(1180px, 100%);
	max-width: 1180px;
	margin: 92px auto 0;
	padding: 30px 30px 80px;
}
.nav-container {
	width: min(1180px, calc(100% - 32px));
	max-width: 1180px;
	height: 68px;
	top: 12px;
	padding: 0 18px;
	background: rgba(18, 26, 45, 0.88);
	border: 1px solid var(--border);
	border-radius: 18px;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(18px);
}
.nav_logo { flex: 0 0 auto; }
.nav_logo img { width: 34px; height: 34px; }
nav .link, .logout-button {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	color: var(--muted);
	transition: color .2s ease, background .2s ease;
}
nav .link:hover, .logout-button:hover { color: var(--text); }
.logout-form { width: auto; margin: 0; }
.logout-button {
	width: auto;
	height: auto;
	padding: 10px 0;
	background: transparent;
}
.displayUpdate, .displayUpdateLogin {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	width: min(520px, calc(100% - 32px));
	height: auto;
	min-height: 48px;
	padding: 13px 20px;
	line-height: 1.4;
	background: var(--surface-3);
	border: 1px solid var(--border);
	border-radius: 12px;
	box-shadow: var(--shadow);
	z-index: 1000 !important;
}
.page-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	margin-bottom: 28px;
}
.haupttitel {
	width: auto;
	padding: 0;
	margin: 0 0 4px;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 760;
	line-height: 1.08;
	letter-spacing: -.035em;
	color: var(--text);
}
.untertitel {
	position: static;
	width: auto;
	padding: 0;
	margin: 0;
	font-size: 15px;
	letter-spacing: 0;
	color: var(--muted);
}
.searcher {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	display: flex;
	align-items: center;
	width: min(420px, 44vw);
	height: 48px;
	padding: 0 8px 0 46px;
	background: rgba(18, 26, 45, .82);
	border: 1px solid var(--border);
	border-radius: 14px;
	color: var(--text);
	line-height: 1;
}
.searcher-icon { left: 14px; top: 11px; width: 23px; height: 23px; opacity: .68; }
.searcher input, #suche-stunden, #kunden_name {
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0 8px;
	border: 0;
	background: transparent;
	color: var(--text);
	font-size: 15px;
	line-height: 46px;
}
.searcher .suche-close { flex: 0 0 30px; }
.customer-create { width: min(540px, 52vw); }
.customer-create #btn_add_kunde { width: auto; height: 34px; padding: 0 14px; font-size: 13px; }
input, select, textarea, .felder {
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	background: var(--surface);
	color: var(--text);
	font-size: 15px;
	line-height: 1.4;
}
textarea { min-height: 110px; resize: vertical; font-family: inherit; }
select, select option { background: var(--surface); color: var(--text); }
.input-full, .input-half, .input-1-quarter, .input-3-quarter {
	width: 100%;
	margin: 0;
}
button, .button {
	width: auto;
	min-height: 42px;
	height: auto;
	padding: 10px 18px;
	border: 0;
	border-radius: var(--radius-sm);
	font-weight: 700;
	color: #fff;
	transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
button:hover, .button:hover { transform: translateY(-1px); }
.green, .green:hover {
	background: linear-gradient(135deg, var(--primary), var(--primary-strong));
	font-size: 14px;
	box-shadow: 0 8px 22px rgba(103, 86, 244, .28);
}
.button.secondary { background: var(--surface-2); border: 1px solid var(--border); color: var(--text); }
.button.compact, .compact { min-height: 36px; padding: 7px 12px; font-size: 12px; }
.primary-action { margin: 0 0 20px; }
.icon-button, button.icon-button, a.icon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	min-width: 34px;
	height: 34px;
	min-height: 34px;
	padding: 7px;
	margin: 0;
	background: rgba(255, 255, 255, .055);
	border: 1px solid var(--border);
	border-radius: 9px;
	color: var(--text);
}
.icon-button img { width: 100%; height: 100%; object-fit: contain; opacity: .82; }
.icon-button:hover { background: rgba(255, 255, 255, .1); }
.section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}
.section-heading h2 { font-size: 17px; font-weight: 720; color: var(--text); }
.section-heading > span { font-size: 12px; color: var(--muted); }
.dashboard-section { width: 100%; margin: 0 0 34px; scroll-margin-top: 96px; }
.count-badge, .status-pill, .year-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(124, 108, 255, .15);
	color: #c8c1ff;
	font-size: 12px;
	font-weight: 700;
}
.count-badge.warning { background: rgba(240, 167, 92, .14); color: #ffc786; }
.count-badge.muted { background: rgba(147, 163, 189, .12); color: var(--muted); }
.empty-state {
	width: 100%;
	padding: 28px;
	text-align: center;
	color: var(--muted);
	background: rgba(18, 26, 45, .55);
	border: 1px dashed var(--border);
	border-radius: var(--radius);
}
.empty-state.success { color: var(--accent); }
.overview-group { width: 100%; margin-bottom: 10px; }
.overview-row-main, .overview-row-main-buchhaltung {
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
	min-height: 58px;
	margin: 0;
	padding: 14px 18px;
	justify-content: space-between;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: none;
	color: var(--text);
	text-align: left;
}
.overview-row-main:hover, .overview-row-main-buchhaltung:hover {
	background: var(--surface-2);
	transform: none;
}
.overview-main-col1 {
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
	padding: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}
.overview-main-col2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
}
.arrow {
	display: inline-grid;
	place-items: center;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	color: var(--muted);
	opacity: .8;
	transition: transform .18s ease, color .18s ease;
}
.arrow::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(-45deg);
}
.overview-row-main[aria-expanded="true"] {
	background: var(--surface-2);
	border-radius: var(--radius) var(--radius) 0 0;
}
.overview-row-main[aria-expanded="true"] .arrow {
	transform: rotate(90deg);
	color: var(--accent);
}
.anzeigen-projekte {
	width: 100%;
	box-sizing: border-box;
	margin: -1px 0 0;
	padding: 0;
	background: rgba(18, 26, 45, .55);
	border: 1px solid var(--border);
	border-top: 0;
	border-radius: 0 0 var(--radius) var(--radius);
	overflow: hidden;
}
.overview-row, .stunden-row {
	width: 100%;
	margin: 0;
	padding: 13px 14px;
	gap: 10px;
	background: transparent;
	border-bottom: 1px solid var(--border);
	color: var(--text);
}
.overview-row:last-child, .stunden-row:last-child { border-bottom: 0; }
.overview-row:hover, .stunden-row:hover { background: rgba(255, 255, 255, .025); }
.overview-projekt-col1 { flex: 1 1 260px; }
.overview-projekt-col1 span { display: block; margin-top: 3px; font-size: 12px; color: var(--muted); }
.overview-projekt-col2 { flex: 0 0 100px; text-align: right; color: var(--muted); }
.overview-projekt-col3 { flex: 0 0 130px; text-align: right; font-weight: 720; color: var(--accent); }
.overview-col1 { flex: 1 1 280px; }
.overview-col2 { flex: 0 0 100px; text-align: right; }
.overview-col3 { flex: 0 0 130px; text-align: right; color: var(--accent); }
.overview-col4 { flex: 0 0 170px; color: var(--muted); font-size: 11px; }
.kunden-darstellen { gap: 10px; }
.kunden-wrap {
	width: 100%;
	height: auto;
	min-height: 58px;
	margin: 0;
	padding: 11px 13px;
	justify-content: flex-start;
	gap: 10px;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: none;
}
.kunden-wrap:hover { background: var(--surface-2); }
.customer-name-button {
	flex: 1;
	justify-content: flex-start;
	min-height: 36px;
	padding: 4px 8px;
	background: transparent;
	color: var(--text);
	text-align: left;
}
.customer-meta { color: var(--muted); font-size: 12px; }
.projekt-list { width: 100%; }
.projekt-row, .stunden-stunden-row, .settings-row {
	width: 100%;
	min-height: 58px;
	height: auto;
	margin: 0 0 7px;
	padding: 11px 14px;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 12px;
	box-shadow: none;
	color: var(--text);
}
.projekt-row:hover, .stunden-stunden-row:hover, .settings-row:hover { background: var(--surface-2); }
.projekt-row.title, .stunden-stunden-row.title {
	min-height: 34px;
	padding: 4px 14px;
	background: transparent;
	border: 0;
	color: var(--muted);
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .07em;
}
.projekt-row.archived, .projekt-row.deleted, .stunden-stunden-row.deleted { opacity: .5; }
.projekt-col1 { flex: 1 1 250px; width: auto; }
.projekt-col2 { flex: 1 1 210px; width: auto; }
.projekt-col3 { flex: 0 0 150px; width: auto; }
.projekt-actions { display: flex; justify-content: flex-end; gap: 7px; flex: 0 0 135px; text-align: right; }
.list-divider {
	margin: 24px 0 10px;
	padding: 8px 2px;
	color: var(--muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.time-entry-card {
	width: 100%;
	margin: 0 0 24px;
	padding: 20px;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
}
.time-entry-card .stunden-hinzufügen-container {
	display: grid;
	grid-template-columns: minmax(145px, .8fr) minmax(100px, .55fr) minmax(250px, 1.8fr) minmax(170px, 1fr) minmax(210px, 1.25fr) minmax(130px, auto);
	grid-template-areas: "date minutes comment effort project submit";
	align-items: end;
	justify-content: stretch;
	gap: 14px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	min-height: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: inherit;
	cursor: default;
}
.stunden-hinzufügen-container label, .editier-content label { display: grid; gap: 6px; color: var(--muted); font-size: 12px; }
.time-entry-card .time-field {
	grid-template-rows: auto 46px;
	min-width: 0;
	margin: 0;
	font-weight: 650;
}
.time-field-date { grid-area: date; }
.time-field-minutes { grid-area: minutes; }
.time-field-comment { grid-area: comment; }
.time-field-effort { grid-area: effort; }
.time-field-project { grid-area: project; }
.time-entry-card #dasdatum,
.time-entry-card #diestunden,
.time-entry-card #tätigkeit,
.time-entry-card #aufwaende_id,
.time-entry-card #dasprojekt_id {
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	height: 46px;
	margin: 0;
	padding: 0 13px;
	font-size: 15px;
}
.time-entry-card .time-entry-submit {
	grid-area: submit;
	align-self: end;
	width: 100%;
	height: 46px;
	min-height: 46px;
	margin: 0;
	padding: 0 16px;
}
@media (max-width: 1200px) {
	.time-entry-card .stunden-hinzufügen-container {
		grid-template-columns: minmax(145px, .8fr) minmax(100px, .55fr) repeat(2, minmax(190px, 1fr));
		grid-template-areas:
			"date minutes comment comment"
			"effort project project submit";
	}
}
.stunden-col1 { flex: 1 1 170px; width: auto; }
.stunden-col2 { flex: 1 1 160px; width: auto; }
.stunden-col3 { flex: 2 1 260px; width: auto; }
.stunden-col5 { flex: 0 0 115px; width: auto; }
.stunden-col6 { flex: 0 0 65px; width: auto; text-align: right; }
.stunden-col7 { flex: 0 0 110px; width: auto; display: flex; justify-content: flex-end; }
.settings-content { width: 100%; height: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.settings-panel { padding: 20px; background: rgba(18, 26, 45, .55); border: 1px solid var(--border); border-radius: var(--radius); }
.settings-row { cursor: pointer; }
.settings-col2, .settings-col5 { display: flex; justify-content: flex-end; }
#overlay { z-index: 250; background: rgba(3, 7, 18, .72); opacity: 1; backdrop-filter: blur(6px); }
#editier-div, #projekt-editier-div, #projekt-hinzufügen-div, #stunden-editier-div, #adresse-editier-div {
	position: fixed;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	transform: translate(-50%, -50%);
	width: min(560px, calc(100% - 32px));
	height: auto;
	max-height: calc(100vh - 48px);
	margin: 0;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 18px;
	box-shadow: var(--shadow);
	z-index: 300;
	overflow: auto;
}
.editier-header { height: auto; padding: 18px 20px; align-items: center; border-bottom: 1px solid var(--border); color: var(--text); }
.editier-titel { font-size: 18px; font-weight: 740; }
.editier-close { margin-left: auto; }
.editier-content { display: grid; gap: 12px; padding: 20px; }
.editier-button { margin-top: 6px; }
.invoice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 10px; }
.invoice-alert { display: flex; justify-content: space-between; gap: 15px; padding: 15px; background: rgba(255, 107, 129, .08); border: 1px solid rgba(255, 107, 129, .2); border-radius: 12px; }
.invoice-alert strong { color: #ff9aac; }
.invoice-summary .paid-mark { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; }
.paid-mark img { max-width: 28px; max-height: 28px; }
.accounting-section { margin-top: 46px; }
.accounting-card { margin-bottom: 12px; }
.accounting-split { display: flex; gap: 12px; padding: 10px 16px; background: rgba(18, 26, 45, .55); color: var(--muted); }
.accounting-split span { flex: 1; display: flex; justify-content: space-between; }
.accounting-details { display: none; }
.metric-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; width: 100%; margin-bottom: 22px; }
.metric-card { padding: 22px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); }
.metric-card > span, .metric-card small { display: block; color: var(--muted); }
.metric-card strong { display: block; margin: 7px 0; font-size: clamp(26px, 4vw, 40px); line-height: 1.1; }
.metric-card.danger strong { color: #ff9aac; }
.metric-card.success strong { color: var(--accent); }
.chart-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; width: 100%; margin-bottom: 22px; }
.chart-card { min-width: 0; padding: 20px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); }
.chart-card.full-width { grid-column: 1 / -1; }
.chart-wrap { position: relative; height: 270px; }
.leaderboard-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; width: 100%; margin-bottom: 22px; }
.leaderboard-card { padding: 20px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); }
.leaderboard-row, .history-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--border); }
.leaderboard-row:last-child, .history-row:last-child { border-bottom: 0; }
.leaderboard-row span { color: var(--muted); }
.history-section { padding: 20px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); }
.history-row > span:nth-child(2) { flex: 1; }
.standalone-report { width: min(900px, calc(100% - 32px)); margin: 0 auto; padding: 56px 0; }
.report-table { padding: 8px 18px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); }
.report-row { display: grid; grid-template-columns: 1fr 110px 160px; gap: 16px; align-items: center; padding: 15px 4px; border-bottom: 1px solid var(--border); }
.report-row > :nth-child(2), .report-row > :nth-child(3) { text-align: right; }
.report-row.total { border-bottom: 0; color: var(--accent); font-size: 17px; }

/* Dashboard KPI Top Widgets */
.dashboard-kpi-wrapper { display: flex; flex-direction: column; gap: 14px; margin-bottom: 30px; width: 100%; }
.kpi-workhours { background: #111a2d; border: 1px solid #263149; border-radius: 18px; padding: 18px 22px; }
.kpi-workhours-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.kpi-workhours-col { display: flex; flex-direction: column; }
.kpi-workhours-label { color: #a5b0c7; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.kpi-workhours-val { color: #f7f8ff; font-size: 20px; font-weight: 900; margin-top: 2px; }
.kpi-workhours-unit { font-size: 13px; color: #a5b0c7; font-weight: 600; }
.kpi-workhours-divider { width: 1px; height: 32px; background: #263149; }
.kpi-workhours-btn { background: #351b34; color: #e84f70; border: 1px solid rgba(232, 79, 112, 0.3); border-radius: 12px; padding: 8px 16px; font-size: 13px; font-weight: 900; cursor: pointer; transition: all 0.2s ease; }
.kpi-workhours-btn:hover { background: #e84f70; color: #fff; }
.kpi-workhours-track { height: 7px; background: #0d1528; border-radius: 6px; overflow: hidden; }
.kpi-workhours-fill { height: 100%; background: #e84f70; border-radius: 6px; transition: width 0.4s ease; }

.kpi-metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; width: 100%; }
.kpi-metric-card { background: #111a2d; border: 1px solid #263149; border-radius: 18px; padding: 18px 20px; display: flex; flex-direction: column; justify-content: space-between; min-height: 104px; cursor: pointer; transition: transform 0.15s ease, border-color 0.15s ease; }
.kpi-metric-card:hover { transform: translateY(-2px); border-color: rgba(232, 79, 112, 0.5); }
.kpi-metric-accent { background: #e84f70; border-color: #e84f70; }
.kpi-metric-accent:hover { border-color: #ff7895; }
.kpi-metric-val { font-size: 28px; font-weight: 900; color: #f7f8ff; line-height: 1.1; }
.kpi-metric-accent .kpi-metric-val { color: #fff; }
.kpi-metric-unit { font-size: 14px; font-weight: 600; }
.kpi-metric-sublabel { color: #a5b0c7; font-size: 12px; font-weight: 700; margin-top: 3px; }
.kpi-metric-accent .kpi-metric-sublabel { color: #ffd0da; }
.kpi-metric-label { color: #a5b0c7; font-size: 12px; font-weight: 600; margin-top: 10px; }
.kpi-metric-accent .kpi-metric-label { color: #ffe2e8; }

.kpi-recent-wrap { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 2px; }
.kpi-recent-title { color: #a5b0c7; font-size: 12px; font-weight: 700; }
.kpi-recent-list { display: flex; gap: 8px; flex-wrap: wrap; }
.kpi-recent-chip { display: inline-flex; align-items: center; background: #111a2d; border: 1px solid #263149; border-radius: 12px; padding: 7px 13px; color: #f7f8ff; font-size: 12px; font-weight: 700; cursor: pointer; transition: all 0.15s ease; }
.kpi-recent-chip:hover { border-color: #e84f70; background: #16223b; }
.kpi-recent-plus { color: #e84f70; font-weight: 900; margin-right: 6px; }

.kpi-radar-card { background: #111a2d; border: 1px solid #263149; border-radius: 18px; padding: 18px 20px; cursor: pointer; transition: border-color 0.15s ease; }
.kpi-radar-card:hover { border-color: rgba(232, 79, 112, 0.4); }
.kpi-radar-title { color: #f7f8ff; font-size: 14px; font-weight: 800; margin-bottom: 12px; }
.kpi-radar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.kpi-radar-item { background: #0d1528; border: 1px solid transparent; border-radius: 12px; padding: 12px 14px; }
.kpi-radar-alert { background: #3b1219; border-color: rgba(239, 68, 68, 0.25); }
.kpi-radar-warning { background: #2f2413; border-color: rgba(245, 158, 11, 0.25); }
.kpi-radar-label { color: #a5b0c7; font-size: 11px; font-weight: 700; }
.kpi-radar-label-alert { color: #fca5a5; }
.kpi-radar-label-warning { color: #fde68a; }
.kpi-radar-val { color: #f7f8ff; font-size: 15px; font-weight: 900; margin-top: 4px; }
.kpi-radar-val-alert { color: #ef4444; }
.kpi-radar-val-success { color: #55d6b0; }

.kpi-focus-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 14px; }
.kpi-focus-card { background: #111a2d; border: 1px solid #263149; border-radius: 18px; padding: 18px 20px; }
.kpi-focus-card.btn_seite_laden { cursor: pointer; }
.kpi-focus-card.btn_seite_laden:hover { border-color: rgba(232, 79, 112, 0.4); }
.kpi-focus-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 6px; }
.kpi-focus-title { color: #f7f8ff; font-size: 14px; font-weight: 800; }
.kpi-focus-subtitle { color: #a5b0c7; font-size: 13px; margin-top: 2px; }
.kpi-focus-meta { color: #e84f70; font-size: 15px; font-weight: 900; }
.kpi-focus-body { color: #a5b0c7; font-size: 12px; margin-top: 6px; }
.kpi-focus-alert { color: #ef4444; font-weight: 700; }

.kpi-progress-item { margin-bottom: 12px; }
.kpi-progress-item:last-child { margin-bottom: 0; }
.kpi-progress-top { display: flex; justify-content: space-between; align-items: center; font-size: 13px; margin-bottom: 5px; }
.kpi-progress-name { color: #f7f8ff; font-weight: 700; }
.kpi-progress-customer { color: #a5b0c7; font-size: 12px; }
.kpi-progress-percent { font-weight: 900; font-size: 13px; }
.kpi-progress-track { height: 7px; background: #0d1528; border-radius: 6px; overflow: hidden; }
.kpi-progress-fill { height: 100%; border-radius: 6px; }
.kpi-progress-caption { display: flex; justify-content: space-between; color: #a5b0c7; font-size: 11px; margin-top: 4px; }

@media (max-width: 820px) {
	#live_data { margin-top: 72px; padding: 24px 16px 60px; }
	.page-heading { align-items: stretch; flex-direction: column; }
	.searcher, .customer-create { width: 100%; }
	.time-entry-card .stunden-hinzufügen-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-areas:
			"date minutes"
			"comment comment"
			"effort project"
			"submit submit";
	}
	.settings-content, .metric-grid, .chart-grid, .leaderboard-grid, .kpi-metrics-grid, .kpi-radar-grid, .kpi-focus-grid { grid-template-columns: 1fr; }
	.chart-card.full-width { grid-column: auto; }
	.projekt-row.title, .stunden-stunden-row.title { display: none; }
	.projekt-row, .stunden-stunden-row { flex-wrap: wrap; gap: 8px; }
	.projekt-col1, .projekt-col2, .stunden-col1, .stunden-col2, .stunden-col3 { flex: 1 1 44%; }
	.projekt-actions { flex: 1 1 100%; }
	.overview-row, .stunden-row { flex-wrap: wrap; }
	.overview-projekt-col1, .overview-col1 { flex: 1 1 calc(100% - 90px); }
	.overview-projekt-col2, .overview-projekt-col3, .overview-col2, .overview-col3, .overview-col4 { flex: 1 1 auto; text-align: left; }
}

@media (max-width: 540px) {
	#live_data { padding-left: 12px; padding-right: 12px; }
	.nav-container { width: calc(100% - 20px); top: 8px; border-radius: 14px; }
	.haupttitel { font-size: 34px; }
	.time-entry-card { padding: 16px; }
	.time-entry-card .stunden-hinzufügen-container {
		grid-template-columns: 1fr;
		grid-template-areas: "date" "minutes" "comment" "effort" "project" "submit";
	}
	.customer-create { flex-wrap: wrap; height: auto; padding-top: 5px; padding-bottom: 5px; }
	.customer-meta { display: none; }
	.kunden-wrap { padding: 9px; }
	.accounting-split { flex-direction: column; }
	.kpi-workhours-header { flex-wrap: wrap; }
	.kpi-workhours-btn { width: 100%; text-align: center; }
}
