/* 


HIER WERDEN NEUE CSS SELECTORS EINGEFÜGT


*/

/* CSS zu Umrahmungen, die beim Blättern bei Hover eingeblendet werden*/

.rotelinie:hover {
	border: 2px solid #006191;
	background-color: rgba (255, 255, 255, 0.3);
}

.rotelinie {
	border: 0px solid transparent;
	cursor: pointer;
	position: absolute;
}

/* CSS, dass Versartiges links absetzt */

div.verse {
	padding-left: 1em;
}

/* CSS zu Toggler für Text/Passwort-Typ */

.eyesprite {
	/* Auge als ICON zeigen */
	display:inline-block;
	width:16px;
	height: 16px;
	background-image: url(img/eyesprite.png);
	background-position: -16px 0;
	cursor: pointer;
}
.eyesprite-open {
	/* Durchgestrichenes Auge zeigen */
	background-position: 0px 0;
}

/* CSS zu Titelseite */

.titelei_1 {
	text-align: center;
	font-size: 1.4em;
}
.titelei_2 {
	text-align: center;
	font-size: 1.1em;
}
.titelei_3 {
	text-align: center;
	font-size: 0.9em;
}
.titelei_4 {
	text-align: center;
	font-size: 0.9em;
}
.titelei_5 {
	text-align: center;
	font-size: 0.9em;
}
.titelei_6 {
	text-align: center;
	font-size: 1.1em;
}
.titelei_7 {
	text-align: center;
	font-size: 0.9em;
}
.titelei_8 {
	text-align: center;
	font-size: 0.8em;
}
.titelei_9 {
	text-align: center;
	font-size: 0.9em;
}

/* CSS zu Widmungs-Seite */

.widmung_1 {
	text-align: center;
	font-size: 1em;
}
.widmung_2 {
	text-align: center;
	font-size: 0.9em;
}
.widmung_3 {
	text-align: center;
	font-size: 1em;
}

#modeF {
	padding: 1em;
}
.h-container #modeF  p {
	padding: 1em 0;
}
form.fancylogin label {
	display: inline-block;
	min-width: 10em;
}
form.fancylogin div {
	padding: 0.3em 0;
}

#registrierung-mundart {
width : 10em;
}

.registrierung-info {
	background-image: url(../img/b_help.png);
	width: 16px;
	height: 16px;
	display: inline-block;
	cursor: pointer;
}

.h-hide {
	display: none;
}

div.anzeigeMenu.mobile {
	display: inline-table;
}
div.anzeigeMenu.mobile span {
	display: table-cell;
	line-height: 20px;
	text-align: center;
}
div.anzeigeMenu.mobile span.anzeigeMenu-button {
	height: 20px;
	width: 20px;
	cursor: pointer;
	border: 1px solid black;
	margin: 0px 3px;
}
div.anzeigeMenu.mobile span.anzeigeMenu-label {
	padding: 0em 1em;
}


/* Popup container - can be anything you want */
.h_popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.h_popup .h_popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
  border: 2px solid #0072AB;
}

/* Popup arrow */
.h_popup .h_popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.h_popup .h_show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.h_mehrdiv {
	display: inline;
}
.h_mehrdiv .h_show {
	display: inline;
}
.h_mehrdiv .h_hide {
	display: none;
}
.h_mehrmehr {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

div.kommentar {
				border: 1px solid black;
				padding: 1em;
				margin-top: 1em;
				//width: 100%;
				max-width: 600px;
			}

.istAntwort {
	margin-left: 2em;
}

span.k_id {
	font-size: 80%;
}

.hw-icon {
	display: inline-block;
	width: 11px;
	height: 11px;
}
.hw-icon1 {
	background-image: url(img/hw1.png);
}
.hw-icon2 {
	background-image: url(img/hw2.png);
}
.hw-icon3 {
	background-image: url(img/hw3.png);
}
.hw-icon4 {
	background-image: url(img/hw4.png);
}
.hw-icon5 {
	background-image: url(img/hw5.png);
}