input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-color: var(--eo-main-color);
  outline: 0;
  -webkit-text-fill-color: var(--eo-dark-grey);
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}



html {scroll-behavior: smooth;}

body {
	font-family: Arial;
	font-size: var(--eo-body-fontSize);
	padding: 0px;
	margin: 0px;
	background-color: var(--eo-light-grey);
}

h1,h2,h3,h4,h5 {
	color: var(--eo-dark-grey);
}

h1 {
	font-size: var(--eo-h1-fontSize);
	font-weight: bold;
}

h2 {
	font-size: var(--eo-h2-fontSize);
	font-weight: bold;
}

h3 {
	font-size: var(--eo-h3-fontSize);
}

h4 {
	font-size: var(--eo-h4-fontSize);
	font-weight: bold;
}

h5 {
	font-size: var(--eo-h5-fontSize);
}

input[type=button], input[type=submit] {
	-webkit-appearance: none; /* safari baut sonst buttons um */
}

select, textarea {
	font-size: var(--eo-body-fontSize);
}
select {

}

input[type=text],
input[type=password] {
	padding: 5px;
	border-width: 1px;
	border-color: var(--eo-darker-grey);
	border-style: solid;
	background-color: #FFF;
	color: var(--eo-darker-grey);
	font-size: var(--eo-body-fontSize);
}

input[type=number]{
	padding: 5px;
	border-width: 1px;
	border-color: var(--eo-darker-grey);
	border-style: solid;
	background-color: #FFF;
	color: var(--eo-darker-grey);
	font-size: var(--eo-body-fontSize);
	font-weight: bold;
	width:90px;
}

input[type=date]{
	padding: 4px;
	width:120px;
	border-width: 1px;
	border-color: var(--eo-middle-grey);
	border-style: solid;
	background-color: #FFF;
	color: var(--eo-dark-grey);
	font-size: var(--eo-body-fontSize);
	/*
	color-scheme:dark;
	background-image:url(/se_data/se_gfx/se4/icons/baseline-calendar_today-24px-green.svg);
	background-repeat: no-repeat;
	background-position-x: 100px;
	*/

}

input[type="date"]::-webkit-calendar-picker-indicator {
	color: transparent;
	background: none;
	z-index: 1;
	content: url(/se_data/se_gfx/se4/icons/baseline-calendar_today-24px-green.svg);
}


input[disabled] {
	color: var(--eo-dark-grey);
}

/* Generische Klassen */

.left {
	float: left;
}

table td.left {
	text-align: left !important;
	float: none;
}

.right {
	float: right;
}

.image.right {
	margin: 0px 0px 15px 15px;
}

table td.right {
	text-align: right !important;
	float: none;
}

table .center {
	text-align: center !important;
}



.monospace {
	font-family: monospace !important;
}


.rot {
	color: #c00 !important;
}

.gruen {
	color: #0c0 !important;
}

.blau {
	color: #00c !important;
}

.grau {
	color: #888 !important;
}


.rotBG {
	background-color: #c00 !important;
}

.gruenBG {
	background-color: #0c0 !important;
}

.blauBG {
	background-color: #00c !important;
}

.grauBG {
	background-color: #888 !important;
}

.schwarzBG {
	background-color: #000 !important;
}

.opaque50 {
   opacity: 0.5;               /* newer Mozilla and CSS-3 */

}

.opaque80 {
   opacity: 0.8;               /* newer Mozilla and CSS-3 */

}

#htmlProgress {
	color: #fff;
	width: auto !important;
}

.listeDatamenu {
	color:#aaa;
	padding:5px;
}

.listeDatamenu a:hover{
		color:#fff;
		font-weight:normal;
}


.listeDatamenu a.gray, .listeDatamenu a.gray:hover{
		color:#333;
		font-weight:normal;
}

.listeDatamenu b{
		color:#fff;
		font-weight:bold;
}






form {
	margin: 0px;
	padding: 0px;
}





/* Content */

	.content {
		padding: 20px 0;
	}


	.content .abschnitt H3 {
		font-size: 13px;
		color: #222;
		margin: 0px 0px 10px 0px;

		border-bottom: 1px solid #999;
	}

	.content .abschnitt {
		margin: 0px;
		padding: 0px 0px 25px 0px;
		font-family: Arial;
		color: #444;
	}

	.content .column {
		float: left;
		width: 31%;
		margin-right: 15px;
	}






	/* Helpintro */

	div.baustelle {
		background-color: var(--eo-baustelle-color);
		border-radius: 10px;
		box-shadow: 0px 3px 6px #00000029;
		min-height: 10px;
	}

	div.baustelle span {
		color: #fff;
		font-family: Arial;
		font-size: 13px;
		background-color: #000;
		padding: 2px 12px 2px 12px;
		margin-left: 31px;
	}

	div.helpintro, div.activeintro, div.alertintro, div.infointro {
		padding: 20px;
		padding-bottom:5px;
		margin: 10px 0;
		color: var(--eo-dark-grey);
	}

	div.helpintro {
		/*background-color: var(--eo-helpintro-background);
		border: 1px solid var(--eo-middle-grey);*/
	}

	div.helpintro p:before {
		background-image:url(/se_data/se_gfx/se4/icons/ic_info_outline_black_24px.svg);
		width:15px;
		height: auto;
		content:'&nbsp;';
		display: inline-block;
		color:transparent;
		background-repeat: no-repeat;
		float: left;
		margin-right: 10px;
	}
	div.helpintro p:after {
		clear:both;
	}

	div.helpintro h1, div.activeintro h1, div.alertintro h1, div.infointro h1 {
		font-size: 21px;
		font-family: Arial;
		font-weight: bold;
		color: var(--eo-dark-grey);
	}

	div.helpintro h3 {
	}

	div.helpintro p, div.activeintro p, div.alertintro p, div.infointro p {
	}

	div.alertintro h1,
	div.alertintro h3,
	div.alertintro p {
	}


	div.helpintro strong {
	}

	.helpdivider {
		clear: left;
		display: block;
		float: none;
		padding: 15px 0px 2px 0px;
		margin-bottom: 10px !important;
		border-bottom: 1px solid var(--eo-dark-grey);
		font-weight: bold;
		color: var(--eo-dark-grey);
	}


	/* Infointro */

	div.infointro {
		background-color: #eee;
		padding: 20px 15px 20px 20px;
		font-family: Arial;
		border-left: 15px solid #ddd;
	}

	/* Alertintro */

	div.alertintro {
		background-color: #ffdddd;
		padding: 20px 15px 20px 20px;
		font-family: Arial;
		border-left: 15px solid #ff9999;
	}

	div.alertintro {
		background-color: #AF2716;
		padding: 10px 20px;
		font-family: Arial;
		color:#fff;
		border-left: 0px solid #AF2716;
	}



	/* Activeintro */

	div.activeintro {
		background-color: #ddffdd;
		padding: 20px 15px 20px 20px;
		font-family: Arial;
		border-left: 15px solid #99ff99;
	}

	div.infointro img.icon, div.activeintro img.icon, div.helpintro img.icon, div.alertintro img.icon{
	}






/* Trenner zwischen Tabellen, divs et */


.tabelle  {
    /*
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
    */
}

.tabelle .header {
	text-align: left;
	background-color: #fff;
	color: var(--eo-dark-grey);
	padding: 12px 0px 5px 5px;
	/*border-bottom: 1px solid #bbb;*/
}




/* Tabelle für die meisten Überssichtslisten */

table.tabelle {
	table-layout: auto;
	border-collapse: collapse;
	/*border-top: 1px solid var(--eo-dark-grey);*/
	/*border-right: 1px solid var(--eo-dark-grey);*/
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}


table.tabelle th {
	text-align: center;
	white-space: nowrap;
	color: var(--eo-darker-grey);
	vertical-align: top;
    /*
	border-right: 1px solid var(--eo-light-grey);
	border-bottom: 1px solid var(--eo-dark-grey);
	*/

	padding: 6px;
	background-color: var(--eo-middle-grey);
}

table.tabelle th.on {
}

table.tabelle th.desc {
}

table.tabelle th.asc {
}

table.tabelle th[onclick] {
	cursor: pointer;
}




table.tabelle td {
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	vertical-align: top;
	padding: 3px 6px 3px 6px;
	/* white-space: nowrap; */
}

@media only screen and ( max-width: 400px ){
    table.tabelle th{
        padding-right:50px;
    }
}

table.tabelle.light td {
	border-right: 1px solid var(--eo-darker-grey);
}


table.tabelle td[onclick] {
	cursor: pointer;
}

table.tabelle tr[onclick] td {
	cursor: pointer;
}

table.tabelle tr.inaktiv td {
	color: var(--eo-light-grey);
}

table.tabelle td.primary {
	background-color: var(--eo-middle-grey);
}

table.tabelle td.highlight {
	background-color: #ff3;
}

table.tabelle td.bold {
	font-weight: bold;
}

table.tabelle td.big {
	font-size: 17px;
}


table.tabelle td.huge {
	font-size: 21px;
}

table.tabelle td p {
	margin: 0em 0em 1em 0em;
	padding: 0px;
}

table.tabelle td.monospace {
	font-family: monospace;
}

table.tabelle td.bline {
	border-bottom: 1px solid #999;
}

table.tabelle td span.box {
	background-color: #ddd;
	padding: 1px 2px 1px 2px;
}

table.tabelle tr.alternate td.primary {
	background-color: #dde;
}

table.tabelle .bild {
	padding: 0px;
	width: 24px;
	padding: 1px 4px 0px 5px;
}

table.tabelle td.free {
	padding: 0px;
}

table.tabelle td.free td {
	text-align: inherit;
	border: inherit;
	vertical-align: inherit;
	padding: inherit;
	white-space: normal;
}

table.tabelle td.textwrap {
	white-space: normal;

}

table.tabelle td.tag {
	white-space: normal;
	width: 14.5%;
	height: 140px;

}

table.tabelle .bild img {
	width: 16px;
	height: 16px;
}

table.tabelle .eingabe {
	padding: 0px;
}

table.tabelle td.summary {
	padding-top: 5px;
	padding-bottom: 15px;
	font-style: oblique;
	border-top: 2px solid #666;
}

table.tabelle td.summary_group {
	padding-top: 5px;
	padding-bottom: 10px;
	font-style: oblique;
	border-top: 2px solid #ccc;
}


table.tabelle .eingabe input[type="text"] {
	text-align: left;
	margin: 0px;
}



table.tabelle .eingabe textarea {
	padding: 0px;
	margin: 0px;
	width: 99%;
	height: 40px;
	text-align: left;
}

table.tabelle .eingabe input[type="password"] {
	padding: 0px;
	text-align: left;
	margin: 0px;
}

table.tabelle tr.alternate {
	background-color: #edf3fe;
}

table.tabelle .description {
	font-style: oblique;
	color: #999;
	margin: 2px 5px 1px 0px;
}

table.tabelle .widget {

	margin-bottom: 0px;

}

table.tabelle td.notiz {
	text-align: left;
	font-weight: 100;
	font-style: oblique;
	color: #666;
	padding: 3px 6px 6px 6px;

}

table.tabelle td.headline {
	font-size: 15px;
	padding-bottom: 8px;
	padding-top: 30px !important;
	color: #666 !important;
}

/* Tabelle in Abschnitt */

fieldset div.tabelle {
	border: 1px solid #ccc;
}


/* Tabelle in detailsData */

table.tabelle.details {
	border: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: transparent;
}

table.tabelle.details td {
	border: 0px;
}

table.tabelle.details td.value {
	border: 0px;
	white-space: normal;
}

table.tabelle.details td.eingabe  {
	vertical-align: middle;
	padding-bottom: 3px;
}


table.tabelle.details td.eingabe select {
}


table.tabelle.details td.eingabe input {
}

table.tabelle.details tr.headline td.key {
	padding-top: 7px;
}

table.tabelle.details tr.headline td.value {
	font-size: 16px;
	font-weight: bold;
}

table.tabelle.details tr.text td.value {
	line-height: 16px;
}

table.tabelle.details tr.absatz td.value {
	padding-bottom: 17px;
}


table.tabelle.details tr.bild td.key img {
	width: 32px;
	height: 32px;
}

table.tabelle.details tr.bild td.value {
	padding-top: 14px;
}


table.tabelle.details td.key {
	text-align: left !important;
	color: #aaa;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}







.rahmen {

	border: 1px solid #888;

}

.abstand {

	margin: 20px;

}


.absatzneu {
	background-color: #FFFFFF;
	border: 1px solid var(--eo-middle-grey);
	margin: 10px 0;
}

.absatzneu .contenteditor .widget.level_3 {
	background: #F4ECCE;
	border: 1px solid var(--eo-dark-grey) !important;
	margin: 15px 0 0 !important;
	padding: 10px !important;
}

.absatzneu .contenteditor .widget.level_3 legend {
	border: 1px solid #e2d7af;
	background: #BCD859;
	padding: 2px;
	color: #786B39 !important;
}

.absatzneu .contenteditor .widget.level_3 .widget legend {
	border: none !important;
	background: none !important;
	padding:5px 0 !important;
	color: #000 !important;
}

.karo {
	background-image: url('../../../se_gfx/misc/karo.gif');
}

.hinweis {

	margin: 10px;
	border: 1px dotted #ccc;
	text-align: center;
	padding: 15px;
	color: #999;

}

div.warning {

	margin: 5px;
	border: 1px solid #aa0;
	background-color: #ff0;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding: 3px;

}



/* Controller über der Übersichtsliste */

.controller {
    padding: 5px 0;
    margin: 0 0 10px 0;
   /* border-bottom: 1px solid var(--eo-middle-grey);*/
	background-color:#EEEEEE;
	padding-right:25px;
	height:70px;
}

.controller:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.controller .left {
	margin: 0 8px 0 0;
}

.controller .right {
	margin: 0 0 0 8px ;
	margin-left: 0;
}

.controller .seButton_new {
    padding: 5px 10px;
}






/* GUI */

button {
	font-size: 1em;
}

input[type=text] {
	padding: 5px 5px 5px 5px;
	border: 1px solid var(--eo-middle-grey);
}


/* Reset selects */
select:not([multiple]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;
	margin: 2px 0px 0px;
	color: var(--eo-darker-grey);
}

select:not([multiple]) {
	height: 32px;
	border: 1px solid var(--eo-middle-grey);
	padding: 5px 20px 5px 5px;
	background-color: #FFF;
	background-image: url(/se_data/se_gfx/se4/icons/ic_arrow_down_24px-grey.svg);
	background-position: right 4px center;
	background-repeat: no-repeat;
	background-size: 10px;
	color: var(--eo-darker-grey);
}

/* Belegungsplan */
.Timetable4 .Toolbar select {
	height: 26px;
}
.Timetable4 select {
	height: 29px;
	padding: 3px;
	min-width: 30px;
}

input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	height: 20px;
	width: 20px;
	margin-bottom: -3px;
	border: 2px solid var(--eo-middle-grey);
	border-radius: 3px;
	outline: none;
	background-color: #FFFFFF;
	cursor: pointer;
	background-position: center center;
	background-size: 15px;
	background-repeat: no-repeat;
}

input[type=checkbox]:hover {
	background-image: url(/se_data/se_gfx/se4/icons/ic_check_24px-grey.svg);
	border: 2px solid var(--eo-dark-grey);
}

input[type=checkbox]:checked {
	background-image: url(/se_data/se_gfx/se4/icons/ic_check_24px-green.svg);
}


.box {
	background-color: #FFF;
	border: 1px solid var(--eo-middle-grey);
	padding: 20px;
	margin-top: 30px;
	border:none;
}
form:first-child .box {
	margin-top: 0px;
}


.searchWidget input {
  /*  padding-right: 30px;
    background-image: url(/se_data/se_gfx/se4/icons/search-24px.svg);
    background-position: right 5px center;
    background-size: 20px;
    background-repeat: no-repeat;*/

	background-image:url("/se_data/global/css/gui/widgets/lupe.png");
	background-repeat: no-repeat;
	text-indent: 10px;
	background-size: 20px;
	background-position-x:230px;
	background-position-y: 5px;
	margin:10px;
	padding-right:10px;
	width:240px;
}

.searchWidget input::placeholder {
	color:black;
	font-size:0.9em;
	font-family: "Arial", Helvetica, sans-serif;
}

.widget {

	margin-bottom: 5px;

}


.widget.plotkit {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}


.widget.plotkit .label {
	position: absolute;
	top: -17px;
	left: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 1px 7px 1px 7px;
	z-index: 5;

}

fieldset.widget {

	border: 1px solid #AAA;

}



.widget legend {

	color: #888;
	font-weight: 0;
	padding-left:0;
	margin-left:0;
	padding-top:5px;
	padding-bottom:3px;
	line-height: 5px;

}

.widgetOLD.boxed {

	padding: 5px;
	border: 1px solid #C5D8E1;
	border-radius: 6px;
	border-color: #aaa;

}

.widget.boxed {

	padding: 5px;
	border-style:none !important;

}




.linkWidget input {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url(/se_data/se_gfx/16/sync3.gif);

}




.freeform .widget.boxed {

	border: 0px;

}


.freeform .widget {
	margin-bottom: 1px;
	margin-right: 4px;
	float: left;
}



.freeform .widget legend {
	font-weight: 100;
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
}


.widget input {
	font-family: Arial;
}


.widget input.input_alert {
	background-color: #faa;
	border-color: #f00;
}

.widget input:invalid {
	background-color: #faa;
	border-color: #f00;
}


.widget.big input {
	font-weight: bold;
	font-size: 18px;
}


.widget .label {

	font-family: Arial;
	margin-bottom: 2px;

}

.widget .help {
	font-family: Arial;
	color: var(--eo-darker-grey);
	margin: 5px 10px 2px 20px;

}

.checkboxWidget ul {
	margin: 0px;
	padding: 0px;
}

.checkboxWidget li {
	list-style: none;
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px;
}

.checkboxWidget li.long {
	float: none;
	display: block;
	width: auto;
}

.checkboxWidget  li.divider {
	clear: both;
	display: block;
	float: none;
	padding: 20px 0px 2px 3px;
	margin: 0px 0px 5px 0px;
	color: #aaa;
	border-bottom: 1px solid #ccc;
	width: 650px;
}

.gruppe .checkboxWidget  li.divider {
	background: #eee;
	border: none;
}


.checkboxWidget label {
	margin: 0px;
	padding: 0px 6px 0px 6px;
	color: #222;
}

.checkboxWidget label[title] {
	cursor: help;
}


/* Debug */

.debug {

	margin: 10px;
	border: 1px solid #f00;
	padding: 10px;
	white-space: wrap;
	font-family: Courier;
}


/*// BEZEL //////////////////////////////////////////////////////////////////*/

#bezel {
	position: fixed;
	background: url('/se_data/global/gfx/gui/bezel.png');
	behavior: url('/se_data/global/js/behaviors/pngfix.htc');
	height: 150px;
	width: 200px;
	text-align: center;
	color: #FFF;
	z-index: 800;
	display: none;
}

#bezel * {
	line-height: 150px; /* vertikal zentrieren */
}

* html #bezel {
	position: absolute;
}

dl.legende {
	margin: 0px;
	padding: 0px;

}

dl.legende dt {
	display: block;
	width: 16px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
	float: left;

}

dl.legende dd {
	display: block;
	margin: 0px 20px 0px 10px;
	color: #000;
	float: left;


}



/* Older Classes */


.se_theme_button {
	border: 1px solid Black;
	cursor:pointer;
}

.se_text {
	font-family: Arial;
	line-height: 15px;
}
.se_helptext {
	color: var(--eo-darker-grey);
}
.se_alert {
	font-family: Arial;
	line-height: 14px;
	color: #cc0000;
}

.se_cell {
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 5px;
	border-bottom: 1px solid var(--eo-dark-grey);
	border-right: 1px solid var(--eo-dark-grey);
}

.se_cell_duplicate{
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid var(--eo-dark-grey);
	border-right: 1px solid var(--eo-dark-grey);
}

.se_cell2 {
	border-bottom: 1px solid var(--eo-dark-grey);
	border-right: 1px solid var(--eo-dark-grey);
	padding: 0px;
	vertical-align: top;
	background-color: #FFFFFF;
}

.se_table_header,
.se_table_header_on,
.se_table_header2,
.se_listview_header_dark {
	padding: 5px 6px;
	text-align: center;
	vertical-align: middle;
}
.se_table_header {
	border-right: 1px solid var(--eo-middle-grey);
	border-bottom: 1px solid var(--eo-dark-grey);
	background-color: var(--eo-middle-grey);
}

.se_table_header_on {
	border-right: 1px solid var(--eo-middle-grey);
	background-color: var(--eo-light-grey);
}

.se_table_header2 {
	border-right: 1px solid var(--eo-middle-grey);
	background-color: var(--eo-light-grey);
}

.se_listview_header_dark {
	color: #FFFFFF;
	border-right: 1px solid #000000;
	background-color: var(--eo-dark-grey);
}

.se_big {
	font-size:23px;
	font-family: Arial;
	font-weight: bold;
	color: #666666;
}
.se_headline {
	font-size:16px;
	font-family: Arial;
	font-weight: bold;
	color: #666666;
}
.se_normal {
	font-family: Arial;
}
.se_middle {
	font-family: Arial;
}
.se_small {
	font-family: Arial;
}


.dmenu {
	font-family: Arial;
	cursor: pointer;
}

h1:style {
	font-size:14px;
	font-family: Arial;
}

a:link, a:visited {
	color: var(--eo-dark-grey);
	font-weight: normal;
	text-decoration: underline;
	text-decoration-color: var(--eo-main-color);
}
/*
a:visited {
	color: var(--eo-dark-grey);
}
*/
a:hover {
	color: var(--eo-main-color);
	text-decoration: none;
}
A.blind:link {}
A.blind:visited {}
A.blind:hover {}

A.se_blind:link {}
A.se_blind:visited {}
A.se_blind:hover {}

A.se_blindbold:link {}
A.se_blindbold:visited {}
A.se_blindbold:hover {}

A.se_navig:link {}
A.se_navig:visited {}
A.se_navig:hover {}

A.blind2:link {}
A.blind2:visited {}
A.blind2:hover {}






/* ---  CSS Tricks --- */


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* VorschauData */

.modulegroup {
border-bottom:1px solid #CCCCCC;
clear:left;
color:#999999;
font-family:Arial;
font-size:13px;
font-weight:bold;
margin-bottom:5px;
padding-bottom:2px;
padding-left:10px;
padding-top:10px;
}

ul.vorschauData {
	margin: 0px;
	padding-left: 15px;
	padding-top: 15px;
}
.vorschauData li {
	position: relative;
	list-style-type: none;
	padding-left: 16px;
	padding-right:16px;
	padding-top:4px;
	padding-bottom:4px;
	width:90px;
	height: 120px;
	float: left;
	overflow: hidden;
	color: #aaa;
}

.vorschauData li:hover {
	color: #fff;
}

.vorschauData li img.starrater{
	position:absolute;
	top: 95px;
	left: 19px;
	background:#000;
	padding:2px;
	display:none;
}

.vorschauData li:hover img.starrater{
	display:block;
}

.vorschauData li.active {
	color: #fff;
	border:1px solid #666;
}


.vorschauData li .name{
	position:absolute;
	left: 0px;
	width: 95px;
	text-align: center;
	font-size: x-small;
}

.vorschauData li .name small{
}

.vorschauData li .icon img, .vorschauData li .icon{
	width: 120px;
	height: 90px;
}

 /* Spezial-Button NEU */


.seButton_del,
.seButton_new,
.seButton_go {
	display: block;
	border: none;
	padding: 10px 20px;
	border-radius: 6px;
	text-transform: uppercase;
	font-size: 0.9em;
	text-align: center;
	color: #fff !important;
	background-color: var(--eo-button-background);
	box-shadow: 0px 3px 6px #00000029;
	cursor: pointer;
	margin-left:10px;
	margin-top:25px;
	text-decoration:none !important;
}

.seButton_del {
	padding-left: 40px;
	background-image: url(/se_data/se_gfx/se4/icons/baseline-delete-24px-weiss.svg);
	background-size: 15px;
	background-position: 15px 9px;
	background-repeat: no-repeat;
	background-color: var(--eo-highlight-warning);
}

.seButton_del:hover {
}

.seButton_new:hover {
	background-color: var(--eo-button-hover-background);
}

.seButton_go:hover {
	background-color: var(--eo-button-hover-background);
}

.seButton_go:active {
}

DIV.seButton_go2:active {
	color: #000;
}


DIV.seButton_go2 {
	width: 22px;
	height: 18px;
	padding: 5px;
	color: #fff;
	cursor: pointer;
}


DIV.seButton_close {
	position:absolute;
	top:-15px;
	left:-15px;
	width:30px;
	height:30px;
	cursor:pointer;
	border-radius: 15px;
	/*background-color: var(--eo-highlight-warning);*/
	background-image: url(/se_data/se_gfx/se4/icons/Bilder-loeschen-x-weiss.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
DIV.seButton_close_address {
	position:relative;
	top:0px;
	left:-15px;
	width:30px;
	height:30px;
	cursor:pointer;
	border-radius: 15px;
	/*background-color: var(--eo-highlight-warning);*/
	background-image: url(/se_data/se_gfx/se4/icons/Bilder-loeschen-x-weiss.svg);
	background-repeat: no-repeat;
	background-position: center center;
}






DIV.seButton_close:hover {
}


/* SE TAGCLOUOD */



DIV.seTagCloudWidget.border {
	padding:20px;
	margin:30px;
	border: 1px dashed #999;
}

DIV.seTagCloudWidget.big {
}

DIV.seTagCloudWidget.small {
}



DIV.seTagCloud {
	display: inline;
	vertical-align: middle;
	float:left;
	padding:4px;
	line-height:22px;
}



DIV.seTagCloud a {
	display: block;
	text-decoration: none;
}

.big DIV.seTagCloud a {			height:14px; }
.small DIV.seTagCloud a {		height:12px; }
.black DIV.seTagCloud a {		color: #555; }
.white DIV.seTagCloud a {		color: #666; }


DIV.seTagCloud.size1 a {		font-size: 1.1em; }
DIV.seTagCloud.size2 a {		font-size: 1.2em; }
DIV.seTagCloud.size3 a {		font-size: 1.3em; }
DIV.seTagCloud.size4 a {		font-size: 1.4em; }
DIV.seTagCloud.size5 a {		font-size: 1.5em; }
DIV.seTagCloud.size6 a {		font-size: 1.6em; }
DIV.seTagCloud.size7 a {		font-size: 1.7em; }
DIV.seTagCloud.size8 a {		font-size: 1.8em; }
DIV.seTagCloud.size9 a {		font-size: 1.9em; }
DIV.seTagCloud.size10 a {		font-size: 2.0em; }

DIV.seTagCloud.highlight a { color: #f80 !important; }

.black DIV.seTagCloud.size5 a {		color: #666; }
.black DIV.seTagCloud.size6 a {		color: #777; }
.black DIV.seTagCloud.size7 a {		color: #888; }
.black DIV.seTagCloud.size8 a {		color: #999; }
.black DIV.seTagCloud.size9 a {		color: #aaa; }
.black DIV.seTagCloud.size10 a {	color: #bbb;	font-size: 2em;}
.black DIV.seTagCloud a:hover {		color: #fff; }

.white DIV.seTagCloud.size5 a {		color: #999;	font-size: 1.5em;}
.white DIV.seTagCloud.size6 a {		color: #888;	font-size: 1.6em;}
.white DIV.seTagCloud.size7 a {		color: #777;	font-size: 1.7em;}
.white DIV.seTagCloud.size8 a {		color: #666;	font-size: 1.8em;}
.white DIV.seTagCloud.size9 a {		color: #555;	font-size: 1.9em;}
.white DIV.seTagCloud.size10 a {	color: #444;	font-size: 2em;}
.white DIV.seTagCloud a:hover {		color: #000; }


/* Controller Travel-Betriebe */



.controller a.icon {
	display:block;
	float:left;
	height:24px;
	width:25px;
	margin-left:5px;
	margin-top: 0px;
}


.controller a.icon.home {
	background: url(/se_data/se_gfx/24/icon_home.png);
}
.controller a.icon.bild {
	background: url(/se_data/se_gfx/24/icon_bild.png);
}
.controller a.icon.freimeldung {
	background: url(/se_data/se_gfx/24/icon_freimeldung.png);
}
.controller a.icon.preise {
	background: url(/se_data/se_gfx/24/icon_preise.png);
}
.controller a.icon.info {
	background: url(/se_data/se_gfx/24/icon_info.png);
}
.controller a.icon.zimmer {
	background: url(/se_data/se_gfx/24/icon_zimmer.png);
}


.controller a.icon.aktiv {
	background-position: 0px -24px;

}

.controller a.icon:hover {
	background-position: 0px -24px;

}

.controller label.betriebsname {
	font-size:16px;
	font-weight:bold;
	color: var(--eo-dark-grey);
}


.controller input.betriebsname {
	font-size:16px;
	font-weight:bold;
	width:300px;
	padding:2px;
	color: var(--eo-dark-grey);
	background: #FFF;
	border: 1px solid var(--eo-middle-grey);
}

/* Login Screen */

.login-body {
	width: 100%;
	height: 100vh;
	/*background: url(/se_data/se_gfx/se4/bg_login.jpg) top left no-repeat;*/
	background: url(/se_data/se_gfx/se4/thumbnail_image001.jpg) top left no-repeat;
	background-size: cover;
}

.login-body .login-box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 414px;
	background-color: #FFF;
}

.login-body .login-headline {
	height: 90px;
	color: var(--eo-main-color);
	padding: 40px 0;
	text-align: center;
	background-color: var(--eo-darker-grey);
}

.login-body .login-headline h1 {
	font-weight: normal;
	font-size: var(--eo-big-fontSize);
	margin: 20px 0 0 0;
	color: var(--eo-main-color);
}

.login-body .login-container input[type=text],
.login-body .login-container input[type=password] {
	width: var(--input-field-width);
	padding: 18px 4px;
	background-color: #FFF !important;
	border-width: 0;
	border-bottom: 1px solid var(--eo-dark-grey);
	font-size: var(--eo-body-fontSize);
}

.login-body .login-container {
	margin: 30px auto;
}

.login-body .login-container .login-username,
.login-body .login-container .login-password,
.login-body .login-container .login-submit {
	margin-top: 45px;
	text-align: center;
}

.login-body .login-container .login-username img,
.login-body .login-container .login-password img {
	width: 25px;
	height: 25px;
	margin: 0 10px -10px 0;
}

.login-body .login-container .login-submit input[type=submit] {
	width: var(--submit-button-width);
	padding: 10px;
	background-color: var(--eo-main-color);
	border: none;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	cursor: pointer;
}

.login-body .login-container .login-submit input[type=submit]:hover {
    background-color: var(--eo-dark-grey);
}

.login-body .login-container .login-error {
	margin-top: 20px;
	padding: 0 50px;
}


/* Grid */

.grid2,
.grid3,
.grid4,
.grid5,
.grid6 {
	display: grid;
	width: 100%;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.grid2 {
	grid-template-columns: repeat(2, 1fr);
}

.grid3 {
	grid-template-columns: repeat(3, 1fr);
}

.grid4 {
	grid-template-columns: repeat(4, 1fr);
}
.grid5 {
	grid-template-columns: repeat(5, 1fr);
}

.grid6 {
	grid-template-columns: repeat(6, 1fr);
}


.grid2 .item,
.grid3 .item,
.grid4 .item,
.grid5 .item,
.grid6 .item {
	grid-column: span 1;
}

.grid2 .item2,
.grid3 .item2,
.grid4 .item2,
.grid5 .item2,
.grid6 .item2 {
	grid-column: span 2;
}

.grid3 .item3,
.grid4 .item3,
.grid5 .item3,
.grid6 .item3 {
	grid-column: span 3;
}

.grid4 .item4,
.grid5 .item4,
.grid6 .item4 {
	grid-column: span 4;
}

.grid5 .item5,
.grid6 .item5 {
	grid-column: span 5;
}

.grid6 .item6 {
	grid-column: span 6;
}

.item input[type=text],
.item2 input[type=text],
.item3 input[type=text],
.item4 input[type=text],
.item5 input[type=text],
.item6 input[type=text] {
	width: calc(100% - 10px);
	padding: 5px;
	height: 20px;
}

.tooltip-wrap {
	position: relative;
	background-image:url(/se_data/se_gfx/se4/icons/ic_info_outline_green_24px.svg);
	background-repeat:no-repeat;
	background-position: center center;
	width:20px;
	height: auto;
	content:'&nbsp;';
	display: inline-block;
	color:transparent;
	margin-bottom: 10px;
	background-position-y: center;

}

.tooltip-wrap:hover {
	cursor: pointer;
}

.tooltip-wrap h3 {
	margin-left:25px;
	width:900px;
}
.tooltip-content  {
	display: none;
	position: fixed;
	bottom: 20%;
	left: 25%;
	width: 50%;

	background-color: #fff;

	min-width: 10rem;
	//border-top:#E0E0E0 80px solid;

	border-radius:5px;
	color:var(--eo-dark-grey);
}
.tooltip-content .inner{
	padding: 30px;
	padding-top: 0;
	border-bottom:var(--eo-light-grey) 3px solid;
	border-left:var(--eo-light-grey) 3px solid;
	border-right:var(--eo-light-grey) 3px solid;
}

.tooltip-content h2{
	//margin-top:-80px;
	height: 50px;
	padding-top: 30px;
	padding-left: 30px;
	margin-left: -30px;
	margin-right: -30px;
	background-color: #e0e0e0;
}

.tooltip-content p{
	margin-top:50px;
}
.tooltip-content.show
{
	display: block;
	opacity: 1;
}

.tooltip-background.show{
	top: 0;
	left: 0;
	width: 100vw;
	position: fixed;
	height: 100vh;
	background: #00000080; /*transparenter Hintergrund https://css-tricks.com/8-digit-hex-codes/*/
	z-index: 5000;
	display:block;
}


.tooltip-button {
	float:right;
	text-decoration:none;
	list-style:none;
}

.tooltip-button a:visited, a:hover, a:active{
	text-decoration:none;
	list-style:none;
}

.salesButton {
	display: inline-block;
	float: left;
	padding: 5px 5px;
	background-color:var(--eo-button-background);
	border-radius:10px;
}

.salesButton a{
	text-decoration: none;
	color: #ffffff !important;
}

input:read-only {
	color: #888;
}

.InputAdressbuch {

	background-color: #eee;
	padding: 15px;
	margin: 0px 0px 0px 0px;
}

.InputAdressbuch .left {
	margin: 0px 8px 5px 0px;
}

.InputAdressbuch legend {
	color: #aaa;
	font-size: 14px;
	font-weight: 0;
	padding-left:0;
	margin-left:0;
	padding-top:1px;
	padding-bottom:1px;
}

.InputAdressbuch fieldset {
	border: 1px solid #C5D8E1;
	border-radius: 6px;
	border-color: #aaa;
}

.InputAdressbuch h4 {
	margin: 0px;
	color: #aaa;
	font-size: 11px;
	padding: 0px 0px 1px 4px;
}

.InputAdressbuch input:enabled {
	color: #369;
font-size: 12px;
margin: 0px;
border-radius:2px;
padding:10px;
}

.InputAdressbuch input:disabled  {
	font-size: 12px;
	margin: 0px;
	border-radius:2px;
	padding:10px;
}

.InputAdressbuch input:read-only  {
	font-size: 12px;
	margin: 0px;
	color:#999;
	border-radius:2px;
	padding:10px;
}

.InputAdressbuch input.bold {
	border-radius:2px;
	padding:10px;

}

.InputAdressbuch .big input:enabled {
	font-size: 12px;
	border-radius:2px;
	padding:10px;
	font-weight: bold;
	color: #369;

}

.InputAdressbuch .big input:disabled {
	font-size: 12px;
	font-weight: bold;
	padding:10px;
	border-radius:2px;
}

.InputAdressbuch select {
	font-size: 12px;
	border-radius:2px;
	padding:10px;
	margin: 0px;
	color: #369;

}

.InputAdressbuch .big select {
	font-size: 12px;
	border-radius:2px;
	padding:10px;
	margin: 0px;
	color: #369;

}

.tooltipFirstHeadline{
	position:absolute;
	top:120px;
}

@media only screen and ( max-width: 400px ){
	.tooltipFirstHeadline {
		top: 110px;
	}

	.widget input{
		/*width:200px;*/
	}
}

.footerButtons{
	position:sticky;
	width:100%;
	background-color:var(--eo-light-grey);
	bottom:0px;
	height:70px;
}

.buttonsBar{
	position:sticky;
	top:0px;
	border:0px;
	background-color:var(--eo-light-grey);
	height:60px;
	padding-top:5px;
	z-index: 1;
}

.buttonsBarWithoutHeadline{
	position:sticky;
	top:0px;
	border:0px;
	background-color:var(--eo-light-grey);
	height:80px;
	padding-top:5px;
	z-index: 101;
}
.buttonsRightLastMinute{
	margin-top:-50px;
}

.buttonsRight{
	margin-top:-50px;
}

.buttonsRightPreise{
	margin-top:-70px;
}

.textAreaLastMinute{
	width: 400px;
	height: 140px;
	font-family: Verdana;
}
.tooltip-wrap-Buchung{

}

@media only screen and ( max-width: 650px ){
	.buttonsBar{
		height:120px;
		margin-left:-25px;
		margin-right:-25px;
	}
	.tooltip-wrap-Buchung{
		margin-top:100px;
	}
	.buttonsRight{
		margin-top:5px;
		float:left;
		margin-left:5px;

	}
	.buttonsRightBuchung{
		margin-top:-30px;
		position:absolute;
		margin-right:40px;

	}

	.buttonsRightLastMinute{
		margin-top:-20px;
		margin-right:10px;
	}

	.buttonsRightPreise{
		margin-top: -20px;
		margin-left: 20px;
		position: absolute;
	}
	.freeform {
		margin-right:-25px;
		margin-left:-25px;
	}

	.buttonsBarWithoutHeadline{
		margin-top:5px;
		float:left;
		margin-left:5px;
	}

	.checkboxWidget  li.divider {
		width:260px;
	}
	.textAreaLastMinute{
		width:260px;
		margin-left:-4px;
		margin-top:-4px;
		padding-bottom:5px;
	}

}

.ElementCenter{
	display:grid;
	justify-content:center;
	align-items: center;
}



