/* Affix - Scrolling der rechten Spalte */
.affix {
  top: 70px;
  width: 240px;
}	
.affix-top {
  top: 150px;
  width: 240px;
}	
.affix-bottom {
  position: absolute;
  width: 240px;
}

/* Typeahead Suche */

span.twitter-typeahead { display: block !important; }
.tt-menu {
	width: 100%;
	align: left;
	margin: 4px 0;
	padding: 8px 0;
	color: #333;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.tt-suggestion {
	padding: 3px 20px;
	font-size: 15px;
	line-height: 24px;
}
.tt-suggestion:hover {
	cursor: pointer;
	color: #FFF;
	background-color: #4A90E2;
}
.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #4A90E2;
}
.tt-dataset {
	text-align: left;
}

#header.sticky-header:not(.static-sticky) .language-switch {
	padding-top: 14px;
}

#header .language-switch {
	float: right;
	padding-top: 32px;
	-webkit-transition: margin .4s ease, padding .4s ease, top .4s ease;
	-o-transition: margin .4s ease, padding .4s ease, top .4s ease;
	transition: margin .4s ease, padding .4s ease, top .4s ease;
}

#header .language-switch button {
	border: none;
}

#header .language-switch button.btn-default {
	background: none;
}

#header .language-switch button span:after {
	display: none;
}

#header .language-switch ul {
	left: auto;
	right: 0;
}

@media (max-width: 991px) {
	#header .language-switch {
		position: absolute;
		padding-top: 0;
		top: 35px;
		right: 0px;
	}
}
