.headtitle {
	height:40px;
	margin:0.5rem;
	padding: 3px 12px;
	line-height:1;
	color: #ffffff;
	/* background-color: #bf1e2e; */
	transition: all 0.5s ease;
}

.header li a:hover {
	background-color: #f38343;
}

.header .menu-icon:hover {
	background-color: #f38343;
}

.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: #f38343;
	transition: background .2s ease-out;
}

.footer {
	background-color: #f38343;
}

.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 #f38343;
	transition: background .2s ease-out;
	word-wrap: break-word;
}

.stronglink:hover {
	color: #ffffff;
	background-color: #f38343;
	border-color: #f38343;
}

.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;
}

body {
	font-family: sans-serif;
	background-color: #f0f0f0;	
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#cookiepopup {
	z-index:100;
}

.tableheader {
	display:block;
	width: 100%;
}

.tableheaderlogo {
	width: 200px;
}
.intro {
	background-color: #99ae71;	
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 2rem;
}

.bodyoffset {
	background-color: #ffffff;	
	padding-top: 3.6rem;
}

h1 {
	margin: 0 0 0.5rem 0;	
}

.main {
	background-color: #f8f8f8;	
}

a {
	padding: 0 3px 0 0;
}

a:hover {
	text-shadow: none;	
	color: #f38343;
}

/* some btn extensions */
.btn-line {
	line-height:1rem;	
}

.btn-3rem {
	width: 3rem;
	margin: 0.2rem;
}

.btn.disabled {
	/* box-shadow: 1px 1px 1px rgba(0,0,0,0.25); */
	/* background-color: #f0f0f0; */
	box-shadow: none;
}

.btn-secondary {
	/* background-color: #f8f8f8; */
	/* color: #404040; */
}

.btn-noshadow {
	box-shadow: none;
}

.btn-noshadow:hover {
	box-shadow: none;
}

.marginright6px {
	margin-right:6px;
}

.btn:disabled {
	box-shadow: none;
}

.btn[disabled]:hover {
	box-shadow: none;
}

/* CSS for forum */

.rrforum {
	position: relative;
	top: 0;
	left: 0;
	background: #f38343;
	color: #ffffff;
	padding: 16px 16px;
	margin: 8px 0 0 0;
	word-wrap: break-word;
	border-bottom: 1px solid #aa1322;
	transition: all .3s ease;
}

.rrforum:hover {
	position: relative;
	top: -3px;
	left: -3px;
	background: #aa1322;
	transition: all .3s ease;
	box-shadow: 0 1px 5px rgba(0,0,0,.5);
	z-index:5;
}

.rrforumsub {
	position: relative;
	top: 0;
	left: 0;
	background: #ffffff;
	padding: 16px 16px;
	word-wrap: break-word;
	border-bottom: 1px solid #e0e0e0;
	transition: all .3s ease;
}

.rrforumsub:hover {
	position: relative;
	top: -3px;
	left: -3px;
	background: #f8f8f8;
	transition: all .3s ease;
	box-shadow: 0 1px 5px rgba(0,0,0,.5);
	z-index:5;
}

.rrforumsubmark {
	position: relative;
	top: 0;
	left: 0;
	background: #f0f0f0;
	padding: 16px 16px;
	word-wrap: break-word;
	border-bottom: 1px solid #e0e0e0;
	transition: all .3s ease;
}

.rrforumsubmark:hover {
	position: relative;
	top: -3px;
	left: -3px;
	background: #e0e0e0;
	transition: all .3s ease;
	box-shadow: 0 1px 5px rgba(0,0,0,.5);
	z-index:5;
	/* transform: scale(1.02); */
}

.rrforum > a.rrforumtitle {
	color: #ffffff;
	font-weight: bold;
}

.rrforumsub > a.rrforumtitle {
	color: #3c7fb9;
	font-weight: normal;
}

.rrforumsubmark > a.rrforumtitle {
	color: #3c7fb9;
	font-weight: bold;
}

.btnforumoptions {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1rem;
}

article.rrforumtopic {
	position: relative;
	top: 0;
	left: 0;
	padding:0;
	margin:0;
	background: #ffffff;
	word-wrap: break-word;
	border-bottom: 1px solid #a0a0a0;
}

article.rrforumtopic > header {
	position: relative;
	background: #f38343;
	color: #ffffff;
	padding: 1rem;
}

article.rrforumtopic > p {
	background: #ffffff;
	padding: 1rem;
}

article.rrforumpost {
	position: relative;
	top: 0;
	left: 0;
	padding:0;
	margin:0;
	background: #ffffff;
	word-wrap: break-word;
	border-bottom: 1px solid #a0a0a0;
}

article.rrforumpost > header {
	position: relative;
	background: #e0e0e0;
	padding: 1rem;
}

article.rrforumpost > p {
	padding: 1rem;
	font-size: 1.1rem;
}

article.rrforumpostaccept {
	position: relative;
	top: 0;
	left: 0;
	padding:0;
	margin:0;
	background: #f0fff0;
	word-wrap: break-word;
	border-bottom: 1px solid #a0a0a0;
}

article.rrforumpostaccept > header {
	position: relative;
	background: #d0f0d0;
	padding: 1rem;
}

article.rrforumpostaccept > p {
	padding: 1rem;
	font-size: 1.1rem;
}

header.deleted {
	padding: 1rem 0.5rem;
}

article .caret {
    position: absolute;
    /* bottom: -2.3rem; */
    left: 1rem;
    font-size: 3rem;
}

article.rrforumpostaccept .caret {
	color: #d0f0d0;
}

article.rrforumpost .caret {
	color: #e0e0e0;
}

article.rrforumtopic .caret {
	color: #f38343;
}

.forumquote {
	display:block;
	background-color: #fcfcfc;
	border-left: 3px solid #e0e0e0;
	color: #808080;
	margin: 6px 6px 0px 12px;
	padding: 8px 16px;
}

.forumquotebottom {
	background-color: #f8f8f8;
	border-left: 3px solid #e0e0e0;
	color: #808080;
	margin: 0px 6px 6px 12px;
	padding: 6px 16px;
	overflow: hidden;
	font-size: 10px;
}

/* information blocks for word entries */
.infoblock, .infoblockad {
	position: relative;
	top: 0;
	left: 0;
	background-color: #ffffff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12);
	padding: 1rem;
	margin-bottom: 0.5rem;
	transition: all .3s ease;
}

.infoblocklink,.infoblocklinkad {
	position: relative;
	top: 0;
	left: 0;
	transition: all .3s ease;
}

.infoblocklink:hover {
	position: relative;
	top: -3px;
	left: -3px;
	background-color: #fcfcfc;
	transition: all 0.3s ease;
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

.infoblocklinkad:hover {
	position: relative;
	top: -3px;
	left: -3px;
	background-color: #ffffff;
	transition: all 0.3s ease;
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

.infoblockicon {
	position: relative;
	background-color: #e8e8e8;	
	float: left;
	padding: 0.4rem;
	margin: -1rem 1rem 0.2rem -1rem;
}

.infoblock hr {
	margin-left: -1rem;
	margin-right: -1rem;
}

.infoblockadmin {
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12);
	padding: 1rem;
	margin-top: -0.5rem; /* to get close to infoblock */
	margin-left: 0.5rem;
	margin-bottom: 0.5rem;
	border-left: 6px solid #ffc080;
	border-top: 1px solid #e0e0e0;
}

.fa-stack-tr {
	position: relative;
	top: -0.5rem;
	left: -0.3rem;
	margin-right: -0.3rem;
}

.mark-high {
	background-color: #ffff00;
}

.video-fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}


@media (min-width: 576px) {
	.headtitle {
		margin:0.5rem;
	}
}