ul.ui-menu { max-height: 420px !important; }

/* overwrite Form script styles */ 
input[type="text"] {
	border: none;
}

span {
  display: inline-block;
}
body {
  padding-bottom: 0 !important;
  font-family: 'Roboto' !important;
  font-size: 15px;
  font-weight: 300;
  color: #252729;
}
strong {
	font-weight: 400;
}
h1, h2, h3, h4, h5 h6 {
	font-weight: 400;
	font-family: 'Roboto';
	line-height: 1.1;
}
a, a:hover, a:active, a:focus {
	color: #00a651;
}
td, th {
	vertical-align: middle;
	color: #252729;
    font-weight: 300;
}
tr:nth-child(odd) {
	background: #f2f3f4;
}
th {
	background: #ffffff;
}
/* main LYNX navi */
#main-container>header {
	z-index: 44 !important;
}
.main-header-bar .main-header-bar-bottom-wrapper {
	z-index: 43 !important;
}
.main-header-bar .main-header-bar-bottom-wrapper .main-header-bar-bottom.fixed-top {
	z-index: 42 !important;
}
.graphs * {
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.container.graphs {
	width: 100%;
	padding-left: 15px;
}
.graphs .grey {
  color: #252729;
}
.graphs .green {
  color: #00a651;
}
.graphs .red {
  color: #ff0000;
}
.graphs .greydark {
  color: #444;
}
.graphs a, .graphs a:hover, .graphs a:focus, .graphs a:active {
  text-decoration: none;
}
.graphs .alert.alert-success {
  float: left;
  width: 100%;
  color: #fff;
  border-radius: 0;
  margin-top: 40px;
  padding: 10px 15px;
  border: none;
}
.graphs .alert.alert-success a {
  color: #ffffff;
}
.graphs .alert.alert-success a:hover {
  color: #3c763d;
}
.graphs ul {
  margin: 0;
  padding: 0;
}
.graphs ul li {
  list-style-type: none;
  padding: 15px 0;
}
.graphs h1, .graphs h2 {
  font-size: 28px;
  margin: 30px 0 15px;
  padding-top: 0;
}
.graphs h2 .pull-right {
  font-size: 14px;
  text-align: right;
  font-weight: 400;
}
.graphs h2 .grey, .graphs h2 #historic_data_pair, .graphs h3 .grey {
  font-weight: 300;
  color: #00a651;
}
i#swap-historic-button {
	font-size: 23px;
	line-height: 23px;
	vertical-align: 3px;
	margin-left: 10px;
	color: #808080;
	cursor: pointer;
}
div#einzelwertetable_ {
	padding-right: 15px;
}
#historic_data_length {
	float: left;
}
.graphs .greenbox {
  background: #D5F1E3;
  padding: 15px;
  display: inline-block;
  font-size: 13px;
}
.graphs form.article-email {
  display: inline-block;
  margin-top: 10px;
}
.graphs form.article-email .form-group {
  width: 48%;
  margin: 0;
  margin-right: 2%;
  display: inline-block;
}
.graphs form.article-email .form-group input {
  width: 100%;
  font-size: 12px;
  border: 0;
  border-radius: 0;
  padding: 20px 15px;
}
.graphs form.article-email button {
  width: 48%;
  font-size: 12px;
  margin: 0;
  padding: 11px 15px;
  border: 0;
  background: #00a651;
  color: #fff;
  border-radius: 0;
}
.graphs form.article-email .checkbox {
  margin-top: 15px;
  color: #999;
}
.graphs form.article-email .checkbox input {
  vertical-align: middle;
}
.graphs #navbar {
  margin-bottom: 20px;
}
.graphs #navbar .dropdown-menu {
	min-width: 300px !important;
	padding: 0;
	margin: 0;
}
.graphs #navbar .dropdown-menu > li > a {
	font-weight: 300;
}
.graphs #navbar .dropdown-menu li:hover {
	background: #00a651 !important;
	color: #fff !important;
}
.graphs #navbar .dropdown-menu li a:hover {
	background: #00a651 !important;
	border: none;
	color: #fff;
}
.graphs #navbar .dropdown-menu.columns-3 {
  min-width: 180px;
}
.graphs #navbar .multi-column-dropdown {
  list-style: none;
}
.graphs #navbar .multi-column .col-sm-4 {
  padding: 0;
  border-right: 0;
}

.graphs #navbar .multi-column-dropdown li a {
  display: block;
  clear: both;
  white-space: normal;
}
.graphs #navbar ul.dropdown-menu .multi-column-dropdown li:last-child a {
  border: none;
}
.graphs #navbar .multi-column-dropdown li a:hover {
  text-decoration: none;
}
.graphs #navbar ul#collapsable {
  width: 32%;
}
.graphs #navbar ul#collapsable li.dropdown {
  width: 100%;
}
.graphs #navbar ul#collapsable li.dropdown a {
  margin-right: 0;
}
.graphs #navbar ul#right {
  width: 66%;
}
.graphs #navbar ul#right li.dropdown {
  width: 49%;
}
.graphs #navbar ul.navbar-nav {
  margin: 0;
  display: inline-block;
}
.graphs #navbar ul.navbar-right {
  margin: 0;
}
.graphs #navbar li.dropdown.open .caret {
	transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	transition: opacity .15s,transform .15s;
	-webkit-transition: opacity .15s,transform .15s;
	-moz-transition: opacity .15s,transform .15s;
}
.graphs #navbar ul.navbar-right li.dropdown:last-child span.caret {
	background: url("/wp-content/plugins/lynx_market_info/images/zoom.png") no-repeat;
	border: 0;
  	width: 12px;
	height: 13px;
	transform: none;
}
.graphs #navbar ul li:last-child ul.dropdown-menu.search {
  right: 0 !important;
  left: inherit;
  width: auto;
  background: #fff;
  margin-top: 5px;
  padding: 15px 10px;
  border-radius: 0;
  text-align: center;
}
.graphs #navbar ul ul.dropdown-menu.search li:hover {
  background: none;
}
.graphs #navbar ul li:last-child ul.dropdown-menu.search .form-inline {
  width: 100%;
}
.graphs #navbar ul li:last-child ul.dropdown-menu.search .form-inline .form-group {
  width: auto;
}
.graphs #navbar ul li:last-child ul.dropdown-menu.search .form-inline .form-group input {
  width: 100%;
  border-radius: 0;
  border: 0;
  border: 1px solid #e6e6e6;
}
.graphs #navbar ul li:last-child ul.dropdown-menu.search .form-inline button.btn.btn-default {
  border: 0;
  height: 34px;
  border-radius: 0;
}
.graphs #navbar ul li:last-child ul.dropdown-menu.search .results {
  margin-top: 15px;
  padding: 0 5px;
}
.graphs #navbar ul li:last-child ul.dropdown-menu.search .results ul {
  background: #fff;
  padding: 5px 0;
}
.graphs #navbar ul li:last-child ul.dropdown-menu.search .results ul li {
  display: inline;
}
.graphs #navbar ul li:last-child ul.dropdown-menu.search .results ul li a {
  display: block;
  background: #fff;
  padding: 8px 10px;
  margin: 0;
  border: 0;
  font-size: 12px;
  text-align: left;
}
.graphs #navbar ul li:last-child a {
  margin-right: 0;
}
.graphs #navbar ul li:first-child a {
  padding-left: 0;
}
.graphs #navbar ul ul.dropdown-menu {
  border: 0;
  padding: 5px 0 0 0;
  margin-top: 5px;
  background: #fff;
  right: 0;
  position: absolute;
  box-shadow: 6px 6px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 6px 6px 0 rgba(0,0,0,0.15);
  -webkit-box-shadow: 6px 6px 0 rgba(0,0,0,0.15);
}
.graphs #navbar ul ul.dropdown-menu .row {
	margin: 0;
	padding: 0;
	background: #fff;
}
.graphs #navbar ul ul.dropdown-menu li {
  display: block;
  background: #fff;
  margin: 0;
  padding: 0;
}
.graphs #navbar ul ul.dropdown-menu li:hover {
  background: none;
  color: #fff;
}
.graphs #navbar ul ul.dropdown-menu li:last-child {
  margin-bottom: 0;
}
.graphs #navbar ul ul.dropdown-menu li:last-child a {
  border-bottom: 0 !important;
}
.graphs #navbar ul ul.dropdown-menu li a {
  margin-right: 0;
  border-bottom: 1px solid #f2f3f4;
  margin-bottom: 0;
}
.graphs #navbar ul li {
  display: inline-block;
}
.graphs #navbar ul li:hover {
  cursor: pointer;
}
.graphs #navbar ul li a {
  border-right: 0;
  color: #252729;
  padding: 0 15px;
  line-height: 13px;
}
.graphs #navbar ul li a:hover {
  color: #444;
  cursor: pointer;
}
.graphs #navbar ul li:last-child a {
  margin-bottom: 0;
  border-right: 0;
}
.graphs #navbar ul li.overflow-nav.dropdown a {
  border: 0 !important;
}
.graphs #navbar ul li.overflow-nav.dropdown.active ul li.active a {
  color: #333;
}
.graphs #navbar ul li.overflow-nav.dropdown.active ul li a {
  color: #999;
}
.graphs #navbar ul li.overflow-nav.dropdown:last-child ul.dropdown-menu {
  left: 0 !important;
  right: inherit;
}
.graphs #navbar ul li.overflow-nav.dropdown:last-child ul.dropdown-menu li a {
  margin-right: 0 !important;
  border-right: 0;
  margin-bottom: 0;
}
.graphs #navbar ul li.overflow-nav.dropdown:last-child ul.dropdown-menu li:last-child a {
  border-bottom: 0 !important;
}
.graphs #navbar ul li.overflow-nav.dropdown ul.dropdown-menu {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  right: 0;
  left: inherit;
  min-width: 190px;
  margin-top: 5px;
}
.graphs #navbar ul li.overflow-nav.dropdown ul.dropdown-menu li:last-child a {
  margin-bottom: 0;
}
.graphs #navbar ul li.overflow-nav.dropdown ul.dropdown-menu li a {
  padding: 10px 15px;
}
.graphs #navbar ul li.overflow-nav.dropdown ul.dropdown-menu li a:hover {
  color: #fff;
}
.graphs #navbar ul li.overflow-nav.dropdown ul.dropdown-menu li:before, .graphs #navbar ul li.overflow-nav.dropdown ul.dropdown-menu li:after {
  border: 0;
}
.graphs .headerstock {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
}
.graphs .headerstock h1 {
  display: inline-block;
  width: auto;
  color: #00a651;
  font-size: 28px;
  margin: 0;
  font-weight: 300;
  padding-top: 0;
}
.graphs .headerstock .punktdata {
  margin-top: 5px;
}
.graphs .headerstock .pull-right {
  line-height: 26.4px;
  color: #252729;
}
.graphs .headerstock .pull-right strong {
  color: #252729;
  font-weight: 500;
}
.graphs .headerstock .pull-right #info-row1-value {
	font-weight: 400;
}
.graphs .headerstock .pull-right .center {
  color: #00a651;
  padding-left: 30px;
}
.graphs .headerstock .pull-right .right {
  padding-left: 30px;
}
.graphs .subheaderstock {
  padding-top: 10px;
  font-size: 15px;
  color: #252729;
}
.graphs .subheaderstock .strong {
  padding-right: 30px;
  font-weight: 500;
}
.graphs .subheaderstock a {
  color: #00a651;
  text-decoration: none;
}
.graphs .subheaderstock a:hover {
  color: #252729;
  text-decoration: underline;
}
.graphs .subheaderstock .strong a {
  color: #252729;
  text-decoration: underline;
}
.graphs .image-container {
  border: 1px solid #e6e6e6;
  padding: 5px 10px;
  text-align: center;
}
.graphs .image-container img {
  max-height: 60px;
  margin: 0 auto;
}
.graphs #stickynav {
  margin-bottom: 0;
}
.graphs #stickynav .container {
  padding: 0;
  margin: 0;
  /*width: 500px; */
}
.graphs #stickynav .container #navbaraffix {
  padding: 0;
  margin-top: 0;
}
.graphs #stickynav .container .navbar-header {
  display: none;
}
.graphs #stickynav .navbar-nav {
  padding: 0;
  margin: 0;
}
.graphs #stickynav .navbar-nav li {
  margin-bottom: 0;
  display: inline-block;
  list-style-type: none;
  line-height: 13px;
}
.graphs #stickynav .navbar-nav li ul.dropdown-menu, .graphs #navbar ul li.overflow-nav.dropdown ul.dropdown-menu {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  right: 0;
  left: inherit;
  min-width: 130px;
  margin-top: 14px;
  position: absolute;
  box-shadow: 6px 6px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 6px 6px 0 rgba(0,0,0,0.15);
  -webkit-box-shadow: 6px 6px 0 rgba(0,0,0,0.15);
  border-left: 1px solid #f2f3f4;
  border-top: 1px solid #f2f3f4;
}
.graphs #stickynav .navbar-nav li ul.dropdown-menu li {
  display: table;
  border-bottom: 1px solid #f2f3f4;
  height: 55px;
  width:100%;
}
.graphs #stickynav .navbar-nav li ul.dropdown-menu.search li {
	text-align: left;
	padding-left: 30px !important;
}
.graphs #stickynav .navbar-nav li ul.dropdown-menu .awesomplete li {
  height: auto;
  padding: 10px;
}
/* Search Dropdown */
.graphs #stickynav .navbar-nav li ul.dropdown-menu .awesomplete li[aria-selected="true"] {
	color: inherit;
}
.graphs #navbar .dropdown-menu li:hover mark{
	color: #fff !important;
}
.graphs #stickynav .navbar-nav li ul.dropdown-menu .awesomplete li[aria-selected="true"] mark {
	background: none;
}
.graphs #stickynav .navbar-nav li ul.dropdown-menu .awesomplete li mark {
	background: none;
	padding: 0;
}
.graphs #stickynav .navbar-nav li ul.dropdown-menu li:last-child {
}
.graphs #stickynav .navbar-nav li ul.dropdown-menu li.active:after {
  border: 0;
}
.graphs #stickynav .navbar-nav li ul.dropdown-menu li:last-child a {
  margin-bottom: 0;
  border-bottom: 0;
}
.graphs #stickynav .navbar-nav li ul.dropdown-menu li a {
  padding: 10px;
  color: #252729;
  background: none;
  line-height: 18px;
  border: none;
  display: table-cell;
  vertical-align: middle;
}
.graphs #stickynav .navbar-nav li ul.dropdown-menu li a:hover {
  background: none;
  color: #fff;
}
.graphs #stickynav .navbar-nav li ul.dropdown-menu li:hover {
  color: #fff;
}
.graphs #stickynav .navbar-nav li ul.dropdown-menu li:hover a{
  color: #fff;
}
.graphs #stickynav .navbar-nav li a {
  border-radius: 0;
  padding: 0 15px;
  line-height: 13px;
  border-right: 1px solid #252729;
  color: #252729;
}
.graphs #stickynav .navbar-nav li a:hover, .graphs #stickynav .navbar-nav li a:active, .graphs #stickynav .navbar-nav li a:focus {
  background: none;
  border-bottom: 0;
  color: #444;
}
.graphs #stickynav .navbar-nav li:first-child a {
  padding-left: 0;
}
.graphs #stickynav .navbar-nav li:last-child a {
  border-right: 0;
  padding-right: 0;
}
.graphs #stickynav .navbar-nav li.active:hover:after {
  border-top: 10px solid #f4f4f4;
}
.graphs #stickynav .navbar-nav li.active.overflow-nav.dropdown.active a {
  background: #f4f4f4 !important;
}
.graphs #stickynav .navbar-nav li.active.overflow-nav.dropdown.active:after {
  border-top: 10px solid #f4f4f4;
}
.graphs #stickynav .navbar-nav li.active.overflow-nav.dropdown.active ul {
  margin-top: 15px;
}
.graphs #stickynav .navbar-nav li.active.overflow-nav.dropdown.active ul li:after, .graphs #stickynav .navbar-nav li.active.overflow-nav.dropdown.active ul li:before {
  border: 0;
}
.graphs #stickynav .navbar-nav li.active ul li.active a {
  color: #333;
  background: #f2f2f2;
}
.graphs #stickynav .navbar-nav li.active ul li a {
  color: #999;
}
.graphs #stickynav.affix {
  background: #fff;
  top: 50px;
  z-index: 41;
  border-bottom: 1px solid #f1f2f3;
  padding: 0;
  left: 0;
  width: 100%;
}
.graphs #stickynav.affix-top {
	z-index: 41;
}
.graphs #stickynav.affix-top .content-container {
	padding: 0;
}
.graphs #stickynav #navbar-secondary {
  margin: 0;
  width: auto;
  float: left;
}
.graphs #stickynav.affix .container #navbaraffix {
  margin-top: 0;
  float:left;
}
.graphs #stickynav.affix .container .navbar-header {
  display: inline-block;
}
.graphs #stickynav.affix .container .navbar-header .navbar-brand {
  color: #00a651;
  padding-left: 15px;
  font-size: 18px;
}
.graphs section {
  margin: 0;
  padding: 20px 0 0 0;
  width: 100%;
}
.graphs .performance {
	padding-right: 0;
}
.graphs section .performance-title-wrapper {
	padding-left: 0;
}
.graphs section .performance-title {
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: 400;
  color: #252729;
  display: block;
}
.graphs .graph-left {
  font-size: 15px;
  padding: 0 !important;
}
.graphs .graph-left h3.header {
  margin: 0 0 15px;
  font-size: 18px;
}
.graphs .graph-left ul {
  padding: 0;
  margin: 0 0 0 0;
}
.graphs .graph-left ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
.graphs .graph-left ul li a {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  color: #252729;
  cursor: pointer;
}
.graphs .graph-left ul li a:hover, .graphs .graph-left ul li a:active, .graphs .graph-left ul li a:focus {
  text-decoration: none;
  background: #808080;
  color: #fff;
  transition: 0.1s ;
}
.graphs .graph-left ul li a i {
  line-height: 18px;
  display: none;
}
.graphs .graph-left ul li.active {
  background: #808080;
  color: #fff;
}
.graphs .graph-left ul li.active a {
	color: #fff;
}
.graphs .graph-left ul li.active a i {
  display: inline-block;
}
.graphs .tab-content {
	padding: 0 3px 0 0;
	border: none;
	background: none;
}
.graphs .graph-image .tab-pane {
  margin-top: 0 !important;
}
.graphs .graph-image img {
  padding: 5px;
  border: 1px solid #eee;
}
.graphs .graph-left-mobile ul {
  margin: 20px 0 30px 0;
  padding: 0;
}
.graphs .graph-left-mobile ul li {
  list-style-type: none;
  display: inline-block;
}
.graphs .graph-left-mobile ul li.active a {
  border-bottom: 2px solid #339FD6;
}
.graphs .graph-left-mobile ul li a {
  color: #339FD6;
  padding: 10px;
}
.graphs #performance .performance strong{
	font-size: 18px;
}
.graphs #performance .performance .grey{
	font-size: 18px;
}
.graphs #performance .performance .delay-text {
	font-size: 12px;
	font-weight: 300;
}
.graphs #performance .performance .performancedata .row:nth-child(even) {
	background: #f2f3f4;
}
.graphs #performance .performance .performancedata .row:hover {
	background: #cbefdd;
}
.graphs #performance .performance .row.first {
	background: none;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 10px;
}
.graphs #performance .performance .performancedata .col-xs-6, .graphs #performance .performance .performancedata .col-xs-10, .graphs #performance .performance .performancedata .col-xs-2 {
  min-height: 30px;
  line-height: 30px;
  padding: 5px 0 5px 5px;
}
.graphs #performance .performance .performancedata .col-xs-6:nth-of-type(4n+1), .graphs #performance .performance .performancedata .col-xs-6:nth-of-type(4n+2), .graphs #performance .performance .performancedata .col-xs-10:nth-of-type(4n+1), .graphs #performance .performance .performancedata .col-xs-10:nth-of-type(4n+2), .graphs #performance .performance .performancedata .col-xs-2:nth-of-type(4n+1), .graphs #performance .performance .performancedata .col-xs-2:nth-of-type(4n+2) {
}
.graphs #performance .performance .performancedata.branche .col-xs-10, .graphs #performance .performance .performancedata.branche .col-xs-2 {
  white-space: nowrap;
}
.graphs #performance .performance .performancedata.branche .col-xs-10:nth-of-type(4n+1), .graphs #performance .performance .performancedata.branche .col-xs-10:nth-of-type(4n+2), .graphs #performance .performance .performancedata.branche .col-xs-2:nth-of-type(4n+1), .graphs #performance .performance .performancedata.branche .col-xs-2:nth-of-type(4n+2) {
  background: #f4f4f4;
}
.graphs #performance .performance .performancedata.branche .col-xs-10 .fadder, .graphs #performance .performance .performancedata.branche .col-xs-2 .fadder {
  display: block;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  width: 50px;
  background: url(../images/fadehorizontal.png) no-repeat top left;
}
.graphs #performance .performance .performancedata.branche .col-xs-10:nth-of-type(4n+1) .fadder, .graphs #performance .performance .performancedata.branche .col-xs-10:nth-of-type(4n+2) .fadder, .graphs #performance .performance .performancedata.branche .col-xs-2:nth-of-type(4n+1) .fadder, .graphs #performance .performance .performancedata.branche .col-xs-2:nth-of-type(4n+2) .fadder {
  height: 30px;
  background: url(../images/fadehorizontalgrey.png) no-repeat top left;
}
.graphs #performance .gunstiger .top5 .data-loader-icon, .graphs #einzelwerte .data-loader-icon {
	position: absolute;
	width: 100%;
	text-align: center;
	padding-top: 175px;
	z-index: 100;
}
.graphs #einzelwerte .data-loader-icon {
	padding-top: 180px;
}
.graphs #performance .gunstiger .top5 .data-loader-icon i, .graphs #einzelwerte .data-loader-icon i {
	color: #00a651;
	font-size: 2.5em;
}
.graphs #performance .gunstiger .indicators {
  margin-top: 60px;
}
.graphs #performance .entwicklung {
  margin-top: 15px;
}
.graphs #performance .entwicklung .tab-content {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
.graphs #performance .entwicklung .tab-content .tab-pane .row {
  min-height: 36px;
  margin: 0;
  padding-top: 0;
}
.graphs #performance .entwicklung .tab-content .tab-pane .row:nth-child(odd) {
	background: #f2f3f4;
}
.graphs #performance .entwicklung .tab-content .tab-pane .row.first {
  margin-top: 0;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.graphs #performance .entwicklung .tab-content .tab-pane .row:last-child {
  border: 0;
}
.graphs #performance .entwicklung .tab-content .tab-pane .row .col-xs-3 {
  padding: 10px 15px;
}
.graphs #performance .entwicklung ul.nav-tabs {
  border-bottom: 1px solid #e4e4e4;
}
.graphs #performance .entwicklung ul.nav-tabs li {
  color: #333;
  padding: 1px;
}
.graphs #performance .entwicklung ul.nav-tabs li.active:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #e4e4e4 transparent;
  display: block;
  width: 0;
}
.graphs #performance .entwicklung ul.nav-tabs li.active:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  margin-left: -8px;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
}
.graphs #performance .entwicklung ul.nav-tabs li.active a {
  border: 0;
  padding: 9px 10px;
}
.graphs #performance .entwicklung ul.nav-tabs li.active:hover:after {
  border-color: #f4f4f4 transparent;
}
.graphs #performance .entwicklung ul.nav-tabs li a {
  padding: 9px 10px;
  border: 0;
  color: #333;
  border-radius: 0;
}
.graphs #performance .entwicklung ul.nav-tabs li a:hover {
  background: #f4f4f4;
}
.graphs h3 {
	font-size: 18px;
	font-weight: 700;
}
.graphs #einzelwerte h3 .grey {
	color: #00a651;
	font-weight: 300;
}
.graphs #expertenstudie ol, .graphs #analysen ol {
  margin-bottom: 35px;
  padding-left: 15px;
}
.graphs #expertenstudie ol li a, .graphs #analysen ol li a {
  color: #333;
  padding-left: 10px;
}
.graphs #expertenstudie .alert, .graphs #analysen .alert {
  margin-bottom: 30px;
}
.graphs #expertenstudie p, .graphs #analysen p {
  line-height: 22px;
  margin-bottom: 30px;
}
.graphs #expertenstudie p .image-container, .graphs #analysen p .image-container {
  padding: 5px;
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 12px;
  color: #999;
}
.graphs #expertenstudie p .image-container.pull-right, .graphs #analysen p .image-container.pull-right {
  margin: 15px 0 15px 15px;
}
.graphs #expertenstudie p .image-container img, .graphs #analysen p .image-container img {
  max-height: inherit;
  margin-bottom: 5px;
}
.graphs #expertenstudie h3, .graphs #analysen h3 {
  margin: 10px 0 15px;
  display: inline-block;
  font-size: 28px;
}
.graphs #analysen #article-tabs > ul {
	height: 10px;
}
.graphs #analysen #article-tabs > ul li {
	float:left;
	padding: 15px 30px;
	margin: 0 0 -1px 0;
}
.graphs #analysen #article-tabs > ul li a{
	color: #858789;
	font-size: 18px;
	font-weight: 400;
}
.graphs #analysen #article-tabs > ul li.active {
	border-bottom: 3px solid #00a651;
}
.graphs #analysen #article-tabs > ul li.active a {
	color: #252729;
}
.graphs #analysen #article-tabs > ul li a:hover{
	color: #252729;
}
.graphs #analysen #article-tabs #article-tab .dataTables_scrollHeadInner {
	width: 100% !important;
}
.graphs #analysen #article-tabs #article-tab table th, .graphs #analysen #article-tabs #article-tab table td {
	width: 592px !important;
}
.graphs #analysen #article-tabs #article-tab .dataTables_scrollHead table.dataTable th:first-child {
 width: 139px !important;
}
.graphs #analysen #article-tabs #article-tab table th:first-child, .graphs #analysen #article-tabs #article-tab table td:first-child {
	width: 118px !important;
}
.graphs #expertenstudie .greenbox img.pull-left, .graphs #analysen .greenbox img.pull-left {
  width: 40%;
}
.graphs #expertenstudie .greenbox .pull-right, .graphs #analysen .greenbox .pull-right {
  width: 55%;
}
.graphs #expertenstudie .greenbox ul, .graphs #analysen .greenbox ul {
  padding-left: 17px;
  margin-top: 10px;
}
.graphs #expertenstudie .greenbox ul li, .graphs #analysen .greenbox ul li {
  margin-bottom: 10px;
}
.graphs #expertenstudie a.green, .graphs #analysen a.green {
  color: #00a651;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  margin-top: -5px;
  margin-bottom: 45px;
  display: inline-block;
  width: 100%;
}
.graphs #expertenstudie .modal-content, .graphs #analysen .modal-content {
  border-radius: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.graphs #expertenstudie .mehr-studies, .graphs #analysen .mehr-studies {
  padding: 20px 0;
}
.graphs #expertenstudie .mehr-studies li, .graphs #analysen .mehr-studies li {
  list-style-type: none;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
.graphs #expertenstudie .mehr-studies li:last-child, .graphs #analysen .mehr-studies li:last-child {
  border-bottom: 1px solid #ddd;
}
.graphs #expertenstudie .author, .graphs #analysen .author {
  margin: -15px 0 25px 0;
}
.graphs #expertenstudie .main-content-less, .graphs #analysen .main-content-less {
  max-height: 450px;
  width: 100%;
  overflow: hidden;
}
.graphs #expertenstudie .main-content-less.whole, .graphs #analysen .main-content-less.whole {
  max-height: inherit;
}
.graphs .wlesen {
  font-weight: 700;
  margin-top: -60px;
  padding: 80px 0 0;
  background: url(../images/fadewhite.png) top center no-repeat;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.graphs .wlesen.no-bg {
  background-image: none;
  background: transparent;
}
.graphs .wlesen .hiden {
  display: none;
}
.graphs .wlesen .hiden.disp {
  display: inline-block;
}
.graphs .wlesen .display {
  display: inline-block;
}
.graphs .wlesen .display.hidd {
  display: none;
}
.graphs table.tablesaw {
  margin: 15px 0 30px 0;
  font-size: 12px;
}
.graphs table.tablesaw thead tr {
  background: #333;
  color: #eee;
}
.graphs table.tablesaw thead tr th {
  font-weight: 400 !important;
  text-transform: uppercase;
}
.graphs table.tablesaw tbody tr:nth-child(odd) {
  background: #eee;
}
.graphs #analysen .sidebar {
  margin-top: 0;
}
.graphs #analysen .sidebar .greenbox {
  width: 100%;
}
.graphs #analysen .sidebar .greenbox .pull-right {
  float: left !important;
}
.graphs #analysen .sidebar .greenbox form.article-email, .graphs #analysen .sidebar .greenbox .pull-right.col-sm-6.col-md-12 {
  width: 100%;
}
.graphs #analysen #index-analysen_wrapper,
.graphs #analysen #cfd-analysen_wrapper {
  margin: 0;
}
.graphs #analysen #index-analysen_wrapper .dataTables_scrollHead thead > tr > th.sorting_asc,
.graphs #analysen #index-analysen_wrapper .dataTables_scrollHead thead > tr > th.sorting_desc,
.graphs #analysen #index-analysen_wrapper .dataTables_scrollHead thead > tr > th.sorting,
.graphs #analysen #index-analysen_wrapper .dataTables_scrollHead thead > tr > td.sorting_asc,
.graphs #analysen #index-analysen_wrapper .dataTables_scrollHead thead > tr > td.sorting_desc,
.graphs #analysen #index-analysen_wrapper .dataTables_scrollHead thead > tr > td.sorting,
.graphs #analysen #cfd-analysen_wrapper .dataTables_scrollHead thead > tr > th.sorting_asc,
.graphs #analysen #cfd-analysen_wrapper .dataTables_scrollHead thead > tr > th.sorting_desc,
.graphs #analysen #cfd-analysen_wrapper .dataTables_scrollHead thead > tr > th.sorting,
.graphs #analysen #cfd-analysen_wrapper .dataTables_scrollHead thead > tr > td.sorting_asc,
.graphs #analysen #cfd-analysen_wrapper .dataTables_scrollHead thead > tr > td.sorting_desc,
.graphs #analysen #cfd-analysen_wrapper .dataTables_scrollHead thead > tr > td.sorting {
  padding-right: 30px;
  padding-left: 7px;
}
.graphs #analysen #index-analysen_wrapper .dataTables_scrollHead thead > tr > th.sorting_asc:after,
.graphs #analysen #index-analysen_wrapper .dataTables_scrollHead thead > tr > th.sorting_desc:after,
.graphs #analysen #index-analysen_wrapper .dataTables_scrollHead thead > tr > th.sorting:after,
.graphs #analysen #index-analysen_wrapper .dataTables_scrollHead thead > tr > td.sorting_asc:after,
.graphs #analysen #index-analysen_wrapper .dataTables_scrollHead thead > tr > td.sorting_desc:after,
.graphs #analysen #index-analysen_wrapper .dataTables_scrollHead thead > tr > td.sorting:after,
.graphs #analysen #cfd-analysen_wrapper .dataTables_scrollHead thead > tr > th.sorting_asc:after,
.graphs #analysen #cfd-analysen_wrapper .dataTables_scrollHead thead > tr > th.sorting_desc:after,
.graphs #analysen #cfd-analysen_wrapper .dataTables_scrollHead thead > tr > th.sorting:after,
.graphs #analysen #cfd-analysen_wrapper .dataTables_scrollHead thead > tr > td.sorting_asc:after,
.graphs #analysen #cfd-analysen_wrapper .dataTables_scrollHead thead > tr > td.sorting_desc:after,
.graphs #analysen #cfd-analysen_wrapper .dataTables_scrollHead thead > tr > td.sorting:after {
  right: 10px;
  top: 0;
}
.graphs .dataTables_wrapper .dataTables_scrollHead {
  font-size: 12px;
  padding: 10px 0 15px;
  border-top: 1px solid #e6e6e6 !important;
}
.graphs .dataTables_wrapper .dataTables_scrollHead .dataTable {
  padding-bottom: 0;
  border: 0;
}
.graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > th.sorting_asc:first-child,
.graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > th.sorting_desc:first-child,
.graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > th.sorting:first-child,
.graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > td.sorting_asc:first-child,
.graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > td.sorting_desc:first-child,
.graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > td.sorting:first-child {
  padding-left: 10px;
}
.graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > th.sorting_asc:after,
.graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > th.sorting_desc:after,
.graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > th.sorting:after,
.graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > td.sorting_asc:after,
.graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > td.sorting_desc:after,
.graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > td.sorting:after {
  right: 14px;
  top: 0;
}
.graphs .dataTables_wrapper .row:first-child .col-sm-6 .dataTables_length,
.graphs .dataTables_wrapper .row:first-child .col-sm-6 .dataTables_filter {
  margin-bottom: 0;
  padding-bottom: 10px;
  float: left;
}
.graphs .dataTables_wrapper .row:first-child .col-sm-6 .dataTables_length label,
.graphs .dataTables_wrapper .row:first-child .col-sm-6 .dataTables_filter label {
  font-weight: 300!important;
}
.graphs .dataTables_wrapper .row:first-child .col-sm-6 .dataTables_length select,
.graphs .dataTables_wrapper .row:first-child .col-sm-6 .dataTables_length input,
.graphs .dataTables_wrapper .row:first-child .col-sm-6 .dataTables_filter select,
.graphs .dataTables_wrapper .row:first-child .col-sm-6 .dataTables_filter input {
  border-radius: 0;
  box-shadow: 0 0 0;
  height: 36px;
}
.graphs .form-control {
	border: 1px solid #e6e6e6;
	color: #252729;
}
.graphs .input-sm {
	font-size: 18px ;
}
.graphs .dataTables_wrapper .dataTable {
  margin-top: -20px;
  font-size: 11px;
  width: 100% !important;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 10px;
}
.graphs .dataTable th, .graphs .dataTable td {
  text-align: right;
}
.graphs .dataTable th:first-child, .graphs .dataTable td:first-child {
  text-align: left;
}
.graphs .dataTables_wrapper .dataTable th {
	font-weight: 400;
	white-space: nowrap;
	padding-right: 0;
}
.graphs .dataTable thead .sorting_asc::after, .graphs .dataTable thead .sorting_desc::after, .graphs .dataTable thead .sorting::after {
	color: #808080;
	opacity: 1;
	font-size: 12px;
	position: relative;
	display: inline;
	right: 0;
	top: 0;
	bottom: 0;
	padding-left: 5px;
}
.graphs .dataTables_wrapper .dataTable tbody tr {
  height: 45px;
}
.graphs .dataTables_wrapper .dataTable tbody tr td {
  padding: 5px;
}
.graphs .dataTables_wrapper .dataTable tbody tr.current {
  background: #D5F1E3 !important;
}
.graphs .dataTables_wrapper .dataTable tbody tr:nth-child(odd) {
  background: #f2f3f4;
}
.graphs .dataTables_wrapper .dataTable tbody tr td:first-child {
  padding-left: 10px;
}
.graphs .dataTables_wrapper .dataTable tbody tr:hover {
	background: #cbefdd;
}
.graphs tr:hover {
	background: #cbefdd;
}
.graphs .dataTables_wrapper .dataTable .aussicht {
  text-align: right;
  padding: 10px;
}
.graphs .dataTables_wrapper .dataTable .ranked-name .grey {
  font-weight: 300;
}
.graphs .dataTables_wrapper .dataTable img {
  max-height: 30px;
  height: 30px;
}
.graphs .dataTables_wrapper .dataTable .green a {
  color: #00a651;
}
.graphs .dataTables_wrapper .dataTable .grey a {
  color: #999;
}
.graphs .dataTables_wrapper .dataTable a {
  color: #252729 !important;
  text-decoration: none;
}
.graphs .dataTables_wrapper .dataTable a:hover {
  text-decoration: underline;
}
.graphs .dataTables_wrapper .paging_simple_numbers,
.graphs .dataTables_wrapper .dataTables_info {
  float: left;
  margin: 20px 0 20px 0;
}
.graphs .dataTables_wrapper .paging_simple_numbers li a,
.graphs .dataTables_wrapper .dataTables_info li a {
  border-radius: 0;
  color: #444;
  background: #eee;
  border: 0;
}
.graphs .dataTables_wrapper .paging_simple_numbers li a:hover,
.graphs .dataTables_wrapper .dataTables_info li a:hover {
  background: #00a651;
  color: #fff!important;
  border: 0;
}
.graphs .dataTables_wrapper .paging_simple_numbers li.active a,
.graphs .dataTables_wrapper .dataTables_info li.active a {
  background: #00a651;
  border: 0;
  color: #fff;
}
.graphs .dataTables_wrapper .paging_simple_numbers li.disabled a,
.graphs .dataTables_wrapper .dataTables_info li.disabled a {
  color: #ccc;
}
.graphs .dataTables_wrapper .paging_simple_numbers li.disabled a:hover,
.graphs .dataTables_wrapper .dataTables_info li.disabled a:hover {
  cursor: default!important;
}
#currency-table_ellipsis a{
  background: transparent;
  padding: 11px;
}
#currency-table_ellipsis a:hover{
  cursor: default!important;
  background: transparent;
  color:#444!important;
}
.pagination > .disabled > span, 
.pagination > .disabled > span:hover, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > a, 
.pagination > .disabled > a:hover, 
.pagination > .disabled > a:focus{
  cursor: default!important;
}
.graphs .carouselcontrol {
  margin-top: -73px;
}
.graphs .carouselcontrol a {
  font-size: 20px;
  color: #666;
  line-height: 32px;
}
.graphs .carouselcontrol a:first-child {
  padding-right: 0;
}
.graphs .carouselcontrol a:last-child {
  padding-left: 2px;
}
.graphs .carouselcontrol .weiter {
  display: inline-block;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 400;
  vertical-align: bottom;
  color: #666;
  font-size: 12px;
}
.graphs #infos {
  padding-bottom: 30px;
}
.graphs #infos .sidebar {
  margin-top: 45px;
}
.graphs #infos h2 {
  font-size: 18px;
  margin: 0 0 15px;
}
.graphs #infos h2 .pull-right {
  font-size: 14px;
  text-align: right;
  font-weight: 400;
}
.graphs #infos a {
  color: #00a651;
  text-decoration: none;
}
.graphs #infos a:hover {
  color: #252729;
  text-decoration: underline;
}
.graphs #infos .aktiendata {
  margin-top: 30px;
}
.graphs #artikel article {
  margin-bottom: 50px;
}
.graphs #artikel article h1 {
  margin: 20px 0 10px;
  line-height: 34px;
  font-size: 24px;
}
.graphs #artikel article h1 a {
  color: #252729;
}
.graphs #artikel article h1 a:hover {
  color: #222;
}
.graphs #artikel article .meta {
  display: block;
  margin: 15px 0 10px 0;
  font-size: 15px;
  color: #999;
}
.graphs #artikel article .meta a {
  color: #00a651;
}
.graphs #artikel article .content {
  line-height: 22px;
  font-size: 15px;
  font-weight: 300;
}
.graphs #artikel article .weiterlesen {
  padding: 3px 10px;
  display: inline-block;
  color: #00a651;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #00a651;
  margin: 40px 0 0;
}
.graphs #artikel article .weiterlesen:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.graphs #artikel article.secondary {
	border-top: 1px solid #e6e6e6;
	padding-top: 38px;
}
.graphs #artikel article.secondary h1 {
  font-size: 24px;
  margin-top: 10px;
  line-height: 30px;
}
.graphs #artikel article.secondary .meta {
  margin: 0;
}
.graphs #artikel article.secondary .weiterlesen {
  padding: 3px 10px;
  margin-top: 40px;
}
.graphs #artikel .sidebar h2, .graphs #analysen .sidebar h2 {
  margin-bottom: 15px;
}
.graphs #artikel .sidebar ul, .graphs #analysen .sidebar ul {
  margin: 5px 0 60px;
}
.graphs #artikel .sidebar ul li, .graphs #analysen .sidebar ul li {
  display: inline-block;
  border: none;
}
.graphs #artikel .sidebar ul li .date, .graphs #artikel .sidebar ul li .title, .graphs #analysen .sidebar ul li .date, .graphs #analysen .sidebar ul li .title {
  display: block;
}
.graphs #artikel .sidebar ul li .date, .graphs #analysen .sidebar ul li .date {
  float: left;
  width: 15%;
}
.graphs #artikel .sidebar ul li .title, .graphs #analysen .sidebar ul li .title {
  float: right;
  padding-left: 15px;
  width: 85%;
  font-weight: 400;
}
.graphs #artikel .sidebar ul li .title a, .graphs #analysen .sidebar ul li .title a {
  color: #252729;
}
/* Newsletter */
#analysen .block-wrapper .block-content {
	padding: 23px;
}
#analysen .block-wrapper .block-content ul.gform_fields {
	margin: 0 -3px;
	padding: 0;
	border-bottom: 0;
}
#analysen .block-wrapper .block-content ul.gfield_checkbox, #analysen .block-wrapper .block-content ul.gform_fields ul {
	border-bottom: 0;
	margin: 0;
}
#analysen .block-wrapper .block-content ul.gfield_checkbox label {
	line-height: 24px;
}
#analysen .block-wrapper .block-content ul.gform_fields li {
	padding: 0;
	font-weight: 300;
	margin-bottom: 10px;
}
#analysen .block-wrapper .block-content .gform_fields li h3 {
	font-size: 30px;
	line-height: 44px;
	margin-top: 0;
}
#analysen .block-wrapper .block-content .gform_fields ul.checked {
	margin-bottom: 0;
	border-bottom: 0;
}
#analysen .block-wrapper .block-content .gform_fields ul.checked li {
	padding-left: 35px;
}
#analysen .block-wrapper .block-content input {
	color: #252729;
	}
#analysen .block-wrapper .block-content .btn {
	border-radius: 0;
	border-bottom: 3px solid #debd10 !important;
}
/* Videos */
.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
margin-bottom: 15px;
height: 0;
overflow: hidden;
}
#artikel .sidebar ul {
	border-top: 1px solid #e6e6e6;
	border-bottom: none !important;
	margin-top: 27px !important;
}
#artikel .sidebar ul li {
	padding: 15px 0 15px 15px;
}
#artikel .sidebar ul li:nth-child(2n) {
	background: #f2f3f4;
}
#artikel .sidebar .video {
	width: 23%;
	float: left;
	border: 0;
	border-radius: 0;
	padding: 0;
	margin: 2px 15px 0 0;
}
#artikel .sidebar .video-info {
	float: left;
	width: 70%;
}
#artikel .sidebar .title {
	width: auto !important;
	font-weight: 300 !important;
	float: none !important;
	padding: 0 !important;
}
#artikel .sidebar .date {
	font-size: 12px;
	float: none !important;
	width: auto !important;
}

/* New CSSS Code */

.calculator_header {
    background: url("/wp-content/plugins/lynx_currency_info/images/cur_overlay.png") no-repeat;
    padding: 25px;
    color:#FFF;
}
.calculator_header p {
    color: #000;
    font-size: 3.6rem;
    line-height: 4.1rem;
	margin-top: 15px;
	font-size: 2.5rem;
	line-height: 3.6rem;
	margin-top: 23px;
}
.calculator_header .col-md-5  {
    padding:0;
}
.calculator_header .col-md-6  {
	width: auto;
}
.calculator_header .col-md-6:first-child  {
	min-width: 534px;
}
/* AWESOMEPLETE */
.calculator_header .awesomplete {
	display: block;
	position: relative;
	overflow: auto;
}
.calculator_header #source_parent, .calculator_header #dest_parent {
	top: 0;
	width:100%;
	padding: 10px 10px 0;
	background: rgba(0,0,0,0.5);
}
.calculator_header button.source_currency_search_button, 
.calculator_header button.dest_currency_search_button, 
.single_cur_calculator button.source_currency_search_button, 
.single_cur_calculator button.dest_currency_search_button,
.calculator_header button.source_currency_search_close, 
.calculator_header button.dest_currency_search_close, 
.single_cur_calculator button.source_currency_search_close, 
.single_cur_calculator button.dest_currency_search_close {
	float: right;
	background: none;
	border: none;
}
button.source_currency_search_button:focus, button.dest_currency_search_button:focus {
	outline: 0;
}
.calculator_header label, .single_cur_calculator label  {
	font-size: 2.6rem;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
}
.calculator_header .flag-icon, .single_cur_calculator .flag-icon {
	width: 30px;
	line-height: 25px;
	background-position: left;
	top: -3px;
	margin-right: 6px;
}

.single_cur_calculator #calculator_source_item, .single_cur_calculator #calculator_dest_item {
	padding: 23px 20px 0 20px;
	display: inline-block;
	width: 45%;
	color: #ffffff;
}
/* Calculator Dropdown */
#dest_currency_search_wrapper, #source_currency_search_wrapper {
	z-index: 40 !important;
}
#dest_currency_search_wrapper .awesomplete, 
#source_currency_search_wrapper .awesomplete {
	right: -152px;
}
.calculator_sidebar_overlay .awesomplete {
	right: -83px !important;
}
#chart_search_wrapper .awesomplete {
	left: -353px !important;
}
#source_currency_search_wrapper .awesomplete > input, 
#source_currency_search_wrapper .awesomplete > input:focus, 
#dest_currency_search_wrapper .awesomplete > input, 
#dest_currency_search_wrapper .awesomplete > input:focus,
#chart_search_wrapper .awesomplete > input, 
#chart_search_wrapper .awesomplete > input:focus
  {
	width: 367px;
	margin: 43px 0 0 0;
	padding: 10px;
	outline: 0 !important;
	box-shadow: 0 !important;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	height: 40px;
	box-shadow: 0.05em 0.2em 0.6em rgba(0,0,0,.2);
}
#chart_search_wrapper .awesomplete > input, 
#chart_search_wrapper .awesomplete > input:focus {
	margin-top: 20px;
}
.calculator_sidebar_overlay .awesomplete > input {
	width: 366px !important;
	margin: 14px 0 0 0 !important;
}
#source_currency_search_wrapper .awesomplete > input::placeholder,
#dest_currency_search_wrapper .awesomplete > input::placeholder,
#chart_search_wrapper .awesomplete > input::placeholder {
	color: #888888;
	font-family: FontAwesome, Roboto;
	font-size: 14px;
}
#dest_currency_search_wrapper .awesomplete > ul, 
#source_currency_search_wrapper .awesomplete > ul {
    transition: none;
}
#source_currency_search_wrapper .awesomplete > ul, 
#dest_currency_search_wrapper .awesomplete > ul,
#chart_search_wrapper .awesomplete > ul {
	border: 0;
	border-radius: 0 !important;
	overflow-y: scroll;
	max-height: 300px;
	margin: 0;
	background: #ffffff;
}
#source_currency_search_wrapper .awesomplete > ul li, 
#dest_currency_search_wrapper .awesomplete > ul li,
#chart_search_wrapper .awesomplete > ul li {
	width: 100%;
	font-size: 15px;
	padding: 10px;
}
#source_currency_search_wrapper .awesomplete > ul li:hover, 
#dest_currency_search_wrapper .awesomplete > ul li:hover,
#chart_search_wrapper .awesomplete > ul li:hover {
	background-color: #cbefdd;
}
#source_currency_search_wrapper .awesomplete > ul > li[aria-selected="true"], 
#dest_currency_search_wrapper .awesomplete > ul > li[aria-selected="true"],
#chart_search_wrapper .awesomplete > ul > li[aria-selected="true"] {
	background-color: #00a651;
}
#source_currency_search_wrapper .awesomplete > ul li.pulldown-divider, 
#dest_currency_search_wrapper .awesomplete > ul li.pulldown-divider,
#chart_search_wrapper .awesomplete > ul li.pulldown-divider,
 {
	font-size: 15px;
	color: #939393;
}
#source_currency_search_wrapper .awesomplete > ul li.pulldown-divider:hover, 
#dest_currency_search_wrapper .awesomplete > ul li.pulldown-divider:hover,
#chart_search_wrapper .awesomplete > ul li.pulldown-divider:hover  {
	background-color: #ffffff;
	cursor: default;
}
#source_currency_search_wrapper .awesomplete > ul li .flag-icon, 
#dest_currency_search_wrapper .awesomplete > ul li .flag-icon,
#chart_search_wrapper .awesomplete > ul li .flag-icon {
	width: 30px;
	height: 17px;
	top: -3px;
	margin-right: 4px;
}
#source_currency_search_wrapper .awesomplete > ul li .cur_short, 
#dest_currency_search_wrapper .awesomplete > ul li .cur_short,
#chart_search_wrapper .awesomplete > ul li .cur_short {
	font-weight: 400;
	font-size: 18px;
	margin-right: 6px;
}

.calculator_header_input_wrapper {
	background: rgba(255,255,255,0.75);
	padding: 10px;
}
.calculator_header input, .calculator_single_header input {
    border:none;
    font-weight: 400;
    font-size: 2.8rem;
	color: #000;
	padding: 0;
	margin-bottom: 5px;
	background: none;
	height: 30px;
}
.calculation_header input:focus, 
.calculator_single_header input:focus, 
.calculation_header select:focus, 
.calculator_single_header select:focus, 
span#source_currency_select-button:focus, 
span#destination_currency_select-button:focus {
	outline: none;
}

.calculator_cur {
    width: 48%;
    max-width: 50%;
    display: inline-block;
}
#destination_currency, #source_currency_name {
	background: rgba(0,0,0,0.5);
	padding: 0px 10px 7px;
	font-size: 13px;
	height: 40px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#destination_currency #value, #source_currency_name #value, #destination_currency #name, #source_currency_name #name {
	line-height: 15px;
}
#destination_currency #result, #source_currency_name #result, #destination_currency #name, #source_currency_name #name {
	white-space: nowrap;
}
#destination_currency #value, #source_currency_name #value {
	text-align: right;
}
.convertor_wrapper {
    display:flex;
}
.convertor_cur {
    width: 100%;
    display: inline-block;
}
.convertor_wrapper .convertor {
    max-width:6%;
    width: 34px;
	min-width: 34px;
    display: inline-block;
    position: relative;
    border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: rgba(0,0,0,0.5);
}
#currency-table th button.region_selected {
	border-bottom: 2px solid #11ac5d;
}
#swap-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    cursor: pointer;
}
.convertor_wrapper #source_currency_select-button, .convertor_wrapper #destination_currency_select-button, .single_cur_calculator #source_currency_select-button, .single_cur_calculator #destination_currency_select-button {
    width: 100%;
    border-radius: 0;
    padding: 10px;
    color:#FFF;
    border: none;
    height: 4.5rem;
	background: rgba(0,0,0,0.5);
}
.dataTables_length {
    padding-bottom:0 !important;
}
.dataTables_length label {
    border:none;
}
select.form-control.input-sm {
    text-indent: 9px;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #f2f3f4, #f2f3f4);
    background-position: calc(100% - 13px) calc(1em + -2px), calc(100% - 7px) calc(1em + -2px), 50px 0px;
    background-size: 7px 8px, 7px 8px, 2.5em 2.5em;
    background-repeat: no-repeat;
    height: 30px !important;
    width: 80px !important;
    padding: 0 !important;
  	font-size: 13px;
    margin: 0 5px 2px 0;
}
.pull-left button {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-right: 15px;
    border-bottom:2px solid transparent;
}
.pull-left button:hover {
    border-bottom:2px solid #11ac5d;
}
.pull-left button:focus {
    outline:0;
}
.dataTables_filter {
    padding:0 !important;
}
.dataTables_filter label {
    border: none;
    width: 100%;
    text-align: right !important;
}
td.ranked-name.sorting_1 {
    max-width: 50%;
    width: 50%;
}
tr.cur_sort {
    line-height: 44px;
}
#currency-pair-article-table_wrapper .dataTable td {
	text-align: left;
}
#currency-pair-article-table_wrapper .dataTable td:first-child {
	min-width: 35px;
}
.pair_currency_wrapper {
	margin-top: 85px;
	position: relative;
	z-index: 40;
}
.pair_currency_wrapper h2 {
	font-size: 18px;
	font-weight: 700;
}
.pair_currency_wrapper #all_currencies_link {
	float: right;
}
.pair_currency_wrapper #all_currencies_link a {
	font-size: 15px;
	color: #00a651;
}
.row > .pair_currency_wrapper h2, .row > .pair_currency_wrapper .pair_currency.dataTables_wrapper {
	padding: 0 15px !important;
}
/* Single currency page */

.calculator_single_header {
    padding-bottom: 3rem;
	margin-top: 82px !important;
}
.calculator_single_header h2.first {
	font-size: 18px;
	font-weight: 700;
    border-bottom:1px solid #e6e6e6;
    padding-bottom: 1rem;
}
.calculator_single_header h4 {
    border-bottom:1px solid #e6e6e6;
    padding-bottom: 1rem;
}
.calculator_single_header .calculator_input_wrapper {
	width: 45%;
	height:100%;
	float: left;
	background: #fff;
	padding: 19px 20px;
	border: 1px solid #adadad;
}
.single_cur_calculator .awesomplete {
    background: #7f7f7f;
    height: 7rem;
	width: 100%;
	margin-bottom: 1px;
}
.single_cur_calculator #source_currency_select-button, .single_cur_calculator #destination_currency_select-button {
	width: 40%;
	background: none;
	overflow: hidden;
	padding: 24px 10px 10px 20px;
	height: 6rem;
}
.calculator_single_header .cur_title {
	width: 65px;
	left: 6rem;
	overflow: hidden;
}

.awesomplete ul li {
    display: inline-block;
    padding: 2px 0;
}
.awesomplete ul li > div {
    color: #6d7376;
    font-size: 1.5rem;
    padding: 1px 5px;
	margin-right: 15px;
    cursor: pointer;
	border: 1px solid #6d7376;
}
.calculator_single_header .convertor {
    max-width: 100%;
    display: block;
    z-index: 10;
    position: absolute;
	float: right;
	width: 30px;
	background: #7f7f7f;
	border-left: 1px solid #fff;
	height: 82%;
	bottom: 1px;
	right: 0;
}
.calculator_single_header #swap-button {
    position: relative;
    width: auto;
    top: 45%;
	left: 16px;
    transform: translateX(-50%) rotate(90deg);
    color:#00a651;
    font-size: 2rem;
}
.calculator_single_header #swap-button:before {
    padding: 7px;
	color: #fff;
}
.calculator_single_header .awesomplete {
    position: relative;
}
/* Please delete in HTML */
.calculator_single_header .change_cur {
	display: none;
}
/* Chart Switcher */
.chart_switcher {
    margin-top:2rem;
	margin-left: 8px;
	background: #f2f3f4;
	width: 97% !important;
	display:flex;
}
.chart_switcher .awesomplete {
    width: 100%;
}
.chart_switcher #chart_source_item, .chart_switcher #chart_destination_item {
    max-height: 34px;
}
.chart_switcher label#source-currency {
    text-align: left;
    border: none;
    font-size: 1.7rem;
	font-weight: normal;
    margin-bottom: 0;
    top: 0px;
    position: relative;
    left: 5px;
	width: auto;
	display: inline-block;
}
.chart_switcher label#source-currency.currency_label_mobile {
    display: none;
}
.chart_switcher #source-flag, .chart_switcher #chart-flag {
    position: relative;
    top: 1px !important;
    font-size: 20px;
	line-height: 20px;
}
.chart_switcher #swap-chart-button {
    color: #808080;
    position: relative;
	background: #e5e6e7;
	padding: 25px 6px;
	cursor: pointer;
	margin-left: 15px;
	margin-right: 1%;
}
.chart_switcher #dest_parent {
    position: relative;
    top: 0;
	left: 0 !important;
	padding-left: 6px;
}
span#source_parent {
    position: relative;
    top: 0 !important;
	
}
.chart_switcher #dest_parent, 
.chart_switcher #source_parent {
	width: 50%;
	padding-top: 20px;
}
.chart_switcher .chart_currency_search_button {
    background: transparent;
	color: #252729;
    border:none;
	outline: none;
    padding: 0 !important;
	position: absolute;
    top: 0;
	right: 0;
	vertical-align: top;
}
.chart_switcher .chart_currency_search_button:active {
    color: #252729;
}
.chart_switcher .cur_title {
	left: 35px;
	font-family: 'Roboto';
    font-size: 1.7rem;
	font-weight: normal;
	line-height: 24px !important;
}
.chart_switcher .cur_title_mobile {
	display: none;
}
ul#chart_destination_currency_select-menu {
	box-shadow: 0.05em 0.2em 0.6em rgba(0,0,0,.2);
}
ul#chart_destination_currency_select-menu li .flag-icon {
	margin-right: 10px;
}
ul#chart_destination_currency_select-menu li {
	padding: 10px;
}
ul#chart_destination_currency_select-menu li:hover {
	background: #cbefdd;
}
ul#chart_destination_currency_select-menu li div.ui-state-active {
	background: none;
	border: none;
	color: #000000;
	margin: 0;
}
ul#chart_destination_currency_select-menu ul > li[aria-selected="true"] {
	background: #00a651;
}
hr.currency-divider {
	border: 1px solid #adadad;
	margin: 0
}
.no-padding {
    padding: 0 !important;
}
div#currency-table_filter label {
    color: #808080;
    font-size: 13px;
}

input.form-control.input-sm {
    padding: 5px;
    height: 3rem !important;
}
tr.cur_filter .pull-left {
    color: #808080;
    padding-bottom: 0.7rem;
    padding-top: 1rem;
    font-size: 15px;
    font-weight: 300;
}
ul.pagination {
	display: inline-block;
  border:0;
}
ul.pagination a {
    padding: 5px 11px;
    margin-right: 5px!important;
}
ul.pagination li:last-child a {
    margin-right: 0!important;
}
ul.pagination .paginate_button {
    color: #00aa51 !important;
}
ul.pagination .paginate_button.previous.disabled a,
ul.pagination .paginate_button.next.disabled a {
    color: #ccc !important;
    border: 0;
    background: #f6f6f6;
}
ul.pagination .paginate_button.active a {
    color: #FFF !important;
}
.cur_date_picker {
    max-width: 70%;
    float: right;
    text-align: right;
    position: relative;
    top: -3.2rem;
}
.cur_date_picker label {
    display: inline-block;
    max-width: 15%;
	margin-right: 5px;
    border:none;
}
.cur_date_picker input {
    width: 20%;
    padding: 3px;
    text-align: center;
	border: 1px solid #cbcbcb;
}
#historic_relaod_button {
    background: transparent;
    border-radius: 0;
    height: 100%;
    padding: 4px 10px;
    margin-left: 10px;
    border:1px solid #ccc;
}
#historic_data_processing {
	background: white;
}
tr.pop_cur_titles td {
    padding: 10px;
    font-weight: 400;
}
.pop_cur_values td {
    padding: 5px 10px 5px 5px;
}
.pop_cur_values td:first-child {
    white-space: nowrap;
}
.pop_cur_values .fa-caret-down {
    padding-right: 1rem;
}
tr.pop_cur_titles td:last-child {
    text-align: right;
}
#currency-pair-carret-gbp-usd.fa-caret-up {
    padding-right:1rem;
}
table#peer-group-table {
    width: 100%;
}
table#peer-group-table .pop_cur_titles {
	background: none;
}
.important_cur {
    padding-bottom: 1rem;
    border-bottom: 1px solid #e6e6e6;
}
#currency-table-section .col-lg-4 > span {
    display: block;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    padding: 5px 0;
}
a.ui-datepicker-prev {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
}
a.ui-datepicker-next {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
}
.ui-datepicker-title select{
    padding: 0 10px;
}
div#ui-datepicker-div {
    padding: 0;
    margin: 0;
    border: 0;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #207b45;
    background: #059349;
    color: #ffffff;
    text-shadow: none;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: #059349;
    border-radius: 0;
}
.ui-datepicker-calendar td {
    background: #fff !important;
    border: none !important;
}
.ui-datepicker th {
        font-size: 1rem;
}
a.ui-state-default {
    background: #FFF !important;
    border: none !important;
    font-size: 1rem;
    text-align: center !important;
    font-size: 1.2rem;
}
a.ui-state-default.ui-state-active {
    background: #059349 !important;
    text-shadow: none;
    font-weight: bold;
    font-size: 1.2rem !important;
}
a.ui-state-default.ui-state-highlight.ui-state-active {
    color: #FFF;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #059349;
    font-weight: bold;
}
span.ui-icon.ui-icon-circle-triangle-w {
    left: 59%;
    border-right-color: #fff !important;
    border-left-width: 0;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    background: transparent;
    width: 0px;
    height: 0px;
    border-width: 5px 9px;
    border-style: solid;
    border-color: transparent;
    margin-top: 0;
}
span.ui-icon.ui-icon-circle-triangle-e {
    left: 67%;
    border-left-color: #fff !important;
    border-right-width: 0;
}
a.ui-datepicker-prev:hover, a.ui-datepicker-next:hover {
    background: transparent;
    border: none;
}
span.pop_cur_flag {
    font-size: 2rem !important;
}
#currency-table_length label {
    color: #808080;
    font-size: 13px;
}
.pair_currency {
    padding: 0 !important;
}
.hide_desk {
    display: none;
}
.hide_mob {
    display: block;
}
.cur_title {
    left: 5rem;
    position: absolute;
    margin-left: 0 !important;
}
/* Stopper widget */
.lynx-stopper-widget-item{
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 40px;
}
#stopper-widget-item-1{
  padding-left: 0;
}
#stopper-widget-item-3{
  padding-right: 0;
}
.lynx-stopper-widget-item img{
  float: left;
  margin-right: 10px;
}
.lynx-stopper-widget-item a, .lynx-stopper-widget-item a:hover , .lynx-stopper-widget-item a:focus {
	color: #00a651 !important;
}
.lynx-stopper-widget-item .lynx-stopper-widget-item-title{
  text-align: left;
  font-weight: 700;
}
.lynx-stopper-widget-item .lynx-stopper-widget-item-text{
  text-align: left;
  color: #000;
}
/* Newsletter widget */
.block-wrapper.widget.theme-green {
	background-color: #00a651 !important;
	margin: 0 0 0 15px;
	max-width: 360px;
	min-width: 310px;
	width: 360px;
}
.block-wrapper.widget.theme-green .gform_anchor {
	display: block;
}
div.historic_widget_spacer {
	display: block;
	width: 100%;
	margin: 80px 0 0 15px;
}
div.all-currencies-widget {
	margin: 30px 0 0 -15px;
}
.block-wrapper.form-block .block-content .gform_wrapper {
	margin: 0 20px 0 20px;
	padding-bottom: 25px;
}
.block-wrapper.form-block .block-content .gform_wrapper label {
	width: 100%;
	border: none;
	text-align: left;
}
.block-wrapper.form-block .block-content ul li {
	padding: 0;
}
.block-wrapper.form-block .block-content .ginput_container ginput_container_email {
	margin-top: 40px;
}
.graphs #analysen .sidebar .theme-green ul li {
	min-height: 0;
}

@media only screen and (min-width: 1200px) {
  .graphs .data {
    width: 692px !important;
  }
  .graphs #analysen .sidebar .greenbox form.article-email input, .graphs #analysen .sidebar .greenbox form.article-email button {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1184px) {
	#einzelwertetable_ {
		padding-right: 0 !important;
	}
	div.block-wrapper.widget.theme-green {
		width: auto;
	}
}
@media only screen and (max-width: 991px) {
	#source_currency_search_wrapper.popup_wrapper, 
	#dest_currency_search_wrapper.popup_wrapper {
		left:0 !important;
		right:0 !important;
		width: 100%;
		padding: 30px 70px;
	}
	#source_currency_search_wrapper .awesomplete, 
	#dest_currency_search_wrapper .awesomplete {
		right:0 !important;
		left: 0 !important;
		width: 100%;
	}
	#chart_search_wrapper .awesomplete {
		width: 367px;
	}
	#source_currency_search, 
	#dest_currency_search,
	#chart_search,
	#source_currency_search_wrapper .awesomplete input,
	#source_currency_search_wrapper .awesomplete input:focus,
	#dest_currency_search_wrapper .awesomplete input,
	#dest_currency_search_wrapper .awesomplete input:focus,
	#chart_search_wrapper .awesomplete input,
	#chart_search_wrapper .awesomplete input:focus
	 {
		width: 100% !important;
		margin-top: 4px;
	}
	#chart_search_wrapper .awesomplete input,
	#chart_search_wrapper .awesomplete input:focus {
		margin-top: 20px;
	}
    .convertor_wrapper #source_currency_select-button, 
	.convertor_wrapper #destination_currency_select-button,
	#source_currency_name, #destination_currency  {
        height: 40px !important;
    }
	p.calc_headline {
		display: none;
	}
    .row.calculator_single_header {
        display: none;
    }
	/* Newsletter widget */
	div.historic_widget_spacer {
		margin: 0 0 0 -30px;
	}
	div.block-wrapper.widget.theme-green {
		width: auto;
		margin-left: 15px;
	}
	div.all-currencies-widget {
		margin: 30px 0 0 -15px;
	}
}
@media only screen and (min-width: 992px) {
  .graphs .data {
    width: 542px !important;
  }
  .graphs .infoblock {
    display: block;
  }
  .graphs .performance .row {
    margin: 0;
  }
  .graphs .infoblock .alert .pull-right {
    padding-top: 0;
  }
  .graphs #expertenstudie .sidebar {
    margin-top: 0;
  }
  .graphs #analysen .sidebar .greenbox .pull-right {
    float: right !important;
  }
  .graphs #analysen .sidebar .greenbox img {
    padding-left: 15px;
  }
  .graphs #analysen .sidebar .greenbox form.article-email {
    width: 100% !important;
    margin-top: 20px;
  }
  .graphs #analysen .sidebar .greenbox form.article-email input, .graphs #analysen .sidebar .greenbox form.article-email button {
    font-size: 11px;
    padding-right: 7px;
    padding-left: 7px;
    margin-top: 0 !important;
  }
  .graphs #infos .sidebar {
    margin-top: 0;
  }
  .graphs #performance .performance .row.performance {
    margin: 0;
  }
  .lynx-stopper-widget-item{
    font-size: 14px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1215px){
/* Single Cur Calculator Sidebar */
	.single_cur_calculator #calculator_source_item, .single_cur_calculator #calculator_dest_item {
  		padding: 23px 10px 0 15px;
	}
	.single_cur_calculator .flag-icon {
  		width: 23px;
	}
	.single_cur_calculator input, .single_cur_calculator label {
  		font-size: 2rem;
	}
}
@media only screen and (min-width: 767px) and (max-width: 1470px){
	.pop_cur_values td {
    	font-size: 12px;
	}
}
@media only screen and (max-width: 800px) {
	.graphs #stickynav .navbar-nav li ul.dropdown-menu {
		left: 0;
		min-width: 200px !important;
	}
	.graphs #stickynav .navbar-nav li ul.dropdown-menu.columns-3 {
		left: inherit;
		min-width: 600px;
		width: 600px;
	}
	.graphs #navbar ul ul.dropdown-menu li {
	    margin: 0;
	    padding: 0;
	}
	.graphs #navbar ul ul.dropdown-menu li:hover {
	  background: none;
	}
	.graphs .navbar-collapse {
		padding: 0;
	}
	.graphs #stickynav #navbar-secondary {
		display: none;
	}
	.graphs #stickynav .navbar-right {
		float: right;
	}
	.graphs #navbar ul#right {
		width: auto;
	}
	.graphs #navbar ul#right li.dropdown {
		width: auto;
	}
	.graphs .headerimage-overlay {
		position:relative;
		background: #ffffff;
		padding: 0;
		margin-top: 20px;
		opacity: 1;
	}
    .graphs #performance .performance .performancedata {
		padding: 0;
    }
	.graphs .infoblock {
		padding: 0;
	}
}


/*  LARGER than MOBILE */
@media only screen and (min-width: 768px) {
  .graphs #navbar {
    padding: 0;
	margin-bottom: 40px;
  }
  .graphs #navbar .dropdown-menu.columns-3 {
    min-width: 600px !important;
    right: 15px !important;
    left: inherit !important;
  }
  .graphs #navbar .multi-column .col-sm-4 {
    padding: 0;
  }
  .graphs #navbar .multi-column .col-sm-4:last-child {
    border-right: 0;
  }
  .graphs #navbar .multi-column-dropdown li a {
    display: block;
    clear: both;
    white-space: normal;
  }
  .graphs #navbar .multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #333;
  }
  .graphs #navbar ul#collapsable {
    width: auto;
  }
  .graphs #navbar ul#collapsable li.dropdown {
    width: auto;
  }
  .graphs #navbar ul#collapsable li.dropdown a {
    margin-right: 0;
  }
  .graphs #navbar ul#right {
    width: auto;
  }
  .graphs #navbar ul#right li.dropdown {
    width: auto;
  }
  .graphs #navbar ul li {
    display: block;
  }
  .graphs #navbar ul li a {
    border-right: 1px solid #252729;
  }
  .graphs #navbar ul li ul {
    right: 5px !important;
  }
  .graphs #navbar ul li ul li a {
    margin-right: 0;
  }
  .graphs #stickynav .navbar-nav li a {
    margin-right: 0;
  }
  .graphs #stickynav.affix .container #navbaraffix {
    margin-top: 0;
  }
  .graphs #stickynav.affix .container .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .graphs #stickynav.affix #secondnavi li a {
    padding: 0 15px;
	line-height: 13px;
  }
  .graphs #stickynav.affix #secondnavi li:first-child a {
	  padding-left: 0;
  }
  .graphs #stickynav.affix #secondnavi li:hover:after {
    border-top: 10px solid #f4f4f4;
  }
  .graphs section {
    padding-top: 20px;
  }
  .graphs section h1 {
    margin: 0 0 20px;
  }
  .graphs .infoblock .alert {
    background: #00a651 url(../images/bull-icon.png) no-repeat right 20px top 10px;
    background-size: 50px;
  }
  .graphs .infoblock .alert .pull-right {
    padding-top: 10px;
  }
  .graphs .date {
    margin-bottom: 5px;
  }
  .graphs .data {
    width: 500px !important;
    margin-bottom: 0;
  }
  .graphs .infoblock {
    display: inline-block;
  }
  .graphs .alert {
    margin-bottom: 10px;
  }
  .graphs .tab-pane {
    margin-top: 30px;
  }
  .graphs .sidebar .greenbox .pull-right.col-sm-6.col-md-12 {
    width: 50% !important;
  }
  .graphs #analysen #carousel-analysen .analyse.current .fadder, .graphs #analysen #carousel-second-analysen .analyse.current .fadder {
    background: url(../images/fadehorizontalgreen.png) no-repeat top left !important;
  }
  .graphs #analysen #carousel-analysen .analyse:nth-child(odd) .fadder, .graphs #analysen #carousel-second-analysen .analyse:nth-child(odd) .fadder {
    background: url(../images/fadehorizontalgrey.png) no-repeat top left;
  }
  .graphs #analysen #carousel-analysen .analyse:nth-child(even) .fadder, .graphs #analysen #carousel-second-analysen .analyse:nth-child(even) .fadder {
    background: url(../images/fadehorizontal.png) no-repeat top left;
  }
  .graphs #analysen #carousel-analysen .analyse .col-md-1, .graphs #analysen #carousel-analysen .analyse .col-md-9, .graphs #analysen #carousel-analysen .analyse .col-md-2, .graphs #analysen #carousel-second-analysen .analyse .col-md-1, .graphs #analysen #carousel-second-analysen .analyse .col-md-9, .graphs #analysen #carousel-second-analysen .analyse .col-md-2 {
    min-height: 46px;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    padding: 0 15px;
  }
  .graphs #analysen #carousel-analysen .analyse .col-md-1 img, .graphs #analysen #carousel-analysen .analyse .col-md-9 img, .graphs #analysen #carousel-analysen .analyse .col-md-2 img, .graphs #analysen #carousel-second-analysen .analyse .col-md-1 img, .graphs #analysen #carousel-second-analysen .analyse .col-md-9 img, .graphs #analysen #carousel-second-analysen .analyse .col-md-2 img {
    max-height: 30px;
    margin-top: 8px;
    float: right;
  }
  .graphs #artikel article h1 {
    margin: 20px 0 10px;
    line-height: 34px;
    font-size: 24px;
  }
  .graphs #artikel article h1 a {
    color: #252729;
  }
  .graphs #artikel article h1 a:hover {
    color: #222;
  }
  .graphs #artikel article.secondary h1 {
    margin-top: 0;
  }
  .graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > th.sorting_asc,
  .graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > th.sorting_desc,
  .graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > th.sorting,
  .graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > td.sorting_asc,
  .graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > td.sorting_desc,
  .graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > td.sorting {
    padding-right: 25px;
  }
  .graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > th.sorting_asc:after,
  .graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > th.sorting_desc:after,
  .graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > th.sorting:after,
  .graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > td.sorting_asc:after,
  .graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > td.sorting_desc:after,
  .graphs .dataTables_wrapper .dataTables_scrollHead thead > tr > td.sorting:after {
    right: 20px;
    top: 0;
  }
  .graphs .dataTables_wrapper .dataTable {
    font-size: 15px;
  }
  .graphs .dataTables_wrapper .dataTables_length,
  .graphs .dataTables_wrapper .dataTables_filter,
  .graphs .dataTables_wrapper .dataTables_info,
  .graphs .dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
    float: none !important;
  }
  .graphs #performance .entwicklung .tab-content {
    margin-top: -7px;
  }
}

/* M O B I L E */
@media only screen and (max-width: 767px) {
	/* Highchart Menu */
	.graphs .graph-left ul li {
	  padding: 0;
	  margin: 0;
	  list-style-type: none;
	  text-align: center;
	  float: left;
	  background: #f2f3f4;
	  width: 32.33%;
	  margin: 0 1% 1% 0;
  	}
	.graphs .graph-left ul li a{
		padding: 5px 10px !important;
	}
	.graphs .graph-image {
		clear: both;
	}
	.graphs .graph-left ul.hidden-xs {
		display: block !important;
	}
	.graphs .graph-left-mobile {
		display: none !important;
	}
	.graphs .tab-content {
		padding: 0;
	}
	.graphs .performance {
		padding-right: 15px;
	}
    div#currency-table_length {
        display: none;
    }
    .calc_headline, .dataTables_filter {
        display: none;
    }
    #source_currency_select-button:before, #destination_currency_select-button:before {
        display: none !important;
    }
	.calculator_header .col-md-6:first-child {
		min-width: 0;
	}
	.calculator_header .col-md-6:nth-child(2) {
		margin: 0 -15px;
		padding: 0;
	}
	.calculator_header {
        padding: 15px;
		position: relative;
		z-index: 40;
    }
	.convertor_wrapper {
		margin-bottom: 50px;
	}
    .calculator_header h1 {
        line-height: 34px;
    }
	.calculator_header .convertor_cur {
		max-width: none;
	}
	.calculator_header .convertor {
		width: 20%;
		max-width: 35px;
		max-width: none;
	}
    .cur_title.cur_title_mobile {
        display: inline-block;
		left: 5px;
		position: relative;
    }
    .cur_title.cur_title_desktop {
        display: none
    }
	.calculator_header label {
		font-size: 2.4rem;
	}
	.calculator_header #calculator_source_item, .calculator_header #calculator_dest_item {
		display: flex;
		align-items: center;
	}
	.calculator_header #destination_currency, .calculator_header #source_currency_name {
		font-size: 11px;
		line-height: 15px;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
		padding-top: 4px;
	}
	.calculator_header #calculator_source_item .flag-icon, .calculator_header #calculator_dest_item .flag-icon {
		top: 0;
	}
	.awesomplete ul li > div {
		font-size: 12px;
		margin-right: 0;
	}
	/* Calculator Dropdown Positioning */ 
	#source_currency_search_wrapper.popup_wrapper, 
	#dest_currency_search_wrapper.popup_wrapper {
		padding: 0 30px 30px;
	}
	#chart_search_wrapper {
		padding: 0 15px 15px;
	}
	.pair_currency_wrapper {
		margin-top: 0;
	}
	.pair_currency_wrapper h2 {
		font-size: 28px;
		font-weight: 500;
		line-height: 32px;
	}
	#source_currency_search_wrapper .awesomplete > input::placeholder,
	#dest_currency_search_wrapper .awesomplete > input::placeholder,
	#chart_search .awesomplete > input::placeholder  {
		font-size: 12px;
	}
    .hide_mob {
        display: none !important;
    }
    .hide_desk {
        display: block !important;
    }
    .mobile_filter.hide_desk {
        padding: 10px 0;
    }
    td.ranked-name.sorting_1 {
        max-width: 45% !important;
        width: 43% !important;
    }
    .mobile_filter label {
        display: inline;
        border: none;
        margin-left: 1rem;
        color: #5f5f5f;
    }
    .mobile_filter select {
        max-width: 75%;
        display: inline;
        margin-left: 1rem;
    }
	.graphs div.dataTables_wrapper div.dataTables_length {
		text-align: left;
	}
	.graphs .dataTable thead tr {
		height: 35px;
	}
    .graphs .dataTable thead .sorting_asc::after, .graphs .dataTable thead .sorting_desc::after, .graphs .dataTable thead .sorting::after {
        top: 50%;
		font-size: 10px;
    }
    div#currency-table_paginate {
		text-align: left;
		margin-top: 0;
    }
	#filtered {
		display: none;
	}
    h4.first.important_cur {
    }
    .paginate_button a {
        font-size: 12px;
    }
	#currency-table_info {
		margin-top: 0px;
	}
	#historic_data_wrapper .row .col-sm-12 {
		padding-right: 0;
	}
    .dataTables_info {
        float: none !important;
        white-space: normal !important;
        width: 100%;
        max-width: 100%;
        text-align: left !important;
		font-size: 11px;
    }
	
	/* ChartSwitcher */
    .chart_switcher {
        display: inline-flex;
		margin-left: 0;
		padding-left: 11px;
		width: 100% !important;
    }
	#chart_search_wrapper, 
	#chart_search_wrapper .awesomplete {
		width: 100%;
		left: 0 !important;
		right: 0;
	}
	.chart_switcher #chart_source_item, 
	.chart_switcher #chart_destination_item {
		padding: 10px 0;
	}
	#chart_search_wrapper .awesomplete > input {
		margin-top: 0 !important;
	}
    #chart_destination_item span.awesomplete {
        width: 100%;
    }
    span#chart_destination_currency_select-button {
        width: 100% !important;
        display: inline-block;
    }
	.chart_switcher #dest_parent, 
	.chart_switcher #source_parent {
		padding-top: 0;
	}
	.chart_switcher .flag-icon {
		max-width: 20px;
		left: 0;
	}
    .chart_switcher .fa-exchange:before {
        content: "\f0ec";
        top: calc(50% - 7px);
        position: relative;
    }

	/* Currency Pairing Page */
	
    .chart_switcher label#source-currency.currency_label {
        display: none;
    }
    .chart_switcher label#source-currency.currency_label_mobile {
        display: inline;
        width: 100%;
    }
	.chart_switcher #swap-chart-button {
		padding: 0px 10px !important;
		height: 43px;
	}
    .row.calculator_single_header {
        display: none;
    }
    .cur_date_picker {
        top: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 1rem;
        margin-bottom: 1rem;
		text-align: left;
		white-space: nowrap;
    }
    .cur_date_picker label {
        margin-right: 2px;
        margin-left: 0;
		max-width: 10%;
		white-space: normal;
    }
	.cur_date_picker input {
		width: 21%;
		font-size: 12px;
		margin-right: 5px;
	}
	.country_flag .flag-icon, span.pop_cur_flag {
		font-size: 1.5rem !important;
		margin-right: 0.5rem;
	}
	*/
	table#historic_data {
		margin-bottom: 20px !important;
	}
	table#historic_data th, table#historic_data td {
		padding-left: 2px;
		padding-right: 0;
		white-space: normal;
	}
	table#historic_data th.sorting::after, table#historic_data th.sorting_asc::after, table#historic_data th.sorting_dsc::after {
		display: block;
		text-align: center;
	}
    div#historic_data_length {
        width: 100%;
    }
    div#historic_data_info {
        max-width: 50%;
        display: inline-block;
        margin: 0;
        font-size: 11px;
    }
	/* Stopper widget */
	.lynx-stopper-widget-item{
	  font-size: 12px;
	  margin-bottom: 10px;
	  margin-top: 0;
	}
	#stopper-widget-item-1, #stopper-widget-item-2, #stopper-widget-item-3{
	  padding-left: 0;
	  padding-right: 0;
	}
	#stopper-widget-item-1{
  	  margin-top: 0;
	}
	div.block-wrapper.widget.theme-green {
		width: 330px;
	}
}

/* Extrem small mobiles */
@media only screen and (max-width: 500px) {
	.graphs #navbar ul#right {
		width: 100%;
	}
	.graphs #navbar ul#right li.dropdown {
		width: 32%;
	}
	.graphs #stickynav.affix {
		margin: 0;
		padding: 0;
	}
	.graphs #stickynav .navbar-nav li ul.dropdown-menu {
		overflow: scroll;
		max-height: 385px;
	}
	.graphs #stickynav .navbar-nav li ul.dropdown-menu.columns-3 {
		min-width: 200px !important;
		width: 200px !important;
	}
	.graphs #navbar ul li:last-child ul.dropdown-menu.search {
		padding-bottom: 0;
		overflow: visible;
	}
	.graphs .headerstock .pull-right {
	  float: left !important;
	  margin: 15px 0 10px !important;
	}
	.graphs .subheaderstock {
		clear: both;
		padding-top: 0;
	}
	.graphs .subheaderstock .subheaderstock-branche {
		display: inline-block;
		margin-top: 10px;
	}
	.graphs .subheaderstock #wkn {
		display: none;
	}
	.graphs #infos .sidebar #peer-group-table tr td, .graphs #infos .sidebar #peer-group-table tr th, .graphs #infos .sidebar #event-calendar-table tr td, .graphs #infos .sidebar #event-calendar-table tr th {
	  padding: 10px 1px;
	}
	.graphs .performance {
		font-size: 11px;
	}
	.graphs #analysen #article-tabs > ul {
		height: 50px;
	}
	.graphs #analysen #article-tabs > ul li {
		margin: 0 0 -2px 0;
	}
	.graphs #analysen #article-tabs > ul li {
		width: 50%;
		text-align: center;
	}

	#source_currency_search_input {
		width: 400px !important;
	}
}