:root {
	--css-size: large;

	--text-color-dark: black;
	--dimmer-color: rgb(50 50 50 / 75%);
	--material-card-border: rgb(255 255 255 / 20%);
	--material-menu-shadow: var(--dimmer-color);
}

body {
	margin: 10px;
	background-color: ffffff;
}

.noprint {

}

.menu_ns4 {
	position: relative;
	z-index: 10;
}
.menu {
	position: static;
	z-index: 10;
}

.rubrik {
	font-family: verdana,arial,geneva,helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}

.broedtext {
	font-family: verdana,arial,geneva,helvetica;
	font-size: 8pt;
	color: #000000;
}

.ingress {
	font-family: verdana,arial,geneva,helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

.input {
	font-family: verdana,arial,geneva,helvetica;
	font-weight: normal;
	color: #000000;
	font-size: 8pt;
	padding: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin: 0;
}

button[type="submit"],
input[type="submit"] {
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	border-radius: 0;
	background-color: #e9e9ed;
}
button[type="submit"]:hover:not([disabled]),
input[type="submit"]:hover:not([disabled]) {
	background-color: #d0d0d7;
}

button:disabled,
.inputdisable {
	font-family: verdana,arial,geneva,helvetica;
	font-weight: normal;
	color: #888888;
	font-size: 8pt;
	padding: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin: 0;
}

.varning {
	font-family: verdana,arial,geneva,helvetica;
	font-size: 8pt;
	color: darkred;
	text-decoration: none;
}

td {
	font-family: verdana,arial,geneva,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

.tabletext {
	font-family: verdana,arial,geneva,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

a.table:link {
	font-family: verdana,arial,geneva,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
a.table:visited {
	font-family: verdana,arial,geneva,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
a.table:active {
	font-family: verdana,arial,geneva,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
a.table:hover {
	font-family: verdana,arial,geneva,helvetica;
	font-size: 8pt;
	color: #444444;
	text-decoration: underline;
}

.navtext {
	font-family: verdana,arial,geneva,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

a.nav:link {
	font-family: verdana,arial,geneva,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
a.nav:visited {
	font-family: verdana,arial,geneva,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
a.nav:active {
	font-family: verdana,arial,geneva,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
a.nav:hover {
	font-family: verdana,arial,geneva,helvetica;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
}

.form_div_outer {
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
}

.form_div_header {
	background-color: #666666;
	border-bottom: 1px solid #aaaaaa;
	padding: 2px;
	text-align: center;
	color: white;
	font-weight: bold;
}

.form_div_main {
	padding: 15px;
}

.form_container {
	background-color: #ffffff;
	margin: 3px;
}

.form_item_header {
	color: #ffffff;
	background-color: #006db5;
	font-weight: bold;
	padding: 1px 2px 1px 5px;
	font-size: 8pt;
	font-family: arial,verdana,helvetica;
	margin-bottom: 4px;
}

.form_item {
	margin-bottom: 10px;
}

.form_err {
	background-color: #f2c8e2;
	padding: 3px;
	border-width: 1px;
	border-color: #f473c0;
	border-style: solid;
	margin-bottom: 4px;
}
.form_info {
	background-color: #e3e3e3;
	padding: 3px;
	border-width: 1px;
	border-color: #777777;
	border-style: solid;
	margin-bottom: 4px;
}

.form_input {
	font-size: 8pt;
	width: 140px;
}

.form_input_disabled {
	font-size: 8pt;
	background-color: #d7d7d7;
}

.form_input_readonly {
	font-size: 8pt;
	background-color: #f2f2f2;
}

.form_input_err {
	font-size: 8pt;
	background-color: #f2c8e2;
}

.form_submit {
	font-size: 8pt;
}

.form_checkbox {
	font-size: 8pt;
}

div#tab_navigation a {
	color: rgb(0, 0, 238);
	text-decoration: none;
}

div#tab_navigation a.selected {
	font-weight: bold;
}

div#nav1 {
	border: 1px solid #444488;
	background-color: #ddddff;
	height: 17px;
	overflow: hidden;
	width: 748px;

	font-family: verdana,arial,geneva,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
div#nav1 a {
	line-height: 17px;
}
a.menu:link,
a.menu:hover,
a.menu:visited {
	display: block;
	padding: 0 6px;
	color: #000000;
	text-decoration: none;
}
a.menu:hover {
	color: #ffffff;
	background-color: #8888bb;
}
a.submenu:link,
a.submenu:hover,
a.submenu:visited {
	display: block;
	padding: 2px 22px 2px 6px;
	color: #000000;
	text-decoration: none;
}
a.submenu:hover {
	color: #ffffff;
	background-color: #8888bb;
}
a.has_menu {
	background-image: url('/bilder/submenu.gif');
	background-repeat: no-repeat;
	background-position: right;
}
div.submenu {
	position: absolute;
	background-color: #ddddff;
	border: 1px solid #444488;
	top: 28px;
	z-index: 10;
}

.nav_notify {
	position: absolute;
	top: 11px;
	left: 659px;
	width: 100px;
	text-align: right;
}
.nav_notify.has_unread a .material-icons {
	color: red;
}
.nav_notify a {
	color: black;
	text-decoration: none;
	font-family: verdana,arial,geneva,helvetica;
	font-size: 8pt;

	display: inline-block;
	padding: 0 6px;
	height: 17px;
	line-height: 17px;
}
.nav_notify a:hover {
	color: white;
	background-color: #8888bb;
}
.nav_notify a .material-icons {
	vertical-align: sub;
}
.nav_notify_submenu {
	position: absolute;
	background-color: #ddddff;
	border: 1px solid #444488;
	top: 17px;
	width: 250px;
	margin-left: -159px;
	font-family: verdana,arial,geneva,helvetica;
	font-size: 8pt;
	text-align: start;

	padding: 4px;
	padding-bottom: 1em;
}
.nav_notify_submenu .header {
	font-weight: bold;
	margin-bottom: 0.5em;
}
.nav_notify_submenu .notification {
	margin: 2px 0;
}
.nav_notify_submenu .notification a {
	color: black;
	padding: 4px 2px;

	margin-left: -4px;
	width: calc(100% + 4px);

	color: inherit;
	text-decoration: none;
	display: flex;
	xalign-items: center;
	xjustify-content: flex-start;
}
.nav_notify_submenu .notification.new a {
	background-color: #f2f2f2;
}
.nav_notify_submenu .notification div:empty {
	display: none;
}
.nav_notify_submenu .notification .avatar {
	margin: 0 3px;
	padding-top: 2px;
}
.nav_notify_submenu .notification .title {
	font-size: 10pt;
	margin-bottom: 0.25em;
}
.nav_notify_submenu .notification .text {
	font-size: 10pt;
	color: #777777;
}

/*
 * mall3
 */
html#mall3 > body {
	margin: 10px;
}

html#mall3 div#page {
	font-family: verdana,arial,geneva,helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	width: 750px;

	float: left;
	margin-right: 10px;
}

html#mall3 .content {
	border: 1px solid #aaaaaa;
	padding: 7px;
	min-height: 300px;
	padding-bottom: 1.5em;
}

html#mall3 .form_div_outer {
	border: none;
}

html#mall3 .form_div_header {
}

html#mall3 .form_div_main {
	padding: 0;
}

html#mall3 div.boxes {
	float: left;
}

/* jquery-ui datepicker */
.ui-datepicker {
	font-size: 10px;
	min-width: 200px;
}

.ui-datepicker-trigger {
	vertical-align: bottom;
	padding-left: 2px;
	padding-bottom: 1px;
}

table#mandate_settings_grid {
	width: 100%;
}
table#mandate_settings_grid th {
	color: #006db5;
	font-weight: normal;
}
table#mandate_settings_grid th.last,
table#mandate_settings_grid td.last {
	width: 100%;
	border-right: 0 none;
}
table#mandate_settings_grid th,
table#mandate_settings_grid td {
	font-size: 12px;
	text-align: center;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border-bottom: 1px solid #d0d1d2;
}
table#mandate_settings_grid td {
	xborder-top: 1px solid #d0d1d2;
	border-right: 1px solid #d0d1d2;
	border-bottom: 1px solid #d0d1d2;
}
table#mandate_settings_grid {
}
table#mandate_settings_grid th.offer > div {
	width: 200px;
}
table#mandate_settings_grid th.offer {
	border-right: 1px solid #d0d1d2;
	border-bottom: 1px solid #d0d1d2;
	text-align: left;
	width: 200px;
	overflow: hidden;
}
table#mandate_settings_grid th.campaign {
	height: 180px;
	white-space: nowrap;
}
table#mandate_settings_grid th.campaign > div {
	transform: translate(3px, 77px) rotate(290deg);
	width: 20px;
}
table#mandate_settings_grid th.campaign > div > span {
	border-bottom: 1px solid #d0d1d2;
	padding-bottom: 3px;
}


@media only screen and (max-width : 850px)
{
	html#mall3 > body {
		margin: 5px;
	}
	html#mall3 div#page {
		margin-right: 0;
	}
	html#mall3 .content {
	}
	html#mall3 div.submenu {
		top: 23px;
	}
	html#mall3 div.boxes {
		width: 750px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width : 775px)
{
	html#mall3 > body {
		margin: 2px;
	}
	html#mall3 div#page {
		margin: 0 auto;
		float: none;
	}
	html#mall3 div.submenu {
		top: 20px;
	}
	html#mall3 div.boxes {
		margin: 0 auto;
		float: none;
		padding: 1px;
	}
}


/*
 * Modal
 */
div#modal_container {
	position: fixed;
	background-color: rgba(50, 50, 50, 0.5);
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	text-align: left;
	z-index: 600;
	font-family: Arial, sans-serif;
}
div#modal_container input,
div#modal_container select,
div#modal_container textarea,
div#modal_container button,
div#modal_container a {
	font-family: Arial, sans-serif;
}
div#modal_container > div.modal {
	width: 100vw;
	max-width: 561px;
	max-height: 100vh;
	min-height: 140px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow-y: auto;

	background-color: #ffffff;
	padding: 0 24px 24px 24px;
	border-radius: 0 0 20px 20px;
	border-top: 0 none;
}
div#modal_container div.modal_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
div#modal_container div.modal_header.no_flex {
	display: block;
	text-align: right;
}
div#modal_container a.modal_close {
	margin-top: 8px;
}
div#modal_container h2 {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 16px;
	color: #004880;
	margin-top: 0;
}
div#modal_container h2 i.material-icons {
	vertical-align: text-bottom;
	line-height: inherit;
	margin-right: 4px;
}
div#modal_container form {
	margin: 0;
}

@media screen and (max-width:767px) {
	div#modal_container {
		overflow-y: auto;
	}
	div#modal_container > div.modal {
		border-radius: 0 0 10px 10px;
		border-top: 0 none;
		padding: 16px 12px 12px 12px;
	}
}

/*
 * Templates
 */
.templates {
	width: 100%;
	max-width: 480px;
	color: #000000;
}
.templates .fail {
	display: flex;
	align-items: center;

	color: #000000;
	background-color: #ffffff;
	padding: 8px;
	margin: 16px 0;
	padding-left: 44px;
	font-size: 15px;
}
.templates .fail::after {
	content: '';
	display: block;
	clear: both;
}
.templates .fail i.material-icons,
.templates .fail i.material-icons-outlined {
	font-size: 28px;
	vertical-align: top;
	margin-right: 8px;
	margin-left: -36px;
	color: var(--text-color-dark);
}
.templates .fail span.message {
	display: inline-block;
	vertical-align: sub;
}
.templates h1 {
	display: flex;
	align-items: center;
	font-size: 24px;
	margin-bottom: 16px;
	padding: 0;
	line-height: 36px;
}
.templates h1 i.material-icons,
.templates h1 i.material-icons-outlined {
	font-size: inherit;
	margin-right: 4px;
}

.templates div.row {
	margin-bottom: 0.3em;
}
.templates div.row.extra_space {
	margin-bottom: 0.7em;
}
.templates div.row.extra_extra_space {
	margin-bottom: 1.0em;
}

.templates div.row.extra_space_top {
	margin-top: 16px;
}

.templates label {
	display: block;
	font-size: 13px;
}
.templates label.checkbox {
	display: inline-block;
	margin-right: 16px;
	font-size: 130%;
}
.templates label.required {
	text-align: right;
	font-size: 90%;
	font-style: italic;
	padding-right: 3px;
}

.templates div.label {
	width: calc(100% - 2px);
	font-size: 130%;
	padding: 5px 0;
	box-sizing: border-box;
}

.templates select,
.templates input[type="text"],
.templates input[type="password"],
.templates input[type="email"],
.templates input[type="number"],
.templates textarea,
.templates div[contenteditable="true"] {
	width: calc(100% - 2px);
	font-size: 13px;
	margin: 1px;
	border: 1px solid black;
    padding: 2px 2px;
}
div.view_edit.content.player .templates textarea[name='text_2'] {
	font-family: monospace;
	font-size: 13px;
}
.templates textarea {
	resize: none;
}
.templates div[contenteditable="true"] {
	max-height: 300px;
	overflow-y: auto;
}
.templates div[contenteditable="true"][placeholder]:empty:before {
	content: attr(placeholder);
	color: #555;
}
.templates input[type="text"]:disabled {
	background-color: #f2f2f2;
}
.templates select:disabled {
	color: #878787;
	background-color: #cbcbcb;
	border-color: #cbcbcb;
}
.templates label.image_selection {
}
.templates label.image_selection div.container {
	display: flex;
	align-items: center;
	overflow: hidden;
	flex-wrap: wrap;
}
.templates label.image_selection div.container img {
	margin-right: 8px;
	margin-bottom: 8px;
}
.templates label.image_selection div.container button {
	margin-bottom: 8px;
}

.templates input[type="text"].has_error,
.templates input[type="email"].has_error,
.templates input[type="password"].has_error {
	width: calc(100% - 2px);
	border: 2px solid #cc0000;
	margin: 0px;
}

.templates a.list {
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	padding: 8px 0;
	background-image: url(/images/layout/li.svg);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center left;
	line-height: 19px;
	outline: 0 none;
}
.templates a.list.current {
	background-image: url(/images/layout/li_selected.svg);
}
.templates a.list.current > img {
	height: 19px;
	vertical-align: top;
}



/*
 * Material buttons
 */
.material-icons {
	font-size: 16px;
}

a.button,
button.button,
input.button {
	display: inline-block;

	padding: 5px 10px;
	margin: 0;
	cursor: pointer;

	text-transform: uppercase !important;
	text-decoration: none !important;
	text-align: center;

	font-family: Arial, helvetica, Sans;
	font-size: 12px;
	font-weight: 600;

	color: #006db5;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	line-height: 20px;

	white-space: nowrap;
	vertical-align: bottom;
}

a.button i.material-icons,
button.button i.material-icons {
	vertical-align: bottom;
	line-height: inherit;
}

a.button i.material-icons,
button.button i.material-icons {
	vertical-align: bottom;
	line-height: inherit;
}

a.button:hover,
button.button:hover,
input.button:hover {
	background-color: rgba(0, 109, 181, 0.08);
}

a.button:focus,
button.button:focus,
input.button:focus {
	background-color: rgba(0, 109, 181, 0.16);
}

a.button.high,
button.button.high,
input.button.high {
	color: #ffffff;
	border-color: #006db5;
	background-color: #006db5;
}

a.button.high:hover,
button.button.high:hover,
input.button.high:hover {
	border-color: #0077c7;
	background-color: #0077c7;
}
a.button.high:focus,
button.button.high:focus,
input.button.high:focus {
	border-color: #0081d6;
	background-color: #0081d6;
}

a.button.medium,
button.button.medium,
input.button.medium {
	border-color: #878787;
}

a.button.disabled,
button.button:disabled,
input.button:disabled {
	color: #878787;
	cursor: default;
	background-color: transparent;
}

a.button.high.disabled,
button.button.high:disabled,
input.button.high:disabled {
	background-color: #cbcbcb;
	border-color: #cbcbcb;
	color: #878787;
}

/* ********************************************************** */

/*
 * material: tooltip
 */
.material_tooltip {
	position: absolute;
	display: flex;
	align-items: center;
	top: 0;
	left: 50%;
	z-index: 1000;
	background-color: #6d6d6d;
	color: #ffffff;
	min-height: 20px;
	padding: 4px 8px;
	margin: 16px 0;
	border-radius: 4px;
	text-align: center;
	pointer-events: none;
}

/*
 * material: chip
 */
div.chip_container {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin: 8px 0;
}
div.chip_container:empty {
	display: none;
}
div.material_chip {
	display: flex;
	align-items: center;
	line-height: 20px;
	background-color: #eaeaea;
	justify-content: space-between;
	padding: 4px 8px 4px 8px;
	border-radius: 16px;
}
div.material_chip.remove_button_show {
	padding: 4px 4px 4px 8px;
}
div.material_chip a.material_chip_remove {
	display: none;
	line-height: inherit;
	height: 20px;
	overflow: hidden;
	margin-left: 4px;
}
div.material_chip.remove_button_show a.material_chip_remove {
	display: block;
}

div.material_chip a.material_chip_remove i {
	line-height: inherit;
}

/*
 * material: app_bar
 */
div.app_bar {
	box-sizing: border-box;
	min-height: 49px;

	margin-top: -8px;
	xmargin-bottom: 12px;
	xpadding-bottom: 12px;
}
div.app_bar > div:empty {
	display: none;
}
div.app_bar,
div.app_bar > div:nth-child(1) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 24px;
}
div.app_bar a.app_bar_nav {
	height: 16px;
	margin-right: 1em;
}
div.app_bar a.app_bar_nav .material-icons {
	font-size: 16px;
}
div.app_bar > div:nth-child(1) {
	font-size: 16px;
	color: #006db5;
	font-weight: bold;
}
div.app_bar > div:nth-child(1) a {
	color: #006db5;
}
div.app_bar .actions_bar a,
div.app_bar .actions_bar button {
	margin-left: 3px;
}

/*
 * material: snackbar
 */
div.material_snackbar {
	position: fixed;
	color: #ffffff;
	width: 100%;
	z-index: 1000;
	bottom: 16px;
}
div.material_snackbar > div {
	display: flex;
	background-color: #323232;
	color: #ffffff;
	width: max-content;
	width: 344px;
	max-width: calc(100vw - 32px - 32px);
	word-wrap: break-word;
	word-break: break-all;
	padding: 16px;
	border-radius: 4px;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;

	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14),
				0 1px 18px 0 rgba(0, 0, 0, 0.12),
				0 3px 5px -1px rgba(0, 0, 0, 0.20);

	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
div.material_snackbar div.text {
	font-size: 15px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
}
div.material_snackbar button.close {
	margin-left: 16px;
}

/*
 * material: list
 */
div.list_header .subheader {
	font-size: 15px;
	text-transform: uppercase;
}

div.list_header,
div.list_header > div:nth-child(1) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 24px;
}

div.list_header > div:nth-child(1) {
	font-size: 16px;
}

div.list_header {
	margin-left: 3px;
}

div.material_list .content {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 8px;
}
div.material_list .avatar {
	margin-right: 8px;
	align-self: flex-start;
}
div.list_item_two {
	display: flex;
	justify-content: space-between;
	margin-left: -8px;
	margin-right: -8px;
	align-items: center;
	padding-right: 8px;
}
div.material_list .list_item_two:hover {
	background-color: #ececec;
	border-radius: 4px;
}
div.list_item_two .content {
	display: flex;
	align-items: center;
}
div.material_list .list_item_two div.content_part {
	word-break: break-word;
}
div.material_list .list_item_two .title {
	font-size: 15px;
}
div.material_list .list_item_two .text {
	color: #777777;
}
div.title:empty,
div.text:empty {
	display: none;
}

div.material_list div.actions {
	display: flex;
}
div.material_list div.actions .title_display_menu .button_text {
	display: none;
}

/*
 * material: cards
 */
.material_card_container {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}
.material_card {
	display: block;
	width: 100%;
	min-width: 204px;
	max-width: calc((100% / 3) - 16px);
	border: 1px solid var(--material-card-border);
	margin: 1px;
	border-radius: 16px;
	text-decoration: none !important;
	word-wrap: break-word;
	text-align: center;
	overflow: hidden;
}
a.material_card:hover {
	border-width: 2px;
	margin: 0;
}
.material_card .media {
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	overflow: hidden;
}
.material_card .description {
	padding: 16px;
}
.material_card .description > div:last-child {
	margin-bottom: 0;
}
.material_card .title {
	font-size: 18px;
}
.material_card .text {
}
.material_card .supporting_text {
	margin-top: 8px;
}
.material_card .actions {
	margin-top: 8px;
}
.material_card > div:empty,
.material_card .description > div:empty {
	display: none;
}

/*
 * material: menu
 */
div.material_menu {
	position: relative;
	display: none;
}
div.material_menu a {
	text-decoration: none;
}
button.material_menu_ellipsis {
	display: inline-block;
	padding: 7px;
	margin: 0;
	margin-top: 4px;
	cursor: pointer;
	text-align: center;
	border: 1px solid transparent;
	line-height: 21px;
	border-radius: 100%;
	background-color: transparent;
}
button.material_menu_ellipsis:hover {
	background-color: #ececec;
}
button.material_menu_ellipsis i {
	vertical-align: bottom;
}
.material_menu nav.material_menu_nav {
	position: absolute;
	right: 0;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 3px 5px 1px var(--material-menu-shadow);

	padding: 0.5rem 0;
	min-width: 112px;
	max-width: 280px;
	width: max-content;

	display: flex;
	flex-direction: column;

	opacity: 0;
	transition: opacity 200ms linear 0ms;
	z-index: 8;

	font-size: 16px;
}
.material_menu.open nav.material_menu_nav {
	opacity: 1;
	transition: opacity 100ms linear 0ms;
}

.material_menu_button {
	display: flex;
	justify-items: center;
	align-items: center;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	height: 48px;
	padding: 0.5rem 1rem;
}
.material_menu_button:hover {
	background-color: #ececec;
}
button.material_menu_button i {
	font-size: 20px;
}
.material_menu_button > div:empty {
	display: none;
}
.material_menu_button > div {
	font-size: inherit;
	display: flex;
}
.material_menu_button div.col_icon {
	padding: 0 8px 0 0;
	text-align: center;
}
.material_menu_button div.col_text {
	text-align: left;
}
.material_menu_button div.col_trailing {
}

/*
 * material: dialog
 */
#material_dialog.scrim {
	--padding: 16px;

	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--dimmer-color);

	display: flex;
	align-items: center;
	justify-items: center;
	align-content: center;
	justify-content: center;
	z-index: 650;
}
#material_dialog .dialog {
	position: relative;
	width: 100%;
	max-width: 450px;
	min-height: 200px;
	background-color: #ffffff;
	margin: 0 auto;
	padding: var(--padding);
	border-radius: calc(var(--padding) / 2);

	color: var(--text-color-dark);
}
#material_dialog .content {
}
#material_dialog .content .header {
	font-size: 18px;
	margin: 0 0 0.8em 0;
	font-weight: bold;
}
#material_dialog .content .text {
	color: #606060;
}

#material_dialog .actions {
	position: absolute;
	right: var(--padding);
	bottom: var(--padding);
	display: flex;
	justify-content: flex-end;
}
#material_dialog .actions:empty {
	display: none;
}
#material_dialog .actions > a.action {
	display: block;
}

/* ********************************************************** */

/*
 * Box Kontakt
 */

.box_kontakt_buttons {
	width: 38px;
	float: right;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

/*
 * contact sms
 */

.contact {

}

.contact.sms {
	max-width: 480px;
}
.contact.sms select,
.contact.sms input[type="text"],
.contact.sms textarea {
    width: calc(100% - 2px);
    font-size: 15px;
    padding: 8px 8px;
    box-sizing: border-box;
    border: 1px solid #222222;
    margin: 1px;
    background-color: #ffffff;
}
.contact.sms textarea {
    resize: none;
    height: 100px;
}
.contact.sms div.row {
    margin-bottom: 8px;
}
.contact.sms div.row.extra_space {
    margin-bottom: 16px;
}

.contact.sms .message_list {
	height: 300px;
	padding: 8px;
	border: 1px solid black;
	overflow-y: auto;
	display: flex;
	flex-direction: column-reverse;
}
.contact.sms .message_list > .scroller_items {
	display: flex;
	flex-direction: column;
}
.contact.sms .message_list .scroller_items > *:not(:last-child) {
	margin-bottom: 6px;
}

.contact.sms .message_list .message_sent,
.contact.sms .message_list .message_recieved {
	font-size: 18px;
	padding: 10px;
	border-radius: 10px;
	max-width: calc(100% - 3em);
	word-wrap: break-word;
}

.contact.sms .message_list .message_sent {
	align-self: flex-end;
	background-color: lightblue;
}

.contact.sms .message_list .message_sent .message_datetime {
	text-align: right;
	font-size: 14px;
}

.contact.sms .message_list .message_recieved {
	align-self: flex-start;
	background-color: lightgreen;
}

.contact.sms .message_list .message_recieved .message_datetime {
	text-align: left;
	font-size: 14px;
}

.contact.sms .message_list .message_message {
	margin-bottom: 3px;
}

.contact.sms .message_list .message_state {
	margin-bottom: 3px;
	font-size: 14px;
}

.contact.sms textarea {
	height: 100px;
}
.contact.sms textarea:disabled::placeholder {
	color: #878787;
}
.contact.sms textarea:disabled {
	background-color: #cbcbcb;
	color: #878787;
	border-color: #cbcbcb;
}

/*
 * Prospect display edit 
 */
button.prospect_display_edit_button {
	padding: 0px; 
	border-width: 1px; 
	border: none; 
	background-color: transparent; 
	top: 0; 
	right: 0; 
	position: absolute;
}

button.prospect_display_edit_button i.edit {
	pointer-events: none; 
	height:15px;
}

div.prospect_display_edit div.title {
	font-size: 16px; 
	margin-bottom: 12px;
}

div.prospect_display_edit div.large, 
div.prospect_display_edit div.small {
	display: block;
}

div.prospect_display_edit div.large {
	width: 75%;
}

div.prospect_display_edit div.small {
	width: 21%;
}

/*
 * Size: Medium
 */
@media screen and (max-width: 1176px)
{
	:root {
		--css-size: medium;
	}
}

/*
 * Size: Small
 */
@media screen and (max-width: 767px)
{
	:root {
		--css-size: small;
	}

	/*
	 * material: list
	 */
	div.list_item_two button span.button_text {
		display: none;
	}
	div.material_list.collapsible .list_header .actions {
		display: none;
	}
	div.material_list.collapsible .list_header div.material_menu {
		display: block;
	}
	div.material_list.items_collapsible .items .actions {
		display: none;
	}
	div.material_list.items_collapsible .items div.material_menu {
		display: block;
	}

	/*
	 * material: tooltip
	 */
	.material_tooltip {
		padding: 4px 16px;
	}

	/*
	 * material: app_bar
	 */
	div.app_bar.collapsible .actions {
		display: none;
	}
	div.app_bar.collapsible div.material_menu {
		display: block;
	}
	div.app_bar > div:nth-child(1) {
		font-size: 18px;
	}

	div.prospect_display_edit label,
	div.prospect_display_edit input[type="text"] {
		font-size: 16px;
	}
}
