/* Less Variablen für z.B. Farben, Abmessungen */
/* Less Variablen für z.B. Farben, Abmessungen */
/*@color-standard: #004688;*/
/*@menuitem-background-color-active: #D9D9D9;*/
/* Less Variablen nur für das basiclayout.less */
/* farben nach CD-Manual für alle Screens */
a,
a:hover {
  color: #004688;
}
a.bright {
  color: #fff;
}
small {
  font-size: 11px;
  line-height: 14px;
}
sub {
  vertical-align: bottom;
  font-size: 0.8em;
  line-height: 100%;
}
sup {
  vertical-align: top;
  font-size: 0.8em;
  top: 0;
}
.paddingLeft20 {
  padding-left: 20px;
}
/* disable animation on using cke */
.cke_editable {
  animation: none !important;
}
/* listtype standard */
.cke_contents_ltr ul,
#textoverlay ul,
#excursionoverlay ul,
#contentData ul {
  margin: 0 0 0 0;
  padding-left: 0em;
  text-indent: -1em;
}
.cke_contents_ltr ul,
#textoverlay ul,
#excursionoverlay ul,
#contentData ul {
  list-style-type: none;
  list-style-position: unset;
  list-style-image: none;
}
.cke_contents_ltr ul li:before,
#textoverlay ul li:before,
#excursionoverlay ul li:before,
#contentData ul li:before {
  /*content:"\25B6 \FE0E";*/
  content: "\2012 \FE0E";
  float: left;
  width: auto;
  text-indent: -1em;
}
.cke_contents_ltr ul li,
#textoverlay ul li,
#excursionoverlay ul li,
#contentData ul li {
  line-height: 1.07;
  text-indent: 0em;
  margin: 0px;
  padding: 0px 0px 3px 0px;
  padding-left: 1em;
}
#contentData #exercise ul li {
  text-indent: 0;
}
.cke_contents_ltr ol,
#textoverlay ol,
#excursionoverlay ol,
#contentData ol {
  list-style-type: decimal;
  list-style-position: outside;
  list-style-image: none;
}
.cke_contents_ltr ol li,
#textoverlay ol li,
#excursionoverlay ol li,
#contentData ol li {
  line-height: 1.07;
  margin: 0px;
  padding: 0px 0px 3px 0px;
  margin-left: 1.9em;
}
.cke_contents_ltr ul li:before,
#textoverlay ul li:before,
#excursionoverlay ul li:before,
#contentData ul li:before {
  /*content:"- ";*/
}
/* listtype type_blank_line */
.cke_contents_ltr ul.type_blank_line li,
#contentData ul.type_blank_line li {
  padding: 3px 0px 3px 0px;
  text-indent: 0em;
}
.cke_contents_ltr ul.type_blank_line li:before,
#contentData ul.type_blank_line li:before {
  /*content:"";*/
}
/* lists width links -> no list-style */
.cke_contents_ltr ul.type_blank_line_links li,
#contentData ul.type_blank_line_links li {
  padding: 3px 0 3px 10px;
  text-indent: 0em;
}
.cke_contents_ltr ul.type_blank_line_links li:before,
#contentData ul.type_blank_line_links li:before {
  /*content:"";*/
}
.listtitle {
  line-height: 24px;
  font-weight: bold;
}
ol.orderedlist {
  list-style-type: decimal;
  /*margin-left: 22px;*/
}
ol.orderedlist li {
  /*padding: 0 0 12px 10px;*/
}
table {
  margin: 0px;
  padding: 0px;
  font-size: inherit;
}
td,
th {
  margin: 4px;
  padding: 4px;
  vertical-align: top;
  font-size: inherit;
}
table,
th,
td {
  /*border-style:solid;*/
  border-color: #6c6c6c;
  border-collapse: collapse;
}
div#freecontentarea table th,
div#freecontentarea table td {
  margin: 0;
  padding: 0;
}
.imageheader {
  position: relative;
  height: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
}
.bluehighlighting {
  padding: 12px;
}
/**
 *	button layout
 */
.excursionbacklinkarea {
  /* -webkit-transform: translate3d(0, 0, 0); safari el capitan bug */
  position: absolute;
  /*width:225px;*/
  float: left;
  bottom: 15px;
  right: 0px;
  z-index: 899;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a.contentBtn {
  display: block;
  width: 106px;
  height: auto;
  /* 
	border:solid 2px #eeeeee;
	border-radius:10px;
	box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
	*/
  color: #eeeeee;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  /*line-height:36px;*/
  line-height: normal;
  padding: 10px 10px 10px 10px;
}
a.contentBtn:hover,
a.contentBtn:active,
a.contentBtn:visited {
  color: #eeeeee;
  /*border:solid 2px #7f7f7f;*/
}
a.contentBtn_extended {
  display: block;
  width: auto;
  min-width: 90px;
  height: auto;
  /* 
	border:solid 2px #eeeeee;
	border-radius:10px;
	box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
	*/
  color: #eeeeee;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  padding: 10px 10px 10px 10px;
  margin-left: 10px;
}
a.contentBtn_extended:hover,
a.contentBtn_extended:active,
a.contentBtn_extended:visited {
  color: #eeeeee;
  /*border:solid 2px #7f7f7f;*/
}
a.contentBtn_small {
  display: block;
  width: auto;
  height: auto;
  /* 
	border:solid 2px #eeeeee;
	border-radius:10px;
	box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
	*/
  color: #eeeeee;
  font-size: 14px;
  font-weight: bold;
  /* letter-spacing:0.05em; */
  text-align: center;
  text-decoration: none;
  padding: 10px 10px 10px 10px;
}
a.contentBtn_small:hover,
a.contentBtn_small:active,
a.contentBtn_small:visited {
  color: #eeeeee;
  border: solid 2px #7f7f7f;
}
a.contentBtn_symbols {
  display: block;
  width: 34px;
  height: 34px;
  background-color: #000;
  /*
	border:solid 2px #fff;
	border-radius:10px;
	box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
	*/
  text-decoration: none;
}
a.detailbtn_inactive {
  background-color: #C40024;
}
.detailbtnholder {
  position: absolute;
  width: 362px;
  height: 26px;
  left: -1px;
  top: -6px;
}
/**
 *	layout grid
 */
#content_headlinearea {
  height: 70px;
  position: relative;
  top: 0px;
}
#content_headline {
  position: relative;
  top: 0px;
  line-height: 18px;
}
#content_subheadline {
  position: relative;
  top: 0px;
  line-height: 18px;
}
/* 
 * old 
.headlinearea {
 	margin-top: 15px;
 }
#content_headline {
 	position:relative;
}

#content_subheadline {
	position:relative;		
}
*/
.content_onecol,
.content_twocol,
.content_threecol,
.content_fourcol,
.content_fivecol,
.content_halfwidth {
  position: relative;
  height: auto;
  float: left;
  padding: 0 20px 20px 0;
}
.content_onecol {
  width: 170px;
}
.content_twocol {
  width: 360px;
}
.content_threecol {
  width: 550px;
}
.content_fourcol {
  width: 740px;
}
.content_fivecol {
  width: 930px;
}
.content_halfwidth {
  width: 455px;
}
/**
 *	classes
 */
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
.fl_clear {
  clear: both;
}
.box_text {
  text-align: center;
  padding: 12px 0;
}
.center {
  text-align: center;
}
.imgshadow {
  box-shadow: 2px 2px 3px #6c6c6c;
  -moz-box-shadow: 2px 2px 3px #6c6c6c;
  -webkit-box-shadow: 2px 2px 3px #6c6c6c;
}
.imgbordershadow {
  border: solid 1px #90abb9;
  box-shadow: 2px 2px 3px #6c6c6c;
  -moz-box-shadow: 2px 2px 3px #6c6c6c;
  -webkit-box-shadow: 2px 2px 3px #6c6c6c;
}
.imgborder {
  border: solid 1px #90abb9;
}
/*
 *	content links
 */
a.contentlink {
  color: inherit;
  text-decoration: none;
}
a.active {
  font-weight: bold;
}
/**
 *	fonts 
 */
h3 {
  font-size: 14px;
  text-align: left;
}
h4 {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}
#content_headline {
  font-size: 15px;
  color: #000;
  font-weight: bold;
}
#content_subheadline {
  font-size: 14px;
  color: #000;
}
.content_onecol,
.content_twocol,
.content_threecol,
.content_fourcol,
.content_fivecol,
.content_halfwidth {
  font-size: 13px;
  color: #000;
}
.box_text {
  color: #fff;
  font-weight: bold;
}
.hide_element {
  display: none;
  /*
	opacity:0.0;
	visibility: hidden;
	*/
}
.nodisplay_element {
  display: none;
}
#videosequenz_threecol {
  position: relative;
  width: 550px;
  height: 400px;
}
/**
 * 	show element sequence
 */
.picture_data {
  width: 360px;
  float: left;
}
.picture_data_txt {
  height: 130px;
  padding: 5px 20px 0 5px;
}
.picture_data #contentpicture {
  height: 266px;
}
.picture_src {
  width: 170px;
  float: left;
  font-size: 11px;
}
.picture_src_holder {
  position: absolute;
  width: 170px;
  height: 404px;
}
.picture_src_txt {
  position: absolute;
  left: 20px;
  bottom: 0px;
}
/*sup {

	vertical-align:super;
	font-size:11px;
}*/
.btn_holder {
  position: relative;
  padding: 10px 0 0 444px;
}
.hotspot {
  position: absolute;
  width: 150px;
  height: 50px;
  opacity: .0;
}
.hotspot a {
  display: block;
  width: 150px;
  height: 50px;
}
#videolayer {
  margin-left: -25px;
}
.overlayimage {
  position: absolute;
  width: 34px;
  height: 34px;
  right: 10px;
  top: 10px;
  z-index: 2;
}
/* interactivity */
.interactivity_imagecontainer {
  float: left;
  margin: 5px 5px 0 0;
}
.interactivity_image {
  padding: 5px;
}
.interactivity_checkboxes {
  padding: 5px;
}
.interactivity_label {
  float: left;
}
.interactivity_txt {
  padding: 5px;
}
#interactivityoverlay {
  position: absolute;
  right: 258px;
  top: 120px;
  width: 465px;
  height: 256px;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 100;
  /*
    box-shadow: 3px 3px 8px #000;
	-moz-box-shadow: 3px 3px 8px #000;
	-webkit-box-shadow: 3px 3px 8px #000;
	*/
  display: none;
}
#interactivityoverlayhead {
  position: absolute;
  width: 465px;
  height: 30px;
}
#interactivityoverlayhead {
  background-color: #000;
  color: #fff;
  background-image: -moz-linear-gradient(top, #5e5e5e 0%, #000000 100%);
  background-image: -webkit-linear-gradient(top, #5e5e5e 0%, #000000 100%);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5e5e5e), to(#000000));
  background-image: -ms-linear-gradient(top, #5e5e5e 0%, #000000 100%);
  background-image: -o-linear-gradient(top, #5e5e5e 0%, #000000 100%);
  background-image: linear-gradient(top, #5e5e5e 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#000000');
  zoom: 1;
  /*-pie-background: linear-gradient(top, #5e5e5e 0%, #000000 100%);
	behavior: url(styles/PIE.htc);*/
}
#interactivityoverlayhead h3 {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 8px 0 0 10px;
}
#interactivityoverlaybody {
  position: absolute;
  width: 457px;
  height: 222px;
  top: 30px;
  left: 4px;
  background-color: #f2f2f2;
}
#interactivityoverlayholder {
  position: absolute;
  left: 10px;
  top: 4px;
  width: 437px;
  height: 205px;
}
#interactivityoverlaytext {
  position: absolute;
  width: 437px;
  height: 205px;
  overflow: visible;
  font-size: 13px;
}
.interactivity_linklistlink {
  float: left;
  width: 220px;
  height: auto;
  /*
	border:solid 2px #eeeeee;
	border-radius:10px;
	box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.25);
	*/
  color: #eeeeee;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  padding: 10px 10px 10px 10px;
  margin: 10px 10px 0 0;
}
.interactivity_linklistlinkcontent {
  width: 220px;
  height: 48px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
a.interactivity_link {
  color: #ffffff;
  text-decoration: none;
}
a.interactivity_link:hover {
  color: #dddddd;
}
a.interactivity_link:visited {
  color: #000000;
}
a.interactivity_linklistcontent_active {
  color: #000000;
  text-decoration: none;
}
a.interactivity_linklistcontent_inactive {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
ul.linklist li {
  padding-bottom: 6px;
}
/*a.interactivity_linklistcontent_active,
a.interactivity_linklistcontent_inactive {
	display:block;
}

a.interactivity_linklistcontent_active:before,
a.interactivity_linklistcontent_inactive:before {
	content:"- ";
}*/
/* quiz */
.numquestion {
  font-weight: bold;
}
#questionnumdisplay h4 {
  font-size: 26px;
  padding-left: 20px;
}
.questiondata {
  width: auto;
  height: auto;
  display: none;
  /* margin-left:5px; */
  /* margin-top:20px; */
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 10px;
}
.question {
  font-weight: normal;
  padding-bottom: 20px;
  /*font-size: 14px;*/
  line-height: normal;
}
.questionpicture {
  position: relative;
  width: 388px;
  float: right;
}
#allAnswers,
#answerheader {
  position: relative;
  width: 100%;
}
.answerheaderempty {
  position: relative;
  float: left;
  min-height: 24px;
  width: 400px;
}
.answercolum {
  float: left;
  text-align: center;
}
#answerheader .answercolum {
  font-weight: bold;
}
.answerholder {
  padding-bottom: 12px;
  width: 100%;
}
.checkboxholder {
  position: relative;
  width: 28px;
  float: left;
  height: auto;
}
.checkboxholder {
  position: relative;
  width: 36px;
  float: left;
  height: auto;
}
.icon_false,
.icon_correct {
  position: absolute;
  width: 11px;
  height: 14px;
}
.icon_false {
  background: transparent url(../img/icon_false.png) no-repeat left top;
}
.icon_correct {
  background: transparent url(../img/icon_correct.png) no-repeat left top;
}
.icon_loudspeaker {
  background: transparent url(../img/lautsprecher.png) no-repeat left top;
  background-size: cover;
}
.icon_loudspeaker_active {
  background: transparent url(../img/lautsprecher_aktiv.png) no-repeat left top;
  background-size: cover;
}
.icon_pos_mc {
  right: 5px;
  top: -3px;
}
.icon_pos_mcrows {
  top: -3px;
}
.answertext {
  position: relative;
  float: left;
  height: auto;
  width: 620px;
}
.answerholder .answertext {
  position: relative;
  float: left;
  height: auto;
  width: 400px;
}
.answerholder .answerwithfeedback {
  cursor: pointer;
  color: #0000ff;
}
#exercise_solutionbtn {
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 200;
}
#exercise_infotextbtn {
  position: absolute;
  bottom: 20px;
  right: 130px;
  z-index: 200;
}
#exercise_backbtn {
  position: absolute;
  bottom: 20px;
  z-index: 200;
}
.exercise_backbtn_pos1 {
  right: 130px;
}
.exercise_backbtn_pos2 {
  right: 250px;
}
#exercise_errormsg {
  position: absolute;
  min-width: 360px;
  max-width: 520px;
  width: auto;
  height: auto;
  background-color: #fff;
  z-index: 1;
  line-height: normal;
  top: unset;
  left: auto;
  border: solid 2px #000;
  display: none;
  margin-right: 10px;
}
.exercise_errormsg_text {
  display: block;
  position: relative;
  padding: 24px 12px;
}
.closemsg {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
#resultscreen {
  display: none;
}
#resulttextholder {
  float: left;
  width: 515px;
  height: 400px;
  padding-left: 0px;
}
#resultpicture {
  float: left;
  width: 374px;
  height: 404px;
}
#resulttext {
  font-weight: bold;
  font-size: 26px;
  padding-left: 20px;
  padding-top: 10px;
}
#gratulationtext {
  font-size: 16px;
  width: 480px;
  height: auto;
  padding-top: 24px;
  padding-left: 20px;
}
/** Multiple / Single Choice */
a.checkbox {
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: solid 2px #999;
  border-radius: 14px;
  min-height: 14px;
  padding-left: 0;
}
.checkboxactive {
  background-image: url(../img/cross.png);
  background-repeat: no-repeat;
  background-position: 1px 1px;
}
.checkboxcentered {
  margin: 0 auto;
}
/* @group Drag & Drop Exercise */
#dragdrop_content {
  height: auto;
  display: inline-block;
}
/* container auch für input-targets etc. die breite wird in der jweiligen html-datei notiert. */
#dragdrop_content {
  height: auto;
  display: inline-block;
}
#dragdrop_droptargets {
  width: 410px;
  float: left;
}
#dragdrop_allelements {
  width: 240px;
  float: left;
  text-align: center;
}
.dragdrop_element_holder {
  height: auto;
}
.dragdrop_element {
  border: solid 1px #000;
  background-color: #fff;
  z-index: 1;
}
/*
.dragdrop_element_content {
  padding: 5px;
  display: table-cell;
  vertical-align: top;
}
*/
.dragdrop_element_content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
}
.droptarget {
  /*border: solid 2px transparent;*/
  /*border:solid 2px #000;*/
}
.droptarget_visible {
  border: 2px dashed #000000;
  background-color: rgba(206, 206, 206, 0.5);
}
.droptarget_correct {
  border: solid 2px #4DAC26;
  background-color: transparent;
  z-index: 999;
}
.droptarget_incorrect {
  border: solid 2px #DF0024;
  background-color: transparent;
  z-index: 999;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  margin-bottom: 0px;
}
/* CSS Hotspots / Link2page */
.hotspot-link,
.link2page {
  background: url("../img/trans1x1.gif") repeat scroll 0% 0% transparent;
  cursor: pointer;
}
.hotspot-link:hover,
.hotspot-link:active,
.link2page:hover,
.link2page:active {
  cursor: pointer;
  opacity: .7 !important;
}
.hotspottarget {
  transition: visibility .2s, opacity .2s, transform .2s;
  visibility: hidden;
  opacity: 0;
  display: unset !important;
  /* transform: translateY(-300px); */
}
.hotspottarget_shown {
  transition: visibility .2s, opacity .2s, transform .2s;
  visibility: visible !important;
  opacity: 1 !important;
  display: inline-block !important;
  /* transform: translateY(0px); */
}
/* CSS Tooltip/Popoverbero */
#container .tooltip {
  font-size: inherit;
  line-height: inherit;
}
#container .tooltip-inner {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
#container .tooltip.top {
  margin-top: -10px;
}
#container .tooltip.left {
  margin-left: -10px;
}
#container .tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 9999 !important;
}
/**
 *	usertable in sitemap, bookmarks, notes
 */
div#userdatatable table td {
  font-size: 16px;
}
