
@font-face {
  font-family: conthrax;
  src: url(/wp-content/uploads/conthrax-sb-2.ttf);
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    background-color: #9d9d9c; /*ffffff;*/
    color: #4c4d52;
}

h1 h2 h3 p {
		font-weight: normal;
}

a {
  color: #4c4d52;
}

/* Table */
table,
th,
td {
	color: #4c4d52;
}



input {
	border: none;
	width: 80%;
  padding: 10px 15px;
  margin: 8px 0;
  box-sizing: border-box;
  font-size: 16px;
}

/* Standard-Styling für die Checkbox */
input[type="checkbox"] {
  width: 25px; /* Breite */
  height: 25px; /* Höhe */
  offtransform: scale(1.5); /* Skalierung */
  cursor: pointer; /* Zeiger ändern */
}

/* Optional: Für bessere Darstellung */
input[type="checkbox"]:checked {
  background-color: #4CAF50; /* Hintergrundfarbe wenn aktiv */
  border: 2px solid #4CAF50; /* Rahmenfarbe wenn aktiv */
}

.inputdocumentname {
	border: none;
	width: 80%;
  padding: 10px 15px;
  margin: 8px 0;
  box-sizing: border-box;
  font-size: 24px;
}

select {
	font-size: 16px;
}

button {
		background-color: #166984;
		color: #ffffff;		
		font-size: 16px;
  	padding: 5px 15px;
  	margin: 8px 0;
    border-radius: 5px;
    border: 1px solid #9d9d9c;
    min-height: 40px;
}

[hidden] {
	display: none;
}

.shortinput input {
	width: 10%;
}


.clickable {
    cursor: pointer;
}

.rotate {
		offtransform: rotate(270deg);
		transform: rotate(-90deg) translate(100%, 0);
		transform-origin: right bottom;
}

.listtable {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-right: 140px;
}


.listtable table {
	margin-left: 70px;
	width: 100%; 
  border-spacing: 1px;
}


.listtable tr {
	height: 49px;
}


.listtable th {
	color: #4c4d52;
	border-right: 1px solid #4c4d52;
	border-bottom: 8px solid #9d9d9c;
	font-size: 14px;
}

.listtable td {
	background-color: #c6c6c6;
	border-bottom: 8px solid #9d9d9c;
	border-right: 1px solid #9d9d9c;
	padding-left: 8px;
	font-size: 16px;
}

.listtable img {
  width: 25px;
  height: 25px;
  margin-right: 4px;

}

.zeileinaktiv td {
  opacity: 0.30;
}

.zeileneu td {
  border: 2px dashed #c6c6c6;
  color: #c6c6c6;
  background-color: #9d9d9c;  
  border-radius: 15px;
}

.zeileneu td:hover {
  border: 2px solid #c6c6c6;
}

.zelleaction {
  border-radius: 0px 5px 11px 0px;
  text-align: right;
  padding-right: 8px;

}


.zelleicon {
  padding: 0px;
  margin: 0px;
  width: 40px;
  height: 48px;
  overflow: hidden;
	border-size: 0px;
  background: url(/sadfsaf/svg.php/resource/icons/colored/Digitaler_Nachlass/google.svg?bgcolor=eed447);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border-radius: 5px 0px 0px 11px;
}

.zelleiconbig {
  padding: 0px;
  margin: 0px;
  width: 80px;
  height: 88px;
  overflow: hidden;
	border-size: 0px;
  background: url(/sadfsaf/svg.php/resource/icons/colored/Digitaler_Nachlass/google.svg?bgcolor=eed447);
  background-repeat: no-repeat;
  background-size: 80px 80px;
  border-radius: 5px 0px 0px 11px;
}

p.trenner {
    text-align: center;
    position: relative;
    font-size: 1.5em;
    color: #fff;
    margin: 20px 0;
    color: #4c4d52;

}

p.trenner::before,
p.trenner::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 35%;
    height: 4px;
    margin-left: 70px;
    margin-right: 70px;
    background-color: #2fa8d6; /* Farbe der Linie */
}

p.trenner::before {
    left: 0;
}

p.trenner::after {
    right: 0;
}



/* End Table */

/* Title Bar */
.title-bar {
    background-color: #ffffff;
    color: #4c4d52;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    offborder-bottom-left-radius: 15px;
    offborder-bottom-right-radius: 15px;
}

.title-bar img {
    margin: 0;
    width: 150px;
}

/* Navigation */
.navigation {
    display: block;
}

.navigation a {
    color: #4c4d52;
    text-decoration: none;
    padding: 10px;
    font-family: "conthrax", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 30px;   
}

.navigation a:hover {
    color: #2fa8d6;
}


.colorswitch img {
	   width: 20px;	
}

.catbutton {
    background-color: #efd447;
    border: 1 solid black;
    padding: 1px 8px;
    color: #000000;
    border-radius: 25px;
}


.register-button {
    background-color: #efd447;
    border: none;
    padding: 8px 30px;
    color: #000000;
    border-radius: 15px;
    cursor: pointer;
}

.register-button:hover {
    color: #ffffff;
}

.account-button {
    background-color: #2fa8d6;
    border: none;
    padding: 8px 50px;
    color: #ffffff;
    border-radius: 15px;
    cursor: pointer;
}

.account-button:hover {
    color: #000000;
}


/* Alerts and Signing and Overlayed */

.alertgrey {
    position: fixed;
  	width:100%;
  	background-color: black;
    opacity: 0.7;
    height: calc(100vh - 60px);
    z-index: 100;
}

.alertbox  {
    position: fixed;
  	background-color: #2fa8d6;
  	color: #ffffff;
  	text-align: left;
  	font-size: 16px;
  	font-family: Avenir, Helvetica, Arial, sans-serif;
    width: 470px;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    border-radius: 15px;
    overflow: auto;
    padding: 40px;
}

.alertbox img {
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.alertbox h1 {
		font-weight: normal;
		font-size: 40px;
}


.infobox {
    position: fixed;
  	background-color: #2fa8d6;
  	color: #ffffff;
  	text-align: center;
  	font-size: 14px;
  	font-family: Avenir, Helvetica, Arial, sans-serif;
    min-width: 100px;
    min-height: 20px;
    top: 10px;
    right: 10px;
    z-index: 150;
    border-radius: 15px;
    overflow: auto;
    padding: 15px;
}

.formbox {
    position: fixed;
  	background-color: #c6c6c6;
  	color: #4c4d52;
  	text-align: left;
  	font-size: 16px;
  	font-family: Avenir, Helvetica, Arial, sans-serif;
    width: 1200px;
    height: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    border-radius: 15px;
    overflow: auto;
    padding: 40px;
}

.formbox h1 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 8px 18px;
  	background-color: #2fa8d6;
		font-weight: normal;
		font-size: 40px;
		color: #ffffff;
    border-radius: 15px;
}

.formbox div {
		padding: 50px 15px;
}


.cardzweispaltig {
		columns: 2; 
		column-gap: 70px;
		column-rule: 2px solid #ffffff;
}

.zweispaltig {
		columns: 2; 
		column-gap: 70px;
		column-rule: 2px solid #4c4d52;
}

.zweispaltig hr {
		margin-top: 19px;	    
		margin-bottom: 19px;
    border: 1px solid #4c4d52;
}



.warning {
		background-color: #ff0000;
}

.formbox img {
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}


/* Container and Layout */
.container {
    display: grid;
    grid-template-rows: auto;
    height: calc(100vh - 60px);
    z-index: 10;
    transition: all 2s;
}

.containerfull {
    grid-template-columns: 250px 10px 1fr 10px 250px;
}

.containeronlymain {
    grid-template-columns: 50px 10px 1fr 10px 50px;
}

.overflowhidden {
		overflow: hidden;
}

#context-menu {
	background-color: #c6c6c6;
	color: #4c4d52;
	border-radius: 15px;
	border: 1px solid #000000;
	position: absolute;
	z-index: 999;
	padding: 10px;
	text-align: left;
}


.container .pfeil {
		background-color: #9d9d9c;
    padding-top: calc(50vh - 60px);
    color: #FFFFFF;
}

.pfeil img {
    width: 10px;
    height: 20px;
}

/* Sidebar */
.sidebar {
    background-color: #c6c6c6;
    padding: 20px;
    color: #4c4d52;
}

.sidebar hr {
    margin-top: 19px;
    border: 1px solid #4c4d52;
}

.sidebar h2 {
    margin-bottom: 19px;
    font-size: 20px;
    font-family: "Sen", Sans-serif;
    color: #4c4d52;
}

.sidebar ul {
    padding-top: 15px;
    padding-bottom: 5px;
    list-style-type: none;
}

.sidebar ul li {
    margin: 15px 0;
    font-size: 18px;
    cursor: pointer;
    height: 40px;
    border-radius: 5px;
    margin-left: 40px;
}


.sidebar ul li img {
    width: 40px;
    height: 40px;
    margin-bottom: -12px;
    margin-left: -29px;
    margin-right: 5px;
    border-right: solid 2px #c6c6c6;
}

.sidebaractive {
    color: #ffffff;
    background-color: #edd447;
}


.sidebar ul li:hover {
    color: #ffffff;
    background-color: #edd447;
}

.sidebaractive {
    color: #ffffff;
    background-color: #edd447;
}


/* Main Content */
.main-content {
    background-color: #9d9d9c;
    offmin-height: 1000px;
}

.header {
    background-color: #2fa8d6;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.header h1 {
    padding: 16px;
    color: #ffffff;
    font-size: 22px;
}

/* Teaser Box */
.teaser-box {
    background-color: #c6c6c6;
    margin: 30px;
    border-radius: 20px;
    width: 100%;
    text-align: left;
    color: #4c4d52;
}

.teaser-box img {
    width: 220px;
    float: left;
    margin-right: 20px;
}

.teaser-box p {
  	font-size: 18px;
}

.teaser-box h1 {
  	font-size: 25px;
  	margin: 20px;
}

/* Info Box */
.info-box {
    background-color: #c6c6c6;
    padding: 30px;
    margin: 30px;
    border-radius: 15px;
    width: 100%;
    text-align: center;
   
}

.info-box p {
    text-align: left;
  	font-size: 20px;
  	padding: 20px;
  	margin-left: 115px; 
  	border-left: 2px solid #4c4d52;

}

.info-box h2 {
    float: left;
  	font-size: 80px;
    border-radius: 45px;
    background-color: #000000;
    color: #c6c6c6;
    width: 90px;
    height: 90px;
}

.info-box h1 {
  	font-size: 22px;
}

.info-box hr {
    border: 1px solid #4c4d52;
    margin-bottom: 10px;
}

/* Overview and Cards */
.overview {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 40px; 
    margin-right: 40px;
}



.cardslist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px; /* Platz zwischen den Boxen */
    padding: 10px 70px;
    width: 100%; /* Die Breite soll sich dynamisch anpassen */
}

.card {
    background-color: #2fa8d6;
    color: #ffffff;
    border-radius: 15px;
    text-align: center;
    padding: 10px;
    flex-basis: calc(25% - 40px); /* Die Boxen passen sich an ein Drittel der Breite an */
    flex-grow: 1; /* Die Boxen können wachsen, um mehr Platz einzunehmen */
    min-width: 150px; /* Mindestbreite, um die Boxen nicht zu klein werden zu lassen */
}

.carddoppel {
    background-color: #2fa8d6;
    color: #ffffff;
    border-radius: 15px;
    text-align: center;
    padding: 10px;
    flex-basis: calc(50% - 40px); /* Die Boxen passen sich an ein Drittel der Breite an */
    flex-grow: 1; /* Die Boxen können wachsen, um mehr Platz einzunehmen */
    min-width: 300px; /* Mindestbreite, um die Boxen nicht zu klein werden zu lassen */
}

.cardfull {
    width: 100%; /* Volle Breite für große Boxen */
}

.card h1 {
		font-size: 20px;
		font-weight: normal;
}

.card h2 {
		font-size: 30px;
		font-weight: bold;
}

.card h3 {
		font-size: 50px;
		font-weight: bold;
}

.card hr {
    border: 1px solid #ffffff;
    margin: 8px;
}



/* Footer */
footer {
    background-color: #2fa8d6;
    color: #4c4d52;
    padding: 20px;
    margin: 30px;
    text-align: center;
    border-radius: 15px;
}

/* User Info */
.user-info {
    background-color: #c6c6c6;
    padding: 20px;
    color: #4c4d52;
}

.user-info h3 {
    color: #4c4d52;
}

.user-info img {
    width: 80px;
    border-radius: 39px;
}

.user-info ul {
		text-align: left;
}

.user-info li {
    clear: left;
    height: 44px;
}

.user-info .line {
    border-bottom: 1px solid;
    border-color: #4c4d52;

}

.user-info li img {
    width: 40px;
    border-radius: 5px;
    margin-bottom: -10px;
    margin-left: 0px;
    margin-right: 5px;
}

.user-info ul li p {
    text-align: right;
    margin-top: -18px;
}

.user-info ul li hr {
    margin-top: -1px;
    margin-left: 40px;
    border: 1px solid #4c4d52;
}


.user-info hr {
    margin-top: 29px;
    margin-bottom: 29px;
    border: 1px solid #4c4d52;
}

.profile {
    text-align: center;
    margin-bottom: 20px;
}

.profile h3 {
    margin-bottom: 5px;
}

/* User Details */
.user-details {
    font-size: 15px;
    list-style-type: none;
}

.user-details li {
    margin: 10px 0;
}

/* Manage People */
.manage-people {
    font-size: 16px;
    margin-top: 20px;
}

.manage-people ul {
    list-style-type: none;
    margin: 10px 0;
}

.manage-people ul li {
    margin: 5px 0;
}

.manage-people ul li p {
    text-align: left;
    margin-left: 50px;
    margin-top: -18px;
    color: #4c4d52;
}

.manage-people .add-people {
    color: #4c4d52;
}

.manage-people li img {
    width: 40px;
    border-radius: 20px;
    margin-bottom: -18px;
    margin-left: 0px;
    margin-right: 5px;
}



/* Cardpreview */
.cardpreview {
    font-size: 16px;
    margin-top: 20px;
}

.cardpreview ul {
    list-style-type: none;
    margin: 10px 0;
}

.cardpreview ul li {
    margin: 5px 0;
}

.cardpreview ul li p {
    text-align: left;
    margin-left: 50px;
    margin-top: -18px;
    color: #4c4d52;
}


.cardpreview li img {
    width: 40px;
    margin-bottom: -18px;
    margin-left: 0px;
    margin-right: 5px;
}