/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/*
	Forces backgrounds to span full width,
	even if there is horizontal scrolling.
	Increase this if your layout is wider.

	Note: IE6 works fine without this fix.
*/

body {
	min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
	position: relative;
}


/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width: 60px;
}
.container_12 .grid_2 {
	width: 140px;
}
.container_12 .grid_3 {
	width: 220px;
}
.container_12 .grid_4 {
	width: 300px;
}
.container_12 .grid_5 {
	width: 380px;
}
.container_12 .grid_6 {
	width: 460px;
}
.container_12 .grid_7 {
	width: 540px;
}
.container_12 .grid_8 {
	width: 620px;
}
.container_12 .grid_9 {
	width: 700px;
}
.container_12 .grid_10 {
	width: 780px;
}
.container_12 .grid_11 {
	width: 860px;
}
.container_12 .grid_12 {
	width: 940px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	margin-left: 90px;
}
.container_12 .prefix_2 {
	margin-left: 170px;
}
.container_12 .prefix_3 {
	margin-left: 250px;
}
.container_12 .prefix_4 {
	margin-left: 330px;
}
.container_12 .prefix_5 {
	margin-left: 410px;
}
.container_12 .prefix_6 {
	margin-left: 490px;
}
.container_12 .prefix_7 {
	margin-left: 570px;
}
.container_12 .prefix_8 {
	margin-left: 650px;
}
.container_12 .prefix_9 {
	margin-left: 730px;
}
.container_12 .prefix_10 {
	margin-left: 810px;
}
.container_12 .prefix_11 {
	margin-left: 890px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	margin-right: 90px;
}
.container_12 .suffix_2 {
	margin-right: 170px;
}
.container_12 .suffix_3 {
	margin-right: 250px;
}
.container_12 .suffix_4 {
	margin-right: 330px;
}
.container_12 .suffix_5 {
	margin-right: 410px;
}
.container_12 .suffix_6 {
	margin-right: 490px;
}
.container_12 .suffix_7 {
	margin-right: 570px;
}
.container_12 .suffix_8 {
	margin-right: 650px;
}
.container_12 .suffix_9 {
	margin-right: 730px;
}
.container_12 .suffix_10 {
	margin-right: 810px;
}
.container_12 .suffix_11 {
	margin-right: 890px;
}


/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left: 80px;
}
.container_12 .push_2 {
	left: 160px;
}
.container_12 .push_3 {
	left: 240px;
}
.container_12 .push_4 {
	left: 320px;
}
.container_12 .push_5 {
	left: 400px;
}
.container_12 .push_6 {
	left: 480px;
}
.container_12 .push_7 {
	left: 560px;
}
.container_12 .push_8 {
	left: 640px;
}
.container_12 .push_9 {
	left: 720px;
}
.container_12 .push_10 {
	left: 800px;
}
.container_12 .push_11 {
	left: 880px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left: -80px;
}
.container_12 .pull_2 {
	left: -160px;
}
.container_12 .pull_3 {
	left: -240px;
}
.container_12 .pull_4 {
	left: -320px;
}
.container_12 .pull_5 {
	left: -400px;
}
.container_12 .pull_6 {
	left: -480px;
}
.container_12 .pull_7 {
	left: -560px;
}
.container_12 .pull_8 {
	left: -640px;
}
.container_12 .pull_9 {
	left: -720px;
}
.container_12 .pull_10 {
	left: -800px;
}
.container_12 .pull_11 {
	left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.clearfix:after,
.container_12:after {
	clear: both;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12 {
	zoom: 1;
}



/* ---------------------------------------------------------
	 1. General reset
	 2. Common site styles
	 3. Custom site styles
	 ---------------------------------------------------------*/
/* ---------------------------------------------------------
	 1. General reset
	 ---------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	position: relative;
	width: 100%;
	margin: 0;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #565656;
	background-color: #fff;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	min-width: 960px;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

figure {
	margin: 0;
}

nav {
	font-family: 'Raleway', sans-serif;
}

img {
	border-style: none;
	vertical-align: top;
	height: auto;
}

a {
	color: inherit;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

input,
textarea,
select {
	font-family: 'Raleway', sans-serif;
	color: inherit;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	border-radius: 0;
}

input[type="submit"]:hover,
button:hover {
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	padding: 0em 0.5em 0 0.5em;
	border: 1px solid #999999;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #4d4d4d;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, figcaption {
	line-height: 1.2em;
	margin: 0 0 1.2em;
	font-family: 'Raleway', sans-serif;
}
h1, h2, .h1, .h2 {
text-transform: uppercase;
color: #4a5052;
font-weight: 300;
letter-spacing: 1px;
margin-top: 85px;
font-size: 25px;
margin-bottom: 50px;
position: relative;
text-align: center;
}
h1.reset,
h2.reset {
	text-transform: none;
	color: inherit;
	font-weight: bold;
	margin: 0 0 1.2em;
	text-align: left;
}
h1:after, h2:after, .h1:after, .h2:after {
	position: absolute;
	display: block;
	content: "";
	height: 2px;
	width: 120px;
	bottom: -0.3em;
	left: 50%;
	margin-left: -60px;
	background-color: #0075aa;
}
h1.reset:after,
h2.reset:after {
	display: none;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

/* ---------------------------------------------------------
	 2. Common site styles
	 ---------------------------------------------------------*/
blockquote {
	display: block;
	margin: 1em 3em;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	font-style: italic;
	position: relative;
	padding: 10px 50px 10px 50px;
	background-color: #edf1f4;
	border-left: 10px solid #dce2e7;
	color: #999;
}
blockquote::before{
	content: "\201C";
	font-size: 60px;
	font-weight: bold;
	color: #999;
	position: absolute;
	left: 5px;
	top: -8px;
}
blockquote::after{
	content: "";
}

blockquote.reset {
	color: inherit;
	background-color: transparent;
	border: 0px none;
	padding: 0px;
	margin: 0px 0px 1.2em;
	font: inherit;
	font-weight: bold;
	position: unset;
}
blockquote.reset:after,
blockquote.reset:before {
	position: unset;
	display: inline;
	height: auto;
	width: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	font: inherit;
	color: inherit;
}
blockquote.reset:before {
	content: "\201E";
}
blockquote.reset:after {
	content: "\201C";
}

[class*="wp-image-"] {
	max-width: 100% !important;
}

.iframe-container {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.iframe-container iframe,
.iframe-container > .image-container {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.iframe-container > .image-container {
	text-align: center;
	overflow: hidden;
	display: block;
	background-color: #000;
	min-height: 5rem;
	min-width: 5rem;
}
.iframe-container > .image-container img {
	max-width: 100%;
	width: 100%;
	margin: -9% 0;
	opacity: 0.6;
	transition: opacity 0.15s ease-in-out;
}
.iframe-container > .image-container i {
	font-size: 5rem;
	line-height: 1.5;
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	margin: -0.75em;
	color: #424345;
	transition: color 0.15s ease-in-out;
}
.iframe-container > .image-container:hover img {
	opacity: 0.75;
}
.iframe-container > .image-container:hover i {
	color: #ee0000;
}

.css-table {
	display: table;
	width: 100%;
}
.css-table .css-row {
	display: table-row;
}
.css-table .css-cell {
	display: table-cell;
}

.perf.pos {
	color: #49a334;
}
.perf.neg {
	color: #e32f44;
}
/* TABLE */
td.center {
	vertical-align: middle;
	text-align: center;
}

/* LISTS */
ul.custom {
	list-style: none;
	margin: 25px 0;
	padding: 0;
}
ul.custom li {
	position: relative;
}
ul.custom li:after {
	display: block;
	content: "";
	position: absolute;
	top: 0.45em;
	left: 0;
	width: 8px;
	height: 11px;
	background-image: url(../img/site/sprite.3.png);
}

ul.custom.section-list {
	margin: 0;
}
ul.custom.section-list li {
	margin: 0 0 1.2em;
}
ul.custom.section-list li:after {
	display: none;
}
ul.custom.section-list li strong {
	display: block;
	margin: 0 0 5px;
}

ul.custom.shape-1 li {
	margin-bottom: 10px;
	padding-left: 18px;
	color: #0075aa;
}
ul.custom.shape-1 li:after {
	top: 50%;
	left: 0px;
	margin-top: -6px;
	width: 14px;
	height: 14px;
}
ul.custom.shape-1.blue li:after {
	background-position: -183px -11px;
}
ul.custom.shape-1.blue li.video:after {
	background-position: -39px -151px;
}

ul.custom.shape-2 li {
	padding-left: 20px;
	margin-bottom: 7px;
	line-height: 1.7em;
}
ul.custom.shape-2 li:after {
	height: 13px;
}
ul.custom.shape-2.blue li:after {
	background-position: -187px -28px;
}
ul.custom.shape-2.blue-2 li:after {
	background-position: -172px -45px;
}
ul.custom.shape-2.white li {
	color: #fff;
}
ul.custom.shape-2.white li:after {
	background-position: -158px -28px;
}
ul.custom.shape-2.white li:hover {
	color: #9bd6f0;
}
ul.custom.shape-2.white li:hover:after {
	background-position: -172px -28px;
}

ul.custom.shape-3 {
	padding-left: 10px;
}
ul.custom.shape-3 li {
	padding-left: 22px;
}
ul.custom.shape-3 li:after {
	top: 0.34em;
	left: 0px;
	width: 16px;
	height: 16px;
}
ul.custom.shape-3.blue li:after {
	background-position: -250px -10px;
}
ul.custom.shape-3.blue-2 li:after {
	background-position: -250px -35px;
}
ul.custom.shape-3.white li:after {
	background-position: -250px -60px;
}

ul.custom.shape-4 li {
	padding-left: 18px;
	margin: 25px 0;
	text-align: left;
}
ul.custom.shape-4 li:after {
	top: 0.35em;
	left: 0px;
	width: 12px;
	height: 12px;
}
ul.custom.shape-4.blue-2 li {
	color: #4fafdb;
}
ul.custom.shape-4.blue-2 li:after {
	background-position: -92px -56px;
}

ul.custom.shape-5 li {
	padding-left: 20px;
	margin: 5px 0;
	text-align: left;
}
ul.custom.shape-5 li:after {
	top: 0.35em;
	left: 0px;
	width: 15px;
	height: 12px;
}
ul.custom.shape-5.blue-2 li {
	color: #4fafdb;
}
ul.custom.shape-5.blue-2 li:after {
	background-position: -177px -60px;
}

ul.custom.shape-6 li {
	padding-left: 22px;
	margin: 5px 0;
}
ul.custom.shape-6 li:after {
	top: 0.15em;
	left: -1px;
	width: 20px;
	height: 20px;
}
ul.custom.shape-6.blue-2 li:after {
	background-position: -255px -103px;
}

ul.custom.shape-7 li {
	padding-left: 22px;
	margin: 5px 0 10px 0 ;
}
ul.custom.shape-7 li:after {
	top: 0.15em;
	left: -1px;
	width: 20px;
	height: 20px;
}
ul.custom.shape-7.blue-2 li {
	color: #4fafdb;
}
ul.custom.shape-7.blue-2 li a {
	text-decoration: underline;
}
ul.custom.shape-7.blue-2 li:after {
	background-position: -150px -148px;
}

ol.custom {
	counter-reset: custom-counter;
	list-style: none;
}
ol.custom li {
	position: relative;
}
ol.custom li:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	content: counter(custom-counter);
	counter-increment: custom-counter;
}

ol.custom.shape-1 {
	margin: 50px 0;
}
ol.custom.shape-1 li {
	padding-left: 95px;
	margin-bottom: 50px;
}
ol.custom.shape-1 li:before {
	border-radius: 100%;
	width: 55px;
	height: 55px;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	top: -9px;
	font-family: Verdana,Geneva,sans-serif;
}
ol.custom.shape-1 li strong {
	display: block;
	font-size: 23.5px;
	display: block;
	margin-bottom: 10px;
}
ol.custom.shape-1.blue li:before {
	color: #fff;
	background-color: #0075aa;
}
ol.custom.shape-1.blue li strong {
	color: #0075aa;
}

ol.custom.shape-2 {
	margin: 0 0 1.2em 0;
	padding: 0 0 0 10px;
}
ol.custom.shape-2 li {
padding-left: 35px;
margin-bottom: 20px;
padding-top: 2px;
}
ol.custom.shape-2 li:before {
	width: 25px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	top: 0;
	font-family: Verdana,Geneva,sans-serif;
	padding: 5px 0 3px 0;
}
ol.custom.shape-2.blue-2 li {
	border-top: 1px solid #4fafdb;
}
ol.custom.shape-2.blue-2 li:before {
	background-color: #4fafdb;
	color: #fff;
}
ol.custom.shape-2.blue-2 li strong {
	color: #4fafdb;
}

/* FORM */
.button {
	border-style: solid;
	border-width: 1px;
	padding: 0px 5px 2px 5px;
	text-decoration: none;
	border-radius: 5px;
}
.button.green-border {
	color: #4ea551;
	border-color: #4ea551;
}
.button.green-full {
	color: #f1f2f3;
	border-color: #4ea551;
	background-color: #4ea551;
}
.button.green-full-2,
.button.yellow-full-2 {
	min-height: 55px;
	display: inline-block;
	border-radius: 0;
	padding: 6px 10px 6px 55px;
	width: auto;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	letter-spacing: 0px;
	position: relative;
}
.button.green-full-2:hover,
.button.yellow-full-2:hover {
	text-decoration: none;
}
.button.green-full-2 strong,
.button.yellow-full-2 strong {
	display: block;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 800;
	font-size: 14px;
}
.button.green-full-2:after,
.button.yellow-full-2:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 10px;
	width: 34px;
	height: 34px;
	background-image: url(../img/site/sprite.3.png);
}
.button.green-full-2 {
	color: #fff;
	border-color: #5d7c5d;
	background-color: #559455;
}
.button.green-full-2 strong {
	color: #9de69d;
}
.button.green-full-2 span {
	border-bottom: 1px solid #80af80;
}
.button.green-full-2:after {
	background-position: -77px -98px;
}
.button.yellow-full-2 {
	color: #fff;
	border-color: #a8823e;
	background-color: #f9b233;
}
.button.yellow-full-2 strong {
	color: #f4e28e;
}
.button.yellow-full-2 span {
	border-bottom: 1px solid #fcdea7;
}
.button.yellow-full-2:after {
	background-position: -17px -182px;
}
.button.blue-border {
	color: #0075aa;
	border-color: #0075aa;
}
.button.blue-full {
	color: #f1f2f3;
	border-color: #0075aa;
	background-color: #0075aa;
}
button.button {
	border: 0px;
	background: transparent;
	color: inherit;
}

hr {
	border: 0;
	width: 100%;
	height: 2px;
	display: block;
	padding: 0;
	margin: 25px 0;
	background: -moz-linear-gradient(left, rgba(86,86,86,0) 0%, rgba(86,86,86,0.40) 40%, rgba(86,86,86,0.40) 60%, rgba(86,86,86,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(86,86,86,0) 0%,rgba(86,86,86,0.40) 40%, rgba(86,86,86,0.40) 60%,rgba(86,86,86,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(86,86,86,0) 0%,rgba(86,86,86,0.40) 40%, rgba(86,86,86,0.40) 60%,rgba(86,86,86,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.check-box-holder .title3 {
	display: block;
	margin: 0 0 4px;
}
.check-box-holder .row {
	overflow: hidden;
	margin: 0 0 5px;
}
.check-box-holder .row label {
	overflow: hidden;
	line-height: 1.5em;
	color: inherit;
}

.jcf-checkbox,
.jcf-radio {
	position: relative;
	overflow: hidden;
	cursor: default;
	margin: 0 0.7em 0 0;
	height: 1.3em;
	width: 1.3em;
	display: inline-block;
	vertical-align: middle;
	border: 0.05em solid #a2a1a1;
	box-shadow: inset 0 0 0.15em #b6b6b6;
}
.jcf-radio {
	border-radius: 100%;
}
.jcf-checkbox.jcf-checked span:after,
.jcf-radio.jcf-checked span:after {
	display: block;
	content: "";
	position: absolute;
}
.jcf-checkbox.jcf-checked span:after {
	background-image: url(../img/site/checkbox-checked.png);
	background-repeat: no-repeat;
	background-position: -0.05em -0.05em;
	background-size: 1.3em 1.3em;
	height: 1.3em;
	width: 1.3em;
	top: 0;
	left: 0;
}
.jcf-radio.jcf-checked span:after {
	display: block;
	content: "";
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	background-color: #0075aa;
	border-radius: 100%
}
.jcf-checkbox.jcf-checked span,
.jcf-radio.jcf-checked span {
	display: block;
}
.jcf-checkbox input[type="checkbox"],
.jcf-radio input[type="radio"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0;
	height: 2em;
	width: 100%;
}
.jcf-select:after {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 3px;
	content: "";
	border-radius: 10px;
}
.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}
.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	height: 2em;
	margin: 0 2.05em 0 0;
	padding: 0.3em 0.5em;
	border-radius: 0.5em 0 0 0.5em;
	border-right: none;
}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 2em;
	height: 2em;
	bottom: 1px;
	right: 1px;
	top: 0;
	background: url(../img/site/bg-select.png) no-repeat;
	background-size: 2em 2em;
}
.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0px;
	z-index: 9999;
	top: 100%;
	left: -1px;
	min-width: 100%;
}
.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-date {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0;
	height: 2em;
	width: 8em;
}
.jcf-date input{
	position: absolute;
	top: 0;
	left: 0;
	border-width: 0px;
	width: 100%;
	height: 2em;
	cursor: pointer;
	padding: 0.2em 0.5em;
}
.jcf-date .jcf-date-opener {
	display: block;
	position: absolute;
	top: 0;
	right: 0.2em;
	width: 2em;
	height: 2em;
}


.form-group {
	margin-bottom: 1rem;
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}


.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	min-width: 200px;
	margin: 0 15px;
}
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
}
.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}
.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	height: 1%;
}
.jcf-list ul li {
	overflow: hidden;
	display: block;
}
.jcf-list .jcf-overflow {
	overflow: auto;
}
.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
}
.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* NAVIGATIONS */
.horizontal-nav ul {
	list-style: none;
	display: table;
	width: 100%;
}
.horizontal-nav ul li {
	display: table-cell;
}

.grey-shadow {
	background-color: #ebeeef;
	padding: 5px;
}
.grey-shadow > div {
	box-shadow: 0 0 3px #c1c4c5;
	background-color: #fff;
	padding: 20px 20px;
}

.form_error_text {
	color: rgb(212, 32, 64);
	padding: 10px;
}
.form_info_text {
	color: #4fafdb;
	padding: 10px;
}

/* HEADER */
#main-header {
	background-color: #2d5b70;
	color: #fff;
	padding: 14px 0;
}
#main-header #header-nav ul {
	margin: 31px 0 0 0;
	padding: 0
}
#main-header #header-nav ul li {
	padding-left: 25px;
	text-align: right;
}
#main-header #header-nav ul li a {
	text-decoration: none;
	display: inline-block;
	padding: 0 1px;
	border-bottom: 2px solid #2d5b70;
}
#main-header #header-nav ul li.active a,
#main-header #header-nav ul li:hover a {
	border-bottom: 2px solid #4fafdb;
}
#main-header #header-nav ul li a img {
	padding-top: 6px;
}

#main-header #header-nav-small {
	color: #84a5b4;
	font-size: 11px;
}
#main-header #header-nav-small ul {
	padding: 3px 0 0 0;
	margin: 0;
	width: auto;
	float: right;
}
#main-header #header-nav-small ul li:not(:last-child){
	padding-right: 15px;
}
#main-header #header-nav-small ul li.contact {
	position: relative;
	padding-left: 60px;
}
#main-header #header-nav-small ul li.contact:after {
	background-image: url(../img/site/sprite.3.png);
	background-repeat: no-repeat;
	display: block;
	content: "";
	background-position: -35px 0px;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0px;
	left: 20px;
}
#main-header #header-nav-small ul li.contact span {
	display: block;
	font-family: Verdana,Geneva,sans-serif;
	line-height: 1.6;
}
#main-header #header-nav-small ul li.contact span:last-child {
	font-weight: bold;
	font-size: 11px;
}

#user-message {
	background-color: #0075aa;
	padding: 8px 0;
	font-weight: bold;
	font-size: 12px;
}
#user-message .container_12 {
	position: relative;
}
#user-message .message {
	color: #c9dae1;
}
#user-message .link {
	color: #fff;
	letter-spacing: 1px;
}
#user-message .close {
	border: 0;
	background-color: transparent;
	background-position: -1px -5px;
	width: 23px;
	height: 23px;
	background-image: url(../img/site/sprite.3.png);
	background-repeat: no-repeat;
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
}

#aktuelles-message {
	/*background-color: rgb(255, 232, 19);*/
	background-color: #f0ee00;
}
#aktuelles-message .container_12 {
	color: #777;
	padding: 5px 0px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
}
#aktuelles-message .container_12 .aktuelles {
	text-transform: uppercase;
}
#aktuelles-message .container_12 .time {
	font-family: Verdana,Geneva,sans-serif;
	display: inline-block;
	padding: 0 15px;
}

/* FOOTER */
#main-footer-info {
	background-color: #0075aa;
	color: #fefefe;
	margin-top: 50px;
	padding-bottom: 35px;
	font-size: 14px;
}
#main-footer-info h2 {
	text-align: left;
	font-weight: 800;
	font-size: 24px;
	color: #fefefe;
	margin-top: 60px;
	margin-bottom: 22px;
}
#main-footer-info p {
	font-family: "Raleway",sans-serif;
	font-size: 15.5px;
	line-height: 2em;
	padding-right: 50px;
}
#main-footer-nav {
	background-color: #2d5b70;
	color: #6b98a9;
	padding: 22px 0;
	font-size: 14px;
}
#main-footer-nav img {
	filter: alpha(opacity=0.4);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
#main-footer-nav ul {
	margin: 3px 0;
	width: auto;
	float: right;
}
#main-footer-nav ul li {
	padding-left: 30px;
}

/* PAGINATION */

ol.page-content li a {
	color: #4fafdb;
}

.pagination {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 20px 0;
	text-align: center;
	font-size: 14px;
}
.pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
.pagination a {
	text-decoration: none;
}
.pagination a,
.pagination span,
.pagination button {
	float: left;
	color: #fff;
	font-weight: normal;
	text-align: center;
	min-width: 25px;
	font-size: 12px;
	line-height: 1.8;
	padding: 0 3px;
	margin: 0 2px 0 0;
	background-color: #4fafdb;
	border: 1px solid #4fafdb;
}
.pagination span.ellipse {
	padding: 0 3px;
}
.pagination span.ellipse.clickable {
	cursor: pointer;
}
.pagination span.ellipse input {
	min-width: 3em;
	width: 6em;
}
.pagination .current {
	background-color: #fff;
	color: #4fafdb;
}
.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:first-child button {
	border-radius: 3px 0 0 3px;
	font-weight: bold;
	color: #fff;
}
.pagination li:last-child a,
.pagination li:last-child span,
.pagination li:last-child button {
	border-radius: 0 3px 3px 0;
	font-weight: bold;
	color: #fff;
}
.pagination li.disabled:first-child a,
.pagination li.disabled:first-child span,
.pagination li.disabled:first-child button,
.pagination li.disabled:last-child a,
.pagination li.disabled:last-child span,
.pagination li.disabled:last-child button {
	color: #4fafdb;
}

/* SLIDER */
.slide-pagination {
	text-align: center;
	letter-spacing: -4px;
	position: absolute;
	bottom: 33px;
	left: 0;
	right: 0;
	z-index: 9;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
.slide-pagination li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	margin: 0 5px;
}
.slide-pagination a {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid #989da1;
	position: relative;
	z-index: 1;
	background: #fff;
}
.slide-pagination a:hover:before,
.slide-pagination .active a:before {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	height: auto;
	width: auto;
	background: #989da1;
	border-radius: 100%;
	z-index: 1;
}

.slideshow {
}
.slideshow .holder {
	position: relative;
}
.slideshow .mask {
	position: relative;
	overflow: hidden;
}
.slideshow .slideset {
	float: left;
}
.slideshow .slide {
	float: left;
}
.slideshow.h-slider .slideset {
	width: 99999px;
}
.slideshow.h-slider .slide {
	height: 416px;
}
.slideshow .slide.active {
	z-index: 1;
}
.slideshow .slide-pagination {
	left: auto;
	top: 16px;
	right: 20px;
	max-width: 12px;
	max-height: 200px;
}
.slideshow .slide-pagination li {
	display: block;
	margin: 0 0 5px;
}
.slideshow .slide-pagination a {
	width: 12px;
	height: 12px;
	background: transparent;
}
.slideshow .slide-pagination a:hover:before,
.slideshow .slide-pagination .active a:before {
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	height: auto;
	width: auto;
}

.slideshow .slide-pagination.date {
	max-width: 200px;
}
.slideshow .slide-pagination.date:after {
	display: block;
	content: "";
	clear: both;
}
.slideshow .slide-pagination.date li {
	margin: 0 14px 0 0;
	float: left;
}
.slideshow .slide-pagination.date li a {
	width: 27px;
	height: 30px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 0;
	padding: 1px;
	text-decoration: none;
	position: relative;
	text-align: center;
	filter: alpha(opacity=0.5);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.slideshow .slide-pagination.date li a span:first-child {
font-size: 9px;
background-color: #fff;
color: #0075aa;
display: block;
line-height: 1;
text-transform: uppercase;
font-weight: bold;
padding: 1px 0;
}
.slideshow .slide-pagination.date li a span:last-child {
	font-family: Verdana,Geneva,sans-serif;
	font-size: 16px;
	display: block;
	left: 1px;
	right: 1px;
	bottom: -1px;
	position: absolute;
}
.slideshow .slide-pagination.date a:before {
	display: none;
}
.slideshow .slide-pagination.date a:hover,
.slideshow .slide-pagination.date .active a{
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	opacity: 1;
}

/* TABS */
.tabs .tabs-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.tabs .tabs-menu:after {
	display: block;
	content: "";
	clear: both;
}
.tabs .tabs-menu li {
	display: block;
	float: left;
}
.tabs .tabs-menu li a,
.tabs .tabs-menu li button {
	display: block;
	padding: 4px 9px 2px 9px;
	border: 0;
	background-color: transparent;
	color: inherit;
}
.tabs .tabs-content {
	overflow-y: auto;
	overflow-x: hidden;
}


/* ---------------------------------------------------------
	 3. Custom site styles : Index Page
	 ---------------------------------------------------------*/
#promo-slider.slideshow .holder {
	margin-left: -250px;
	margin-right: -250px;
	height: 416px;
}
#promo-slider.slideshow .slide {
	padding-left: 104px;
	background-position: left;
	background-repeat: no-repeat;
	width: 778px;
	height: 416px;
	position: relative;
}
#promo-slider.slideshow .slide-content {
	padding-top: 35px;
}
#promo-slider.slideshow .slide p.speech {
	background-color: rgba(0,117,170,0.6);
	color: #fff;
	position: absolute;
	padding: 10px;
	line-height: 1.4;
	font-size: 14px;
}
#promo-slider.slideshow .slide p.speech:before {
	background-image: url(../img/site/sprite.3.png);
	background-repeat: no-repeat;
	display: block;
	content: "";
	background-position: -80px -5px;
	width: 11px;
	height: 20px;
	position: absolute;
	filter: alpha(opacity=0.6);
	-moz-opacity: 0.6;
	opacity: 0.6;
	bottom: 12px;
	right: -10px;
}
#promo-slider.slideshow .slide-1 {
	background-image: url(../img/site/bg-slider-right-1.png);
	background-position: right;
}
#promo-slider.slideshow .slide-1 p.speech {
	top: 86px;
	left: 110px;
	width: 315px;
}
#promo-slider.slideshow .slide-2 {
	background-image: url(../img/site/bg-slider-right-2.png);
}
#promo-slider.slideshow .slide-2 p > strong {
	color: #0075aa;
	font-size: 20px;
	display: block;
	font-family: Verdana,Geneva,sans-serif;
}
#promo-slider.slideshow .slide-2 p > span {
	font-family: Verdana,Geneva,sans-serif;
}
#promo-slider.slideshow .slide-2 p > img {
	width: 485px;
	height: 278px;
	display: block;
	position: absolute;
	bottom: 31px;
	left: 109px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(255, 255, 255);
}
#promo-slider.slideshow .slide-2 p > small {
	display: block;
	font-size: 10px;
	line-height: 1.8em;
	width: 150px;
	position: absolute;
	top: 105px;
	left: 610px;
}
#promo-slider.slideshow .slide-2 p > small span {
	position: absolute;
	top: 0px;
	left: -11px;
	font-size: 13px;
	font-family: Verdana,Geneva,sans-serif;
}
#promo-slider.slideshow .slide-2 p > a {
	background-color: #0075aa;
	color: #f1f1f1;
	display: block;
	padding: 1px 5px;
	border-radius: 3px;
	text-transform: uppercase;
	position: absolute;
	bottom: 140px;
	left: 609px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#promo-slider.slideshow .slide-3 {
	background-image: url(../img/site/bg-slider-right-3.png);
	background-position: right;
	padding: 80px 10px 20px 385px;
}
#promo-slider.slideshow .slide-3 p > strong {
	font-size: 35px;
	font-weight: 300;
	display: block;
	color: #0075aa;
	margin-bottom: 10px;
	line-height: 1.2;
}
#promo-slider.slideshow .slide-3 p > span {
	font-size: 23.5px;
	font-weight: 300;
	letter-spacing: 1px;
}
#promo-slider.slideshow .slide-4 {
	background-image: url(../img/site/bg-slider-right-4.png);
	background-position: right;
}
#promo-slider.slideshow .slide-4 p.speech {
	top: 115px;
	left: 174px;
	width: 260px;
}
#promo-slider.slideshow {
	background-color: #efefef;
	background: rgb(238,238,238); /* Old browsers */
	font-family: 'Raleway', sans-serif;
}
#promo-slider.slideshow .mask {
	width: 781px;
	height: inherit;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
#promo-slider.slideshow .info {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	padding: 35px 90px 35px 0px;
	width: 764px;
	height: inherit;
	background-image: url(../img/site/bg-slider-left.png);
	background-repeat: no-repeat;
}
#promo-slider.slideshow .info > div {
	width: 425px;
	float: right;
}
#promo-slider.slideshow .info h1 {
	font-weight: 800;
	font-size: 25px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	color: #565656;
	text-transform: none;
}
#promo-slider.slideshow .info h1:after {
	display: none;
}
#promo-slider.slideshow .info ul {
	margin: 0;
	padding: 0 1em !important;
	font-size: 14px;
}
#promo-slider.slideshow .info .download {
	position: relative;
	padding-top: 45px;
}
#promo-slider.slideshow .info .download a {
	display: inline-block;
	background-color: #577789;
	color: #f1f1f1;
	position: relative;
	padding: 12px 10px 12px 35px;
	line-height: 1;
	font-weight: bold;
	text-decoration: navajowhite;
	font-size: 15px;
}
#promo-slider.slideshow .info .download a:after {
	background-image: url(../img/site/sprite.3.png);
	background-repeat: no-repeat;
	display: block;
	content: "";
	background-position: -129px -5px;
	width: 20px;
	height: 23px;
	position: absolute;
	top: 7px;
	left: 7px;
}
#promo-slider.slideshow .info .download a:before {
	background-image: url(../img/site/sprite.3.png);
	background-repeat: no-repeat;
	display: block;
	content: "";
	background-position: -102px -1px;
	width: 14px;
	height: 39px;
	position: absolute;
	top: 0;
	right: -14px;
}
#promo-slider.slideshow .info .download small {
	color: #577789;
	text-transform: uppercase;
	display: block;
	font-family: Verdana,Geneva,sans-serif;
}
#promo-slider.slideshow .info .download img {
	position: absolute;
	right: 15px;
	top: 0px;
	width: 100px;
}

#logo-bar {
	font-family: 'Raleway', sans-serif;
	background-color: #e9eaea;
	padding: 0;
}
#logo-bar .css-table {
	font-size: 12.6px;
}
#logo-bar .css-table:first-child .css-cell {
	padding: 27px 0 10px 0;
	vertical-align: top;
	border-bottom: 1px solid #dedede;
}
#logo-bar .css-table:not(:first-child) .css-cell {
	padding: 10px 0 27px 0;
	vertical-align: top;
}
#logo-bar .css-table .label {
	margin-bottom: 12px;
	display: block;
	font-weight: 600;
}
#logo-bar .css-table .num {
	display: block;
	font-weight: bold;
	font-size: 20px;
	color: #0075aa;
	font-family: Verdana,Geneva,sans-serif;
	margin-top: -12px;
}
#logo-bar .css-table .info {
	display: block;
}
#logo-bar .css-table .slide {
	position: relative;
	background-repeat: no-repeat;
	height: 100px;
	width: 260px;
	padding-top:27px;
}
#logo-bar .css-table .slide a {
	color: #0075aa;
	padding-left: 12px;
	position: relative;
	display: block;
	text-transform: uppercase;
}
#logo-bar .css-table .slide a:after {
	background-image: url(../img/site/sprite.3.png);
	background-repeat: no-repeat;
	display: block;
	content: "";
	background-position: -158px -12px;
	width: 10px;
	height: 12px;
	position: absolute;
	top: 3px;
	left: 0px;
}


#webinare-slider {
	background: #207aad; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #2078ac 0%, #2284b4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #2078ac 0%,#2284b4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #2078ac 0%,#2284b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #a1c6d6;
	margin: 25px 0 0 0;
}
#webinare-slider > div {
	background-image: url(../img/site/bg-webinare.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 50px 0 0 0;
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
	height: 477px;
}
#webinare-slider > div > div {
	position: relative;
}
#webinare-slider h2 {
margin-top: 0;
margin-bottom: 12px;
font-size: 51px;
color: #fff;
font-weight: 300;
}
#webinare-slider h2:after {
	display: none;
}
#webinare-slider .slide {
	height: 170px;
	padding: 20px 0 0 0;
	font-size: 16px;
}
#webinare-slider .slide footer {
	color: #fff;
	font-size: 19px;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
}
#webinare-slider .slide h3 {
	color: #f4fcff;
	font-size: 24px;
	margin-top: 3px;
	margin-bottom: 15px;
}
#webinare-slider .slide a {
	color: #e2f5fe;
}
#webinare-slider .slide-pagination-container {
	color: #99c8dd;
	position: absolute;
	left: 50%;
	bottom: -40px;
	margin-left: -95px;
	font-size: 12px;
	text-transform: uppercase;
	width: 271px;
}
#webinare-slider .slide-pagination-container:after {
	display: block;
	clear: both;
	content: "";
}
#webinare-slider .slide-pagination-container > div {
	line-height: 30px;
	float: left;
	font-size: 10px;
	font-weight: bold;
}
#webinare-slider .slide-pagination {
	top: auto;
	right: auto;
	position: unset;
	float: right;
	margin: 0;
	padding: 0;
}

#qualitaetsindizes table {
	font-size: 14px;
	margin-bottom: 15px;
}
#qualitaetsindizes table thead th {
	color: #6f6f6f;
	padding: 5px 12px;
	font-weight: bold;
	text-align: left;
}
#qualitaetsindizes table thead th:not(:first-child) {
	width: 140px;
}
#qualitaetsindizes table tbody tr td {
	vertical-align: top;
}
#qualitaetsindizes table tbody tr td:last-child {
	text-align: right;
}
#qualitaetsindizes table tbody tr .stock-update-elem {
	font-size: 16px;
	min-width: 110px;
	display: block;
}
#qualitaetsindizes table tbody tr .stock-update-elem.time {
	font-size: 11px;
	color: #909090;
}
#qualitaetsindizes table tbody tr.odd td {
	background-color: #f1f2f3;
}
#qualitaetsindizes table tbody tr:nth-child(odd) td {
	padding: 4px 12px 0px 12px;
	border-top: 2px solid #fff;
	line-height: 1.7;
}
#qualitaetsindizes table tbody tr:nth-child(even) td {
	padding: 15px 12px 16px 12px;
	line-height: 1;
}
#qualitaetsindizes table tbody tr.even td {
	background-color: #e4e7e8;
}
#qualitaetsindizes table tr td > strong {
	color: #333333;
	display: block;
	font-size: 15.5px;
	font-weight: bold;
	margin-bottom: 2px;
}
#qualitaetsindizes table tr td ul {
	width: auto;
	margin: 0;
}
#qualitaetsindizes table tr td ul li {
	padding-right: 18px;
}
#qualitaetsindizes table tr td ul li a {
	color: #0075aa;
}

.main-content.index-content .container_12.aktuelles {
	font-family: Verdana,Geneva,sans-serif;
}
.main-content.index-content .container_12.aktuelles section {
	width: 455px;
}
.main-content.index-content .container_12.aktuelles section:nth-of-type(1) {
	margin-right: 15px;
}
.main-content.index-content .container_12.aktuelles section:nth-of-type(2) {
	margin-left: 15px;
}
.main-content.index-content .container_12.aktuelles section header {
	position: relative;
	margin-bottom: 15px;
}
.main-content.index-content .container_12.aktuelles section header h3 {
	color: #fff;
	background-color: #13191b;
	text-transform: uppercase;
	display: block;
	position: absolute;
	bottom: 15px;
	right: 15px;
	margin: 0px;
	padding: 2px 3px 2px 3px;
	font-size: 13.4px;
	font-weight: 800;
}
.main-content.index-content .container_12.aktuelles section header h3 a {
	text-decoration: none;
}
.main-content.index-content .container_12.aktuelles section header img {
	width: 455px;
	height: 180px;
	border: 0px;
	background-color: #f1f2f3;
}
.main-content.index-content .container_12.aktuelles section article h4 {
	color: #0075aa;
	font-size: 18px;
	margin-bottom: 0.7em;
	font-family: Verdana,Geneva,sans-serif;
}
.main-content.index-content .container_12.aktuelles section article footer {
	margin-bottom: 5px;
}
.main-content.index-content .container_12.aktuelles section article footer time {
	font-weight: bold;
}
.main-content.index-content .container_12.aktuelles section article p {
	line-height: 1.6;
	margin-bottom: 0;
}
.main-content.index-content .container_12.aktuelles section article > a {
	font-size: 15px;
	color: #0075aa;
	font-weight: bold;
}
.main-content.index-content .container_12.aktuelles section article > a.video {
	display: block;
	position: relative;
	padding-left: 25px;
}
.main-content.index-content .container_12.aktuelles section article > a.video:after {
	display: block;
	content: "";
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 25px;
	height: 15px;
	background-image: url(../img/site/sprite.3.png);
	background-position: -12px -150px;
}
.main-content.index-content .container_12.aktuelles section ul {
	font-size: 14px;
}
.main-content.index-content .container_12.aktuelles section ul li a {
	text-decoration: none;
}

#banner-sbroker {
	background-color: #fafafa;
	border-bottom: 1px solid #e8e8e7;
	border-top: 1px solid #e8e8e7;
	padding: 25px 0;
	margin-top: 75px;
}
#banner-sbroker .grid_9 {
	padding-left: 30px;
}
#banner-sbroker .grid_3 {
	text-align: right;
	padding-top: 39px;
}
#banner-sbroker p {
	margin-bottom: 12px;
	width: 470px;
}
#banner-sbroker a {
	font-weight: 500;
	color: #e0221f;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	font-size: 19px;
}

#renditevorteile {
	font-size: 17px;
}

#etf-investieren {
	font-size: 17px;
	font-family: Verdana,Geneva,sans-serif;
}

/* ---------------------------------------------------------
	 3. Custom site styles : 'Aktuelles' Page
	 ---------------------------------------------------------*/
.article {
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	color: #4a5053;
	padding: 12px 20px 12px 12px;
	text-align: justify;
	position: relative;
	margin-bottom: 20px;
}
.article:after {
	content: "";
	display: block;
	clear: both;
}
.article .left {
	width: 205px;
	float: left;
	margin-left: -12px;
}
.article .right {
	width: 684px;
	float: right;
}
.article .header .category {
	background-color: #2d5b70;
	text-transform: uppercase;
	color: #f7f7f7;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 600;
	padding: 2px 4px 1px 4px;
	display: inline-block;
	margin-bottom: 20px;
}
.article .header h1,
.article .header h2 {
	font-size: 19px;
	margin-bottom: 7px;
	font-family: Verdana,Geneva,sans-serif;
}
.article .header a {
	text-decoration: none;
}
.article .footer {
	line-height: 1;
	overflow: hidden;
	padding-bottom: 15px;
	display: inline-block;
	position: relative;
}
.article .footer > div {
	padding: 0px 17px;
}
.article .footer > div > div:first-child {
	font-size: 19px;
	padding-bottom: 5px;
	font-weight: bold;
}
.article .footer > div > div:not(:first-child) {
	padding-top: 3px;
}
.article a.further {
	color: #4fafdb
}
.article hr {
	height: 1px;
	background: #e7e7e7;
	margin: 35px 0;
}
.article .aside .block {
	margin-top: 35px;
	border-top: 1px solid #e7e7e7;
	padding-top: 35px;
}
.article .aside .block .block-heading {
	font-weight: 300;
	position: relative;
}
.article .aside .block .block-heading:after {
	display: block;
	background-color: #0075aa;
	width: 2px;
	top: 1px;
	bottom: 1px;
	left: -10px;
	height: auto;
	margin-left: 0;
}
.article iframe {
	margin: 0 auto;
	display: block;
}
.article figure {
	text-align: center;
	font-size: 0.9em;
}
.article figure figcaption {
	font-weight: bold;
}
.article.full {
	padding-top: 22px;
	padding-bottom: 15px;
	background-color: #fbfbfb;
	border: 1px solid #e7ebee;
	color: #707172;
}
.main-content.aktuelles.overview .article.full .header {
	padding-right: 70px;
}
.article.full .header .category {
	background-color: #c0c3c5;
	margin-bottom: 37px;
}
.article.full h1,
.article.full h2 {
	font-size: 20px;
}
.article.full .header h1,
.article.full .header h2 {
	margin-bottom: 30px;
}
.article.full .footer:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 11px;
	left: -25%;
	background-color: #dce2e7;
	width: 150%;
	height: 10px;
	transform: rotate(2.3deg);
	z-index: 0;
}
.article.full .footer > div {
	background-color: #4fafdb;
	color: #fff;
	z-index: 1;
	position: relative;
	padding: 16px 17px;
}
.article.full .footer > div > div:first-child {
	font-size: 20px;
	border-bottom: 2px solid #fff;
	text-align: center;
	padding-bottom: 3px;
}
.article.full .footer > div > div:not(:first-child) {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.article.full #certificate {
	overflow: hidden;
	padding-bottom: 15px;
	display: inline-block;
	position: relative;
	margin-top: 52px;
}
.article.full #certificate:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 11px;
	left: -25%;
	background-color: #dce2e7;
	width: 150%;
	height: 10px;
	transform: rotate(1.3deg);
	z-index: 0;
}
.article.full #certificate > div {
	text-align: left;
	background-color: rgb(85, 148, 85);
	color: rgb(255, 255, 255);
	font-size: 12px;
	z-index: 1;
	position: relative;
}
.article.full #certificate > div .title {
	padding: 8px 12px 12px 12px;
	border-bottom: 3px dotted rgb(255, 255, 255);
}
.article.full #certificate > div .title span {
	color: rgb(153, 225, 153);
	font-family: "Raleway",sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}
.article.full #certificate > div > a {
	padding: 10px 12px 12px 55px;
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: bold;
}
.article.full #certificate > div > a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 11px;
	width: 34px;
	height: 34px;
	background-image: url(../img/site/sprite.3.png);
	background-position: -77px -98px;
}
.article.full #certificate > div > a span {
	border-bottom: 1px solid #80af80;
	text-decoration: none;
}
.article.full #aktien {
	overflow: hidden;
	padding-bottom: 15px;
	display: inline-block;
	position: relative;
	margin-top: 52px;
}
.article.full #aktien:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 11px;
	left: -25%;
	background-color: #dde2e6;
	width: 150%;
	height: 10px;
	transform: rotate(1.3deg);
	z-index: 0;
}
.article.full #aktien > div {
	text-align: left;
	background-color: #e8ecef;
	color: #717173;
	font-size: 12px;
	z-index: 1;
	position: relative;
}
.article.full #aktien > div .title {
	padding: 8px 35px 12px 12px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	font-family: "Raleway",sans-serif;
}
.article.full #aktien > div .offer {
	color: rgb(190, 25, 39);
	padding: 0px 100px 12px 12px;
	line-height: 1;
}
.article.full #aktien > div .offer > div:nth-child(1){
	font-size: 25px;
	font-weight: bold;
}
.article.full #aktien > div .offer > div:nth-child(2){
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1px;
}
.article.full #aktien > div .offer > div:nth-child(3){
	line-height: 1.8;
}
.article.full #aktien > div img {
	position: absolute;
	top: 85px;
	right: 10px;
}
.article.full #aktien > div a {
	text-transform: uppercase;
	font-family: "Raleway",sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	border: 1px solid rgb(113, 113, 115);
	padding: 2px 5px;
	font-weight: 600;
	text-decoration: none;
	margin: 15px 12px 17px;
	display: inline-block;
}
.article.full .tip {
	overflow: hidden;
	display: inline-block;
	position: relative;
	margin-top: 52px;
	width: 185px;
	padding-bottom: 15px;
}
.article.full .tip:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 11px;
	left: -25%;
	background-color: #e7ebee;
	width: 150%;
	height: 10px;
	transform: rotate(1.3deg);
	z-index: 0;
}
.article.full .tip:after {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 35px;
	background-image: url(../img/site/sprite.3.png);
	background-position: -210px -45px;
	z-index: 1;
}
.article.full .tip > div {
	text-align: left;
	background-color: #fffbb6;
	color: #707071;
	font-size: 11px;
	z-index: 1;
	position: relative;
	padding: 4px 10px 5px 14px;
}
.article.full .tip > div .title {
	font-family: "Raleway",sans-serif;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 300;
	display: block;
	font-size: 36px;
	margin-bottom: 5px;
}
.article.full .tip > div a {
	font-weight: bold;
}
.article.full .img-holder > div {
	width: 455px;
	margin: 0px auto 37px auto;
	position: relative;
}
.article.full .img-holder > div img {
	width: 100%;
}
.article.full .img-holder > div .category {
	color: #fff;
	background-color: #13191b;
	text-transform: uppercase;
	display: block;
	position: absolute;
	bottom: 15px;
	right: 15px;
	margin: 0px;
	padding: 2px 3px 2px 3px;
	font-size: 13.4px;
	font-weight: 800;
}
.article button.close {
	display: block;
	content: "";
	position: absolute;
	top: 17px;
	right: 17px;
	width: 30px;
	height: 30px;
	background-image: url(../img/site/sprite.3.png);
	background-position: -209px -3px;
}

.main-content.aktuelles.overview h1 {
	margin-bottom: 16px;
}
.main-content.aktuelles.overview nav.horizontal-nav ul {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 26px 0;
	margin-bottom: 55px;
	font-size: 14px;
}
.main-content.aktuelles.overview nav.horizontal-nav ul li {
	margin: 0 26px;
	text-transform: uppercase;
	border: 1px solid #4fafdb;
	padding: 1px 5px 0px 5px;
	border-radius: 5px;
	color: #fff;
	background-color: #4fafdb;
}
.main-content.aktuelles.overview nav.horizontal-nav ul li a {
	text-decoration: none;
}
.main-content.aktuelles.overview nav.horizontal-nav ul li.active,
.main-content.aktuelles.overview nav.horizontal-nav ul li:hover {
	color: #4fafdb;
	background-color: #fff;
}

/* ---------------------------------------------------------
	 3. Custom site styles : 'Anlagestrategie' Page
	 ---------------------------------------------------------*/
.charttool {
	margin-bottom: 70px;
}
.charttool > div {
	padding: 20px 27px 12px 27px;
}
.charttool figure {
	margin: 0;
}
.charttool figure .chart-container {
	border: 2px solid rgb(235, 235, 235);
	padding: 30px 0 5px 20px;
}
.charttool figure img {
	width: 100%;
	height: auto;
}
.charttool figcaption {
	font-size: 20px;
	font-weight: 300;
}
.charttool menu ul {
	width: auto;
	margin: 30px auto;
	border-collapse: separate;
	padding: 0;
}
.charttool menu ul li {
	padding: 0 16px;
	line-height: 1;
}
.charttool menu.small ul li {
	padding: 0 7px;
}
.charttool menu ul li:not(:first-child) {
	border-left: 1px solid #858585;
}
.charttool menu ul li:not(:last-child) {
	border-right: 1px solid #696969;
}
.charttool menu ul li button {
	color: #4fafdb;
	text-decoration: underline;
	line-height: 1;
	vertical-align: top;
	font-size: 15px;
}
.charttool menu ul li button.active {
	color: #333333;
	text-decoration: none;
}
.charttool small {
	display: block;
	border-top: 1px solid #d8d8d8;
	color: #9ea0a1;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 2px;
}

#strategie-overview {
	margin-top: 70px;
}
#strategie-overview .left {
	font-family: 'Raleway', sans-serif;
	line-height: 1.8;
	padding-right: 65px;
}
#strategie-overview .left small {
	line-height: 1.4;
	display: block;
}
#strategie-overview .left header {
	font-family: 'Raleway', sans-serif;
	margin: 0;
	font-size: 22px;
	font-weight: 200;
	line-height: 1.5;
}
#strategie-overview .left header h1 {
	margin: 0;
	font-size: 26px;
	font-weight: 800;
}
#strategie-overview .left #ticker-quotes {
	overflow: hidden;
	margin: 12px 0 20px 0;
	line-height: 1.7;
	font-size: 13px;
}
#strategie-overview .left #ticker-quotes > div {
	display: block;
	float: left;
}
#strategie-overview .left #ticker-quotes > div:nth-of-type(1) {
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
}
#strategie-overview .left #ticker-quotes > div div {
	z-index: 2;
	position: relative;
	background-color: #2f8eb9;
	color: #fff;
	padding-left: 7px;
}
#strategie-overview .left #ticker-quotes > div:nth-of-type(1):after,
#strategie-overview .left #ticker-quotes > div:nth-of-type(1):before {
	display: block;
	right: 0px;
	content: "";
	width: 10px;
	height: 40px;
	background-color: #2f8eb9;
	position: absolute;
	z-index: 1;
}
#strategie-overview .left #ticker-quotes > div:nth-of-type(1):after {
	bottom: 5px;
	transform: rotate(-35deg);
}
#strategie-overview .left #ticker-quotes > div:nth-of-type(1):before {
	top: 5px;
	transform: rotate(35deg);
}
#strategie-overview .left #ticker-quotes div:nth-of-type(2) {
	background-color: #edf1f3;
	color: #737c81;
	font-weight: bold;
	text-align: right;
	min-width: 91px;
	padding-left: 18px;
}
#strategie-overview .left #ticker-quotes div:nth-of-type(3) {
	background-color: #edf1f3;
	color: #737c81;
	font-weight: bold;
	padding: 0 6px 0 12px;
	text-align: right;
	min-width: 78px;
}
#strategie-overview .left .stock-update-elem {
	font-family: Verdana,Geneva,sans-serif;
}
#strategie-overview .right {
	padding: 0 25px 0 19px;
	font-size: 12px;
}
#strategie-overview .right > div {
	background-color:#ffffff;
	border: 1px solid #d4dadc;
	padding: 20px 25px;
	color: #667275;
}
#strategie-overview .right > div > strong {
	color: #2f8eb9;
	display: block;
	margin-bottom: 8px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 18px;
}
#strategie-overview .right table tr td {
	padding: 5px 0 4px 0;
	line-height: 1.3;
}
#strategie-overview .right table tr td:first-child {
	width: 250px;
}
#strategie-overview .right table tr:not(:last-child) td {
	border-bottom: 1px solid #d4dadc;
}

#performance table,
#enthaltene-aktien table {
	font-size: 12px;
	border-bottom: 2px solid #e4e7e8;
	border-top: 2px solid #e4e7e8;
	margin: 60px 0;
}
#enthaltene-aktien table,
#enthaltene-aktien .css-table {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#performance table tr td,
#enthaltene-aktien table tr td,
#enthaltene-aktien table tr th {
	padding: 5px 18px;
}
#enthaltene-aktien table tr th {
	border-bottom: 2px solid #e4e7e8;
	font-size: 16px;
}
#performance table tr td:nth-child(even) {
	text-align: right;
}
#enthaltene-aktien table tr td:nth-child(even) {
	text-align: center;
}
#performance table tr:nth-child(even) td,
#enthaltene-aktien tr:nth-child(even) td {
	background-color: #e4e7e8;
}
#enthaltene-aktien h3 {
	text-align: center;
	margin-top: 50px;
}
#enthaltene-aktien .css-table .css-cell:first-child table {
	width:350px;
	margin-left: 0;
	margin-top: 0;
}
#enthaltene-aktien .css-table .css-cell:not(:first-child) table {
	width:350px;
	margin-right:0;
	margin-top: 0;
}

#performance .dynamic-list .items-list ul li div:first-child {
	background-color: #0075aa;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
	padding: 2px 0 3px 0;
	border-bottom: 1px solid #cce3ee;
}
#performance .dynamic-list .items-list ul li div:last-child {
	font-size: 34px;
	line-height: 1.2;
}
#performance .dynamic-list .scroll:first-child {
	left: 20px;
	box-shadow: 1px 0 0 rgba(150,150,150,0.5);
	border-radius: 0 5px 5px 0;
}
#performance .dynamic-list .scroll:last-child {
	right: 20px;
	box-shadow: -1px 0 0 rgba(150,150,150,0.5);
	border-radius: 5px 0 0 5px;
}

.dynamic-list {
	position: relative;
	text-align: center;
	height: 140px;
	padding: 17px 20px !important;
}
.dynamic-list .scroll {
	border: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	background-color: #fff;
	z-index: 2;
	height: 30px;
	width: 22px;
	background-image: url(../img/site/sprite.3.png);
}
.dynamic-list .scroll:hover {
	background-color: #cce3ee;
}
.dynamic-list .scroll:first-child {
	left: 20px;
	background-position: -10px -48px;
}
.dynamic-list .scroll:last-child {
	right: 20px;
	background-position: -47px -48px;
}
.dynamic-list .items-list {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 105px;
	padding: 3px 0 2px 0;
}
.dynamic-list .items-list ul {
	display: block;
	height: 100%;
	list-style: none;
	padding: 0em;
	margin: 0em;
	white-space: nowrap;
	-webkit-transition: left 0.3s linear;
	-moz-transition: left 0.3s linear;
	-o-transition: left 0.3s linear;
	transition: left 0.3s linear;
}
.dynamic-list .items-list ul:after {
	display: block;
	content: "";
	clear: both;
}
.dynamic-list .items-list ul li {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	height: 100px;
	margin: 0px 5px;
	width: 170px;
	border-radius: 5px;
	border: 1px solid #d9d9d9;
	box-shadow: 0 1px 2px #d9d9d9;
}
.dynamic-list .items-list ul li:first-child {
	margin-left: 0px;
}
.dynamic-list .items-list ul li:last-child {
	margin-right: 0px;
}

#banner-broschuere {
	background-image: url(../img/site/bg-download.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #317194;
	color: #fff;
	padding: 98px 10px 0 0;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	height: 166px;
	margin-top: 60px;
}
#banner-broschuere a {
	position: relative;
}
#banner-broschuere a:after {
	display: block;
	content: "";
	position: absolute;
	top: -77px;
	left: 50%;
	margin-left: -32px;
	width: 65px;
	height: 65px;
	border: 3px solid #fff;
	border-radius: 100%;
	background-image: url(../img/site/sprite.3.png);
	background-position: -7px -86px;
}

/* ---------------------------------------------------------
	 3. Custom site styles : 'Qualitätsindizes' Page
	 ---------------------------------------------------------*/
.main-content.indizes-content ul.custom.shape-3 {
	margin-bottom: 35px;
}
.main-content.indizes-content #indizes-intro > div {
	position: relative;
}
.main-content.indizes-content #indizes-intro img {
	position: absolute;
	bottom: 20px;
	right: 40px;
}
.index-section {
	margin-bottom: 60px;
}
.index-section > div {
	background-color: #edeff0;
	border: 1px solid #e5e5e5;
	padding: 5px 10px;
}
.index-section header {
	font-size: 20px;
	margin-bottom: 20px;
}
.index-section header h2 {
	color: #0075aa;
	font-size: 27px;
	font-weight: 800;
	margin: 0;
}
.index-section .left {
	padding-right: 320px;
}
.index-section h3 {
	margin-bottom: 10px;
	margin-top: 5px;
}
.index-section .ticker-quotes {
	float: right;
	padding-left: 20px;
	margin: 5px -11px 0 0;
	width: 340px;
	height: 120px;
	text-align: right;
}
.index-section .ticker-quotes > div {
	min-width: 210px;
	width: auto;
	display: inline-block;
	text-align: left;
	padding-left: 15px;
	overflow: hidden;
	position: relative;
}
.index-section .ticker-quotes > div:before {
	display: block;
	left: 14px;
	content: "";
	width: 20px;
	height: 100px;
	background-color: rgb(0, 117, 170);
	position: absolute;
	z-index: 1;
	top: -5px;
	transform: rotate(-15deg);
}
.index-section .ticker-quotes div > div {
	color: rgb(237, 239, 240);
	background-color: rgb(0, 117, 170);
	position: relative;
	z-index: 2;
	padding-left: 5px;
}
.index-section .ticker-quotes div > div:first-child {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
.index-section .ticker-quotes div > div:last-child {
	font-size: 15px;
	border-bottom: 2px solid rgb(4, 67, 97);
}
.index-section .ticker-quotes .perf.pos {
	color: #0ee44b;
}
.index-section .ticker-quotes .perf.neg {
	color: #e40e4b
}
.index-section table thead tr th {
	border: 1px solid #a1a1a1;
	font-weight: normal;
	text-align: center;
	height: 35px;
}
.index-section table thead tr th:last-child {
	width: 130px;
	font-weight: bold;
	text-transform: uppercase;
}
.index-section table tbody tr td {
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #a1a1a1;
	text-align: center;
	color: #0075aa;
	height: 35px;
}
.index-section table tbody tr td span {
	font-family: 'Raleway', sans-serif;
}
.index-section .tabs {
	margin-top: 35px;
}
.index-section .tabs menu {
	padding: 0px;
	margin-left: -10px;
	overflow: hidden;
}
.index-section .tabs .tabs-menu li {
	background-color: #0075aa;
	border-bottom: 2px solid #044361;
}
.index-section .tabs .tabs-menu li:not(:last-child) button {
	border-right: 4px dotted #9fcadd;
}
.index-section .tabs .tabs-menu li button {
	color: #e1e5e7;
	text-transform: uppercase;
	font-size: 15px;
	padding: 6px 12px;
}
.index-section .tabs .tabs-menu li button.active {
	color: #fff;
	font-weight: bold;
}
.index-section .tabs .tabs-menu li button:hover {
	color: #fff;
}
.index-section .charttool {
	margin-bottom: 0;
}
.index-section .charttool small,
.index-section .tabs small {
	text-align: left;
	color: #667780;
	font-size: 12px;
}
.index-section .charttool menu {
	margin: 0;
	padding: 0;
}
.index-section .charttool menu ul {
	margin: 22px auto 17px auto;
}
.index-section .charttool menu ul li {
	border: 0px;
}
.index-section .charttool menu ul li button {
	border: 2px solid #0075aa;
	background-color: #0075aa;
	color: #ffffff;
	font-weight: bold;
	width: 105px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	line-height: 1.3;
	font-size: 16px;
}
.index-section .charttool menu ul li button.active,
.index-section .charttool menu ul li button:hover {
	background-color: transparent;
	color: #0075aa;
	font-weight: normal;
}
.index-section .tabs table {
	font-size: 12px;
	border-bottom: 2px solid #c1c1c1;
	border-top: 2px solid #c1c1c1;
	margin: 10px 0 20px 0;
}
.index-section .tabs table tr td {
	padding: 5px 18px;
	border: 0px;
	color: inherit;
}
.index-section .tabs table tr td:nth-child(odd) {
	text-align: left;
}
.index-section .tabs table.summary tr td:nth-child(1),
.index-section .tabs table.summary tr td:nth-child(3) {
	padding-right: 0 !important;
}
.index-section .tabs table.summary tr td:nth-child(2) {
	border-right: 50px solid #edeff0;
	padding-left: 0 !important;
}
.index-section .tabs table.summary tr td:nth-child(4) {
	padding-left: 0 !important;
}
.index-section .tabs table tr th {
	padding: 5px 18px;
	border: 0px;
	font-size: 17.7px;
	font-weight: bold;
	text-transform: none !important;
	width: auto !important;
	border-bottom: 1px solid #cacaca;
}
.index-section .tabs table.summary tr td:nth-child(even) {
	text-align: right;
}
.index-section .tabs table tr:nth-child(odd) td {
	background-color: #e0e3e4;
}
.index-section .tabs img {
	margin: 0 auto;
	display: block;
	border: 1px solid rgb(161, 161, 161);
}


.sparrechner-content h1 {
	margin-top: 55px;
}
.nav-3 {
	margin-top: 50px;
	margin-bottom: 0;
}
.nav-3 ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: table;
	border-collapse: collapse;
}
.nav-3 ul li {
	display: table-cell;
}
.nav-3 ul li .button {
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0px;
	color: #577789;
	border: 2px solid #577789;
	padding: 5px 20px;
	font-weight: 600;
}
.nav-3 ul li:not(:first-child) .button {
	border-left: 0px;
}
.nav-3 ul li:first-child .button {
	border-radius: 5px 0 0 5px;
}
.nav-3 ul li:last-child .button {
	border-radius: 0 5px 5px 0;
}
.nav-3 ul li:hover .button,
.nav-3 ul li .button.active {
	background-color: #577789;
	color: #fff;
}

.sparrechner-content menu {
	margin: 0;
	padding: 0;
}
.sparrechner-content menu form > div:after {
	display: block;
	content: "";
	clear: both;
}
.sparrechner-content menu form fieldset {
	float: left;
}
.sparrechner-content menu form input[type="text"] {
	height: 38px;
	line-height: 38px;
	font-size: 24px;
	width: 235px;
	margin-top: 5px;
}
.sparrechner-content menu form label {
	display: block;
}
.sparrechner-content menu form label.radio {
	min-width: 120px;
	display: inline-block;
}
.sparrechner-content menu form .button.green-full {
	border-radius: 9px;
	font-weight: 800;
	padding: 7px 17px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
}
.sparrechner-content menu form.sparrechner > div:not(:last-child) {
	margin-bottom: 30px;
}
.sparrechner-content menu form.sparrechner input[type="text"] {
	color: #0075aa;
	border: 1px solid #989696;
	box-shadow: inset 0 0 3px #989696;
}
.sparrechner-content menu form.sparrechner label {
	font-weight: bold;
	color: #333333;
}
.sparrechner-content menu form.sparrechner-2 > div {
	margin-bottom: 60px;
}
.sparrechner-content menu form.sparrechner-2 input[type="text"] {
	color: #0075aa;
	border: 0;
	border-bottom: 3px solid #b9b9b9;
	background-color: transparent;
	margin-top: 15px;
}
.sparrechner-content menu form.sparrechner-2 .button.green-full {
	font-size: 24px;
	font-weight: 700;
}
.sparrechner-content img {
	border: 1px solid #a0a0a0;
}
.sparrechner-content .result {
	padding: 10px 0;
	text-align: center;
}

.sparrechner-content #result-table {
	margin: 20px 0 0 0;
	font-size: 12px;
	background-color: #fff;
	border-bottom: 1px solid #a0a0a0;
}
.sparrechner-content #result-table thead tr th {
	font-family: 'Raleway', sans-serif;
	color: #0075aa;
	border-bottom: 1px solid #0075aa;
	border-top: 1px solid #a0a0a0;
	padding: 10px;
}
.sparrechner-content #result-table thead tr th .button-holder {
	border-radius: 5px;
	border: 2px solid #4fafdb;
	overflow: hidden;
}
.sparrechner-content #result-table thead tr th .button-holder button {
	background-color: transparent;
	border: 0px;
	width: 100%;
	display: block;
	padding: 3px 10px;
	font-family: 'Raleway', sans-serif;
	color: #0075aa;
	font-weight: 600;
}
.sparrechner-content #result-table thead tr th .button-holder button:not(:last-child) {
	border-bottom: 2px solid #4fafdb;
}
.sparrechner-content #result-table thead tr th .button-holder button:hover,
.sparrechner-content #result-table thead tr th .button-holder button.active {
	background-color: #4fafdb;
	color: #fff;
}
.sparrechner-content #result-table thead tr th:first-child,
.sparrechner-content #result-table tbody tr td:first-child {
	border-left: 1px solid #a0a0a0;
	text-align: center;
}
.sparrechner-content #result-table thead tr th:last-child,
.sparrechner-content #result-table tbody tr td:last-child {
	border-right: 1px solid #a0a0a0;
}
.sparrechner-content #result-table tbody tr td {
	padding: 5px 10px;
	text-align: right;
	border-top: 1px solid #ebebeb;
}
.sparrechner-content #result-table.month tr.year td {
	background-color: #ebebeb;
	font-weight: bold;
}
.sparrechner-content #result-table.year tr.month {
	display: none;
}

.event-item {
	border: 1px solid #e7ebee;
	background-color: #fbfbfb;
	display: table;
}
.event-item > div {
	display: table-cell;
	padding: 15px;
}
.event-item a {
	color: #4fafdb;
}
.event-item .referee {
	width: 110px;
	font-size: 12px;
	background-color: #f6f6f6;
	line-height: 1.2;
	vertical-align: top;
}
.event-item .referee .label {
	position: relative;
	color: #001406;
	padding: 5px 0 5px 14px;
}
.event-item .referee .label:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 0;
	width: 12px;
	height: 12px;
	background-image: url(../img/site/sprite.3.png);
	background-position: -159px -58px;
}
.event-item .referee img {
	width: 80px;
	height: 80px;
	border: 1px solid #d9dadb;
	background-color: #fbfbfb;
}
.event-item .description {
	padding: 15px;
	width: 350px;
	vertical-align: top;
	padding-right: 10px;
	font-size: 15px;
	line-height: 1.6;
}
.event-item .description .time {
	font-size: 12px;
	color: #487083;
	line-height: 1;
	margin-bottom: 10px;
}
.event-item .description h2,
.event-item .description h3 {
	color: #4fafdb;
	font-size: 18px;
	font-family: Verdana,Geneva,sans-serif;
	letter-spacing: 0;
	margin-bottom: 5px;
}
.event-item .description p {
	margin: 0;
}

.gurus-content .border {
	border-top: 1px solid #ddd;
	margin-bottom: 40px;
	margin-top: 35px;
}
.gurus-overview-content > .container_12 > .grid_12 > p {
	margin-bottom: 0;
}
.gurus-overview-content section {
	font-size: 14px;
}
.gurus-overview-content section img.portrait {
	border: 1px solid #e7ebee;
}
.gurus-overview-content section header {
	margin-bottom: 1.2em;
	font-size: 16px;
}
.gurus-overview-content section header h2 {
	color: #2d5b70;
	margin-bottom: 0;
	font-family: Verdana,Geneva,sans-serif;
}
.gurus-overview-content section a.further {
	background-color: #f5f5f5;
	color: #4fafdb;
	display: inline-block;
	width: auto;
	padding: 5px 5px 5px 30px;
	position: relative;
	margin: 3px 0 19px 0;
}
.gurus-overview-content section a.further:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 3px;
	width: 23px;
	height: 23px;
	background-image: url(../img/site/sprite.3.png);
	background-position: -131px -56px;
}
.gurus-overview-content section .links {
	width: 350px;
}
.gurus-overview-content section .links ul {
	margin: 15px 0 0 0;
}

.gurus-details-content .article {
	margin-bottom: 50px;
	margin-top: 10px;
}
.gurus-details-content .article.full .footer > div {
	font-size: 50px;
	font-weight: 800;
	padding: 10px;
	width: 100px;
	text-align: center;
}
.gurus-details-content .article.full .header .category {
	font-size: 18px;
}
.gurus-details-content .article.full header .category {
	margin-bottom: 5px;
}
.gurus-details-content .article.full header span {
	display: block;
	margin-left: 50px;
	margin-bottom: 37px;
	font-size: 16px;
	text-transform: uppercase;
	font-style: italic;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #a0a0a0;
}
.gurus-details-content .article.full table {
	margin-bottom: 1.2em;
}
.gurus-details-content .article.full table tr th,
.gurus-details-content .article.full table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
.gurus-details-content .article.full table tr th:not(:first-child),
.gurus-details-content .article.full table tr td:not(:first-child) {
	padding-left: 20px;
}
.gurus-details-content .article.full ul.custom.shape-3 {
	margin-top: 0;
	padding-left: 10px;
}
.gurus-details-content .article.full ul.custom.shape-3 li {
	padding-left: 35px;
	margin-bottom: 10px;
}
.gurus-details-content .article.full ul.custom.shape-5 li {
	color: inherit;
	padding-left: 50px;
}
.gurus-details-content .article.full ul.custom.shape-2 {
	padding-left: 17px;
}
.gurus-details-content .article.full ul.custom.shape-2 li {
	padding-left: 28px;
}
.gurus-details-content ol.page-content {
	/*adding-right: 180px;*/
}
.gurus-details-content .portrait {
	position: relative;
	min-height: 215px;
}
.gurus-details-content .portrait > div {
	border-radius: 100%;
	width: 235px;
	height: 235px;
	overflow: hidden;
	border: 1px solid rgb(231, 235, 238);
	background-color: rgb(251, 251, 251);
	position: absolute;
	top: -30px;
	right: 15px;
}
.gurus-details-content .portrait > div img {
	width: 100%;
}

#aktien-commercial {
	font-size: 20px;
	margin-top: 50px;
}
#aktien-commercial h2 {
	font-weight: 900;
	font-size: 32px;
	margin-bottom: 5px;
}
#aktien-commercial .info {
	font-size: 16px;
	margin-right: 35px;
	background-color: rgb(233, 233, 233);
	padding: 0px 3px;
	text-align: justify;
}
#aktien-commercial .links {
	padding-top: 45px;
	min-height: 130px;
	background-image: url(../img/site/qix-mini-abo-70-prozent-sparen.png);
	background-repeat: no-repeat;
	background-position: 335px 2px;
	margin-top: 22px;
}
#aktien-commercial .further {
	background-color: rgb(72, 179, 85);
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	text-decoration: none navajowhite;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 20px;
}
#aktien-commercial .further:hover {
	text-decoration: underline;
}

.input-holder.newsletter {
	position: relative;
}
.input-holder.newsletter:after {
	display: block;
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 12px;
	background-image: url(../img/site/sprite.3.png);
	background-repeat: no-repeat;
	background-position: -70px -148px;
}
.input-holder.newsletter input[type="email"],
.input-holder.newsletter input[type="text"] {
	width: 100%;
	color: #888;
	border: 0;
	height: 42px;
	padding: 0 60px 0 48px;
	font-size: 24px;
}
.input-holder.newsletter input[type="submit"] {
	position: absolute;
	background-color: #48b355;
	color: #f7f7f7;
	border: 0;
	font-weight: 900;
	top: 4px;
	right: 4px;
	bottom: 4px;
	font-size: 24px;
}
.radio-holder.newsletter {
	text-align: center;
	filter: alpha(opacity=0.4);
	-moz-opacity: 0.4;
	opacity: 0.4;
	padding-top: 5px;
	font-size: 18px;
}
.radio-holder.newsletter label {
	padding-right: 30px;
	font-family: 'Raleway', sans-serif;
}
.radio-holder.newsletter input[type="radio"] {
	margin: 0 0 0.1em 0;
}

.newsletter-small form {
	background-color: #4fafdb;
	border: 1px solid #0075aa;
	display: table;
	margin-top: 20px;
}
.newsletter-small form > * {
	height: 61px;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 8px;
}
.newsletter-small form p {
	color: #213226;
	font-size: 12px;
	font-style: italic;
}
.newsletter-small form h2 {
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 28px;
	padding-left: 15px;
}
.newsletter-small .input-holder.newsletter {
	width: 400px;
	float: right;
}

.newsletter-large form {
	margin-top: 40px;
}
.newsletter-large .input-holder.newsletter {
	background-color: #ededed;
	padding: 10px;
	border-radius: 10px;
}
.newsletter-large .input-holder.newsletter:after {
	background-position: -70px -154px;
	width: 34px;
	margin-top: -12px;
	left: 30px;
	height: 28px;
}
.newsletter-large .input-holder.newsletter input[type="email"],
.newsletter-large .input-holder.newsletter input[type="text"] {
	padding: 0 75px 0 73px;
	font-size: 24px;
	height: 65px;
}
.newsletter-large .input-holder.newsletter input[type="submit"] {
	top: 20px;
	right: 20px;
	padding: 7px 6px;
	font-size: 24px;
	bottom: 20px;
}

.newsletter-large-2 .grid_12 > div {
	background-image: url(../img/site/newsletter-bg.png);
	background-size: 100% 100%;
}
.newsletter-large-2 .css-cell:first-child {
	padding: 30px 0px 18px 30px;
}
.newsletter-large-2 .input-holder.newsletter {
	background-color: transparent;
	padding: 0;
}
.newsletter-large-2 .input-holder.newsletter:after {
	background-position: -107px -144px;
	width: 34px;
	margin-top: -14px;
	left: 10px;
	height: 28px;
}
.newsletter-large-2 .input-holder.newsletter input[type="email"],
.newsletter-large-2 .input-holder.newsletter input[type="text"] {
	padding: 0 165px 0 51px;
	font-size: 24px;
	height: 45px;
	color: #2d5b70;
}
.newsletter-large-2 .input-holder.newsletter input[type="submit"] {
	top: 3px;
	right: 3px;
	padding: 5px 6px;
	font-size: 24px;
	bottom: 4px;
	text-transform: uppercase;
}
.newsletter-large-2 .radio-holder.newsletter {
	filter: alpha(opacity=0.8);
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
	padding-top: 13px;
}

.main-content.newsletter-content .grid_6 {
	font-size: 20px;
	padding-top: 45px;
}
.main-content.newsletter-content .grid_6 img {
	margin-left: -240px;
	margin-top:-110px;
}

@media screen and (max-width: 1130px){
	#promo-slider .container_12 {
		width: 100%;
	}
	#promo-slider .grid_12 {
		width: 100%;
		margin: 0px;
	}
	#promo-slider .holder {
		margin: 0px !important;
	}
	#promo-slider  .info {
	background-position: right center;
	padding-left: 10px !important;
	padding-right: 80px !important;
	width: auto !important;
	}
	#promo-slider .info > div {
		float: initial !important;
		width: 390px !important;
	}
	#promo-slider .mask {
	}
	#promo-slider.slideshow .info h1 {
		margin-right: -50px;
	}
}
@media screen and (min-width: 1130px) and (max-width: 1440px){
	#promo-slider .container_12 {
		width: 100%;
	}
	#promo-slider .grid_12 {
		width: 100%;
		margin: 0px;
	}
	#promo-slider .holder {
		margin: 0px !important;
	}
	#promo-slider  .info {
		background-position: right center;
		padding-left: 10px !important;
		padding-right: 80px !important;
		width: auto !important;
		right: 680px;
		left: 0;
		min-width: 480px;
	}
	#promo-slider .info > div {
		width: auto !important;
		max-width: 410px;
		min-width: 390px;
	}
	#promo-slider .mask {
	}
	#promo-slider.slideshow .info h1 {
		margin-right: -50px;
	}
}