/*** Abschnitt aus meta.tpl ***/

body {
  margin: auto;
  background: rgba(255,255,255,1);
  /*background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,230,230,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(230,230,230,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);*/
  font: 100% Arial, Helvetica, sans-serif;
}

td#header {
  /*padding-bottom: 20px;*/
}

td#header img {
  width: 100%;
  margin-bottom: 0;
}

table {
  border-spacing: 0px;
}

table#wrap {
  width: 60%;
  height: 100%;
  margin: auto;
  background: white;
  box-shadow: 0 0 12px rgba(75,75,75,.5);
}

tr#kopfbereich {
#  background-color: beige;
}

#footer {
  padding:0 2em 1.2em 2em;
  font-size: 8pt;
}

#impressum {
  float:right;
  font-size: 10pt;
}

#impressum a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

#impressum a:hover {
  color: grey;
}

div#selection_wrap select {
  scrollbar-width: none; /*For Firefox*/;
  -ms-overflow-style: none;  /*For Internet Explorer 10+*/;
margin: 1rem auto;
padding: 1rem 0;
border: 2px solid ThreeDLightShadow;
border-radius: 0.25rem;
}

select:-webkit-scrollbar { /*For WebKit Browsers*/
  width: 0;
  height: 0;
}

/*** Abschnitt aus login.tpl ***/

#login_wrap {
	width: 28rem;
	margin: 1rem auto;
	padding: 1rem 0;
	border: 2px solid ThreeDLightShadow;
	border-radius: 0.5rem
}

#login-title {
	margin:0 0 1rem 0;
	font-size:18pt;
}

#technical {
	margin:3rem 1rem;
}
	
/*** Abschnitt aus selection.tpl ***/

#selection_wrap {
	width: 28rem;
	margin: 1rem auto;
	padding: 1rem 0; border: 2px solid ThreeDLightShadow;
	border-radius: 0.5rem
}

#option {
	font-size:18pt
}

select {
	max-height: 17em;
	maw-width: 80%;
}
select > option {
	padding: 0.15em 3em ;
}
select > option:first-of-type::before {
	padding-top: 0.15em;
	content:'';
	display:block;
}
option:checked {
	opacity:0.7;
}

/*** Ursprünglicher Abschnitt ***/

.loginTable tr  {
	height:25px;
}

[error-tip] {
    font-size: 12pt;
}

#AUSWAHL_AMT {
	height: 30px !important;
	top: 18px !important;
}

button {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #404066;
	text-decoration: none;
}

button:hover {
	background: #e0e0e0;
	
}

.menuNav > input:hover {
	background: #e0e0e0;
	
}

button > u {
	text-decoration: none;
}

/*button[name=_send] {
	display:none;
}*/

img[alt='fbm_logo_web.png']	{
	width:25px;
}

button,
.cssLink,
div.menu a,
ul.buttonlist li a,
input[name='navButton'] {
	min-width: 26px;
	display: inline-block;
	padding: 3px;
	margin-left: 5px;
	border-radius: 3px;
	background: #f8f8f8;
	border: 1px solid #E0E0E0;
}

.AnkuendigungContent {
	text-align: center;
}

.AnkuendigungContent > div:nth-of-type(2) {
	text-align: left;
	padding-left: 5em;
}

ul.buttonlist {
	padding: 0;
}

ul.buttonlist li {
  list-style: none;
  margin-bottom: 10px;
}

ul.buttonlist li a {
  width: 270px;
  text-decoration: none;
  color: black;
  text-align:center;
  font-weight: bold;
}

.cssHover {
  font-weight:bold;
  color:#404066;
  background-color:#E0E0E0;
  text-decoration:none
}

.cssLink,
.cssHover {
  margin-bottom: 5px;
  min-width: 65px;
  text-align: center;
}

.menuNav {
  display: inline-block;
  margin: 0.5em 0;
}

select:focus, textarea:focus, input:focus {
  box-shadow: 0px 0px 3px rgb(0,0,205,0.6); 
  border: 2px inset rgb(0,0,205,0.6);
  background: #f9f9f9;
}
/*
.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
  border-bottom: 1px solid #ddd;
  background: #AC162B;
  color: white;
  font-weight: 600;
}
*/
.dx-datagrid .dx-header-filter::before {
    content: "\f050";
    /*color: white;*/
    opacity: 0.8;
}

.inputdiv {
  border: 2px solid ThreeDLightShadow;
  border-radius: 0.5rem;
 }

input {	
  border: 1px solid #c5c5c5;
  background: #fff;
  padding-left: 3px;
}

input[value="Filter löschen"] { /* Button 'Filter löschen' wird ausgeblendet */
  display:none;
}	
.menu { /* Reihenfolge des Hauptmenus wird umgedreht und bei Bedarf linksbündig, mittig zentriert */
  display: flex;
  flex-direction: row-reverse;
  justify-content: /*left*/ center;
  /*width: 640px;
  margin-left: auto;
  margin-right: auto;*/
}

span.ui-button-icon.ui-icon.ui-icon-heart  {
  display: none
}

#M_44-Container,
#M_47-Container {
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}