@font-face {
    font-family: 'nerislight_2';
    src: url('../font/nerislight.otf');
    src: url('../font/nerislight.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}
/* ==========================================================================
   $Adatbank form
   ========================================================================== */
h1.databank-title {
  color: #ff7b00;
  text-align: center;
}

.hidden-fields {
  display: none;
}
span.gump-error-message {
  display: block;
}
#datenbank .section-three a#addWorkExpBlock,
#datenbank .section-four a#addLangBlock {
  display: block;
  width: 50%;
  line-height: 20px;
  border-radius: 10px;
  margin: 0px auto;
  border: #ff7b00 2px solid;
  color: #ff7b00;
  text-align: center;
  padding: 10px 0;
}
#datenbank .section-three #work-more .work-block:nth-child(odd),
#datenbank .section-four #lang-more .lang-block:nth-child(odd) {
  background: #f5f5f5;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#datenbank .frow input.reset {
  width: 50%;
  float: left;
  background: #fff;
  border-radius: 10px;
  border: 0;
  color: #ff7b00;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
}
.column.privacy-statement {
  margin-top: 20px;
}

#datenbank .frow input[type=submit], #datenbank .frow input[type=reset] {
  float: none;
  width: 100%;
}

/*
Üzenetek
*/
#datenbank .messages {
  margin-bottom: 70px;
}
#datenbank .messages p.error {
  color: #F00;
}
#datenbank .messages span.label {
  font-weight: bolder;
}
#datenbank .messages span.value {
  text-decoration: underline;
}
.qmark {
	cursor:pointer;
	color:red;
}
/*.question-refnum .hidden-tooltip {
	position:absolute;
	transform:translate(100%,-100%);
	-moz-transform:translate(100%,-100%);
	-ms-transform:translate(100%,-100%);
	-webkit-transform:translate(100%,-100%);
	-o-transform:translate(100%,-100%);
	
	border: 1px solid #ccc;
	padding: 30px;
	background-color: #eee;
	display:none;
	font-size:12px;
}

.question-refnum:hover .hidden-tooltip {
	display:block;
}*/

#hoverdiv {
  /*position:fixed;*/
  display: none;
  position: fixed;
  font-size: 14px;
  background: white;
  color: #404040;
  border: 1px solid #999;
  padding: 7px;
}
ul.sub-menu li {display: block}
ul.sub-menu {
	display:none;
  position: fixed;
  background-color: #fff;
	z-index:20;
}
/*li.menu-item:hover ul.sub-menu, ul.sub-menu li:hover {
	display:block;
}*/