@font-face {
	font-family: 'GaramontAmstSB-Medium';
	src: url('../../Fonts/3206FF_1_0.eot');
	src: url('../../Fonts/3206FF_1_0.eot?#iefix') format('embedded-opentype'), url('../../Fonts/3206FF_1_0.woff2') format('woff2'), url('../../Fonts/3206FF_1_0.woff') format('woff'), url('../fonts/3206FF_1_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat Regular';
	src: url('../../Fonts/Montserrat/montserrat-regular-webfont.eot');
	src: url('../../Fonts/Montserrat/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../Fonts/Montserrat/montserrat-regular-webfont.woff') format('woff'), url('../../Fonts/Montserrat/montserrat-regular-webfont.woff') format('woff'), url('../fonts/Montserrat/montserrat-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat Light';
	src: url('../../Fonts/Montserrat/montserrat-light-webfont.eot');
	src: url('../../Fonts/Montserrat/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('../../Fonts/Montserrat/montserrat-light-webfont.woff') format('woff'), url('../../Fonts/Montserrat/montserrat-light-webfont.woff') format('woff'), url('../fonts/Montserrat/montserrat-light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat Bold';
	src: url('../../Fonts/Montserrat/montserrat-bold-webfont.eot');
	src: url('../../Fonts/Montserrat/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../Fonts/Montserrat/montserrat-bold-webfont.woff') format('woff'), url('../../Fonts/Montserrat/montserrat-bold-webfont.woff') format('woff'), url('../fonts/Montserrat/montserrat-bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Montserrat Light';
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 15px
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

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

h1, h2, h3, h4 {
	font-family: 'GaramontAmstSB-Medium';
}

h1 {
	font-size: 32px;
	margin-bottom: 30px
}

h2 {
	font-size: 30px;
	margin-bottom: 25px;
}

h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

h4 {
	font-size: 20px
}

a {
	color: #000
}

a:hover, a:focus {
	color: #d3ca9e
}

p {
	font-family: 'Montserrat Light';
	margin-bottom: 10px;
	line-height: 1.8em
}

li {
	line-height: 1.8em
}

h2 {
	margin-bottom: 45px
}

legend,
label {
	display: none
}

fieldset {
	border: none
}

input,
option,
select,
textarea {
	font-family: arial;
	font-size: 14px;
	width: 100%;
	padding: 15px;
	border: 1px solid #bdbdbd;
	margin-bottom: 20px
}

textarea {
	height: 206px
}

input:focus,
option:focus,
select:focus,
textarea:focus {
	border: 1px solid #000;
}

option {
	border: none;
	padding: 5px 14px;
}

select {
	padding: 9px 14px
}

input[type=submit] {
	background: #fafafa;
	width: auto;
	float: left;
	padding: 15px 25px;
	border: none;
	cursor: pointer;
	margin: 0;
	font-weight: bold
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row::after, .row::before {
	content: " ";
	display: table;
}

.row::after {
	clear: both;
}

.container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1280px;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left
}

.col1 {
	width: 8.33333%;
}

.col2 {
	width: 16.6667%;
}

.col3 {
	width: 25%;
}

.col4 {
	width: 33.3333%;
}

.col5 {
	width: 41.6667%;
}

.col6 {
	width: 50%;
}

.col7 {
	width: 58.3333%;
}

.col8 {
	width: 66.6667%;
}

.col9 {
	width: 75%;
}

.col10 {
	width: 83.3333%;
}

.col11 {
	width: 91.6667%;
}

.col12 {
	width: 100%
}

.header {
	position: relative;
	z-index: 500
}

.header-left {
	text-align: left
}

.header-right {
	text-align: right
}

.header-center {
	text-align: center
}

.header {
	padding: 10px 0 0
}

.header-right {
	float: right;
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}

.logo {
	max-width: 235px;
	max-height: 43px;
	display: block
}

.bw-main {
	float: left;
	padding: 3px 0 0;
	text-decoration: none;
	margin-right: 30px
}

.bw-main img {
	float: left;
	margin-top: -3px;
}

.bw-main .sign {
	line-height: 25px;
	font-family: 'GaramontAmstSB-Medium', arial;
	font-size: 18px;
	float: right;
	margin-left: 10px;
}

.fullwidth {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.fullwidth.with-image {
	padding: 45px 0;
	margin-bottom: 25px
}

.header-menu {
	float: left;
	margin: 5px 20px 0 0
}

.header-menu ul {
	list-style: none
}

.header-menu li {
	float: left;
	border-right: 1px solid #9a9a9a
}

.header-menu li:last-of-type {
	border-right: none
}

.header-menu a {
	padding: 5px;
	color: #9a9a9a;
	font-size: 12px;
	text-decoration: none
}

.language-menu {
	float: left;
	margin-left: 30px;
	position: relative;
	width: 110px;
}

.language-menu ul {
	transition: all 0.3s ease 0s;
	background: #ffffff;
	border: 1px solid #bbbbbb;
	padding: 26px 28px 6px 10px;
	list-style: none;
	position: absolute;
	right: 0;
	width: 130px;
	overflow: hidden;
	height: 20px;
	cursor: pointer
}

.language-menu a {
	text-decoration: none;
	padding: 2px 0;
	text-align: left;
	position: relative;
	z-index: 5;
	margin: 2px 0;
	display: block;
	color: #bbbbbb
}

.language-menu a:hover {
	color: #000000
}

.language-menu .lang-0 span {
	background: rgba(0, 0, 0, 0) url("/typo3conf/ext/bwinvest/Resources/Public/Icons/de.svg") no-repeat scroll 0px 7px / 18px 13px;
	margin-right: 4px;
	width: 20px;
	height: 20px;
	display: block;
	float: left
}

.language-menu .lang-1 span {
	background: rgba(0, 0, 0, 0) url("/typo3conf/ext/bwinvest/Resources/Public/Icons/gb.svg") no-repeat scroll 0px 7px / 18px 13px;
	margin-right: 4px;
	width: 20px;
	height: 20px;
	display: block;
	float: left
}

.language-menu .active {
	position: absolute;
	top: 3px
}

.language-menu .active:after {
	content: "\f0d7";
	float: right;
	font-family: 'FontAwesome';
	display: inline-block;
	font: normal normal normal 20px/1 FontAwesome;
	font-size: 20px;
	margin-right: 3px;
	color: #bbbbbb;
	margin-left: 8px;
	margin-top: 4px
}

.language-menu.open ul {
	height: auto;
	background: #FFF
}

.language-menu.open .active:after {
	content: "\f0d8";
	margin-top: 3px;
}

.content-banner .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 !important;
}

.main-menu .container {
	margin-top: 0px !important;
}

.main-menu ul {
	float: right;
	list-style: none
}

.main-menu li {
	float: left;
	position: static
}

.main-menu li.active a {
	color: #bbbbbb;
}

.main-menu li.dropdown i {
	cursor: pointer;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	padding: 12px 45px 12px 10px;
	font-weight: bold;
}

.main-menu li:hover ul {
	display: block !important;
}

.main-menu li.dropdown.open .fa-plus::before {
	content: '\f068'
}

.main-menu li a,
.main-menu li a span.hasSub {
	display: block;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	font-family: 'GaramontAmstSB-Medium';
}

.main-menu li a:hover,
.main-menu li a:focus,
.main-menu li a.active,
.main-menu li a.active span.hasSub,
.main-menu li a span.hasSub.active,
.main-menu li a:hover span.hasSub {
	color: #bbbbbb;
	cursor: pointer;
}
.main-menu li a.active:hover span.hasSub,
.main-menu li a.active:focus span.hasSub {
	color: #000;
}
.main-menu li a {
	display: block;
	font-size: 18px;
	padding: 0 30px 30px;
	color: #000;
	text-decoration: none
}
.main-menu li a span.home.cur,
.main-menu li a:hover span.home.act,
.main-menu li a:hover span.home.cur {
	color: #bbbbbb;
}
.main-menu li a span.home.act {
	color: #000;
}

.main-menu li:last-of-type a {
	padding-right: 0;
}

.main-menu ul li.full {
	width: 100%;
	float: none;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 45px
}

.main-menu ul li.full ul {
	float: none
}

.main-menu ul li.page-elements,
.main-menu ul li.submenu {
	width: 50%
}

.main-menu ul li.submenu li {
	width: 100%;
	float: left
}

.main-menu ul li:nth-of-type(5) .page-records {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	width: 100%;
}

.main-menu ul li.submenu li a {
	font-size: 16px;
	padding-bottom: 20px
}

.main-menu ul li.submenu li.page-parent {
	width: 100% !important
}

.main-menu ul li.submenu .page-record ul {
	display: none
}

.main-menu ul ul h2,
.main-menu ul ul h3,
.main-menu ul ul h4,
.main-menu ul ul h5,
.main-menu ul li.submenu li.page-parent a {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 30px
}

.main-menu ul li.submenu li.page-parent a {
	padding: 0 0 0 30px;
}

.main-menu ul li.page-elements .c-element {
	margin-bottom: 0
}

.main-menu ul.level-3 {
	display: none
}

.main-menu ul.menu-47 li.map-image {
	width: 25%
}

.dsgvo-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #d5d5d5;
	color: #000;
}

.dsgvo-placeholder {
	position: absolute;
	text-align: center;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.dsgvo-placeholder .btn {
	cursor: pointer;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.c-element {
	margin-bottom: 60px;
}

.c-element.container, .c-element.textmedia {
	margin-top: 30px;
}

.c-element.list {
	padding: 0px;
}

.breadcrumb {
	margin-left: 3px;
	font-size: 12px;
	margin-bottom: 30px;
	color: #bbbbbb
}

.breadcrumb a {
	font-size: 12px;
	text-decoration: none
}

.invest-search {
	position: fixed;
	top: 20%;
	z-index: 1001 !important;
	right: 0;
	cursor: pointer
}

.invest-search:after {
	content: " ";
	display: table;
	clear: both;
}

.searchIcon {
	background: #fffde9;
	display: block;
	float: left
}

.tx_indexedsearch {
	display: none;
}

.invest-search.open {
	height: 152px;
	width: 375px;
	overflow: hidden;
}

.invest-search.open .searchIcon {
	float: left;
	height: 153px;
}

.invest-search.open .tx_indexedsearch {
	float: left;
}

.invest-search.open .tx_indexedsearch {
	display: block;
	float: left;
	overflow: hidden;
	height: 154px;
}

#tx-indexedsearch-searchbox-sword {
	width: 325px;
	font-size: 17px;
	padding: 29px 29px;
	border: none;
	margin: 0
}

main #tx-indexedsearch-searchbox-sword {
	border: 1px solid #bbbbbb;
	margin-bottom: 15px
}

#tx-indexedsearch-searchbox-button-submit {
	width: 325px;
	font-size: 17px;
	padding: 24px 29px;
	text-align: left;
	font-weight: normal;
	line-height: 25px;
	height: 75px;
}

.invest-search .tx-indexedsearch-search-submit:after {
	content: "\f105";
	float: right;
	font-family: 'FontAwesome';
	display: inline-block;
	font: normal normal normal 20px/1 FontAwesome;
	font-size: inherit;
	position: absolute;
	bottom: 22px;
	right: 30px;
	font-size: 27px;
}

main .col9 ul.tx-indexedsearch-browsebox,
main .col9 ul.tx-indexedsearch-browsebox li {
	list-style: none
}

.tx-indexedsearch-browsebox {
	list-style: none;
	margin-bottom: 5px;
	margin-left: 0 !important
}

.tx-indexedsearch-browsebox a {
	background: #fafafa;
	border: 1px solid #ebebeb;
	padding: 15px 20px;
	float: left;
	border-bottom: 2px solid #ebebeb;
	width: auto;
	cursor: pointer;
}

.tx-indexedsearch-browsebox:after,
.tx-indexedsearch-info:after {
	content: " ";
	display: table;
	clear: both;
}

.tx-indexedsearch-browsebox li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	list-style: none !important
}

.tx-indexedsearch-res {
	clear: both;
	margin-bottom: 15px
}

.tx-indexedsearch-info dt,
.tx-indexedsearch-info dd {
	float: left;
}

.tx-indexedsearch-info dd {
	margin-right: 15px;
}

.tx-indexedsearch-info dd p {
	line-height: inherit
}

.footer {
	background: #676767;
	padding: 15px 0
}

.footer-letterhead {
	color: #FFF;
	font-size: 15px;
	padding-top: 5px;
	text-align: center
}

.footer-letterhead a {
	color: #FFF;
	text-decoration: none;
}

.footer-letterhead p {
	margin: 0
}

.footer-menu {
	padding-top: 5px
}

.footer-menu ul {
	float: right;
	list-style: none
}

.footer-menu li {
	float: left;
}

.footer-menu li a {
	text-decoration: none;
	font-size: 15px;
	color: #FFF;
	padding: 0 5px;
	border-left: 1px solid #FFF
}

.footer-menu li:first-of-type a {
	border: none
}

.footer-logo img {
	margin-top: 2px;
}

.menu-col ul li a:before {
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #000
}

.tx-powermail h3 {
	display: none
}

.powermail_fieldset {
	margin-left: -15px;
	margin-right: -15px;
}

.powermail_fieldwrap {
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.powermail_fieldwrap.layout1 {
	width: 100%
}

.powermail_fieldwrap.layout2 {
	width: 75%
}

.powermail_fieldwrap.layout3 {
	width: 50%
}

.powermail_fieldwrap.layout4 {
	width: 33.3333%
}

.powermail_fieldwrap.layout5 {
	width: 25%
}

.powermail_fieldwrap_type_submit .powermail_field {
	background: #fafafa;
	border: 1px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
	width: auto;
	float: right;
	cursor: pointer
}

.powermail_fieldwrap_type_submit .powermail_field i {
	border-right: 1px solid #ebebeb;
	float: left;
	font-size: 27px;
	padding: 11px 15px;
}

.powermail_field {
	position: relative
}

.parsley-errors-list {
	list-style: none;
	position: absolute;
	bottom: 11px;
}

.parsley-errors-list li {
	background: #d3ca9e;
	color: #FFF;
	padding: 3px 5px;
	font-size: 12px
}

.news-list-article {
	margin-bottom: 10px;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 100%
}

.news-list-article a {
	text-decoration: none;
	color: #000
}

.news-list-article.news-list-layout-1 {
	width: 100%;
	padding: 0 12.5%
}

.news-list-article.news-list-layout-2 {
	width: 50%;
}

.news-list-article.news-list-layout-3 {
	width: 33.333333%
}

.news-list-article .news-list-inner {
	background: rgba(224, 224, 224, 0.89);
	position: relative;
	margin-left: 40px;
	padding: 28px 35px
}

.news-list-article .news-list-inner h3 {
	line-height: 30px;
	min-height: 70px;
}

.news-list-article .news-list-datetime {
	width: 60px;
	height: 87px;
	background: #fffde9;
	border-bottom: 2px solid #d3ca9e;
	position: absolute;
	left: -40px;
	top: 28px
}

.news-list-article .news-list-datetime span {
	display: block;
	margin: 0 5px;
	text-align: center;
	line-height: 28px;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

.news-list-article .news-list-dateday, .news-list-article .news-list-datemonth {
	border-bottom: 1px solid #d3ca9e
}

.moreNews {
	clear: both;
	display: table;
	margin: 0 auto;
}

.news-list-allNews {
	display: block;
	margin: 15px 0;
	padding: 15px 60px;
	border-bottom: 1px solid #dcdcdc;
	background: #fafafa;
	text-decoration: none;
	color: #000;
	position: relative;
	z-index: 5;
}

.news-single .news-list-datetime {
	width: 60px;
	height: 87px;
	background: #fffde9;
	border-bottom: 2px solid #d3ca9e;
	position: absolute;
	left: -40px;
	top: 28px;
}

.news-single .news-list-datetime span {
	display: block;
	margin: 0 5px;
	text-align: center;
	line-height: 28px;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

.news-single .news-list-dateday, .news-single .news-list-datemonth {
	border-bottom: 1px solid #d3ca9e
}

.news-single {
	width: 100%;
}

.news-single .news-list-inner {
	background: rgba(277, 277, 277, 0.89);
	position: relative;
	margin-left: 40px;
	padding: 28px 35px;
}

.news-list-view .f3-widget-paginator {
	display: block
}

.news-list-view .f3-widget-paginator li {
	background: #fafafa;
	display: inline-block;
	border: 1px solid #ebebeb;
	padding: 15px 20px;
	float: left;
	border-bottom: 2px solid #ebebeb;
	width: auto;
	cursor: pointer;
	margin-right: 15px;
}

.page-elements .news-list-article {
	padding: 0;
	margin-bottom: 15px
}

.page-elements .news-list-article .news-list-inner {
	padding: 0;
	margin: 0;
	background: transparent
}

.page-elements .news-list-article .news-list-datetime {
	display: none
}

.page-elements .news-list-article a {
	padding: 0
}

.page-elements .news-list-article h3 {
	color: #000;
	font-size: 18px;
	margin-bottom: 5px;
	line-height: inherit;
	min-height: inherit
}

.page-elements .news-list-article p {
	font-size: 14px;
}

.page-elements .moreNews {
	display: static;
	margin: 0
}

.dropdown-menu .page-elements .news-list-allNews,
.dropdown-menu .page-elements .ce-textpic a {
	font-size: 15px;
	padding: 15px 60px;
	background: #fafafa;
	border-bottom: 2px solid #dcdcdc;
	display: table;
	margin: 15px 0;
	font-family: 'Montserrat Light';
}

.page-navigation p {
	display: none
}

.teaser-text-detail-header p {
	font-weight: bold;
}

.ce-bodytext p {
	font-weight: normal;
}

.flexslider {
	background: transparent;
	border: none;
	border-radius: 0;
	margin: 0 0 60px 0;
}

.flex-control-nav {
	bottom: 30px;
	z-index: 10;
}

.flex-control-paging li a {
	background: #f7f7f7;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	height: 13px;
	text-indent: -9999px;
	width: 13px;
	border: 1px solid #f7f7f7
}

.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
	background: #a5a5a5;
	cursor: default;
}

.flex-control-nav li {
	margin: 0 2px;
}

.flex-direction-nav a {
	font-size: 50px;
}

.flex-direction-nav a::before {
	content: "\f104";
	float: right;
	font-family: 'FontAwesome';
	display: inline-block;
	font: normal normal normal 30px/1 FontAwesome;
	font-size: inherit;
}

.flex-direction-nav a.flex-next {
	right: 35px !important
}

.flex-direction-nav a.flex-next::before {
	content: "\f105";
}

.kachel {
	margin-bottom: 30px
}

.kachel a {
	background: #fffde9;
	border-bottom: 3px solid #e0e0e0;
	position: relative;
	overflow: hidden;
	display: block
}

.kachel a:hover,
.kachel a:focus {
	color: #000
}

.kachel-bgr {
	height: 100%
}

.kachel-bgr img {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

.kachel-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
}

.kachel-inner {
	padding: 120px 45px 45px
}

.kachel-inner p {
	line-height: 1.9em;
	font-family: 'Montserrat Regular'
}

.kachel-header {
	display: block;
	text-align: center;
	font-family: 'Montserrat Bold';
	font-size: 30px;
	margin-bottom: 45px;
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	text-transform: uppercase;
}

.kachel-text {
	font-size: 16px;
	text-align: center;
	padding-bottom: 35px;
}

.kachel-more {
	position: absolute;
	bottom: 40px;
	left: 45px;
	width: calc(100% - 90px);
	font-style: italic;
	text-decoration: underline;
	text-align: center
}

.slider-0 .slider-inner {
	position: relative
}

.slider-0 .slider-text a {
	color: #bbbbbb;
	text-decoration: none
}

.slider-0 .slider-text {
	position: absolute;
	top: 33%;
}

.slider-0 .slider-text-header {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	background: url('/typo3conf/ext/bwinvest/Resources/Public/Icons/loewe.png') no-repeat center center #fffde9;
	color: #000;
	padding: 25px 15px;
	display: block;
	margin-bottom: 20px;
	font-family: 'GaramontAmstSB-Medium';
}

.slider-0 .slider-inner .slider-text-content {
	position: relative;
	overflow: visible;
	color: #fff;
	line-height: 44px;
}

.slider-0 .slider-inner .slider-text-content p {
	color: #000;
	box-shadow: 15px 0 0 #FFF, -15px 0 0 #FFF;
	font-size: 16px;
	background-color: #FFF;
	display: inline;
	box-decoration-break: clone;
	padding: 8px 0
}

.slider-1 .flex-viewport {
	margin: 0 50px
}

.slider-1 .slides li {
}

.slider-1 .slider-inner a {
	padding: 0 10px;
	display: block
}

.slider-1 .slider-inner img {
	padding: 0 0 15px
}

.slider-1 .slider-text {
	text-align: center;
	text-decoration: underline;
	color: #bbbbbb;
}

.slider-2 .slides {
	max-height: 205px;
	overflow: hidden
}

.slides.fallback {
	margin-bottom: 20px;
}

.investextmedia .row {
	margin-bottom: 60px
}

.investextmedia .row-facts {
	margin-bottom: 30px;
}

.investextmedia .row-facts .row {
	margin-bottom: 0
}

.investextmedia-banner {
	overflow: hidden;
	margin-bottom: 20px
}

.investextmedia-banner .col3 {
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
	margin-top: -201px;
}

.investextmedia-banner .col3 .inner {
	background: rgba(255, 255, 255, 0.9)
}

.investextmedia-banner .img-banner {
	display: block;
	width: 100%;
	height: auto
}

.investextmedia-banner .container {
	position: relative
}

.investextmedia-banner .investextmedia-banner-content img {
	padding: 20px
}

.investextmedia-banner .investextmedia-banner-content:after {
	content: " ";
	display: table;
	clear: both
}

.fact-item {
	margin-bottom: 30px
}

.fact-item:hover img {
	transform: scale(1.2);
	transition: all 0.5s ease-out 0s;
}

.fact-item .inner {
	border: 1px solid #e3e3e3;
	padding: 0 7px;
}

.fact-icon {
	margin: 40px 50px 25px
}

.fact-key,
.fact-value {
	display: block;
	text-align: center
}

.fact-key {
	font-style: italic;
	font-size: 16px;
	margin-bottom: 5px
}

.fact-value {
	font-size: 25px;
	font-weight: bold;
	color: #000;
	margin-bottom: 40px
}

.download-item .row,
.contactperson-item .row {
	margin-bottom: 30px
}

.download-description {
	margin-bottom: 10px;
	line-height: 1.8
}

.download-link {
	text-decoration: none
}

.tx-indexedsearch-searchbox {
	margin-bottom: 30px;
}

.video-iframe {
	width: 100%;
	min-height: 225px
}

.shortcut h2, .shortcut h3, .shortcut h4, .shortcut h5 {
	padding: 0 15px
}

.gtai {
	background: #fffde9
}

.gtai-image {
}

.gtai-content {
	padding: 35px
}

.gtai-content .header {
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 25px
}

.contactperson-item:nth-of-type(odd) {
	clear: both
}

.contactperson-item {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 50%
}

.contactperson-content span strong {
	line-height: 1.8em;
}

.contactperson-content span {
	display: block;
	line-height: 1.7em;
}

.contactperson-content span a {
	font-weight: bold
}

.contactperson-image {
	padding-left: 0;
}

.contactperson-image img {
	border-radius: 100%;
	float: right;
	border: 4px solid #f0f0f0
}

.dropdown-menu .page-elements a {
	padding: 0;
}

.dropdown-menu .contactperson-item {
	width: 100%;
	margin-bottom: 20px
}

.dropdown-menu .contactperson-item span strong {
	line-height: 1.6em;
}

.dropdown-menu .contactperson-item span,
.dropdown-menu .contactperson-item a {
	font-size: 12px;
	line-height: 1.7em;
}

.dropdown-menu .contactperson-item a {
	display: inline;
	padding: 0;
	font-family: 'Montserrat Light';
}

.dropdown-menu .contactperson-image {
	max-width: 115px;
	padding-right: 0
}

.dropdown-menu .contactperson-item img {
	max-width: 100px;
	width: 100%;
	float: right;
	border: 4px solid #f0f0f0
}

.investextmedia .contactperson-item {
	width: 50%
}

.panel-group {
	clear: both;
}

.panel-heading {
	padding: 20px 15px !important;
}

.panel-heading a {
	line-height: 24px;
	font-size: 18px;
	font-family: 'GaramontAmstSB-Medium';
	letter-spacing: 1px;
}

.panel-heading .arrow {
	font-size: 24px
}

.panel-heading .arrow:before {
	content: "\f107";
	float: right;
	font-family: 'FontAwesome';
	display: inline-block;
	font: normal normal normal 20px/1 FontAwesome;
	font-size: inherit;
}

.panel-heading .collapsed .arrow:before {
	content: "\f106";
}

.pid31 .investextmedia-banner img {
	max-height: 197px
}

.content-menu {
	list-style: none;
	margin-top: 20px
}

.content-menu ul {
	list-style: none;
}

.content-menu li a {
	font-weight: bold;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	padding: 0 0 26px 3px;
	display: block;
	color: #000;
	font-family: 'GaramontAmstSB-Medium';
}

.content-menu ul {
	margin-bottom: 17px
}

.content-menu ul li a {
	font-weight: normal;
	padding-left: 40px;
	padding-bottom: 13px
}

.content-menu ul li a:hover, .content-menu ul li a.active {
	padding-left: 40px;
}

.content-menu li a.active, .content-menu li a:hover {
	color: #bbbbbb;
	font-weight: bold
}

.content-menu li a.activ {
}

.investextmedia-subheader {
	margin-bottom: 40px;
	font-size: 18px !important;
}

.news-backlink-wrap {
	background: #fafafa;
	border: 1px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
	width: auto;
	float: left;
	cursor: pointer
}

.news-backlink-wrap:after {
	content: " ";
	display: table;
	clear: both
}

.news-backlink-wrap a span {
	display: inline-block;
	padding: 15px 25px;
	width: auto;
}

.news-backlink-wrap i {
	border-right: 1px solid #ebebeb;
	float: left;
	font-size: 27px;
	padding: 11px 15px;
}

.imagepos-9 img {
	float: right;
	margin: 0 10px 10px 0
}

.imagepos-8 img {
	margin: 0 auto !important
}

.imagepos-10 img {
	float: left;
	margin: 0 0 10px 10px
}

.imagepos-18 img {
	float: left;
	margin: 0 10px 10px 0
}

.imagepos-17 img {
	float: right;
	margin: 0 0 10px 10px
}

.news-img-caption {
	margin: 0 auto;
	width: 430px;
	margin-top: 10px
}

.region-browse.prev {
	background: #fafafa;
	border: 1px solid #ebebeb;
	float: left;
	border-bottom: 2px solid #ebebeb;
	width: auto;
	cursor: pointer;
	margin-bottom: 30px
}

.region-browse.prev span {
	display: inline-block;
	padding: 15px 25px;
	width: auto;
}

.region-browse.prev i {
	border-right: 1px solid #ebebeb;
	float: left;
	font-size: 25px;
	padding: 11px 15px;
}

.region-browse.next {
	background: #fafafa;
	border: 1px solid #ebebeb;
	float: right;
	border-bottom: 2px solid #ebebeb;
	width: auto;
	cursor: pointer;
	margin-bottom: 30px
}

.region-browse.next span {
	display: inline-block;
	padding: 15px 25px;
	width: auto;
}

.region-browse.next i {
	border-left: 1px solid #ebebeb;
	float: right;
	font-size: 27px;
	padding: 11px 15px;
}

.flexslider .slides.single > li {
	display: block
}

:not(.flexslider) .slides.single {
	margin-bottom: 20px
}

.imagewrap {
	display: block;
	position: relative;
	width: 900px;
	height: 992px;
	margin: 0 auto;
	z-index: 100;
}

.imageMap {
	border: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

.backer {
	display: block;
	width: 900px;
	background: url("/typo3conf/ext/bwinvest/Resources/Public/Images/map/bw-map.jpg");
	height: 992px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.en .backer {
	display: block;
	width: 900px;
	background: url("/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/2016-17-01_imageMap.jpg");
	height: 992px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.backer:after {
	display: block;
	width: 250px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 280px;
	top: 50px;
	padding: 15px;
	font: normal 14px/18px 'latomedium', arial, sans-serif;
	color: #000;
}

#bw_map {
	display: block;
	position: relative;
}

area {
	display: block;
}

.ce-accordion {
	margin-bottom: 30px
}

.cp-header {
	display: none;
	font-weight: bold;
	margin-bottom: 5px
}

.cp-www {
	display: none
}

.investextmedia .cp-header {
	display: block;
	line-height: 1.6em;
}

.investextmedia .cp-www {
	display: block
}

.bwinvest-map {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}

.imageGermany {
	position: absolute;
	width: 18%;
	z-index: 103;
}

main .content-col ul,
.htmlarea-content-body ul {
	margin-left: 15px;
	padding-left: 5px;
	list-style-position: outside;
}

main .content-col ul li,
.htmlarea-content-body ul li {
	list-style: disc;
}

main .content-col ul ul,
.htmlarea-content-body ul ul {
	margin-left: 0
}

main .content-col ul ul li,
.htmlarea-content-body ul ul li {
	list-style: none;
	margin-left: 15px
}

main .content-col ul ul li:before,
.htmlarea-content-body ul ul li:before {
	content: "-";
	margin-left: -15px;
	padding-right: 2px
}

main .content-col ol,
.htmlarea-content-body ol {
	margin-left: 15px;
	padding-left: 5px;
	list-style-position: outside;
}

main .content-col ol li,
.htmlarea-content-body ol li {
	list-style: decimal;
}

main .content-col ol ol,
.htmlarea-content-body ol ol {
	margin-left: 0
}

main .content-col ol ol li,
.htmlarea-content-body ol ol li {
	list-style: none;
	margin-left: 15px
}

main .content-col ol ol li:before,
.htmlarea-content-body ol ol li:before {
	content: "-";
	margin-left: -15px;
	padding-right: 2px
}


main .content-col ul.slides {
	margin: 0
}

area:hover ~ span:before {
	display: block;
	width: 900px;
	height: 992px;
	position: absolute;
	left: 0;
	top: 0;
}

area:nth-of-type(1):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/hochrhein-bodensee.png);
}

area:nth-of-type(2):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/bodensee-oberschwaben.png);
}

area:nth-of-type(3):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/ostwuerttemberg.png);
}

area:nth-of-type(4):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/rhein-neckar.png);
}

area:nth-of-type(5):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/heilbronn-franken.png);
}

area:nth-of-type(6):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/donau-iller.png);
}

area:nth-of-type(7):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/region-stuttgart.png);
}

area:nth-of-type(8):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/mittlerer-oberrhein.png);
}

area:nth-of-type(9):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/Nordschwarzwald.png);
}

area:nth-of-type(10):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/neckar-alb.png);
}

area:nth-of-type(11):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/schwarzwald-baar-heuberg.png);
}

area:nth-of-type(12):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/suedlicher-oberrheint.png);
}

area:nth-of-type(13):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/hochrhein-bodensee.png);
}

.en area:hover ~ span:before {
	display: block;
	width: 900px;
	height: 992px;
	position: absolute;
	left: 0;
	top: 0;
}

.en area:nth-of-type(1):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/High-Rhine-Lake-Constance.png);
}

.en area:nth-of-type(2):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Lake-Constance-Upper-Swabia.png);
}

.en area:nth-of-type(3):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/East-Wurtemberg.png);
}

.en area:nth-of-type(4):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Rhine-Neckar.png);
}

.en area:nth-of-type(5):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Heilbronn-Franconia.png);
}

.en area:nth-of-type(6):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Danube-Iller.png);
}

.en area:nth-of-type(7):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Stuttgart-region.png);
}

.en area:nth-of-type(8):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Midle-Upper-Rhine.png);
}

.en area:nth-of-type(9):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/North-Black-Forest.png);
}

.en area:nth-of-type(10):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Neckar-Alb.png);
}

.en area:nth-of-type(11):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Black-Forest-Baar-Heuberg.png);
}

.en area:nth-of-type(12):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Southern-Upper-Rhine.png);
}

.en area:nth-of-type(13):hover ~ span:before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/High-Rhine-Lake-Constance.png);
}

area ~ span.active-1::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/hochrhein-bodensee.png);
}

area ~ span.active-2::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/bodensee-oberschwaben.png);
}

area ~ span.active-3::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/ostwuerttemberg.png);
}

area ~ span.active-4::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/rhein-neckar.png);
}

area ~ span.active-5::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/heilbronn-franken.png);
}

area ~ span.active-6::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/donau-iller.png);
}

area ~ span.active-7::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/region-stuttgart.png);
}

area ~ span.active-8::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/mittlerer-oberrhein.png);
}

area ~ span.active-9::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/Nordschwarzwald.png);
}

area ~ span.active-10::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/neckar-alb.png);
}

area ~ span.active-11::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/schwarzwald-baar-heuberg.png);
}

area ~ span.active-12::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/suedlicher-oberrheint.png);
}

area ~ span.active-13::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/hochrhein-bodensee.png);
}

.en area ~ span.active-1::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/High-Rhine-Lake-Constance.png);
}

.en area ~ span.active-2::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Lake-Constance-Upper-Swabia.png);
}

.en area ~ span.active-3::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/East-Wurtemberg.png);
}

.en area ~ span.active-4::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Rhine-Neckar.png);
}

.en area ~ span.active-5::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/heilbronn-franken.png);
}

.en area ~ span.active-6::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Danube-Iller.png);
}

.en area ~ span.active-7::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Stuttgart-region.png);
}

.en area ~ span.active-8::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Midle-Upper-Rhine.png);
}

.en area ~ span.active-9::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/North-Black-Forest.png);
}

.en area ~ span.active-10::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Neckar-Alb.png);
}

.en area ~ span.active-11::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Black-Forest-Baar-Heuberg.png);
}

.en area ~ span.active-12::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Southern-Upper-Rhine.png);
}

.en area ~ span.active-13::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/High-Rhine-Lake-Constance.png);
}


area ~ span.active-1::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/hochrhein-bodensee.png);
}

area ~ span.active-2::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/bodensee-oberschwaben.png);
}

area ~ span.active-3::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/ostwuerttemberg.png);
}

area ~ span.active-4::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/rhein-neckar.png);
}

area ~ span.active-5::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/heilbronn-franken.png);
}

area ~ span.active-6::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/donau-iller.png);
}

area ~ span.active-7::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/region-stuttgart.png);
}

area ~ span.active-8::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/mittlerer-oberrhein.png);
}

area ~ span.active-9::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/Nordschwarzwald.png);
}

area ~ span.active-10::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/neckar-alb.png);
}

area ~ span.active-11::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/schwarzwald-baar-heuberg.png);
}

area ~ span.active-12::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/suedlicher-oberrheint.png);
}

area ~ span.active-13::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/hochrhein-bodensee.png);
}

.en area ~ span.active-1::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/High-Rhine-Lake-Constance.png);
}

.en area ~ span.active-2::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Lake-Constance-Upper-Swabia.png);
}

.en area ~ span.active-3::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/East-Wurtemberg.png);
}

.en area ~ span.active-4::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Rhine-Neckar.png);
}

.en area ~ span.active-5::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/heilbronn-franken.png);
}

.en area ~ span.active-6::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Danube-Iller.png);
}

.en area ~ span.active-7::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Stuttgart-region.png);
}

.en area ~ span.active-8::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Midle-Upper-Rhine.png);
}

.en area ~ span.active-9::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/North-Black-Forest.png);
}

.en area ~ span.active-10::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Neckar-Alb.png);
}

.en area ~ span.active-11::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Black-Forest-Baar-Heuberg.png);
}

.en area ~ span.active-12::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/Southern-Upper-Rhine.png);
}

.en area ~ span.active-13::before {
	content: url(/typo3conf/ext/bwinvest/Resources/Public/Images/map/en/High-Rhine-Lake-Constance.png);
}

.startseite {
	display: flex;
}

.startseite .col6 {
	display: flex;
}

/************************** Cookieman Stuff + bootstrap addons ***********************************/
#cookieman-modal label {
	display: block;
}

#cookieman-modal .panel-title a {
	top: 0;
}

#cookieman-modal .panel-heading {
	padding: 10px 15px !important;
}

#cookieman-modal td {
	border-top: 1px solid transparent;
	padding: 10px 20px;
	line-height: 1.8;
	font-size: 1.1em;
	vertical-align: top;
	border-bottom: 1px solid #d5d5d5;
}

.cookieAdjust {
	transform: translateY(2em);
	transition: transform 1s ease;
	padding: .5em;

	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-family: Arial, Helvetica, Calibri, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 99999;

	color: #000000;
	background-color: #f0f0f0;
	border: none;

	bottom: 0;
	left: 3em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
}

.cookieAdjust:hover {
	transform: translateY(0);
	cursor: pointer;
}

/**/
/* bootstrap 3.3.7 panel edited! */
@font-face {
	font-family: "Glyphicons Halflings";
	src: url("../../Fonts/bootstrap/glyphicons-halflings-regular.eot");
	src: url("../../Fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../Fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../Fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../Fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../Fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
	content: "\002a";
}

.glyphicon-plus:before {
	content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
	content: "\20ac";
}

.glyphicon-minus:before {
	content: "\2212";
}

.glyphicon-cloud:before {
	content: "\2601";
}

.glyphicon-envelope:before {
	content: "\2709";
}

.glyphicon-pencil:before {
	content: "\270f";
}

.glyphicon-glass:before {
	content: "\e001";
}

.glyphicon-music:before {
	content: "\e002";
}

.glyphicon-search:before {
	content: "\e003";
}

.glyphicon-heart:before {
	content: "\e005";
}

.glyphicon-star:before {
	content: "\e006";
}

.glyphicon-star-empty:before {
	content: "\e007";
}

.glyphicon-user:before {
	content: "\e008";
}

.glyphicon-film:before {
	content: "\e009";
}

.glyphicon-th-large:before {
	content: "\e010";
}

.glyphicon-th:before {
	content: "\e011";
}

.glyphicon-th-list:before {
	content: "\e012";
}

.glyphicon-ok:before {
	content: "\e013";
}

.glyphicon-remove:before {
	content: "\e014";
}

.glyphicon-zoom-in:before {
	content: "\e015";
}

.glyphicon-zoom-out:before {
	content: "\e016";
}

.glyphicon-off:before {
	content: "\e017";
}

.glyphicon-signal:before {
	content: "\e018";
}

.glyphicon-cog:before {
	content: "\e019";
}

.glyphicon-trash:before {
	content: "\e020";
}

.glyphicon-home:before {
	content: "\e021";
}

.glyphicon-file:before {
	content: "\e022";
}

.glyphicon-time:before {
	content: "\e023";
}

.glyphicon-road:before {
	content: "\e024";
}

.glyphicon-download-alt:before {
	content: "\e025";
}

.glyphicon-download:before {
	content: "\e026";
}

.glyphicon-upload:before {
	content: "\e027";
}

.glyphicon-inbox:before {
	content: "\e028";
}

.glyphicon-play-circle:before {
	content: "\e029";
}

.glyphicon-repeat:before {
	content: "\e030";
}

.glyphicon-refresh:before {
	content: "\e031";
}

.glyphicon-list-alt:before {
	content: "\e032";
}

.glyphicon-lock:before {
	content: "\e033";
}

.glyphicon-flag:before {
	content: "\e034";
}

.glyphicon-headphones:before {
	content: "\e035";
}

.glyphicon-volume-off:before {
	content: "\e036";
}

.glyphicon-volume-down:before {
	content: "\e037";
}

.glyphicon-volume-up:before {
	content: "\e038";
}

.glyphicon-qrcode:before {
	content: "\e039";
}

.glyphicon-barcode:before {
	content: "\e040";
}

.glyphicon-tag:before {
	content: "\e041";
}

.glyphicon-tags:before {
	content: "\e042";
}

.glyphicon-book:before {
	content: "\e043";
}

.glyphicon-bookmark:before {
	content: "\e044";
}

.glyphicon-print:before {
	content: "\e045";
}

.glyphicon-camera:before {
	content: "\e046";
}

.glyphicon-font:before {
	content: "\e047";
}

.glyphicon-bold:before {
	content: "\e048";
}

.glyphicon-italic:before {
	content: "\e049";
}

.glyphicon-text-height:before {
	content: "\e050";
}

.glyphicon-text-width:before {
	content: "\e051";
}

.glyphicon-align-left:before {
	content: "\e052";
}

.glyphicon-align-center:before {
	content: "\e053";
}

.glyphicon-align-right:before {
	content: "\e054";
}

.glyphicon-align-justify:before {
	content: "\e055";
}

.glyphicon-list:before {
	content: "\e056";
}

.glyphicon-indent-left:before {
	content: "\e057";
}

.glyphicon-indent-right:before {
	content: "\e058";
}

.glyphicon-facetime-video:before {
	content: "\e059";
}

.glyphicon-picture:before {
	content: "\e060";
}

.glyphicon-map-marker:before {
	content: "\e062";
}

.glyphicon-adjust:before {
	content: "\e063";
}

.glyphicon-tint:before {
	content: "\e064";
}

.glyphicon-edit:before {
	content: "\e065";
}

.glyphicon-share:before {
	content: "\e066";
}

.glyphicon-check:before {
	content: "\e067";
}

.glyphicon-move:before {
	content: "\e068";
}

.glyphicon-step-backward:before {
	content: "\e069";
}

.glyphicon-fast-backward:before {
	content: "\e070";
}

.glyphicon-backward:before {
	content: "\e071";
}

.glyphicon-play:before {
	content: "\e072";
}

.glyphicon-pause:before {
	content: "\e073";
}

.glyphicon-stop:before {
	content: "\e074";
}

.glyphicon-forward:before {
	content: "\e075";
}

.glyphicon-fast-forward:before {
	content: "\e076";
}

.glyphicon-step-forward:before {
	content: "\e077";
}

.glyphicon-eject:before {
	content: "\e078";
}

.glyphicon-chevron-left:before {
	content: "\e079";
}

.glyphicon-chevron-right:before {
	content: "\e080";
}

.glyphicon-plus-sign:before {
	content: "\e081";
}

.glyphicon-minus-sign:before {
	content: "\e082";
}

.glyphicon-remove-sign:before {
	content: "\e083";
}

.glyphicon-ok-sign:before {
	content: "\e084";
}

.glyphicon-question-sign:before {
	content: "\e085";
}

.glyphicon-info-sign:before {
	content: "\e086";
}

.glyphicon-screenshot:before {
	content: "\e087";
}

.glyphicon-remove-circle:before {
	content: "\e088";
}

.glyphicon-ok-circle:before {
	content: "\e089";
}

.glyphicon-ban-circle:before {
	content: "\e090";
}

.glyphicon-arrow-left:before {
	content: "\e091";
}

.glyphicon-arrow-right:before {
	content: "\e092";
}

.glyphicon-arrow-up:before {
	content: "\e093";
}

.glyphicon-arrow-down:before {
	content: "\e094";
}

.glyphicon-share-alt:before {
	content: "\e095";
}

.glyphicon-resize-full:before {
	content: "\e096";
}

.glyphicon-resize-small:before {
	content: "\e097";
}

.glyphicon-exclamation-sign:before {
	content: "\e101";
}

.glyphicon-gift:before {
	content: "\e102";
}

.glyphicon-leaf:before {
	content: "\e103";
}

.glyphicon-fire:before {
	content: "\e104";
}

.glyphicon-eye-open:before {
	content: "\e105";
}

.glyphicon-eye-close:before {
	content: "\e106";
}

.glyphicon-warning-sign:before {
	content: "\e107";
}

.glyphicon-plane:before {
	content: "\e108";
}

.glyphicon-calendar:before {
	content: "\e109";
}

.glyphicon-random:before {
	content: "\e110";
}

.glyphicon-comment:before {
	content: "\e111";
}

.glyphicon-magnet:before {
	content: "\e112";
}

.glyphicon-chevron-up:before {
	content: "\e113";
}

.glyphicon-chevron-down:before {
	content: "\e114";
}

.glyphicon-retweet:before {
	content: "\e115";
}

.glyphicon-shopping-cart:before {
	content: "\e116";
}

.glyphicon-folder-close:before {
	content: "\e117";
}

.glyphicon-folder-open:before {
	content: "\e118";
}

.glyphicon-resize-vertical:before {
	content: "\e119";
}

.glyphicon-resize-horizontal:before {
	content: "\e120";
}

.glyphicon-hdd:before {
	content: "\e121";
}

.glyphicon-bullhorn:before {
	content: "\e122";
}

.glyphicon-bell:before {
	content: "\e123";
}

.glyphicon-certificate:before {
	content: "\e124";
}

.glyphicon-thumbs-up:before {
	content: "\e125";
}

.glyphicon-thumbs-down:before {
	content: "\e126";
}

.glyphicon-hand-right:before {
	content: "\e127";
}

.glyphicon-hand-left:before {
	content: "\e128";
}

.glyphicon-hand-up:before {
	content: "\e129";
}

.glyphicon-hand-down:before {
	content: "\e130";
}

.glyphicon-circle-arrow-right:before {
	content: "\e131";
}

.glyphicon-circle-arrow-left:before {
	content: "\e132";
}

.glyphicon-circle-arrow-up:before {
	content: "\e133";
}

.glyphicon-circle-arrow-down:before {
	content: "\e134";
}

.glyphicon-globe:before {
	content: "\e135";
}

.glyphicon-wrench:before {
	content: "\e136";
}

.glyphicon-tasks:before {
	content: "\e137";
}

.glyphicon-filter:before {
	content: "\e138";
}

.glyphicon-briefcase:before {
	content: "\e139";
}

.glyphicon-fullscreen:before {
	content: "\e140";
}

.glyphicon-dashboard:before {
	content: "\e141";
}

.glyphicon-paperclip:before {
	content: "\e142";
}

.glyphicon-heart-empty:before {
	content: "\e143";
}

.glyphicon-link:before {
	content: "\e144";
}

.glyphicon-phone:before {
	content: "\e145";
}

.glyphicon-pushpin:before {
	content: "\e146";
}

.glyphicon-usd:before {
	content: "\e148";
}

.glyphicon-gbp:before {
	content: "\e149";
}

.glyphicon-sort:before {
	content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}

.glyphicon-sort-by-order:before {
	content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}

.glyphicon-sort-by-attributes:before {
	content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}

.glyphicon-unchecked:before {
	content: "\e157";
}

.glyphicon-expand:before {
	content: "\e158";
}

.glyphicon-collapse-down:before {
	content: "\e159";
}

.glyphicon-collapse-up:before {
	content: "\e160";
}

.glyphicon-log-in:before {
	content: "\e161";
}

.glyphicon-flash:before {
	content: "\e162";
}

.glyphicon-log-out:before {
	content: "\e163";
}

.glyphicon-new-window:before {
	content: "\e164";
}

.glyphicon-record:before {
	content: "\e165";
}

.glyphicon-save:before {
	content: "\e166";
}

.glyphicon-open:before {
	content: "\e167";
}

.glyphicon-saved:before {
	content: "\e168";
}

.glyphicon-import:before {
	content: "\e169";
}

.glyphicon-export:before {
	content: "\e170";
}

.glyphicon-send:before {
	content: "\e171";
}

.glyphicon-floppy-disk:before {
	content: "\e172";
}

.glyphicon-floppy-saved:before {
	content: "\e173";
}

.glyphicon-floppy-remove:before {
	content: "\e174";
}

.glyphicon-floppy-save:before {
	content: "\e175";
}

.glyphicon-floppy-open:before {
	content: "\e176";
}

.glyphicon-credit-card:before {
	content: "\e177";
}

.glyphicon-transfer:before {
	content: "\e178";
}

.glyphicon-cutlery:before {
	content: "\e179";
}

.glyphicon-header:before {
	content: "\e180";
}

.glyphicon-compressed:before {
	content: "\e181";
}

.glyphicon-earphone:before {
	content: "\e182";
}

.glyphicon-phone-alt:before {
	content: "\e183";
}

.glyphicon-tower:before {
	content: "\e184";
}

.glyphicon-stats:before {
	content: "\e185";
}

.glyphicon-sd-video:before {
	content: "\e186";
}

.glyphicon-hd-video:before {
	content: "\e187";
}

.glyphicon-subtitles:before {
	content: "\e188";
}

.glyphicon-sound-stereo:before {
	content: "\e189";
}

.glyphicon-sound-dolby:before {
	content: "\e190";
}

.glyphicon-sound-5-1:before {
	content: "\e191";
}

.glyphicon-sound-6-1:before {
	content: "\e192";
}

.glyphicon-sound-7-1:before {
	content: "\e193";
}

.glyphicon-copyright-mark:before {
	content: "\e194";
}

.glyphicon-registration-mark:before {
	content: "\e195";
}

.glyphicon-cloud-download:before {
	content: "\e197";
}

.glyphicon-cloud-upload:before {
	content: "\e198";
}

.glyphicon-tree-conifer:before {
	content: "\e199";
}

.glyphicon-tree-deciduous:before {
	content: "\e200";
}

.glyphicon-cd:before {
	content: "\e201";
}

.glyphicon-save-file:before {
	content: "\e202";
}

.glyphicon-open-file:before {
	content: "\e203";
}

.glyphicon-level-up:before {
	content: "\e204";
}

.glyphicon-copy:before {
	content: "\e205";
}

.glyphicon-paste:before {
	content: "\e206";
}

.glyphicon-alert:before {
	content: "\e209";
}

.glyphicon-equalizer:before {
	content: "\e210";
}

.glyphicon-king:before {
	content: "\e211";
}

.glyphicon-queen:before {
	content: "\e212";
}

.glyphicon-pawn:before {
	content: "\e213";
}

.glyphicon-bishop:before {
	content: "\e214";
}

.glyphicon-knight:before {
	content: "\e215";
}

.glyphicon-baby-formula:before {
	content: "\e216";
}

.glyphicon-tent:before {
	content: "\26fa";
}

.glyphicon-blackboard:before {
	content: "\e218";
}

.glyphicon-bed:before {
	content: "\e219";
}

.glyphicon-apple:before {
	content: "\f8ff";
}

.glyphicon-erase:before {
	content: "\e221";
}

.glyphicon-hourglass:before {
	content: "\231b";
}

.glyphicon-lamp:before {
	content: "\e223";
}

.glyphicon-duplicate:before {
	content: "\e224";
}

.glyphicon-piggy-bank:before {
	content: "\e225";
}

.glyphicon-scissors:before {
	content: "\e226";
}

.glyphicon-bitcoin:before {
	content: "\e227";
}

.glyphicon-btc:before {
	content: "\e227";
}

.glyphicon-xbt:before {
	content: "\e227";
}

.glyphicon-yen:before {
	content: "\00a5";
}

.glyphicon-jpy:before {
	content: "\00a5";
}

.glyphicon-ruble:before {
	content: "\20bd";
}

.glyphicon-rub:before {
	content: "\20bd";
}

.glyphicon-scale:before {
	content: "\e230";
}

.glyphicon-ice-lolly:before {
	content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}

.glyphicon-education:before {
	content: "\e233";
}

.glyphicon-option-horizontal:before {
	content: "\e234";
}

.glyphicon-option-vertical:before {
	content: "\e235";
}

.glyphicon-menu-hamburger:before {
	content: "\e236";
}

.glyphicon-modal-window:before {
	content: "\e237";
}

.glyphicon-oil:before {
	content: "\e238";
}

.glyphicon-grain:before {
	content: "\e239";
}

.glyphicon-sunglasses:before {
	content: "\e240";
}

.glyphicon-text-size:before {
	content: "\e241";
}

.glyphicon-text-color:before {
	content: "\e242";
}

.glyphicon-text-background:before {
	content: "\e243";
}

.glyphicon-object-align-top:before {
	content: "\e244";
}

.glyphicon-object-align-bottom:before {
	content: "\e245";
}

.glyphicon-object-align-horizontal:before {
	content: "\e246";
}

.glyphicon-object-align-left:before {
	content: "\e247";
}

.glyphicon-object-align-vertical:before {
	content: "\e248";
}

.glyphicon-object-align-right:before {
	content: "\e249";
}

.glyphicon-triangle-right:before {
	content: "\e250";
}

.glyphicon-triangle-left:before {
	content: "\e251";
}

.glyphicon-triangle-bottom:before {
	content: "\e252";
}

.glyphicon-triangle-top:before {
	content: "\e253";
}

.glyphicon-console:before {
	content: "\e254";
}

.glyphicon-superscript:before {
	content: "\e255";
}

.glyphicon-subscript:before {
	content: "\e256";
}

.glyphicon-menu-left:before {
	content: "\e257";
}

.glyphicon-menu-right:before {
	content: "\e258";
}

.glyphicon-menu-down:before {
	content: "\e259";
}

.glyphicon-menu-up:before {
	content: "\e260";
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

[role="button"] {
	cursor: pointer;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333333;
	text-decoration: none;
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}

.btn-default:focus,
.btn-default.focus {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-default:hover {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #333333;
	background-color: #e6e6e6;
	background-image: none;
	border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
	color: #333333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
	background-color: #ffffff;
	border-color: #cccccc;
}

.btn-default .badge {
	color: #ffffff;
	background-color: #333333;
}

.btn-primary {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

.btn-primary:hover {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #000000;
	background-image: none;
	border-color: #000000;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	color: #ffffff;
	background-color: #204d74;
	border-color: #122b40;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #000000;
	border-color: #2e6da4;
}

.btn-primary .badge {
	color: #000000;
	background-color: #ffffff;
}

.btn-success {
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
	color: #ffffff;
	background-color: #449d44;
	border-color: #255625;
}

.btn-success:hover {
	color: #ffffff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #449d44;
	background-image: none;
	border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	color: #ffffff;
	background-color: #398439;
	border-color: #255625;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #ffffff;
}

.btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}

.btn-info:hover {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #31b0d5;
	background-image: none;
	border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
	color: #ffffff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #ffffff;
}

.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
	color: #ffffff;
	background-color: #ec971f;
	border-color: #985f0d;
}

.btn-warning:hover {
	color: #ffffff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ec971f;
	background-image: none;
	border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
	color: #ffffff;
	background-color: #d58512;
	border-color: #985f0d;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #ffffff;
}

.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
	color: #ffffff;
	background-color: #c9302c;
	border-color: #761c19;
}

.btn-danger:hover {
	color: #ffffff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #c9302c;
	background-image: none;
	border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
	color: #ffffff;
	background-color: #ac2925;
	border-color: #761c19;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #ffffff;
}

.btn-link {
	font-weight: 400;
	color: #000000;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
	z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
	margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group > .btn:first-child {
	margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
	float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
	float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}

.btn-group-justified > .btn-group .btn {
	width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #ffffff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}

	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}

.clearfix:before,
.clearfix:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}

.clearfix:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
	clear: both;
}


/***/
.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 43px;
	left: 0px;
	width: 100%;
	z-index: 1000;
	display: none;
	float: left;
	padding: 5px 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
	background-color: #FFFFFF;
	border-bottom: 6px solid #a28200;
	box-shadow: inset 3px 0px 10px #a8a8a8
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu > li > a {
	display: block;
	padding: 11px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	border-bottom: 1px solid #efefef;
}

.dropdown-menu > li:last-of-type a {
	border-bottom: none
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #000000;
	outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

@media (max-width: 880px) {
	.dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}

	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

@media (min-width: 880px) {
	.navbar {
		border-radius: 4px;
	}
}

@media (min-width: 880px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width: 880px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		position: relative;
		z-index: 55
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 880px) {
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width: 880px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width: 880px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-brand > img {
	display: block;
}

@media (min-width: 880px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-right: -10px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 35px;
	height: 5px;
	border-radius: 1px;
	background-color: #909090
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

@media (min-width: 880px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 7.5px -15px;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media (max-width: 880px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}

	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
}

@media (min-width: 880px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav > li {
		float: left;
	}

	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}


.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
}

.panel-body {
	padding: 15px;
}

.panel-heading {
	padding: 10px 15px;
	position: relative
}

.panel-heading a {
	display: block;
	text-decoration: none
}

.panel-heading a:focus {
	color: #000
}

.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
	color: inherit;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}

.list-group + .panel-footer {
	border-top-width: 0;
}

.panel-group .panel {
	margin-bottom: 0;
}

.panel-group .panel + .panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
	font-weight: bold
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}

.panel-default {
	border-color: #ddd;
}

.panel-default:nth-of-type(even) > .panel-heading {
	color: #000;
	background-color: #FFFFFF;
}

.panel-default:nth-of-type(odd) > .panel-heading {
	color: #000;
	background-color: #f0f0f0;
}

.panel-default:nth-of-type(even) .panel-body {
	color: #000;
	background-color: #FFFFFF;
}

.panel-default:nth-of-type(odd) .panel-body {
	color: #000;
	background-color: #f0f0f0;
}

.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}

.panel-primary {
	border-color: #000000;
}

.panel-primary > .panel-heading {
	color: #fff;
	background-color: #000000;
	border-color: #000000;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #000000;
}

.panel-primary > .panel-heading .badge {
	color: #000000;
	background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #000000;
}

.panel-success {
	border-color: #d6e9c6;
}

.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}

.panel-warning {
	border-color: #faebcc;
}

.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}

.panel-danger {
	border-color: #ebccd1;
}

.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}

@media (max-width: 1690px) {
	.content-banner .col3 {
		margin-top: -14%;
	}

	.content-banner .content-banner-content-right img {
		max-width: 50%;
	}
}

@media (max-width: 1500px) {
	.content-banner .col3 {
		margin-top: -12.5%;
	}

	.content-banner .content-banner-content-right img {
		max-width: 50%;
	}
}

@media (max-width: 1280px) {
	.slider-0 .slider-text-header {
		padding-left: 30px !important
	}

	.slider-0 .slider-inner .slider-text-content p {
		padding-left: 15px;
		padding-right: 15px
	}

	.content-banner .col3 {
		margin-top: -12%;
	}

	.content-banner .content-banner-content-right img {
		max-width: 50%;
	}
}

@media (max-width: 1266px) {
	.slider-0 .slider-text {
		width: 80%
	}

	.content-banner .col3 {
		margin-top: -12%;
	}

	.content-banner .content-banner-content-right img {
		max-width: 50%;
	}

	.uid45 .menu-col {
		display: none
	}

	.uid45 .fullwidth .c-element {
		padding: 0
	}

	.footer-letterhead {
		text-align: left;
	}
}

@media (max-width: 991px) {
	.slider-0 .slider-text {
		top: 15%;
	}

	.footer-letterhead {
		display: none
	}

	.footer .col4 {
		width: 100%
	}

	.slider-0 .slides {
		padding-bottom: 40px;
	}

}

@media (max-width: 880px) {
	.news-list-article.news-list-layout-2,
	.powermail_fieldwrap.layout4 {
		width: 100%
	}

	.header-top {
		position: relative;
		z-index: 5
	}

	.bw-main {
		display: none;
	}

	.page-parent,
	.page-elements,
	.col3.menu-col,
	.map-image,
	.investextmedia-banner-content {
		display: none;
	}

	.col9.invest-element,
	.col9 content-col {
		width: 100%;
	}

	.container .container {
		padding-left: 0;
		padding-right: 0
	}

	.main-menu li a:focus, .main-menu li a:active, .main-menu li a:focus, .main-menu li a.active, .main-menu li .hasSub:focus, .main-menu li .hasSub:focus, .main-menu li .hasSub.active {
		color: #bbbbbb;
		cursor: pointer;
	}

	.main-menu li:last-of-type a {
		padding-right: 0;
	}

	.main-menu ul li:focus .dropdown-menu, .main-menu ul li:active .dropdown-menu {
		display: block !important
	}

	.main-menu ul {
		float: none;
	}

	.main-menu li {
		float: none;
		padding: 0;
		position: relative
	}

	.main-menu li.page-record {
		margin-left: 0
	}

	.main-menu li.dropdown i {
		display: block;
	}

	.main-menu ul li.full {
		padding-top: 0
	}

	.main-menu li a, .main-menu li .hasSub {
		padding: 5px 20px;
	}

	.main-menu li:last-of-type a {
		border-bottom: none
	}

	.main-menu ul.level-3 {
		display: block
	}

	.main-menu ul.level-3 li {
		margin-left: 15px
	}

	.main-menu ul li.submenu li a {
		padding-bottom: 3px
	}

	.main-menu ul li.submenu .page-record ul {
		margin-left: 15px;
		display: block
	}

	.main-menu li a, .main-menu li .hasSub {
		padding: 3px 0
	}

	.dropdown-menu {
		padding: 0
	}

	.breadcrumb {
		margin-left: 0
	}

	.pid31 .c-element .col9 {
		width: 100%
	}

	.slider-0 .slider-text {
		top: 100%;
		width: 100%
	}

	.slider-0 .slider-text {
		position: relative
	}

	.slider-0 .slider-text-header {
		margin-bottom: 0
	}

	.slider-0 .slider-inner .slider-text-content {
		background: #fffde9
	}

	.slider-0 .slider-inner .slider-text-content p {
		box-shadow: none;
		background: transparent
	}

	.flex-control-nav {
		bottom: 5px;
	}

	.navbar-collapse {
		margin: 60px 0 25px
	}

	.dropdown-menu > li > a {
		border-bottom: none
	}

	.header {
		margin-bottom: 20px
	}

	.navbar-collapse {
		overflow: hidden
	}

	.main-menu ul li:nth-of-type(5) .page-records {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.contactperson-item {
		width: 100%;
	}

	.investextmedia-contactpersons .contactperson-item {
		width: 100%;
		padding: 0;
	}

	.contactperson-image img {
		float: none;
		margin-left: 10px;
	}

	.bwinvest-map {
		display: none
	}

	.ce-accordion {
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12,
	.investextmedia .contactperson-item {
		width: 100%
	}

	.spacer {
		display: none
	}

	.flexslider {
		margin-bottom: 0px
	}

	.slider-inner a {
		text-decoration: none
	}

	.slider-0 .slider-text {
		position: relative
	}

	.slider-0 .slider-text-header {
		margin-bottom: 0
	}

	.slider-0 .slider-inner .slider-text-content {
		background: #fffde9
	}

	.slider-0 .slider-inner .slider-text-content p {
		box-shadow: none;
		background: transparent
	}

	.header {
		margin-bottom: 30px
	}

	.news {
		margin-top: 80px;
	}

	.flex-control-nav {
		bottom: 5px
	}
}

@media (max-width: 543px) {
	.header-menu {
		margin: 5px 0px 15px 0;
		float: right;
	}

	.language-menu {
		float: right;
	}

	.header-center {
		margin-top: 60px;
		font-size: 25px;
	}

	.invest-search {
		top: 25%;
	}

	.navbar-toggle {
		position: absolute;
		top: -55px;
		right: 15px
	}

	.navbar-collapse {
		margin-top: 5px
	}

	.main-menu li a, .main-menu li .hasSub {
		padding: 5px 0
	}

	.dropdown::before {
		margin: 7px 45px 0 0
	}

	.logo {
		margin-bottom: 5px;
		display: block
	}

	.footer img {
		margin: 0 auto;
	}

	.footer-menu {
		display: table;
		margin: 0 auto;
		padding-top: 10px;
	}

	.region-browse.prev span {
		padding: 15px 5px
	}

	.region-browse.next span {
		padding: 15px 5px
	}

	.news-list-article .news-list-datetime {
		width: 100%;
		position: absolute;
		left: 0;
		top: -88px;
	}

	.news-list-article .news-list-inner {
		margin-left: 0;
		padding: 10px;
		margin-bottom: 105px;
	}

	.news-single .news-list-datetime {
		width: 100%;
		position: absolute;
		left: 0;
		top: -88px;
	}

	.news-single .news-list-datetime span {
		display: block;
		margin: 0 5px;
		text-align: center;
		line-height: 28px;
		color: #FFF;
		font-size: 15px;
		font-weight: bold;
	}

	.news-single .news-list-inner {
		margin-left: 0;
		padding: 10px;
		margin-bottom: 105px
	}

	.kachel-inner {
		padding: 20px 15px 45px
	}

	.kachel-bgr {
		padding-top: 130px !important;
	}

	.kachel a {
		height: 455px !important
	}

	.powermail_fieldwrap.layout3 {
		width: 100%;
		float: right;
	}
}

@media (max-width: 405px) {
	.region-browse.prev span {
		padding: 15px 5px
	}

	.region-browse.next span {
		padding: 15px 5px
	}

	.powermail_fieldwrap_type_submit .powermail_field i {
		border-right: 1px solid #ebebeb;
		float: left;
		font-size: 18px;
		padding: 11px 15px;
		line-height: 27px;
	}

	input[type="submit"] {
		background: #fafafa;
		width: 57%;
		float: left;
		padding: 15px 6px;
		border: none;
		cursor: pointer;
		margin: 0;
		font-weight: bold;
	}

	.powermail_fieldwrap_type_submit .powermail_field {
		width: 140px;
	}

	.invest-search {
		top: 25%
	}

	.invest-search img {
		width: 33px;
		height: auto
	}

	.invest-search.open {
		height: 98px;
		width: 320px;
	}

	.invest-search.open .searchIcon {
		height: 98px;
	}

	.invest-search.open .tx_indexedsearch {
		height: 98px;
	}

	#tx-indexedsearch-searchbox-sword {
		padding: 15px 29px;
		width: 287px;
	}

	#tx-indexedsearch-searchbox-button-submit {
		padding: 15px 29px;
		height: 47px;
		line-height: 1;
		width: 287px
	}
}

@media (min-width: 1280px) {
	.kachel a {
		min-height: 500px
	}
}

/*SWS Anpassungen*/
.bw_subheader {
	margin-top: -30px;
	font-size: 22px;
	font-family: 'Montserrat Light';
	font-weight: normal;
}

.share-icons {
	margin: 40px 0;
}

.share-label {
	display: inline-block;
	margin: 0 20px 0 0;
}

.share-icons a {
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 20px;
}
