/*
define only

	- share sites
*/

h1 {
	font-size: 32px;
	font-weight: 700;
	margin-top: 0;
	/*line-height: 32px;*/
}

.aktien-big-font {
	font-size: 32px;
	line-height: 32px;
}

	.aktien-big-font small {
		font-size: 10px;
		margin-right: 5px;
	}

	.aktien-big-font span {
		line-height: 18px;
	}

.aktien-time {
	color: #acacac;
	font-size: 12px;
	line-height: 16px;
}

.green {
	color: #1b8b06;
}

.red {
	color: #E4032E;
}

.aktien-wkn {
	font-size: 18px;
}

.box-headline_h1 {
	font-size: 26px;
	margin: 0;
	text-transform: uppercase;
	color: #0c5798;
	font-weight: bold;
	font-family: 'Oswald',sans-serif;
}

.button-watchlist {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0c5798 0px, #2f72ac 100%) repeat scroll 0 0;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 22px;
	padding: 0 5px;
	display: inline-block;
}

	.button-watchlist:hover {
		background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #2f72ac 0px, #0c5798 100%) repeat scroll 0 0;
		text-decoration: none;
		color: #FFFFFF;
	}

.button-buy {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #2c8d0a 0px, #080 100%) repeat scroll 0 0;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 22px;
	padding: 0 5px;
	display: inline-block;
}

	.button-buy:hover {
		background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #080 0px, #2c8d0a 100%) repeat scroll 0 0;
		text-decoration: none;
		color: #FFFFFF;
	}

.button-sell {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #d44130 0px, #cd1719 100%) repeat scroll 0 0;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 22px;
	padding: 0 5px;
	display: inline-block;
}

	.button-sell:hover {
		background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #cd1719 0px, #d44130 100%) repeat scroll 0 0;
		text-decoration: none;
		color: #FFFFFF;
	}

.box .row.option-content {
	border: 2px solid #F3F3F3;
	background-color: #FCFCFC;
}

.table-responsive {
	border: none !important;
}

.option-table {
	margin-bottom: 0;
}

	.option-table th {
		padding-top: 0px !important;
	}

	.option-table th,
	.option-table td {
		border-bottom: none !important;
		border-top: none !important;
		padding: 1px !important;
	}

.box .col-md-6,
.box .col-xs-6,
.box .col-md-12,
.box .col-md-12 {
	padding: 0;
}

.light-grey {
	color: #acacac;
}

.no-border-top {
	border-top: none !important;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.no-margin-top {
	margin-top: 0;
}

#mobile-search-close, #mobile-menu-close {
	display: inline-block !important;
	color: #fff !important;
	top: 2px;
}

#mobile-search-close:hover, #mobile-menu-close:hover, .mm-header:hover {
	box-shadow: none;
}

.cell-red {
	color: #FFFFFF;
	background-color: #E4032E;
}

.cell-green {
	color: #FFFFFF;
	background-color: #1b8b06;
}

.headline-container {
	width: 100%;
	position: relative;
	display: inline-block;
	border-bottom: 5px solid #024F85;
}

.headline-container {
	color: #024F85;
	text-transform: uppercase;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 31px;
	margin: 0;
	font-family: 'Oswald', sans-serif;
}

	.headline-container p {
		color: #024F85;
	}

.barChangeFrame {
	border: 1px solid #ccc;
	font-size: 1px;
	height: 8px;
}

.barChangeLeft {
	background-color: #BEEF6A;
	height: 100%;
	float: left;
}

.barChangeRight {
	background-color: #1B8B06;
	height: 100%;
	float: left;
}

.barChangeCurrent {
	height: 12px;
	margin-left: -1px;
	margin-top: -3px;
	position: absolute;
	background-color: #000;
	width: 2px;
}

.big-link {
	font-size: 16px;
}

.table-hover tr:hover {
	background-color: #EAEAEA;
}

.no-line-height {
	line-height: 12px;
}

.table-responsive a {
	line-height: 16px;
}

.table-responsive .teaser .teaser-headline {
	line-height: 30px;
}

.performanceBarPositive,
.performanceBarNegative,
.performanceBarNeutral {
	height: 5px;
	font-size: 1px;
	line-height: 1px;
}

.performanceBarPositive {
	background-color: #1b8b06;
}

.performanceBarNegative {
	background-color: #E4032E;
}

.performanceBarNeutral {
	background-color: #D6D6D6;
}

.bgGreen {
	width: 10px;
	height: 3px;
	margin: 7px 5px 0 0;      
	background-color: #1b8b06;
}

.bgRed {
	width: 10px;
	height: 3px;
	margin: 7px 5px 0 0;
	background-color: #E4032E;                               
}

.bgGray {
	width: 10px;
	height: 3px;
	margin: 7px 5px 0 0;
	background: linear-gradient(to bottom,#dedede 0,#333 100%);
}

.table-padding-left {
	padding-left: 15px !important;
}

.table-padding-right {
	padding-right: 15px !important;
}

.button-green {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #1b8b06 0px, #080 100%) repeat scroll 0 0;
	border-radius: 3px;
	color: white;
	cursor: pointer;
	padding: 4px 5px;
	text-align: center;
}

	.button-green:hover {
		background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #080 0px, #2c8d0a 100%) repeat scroll 0 0;
	}

.button-blue {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0c5798 0px, #2f72ac 100%) repeat scroll 0 0;
	border-radius: 3px;
	color: white;
	cursor: pointer;
	padding: 4px 5px;
	text-align: center;
}

	.button-blue:hover {
		background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #2f72ac 0px, #0c5798 100%) repeat scroll 0 0;
		color: white;
		text-decoration: none;
	}

.slider ul {
	margin-top: -20px;
}

a.footer-more {
	color: #0c5798 !important;
	font-family: 'Oswald',sans-serif;
}

.footer-more::before {
	content: ">> ";
}

a.headline.footer-more {
	float: right;
	font-size: 13px;
}


.mostClickedSharesSmall-font-size {
	font-size: 13px;
}

.table-quotes {
	border: 1px solid #E8E8E8;
	background-color: #FAFAFA;
	padding: 10px;
}

.table-quotes table th {
	text-align: left;
	border-top: 0 !important;
}

.table-quotes table th:first-child {
	text-align: left;
}

.table-quotes .box-headline {
	font-size: 17.33px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	float: left;
	color: rgb(87, 87, 86);
}

.table-quotes select {
	min-height: 29px;
}

.font-normal {
	font-weight: 400;
}
.medium-font {
	font-size: 12px;
}
.light-grey {
	color: #acacac;
}

.table-quotes-bottom {
	width: 100%;
}

.table-quotes-bottom tbody td {
	width: 33%;
}

.table-quotes-bottom tbody td div {
	float: left;
	display: block;
	margin: 7px 5px 0 0;
}