* {
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	/*--mdc-theme-primary: #086A87;
	--mdc-theme-primary: #B4045F;
	--mdc-theme-primary: green;
	--mdc-theme-primary: #7BC673; */ /* sitzung.at */
	/*--mdc-theme-on-primary: yellow;
	--mdc-theme-primary: darkred;
	--mdc-theme-on-primary: lightyellow;	
	--mdc-theme-secondary: red;
	--mdc-theme-on-secondary: cyan;*/
}
/*.mdl-card__title-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}*/
body {
	margin: 0px;
	height: 100%;
	/*display: flex;*/
}
mwc-textfield.rounded {
	--mdc-shape-small: 10px;
	height: 20px;
	--mdc-text-field-label-height: 5px;
}
mwc-textfield.rounded label {
	height: 0px;
}
#drawer-wrapper {	/*nicht in Verw.*/
	position:static;
	height: calc(100% - 64px);
}
h1 {
	font-size: 2em;
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
}

#ct3drawer, .mdc-drawer {
	height: calc(100% - 64px);
	/*overflow: hidden;*/
}
/*mwc-drawer */
.mdc-drawer {
	height: calc(100% - 64px);
}
#topsuchfeld {
	/*height: 30px;*/
	/*--mdc-notched-outline-border-radius: 18px;*/
	--mdc-notched-outline-leading-width: 18px;
	--mdc-notched-outline-leading-border-radius: 28px 0 0 28px;
	--mdc-notched-outline-trailing-border-radius: 0 28px 28px 0;
	
	--mdc-text-field-outlined-hover-border-color: var(--mdc-theme-on-primary, whitesmoke);
	--mdc-text-field-outlined-idle-border-color: var(--mdc-theme-on-primary, whitesmoke);
	
	/*--mdc-text-field-border-color: var(--mdc-theme-on-primary, whitesmoke);
	color: whitesmoke;*/
	--mdc-theme-primary: var(--mdc-theme-on-primary);
	/*--mdc-theme-on-primary: var(--mdc-theme-primaryx, red);
	color: var(--mdc-text-field-ink-color, whitesmoke);*/
	
	
	--mdc-text-field-label-ink-color: var(--mdc-theme-on-primary, whitesmoke);
	--mdc-text-field-ink-color: var(--mdc-theme-on-primary, whitesmoke);
	/*
	outline-color: cyan;
	--mdc-text-field-icon-trailing-color: var(--mdc-theme-on-primary, whitesmoke);*/
		--mdc-text-field-icon-color: var(--mdc-theme-on-primary, cyan);
}
/*#topsuchfeld #search-clear {
	display: none;
}
#topsuchfeld i {
	color: blue;
}
/ *#topsuchfeld * /
.mdc-text-field__icon--trailing {
	color: cyan!important;
}*/
/*#topsuchfeld #editing-view-port, #topsuchfeld .mdc-text-field__icon--trailing {
	color: white;
}
#topsuchfeld .mdc-text-field__input {
	color: cyan!important;
}*/
mwc-icon {
	/*background-color: gray;
	color: white;*/
}
.em20 {
	width: 20em;
	background-color: yellow;
}
#ct3boxcont {
	width: 100%;
	padding: 2px;
	/*z-index: 99;*/
	overflow: hidden;
	box-sizing: border-box;
}
.ct3box {
	width: 100%;
	box-sizing: border-box;
	padding: 0.5em;
	overflow: hidden;
}
.ct3box h1 {
	width: 100%;
	background-color: var(--mdc-theme-primary, #6200ee);
	color: var(--mdc-theme-on-primary, #fff);
	text-align: center;
	height: 2em;
	border-radius: 4px 4px 0 0;
	line-height: 2;
	margin: 0px;
	margin-bottom: 0.25em;
}
.ct3box .w100-48 {
	width: calc(100% - 48px);
}
.ct3box .w100 {
	width: 100%;
}
.ct3box mwc-textfield {
	margin-bottom: 0.5em;
}
@media (min-width: 30em) { 
	#ct3boxcont {
		position: fixed;
		width: 100%;
		/*width: auto;
		left: 50%;
		margin-right: auto;
		margin-left: auto;*/
		/*top: 64px;
		bottom: 0;*/
		height: calc(100% - 64px);
		/*height: 100%;*/
		/*z-index: 99;*/
		display: flex;
		/*flex-direction: column;*/
		/*flex: 1;*/
		align-items: center;
		/*text-align: center;*/
		justify-content: center;
	}
	.ct3box {
		width: 20em;
		border: 1px black solid;
		border-radius: 4px;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
		/*margin-left: auto;
		margin-right: auto;
		margin-top: 5em;
		margin-bottom: 5em;*/
		/*flex: 1;*/
	}
}
@media ((min-width: 30em) and (min-height: 30em)) { 
	#ct3boxcont {
	}
}
#ct3grid_wrapper {
	position: static;
	display: grid;
	height: calc(100% - 64px);
}
#ct3gridcont {
	display: grid;
	grid-template-columns: [col1] 1fr [colend];
	grid-row-gap: 8px;
	/*row-gap: 1em;
	gap: 2em 2em;
	column-gap: 0.5em;*/
	padding: 16px;
	/*box-sizing: border-box;*/
	height: 100%;
	/*margin: 0.25em;*/
	/*grid-auto-flow: row;*/
	/*grid-auto-rows: auto;*/
}
#ct3gridcont mwc-textfield, #ct3gridcont mwc-select, #ct3gridcont h1, #ct3gridcont .radgrp  {
	width: 100%;
	margin-bottom: 8px;
	/*grid-column: col1;
	width: calc(100% - 52px);
	grid-row: auto;*/
}
#ct3gridcont div {
	grid-column: col1;
	width: 100%;
	vertical-align: middle;
	/*border: 1px solid blue;
	grid-row: auto;*/
}
#ct3gridcont h1 {
	font-size: 28px;
	height: 40px;
	margin-top: 8px;
	margin-bottom: 8px;
	display: inline-block;
}
#ct3gridcont h2 {
	font-size: 20px;
	line-height: 30px;
	margin-top: 18px;
	margin-bottom: 8px;
	display: inline-block;
}
#ct3gridcont .colsp3 {
	grid-column: col1 / colend;
	border-bottom: 2px solid var(--mdc-theme-primary);
}
.w100 {
	width: 100%;
}
.w100-52 {
	width: calc(100% - 52px)!important;
}
.w100-64 {
	width: calc(100% - 64px)!important;
}
#ct3gridcont mwc-icon-button {
	/*vertical-align: middle;*/
	margin-top: 4px;
	margin-left: 4px;
	/*border: 1px solid green;*/
}
@media (min-width: 720px) { 
	#ct3gridcont {
		/*grid-template-columns: [col1] minmax(25em, 1fr) [col2] minmax(15em, 1fr);*/
		grid-template-columns: [col1] 1fr [col2] 1fr [colend];
		grid-column-gap: 24px;
		/*margin: 1em;*/
	}
	#ct3gridcont .col2 {
		grid-column: col2;
	}
}
@media (min-width: 960px) { 
	#ct3gridcont {
		grid-template-columns: [col1] 1fr [col2] 1fr [col3] 1fr [colend];
		/*margin: 2em;*/
	}
	#ct3gridcont .col2 {
		grid-column: col2;
	}
	#ct3gridcont .col3 {
		grid-column: col3;
	}
}
@media (min-width: 1296px) { 
	#ct3gridcont {
		grid-template-columns: [colstart] auto [col1] 400px [col2] 400px [col3] 400px [colend] auto;
	}
}

.pwdcombi {
	/*display: flex;*/
}
.pwdcombi mwc-textfield {
	width: 100%;
	/*right: 0;*/
	padding-right: 50px;
}
.pwdcombi mwc-icon {
	/*position: relative;*/
	/*right: 10px;;*/
	margin-left: -5px;
	top:20px;
	z-index: 9;
}
.logo {
	height: 100px;
	width: 200px;
}
.litem {
	height: 100px;
	width: 200px;
}


.ct3biglist {
	width: 100%;
	top: 64px;
	bottom: 0;
}
.ct3biglistinner {
	display: grid;
	grid-template-columns: [colges] 1fr;
	width: 100%;
}
.ct3biglistitem {
	grid-column: colges;
	display: grid;
	grid-template-columns: [col1] 1fr;
	width: 100%;
	padding: 0.5em;
	border-top: 1px solid #999;
	box-sizing: border-box;
	cursor: pointer;
}
.ct3biglistitem:hover {
	background-color: #f5f5f5;
}
.ct3biglistitem .col1 {
	display: flex;
	grid-column: col1;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.ct3biglistitem .col2 {
	grid-column: col1;
}
.ct3biglistitem .col1 img {
	max-width: 6em;
	max-height: 6em;
}
.ct3biglisthead {
	margin: 0.5em;
}
.ct3biglistinner h1 {
	grid-column: colges;
	display: block;
	background-color: var(--mdc-theme-primary, #6200ee);
	color: var(--mdc-theme-on-primary, #fff);
	text-align: center;
	min-height: 2em;
	border-radius: 4px 4px 0 0;
	line-height: 1.2em;
	padding: 0.5em;
	margin: 0;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.ct3biglistinner h2 {
	margin-top: 0.25em;
	/*margin-bottom: 0.25em;*/
	font-size: 24px;
	margin-bottom: 0;
}
.ct3biglistinner p {
	line-height: 18px;
}
@media (min-width: 20em) { 
	.ct3biglistitem {
		grid-template-columns: [col1] 1fr [col2] 2fr;
	}
	.ct3biglistitem .col2 {
		grid-column: col2;
	}
	/*.ct3biglistinner h1 {
		grid-column: 1 / 3;
	}*/
}
@media (min-width: 30em) { 
	.ct3biglist {
		display: flex;
		align-items: center;
		/*text-align: center;		*/
		justify-content: center;
	}
	.ct3biglistinner {
		width: 30em;
		border: 1px black solid;
		border-radius: 4px;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 100px;
		margin-top: 10px;
		max-height: calc(100% - 100px);
		overflow: auto;
	}
}
/*.ct3hover {
	background-color: #f5f5f5;
}*/

.mdl-data-table td, .mdl-data-table th {
	text-align: left;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

#ct3cont h1 {
	text-align: center;
	height: 40px;
	margin-top: 12px;
	margin-bottom: 12px;
}
/*@media (min-width: 720px) { 
	#ct3cont {
		padding: 24px;
	}
}*/
/*@media (min-width: 900px) { 
	#ct3cont {
		padding: 20px;
	}
}*/


.strhnr {
	grid-column: col1;
	display: grid;
	/*width: 100%;
	display: grid;*/
	/*border: 1px solid red;*/
	grid-template-columns: [colstr] 4fr [colhnr] 1fr [colstg] 1fr [colstk] 1fr [coltop] 1fr;
	column-gap: 0.25em;
}
#ct3gridcont .colstr {
	grid-column: colstr;
}
#ct3gridcont .strhnr .colhnr {
	grid-column: colhnr;
}
#ct3gridcont .strhnr .colstg {
	grid-column: colstg;
}
#ct3gridcont .strhnr .colstk {
	grid-column: colstk;
}
#ct3gridcont .strhnr .coltop {
	grid-column: coltop;
}
@media (max-width: 24em) { 
	.strhnr {
		grid-template-columns: [colhnr] 1fr [colstg] 1fr [colstk] 1fr [coltop] 1fr;
		grid-row-gap: 8px;
	}
	#ct3gridcont .colstr {
		grid-column: colhnr / span 4;
	}
}

.plzort {
	grid-column: col1;
	display: grid;
	/*width: 100%;
	display: grid;*/
	/*border: 1px solid red;*/
	grid-template-columns: [colplz] 1fr [colort] 3fr [colort2] 0.25em;
	column-gap: 0.25em;
}
#ct3gridcont .plzort .colplz {
	grid-column: colplz;
}
#ct3gridcont .plzort .colort {
	grid-column: colort / span 2;
}
@media (max-width: 18em) { 
	.plzort {
		grid-template-columns: [colplz] auto;
		grid-row-gap: 0.5em;
	}
	#ct3gridcont .plzort .colort {
		grid-column: colplz;
		order: 1;
	}
	#ct3gridcont .plzort .colplz {
		grid-column: colplz;
		order: 2;
	}
}

#ct3gridcont .backsave {
	grid-column: col1 / colend;
	/*display: grid;*/
	/*width: 100%;*/
	align-items: right;
	text-align: right;
	/*display: grid;*/
	/*border: 1px solid red;*/
	/*grid-template-columns: [start] auto [colback] 1fr [colsave] 1fr;*/
	column-gap: 0.25em;
}
#ct3gridcont .backsave .back {
	width: auto;
	/*grid-column: colback;*/
}
#ct3gridcont .backsave .save {
	width: auto;
	/*grid-column: colsave;*/
}
/*@media (max-width: 10em) { 
	.backsave {
		grid-template-columns: [colback] auto;
		grid-row-gap: 0.5em;
	}
	#ct3gridcont .backsave .back, #ct3gridcont .backsave .save {
		grid-column: colback;
	}
}*/

/*.back {
	--mdc-theme-primary: darkred;
}
.save {
	--mdc-theme-primary: darkgreen;
}*/

mwc-menu a, mwc-menu a:link, mwc-menu a:visited {
	text-decoration: none;
}

/* Overrides für Datatables */
.mdl-button--raised.mdl-button--colored:active, .mdl-button--raised.mdl-button--colored:hover {
	background-color: var(--mdc-theme-primary, #3f51b5);
}
.mdl-button--raised.mdl-button--colored {
	background: var(--mdc-theme-primary, #3f51b5);
	background-color: var(--mdc-theme-primary, #3f51b5);
	color: var(--mdc-theme-on-primary, #fff);
}
td.ct3tdbut {
	padding: 0;
}
td.ct3tdbut:first-of-type {
	padding-left: 0;
}
td.ct3tdbut:last-of-type {
	padding-right: 0;
}
 

.xfloater h2 {
	display: inline-block;
	
}
.xdetailflex {
	vertical-align: middle;
}
.floater h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
	display: inline-block;
}
.detailflex div {
	/*display: inline-block;*/
	border: 1px solid red;
	vertical-align: middle;
	max-width: calc(100% - 40px);
}
.xdetailflex {
	display: flex;
	width: 100%;
}
.xdetailflex div {
	flex: auto;
}
.xdetailflex div:nth-of-type(1) {
	flex-basis: content;
}

#ct3dialog td {
	vertical-align: top;
}

.dataTables_scrollBody {
	/*height: calc(100% - 196px);*/
}
#ct3dialog h3 {
	font-size: 1.2rem;
	font-weight: 600;
	margin-top: 6px;
	margin-bottom: 0;
	line-height: normal;
}
#ct3dialog ul {
	padding-left: 0;
	line-height: normal;
	margin: 0;
}
#ct3dialog p {
	margin-bottom: 0;
	line-height: normal;
	font-size: 1rem;
}/*!important*/
#ct3dialog li {
	list-style-type: none;
	text-indent: 0;
	font-size: 1rem;
}
#ct3dialog li:hover {
	background-color: #f5f5f5;
	cursor: pointer;
}
#ct3dialog li::before  {
	font-family: 'Material Icons';
	font-size: 1rem;
}
#ct3dialog li.tel::before  {
	content: 'phone ';
}
#ct3dialog li.eml::before  {
	content: 'mail_outline ';
}
#ct3dialog li.web::before  {
	content: 'language ';
}
#ct3dialog li.dat::before  {
	content: 'calendar_today ';
}
#ct3dialog li.tim::before  {
	content: 'access_time ';
}
#ct3dialog li.lab::before  {
	content: 'label ';
}
#ct3dialog li.onl::before  {
	content: 'videocam ';
}
#ct3dialog li.vors::before  {
	content: 'account_box ';
}
#ct3dialog li.nocu:hover  {
	cursor: auto;
}
#ct3gridcont .loeschen, #ct3gridcont .loeschen input {
	text-decoration: line-through;
	text-decoration-line: line-through;
	color: red;
	--mdc-text-field-ink-color: red;
}
.fabinlist {
	position: fixed;
	bottom: 48px;
	right: 48px;
	z-index: 5;
}
/*.fabinjitsi {
	position: fixed;
	bottom: 20px;
	left: 192px;
	z-index: 5;
}*/
/*.mdc-dialog__surface {
	z-index: 11;
}
#ct3dialog {
	z-index: 20!important;
}*/
.sserif {
	font-family: sans-serif;
	/*font-size: 20px;*/
}
/*mwc-drawer {
	height: 100%;
}
#appcont {
	display: block;
	height: 100%;
	/*padding: 16px;
	/ *height: calc(100% - 64px);;* /
    / *color: #ffffff;* /
    / *opacity: 0;* /
    / *transition: opacity 20s ease 0s;*/
}*/
#ct3cont {
	padding: 16px;
}
#fullsize_wrapper {
	position: fixed;
	/*top: 64px;
	bottom: 0;*/
	height: calc(100% - 160px);
	width: calc(100% - 32px);
	border: 1px solid silver;
}
#ct3jitcont {
	padding: 0;
}
@media (min-width: 720px) {
	#ct3cont {
		padding: 24px;
	}
	#fullsize_wrapper {
		height: calc(100% - 176px);
		width: calc(100% - 48px);
	}
}
div.dts div.dataTables_scrollBody {
	/* Farbstreifen hinter Listen */
	background: repeating-linear-gradient(45deg, #edffee, #edffee 10px, #fff 10px, #fff 20px);
}
#jitsi_wrapper {
	position: fixed;
	/*top: 64px;
	bottom: 0;*/
}
#protokol {
	position: fixed;
	display: block;
	/*top: 64px;*/
	right: 0px;
	background: whitesmoke;
	overflow-y: auto;
}
.split0 {
	height: calc(100% - 64px);
	width: 0;
}
.split33 {
	height: calc(100% - 64px);
	width: 33%;
}
.split50 {
	height: calc(100% - 64px);
	width: 50%;
}
.split67 {
	height: calc(100% - 64px);
	width: 67%;
}
.split100 {
	height: calc(100% - 64px);
	width: 100%;
}
@media (max-width: 599px) {
	#jitsi_wrapper {
		position: fixed;
		top: 56px;
		/*bottom: 0;*/
	}
	#protokol {
		position: fixed;
		display: block;
		bottom: 0;
		width: 100%;
	}
	.split0 {
		height: 0;
		width: 100%;
	}
	.split33 {
		height: calc(33% - 28px);
		width: 100%;
	}
	.split50 {
		height: calc(50% - 28px);
		width: 100%;
	}
	.split67 {
		height: calc(67% - 28px);
		width: 100%;
	}
	.split100 {
		height: calc(100% - 56px);
		width: 100%;
	}
}
.protopart {
	display: grid;
	grid-template-columns: [col1] 64px [col2] auto;
	border-bottom: 1px solid black;
}
.partava {
	grid-column: col1;
	vertical-align: middle;
	padding: 6px;
	height: 100%;
	text-align: center;
	align-items: center;
}
.partava p {
	width: 100%;
	text-align: center;
	line-height: 18px;
	margin-bottom: 0;
}
.partava img {
	width: 48px;
	border: 2px solid var(--mdc-theme-primary, black);
	/*border-color: var(--mdc-theme-primary, black);*/
	border-radius: 50%;
}
.parttxt {
	grid-column: col2;
	padding: 6px;
}
.parttxt p {
	line-height: 18px;
	margin-bottom: 6px;
}
.part2 {
	grid-column: col1 / span 2;
}
.part2 .mdc-text-field__input {
	border: 1px solid var(--mdc-theme-primary, black);
	background-color: smokewhite;
}
.w100-52-64 {
	width: calc(100% - 116px)!important;
}
.indent64 {
	margin-left: 64px;
}
/* Bilder-Upload mit Drag & Drop */
.ct3dragdroparea {
    width: 200px;
    height: 200px;
	/*
    position: absolute;
	*/
    border: 4px dashed #000;
    background-image: url("../img/upload.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 64px 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    text-align: center;
}

.ct3dragdroparea:hover,
.ct3dragdroparea.dragging,
.ct3dragdroparea.uploading {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.ct3dragdroparea input {
/*
    width: 400%;
    height: 100%;
    margin-left: -300%;
	*/
	/*
    width: 1200px;
    height: 200px;
    margin-left: -1000px;
	*/
	/* dadurch ist der standardmäßige "Durchsuchen-Button" außerhalb des Sichtbereichs */
	width: 200px;
	height: 200px;
	margin-left: 0px;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	
	border: none;
	cursor: pointer;
}

.ct3dragdroparea input:focus {
	outline: none;
}
.ct3dragdroparea-imgpreview {
	display: block;
	max-width:200px;
	max-height:164px;
	width: auto;
	height: auto;
}
.ct3dragdroparea-imgpreview_outer {
	height:200px;
	width: auto;
}
#countdown {
	position: fixed;
	bottom: 4px;
	right: 4px;
}
.countdownAlert {
	color:#FF0000;
	font-weight:bold;
	font-size:1.5em;
}
.linkbut {
	--mdc-button-outline-color: #999;
	--mdc-theme-primary: #999;
}
.ml40 {
	margin-left: 40px;
}
.ml20 {
	margin-left: 20px;
}
.mt16 {
	margin-top: 16px;
}

.bis450, ab450 {
	display: block;
}
@media (min-width: 449px) {
	.bis450 {
		display: none;
	}
}
@media (max-width: 450px) {
	.ab450 {
		display: none;
	}
}
@media (min-width: 349px) {
	.bis350 {
		display: none;
	}
}
@media (max-width: 350px) {
	.ab350 {
		display: none;
	}
}
#ct3spltmnu span {
	margin-left: 20px;
}
.mdl-card__media {
	background-color: var(--mdc-theme-primary, black);
}
.dashboard-icon-header {
	color: var(--mdc-theme-on-primary, black);
}
.dashboard-icon-header-text {
	font-weight: bold;
	font-size: 1.3em;
}
.mdl-card-bottom-mwc-button {
	position: absolute;
	bottom: 12px;
}
.mdl-card__actions {
	position: relative;
	bottom: 0;
}
.ct3dash {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	/*xgrid-auto-rows: 1fr;*/
	grid-auto-flow: row dense;
	column-gap: 24px;
	row-gap: 24px;
	padding: 24px;
}
.ct3dash div {
	width: 100%;
}
.ct3dash .mdl-card__media {
	width: 100%;
	height: 150px!important;
	overflow: hidden;
	border: 0;
}
.ct3dash .mdl-card__actions {
	text-align: right;
}
.ct3dash .mdl-card__supporting-text {
	padding-top: 0;
}
.colrechts {
	grid-column: -2 / -1;
}
.zeile2 {
	grid-row: 2 / 3;
}
