.headtitle {
	height:40px;
	margin:0.5rem;
	padding: 6px 12px;
	color: #ffffff;
	background-color: #bf1e2e;
	transition: all 0.5s ease;
}

.header li a:hover {
	background-color: #ba2332;
}

.header .menu-icon:hover {
	background-color: #ba2332;
}

.header .menu-icon .navicon {
	background: #303030;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 24px;
}
 
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
	background: #303030;
}

.header .menu-icon .navicon:hover {
	background: #ffffff;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 24px;
}
 
.header .menu-icon .navicon:hover:before,
.header .menu-icon .navicon:hover:after {
	background: #ffffff;
}

.navblock {
	display: inline-block;
	min-width: 3rem;
	text-align: center;
	border: 1px solid #c0c0c0;
	padding: 12px;
	margin: 3px;
	color: inherit;
	background-color: #f8f8f8;
	transition: background .2s ease-out;
}

.navblock-active {
	background-color: #d0d0d0;
}

.navblock-link:hover {
	border: 1px solid #404040;
	padding: 12px;
	margin: 3px;
	color: #ffffff;
	background-color: #ba2332;
	transition: background .2s ease-out;
}

.footer {
	background-color: #ba2332;
}

.subfooter {
    background-color: rgba(255,255,255,0.7);
}

.buttonexpand {
	position: absolute;
	right: 1rem;
	top: 1.5rem;
	font-size: 2rem;
	text-align: center;
	border: 1px solid #a0a0a0;
	color: #000000;
	background-color: #f0f0f0;
	border-radius: 24px;
	width: 3rem;
	height: 3rem;
}

.buttonexpand:hover {
	color: #ffffff;
	background-color: #ba2332;
}

.buttonsimple {
	font-size: 1.25rem;
	padding: 0.4rem;
	text-align: center;
	color: inherit;	
	border-radius: 24px;
	width: 3rem;
	height: 3rem;
	background-color: none;
}

.buttonsimple:hover {
	color: #ffffff;
	background-color: #ba2332;
}

.text-secondary {
	color: #a0a0a0;
}

.stronglink {
	border: 1px solid #f0f0f0;
	background: #fcfcfc;
	padding: 0.1rem 0.3rem;
	border-bottom: 1px solid #ba2332;
	transition: background .2s ease-out;
	word-wrap: break-word;
}

.stronglink:hover {
	color: #ffffff;
	background-color: #ba2332;
	border-color: #ba2332;
}

.ratinglabel {
	margin: 0.1rem;
	padding: 0.2rem 0.4rem;
	border-radius: 3px;
}

.ratinglabel-positive {
	color: #ffffff;
	background-color: #3dbd23;
}

.ratinglabel-neutral {
	color: #ffffff;
	background-color: #a3a3d3;
}

.ratinglabel-empty {
	color: #ffffff;
	background-color: #a3a3a3;
}

.ratinglabel-negative {
	color: #ffffff;
	background-color: #f0ad4e;
}

.input-group-addon-no {
	padding: 0 0.5rem 0 0;
	background: none;
	border: none;
	
}

.input-icon-in {
	position: absolute;
	right: 60px;
	top: 0;
	bottom: 0;
	height: 24px;
	margin: auto;
	font-size: 18px;
	cursor: pointer;
	color: #c0c0c0;
	z-index: 3;
}    

.spanlink { 
	position:absolute; 
	width:100%;
	height:100%;
	top:0;
	left: 0;
	z-index: 1;
	/* fixes overlap error in IE7/8, 
	make sure you have an empty gif */
	/* background-image: url('empty.gif'); */
}

.hiding {
    animation: framesHiding 5s normal forwards;
    animation-iteration-count: 1;
}

@keyframes framesHiding {
  100% {
    opacity:0;

  }
  to {
    height:0;
	visibility:hidden;
    }
}

/* status information at the right side of a word listing */
/* z-index above link (1) but below header (10) */
.word-status-right {
	float: right;
	position: relative;
	z-index: 5;
}

