
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }
/* default styles for extension "tx_companyportal" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-companyportal table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-companyportal table th {
		font-weight:bold;
	}

	.tx-companyportal table td {
		vertical-align:top;
	}
/* default styles for extension "tx_mmcdirectmailsubscription" */
  .tx-mmc-directmail-subscription .form-row label{ display:block }
  .tx-mmc-directmail-subscription .form-row.error label{ color:#D00 }
  .tx-mmc-directmail-subscription .form-row.error input,
  .tx-mmc-directmail-subscription .form-row.error textarea{
  	color:#D00;
  	border-bottom: 1px dotted #D00;
  }
	.tx-mmc-directmail-subscription input.h { display:none }

/*------------------------------------*\
	SEARCH [BEGIN]
\*------------------------------------*/
.companyportalFilterWrapper{
	background-color:	#dbdcde;
	/*margin-top: 		-25px;*/
	margin-bottom:		35px;
	padding:			30px 30px 45px 30px;
}
/* reduce padding-left in size-xs */
.size-xs .companyportalFilterWrapper{
	padding-left:		15px;
}
.companyportalFilterWrapper select{
	border:2px solid #a2a2a2;
	color:#a2a2a2;
	font-size:0.938em;
	padding:3px 10px;
}
.companyportalFilterWrapper select{
	width:100%;
}
.companyportalFilterWrapper label{
	margin-top:6px;
}
.local_en .companyportalFilterWrapper label{
	line-height: 1;
}
/*------------------------------------*\
	SEARCH [END]
\*------------------------------------*/
/*------------------------------------*\
	LIST [BEGIN]
\*------------------------------------*/
.companyportalListWrapper{

}
.companyportalElementWrapper{
	border-bottom:1px solid #cbcbcb;
	margin-bottom:30px;
	padding-bottom:10px;
}
.companyportalListWrapper h2{
	color:#2d4281;
	font-weight:700;
	font-size:1.500em;
	margin-bottom:5px;
}
.companyportalListWrapper p{
	font-size:0.938em;
	line-height:1.3em;
}
/*
.companyportalListWrapper img{
	float:left;
	margin-right:30px;
}*/
.companyportalCatWrap{
	max-width:124px;
}
.companyportalCat{
	font-size:0.938em;
	background-color:#ffb333;
	text-align:center;
	color:#fff;
	padding:5px 0;
	font-weight:700;
}
.cat1 .companyportalCat{
	background-color:#a5a7ae;
}
.companyportalCat i{
	width:26px;
	height:26px;
	display:block;
	margin:0 auto;
	background: transparent url('../../../typo3conf/ext/companyportal/Resources/Public/Icons/icon.png') no-repeat scroll center -12px;
}
.cat1 .companyportalCat i{
	background-position: center -62px;
}
.companyportalFilterWrapper .formitem{
	margin-bottom:25px;
}
.csc-arrow{
	margin-bottom:35px;
	background: #dbdcde url('../../../typo3conf/ext/companyportal/Resources/Public/Icons/csc-arrow.png') no-repeat center bottom;
}
.size-xs .companyportalElementWrapper p,
.size-xs .companyportalElementWrapper .more span{
	display:none;
}
.size-xs .companyportalListWrapper h2{
	font-size:1.2em;
}
.size-xs .companyportalCat,
.size-xs .companyportalElementWrapper .more{
	font-size:0.813em;
}
/*------------------------------------*\
	LIST [END]
\*------------------------------------*/
/*------------------------------------*\
	DETAIL [BEGIN]
\*------------------------------------*/
.companyDetail{

}
.companyDetailOverview{
	background-color:#f1f1f1;
	-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow:         0 2px 2px 1px rgba(0, 0, 0, 0.2);
	font-size:0.938em;
	margin:28px 0 38px;
}
.companyDetailOverview > .row{
	padding:30px 0;
}
.companyDetailOverview img,
.companyportalElementWrapper img{

}
.companyDetailOverview img{
	/*float:right;
	width:90%;*/
}
.companyDetailOverview p.btn-comp{
	margin-top:20px;
	margin-bottom:0;
}
.companyDetailOverview p.btn-comp a{
	width:100%;
}
.companyDetailOverview .left{
	position:relative;
	padding-left:45px;
}
.size-xs .companyDetailOverview .left{
    padding-left: 45px;
    padding-right: 45px;
}
.companyDetailOverview .left .inner{
	/*min-width:280px;
	min-height:191px;*/
	background-color:#fff;
	text-align:center;
	padding:20% 0;
	border:1px solid #cbcbcb;
}
.companyDetailOverview .left .img-default{
	border:1px solid #cbcbcb;
}
.companyDetailOverview .left .inner img{
margin:0 auto;

}

.companyDetailOverview .right{
	padding-right:45px;
}
.size-xs .companyDetailOverview .right{
	padding:20px 45px 10px 45px;
}
.size-xs .companyDetailOverview .left{
	max-width:320px;
}
.size-xs .companyDetailOverview .right label{
	font-weight:700;
	margin-bottom:0;
}
.size-xs .companyDetailOverview .right .col-sm-8{
	margin-bottom:15px;
}
.companyDetailOverview h1{
	font-size:1.625em;
	color:#000;
}
.companyDetailOverview label{
	font-weight:400;
	font-size:0.938em;
}
.companyDetailOverview .companyportalCat{
	position:absolute;
	left:8px;
	top:8px;
	padding:6px 20px 6px 10px;
}
.companyDetailOverview .companyportalCat i{
	width:26px;
	height:26px;
	display:block;
	float:left;
	margin:0 auto;
	background: transparent url('../../../typo3conf/ext/companyportal/Resources/Public/Icons/icon.png') no-repeat scroll center -12px;
}
.companyDetailOverview .companyportalCat.cat1{
	background-color:#a5a7ae;
}
.companyDetailOverview .companyportalCat.cat1 i{
	background-position: center -62px;
}
.companyDetailOverview .companyportalCat span{
	width:auto;
	height:26px;
	display:block;
	float:left;
	margin-left:10px;
	font-weight:700;
}
.companyDetailImages > div{
	margin-bottom:18px;
}
.companyDetailImages > div.clearfix{
	margin-bottom:0;
}
.companyDetailImages img {
	border:1px solid #d4d4d4;
}
.size-xs .companyDetailImages img {
	max-width:50%;
}
.companyDetailImages a .lightboxZoomOverlay {
	background: url('../../../typo3conf/ext/companyportal/Resources/Public/Icons/zoom-overlay.png') no-repeat scroll left bottom rgba(0, 0, 0, 0);
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}
.companyDetailImages a:hover .lightboxZoomOverlay {
	opacity: 1;
}
.companyDetailDownloads{
	margin-bottom:25px;
}

.companyDetailDescription h2{    font-size: 1.2em; }
.companyDetailDescription h3{   font-size: 1.1em; }
/*------------------------------------*\
	DETAIL [END]
\*------------------------------------*/
/*------------------------------------*\
	SUBSCRIPTION [BEGIN]
\*------------------------------------*/
.csc-subscription{
	padding:29px;
	margin-bottom:20px;
}

.csc-subscription .row .col-md-4{
	text-align: right;
}

.csc-subscription p,
.csc-subscription li{
	font-size:0.938em;
}
.csc-subscription-1{
	background-color:#f1f1f1;
}
.csc-subscription-2{
	background-color:#fff2d4;
}
.csc-subscription .companyportalCatWrap{
	max-width:212px;
	width:212px;
	display: inline-block;
	text-align:center;
}
.csc-subscription .companyportalCat {
	padding:6px 0;
}
.csc-subscription-1 .companyportalCat {
	background-color:#a0a2a9;
}
.csc-subscription-2 .companyportalCat {
	background-color:#ffd56f;
}
.csc-subscription .companyportalPrice {
	color:#fff;
	font-size:1.125em;
	font-weight:700;
	padding:20px 0;
}
.csc-subscription-1 .companyportalPrice  {
	background-color:#747882;
}
.csc-subscription-2 .companyportalPrice  {
	background-color:#ffb333;
}
.csc-subscription .companyportalCat i{
	width:26px;
	height:26px;
	display:block;
	float:left;
	margin:0 auto;
	background: transparent url('../../../typo3conf/ext/companyportal/Resources/Public/Icons/icon.png') no-repeat scroll center -12px;
}
.csc-subscription .companyportalPriceInner{
	margin-top:12px;
}
.csc-subscription .companyportalPriceInner i{
	font-size:2.563em;
	font-style:normal;
	float:left;
}
.csc-subscription .companyportalCat.cat1{

}
.csc-subscription .companyportalCat.cat1 i{
	background-position: center -62px;
}
.csc-subscription .companyportalCat span{
	width:auto;
	height:26px;
	display:block;
	float:left;
	margin-left:10px;
	font-weight:700;
}
.csc-subscription .companyportalPriceInner span{
	font-size:0.813em;
	font-style:normal;
	float:left;
	line-height:1.1em;
	text-align:left;
	margin-left:10px;
}
.csc-subscription-1 .companyportalPriceInner span{
	color:#aeb1b6;
}
.csc-subscription-2 .companyportalPriceInner span{
	color:#ffd389;
}




.form-group.formHelp{ position: relative; }
.form-group span.formHelp{
    display: none;
    width: 2em;
    height: 2em;
    background: blue;
    top: 4px;
    right: 18px;
    position: absolute;
}

span.labelSmall{
    font-size:  0.8em;
}

.mce-panel{ padding: 1px !important; /* avoid cut-off-border... */ }

/*------------------------------------*\
	SUBSCRIPTION [END]
\*------------------------------------*/

/*------------------------------------*\
	ADDITIONAL VALIDATION-STUFF [BEGIN]
\*------------------------------------*/
.mce-tinymce.f3-form-error{
    background-color: #FF9F9F !important;
    border: 1px #FF0000 solid !important;
}
/*------------------------------------*\
	ADDITIONAL VALIDATION-STUFF [END]
\*------------------------------------*/
/*------------------------------------*\
	LIST VIEW [BEGIN]
\*------------------------------------*/
.elibrary_list_item,
.elibrary_single_item {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 24px;
  padding: 0 0 25px;
}
.elibrary_list .elibrary_title,
.elibrary_single_item .elibrary_title {
  color: #2d4281;
  font-weight: 700;
  font-size: 1.500em;
  margin-bottom: 12px;
}
/*
.elibrary_author {
	color: #989C9F;
    font-size: 0.875em;
	margin-bottom:10px;
}*/
.elibrary_description {
  font-size: 0.938em;
  margin-bottom: 15px;
}
.elibrary_list .col-md-2 {
  background-color: #f1f1f1;
}
.elibrary_downloads {
  line-height: 1em;
  margin-bottom: 15px;
}
.elibrary_downloads .elibrary_download,
.elibrary_downloads .elibrary_date,
.elibrary_downloads .elibrary_author {
  color: #747882;
  font-size: 0.813em;
  /*13/16*/
  display: inline-block;
  background: transparent url('../../../fileadmin/images/svg/icon-autor.svg') no-repeat 3px 1px;
  padding-left: 25px;
  margin-bottom: 3px;
  margin-right: 20px;
  background-size: 13px;
}
.elibrary_downloads .elibrary_date {
  background-image: url('../../../fileadmin/images/svg/icon-clock.svg');
}
.elibrary_downloads .elibrary_download {
  background-image: url('../../../fileadmin/images/svg/icon-download.svg');
}
.elibrary_cat {
  margin-bottom: 25px;
}
.elibrary_category p {
  font-size: 0.875em;
  line-height: 1.2em;
  margin-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  .elibrary_categories > div {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .elibrary_categories > div {
    margin-top: 15px;
  }
}
.related .tx-hm-elibrary a {
  font-weight: 700;
  font-size: 0.938em;
  color: #2d4281;
}
.related .tx-hm-elibrary a:hover {
  color: #7497dc;
}
.related .tx-hm-elibrary .inner .size {
  font-weight: 300;
}
.size-xs .elibrary_description {
  display: none;
}
/*------------------------------------*\
	LIST VIEW [END]
\*------------------------------------*/
.elibrary_single_item .btn-default {
  float: right;
}
.elibrary_single_item .button-back {
  float: left;
}
/*------------------------------------*\
	SEARCH-FORM [BEGIN]
\*------------------------------------*/
.elibrary_search {
  margin-bottom: 30px;
}
.elibrary_searchfield {
  padding: 0.29em 0;
  outline: none;
  display: inline-block !important;
  height: 38px !important;
}
.elibrary_searchfield,
.elibrary_searchsubmit {
  margin-bottom: 0px;
  width: 229px !important;
}
.highlight {
  background-color: #bedbbe;
}
/*------------------------------------*\
	SEARCH-FORM [END]
\*------------------------------------*/
/*------------------------------------*\
	CATEGORY-NAVIGATION [BEGIN]
\*------------------------------------*/
.elibrary_category {
  text-align: center;
}
.elibrary_category svg {
  max-width: 70px;
  width: 100%;
  height: auto;
  fill: #4f4f4f;
}
@media screen and (max-width: 767px) {
  .elibrary_category svg {
    max-width: 50px;
    height: 50px;
  }
}
.elibrary_category:hover svg .blue {
  fill: #2d4281;
}
.elibrary_category:hover svg .yellow {
  fill: #ffb333;
}
.active.elibrary_category_link svg .blue {
  fill: #2d4281;
}
.active.elibrary_category_link svg .yellow {
  fill: #ffb333;
}
/*------------------------------------*\
	CATEGORY-NAVIGATION [END]
\*------------------------------------*/
/*# sourceMappingURL=elibrary.css.map */
/*------------------------------------------------------------------------------------------------------*/
/* main */
.simplePollWrap {
  position: relative;
  line-height: 16px;
}
.simplePollWrap .simplePollMain ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 20px;
}
.simplePollWrap .simplePollMain ul:after {
  clear: both;
}
.simplePollRow {
  margin-bottom: 10px;
}
.simplePollRadioText {
  font-weight: 400;
  font-size: 0.875em;
  cursor: pointer;
}
.simplePollWrap h2 {
  color: #000;
  font-size: 1.438em;
  margin: 0 0 15px 0;
  font-weight: 700;
}
/*------------------------------------------------------------------------------------------------------*/
/* see votes link and page */
#simplePollSeeVotes {
  color: #000;
  text-decoration: none;
  padding: 1px 6px;
  margin: 2px;
  float: right;
  font-size: 0.875em;
  line-height: 1.2em;
}
.simplePollSeeVotes ul {
  list-style-type: none;
  padding-left: 5px;
  margin-left: 0;
}
.simplePollSeeVotes ul li {
  text-indent: 0;
  margin-left: 0;
  padding-left: 0;
}
.simplePollSeeVotes .simplePollAnswer {
  margin-bottom: 2px;
}
.totalVotes {
  background: #ddd;
  padding: 10px 10px;
  font-weight: bold;
}
/*------------------------------------------------------------------------------------------------------*/
/* percent bars */
.simplePollSeeVotes .simplePollPercentText {
  margin-top: 3px;
  color: #555;
}
.simplePollPercentBarLimiter {
  width: 75%;
  height: 0px;
}
/*limit the overall length of the bars, so we can still fit the percent number behind it*/
.simplePollPercentBar {
  border: 1px solid #888;
  height: 14px;
  margin-top: 2px;
  margin-right: 5px;
  float: left;
  background-color: #BBB;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(#EEE 0%, #BBB 100%);
  background-image: -moz-linear-gradient(#EEE 0%, #BBB 100%);
  background-image: -o-linear-gradient(#EEE 0%, #BBB 100%);
  background-image: linear-gradient(#EEE 0%, #BBB 100%);
}
.simplePollPercentBar.simplePollPercentBarColor-1 {
  background-image: -webkit-linear-gradient(#EEE 0%, #FF0000 100%);
  background-image: -moz-linear-gradient(#EEE 0%, #FF0000 100%);
  background-image: -o-linear-gradient(#EEE 0%, #FF0000 100%);
  background-image: linear-gradient(#EEE 0%, #FF0000 100%);
}
.simplePollPercentBar.simplePollPercentBarColor-2 {
  background-image: -webkit-linear-gradient(#EEE 0%, #00ac01 100%);
  background-image: -moz-linear-gradient(#EEE 0%, #00ac01 100%);
  background-image: -o-linear-gradient(#EEE 0%, #00ac01 100%);
  background-image: linear-gradient(#EEE 0%, #00ac01 100%);
}
.simplePollPercentBar.simplePollPercentBarColor-3 {
  background-image: -webkit-linear-gradient(#EEE 0%, #0000FF 100%);
  background-image: -moz-linear-gradient(#EEE 0%, #0000FF 100%);
  background-image: -o-linear-gradient(#EEE 0%, #0000FF 100%);
  background-image: linear-gradient(#EEE 0%, #0000FF 100%);
}
.simplePollPercentBar.simplePollPercentBarColor-4 {
  background-image: -webkit-linear-gradient(#EEE 0%, #FFFF00 100%);
  background-image: -moz-linear-gradient(#EEE 0%, #FFFF00 100%);
  background-image: -o-linear-gradient(#EEE 0%, #FFFF00 100%);
  background-image: linear-gradient(#EEE 0%, #FFFF00 100%);
}
.simplePollPercentBar.simplePollPercentBarColor-5 {
  background-image: -webkit-linear-gradient(#EEE 0%, #000000 100%);
  background-image: -moz-linear-gradient(#EEE 0%, #000000 100%);
  background-image: -o-linear-gradient(#EEE 0%, #000000 100%);
  background-image: linear-gradient(#EEE 0%, #000000 100%);
}
.simplePollPercentBar.simplePollPercentBarColor-6 {
  background-image: -webkit-linear-gradient(#EEE 0%, #63ffd3 100%);
  background-image: -moz-linear-gradient(#EEE 0%, #63ffd3 100%);
  background-image: -o-linear-gradient(#EEE 0%, #63ffd3 100%);
  background-image: linear-gradient(#EEE 0%, #63ffd3 100%);
}
.simplePollPercentBar.simplePollPercentBarColor-7 {
  background-image: -webkit-linear-gradient(#EEE 0%, #e93291 100%);
  background-image: -moz-linear-gradient(#EEE 0%, #e93291 100%);
  background-image: -o-linear-gradient(#EEE 0%, #e93291 100%);
  background-image: linear-gradient(#EEE 0%, #e93291 100%);
}
.simplePollPercentBar.simplePollPercentBarColor-8 {
  background-image: -webkit-linear-gradient(#EEE 0%, #ffd556 100%);
  background-image: -moz-linear-gradient(#EEE 0%, #ffd556 100%);
  background-image: -o-linear-gradient(#EEE 0%, #ffd556 100%);
  background-image: linear-gradient(#EEE 0%, #ffd556 100%);
}
.simplePollPercentBar.simplePollPercentBarColor-9 {
  background-image: -webkit-linear-gradient(#EEE 0%, #320cbe 100%);
  background-image: -moz-linear-gradient(#EEE 0%, #320cbe 100%);
  background-image: -o-linear-gradient(#EEE 0%, #320cbe 100%);
  background-image: linear-gradient(#EEE 0%, #320cbe 100%);
}
.simplePollPercentBar.simplePollPercentBarColor-10 {
  background-image: -webkit-linear-gradient(#EEE 0%, #c13321 100%);
  background-image: -moz-linear-gradient(#EEE 0%, #c13321 100%);
  background-image: -o-linear-gradient(#EEE 0%, #c13321 100%);
  background-image: linear-gradient(#EEE 0%, #c13321 100%);
}
/*------------------------------------------------------------------------------------------------------*/
/* general */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
#content .tx-simplepoll .simplepoll-poll-list {
  margin: 40px 0;
}
/*# sourceMappingURL=simplepoll.css.map */
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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;
}
html {
  font-size: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}

.table-responsive > .table{
  margin-bottom: 10px;
  font-size: 14px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #2a6496;
  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: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  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%;
  padding-right: 0;
  padding-left: 0;
}
.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 .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../../../fileadmin/fonts/glyphicons-halflings-regular.eot');
  src: url('../../../fileadmin/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../fileadmin/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../fileadmin/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../fileadmin/fonts/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: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro: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";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.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: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.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: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.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;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.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:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-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, .125);
          box-shadow: inset 0 3px 5px rgba(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-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-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%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .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;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .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: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    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: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.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;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > 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 {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .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 {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.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 > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.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-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-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-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-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  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: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 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;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


/*------------------------------------------------------------------
[ TOC ]

BOOTSTRAP OVERWRITE/THEME		Hier werden lediglich Klassen aus dem Bootstrap-Core überschrieben.

BOOTSTRAP EXTEND				In diesem Abschnitt werden weitere "Standard-Elemente" formatiert.
								(Überschriften, Brotschrift, Links, Listenelemente, Buttons, Formulare, etc.)

	+ HELPER CLASSES			Hier werden ergänzende Hilfsklassen definiert.
	+ FORMS						Erweitert den Bootstrap-Core und überschreibt unser Basis-Theme (powermail.css)
	+ TABLES
	+ ETC...

-> An dieser Stelle sind alle Basis-Elemente der Masterseite formatiert.
Im Folgenden werden Struktur und Inhaltselemente formatiert.

LAYOUT							Der Abschnitt Layout ist in weitere Unterabschnitte unterteilt und
								definiert das gesamte "Grundgerüst" (bottom-down), also z.B. Header
								inkl. Meta-Nav, Logo, Content-Spalten, Sub-Navigationen, Footer, etc.
	z.B. Unterteilung in:
	+ HEAD
	+ SUBNAV
	+ FOOTER

MAIN							In diesem Abschnitt erfolgen sämtliche Formatierungen für Inhalte.

	z.B. Unterteilung in:
	+ TT_CONTENT				Beispiele: TYPO3-responsive-Stuff, Frame-Elemente, Zoom-Icon für csc-textpic
	+ SLIDER HOME				z.B. spezielles Element auf Startseite...
	+ TEASER
	+ TT_NEWS					Es gibt weiterhin ein Basis-Theme (tt_news.css), dass eine Standardformatierung
								liefert. Anpassungen werden hier vorgenommen.


-------------------------------------------------------------------*/
/*------------------------------------*\
	FONTS [BEGIN]
\*------------------------------------*/
/* roboto-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../../../fileadmin/fonts/roboto-v20-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../../fileadmin/fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../fileadmin/fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../fileadmin/fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */ url('../../../fileadmin/fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../fileadmin/fonts/roboto-v20-latin-300.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../../../fileadmin/fonts/roboto-v20-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../../fileadmin/fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../fileadmin/fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../fileadmin/fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../../../fileadmin/fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../fileadmin/fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../../../fileadmin/fonts/roboto-v20-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../../fileadmin/fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../fileadmin/fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../fileadmin/fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */ url('../../../fileadmin/fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../fileadmin/fonts/roboto-v20-latin-500.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../../../fileadmin/fonts/roboto-v20-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../../fileadmin/fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../fileadmin/fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../fileadmin/fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */ url('../../../fileadmin/fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../fileadmin/fonts/roboto-v20-latin-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/*------------------------------------*\
	FONTS [END]
\*------------------------------------*/
/*------------------------------------*\
	BOOTSTRAP OVERWRITE/THEME [BEGIN]
\*------------------------------------*/
/*body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
html {
  font-size: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font: 1.6em/1.6em "Roboto", Arial, Verdana, sans-serif;
  color: #393a3d;
  font-weight: 400;
}
a {
  color: #2d4281;
}
a:hover,
a:focus {
  color: #7497dc;
  text-decoration: none;
}
p {
  margin: 0 0 25px;
  /*line-height:2.05em;*/
}
h1,
.h1 {
  font-weight: 700;
  line-height: 1.1;
}
h2,
.h2 {
  font-weight: 600;
  line-height: 1.1;
}
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}
h1,
.h1 {
  color: #2d4281;
  margin: 0 0 8px 0;
  font-size: 2.313em;
  /* 37/16 */
}
h2,
.h2 {
  color: #1b1b1b;
  font-size: 1.75em;
  /* 28/16 */
  margin: 0 0 23px 0;
}
h3,
.h3 {
  color: #1b1b1b;
  margin: 0 0 12px 0;
  font-size: 1.313em;
  /*21/16*/
  font-weight: 700;
}
h4,
.h4 {
  color: #1b1b1b;
  margin: 0 0 12px 0;
  font-size: 1.125em;
  /*18/16*/
  font-weight: 700;
}
h5,
.h5 {
  margin: 0 0 20px 0;
  font-size: 1em;
}
h6,
.h6 {
  margin: 0 0 20px 0;
  font-size: 1em;
}
ol li {
  list-style-type: decimal;
  margin-left: 20px;
  padding-bottom: 1em;
}
ol,
ul {
  list-style: none outside none;
}
.container {
  /*max-width: 992px !important;*/
}
table {
  height: auto;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #393a3d;
  background-color: #d4d4d4;
}
.table > tbody > tr > td {
  vertical-align: top;
  border-bottom: 1px solid #c3c4c4;
}
.table > tbody > tr:nth-child(odd) > td,
.table > tbody > tr:nth-child(odd) > th {
  background-color: #f1f1f1;
}
.form-control {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #a3a3a3;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #818181;
  display: block;
  font-size: 0.875em;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1.063em;
  font-weight: 700;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  text-decoration: none !important;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  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 {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.btn-default {
  color: #fff;
  border-color: transparent;
  padding: 6px 36px 6px 24px;
  background: #3c59ad url('../../../fileadmin/images/button.png') no-repeat scroll right center;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #8397dc;
  background-color: #3c59ad;
  border-color: transparent;
  background: #1c2e7a url('../../../fileadmin/images/button-over.png') no-repeat scroll right center;
}
/*
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-image: none;
}
*/
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #3c59ad;
  border-color: transparent;
}
.btn-default.button-back {
  padding: 6px 24px 6px 36px;
  background-image: url('../../../fileadmin/images/button-back.png');
  background-position: left center;
}
.btn-default.button-back:hover,
.btn-default.button-back:focus,
.btn-default.button-back:active {
  background-image: url('../../../fileadmin/images/button-back-over.png');
  background-position: left center;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
#content .leftcol .bodytext a.internal-link-right {
  font-weight: 700;
  text-decoration: none;
  float: right;
}
#content .leftcol .bodytext a.internal-link-right:after {
  content: " \00BB";
  font-size: 1.2em;
}
/*

*/
/*
.btn-default {
	background-color: #2d4281;
	border-color: #2d4281;
}
.btn {
	border-radius: 0;
}
.btn {
    background: #2d4281 url("/fileadmin/images/icon-btn.png") no-repeat scroll right 6px;

 	padding:12px 48px 12px 36px;
}*/
/* SET CONTAINER WIDTH
 * AND
 * CONTAINERS WITH NO PADDING AT ALL
 */
.container.noContainerPadding,
.container-fluid.noContainerPadding {
  padding-left: 0px;
  padding-right: 0px;
}
.container.noContainerPadding .row,
.container-fluid.noContainerPadding .row {
  margin-left: 0px;
  margin-right: 0px;
}
.container.noContainerPadding .row .col-xs-1,
.container.noContainerPadding .row .col-xs-2,
.container.noContainerPadding .row .col-xs-3,
.container.noContainerPadding .row .col-xs-4,
.container.noContainerPadding .row .col-xs-5,
.container.noContainerPadding .row .col-xs-6,
.container.noContainerPadding .row .col-xs-7,
.container.noContainerPadding .row .col-xs-8,
.container.noContainerPadding .row .col-xs-9,
.container.noContainerPadding .row .col-xs-10,
.container.noContainerPadding .row .col-xs-11,
.container.noContainerPadding .row .col-xs-12,
.container.noContainerPadding .row .col-sm-1,
.container.noContainerPadding .row .col-sm-2,
.container.noContainerPadding .row .col-sm-3,
.container.noContainerPadding .row .col-sm-4,
.container.noContainerPadding .row .col-sm-5,
.container.noContainerPadding .row .col-sm-6,
.container.noContainerPadding .row .col-sm-7,
.container.noContainerPadding .row .col-sm-8,
.container.noContainerPadding .row .col-sm-9,
.container.noContainerPadding .row .col-sm-10,
.container.noContainerPadding .row .col-sm-11,
.container.noContainerPadding .row .col-sm-12,
.container.noContainerPadding .row .col-md-1,
.container.noContainerPadding .row .col-md-2,
.container.noContainerPadding .row .col-md-3,
.container.noContainerPadding .row .col-md-4,
.container.noContainerPadding .row .col-md-5,
.container.noContainerPadding .row .col-md-6,
.container.noContainerPadding .row .col-md-7,
.container.noContainerPadding .row .col-md-8,
.container.noContainerPadding .row .col-md-9,
.container.noContainerPadding .row .col-md-10,
.container.noContainerPadding .row .col-md-11,
.container.noContainerPadding .row .col-md-12,
.container.noContainerPadding .row .col-lg-1,
.container.noContainerPadding .row .col-lg-2,
.container.noContainerPadding .row .col-lg-3,
.container.noContainerPadding .row .col-lg-4,
.container.noContainerPadding .row .col-lg-5,
.container.noContainerPadding .row .col-lg-6,
.container.noContainerPadding .row .col-lg-7,
.container.noContainerPadding .row .col-lg-8,
.container.noContainerPadding .row .col-lg-9,
.container.noContainerPadding .row .col-lg-10,
.container.noContainerPadding .row .col-lg-11,
.container.noContainerPadding .row .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
.container,
.container-fluid {
  padding-right: 45px;
  padding-left: 45px;
}
.size-xs .container,
.size-xs .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.size-xs .container.noContainerPadding,
.size-xs .container-fluid.noContainerPadding {
  padding-left: 0;
  padding-right: 0;
}
/*
.btn {
	padding: 7px 20px;
	font-size: 1em;
	border-radius: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #3c3c3c;
	border-color: #232323;
}*/
/*.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}*/
/*.btn-sm, .btn-xs {
	padding: 2px 15px;
	font-size:	0.857em;
	border-radius: 8px;
}*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 0;
  border: none;
}
/*.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 0;
}*/
/*------------------------------------*\
	BOOTSTRAP OVERWRITE/THEME [END]
\*------------------------------------*/
/*------------------------------------*\
	BOOTSTRAP EXTEND [BEGIN]
\*------------------------------------*/
/*------------------------------------*\
	BOOTSTRAP EXTEND - MISC [BEGIN]
\*------------------------------------*/
body {
  background: #dbdddc url('../../../fileadmin/images/bg.jpg') repeat fixed 0 0;
}
#risknetWrapper {
  background: url('../../../fileadmin/images/header_bg.png') repeat-x 0 0;
}
@media screen and (max-width: 991px) {
  #risknetWrapper {
    background: url('../../../fileadmin/images/header_bg.png') repeat-x 0 0;
  }
}
#main ul,
#main ol {
  list-style-type: none;
  margin: 25px 0 25px;
  padding: 0;
}
#main ul li {
  background: transparent url('../../../fileadmin/images/arrow.png') no-repeat scroll -15px -164px;
  padding-left: 28px;
  margin: 10px 0;
}
.verticalDivider {
  background: url('../../../fileadmin/images/trenner_vert.png') repeat-y top center;
}
hr {
  background-color: #cbcbcb;
  border: medium none;
  height: 1px;
  margin: 35px 0;
  width: 100%;
}
.footer-wrapper hr {
  background: transparent url('../../../fileadmin/images/hr_dark.png') repeat-x scroll 0 0;
}
span.red,
span.mandantory {
  color: #b30037;
}
.linkMore,
.readmore-js-toggle {
  background: transparent url('../../../fileadmin/images/arrow.png') no-repeat -10px -16px;
  padding-left: 37px;
  margin-top: 20px;
}
.linkMore.active,
.readmore-js-toggle.active {
  background-position: -10px -505px;
}
span.btn a {
  color: #fff;
}
span.btn {
  margin-top: 25px;
  display: block;
}
.teaser > .row > .col-md-12 {
  min-height: 0;
}
.btn-outline {
  -moz-user-select: none;
  background-image: none;
  border: 2px solid #2d4281;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  /* line-height: 2em;*/
  margin-bottom: 0;
  padding: 6px 15px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none !important;
}
.btn-outline:after {
  content: " \00BB";
  font-size: 1.2em;
}
/*.btn-outline span{
	font-size:1.1em;
}*/
a.underline {
  text-decoration: underline;
}
.radio,
.checkbox {
  line-height: 1.2em;
}
.radio label,
.checkbox label {
  font-size: 0.875em;
}
.radio-inline,
.checkbox-inline {
  line-height: 1.2em;
}
.radio-inline label,
.checkbox-inline label {
  font-size: 0.875em;
  font-weight: 300;
}
p.smaller-size {
  font-size: 0.813em;
  color: #747882;
  line-height: 1.2em;
}
.btn-flat {
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  background-color: #2d4281;
  display: block;
  text-align: center;
  margin-top: 5px;
  line-height: 38px;
}
.btn-flat:hover {
  color: #7497dc;
}
.btn-flat span {
  font-size: 1.2em;
  margin-left: 3px;
}
select[multiple] {
  width: 100%;
  border: 1px solid #A3A3A3;
}
.fieldset {
  /* border-bottom: 1px solid #cbcbcb; */
  margin-bottom: 24px;
  padding: 0 0 10px;
}
/*------------------------------------*\
	BOOTSTRAP EXTEND - MISC [END]
\*------------------------------------*/
/*------------------------------------*\
	BOOTSTRAP EXTEND - FORMS [BEGIN]
\*------------------------------------*/
div.selector,
div.selector span,
div.checker span {
  background-image: url('../../../fileadmin/images/sprite.png');
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
div.selector,
div.checker {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
div.selector:focus,
div.checker:focus {
  outline: 0;
}
div.selector,
div.selector *,
div.checker,
div.checker * {
  margin: 0;
  padding: 0;
}
div.selector {
  background-position: 0 -185px;
  line-height: 37px;
  height: 37px;
  padding: 0 0 0 20px;
  position: relative;
  overflow: hidden;
  width: 100% !important;
}
div.selector span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-position: right 0;
  height: 37px;
  line-height: 37px;
  padding-right: 35px;
  cursor: pointer;
  width: 100% !important;
  display: block;
}
div.selector.fixedWidth {
  width: 190px;
}
div.selector.fixedWidth span {
  width: 155px;
}
div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 37px;
  /*top: 2px;*/
  top: 0;
  left: 0;
  width: 100%;
}
div.selector.active {
  background-position: 0 -222px;
}
div.selector.active span {
  background-position: right -37px;
}
div.selector.hover,
div.selector.focus {
  background-position: 0 -259px;
}
div.selector.hover span,
div.selector.focus span {
  background-position: right -74px;
}
div.selector.hover.active,
div.selector.focus.active {
  background-position: 0 -296px;
}
div.selector.hover.active span,
div.selector.focus.active span {
  background-position: right -111px;
}
div.selector.disabled,
div.selector.disabled.active {
  background-position: 0 -333px;
}
div.selector.disabled span,
div.selector.disabled.active span {
  background-position: right -148px;
}
div.selector span {
  color: #818181;
}
div.selector.disabled span,
div.selector.disabled.active span {
  color: #bbb;
}
div.selector.hover span {
  color: #444;
}
/*------------------------------------*\
	BOOTSTRAP EXTEND - FORMS [END]
\*------------------------------------*/
/*------------------------------------*\
	BOOTSTRAP EXTEND - HELPER CLASSES [BEGIN]
\*------------------------------------*/
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
/*
.size-sm .noPadding,
.size-md .noPadding,
.size-lg .noPadding{
	margin-left: 	-30px;
	margin-right: 	-30px;
}*/
.noPadding {
  margin-left: -30px;
  margin-right: -30px;
}
/*
p.bodytext:before,
p.bodytext:after{
  display: table;
  content: " ";
}
p.bodytext:after {
  clear: both;
}
*/
/*------------------------------------*\
	BOOTSTRAP EXTEND - HELPER CLASSES	[END]
\*------------------------------------*/
/*------------------------------------*\
	BOOTSTRAP EXTEND [END]
\*------------------------------------*/
/*------------------------------------*\
	BOOTSTRAP EXTEND - ALERT [BEGIN]
\*------------------------------------*/
.alert {
  font-size: 0.938em;
  background: #e0e3ec url('../../../fileadmin/images/icon-xl-alert.png') no-repeat scroll 0 0;
  padding: 18px 18px 18px 89px;
  min-height: 87px;
}
.alert strong,
.alert h2 {
  color: #31708f;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.alert h2 {
  margin-bottom: 10px;
}
.alert-success {
  color: #fff;
  background-color: #4b9463;
  background-position: -5960px 0px;
}
.alert-success strong,
.alert-success h2 {
  color: #fff;
}
.alert-warning {
  color: #d48700;
  background-color: #ffe088;
  background-position: -3960px 0px;
}
.alert-warning strong,
.alert-warning h2 {
  color: #d48700;
}
.alert-danger {
  color: #fff;
  background-color: #e15050;
  background-position: -1960px 0px;
}
.alert-danger strong,
.alert-danger h2 {
  color: #fff;
}
.alert-info strong,
.alert-info h2,
.alert-info p,
.alert-message {
  color: #3D518B;
}
.alert > p,
.alert > ul {
  margin-bottom: 25px;
}
.alert > p:last-child,
.alert > ul:last-child {
  margin-bottom: 0;
}
/*------------------------------------*\
	BOOTSTRAP EXTEND - ALERT [END]
\*------------------------------------*/
/*--------------------------------------------*\
	LAYOUT - RESPONSIVE ADAPTION SIZE XS [BEGIN]
\*--------------------------------------------*/
.size-xs h1 {
  font-size: 1.7em;
}
.size-xs h2 {
  font-size: 1.5em;
}
.size-xs h3 {
  font-size: 1.3em;
}
.size-xs h4 {
  font-size: 1em;
}
.size-xs h5 {
  font-size: 1em;
}
.size-xs h6 {
  font-size: 1em;
}
.size-xs .col-xs-pad {
  padding-right: 0;
}
.size-xs .col-xs-pad-left {
  padding-left: 0;
}
.size-xs .col-xs-pad-right {
  padding-right: 0;
}
.col-pad-left {
  padding-left: 0;
}
/*--------------------------------------------*\
	LAYOUT - RESPONSIVE ADAPTION SIZE XS [END]
\*--------------------------------------------*/
/*------------------------------------*\
	LAYOUT [BEGIN]
\*------------------------------------*/
.container-fluid {
  max-width: 1200px;
}
/*------------------------------------*\
	LAYOUT - SHADOW [BEGIN]
\*------------------------------------*/
.shadow {
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.size-xs .shadow,
.size-sm .shadow {
  overflow: hidden;
}
.shadow.container,
.shadow.container-fluid {
  padding: 0;
}
/*------------------------------------*\
	LAYOUT - SHADOW [END]
\*------------------------------------*/
/*------------------------------------*\
	LAYOUT - BANNER / ADS [BEGIN]
\*------------------------------------*/
/*
.size-lg #bannerLeaderboard{
	padding-top: 	15px;
	padding-bottom: 15px;
}

#bannerFullbanner{
	padding-top: 	15px;
	padding-bottom: 15px;
}
*/
/*------------------------------------*\
	LAYOUT - BANNER / ADS [END]
\*------------------------------------*/
/*------------------------------------*\
	LAYOUT - HEADER [BEGIN]
\*------------------------------------*/
#headerWrapper {
  background: #FCFCFC url('../../../fileadmin/images/header-bg.jpg') no-repeat scroll center top;
}
.size-xs #headerWrapper {
  background-image: none;
}
header.header {
  position: relative;
}
@media screen and (min-width: 768px) {
  header.header {
    height: 147px;
  }
}
header.container {
  /*padding-left:0;
        padding-right:0;
    */
}
nav {
  position: relative;
  z-index: 100;
}
.nav-wrap {
  width: 60%;
  /*width:25.80%\9; ie8 and below*/
  float: right;
}
.logo-wrap {
  position: relative;
  padding-left: 15px;
  top: 0;
  z-index: 0;
  max-width: 720px;
}
.logo-wrap img,
.logo-wrap svg {
  float: left;
}
.logo-wrap svg {
  height: 147px;
  width: 252px;
  max-width: 40vw;
  margin-right: 23px;
}
@media screen and (max-width: 767px) {
  .logo-wrap {
    padding-left: 0;
    max-width: 40vw;
    height: 66px;
  }
  .logo-wrap svg {
    position: absolute;
    top: 50%;
    left: 0;
    padding-top: 0;
    height: 35px;
    width: 100%;
    max-width: 40vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.logo-wrap > a {
  display: block;
}
#metacont {
  float: right;
  margin: 24px 0px 0 0;
}
.meta-nav {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.meta-nav .log {
  display: none;
}
.meta-nav ul {
  float: left;
  margin: 0;
  padding: 0;
}
.meta-nav ul.meta {
  padding: 0 0 0 1em;
  background-color: rgba(255, 255, 255, 0.75);
}
.meta-nav ul.meta-lang {
  padding: 0 0 0 1em;
  background-color: rgba(255, 255, 255, 0.75);
}
.size-xs .meta-nav ul.meta-lang {
  background-color: transparent;
}
.meta-nav ul li {
  float: left;
  line-height: 2.65em;
  color: #c2c2c2;
}
.meta-nav ul li .separator {
  margin: 0 0.4em;
}
.meta-nav ul li a {
  font-size: 0.875em;
  /*14/16*/
  color: #000;
}
.meta-nav ul li.lang {
  margin: 0 2em 0 2em;
}
.size-xs .meta-nav ul li.lang,
.size-sm .meta-nav ul li.lang {
  margin-right: 1em;
}
.meta-nav ul li.lang a,
.meta-nav ul li.lang span {
  font-size: 0.813em;
  /*13/16*/
  font-weight: 700;
  background-color: #747882;
  padding: 1px 6px;
  color: #fff;
}
.meta-nav ul li.lang a:focus,
.meta-nav ul li.lang a:hover {
  background-color: #2D4281 !important;
  color: #fff !important;
}
.meta-nav ul li.lang a.en,
.meta-nav ul li.lang span.en {
  background-color: #e2e3e6;
  margin-left: 1px;
  color: #000;
}
.meta-nav .log li.login {
  background-color: #2d4281;
}
.meta-nav .log li.login a {
  background: transparent url('../../../fileadmin/images/icon.png') no-repeat scroll 2px -4px;
  padding: 0 1.7em 0 2.7em;
  display: block;
  font-size: 0.938em;
  /*15/16*/
  font-weight: 700;
  color: #fff;
}
/*
#metanav li a, #socialnav li a {
	display:block;
	width:34px;
	height:34px;
	font-size:1.08em;
	color:#222222;
	background: #b30037 url('../../../fileadmin/images/icon.png') no-repeat 0 0;
*/
/*remove text*/
/*
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
#metanav li a:hover, #socialnav li a:hover {
background-color: #3c3c3c;
}*/
/* menu-trigger*/
/*
#metanav a#menu-trigger, #metanav a#menu-trigger:visited, #metanav a#menu-trigger:focus, #metanav a#menu-trigger:active, .btnCloseMobileNavi {
	display:block;
	width:55px;
	height:55px;
	font-size:1.08em;
	color:#222222;
	background: #b30037 url('../../../fileadmin/images/icon.png') no-repeat -68px 0;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.btnCloseMobileNavi {
	background-color: #3c3c3c;
	background-position: -68px -55px;
	float: right;
}
#metanav a#menu-trigger:hover {
	background-color: #3c3c3c;
}
#metanav li, #socialnav li {
	margin-left:4px;
}
#metanav li a.log {
	background-position: 0 -34px;
}
#metanav li a.lan {
	margin-left:18px;
	background-position: 0 -68px;
}
#metanav li a.langLinkDe {
	background-position: -34px -68px;
}
#socialnav li a.twi {
	background-position: 0 -102px;
}
#socialnav li a.fac {
	background-position: -34px 0;
}
#socialnav li a.xin {
	background-position: -34px -34px;
}
#search {
	position: absolute;
	right: 0;
	top: 101px;
}*/
/*------------------------------------*\
	LAYOUT - HEADER [END]
\*------------------------------------*/
/*------------------------------------*\
	LAYOUT - NAVIGATION [BEGIN]
\*------------------------------------*/
/*
nav {
}
.row-nav {
	margin:0;
	padding:0;
}
.row-nav .col-md-9, .row-nav .col-md-3 {
	padding-left:0;
	padding-right:0;
}
*/
.row-nav .left {
  background: #3d59ac;
  background: -moz-linear-gradient(top, #3d59ac 0%, #2f4380 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d59ac), color-stop(100%, #2f4380));
  background: -webkit-linear-gradient(top, #3d59ac 0%, #2f4380 100%);
  background: -o-linear-gradient(top, #3d59ac 0%, #2f4380 100%);
  background: -ms-linear-gradient(top, #3d59ac 0%, #2f4380 100%);
  background: linear-gradient(to bottom, #3d59ac 0%, #2f4380 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d59ac', endColorstr='#2f4380', GradientType=0);
  margin: 0;
  /*padding:0 30px 0 0;*/
}
.row-nav .right {
  background: #fec737;
  background: -moz-linear-gradient(top, #fec737 0%, #ffb333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fec737), color-stop(100%, #ffb333));
  background: -webkit-linear-gradient(top, #fec737 0%, #ffb333 100%);
  background: -o-linear-gradient(top, #fec737 0%, #ffb333 100%);
  background: -ms-linear-gradient(top, #fec737 0%, #ffb333 100%);
  background: linear-gradient(to bottom, #fec737 0%, #ffb333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec737', endColorstr='#ffb333', GradientType=0);
  margin: 0;
  padding: 0 15px;
}
.row-nav ul li {
  line-height: 50px;
  height: 50px;
}
#nav,
.row-nav .right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.row-nav .right ul a {
  padding: 0.75em 1em;
  display: block;
  position: relative;
}
.row-nav .right ul li {
  position: relative;
  /*float:left;*/
  width: 100%;
}
/** MOBILE MENU BUTTON **/
.row-nav .left .sf-menu-mob li a {
  background: transparent url('../../../fileadmin/images/svg/menu.svg') no-repeat 16px center;
  background-size: 20px;
  padding-left: 48px;
}
.row-nav .left .sf-menu-mob li > a:hover {
  background: #1c2e7a url('../../../fileadmin/images/icon-nav.png') no-repeat 0 -100px;
}
/** MOBILE LOGIN BUTTON **/
.row-nav .left .sf-menu-mob li.login a {
  background: transparent url('../../../fileadmin/images/icon-nav.png') no-repeat 0 -51px;
  padding-left: 48px;
}
.row-nav .left .sf-menu-mob .login > a:hover {
  background: #1c2e7a url('../../../fileadmin/images/icon-nav.png') no-repeat 0 -151px;
}
/*.row-nav .right ul form{
	padding: .75em 1em;
	display: block;
	position: relative;
}
.row-nav .right form{
	margin: .6em 0 0 0;
	padding:0;
}*/
.search-form {
  margin: 0;
  padding: 0;
  position: relative;
  top: 8px;
}
.search-form label {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -8px;
  left: 33px;
  color: #000;
  font-size: 1.125em;
  font-weight: 700;
}
.search-form .form-control {
  position: relative;
  padding-left: 33px;
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 1.125em;
  font-weight: 700;
  font-style: normal;
  vertical-align: middle;
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  /*background: transparent url('../../../fileadmin/images/svg/search.svg') no-repeat 15px center;*/
  background: transparent url('../../../fileadmin/images/svg/search.svg') no-repeat 5px center;
  background-size: 20px;
}
/*
.navbar-form.navbar-right:last-child {
    margin-right: 0;
}*/
#navcont {
  float: right;
  margin-top: 20px;
  position: relative;
  z-index: 100;
}
.clb {
  clear: both;
}
#mobileNavigationTrigger {
  /*background: url('../../../fileadmin/images/icon.png') no-repeat scroll 0 0 #B30037;
    color: #222222;
    display: block;
    font-size: 1.08em;
    height: 34px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 34px;*/
}
/*------------------------------------*\
	LAYOUT - NAVIGATION [END]
\*------------------------------------*/
/*------------------------------------*\
	LAYOUT - SUBNAVIGATION [BEGIN]
\*------------------------------------*/
/*
#navigationL2 {
	z-index: 10;
}
#navigationL2 .subnav {
	width: 90%;
	box-shadow: 3px 3px 10px -2px #777777;
	padding: 10px 0px 20px 0px;
	background: #b30037;
}
.subnav, .subnavL2 {
	position:relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.subnavL2 {
	display:none;
}
.clicked .subnavL2 {
	display:block;
}
.active .subnavL2 {
	display:block;
}
.active.clicked .subnavL2 {
	display:none;
}
.subnav a {
	font-family:	"Open Sans Condensed", Arial, Verdana, sans-serif;
	font-size:1.429em;
	font-weight: 300;
	color: #fff;
	padding: 0.55em 0.55em 0.55em 2.3em;
	text-decoration: none;
	display:block;
}
.subnav .level1 {
	font-family: 'EB Garamond', serif;
	font-weight: 300;
	line-height: 1.1;
	font-size:1.714em;
	color: #fff;
	padding: 0.55em 0.55em 0.55em 1.85em;
	text-decoration: none;
	display:block;
	background-image: none;
}
.subnav > li.withsubpage > a {
	background: transparent url('../../../fileadmin/images/arrow.png') no-repeat 0 -303px;
}
.subnav > li.withsubpage.cur > a, .subnav > li.withsubpage.clicked > a {
	background-position: 0 -353px;
}
.subnav li {
	background-color: #b30037;
}
.subnavL2 a {
	font-size:1em;
	padding: 0.55em 0.55em 0.55em 3.3em;
	background-image:none;
}
.subnav > li > a:hover {
	background-color: #fff;
	color:#000;
}
.subnav li.level1 a:hover {
	background-color: #b30037;
}
.subnav > li.withsubpage.active > a {
	background-position: 0 -353px;
}
.subnav > li.withsubpage > a:hover {
	background-position: 0 -403px;
}
.subnav > li.withsubpage.clicked > a:hover {
	background-position: 0 -453px;
}
.subnav > li.withsubpage.cur > a:hover {
	background-position: 0 -453px;
}
.subnav .cur > a {
	font-weight:bold;
	color:#fff;
}
.subnavL2 a:hover {
	background-color: #fff;
	color:#000;
}
.outnav {
	width: 90%;
	box-shadow: 3px 3px 10px -2px #777777;
	padding: 10px 0px 20px 0px;
	background: #b30037;
	position:relative;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}
.outnav a {
	font-family:	"Open Sans", Arial, Verdana, sans-serif;
	font-size:1em;
	color: #fff;
	padding: 1.25em 0.55em 1.25em 4.8em;
	text-decoration: none;
	display:block;
	background: #b30037 url('../../../fileadmin/images/icon.png') no-repeat 35px -126px;
}
.outnav li a:hover {
	background-color: #3c3c3c;
}
.sticky {
	position: fixed;
	top: 40px;
}
*/
/*------------------------------------*\
	LAYOUT - SUBNAVIGATION [END]
\*------------------------------------*/
/*------------------------------------*\
	LAYOUT - CONTENT [BEGIN]
\*------------------------------------*/
#content .leftcol {
  padding-bottom: 25px;
}
#content .related > .inner {
  padding-bottom: 50px;
}
/* adjustments for risknetwork */
#content .leftcol.col-md-12 {
  padding-bottom: 0px;
  /* remove bottom-padding -> related-col is used in risknetwork-plugin */
}
#content .leftcol.col-md-12 .col-md-12 {
  padding-bottom: 30px;
  /* padding for detail view without right column (not logged in or not public and no downloads) */
}
#content .col-md-12 .related {
  margin-top: -25px;
  /* compensate margin -> related-col is used in risknetwork-plugin */
}
#content .col-md-12 .tx-risknetwork > .row > .col-md-8 {
  padding-bottom: 30px;
}
/* adjustments for risknetwork END*/
#content .leftcol .ce-bodytext a,
#content .leftcol .bodytext a,
#content .leftcol p:not([class]) a:not(.tx-glossary),
#content .leftcol p a.internal-link {
  text-decoration: underline;
}
#content .leftcol a[href*="glossary"] {
  text-decoration: none;
}
#content .leftcol .alert a {
  text-decoration: none !important;
}
#content .leftcol a.btn {
  text-decoration: none;
}
#content .leftcol ul,
#content .leftcol ol {
  margin: 0 0 25px 13px;
  padding: 0;
}
#content .leftcol ul.pagination,
#content .leftcol ol.pagination {
  margin: 0 auto;
  list-style-type: none;
}
#content .leftcol ul.pagination li,
#content .leftcol ol.pagination li {
  background-image: none;
  padding: 0;
}
#content .leftcol ul.pagination li a,
#content .leftcol ol.pagination li a {
  color: #2d4281;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #2d4281;
  border-color: #2d4281;
}
.page-navigation {
  text-align: center;
}
#content .leftcol div.indent {
  padding-left: 28px;
}
#content .leftcol ul li {
  background: transparent url('../../../fileadmin/images/li.png') no-repeat scroll 0 8px;
  padding-left: 18px;
  line-height: 1.3em;
  margin: 10px 0;
}
#content .leftcol div.var ul li {
  background: transparent url('../../../fileadmin/images/li-var.png') no-repeat scroll 0 3px;
  padding-left: 22px;
}
.teaser {
  padding-top: 30px;
}
/*#content {
    margin-top: 27px;
}*/
/*
header .row {
	margin-left: -30px;
	margin-right: -30px;
}

*/
.teaser > .row {
  margin-left: -30px;
  margin-right: -30px;
}
.main > .row {
  margin-left: -30px;
  margin-right: -30px;
}
.subfooter > .container > .row .subfooter > .container-fluid > .row {
  margin-left: -30px;
  margin-right: -30px;
}
#footer .footer-nav > .row {
  margin-left: -30px;
  margin-right: -30px;
}
#footer > .container > .row #footer > .container-fluid > .row {
  margin-left: -30px;
  margin-right: -30px;
}
.related {
  margin-left: -30px;
  margin-right: -30px;
  /* background moved to .realted .inner */
  /*background-color:#f1f1f1;	*/
}
.related p.bodytext {
  font-size: 0.875em;
}
@media (min-width: 992px) {
  .related {
    margin-left: 0;
    margin-right: 0;
  }
}
/*.related .csc-default{
	padding: 20px;
	border-bottom:1px solid #cbcbcb;
}*/
.related > .inner > div {
  padding: 30px;
  border-bottom: 1px solid #cbcbcb;
}
.related > .inner > div:last-child {
  border-bottom: none;
}
.related > .inner > div.csc-voting {
  padding-bottom: 0;
  border-bottom: none;
}
.related > .inner > div.csc-voting > div {
  margin-bottom: 0 !important;
}
.related h1,
.related h2 {
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}
.main .col-md-4.related > .inner {
  background: #f1f1f1;
}
.size-md .main .col-md-4.related > .inner,
.size-lg .main .col-md-4.related > .inner {
  margin-right: -30px;
}
.size-xs .main .col-md-4.related > .inner,
.size-sm .main .col-md-4.related > .inner {
  margin-right: 0px;
  margin-left: 0px;
}
.size-xs .main .col-md-4.related {
  margin-right: -15px;
  margin-left: -15px;
}
.size-xs .related > .inner > div {
  padding-left: 15px;
  padding-right: 15px;
}
/* main gilt nur bei zwei spalten */
.content-wrapper {
  margin-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
}
#main {
  margin: 0 auto;
  position: relative;
}
#mainbottom {
  width: 918px;
  margin: 0 auto;
  position: relative;
}
/*------------------------------------*\
	LAYOUT - CONTENT [END]
\*------------------------------------*/
/*------------------------------------*\
	LAYOUT - FOOTER [BEGIN]
\*------------------------------------*/
.subfooter {
  padding: 50px 0 20px;
  background-color: #5d6065;
  color: #ffffff;
  text-align: center;
}
.subfooter dfn {
  pointer-events: none;
  border: none !important;
  color: #FFF;
}
.subfooter .title {
  height: 56px;
  margin-top: 10px;
}
.subfooter .title > span {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 21px;
  padding: 15px 20px;
  border-bottom: 1px solid #ffffff;
}
.subfooter a.btn-top {
  border: 3px solid #adb1b2;
  text-transform: uppercase;
  display: block;
  color: #adb1b2;
  padding: 0.75em 2.25em 0.75em 4.25em;
  font-weight: bold;
  background: transparent url('../../../fileadmin/images/icon.png') no-repeat scroll 20px -250px;
  max-width: 290px;
  margin: 48px auto 0 auto;
}
.subfooter a.btn-top:hover {
  color: #dbdcdd;
}
#footer {
  background-color: #808388;
  text-align: center;
  padding: 26px 0 18px 0;
}
#footer .socialMediaLinks img {
  width: 32px;
  margin: 0 2px 11px;
  opacity: 0.6;
  -webkit-transition: ease-in-out all 250ms;
  -moz-transition: ease-in-out all 250ms;
  -ms-transition: ease-in-out all 250ms;
  -o-transition: ease-in-out all 250ms;
  transition: ease-in-out all 250ms;
}
#footer .socialMediaLinks a:hover img {
  opacity: 1;
}
#footer .legal {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2px;
}
#footer .legal a {
  color: #ffffff;
}
#footer .credits {
  color: #b8babf;
  font-size: 12px;
  margin: 0;
}
/*------------------------------------*\
	LAYOUT - FOOTER [END]
\*------------------------------------*/
/*------------------------------------*\
	LAYOUT [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN [BEGIN]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - TT_CONTENT [BEGIN]
\*------------------------------------*/
div.csc-textpic .csc-textpic-imagewrap figure,
div.csc-textpic figure.csc-textpic-imagewrap,
figcaption.csc-textpic-caption {
  display: block;
}
div.csc-textpic .csc-textpic-imagewrap figure.csc-textpic-image {
  display: block;
  margin-bottom: 30px;
}
div.csc-textpic-center .csc-textpic-center-inner,
div.csc-textpic-center .csc-textpic-center-outer {
  width: 100%;
  float: none !important;
}
.csc-textpic-center figure.csc-textpic-image img {
  margin: 0 auto;
}
/* this option is neede for responsive images, but destroys behaviour for text/img-left... */
div.csc-textpic div.csc-textpic-imagecolumn,
div.csc-textpic-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left .csc-textpic-imagewrap,
.csc-textpic-imagewrap {
  float: none !important;
}
/* we use text/img-left only in right column... (see Intensiv-Seminare -> Seminarangebot) */
.related div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  float: left !important;
}
div.csc-textpic div.csc-textpic-imagecolumn {
  /*width:47%;*/
  /*margin-right:3%;*/
}
.video-container {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.video-container.widescreen {
  padding-bottom: 57.25%;
}
.video-container.vimeo {
  padding-top: 0;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/*.csc-textpic {
	margin-bottom:	25px;
}*/
figcaption.csc-textpic-caption {
  font-size: 0.857em;
  /* 12/14 */
  font-style: italic;
  padding: 5px 0px 0px 0px;
  text-align: center;
  /*margin:		0 auto;*/
}
a.lightbox {
  display: block;
  position: relative;
}
.fancybox-title-float-wrap .child {
  white-space: normal !important;
}
.csc-textpic .csc-textpic-image a .lightboxZoomOverlay {
  background: url('../../../fileadmin/images/zoom_overlay.png') no-repeat scroll center center rgba(0, 0, 0, 0);
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.frame-type-hmdefaulttemplates_simpleimagegalleryrisknet a .lightBoxZoomOverlay {
  background: url('../../../fileadmin/images/zoom-overlay.png') no-repeat scroll top left;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  pointer-events: none;
}
.csc-textpic .csc-textpic-image a:hover .lightboxZoomOverlay {
  opacity: 1;
}
.fancybox-title-float-wrap {
  top: 102% !important;
}
.csc-noteBox {
  border: 1px solid #c3c3c3;
  background: #f4f4f4 url('../../../fileadmin/images/icon-info.png') no-repeat left 22px;
  padding: 22px 30px 30px 109px;
  margin-bottom: 25px;
}
/*------------------------------------*\
	MAIN - TT_CONTENT [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - GOOGLE DFP [BEGIN]
\*------------------------------------*/
/* Leaderboard */
#div-gpt-ad-1396595755668-2 > div {
  width: 970px;
  height: 100px;
  margin: 1px auto;
}
.size-lg #div-gpt-ad-1396595755668-2 > div {
  margin: 10px auto;
}
/* Fullbanner */
#div-gpt-ad-1396595755668-1 > div {
  width: 468px;
  height: 60px;
  margin: 20px auto;
}
/* Skyscraper */
#div-gpt-ad-1396595755668-3 > div {
  width: 200px;
  height: 600px;
  margin: 0 auto;
}
/* Buttons */
#div-gpt-ad-1396595755668-0 > div,
#div-gpt-ad-1396606719570-0 > div {
  width: 130px;
  height: 80px;
}
/* Square */
#div-gpt-ad-1396609085155-5 > div {
  width: 250px;
  height: 250px;
}
/*------------------------------------*\
	MAIN - GOOGLE DFP [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - TEASER [BEGIN]
\*------------------------------------*/
.teaser-wrapper .img-responsive {
  margin: 0 auto;
}
/*------------------------------------*\
	MAIN - TEASER [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - HOME [BEGIN]
\*------------------------------------*/
.tea-home {
  position: relative;
  width: 100%;
  height: 413px;
  /* maxwidth 1170px in .col-lg- */
  background-position: 50% top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 48px;
}
.tea-home-title p {
  max-width: 960px;
  font-size: 1.714em;
  /* 24/14 */
  line-height: 1.714em;
  color: #fff;
  text-shadow: 1px 1px 1px #888;
}
.tea-home-title p span {
  font-size: 1.5em;
  /* 36/24 */
  display: block;
}
.tea-home-title {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 5%;
}
/*------------------------------------*\
	MAIN - HOME [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - DETAIL [BEGIN]
\*------------------------------------*/
#content .csc-sitetitle {
  margin-top: -25px;
  margin-bottom: 30px;
}
#content .csc-sitetitle.middle {
  margin-top: 0;
  margin-bottom: 30px;
}
#content .csc-sitetitle p {
  margin-bottom: 0;
}
#content .csc-sitetitle .csc-header {
  background-color: #747882;
  /*margin:0 -15px 0 -15px;*/
  padding: 13px 0;
}
#content .csc-sitetitle p.bodytext {
  background-color: #747882;
  padding: 0px 15px 25px 30px;
  margin-top: -15px;
  color: #c6c9d2;
}
.size-xs #content .csc-sitetitle p.bodytext {
  padding: 0 15px 25px 15px;
}
#content .csc-sitetitle .csc-firstHeader,
#content .csc-sitetitle h1 {
  color: #fff;
  margin-right: 15px;
  margin-left: 30px;
  margin-bottom: 0px;
  line-height: 1.4em;
}
#content .csc-sitetitle a#logoutbutton {
  float: right;
  margin-right: 15px;
  margin-top: 7px;
}
/* reduce margin in size-xs */
.size-xs #content .csc-sitetitle .csc-firstHeader,
.size-xs #content .csc-sitetitle h1 {
  margin: 0 15px;
}
@media (min-width: 992px) {
  #content .csc-sitetitle .csc-header-n1 {
    /*margin:0 -30px 0 -30px;*/
  }
  #content .csc-sitetitle p.bodytext {
    /*margin:0 -30px 0 -30px;*/
  }
}
#content .leftcol > .csc-headerimage {
  margin-top: -25px;
}
#content .csc-headerimage div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0;
}
.csc-subheader h2 {
  font-size: 1.875em;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-bottom: 35px;
  padding-bottom: 15px;
  font-weight: 700;
}
/*------------------------------------*\
	MAIN - DETAIL [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - SOCIALMEDIA-BUTTONS [BEGIN]
\*------------------------------------*/
#wrapper > .container {
  position: relative;
}
#socialMediaButtons {
  display: block;
  width: 2.5em;
  position: fixed;
  top: 33.6%;
  margin-left: -3em;
}
#socialMediaButtons a {
  display: block;
  width: 2.5em;
  height: 2.5em;
  background: #2D4281;
  transition: background linear 0.2s;
  text-indent: -9999em;
  margin-bottom: 0.5em;
}
#socialMediaButtons a:focus,
#socialMediaButtons a:hover {
  background: #FFBD35;
}
#socialMediaButtons a img {
  padding: 0.5em;
  /* set width and height explicitly for ie8 */
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1085px) {
  #socialMediaButtons {
    display: none;
  }
}
/*------------------------------------*\
	MAIN - SOCIALMEDIA-BUTTONS [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - DOWNLOAD TEASER [BEGIN]
\*------------------------------------*/
.csc-download {
  background-color: #f1f1f1;
  margin-bottom: 15px;
  padding: 15px 38px 15px 23px;
  overflow: hidden;
  /* If filenames are too long, cut them. */
}
.related .csc-download {
  background-color: #fff;
}
.csc-download .inner {
  padding-left: 38px;
  line-height: 1.2em;
  background: transparent url('../../../fileadmin/images/icon-dl.png') no-repeat 0 0;
  font-weight: 700;
  font-size: 0.938em;
}
.csc-download.csc-download-docx .inner,
.csc-download.csc-download-doc .inner {
  background-position: 0 -200px;
}
.csc-download.csc-download-xls .inner,
.csc-download.csc-download-xlsx .inner {
  background-position: 0 -400px;
}
.csc-download.csc-download-rtf .inner {
  background-position: 0 -600px;
}
.csc-download.csc-download-zip .inner {
  background-position: 0 -800px;
}
.csc-download a {
  font-size: 0.938em;
  font-weight: 700;
}
.csc-download span {
  display: block;
  font-size: 0.75em;
  color: #989c9f;
}
.csc-download span i {
  font-style: normal;
  text-transform: uppercase;
}
/*------------------------------------*\
	MAIN - DOWNLOAD TEASER [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - GREY TEASER [START]
\*------------------------------------*/
.csc-teaser-grey {
  background-color: #f1f1f1;
  padding: 26px 26px 25px 26px;
  margin-bottom: 25px;
}
.csc-teaser-grey h3 {
  font-size: 1.625em;
}
.csc-teaser-grey p {
  font-size: 0.875em;
}
.csc-teaser-grey .btn-outline {
  /*float:right;*/
  /*margin-bottom:26px;*/
  position: absolute;
  bottom: 50px;
}
/*------------------------------------*\
	MAIN - GREY TEASER [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - GALLERY [BEGIN]
\*------------------------------------*/
.csc-management .csc-textpic-imagerow {
  margin-bottom: 30px;
}
.csc-management .csc-textpic-caption {
  text-align: left;
  color: #3c3c3c;
  font-style: normal;
  width: 90%;
  margin-top: 20px;
}
.csc-management .csc-textpic-caption strong {
  color: #b30037;
  display: block;
  font-family: 'EB Garamond', serif;
  font-weight: 300;
  font-size: 1.5em /* 18/12 */;
}
.csc-management .csc-textpic-caption i {
  display: block;
  font-size: 1.167em /* 14/12 */;
}
/*------------------------------------*\
	MAIN - GALLERY [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - SPALTE 10 -2 [BEGIN]
\*------------------------------------*/
.col-10-2-wrap {
  width: 100%;
  float: left;
  margin-right: -150px;
}
.col-10-2-left {
  margin-right: 150px;
  padding-right: 15px;
  background: url('../../../fileadmin/images/trenner_vert.png') repeat-y top right;
}
.col-10-2-right {
  float: right;
  width: 150px;
  padding-left: 15px;
}
.col-10-2-right h2 {
  font-size: 1.2em;
}
.col-10-2-right p {
  font-size: 0.85em;
  line-height: 1.5em;
}
/*------------------------------------*\
	MAIN - SPALTE 10 -2 [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - RSS-FEED-READER [BEGIN]
\*------------------------------------*/
/* Ticker */
.modern-ticker {
  width: 100%;
  height: 50px;
  line-height: 45px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
.modern-ticker a {
  text-decoration: none;
  color: white;
}
.modern-ticker ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Label */
.mt-label {
  margin-right: 2px;
  padding: 0 8px 0 12px;
  float: left;
}
.mt-round .mt-label {
  border-radius: 5px 0 0 5px;
}
/* News */
.mt-news {
  height: 100%;
  width: 100% !important;
  overflow: hidden;
  float: left;
}
.mt-scroll .mt-news {
  background-color: transparent;
}
.mt-news ul {
  width: 50000px;
  /* Preload */
  background-repeat: no-repeat;
  background-position: -1000px;
}
.mt-news li {
  float: left;
}
.mt-news a {
  font-size: 15px;
  padding: 0 20px 0 30px;
  margin-right: 2px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 7px center;
  display: block;
}
.mt-hide {
  display: none;
}
/* Controls */
.mt-controls {
  margin-left: 2px;
  height: 100%;
  position: absolute;
  right: 2px;
  /* Preload */
  background-repeat: no-repeat;
  background-position: -1000px;
}
.mt-play,
.mt-prev,
.mt-next {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  float: left;
}
.mt-round .mt-next {
  border-radius: 0 5px 5px 0;
}
/*------------------------------------*\
	MAIN - RSS-FEED-READER [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - FE-MANAGER [BEGIN]
\*------------------------------------*/
#main .tx-femanager .fileupload_image {
  margin-top: 0;
  height: auto;
}
#main .tx-femanager #preview-image {
  margin-bottom: 15px;
}
#main .qq-upload-list li {
  background: none;
}
#main .qq-upload-button {
  background: #b30037 !important;
  border-color: #b30037 !important;
}
#main .qq-upload-button:focus,
#main .qq-upload-button:hover {
  background: #3c3c3c !important;
  border-color: #3c3c3c !important;
}
/*------------------------------------*\
	MAIN - FE-MANAGER [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - FELOGIN [BEGIN]
\*------------------------------------*/
.tx-felogin-pi1 legend {
  display: none;
}
.tx-felogin-pi1 .login_form {
  margin-bottom: 5px;
}
.tx-felogin-pi1 .backlink {
  margin-top: 20px;
}
/*------------------------------------*\
	MAIN - FELOGIN [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - MACINA-SEARCHBOX [BEGIN]
\*------------------------------------*/
.tx-macinasearchbox-pi1 {
  display: block;
  height: 34px;
  padding: 0px 10px 0px 0px;
}
.tx-macinasearchbox-pi1 .macinaSearchfield {
  background: white;
  border: none;
  height: 34px;
  line-height: 24px;
  border: 5px solid #b30037;
}
.tx-macinasearchbox-pi1 .macinaSearchbutton {
  border: none;
  height: 34px;
  width: 55px;
  line-height: 34px;
  background: #b30037;
  color: white;
  margin-left: 3px;
}
/*------------------------------------*\
	MAIN - MACINA-SEARCHBOX [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - RELATED CALENDAR [BEGIN]
\*------------------------------------*/
.related h1.csc-firstHeader,
.related h2.relatedHeader {
  color: #000;
  font-size: 1.438em;
  /* 23/16 */
  margin: 0 0 20px 0;
  font-weight: 700;
}
.size-xs .related h1.csc-firstHeader,
.size-xs .related h2.relatedHeader {
  font-size: 1.3em;
}
.tx_calTeaser .row {
  padding-top: 10px;
  margin-left: 0;
  margin-right: 0;
}
.tx_calTeaser .item {
  background-color: #fff;
  margin-bottom: 8px;
  padding-bottom: 10px;
}
h3.tx_calTitle {
  color: #2d4281;
  font-size: 0.875em;
  margin: 5px 0;
}
.tx_calDate {
  display: block;
  font-size: 0.875em;
  color: #000;
  background: transparent url('../../../fileadmin/images/icon.png') no-repeat scroll -17px -312px;
  padding-left: 25px;
}
.related .tx_calDate {
  padding-left: 22px;
  font-size: 0.77em;
  background: rgba(0, 0, 0, 0) url('../../../fileadmin/images/icon.png') no-repeat scroll -17px -314px;
}
.tx_calLogo img {
  display: block;
  max-width: 100%;
  height: auto;
}
/*------------------------------------*\
	MAIN - RELATED CALENDAR [END]
\*------------------------------------*/
/*-------------------------------------------*\
	MAIN - RELATED ANSPRECHPARTENER [BEGIN]
\*-------------------------------------------*/
.csc-ansprechpartner p {
  font-size: 0.938em;
  margin-bottom: 10px;
  line-height: 1.4em;
}
.csc-ansprechpartner .header {
  font-weight: 700;
  margin-bottom: 20px;
}
.csc-ansprechpartner .apname {
  font-weight: 700;
  color: #000;
}
.csc-ansprechpartner a {
  text-decoration: underline;
}
/*-------------------------------------------*\
	MAIN - RELATED ANSPRECHPARTENER [END]
\*-------------------------------------------*/
/*------------------------------------*\
	MAIN - RISCACADAMY [START]
\*------------------------------------*/
.teaser-riskacademy {
  border: 3px solid #fff;
  padding: 27px 17px 17px 27px;
  background: #f1f1f1 url('../../../fileadmin/images/bg-teaser-ra-1.png') no-repeat scroll center bottom;
  border: 3px solid #D5D5D5;
  margin-bottom: 25px;
}
.teaser-riskacademy.tea-ra-2 {
  background-image: url('../../../fileadmin/images/bg-teaser-ra-2.png');
}
.size-xs .teaser-riskacademy {
  max-width: 358px;
}
.teaser-riskacademy p {
  font-size: 0.875em;
  color: #393a3d;
  line-height: 1.4em;
}
.teaser-riskacademy p.last {
  margin-bottom: 0;
}
.teaser-riskacademy.tea-highlight {
  border: 3px solid #fcb13f;
  background-color: #fef1d5;
}
.teaser-riskacademy h2 {
  color: #2d4281;
  font-weight: 700;
  font-size: 1.313em;
}
.teaser-riskacademy .more {
  background-color: #2D4281;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  border: none;
  display: inline-block;
}
.teaser-riskacademy.tea-highlight .more {
  background-color: #fcb13f;
}
.teaser-riskacademy .more:hover {
  background-color: #7496dc;
}
.teaser-riskacademy.tea-highlight .more:hover {
  background-color: #fdce87;
}
.teaser-riskacademy .more:after {
  content: " \00BB";
  font-size: 1.2em;
}
/*------------------------------------*\
	MAIN - RISCACADAMY [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - RISCJOBS [START]
\*------------------------------------*/
.teaser-riskjobs {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.teaser-riskjobs img {
  border: 1px solid #cbcbcb;
}
.teaser-riskjobs h2 {
  color: #2d4281;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 5px;
}
.teaser-riskjobs:hover h2 {
  color: #7497dc;
}
.teaser-riskjobs p {
  color: #323438;
  font-weight: 700;
  font-size: 0.938em;
  line-height: 1.4em;
  margin-bottom: 0;
}
.teaser-riskjobs .more {
  background: transparent url('../../../fileadmin/images/teaser-more.png') no-repeat scroll 0 0;
  width: 39px;
  height: 74px;
  display: block;
  margin: 0 auto;
}
.teaser-riskjobs:hover .more {
  background-position: 0 -74px;
}
.size-xs .teaser-riskjobs h2 {
  font-size: 1.2em;
}
/*------------------------------------*\
	MAIN - RISCJOBS [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - TOTOP [BEGIN]
\*------------------------------------*/
#toTop {
  display: block;
  width: 2.5em;
  height: 2.5em;
  margin: 0 auto;
  text-indent: -99999em;
  background: #c12a32;
  opacity: 0.7;
}
#toTop:hover {
  opacity: 1;
}
.positionfixed #toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
/*------------------------------------*\
	MAIN - TOTOP [END]
\*------------------------------------*/
/*------------------------------------*\
	JQUERY UI [BEGIN]
\*------------------------------------*/
#content .ui-widget,
#content .ui-widget-content,
#content .ui-widget-content a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
#content .ui-widget-content a {
  color: #2d4281;
}
.ui-accordion-header {
  background: #eee !important;
  color: #2d4281 !important;
  padding: 5px 15px !important;
  cursor: pointer;
  outline: none;
  border: none !important;
  margin-top: 5px !important;
}
.ui-icon {
  display: none !important;
}
/*------------------------------------*\
	JQUERY UI [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - SUBNAVI IN PROFILE(LOGIN) [BEGIN]
\*------------------------------------*/
#content .leftcol ul.profileNav {
  padding: 0 0 10px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #cbcbcb;
}
#content .leftcol ul.profileNav li {
  list-style-image: none;
  background: none;
  padding: 0;
  margin: 0;
}
#content .leftcol ul.profileNav li a {
  display: block;
  width: 100px;
  text-align: center;
  font-size: 14px;
  padding-top: 50px;
  background: url('../../../fileadmin/images/sprite_profilenav.png') no-repeat center 0px;
  margin-right: 35px;
  margin-bottom: 15px;
  float: left;
}
#content .leftcol ul.profileNav li a:focus,
#content .leftcol ul.profileNav li a:hover,
#content .leftcol ul.profileNav li.active a {
  color: #2d4281;
}
#content .leftcol ul.profileNav li.active a {
  font-weight: bold;
  color: #2d4281;
}
#content .leftcol ul.profileNav li.profilnav_dashboard a {
  background-position: center -319px;
}
#content .leftcol ul.profileNav li.profilnav_dashboard a:focus,
#content .leftcol ul.profileNav li.profilnav_dashboard a:hover,
#content .leftcol ul.profileNav li.profilnav_dashboard.active a {
  background-position: center -477px;
}
#content .leftcol ul.profileNav li.profilnav_profile a {
  background-position: center -635px;
}
#content .leftcol ul.profileNav li.profilnav_profile a:focus,
#content .leftcol ul.profileNav li.profilnav_profile a:hover,
#content .leftcol ul.profileNav li.profilnav_profile.active a {
  background-position: center -795px;
}
#content .leftcol ul.profileNav li.profilnav_risknetwork a {
  background-position: center 0px;
}
#content .leftcol ul.profileNav li.profilnav_risknetwork a:focus,
#content .leftcol ul.profileNav li.profilnav_risknetwork a:hover,
#content .leftcol ul.profileNav li.profilnav_risknetwork.active a {
  background-position: center -159px;
}
#content .leftcol ul.profileNav li.profilnav_newsletter a {
  background-position: 8px -950px;
}
#content .leftcol ul.profileNav li.profilnav_newsletter a:focus,
#content .leftcol ul.profileNav li.profilnav_newsletter a:hover,
#content .leftcol ul.profileNav li.profilnav_newsletter.active a {
  background-position: 8px -1109px;
}
#content .leftcol ul.profileNav li.profilnav_marktplatz a {
  background-position: center -1268px;
}
#content .leftcol ul.profileNav li.profilnav_marktplatz a:focus,
#content .leftcol ul.profileNav li.profilnav_marktplatz a:hover,
#content .leftcol ul.profileNav li.profilnav_marktplatz.active a {
  background-position: center -1427px;
}
/*------------------------------------*\
	MAIN - SUBNAVI IN PROFILE(LOGIN) [END]
\*------------------------------------*/
/*------------------------------------*\
	MAIN - QUOTATION [BEGIN]
\*------------------------------------*/
.tx-hm-quotation blockquote {
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 20px;
  padding: 0;
}
.tx-hm-quotation blockquote p.cite:before {
  content: '„';
  color: inherit;
  font-family: Georgia, serif;
  font-weight: bold;
}
.tx-hm-quotation blockquote p.cite:after {
  content: '“';
  color: inherit;
  font-family: Georgia, serif;
  font-weight: bold;
}
/*------------------------------------*\
	MAIN - QUOTATION [BEGIN]
\*------------------------------------*/
/*------------------------------------*\
	MAIN [END]
\*------------------------------------*/
/*
#c2933 .tx_calLogo {
	display:block;
	max-width:100%;
	height:33px;
	background: transparent url('../../../fileadmin/user_upload/pagetree_root/Seminare/risknet.png') no-repeat scroll 0 0;
}
.size-lg #c2933 .tx_calLogo {
	background-position: -10px 0;
}
*/
.csc-textpic-intext-left-nowrap .csc-textpic-text {
  margin-left: 230px;
}
/*------------------------------------*\
	TEASER APP [BEGIN]
\*------------------------------------*/
.teaser-riskapp {
  background: url('../../../fileadmin/images/teaser-risknetapp.jpg') no-repeat left top;
  min-height: 521px;
  padding-left: 335px;
  margin-left: -30px;
  padding-top: 10px;
}
.size-xs .teaser-riskapp {
  padding: 0;
  background: none;
  margin-left: 0;
  min-height: 0;
}
.buttonRiskNETApp img {
  /*padding: 0 !important;*/
}
/*------------------------------------*\
	TEASER APP [END]
\*------------------------------------*/
/*------------------------------------*\
	RESPONSIVE EMBED [BEGIN]
\*------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/*------------------------------------*\
	RESPONSIVE EMBED [END]
\*------------------------------------*/
.lightboxZoomOverlay {
  background: url('../../../fileadmin/images/zoom-overlay.png') no-repeat scroll top left;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
#TSFE_ADMIN_PANEL_FORM input[type='checkbox'],
.extbase-debugger-tree input[type='checkbox'] {
  display: block !important;
}
/*------------------------------------*\
	FRAMES [BEGIN]
\*------------------------------------*/
.frame.frame-pageTitleMiddle {
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.frame.frame-pageTitleMiddle header {
  background-color: #747882;
  padding: 13px 0;
}
.frame.frame-pageTitleMiddle header h1 {
  color: #fff;
  margin-right: 15px;
  margin-left: 30px;
  margin-bottom: 0px;
  line-height: 1.4em;
}
.frame.frame-pageTitleMiddle .ce-textpic {
  overflow: visible;
}
.frame.frame-pageTitleMiddle .ce-textpic .ce-bodytext p {
  background-color: #747882;
  padding: 0px 15px 25px 30px;
  margin-top: -15px;
  margin-bottom: 0;
  color: #c6c9d2;
}
.frame.frame-headerImageTop {
  margin-top: -25px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 0;
}
.frame.frame-headerImageTop .ce-gallery {
  margin-bottom: 0;
}
.frame.frame-pageTitleTop {
  margin-top: -25px;
  margin-bottom: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.frame.frame-pageTitleTop header {
  background-color: #747882;
  padding: 13px 0;
}
.frame.frame-pageTitleTop header h1 {
  color: #fff;
  margin-right: 15px;
  margin-left: 30px;
  margin-bottom: 0px;
  line-height: 1.4em;
}
.frame.frame-pageTitleTop .ce-textpic {
  overflow: visible;
}
.frame.frame-pageTitleTop .ce-textpic .ce-bodytext p {
  background-color: #747882;
  padding: 0px 15px 25px 30px;
  margin-top: -15px;
  margin-bottom: 0;
  color: #c6c9d2;
}
.frame.frame-teaserGrey {
  background-color: #f1f1f1;
  padding: 26px 26px 25px 26px;
  margin-bottom: 25px;
}
.frame.frame-teaserGrey p {
  font-size: 0.875em;
}
.frame.frame-teaserPollRightCol {
  border: none !important;
  padding-bottom: 0 !important;
}
.frame.frame-teaserPollRightCol + .frame-type-text {
  padding-top: 0;
}
.frame-type-image .ce-gallery {
  margin-bottom: 30px;
}
.frame-type-image .ce-gallery img {
  margin: 0 auto;
}
.frame-relatedNewsHeader h2 {
  font-size: 1.875em;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-bottom: 35px;
  padding-bottom: 15px;
  font-weight: 700;
}
.imageGallery .row figure {
  margin-bottom: 15px;
}
.imageGallery .row figure img {
  border: 1px solid #d4d4d4;
}
.broschuere-container:after {
  content: " ";
  clear: both;
  display: block;
}
.broschuere-container figure {
  margin-right: 30px;
}
/*------------------------------------*\
	FRAMES [END]
\*------------------------------------*/
/*------------------------------------*\
	SPACE BEFORE/AFTER CLASSES [BEGIN]

	small = Small (5px)
	medium = Medium (15px)
	large = Large (30px)
	extra-large = Extra-Large (50px)
\*------------------------------------*/
.frame-space-before-small {
  margin-top: 5px;
}
.frame-space-before-medium {
  margin-top: 15px;
}
.frame-space-before-large {
  margin-top: 30px;
}
.frame-space-before-extra-large {
  margin-top: 50px;
}
.frame-space-after-small {
  margin-bottom: 5px;
}
.frame-space-after-medium {
  margin-bottom: 15px;
}
.frame-space-after-large {
  margin-bottom: 30px;
}
.frame-space-after-extra-large {
  margin-bottom: 50px;
}
/*------------------------------------*\
	SPACE BEFORE/AFTER CLASSES [END]
\*------------------------------------*/
/*------------------------------------*\
	GLOSSARY [BEGIN]
\*------------------------------------*/
a.tx-glossary dfn {
  text-decoration: none !important;
  border-bottom: 1px dashed #808388;
  font-style: inherit;
}
a.tx-glossary:hover {
  border-bottom: 1px dashed #808388;
  cursor: help;
}
/*------------------------------------*\
	GLOSSARY [END]
\*------------------------------------*/
/*------------------------------------*\
	CALENDAR  [BEGIN]
\*------------------------------------*/
div#calendar-location + h3 + dl,
div#calendar-location + h3,
div#calendar-location hr:last-of-type {
  display: none;
}
/*------------------------------------*\
	CALENDAR  [END]
\*------------------------------------*/
@media screen and (max-width: 767px) {
  .meta-nav {
    height: 100%;
  }
  .meta-nav .meta-lang {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
  }
  .meta-nav .meta-lang li.lang > a,
  .meta-nav .meta-lang li.lang > span {
    padding: 5px 10px;
  }
  .navToggleContainer {
    width: 122px;
  }
  .searchContainer {
    width: 100%;
    max-width: calc(100% - 122px);
  }
}
.currentSearchWord {
  font-weight: bold;
}
.result-list-item {
  border-bottom: 1px solid #cfcecf;
  margin-bottom: 20px;
}
.result-list-item h5 {
  font-weight: bold;
  margin-bottom: 5px;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: inherit !important;
}
#kesearch_filters {
  background-color: #F2F2F2;
  padding: 18px 15px 0;
  border: 1px solid #CFCECF;
  margin-bottom: 20px;
}
#kesearch_filters ul.checkboxList {
  margin-left: 0;
}
#kesearch_filters ul.checkboxList li {
  background: none;
  padding-left: 0;
  margin-bottom: 0;
}
#kesearch_filters ul.checkboxList li label {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  position: relative;
  top: -2px;
  left: 3px;
  cursor: pointer;
}
#content .tx-kesearch-pi1 .pages_total .result_txt {
  margin-bottom: 15px;
}
#content .tx-kesearch-pi1 .pages_total .pagination li.active a {
  color: #FFF;
}
.search-result-tag {
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  padding: 0 4px;
  margin: 0 3px;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.4em;
  color: #a8a6a6;
}
.summitContent .subfooter,
.advisoryContent .subfooter {
  padding: 2em 0 !important;
}
.summitContent .subfooter .btn.btn-top,
.advisoryContent .subfooter .btn.btn-top {
  margin: 0 auto !important;
}
.summitContent .subfooter ul,
.advisoryContent .subfooter ul {
  margin-bottom: 0;
}
.summitContent .subfooter ul li,
.advisoryContent .subfooter ul li {
  list-style: none;
}
.summitContent .footer,
.advisoryContent .footer {
  margin-top: 0.8em;
  font-size: 0.75em;
  color: #b8babf;
}
.summitContent .footer a,
.advisoryContent .footer a {
  font-weight: 700;
  font-size: 1.083em;
  color: #fff;
}
.companyPortalApplicationWrapper {
  background: #dbdcde;
  border-bottom: 1px solid #ccc;
  padding: 30px 30px 15px 30px;
}
.companyportalFilterWrapper h3 {
  margin-bottom: 25px;
}
/*# sourceMappingURL=main.css.map */
/**
 *   Mobile Navigation version 2
 */
.mobile-nav {
	margin: 0;
	padding:0;
	list-style: none;
}
.mobile-nav a {
	color:#fff;
	padding: 0 16px 0 24px;
	line-height:51px;
	text-decoration: none;
	display:block;
	border-bottom:1px solid #475a92;
	font-size:20px;
	font-weight:700;
	background: transparent url('../../../fileadmin/images/icon-nav.png') no-repeat scroll right -500px;
}
.mobile-nav a:hover {
	background-color:#142156;
	color:#8397dc;
}
.mobile-nav li.active > a,
.mobile-nav li.cur > a{
	color:#ffb233;
}
.mobile-nav  > li.withsubpage.cur > a,
.mobile-nav  > li.withsubpage.clicked > a {
	background-color:#162357;
}
.mobile-nav > li > a {
	display: block;
}
.mobile-nav ul {
	margin:0;
	padding:0;
	list-style: none;
	display: block;
	width: 100%;
}
.mobile-nav .subnavL2{
	display:none;
}
.mobile-nav .clicked .subnavL2{
	display:block;
}
.mobile-nav .subnavL2 li{
	background-color:#162770;
}
.mobile-nav .subnavL2 li a{
	background-image:none;
	font-size: 0.875em;
	padding-left:40px;
	line-height:36px;
}
.mobile-nav .subnavL2 li.withsubpage a{
	background: transparent url('../../../fileadmin/images/icon-nav.png') no-repeat scroll right -508px;
}
.mobile-nav .subnavL2 .clicked .subnavL3{
	display:block;
}
.mobile-nav .subnavL2 li.withsubpage .subnavL3 {
	display: none;
}
.mobile-nav .subnavL2 li.withsubpage .subnavL3 a {
	/*display: block;*/
	background-image:none;
}
.mobile-nav .subnavL3 li a{
	background-image:none;
	font-size: 0.875em;
	padding-left:60px;
	line-height:28px;
	font-weight:400;
}
#mobileNavigationClone{
	background-color:#2e4384;
}
#mobileNavigationClone ul.meta{
	width:100%;
	margin:0px 0 0;
	padding:0;
}
#mobileNavigationClone ul.meta.uppermeta{
	margin-top: 50px;
}
#mobileNavigationClone ul.meta li{
	margin:3px 20px;
}
#mobileNavigationClone ul.meta li a.socMediaXing{
	/*background-position: -5px -565px;*/
	background: transparent url('../../../fileadmin/images/svg/xing.svg') no-repeat scroll 14px center;
	background-size: 15px;
}
#mobileNavigationClone ul.meta li a.socMediaTwitter{
	/*background-position: -5px -616px;*/
	background: transparent url('../../../fileadmin/images/svg/twitter.svg') no-repeat scroll 14px center;
	background-size: 15px;
}
#mobileNavigationClone ul.meta li a{
	color:#fff;
	display:block;
	font-size:0.800em;
	font-weight:500;
	background: transparent url('../../../fileadmin/images/svg/sitemap.svg') no-repeat scroll 12px center;
	padding-left:40px;
	background-size: 16px;
}
#mobileNavigationClone ul.meta li.uid_21 a{
	background: transparent url('../../../fileadmin/images/svg/email.svg') no-repeat scroll 12px center;
	background-size: 16px;
}
#mobileNavigationClone ul.meta li.uid_24 a{
	background: transparent url('../../../fileadmin/images/svg/contact.svg') no-repeat scroll 12px center;
	background-size: 16px;
}
#mobileNavigationClone ul.meta li.uid_rss a{
	background: transparent url('../../../fileadmin/images/svg/rss.svg') no-repeat scroll 12px center;
	background-size: 16px;
}
#mobileNavigationClone ul.meta li a:hover{
	background-color:#162357;
}
#mobileNavigationClone ul.meta li .separator{
	display:none;
}
.btnCloseMobileNavi {
	background: #feb333 url('../../../fileadmin/images/svg/close.svg') no-repeat scroll 95% center;
    display: block;
    line-height: 55px;
    width:100%;
	/*remove text*/
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


.ttNews h1 {
	font-size: 20px;
	color: #bcb9bc;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

hr.news-sep {
	background-color: #cbcbcb;
	height: 1px;
	margin: 20px 0;
	width: 47px;
	text-align: left; /*ie8*/
}

h2.news-subheader {
	font-size: 1.875em;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	margin-bottom: 35px;
	padding-bottom: 15px;
	font-weight: 700;
}

.size-xs h2.news-subheader {
	font-size: 1.3em;
}

/*------------------------------------*\
	LATEST [BEGIN]
\*------------------------------------*/
.news-latest-container {
	border-bottom: 1px solid #cbcbcb;
}

:not(.onecolumn) .news-latest-container {
	padding:0 0 20px 0;
	margin-top:27px;
	margin-bottom:14px;
}

.news-latest-container:last-child {
	border-bottom: none;
}

.news-latest-item {
	padding: 0;
}

.news-latest-item p {
	margin: 0;
}

.news-latest-item IMG {
	float: none;
	margin: 0;
}

.news-latest-container H2 {
	font-size: 2em; /* 32/16 */
	margin: 0 0 11px 0;
	padding: 0;
	font-weight: 700;
}

.size-xs .news-latest-container H2 {
	font-size: 1.5em;
}

.news-latest-container .tt_newsDate,
.news-list-container .tt_newsDate,
.news-single-item .tt_newsDate,
.top-news-list-content .tt_newsDate,
.news-latest-container .tt_newsAuthor,
.news-list-container .tt_newsAuthor,
.news-single-item .tt_newsAuthor,
.top-news-list-content .tt_newsAuthor,
.onecolumn .news-single .tt_newsDate,
.onecolumn .news-single .tt_newsAuthor{
	color: #747882;
	font-size: 0.813em; /*13/16*/
	display: inline-block;
	background: transparent url('../../../fileadmin/images/icon-sm.png') no-repeat 0 -2px;
	padding-left: 25px;
	margin-bottom: 3px;
}

.news-latest-container .tt_newsAuthor a,
.news-list-container .tt_newsAuthor a,
.news-single-item .tt_newsAuthor a,
.news-single-item .tt_newsDate a{
	color: #747882;
}

.top-news-list-content .tt_newsAuthor:focus,
.top-news-list-content .tt_newsAuthor:hover,
.news-latest-container .tt_newsAuthor a:focus,
.news-latest-container .tt_newsAuthor a:hover,
.news-list-container .tt_newsAuthor a:focus,
.news-list-container .tt_newsAuthor a:hover,
.news-single-item .tt_newsAuthor a:focus,
.news-single-item .tt_newsAuthor a:hover {
	color: #7497dc;
}

p .tt_newsAuthor i, p .tt_newsDate i {
	margin-right: 6px;
}

p .tt_newsAuthor {
	margin-right: 30px;
}

.news-latest-container .tt_newsDate,
.news-list-container .tt_newsDate,
.news-single-item .tt_newsDate {
	background-position: 0 -62px;
}

p.tt_newsDetails {
	line-height: 1em;
	margin-bottom: 22px;
}

.more a {
	font-size: 1em;
	font-weight: 700;
}

.more a span {
	font-size: 1.2em;
	margin-left: 3px;
}

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

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

/*.ttNewsDate{
	font-size: 11px;
	color: #878187;
	float: left;
}*/
.tt_newsRelatedUl {
	margin: 0;
	padding: 0;
}

.tt_newsRelatedUl li {
	line-height: 1.15em;
}

.tt_newsRelatedUl li.first {
	text-transform: uppercase;
	color: #323438;
	margin-bottom: 8px;
	font-size: 0.875em;
	font-weight: 700;
}

.tt_newsRelatedUl a {
	font-size: 0.813em;
	font-weight: 500;
}

.tt_newsRelatedUl span {
	color: #2d4281;
	font-size: 1em;
	margin-right: 3px;
}

.news-latest-img {
	position: relative;
	margin-bottom: 27px;
}

.size-xs .news-latest-item p,
.size-xs .news-latest-item .more,
.size-xs .news-latest-item span.ttnewsTypeFlag {
	display: none;
}

.size-xs .news-latest-item h2 {
	font-size: 1.5em;
}

.size-xs .news-latest-item h3 {
	font-size: 1.0em;
}

.news-single-item .tt_newsAuthor,
.news-list-container .tt_newsAuthor,
.news-latest-container .tt_newsAuthor,
.top-news-list-content .tt_newsAuthor,
.onecolumn .news-single .tt_newsAuthor{
	background-image: url('../../../fileadmin/images/svg/icon-autor.svg');
	background-position: 3px center;
	background-size: 13px;
}

.news-single-item .tt_newsDate,
.news-list-container .tt_newsDate,
.news-latest-container .tt_newsDate,
.top-news-list-content .tt_newsDate,
.onecolumn .news-single .tt_newsDate{
	background-image: url('../../../fileadmin/images/svg/icon-clock.svg');
	background-position: 3px center;
	background-repeat: no-repeat;
	background-size: 13px;
}

/*
.size-xs .news-latest-item span.ttnewsTypeFlag {
	width:44px;
	padding: 0;
	text-indent:-99999px;
}*/
/*
.news-latest-img span.ttnewsTypeFlag{
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	font-size:#1.063em;
	font-weight:700;
	line-height:33px;
	width:216px;
	padding: 0 9px 0 42px;
	background: #ffb233 url('../../../fileadmin/images/icon.png') no-repeat -4px -109px;
}*/
/*------------------------------------*\
	LATEST [END]
\*------------------------------------*/
/*------------------------------------*\
	LATEST RIGHT COL [BEGIN]
\*------------------------------------*/
/*------------------------------------*\
	LATEST RIGHT COL [END]
\*------------------------------------*/

.related .news-latest-container h3 {
	font-size: 1.2em;
}

.related .news-latest-container .news-latest-item h2 {
	border-bottom: none;
	font-size: 1.5em;
	margin: 0 0 11px 0;
	padding: 0;
	font-weight: 700;
}

.related .news-latest-container .news-latest-item:last-child hr {
	display: none;
}

/*------------------------------------*\
	LIST [BEGIN]
\*------------------------------------*/

@media screen and (min-width: 1200px) {
	.news-list-item .news-list-content {
		min-height: 280px;
	}
}

@media screen and (min-width: 992px) {
	.news-list-item .news-list-content {
		min-height: 235px;
	}
}

.top-news-list-item {
	margin-bottom: 30px;
}

.teaser .top-news-list-item {
	margin-bottom: 40px;
}

.top-news-list-item .left {
	z-index: 10;
}

@media screen and (min-width: 768px) {
	.top-news-list-item .left {
		padding-right: 0;
	}

	.top-news-list-item .right {
		padding-left: 0;
	}

	.top-news-list-item .top-news-list-content {
		-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	}
}

@media screen and (max-width: 767px) {
	.onecolumn .top-news-list-item{
		margin-bottom: 30px;
	}

	.news-list-onecolumn {
		margin-bottom: 30px;
		/*-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);*/
		/*-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);*/
		/*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);*/
	}

	.news-list-onecolumn .top-news-list-item {
		-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	}

	.teaser .top-news-list-item,
	.news-list-onecolumn .top-news-list-item,
	.news-list-onecolumn .news-list-item {
		box-shadow: none;
		/*margin-bottom: 0;*/
		border-bottom: 1px solid #d8dad9;
	}

	.teaser .top-news-list-item .top-news-list-content > p,
	.news-list-onecolumn .news-list-item .news-list-img {
		display: none;
	}

	.teaser .top-news-list-item .top-news-list-content,
	.news-list-onecolumn .top-news-list-item .top-news-list-content {
		/*padding-bottom: 40px;*/
	}

	.news-list-onecolumn .top-news-list-item .top-news-list-content .details {
		padding-right: 14px;
	}

	.top-news-list-item .top-news-list-content .header,
	.news-list-onecolumn .top-news-list-item .top-news-list-content .header,
	.news-list-onecolumn .news-list-item .news-list-content .news-item-header {
		font-size: 22px !important;
		margin-bottom: 4px;
	}

	.teaser .top-news-list-item .top-news-list-content .subheader,
	.news-list-onecolumn .top-news-list-item .top-news-list-content .subheader {
		font-size: 16px;
		margin-bottom: 8px;
	}
}

.top-news-list-item .left img {
	width: 100%;
}

.top-news-list-item .top-news-list-content {
	background-color: #ffffff;
	padding: 25px 30px 20px 30px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.top-news-list-item .top-news-list-content {
		min-height: 315px;
	}
}

.top-news-list-item .top-news-list-content .subheader {
	font-size: 20px;
	color: #747882;
}

.top-news-list-item .top-news-list-content .header {
	color: #2d4281;
	font-size: 26px;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
	.top-news-list-item .top-news-list-content{
		display: -ms-flexbox;
		display:flex;
		flex-direction: column;
		-ms-flex-direction: column;
		padding-bottom: 0;
	}
	.top-news-list-item .top-news-list-content .header {
		font-size: 22px !important;
		margin-bottom: auto;
	}
	.top-news-list-item .top-news-list-content .subheader {
		font-size: 18px !important;
	}
	.top-news-list-item .top-news-list-content p{
		display: none;
	}
}

.top-news-list-item .top-news-list-content hr {
	margin: 22px 0;
}

.top-news-list-item .top-news-list-content hr.small {
	width: 50px;
	margin: 35px 0 16px 0;
}

.top-news-list-item .top-news-list-content .topnews-related p {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0;
}

.top-news-list-item .top-news-list-content .topnews-related ul {
	padding: 0;
}

.top-news-list-item .top-news-list-content .topnews-related ul li {
	font-size: 13px;
	font-weight: 500;
}

.onecolumn .top-news-list-item .top-news-list-content .details {
	color: #747882;
	/*font-size: 13px;*/
	bottom: 0;
	width: 100%;
	left: 0;
	/*padding: 15px 30px;*/
}

.top-news-list-item .top-news-list-content .details .date {
	text-align: left;
	/*font-style: italic;*/
}

.top-news-list-item .top-news-list-content .details .comments {
	text-align: center;
	font-style: italic;
}

.top-news-list-item .top-news-list-content .details .comments svg {
	position: relative;
	top: 4px;
	margin-right: 6px;
	fill: #747882;
	width: 19px;
	height: 18px;
}

.top-news-list-item .top-news-list-content .details .category {
	text-align: right;
}

.top-news-list-item .top-news-list-content .details .category a {
	/*color: #747882;*/
	/*font-size: 12px;*/
	/*text-transform: uppercase;*/
	/*border: 1px solid #5b5b5b;*/
	/*border-radius: 5px;*/
	/*padding: 3px 6px;*/
}


.news-list-container H2 {
	font-size: 2em; /* 32/16 */
	margin: 0 0 11px 0;
	padding: 0;
	font-weight: 700;
}

#content .leftcol .news-list-container H2 a {
	text-decoration: none;
}

.news-list-date {
	display: block;
	float: none;
	padding-left: 10px;
}

.news-list-container IMG {
	border: medium none;
	float: none;
	margin: 0;
}

/*:not(.onecolumn) .news-list-item {*/
/*	border-bottom:1px solid #cbcbcb;*/
/*	padding:0 0 10px 0;*/
/*	margin-bottom:24px;*/
/*}*/

/*.news-list-img {*/
/*	!* float: left;*/
/*		margin-right: 3%;*/
/*		width: 35%;*!*/
/*}*/

/*:not(.onecolumn) .news-list-img {*/
/*	position: relative;*/
/*	margin-bottom: 27px;*/
/*}*/

.news-detail-image-col span.ttnewsTypeFlag,
.news-list-item span.ttnewsTypeFlag,
.news-latest-item span.ttnewsTypeFlag {
	background-color: #ffb233;
	display: block;
	color: #fff;
	position:absolute;
	left:0;
	bottom:0;
	font-size: 1.063em;
	font-weight: 700;
	line-height: 33px;
	width: 216px;
	padding: 0 9px 0 42px;
	background: #ffb233 url('../../../fileadmin/images/icon.png') no-repeat -4px -109px;
}

/* Typ "Kolumne" */
.news-detail-image-col span.ttnewsNewsType-32,
.news-list-item span.ttnewsNewsType-32,
.news-latest-item span.ttnewsNewsType-32 {
	/*background-position:-4px -919px;*/
	background-image: url('../../../fileadmin/images/svg/icon-kolumne.svg');
	background-position: 11px center;
	-webkit-background-size: 19px;
	background-size: 19px;
}

/* Typ "Studie" */
.news-detail-image-col span.ttnewsNewsType-33,
.news-list-item span.ttnewsNewsType-33, .news-latest-item span.ttnewsNewsType-33 {
	/*background-position:-4px -159px;*/
	background-image: url('../../../fileadmin/images/svg/icon-studie.svg');
	background-position: 10px center;
	background-size: 21px;
}

/* Typ "Interview" */
.news-detail-image-col span.ttnewsNewsType-34,
.news-list-item span.ttnewsNewsType-34, .news-latest-item span.ttnewsNewsType-34 {
	/*background-position:-4px -59px;*/
	background-image: url('../../../fileadmin/images/svg/icon-interview.svg');
	background-position: 10px center;
	background-size: 22px;
}

/* Typ "News" */
.news-detail-image-col span.ttnewsNewsType-35,
.news-list-item span.ttnewsNewsType-35, .news-latest-item span.ttnewsNewsType-35 {
	/*background-position:-4px -718px;*/
	background-image: url('../../../fileadmin/images/svg/icon-news.svg');
	background-position: 8px center;
}

/* Typ "Rezension" */
.news-detail-image-col span.ttnewsNewsType-36,
.news-list-item span.ttnewsNewsType-36, .news-latest-item span.ttnewsNewsType-36 {
	/*background-position:-4px -718px;*/
	background-image: url('../../../fileadmin/images/svg/icon-rezension.svg');
	background-position: 8px center;
}

/* Typ "Wissenschaft" */
.news-detail-image-col span.ttnewsNewsType-38
.news-list-item span.ttnewsNewsType-38, .news-latest-item span.ttnewsNewsType-38 {
	background-image: url('../../../fileadmin/images/svg/icon-wissenschaft.svg');
	background-position: 8px center;
}

/* Typ "Bildstrecke" */
.news-detail-image-col span.ttnewsNewsType-42,
.news-list-item span.ttnewsNewsType-42, .news-latest-item span.ttnewsNewsType-42 {
	background-image: url('../../../fileadmin/images/svg/icon-bildstrecke.svg');
	background-position: 11px center;
	background-size: 21px;
}

/* Typ "Köpfe" */
.news-detail-image-col span.ttnewsNewsType-43,
.news-list-item span.ttnewsNewsType-43, .news-latest-item span.ttnewsNewsType-43 {
	background-image: url('../../../fileadmin/images/svg/icon-koepfe.svg');
	background-position: 9px center;
	background-size: 23px;
}

/* Typ "Advertorial" */
.news-list-item span.ttnewsNewsType-69, .news-latest-item span.ttnewsNewsType-69 {
	background-image: url('../../../fileadmin/images/svg/icon-advertorial.svg');
	background-position: 13px center;
	background-size: 18px;
}

.tt_newsPriorityNormal p {
	margin-bottom: 0;
}

.tt_newsPriorityNormal p.tt_newsDetails {
	margin-bottom: 12px;
}

.news-list-morelink a {
	font-size: 1em;
	font-weight: 700;
}

.news-list-morelink a span {
	font-size: 1.2em;
	margin-left: 3px;
}

.size-xs .news-list-container p,
.size-xs .news-list-item .more,
.size-xs .news-list-item span.ttnewsTypeFlag {
	display: none;
}

.size-xs .top-news-list-item span.ttnewsTypeFlag{
	display: inline-block;
}

.size-xs .news-list-container h2 {
	font-size: 1.2em;
}

.size-xs .news-list-container h3 {
	font-size: 1em;
}

/*------------------------------------*\
	LIST [END]
\*------------------------------------*/
/*------------------------------------*\
	SINGLE [BEGIN]
\*------------------------------------*/
.news-single-item {
	margin-bottom: 5px;
	padding: 0;
}

.news-single-item .ttnewsTypeFlag {
	color: #fff;
	display: inline-block;
	position: static;
	font-size: 1.563em;
	font-weight: 700;
	line-height: 49px;
	padding: 0 24px 0 62px;
	background: #ffb233 url('../../../fileadmin/images/icon.png') no-repeat 5px -400px;
	margin-left: -30px;
	margin-bottom: 10px;
}

/* Typ "Kolumne" */
.news-single-item span.ttnewsNewsType-32, .news-single-item span.ttnewsNewsType-32 {
	background-image: url('../../../fileadmin/images/svg/icon-kolumne.svg');
	background-position: 30px center;
	-webkit-background-size: 19px;
	background-size: 19px;
}

/* Typ "Studie" */
.news-single-item span.ttnewsNewsType-33, .news-single-item span.ttnewsNewsType-33 {
	background-image: url('../../../fileadmin/images/svg/icon-studie.svg');
	background-position: 30px center;
	background-size: 21px;
}

/* Typ "Interview" */
.news-single-item span.ttnewsNewsType-34, .news-single-item span.ttnewsNewsType-34 {
	background-image: url('../../../fileadmin/images/svg/icon-interview.svg');
	background-position: 30px center;
	background-size: 22px;
}

/* Typ "News" */
.news-single-item span.ttnewsNewsType-35, .news-single-item span.ttnewsNewsType-35 {
	background-image: url('../../../fileadmin/images/svg/icon-news.svg');
	background-position: 26px center;
}

/* Typ "Rezension" */
.news-single-item span.ttnewsNewsType-36, .news-single-item span.ttnewsNewsType-36 {
	background-position: 27px center;
	background-image: url('../../../fileadmin/images/svg/icon-rezension.svg');
}

/* Typ "Wissenschaft" */
.news-single-item span.ttnewsNewsType-38, .news-single-item span.ttnewsNewsType-38 {
	background-position: 30px center;
	background-image: url('../../../fileadmin/images/svg/icon-wissenschaft.svg');
}

/* Typ "Bildstrecke" */
.news-single-item span.ttnewsNewsType-42, .news-single-item span.ttnewsNewsType-42 {
	background-position: 30px center;
	background-image: url('../../../fileadmin/images/svg/icon-bildstrecke.svg');
	background-size: 21px;
}

/* Typ "Köpfe" */
.news-single-item span.ttnewsNewsType-43, .news-single-item span.ttnewsNewsType-43 {
	background-image: url('../../../fileadmin/images/svg/icon-koepfe.svg');
	background-position: 26px center;
	background-size: 24px;
}

.size-xs .news-single-item .ttnewsTypeFlag {
	margin-left: -15px;
}

.news-single-img {
	float: none;
	margin: 0;
	padding: 0;
}

.news-single-item h2 {
	color: #1B1B1B;
	font-size: 1.25em;
	font-weight: 700;
	margin: 0 0 10px;
}

.news-detail {
	margin: 10px 0 35px 0;
}

#content .leftcol .tt_newsRelatedUl {
	margin: 0 0 25px;
	padding: 0;
}

#content .leftcol .tt_newsRelatedUl li {
	line-height: 1.15em;
	background-image: none;
	margin: 3px 0;
	padding: 0;
}

#content .leftcol .tt_newsRelatedUl li.first {
	text-transform: uppercase;
	color: #323438;
	margin-bottom: 8px;
	font-size: 1.063em;
	font-weight: 700;
}

#content .leftcol .tt_newsRelatedUl a {
	font-size: 1em;
	font-weight: 500;
}

#content .leftcol .tt_newsRelatedUl span {
	color: #2d4281;
	font-size: 1.2em;
	margin-right: 3px;
}

.tx_ttnewsIndicationOfSource {
	font-style: italic;
	font-size: 0.813em;
	margin-bottom: 10px;
}

/* set all rte images responsive */
.news-detail img {
	display: block;
	max-width: 100%;
	height: auto;
}

/*------------------------------------*\
	SINGLE [END]
\*------------------------------------*/
/*------------------------------------*\
	RELATED [BEGIN]
\*------------------------------------*/
.tt_newsCategorySubNav {
	/*padding: 20px;
		border-bottom:1px solid #cbcbcb;
		*/
}

.tt_newsCategorySubNav h2 {
	color: #000;
	font-size: 1.438em; /* 23/16 */
	margin: 0 0 15px 0;
	font-weight: 700;
}

.size-xs .tt_newsCategorySubNav h2 {
	font-size: 1.3em;
}

.tt_newsCategorySubNav ul {
	margin: 0;
	padding: 0;
}

.tt_newsCategorySubNav ul li {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
}

.tt_newsCategorySubNav > ul > li {
	font-size: 0.875em;
	color: #2d4281;
	font-weight: 700;
	background: transparent url('../../../fileadmin/images/icon-sm.png') no-repeat -3px -120px;
	padding-left: 21px;
}

.tt_newsCategorySubNav ul li a:hover {
	color: #8397dc;
}

.tt_newsCategorySubNav span {
	color: #2d4281;
	font-size: 1.2em;
	margin-left: -13px;
}

/* level 2 */
.tt_newsCategorySubNav ul li ul.subnavL2 {
	padding-left: 21px;
}

.tt_newsCategorySubNav ul.subnavL2 li a {
	font-size: 0.875em;
	color: #2d4281;
	font-weight: 400;
}

.tt_newsCategorySubNav ul.subnavL2 li {
	line-height: 1.1em;
}

.tt_newsCategorySubNav ul.subnavL2 li a:hover {
	color: #8397dc;
}

/* mark current page */
.tt_newsCategorySubNav ul li.cur > a {
	color: #ffb233;
}

.tt_newsCategorySubNav ul.subnavL2 li.cur > a {
	color: #ffb233;
}

/*------------------------------------*\
	RELATED [END]
\*------------------------------------*/
/*------------------------------------*\
	RELATED BOOKS [BEGIN]
\*------------------------------------*/
.news-latest-books-container .news-latest-item {
	margin-bottom: 26px;
	padding-bottom: 20px;
	/*border-bottom:1px solid #fff;
	width:40%;*/
}

@media (min-width: 992px) {
	.news-latest-books-container .news-latest-item {
		width: 100%;
	}
}

.news-latest-books-container h3 {
	color: #000;
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 3px;
}

.news-latest-books-container h3 a {
	color: #000;
}

.news-latest-books-container .news-latest-img {
	margin-bottom: 15px;
}

.news-latest-books-container p.tt_newsSubheader {
	font-style: italic;
	font-size: 0.875em;
	line-height: 1.2em;
}

.news-latest-books-container .more {
	float: right;
}

.news-latest-books-container .tt_newsAuthor {
	color: #989c9f;
	font-size: 0.75em;
	display: inline-block;
}

.news-latest-books-container .tt_newsDetails {
	margin: 10px 0 0 0;
}

.news-latest-books-container .more a {
	font-size: 0.875em;
}

.news-latest-books-container .more a span {
	font-size: 1.2em;
}

.size-xs .tt_newsRating {
	display: none;
}

.size-xs .news-detail .tt_newsRating {
	display: block;
}

/* don't hide in single view of bookshop... */
.tt_newsRating img {
	margin-left: 5px;
	position: relative;
	top: -2px;
	display: inline-block;
}

/*------------------------------------*\
	RELATED BOOKS [END]
\*------------------------------------*/
/*------------------------------------*\
	RELATED ARCHIV MENU [BEGIN]
\*------------------------------------*/
.news-amenu-container LI {
	padding-bottom: 0;
}

.news-amenu-container ul li.news-amenu-item-year {
	background-color: transparent;
	font-weight: 700;
	margin-top: 0;
	padding: 0;
}

.news-amenu-container ul li.news-amenu-item-year:not(:first-child) {
	margin-top: 20px;
}

.amenu-act {
	background: #fff;
	font-weight: bold;
}

.news-amenu-container {
	font-size: 1em;
}

.news-amenu-container {
	padding: 0;
	margin: 0;
}

.news-amenu-container {
	width: auto;
}

.news-amenu-container ul {
	margin: 0;
	padding: 0;
}

.news-amenu-container ul li {
	line-height: 1.3em;
	margin: 5px 0;
}

.news-amenu-container ul li a {
	font-size: 0.875em;
	color: #2d4281;
	font-weight: 700;
	background: transparent url('../../../fileadmin/images/icon-sm.png') no-repeat -3px -120px;
	padding-left: 21px;
}

.news-amenu-container ul li a:hover {
	color: #8397dc;
}

.news-amenu-container span {
	color: #2d4281;
	font-size: 1.2em;
	margin-left: -13px;
}

/* mark current page */
.news-amenu-container ul li.cur > a {
	color: #ffb233;
}

/* level 2 */
.news-amenu-container ul li ul.subnavL2 {
	padding-left: 23px;
}

/*------------------------------------*\
	RELATED ARCHIV MENU [END]
\*------------------------------------*/
/*------------------------------------*\
	NEWS PAGER [BEGIN]
\*------------------------------------*/
.news-list-browse {
	font-size: 1em;
	color: #cdcdcd;
}

.news-list-browse:before, .news-list-browse:after, .browseLinksWrap:before, .browseLinksWrap:after {
	display: table;
	content: " ";
}

.news-list-browse:after, .browseLinksWrap:after {
	clear: both;
}

.showResultsWrap {
	color: #747882;
	font-size: .875em;
	margin-bottom: 5px;
}

.browseLinksWrap {
}

.browseLinksWrap .activeLinkWrap {
	background-color: #ffb333;
	color: #fff;
}

.outer-div {
	position: relative;
	float: right;
	right: 50%;
}

.inner-div {
	position: relative;
	float: right;
	right: -50%;
}

.news-list-browse {
}

.browseLinksWrap span {
	display: block;
	float: left;
	background-color: #f1f1f1;
	font-size: 1em;
	line-height: 45px;
	outline: medium none;
	padding: 0 5px;
	margin: 0;
	border-left: 1px solid #dfe4e4;
}

.browseLinksWrap span:first-child, .browseLinksWrap a:first-child {
	border-left: none;
}

.disabledLinkWrap {
	color: #cdcdcd;
}

.browseLinksWrap a {
	display: block;
	float: left;
	background-color: #f1f1f1;
	color: #2d4281;
	font-size: 1em;
	font-weight: 700;
	line-height: 45px;
	outline: medium none;
	padding: 0 6px;
	margin: 0;
	border-left: 1px solid #dfe4e4;
}

.browseLinksWrap a:hover {
	background-color: #2d4281;
	color: #fff;
}

/*------------------------------------*\
	NEWS PAGER [END]
\*------------------------------------*/
/*------------------------------------*\
	NEWS SAME TYPE [BEGIN]
\*------------------------------------*/
.tt_newsCategorySameType {
	margin-bottom: 40px;
	border-bottom: 1px solid #cbcbcb;
}

.tt_newsCategorySameType h2 {
	font-size: 1.875em;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	margin-bottom: 35px;
	padding-bottom: 15px;
	font-weight: 700;
}

.size-xs .tt_newsCategorySameType h2 {
	font-size: 1.3em;
}

.tt_newsCategorySameType .inner {
	text-align: center;
	color: #2D4281;
	margin-bottom: 25px;
}

.tt_newsCategorySameType .inner a {
	border: 1px solid #cbcbcb;
	border-radius: 3px;
	padding: 0 4px;
	margin: 0 3px;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 700;
	line-height: 1.4em;
}

.tt_newsCategorySameType .inner span.split:last-child {
	display: none;
}

.tt_newsCategorySameType .more {
	text-align: center;
	margin-bottom: 50px;
}

/*------------------------------------*\
	NEWS SAME TYPE [END]
\*------------------------------------*/
.news-list-date {
	font-size: 11px;
	color: #878187;
}

.news-single-rightbox {
	text-align: right;
}

.news-single-rightbox .ttNewsDate {
	float: right;
}

.ttNewsMore a, .ttNewsMore a {
	float: right;
}

a.ttNewsBack {
	font-size: 14px;
	padding-left: 15px;
	background: none;
	color: #5eb6e3;
}

.news-single-backlink {
	padding: 0;
}

/*------------------------------------*\
	SINGLE VIEW BOOKSHOP [BEGIN]
\*------------------------------------*/

.tt_newsBookshopDetailss {
	padding: 20px;
	border: 1px solid #cbcbcb;
}

/*------------------------------------*\
	SINGLE VIEW BOOKSHOP [END]
\*------------------------------------*/

.top-news-list-content {
	height: 100%;
	position: relative;
}

.advisoryContent .news-list-item span.ttnewsTypeFlag{
	left: 15px;
}
/***
**** ESSENTIALS (DO NOT CHANGE)
***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	/*line-height:	2.3;*/
	line-height:	50px;
	height:50px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-1px;
	/*top:			3.02em;*/
	top:			50px;
}
.sf-menu li:hover,
.sf-menu li.sfHover{

	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}



/***
**** SKIN
***/
.sf-menu {
	float:			left;
}

/*-- 1st level ----------------------------------------------------------*/
.sf-menu a {
	border-left: 1px solid #5c73b9;
	border-right: 1px solid #23346a;
	font-size: 1.240em; /*20/14*/
	font-weight:500;
	padding: 0 0.95em;
	text-decoration: none;
	zoom: 1; /* IE7 */
	color: #fff;
	white-space: nowrap;
}

/*html[lang='en'] .sf-menu > li:not(:first-of-type) > a {*/
/*	padding: 0 .89em;*/
/*}*/

.local_en .sf-menu a {
	padding: 0 0.87em;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	/*color:			#fff;*/
}
.sf-menu li.last a {
	border-right: 	none;
}

.sf-menu li {
	margin: 0px 0px;
}

/* active */
.sf-menu li.active > a{
	color: #ffb233;
}
.sf-menu li.active li.active > a{
    color: #ffb233 !important;
}
/* hover */
.sf-menu li.sfHover > a,
.sf-menu li > a:hover{
	color: #8397dc;
	transition:  background-color linear .2s, color linear .2s;
	background-color: #1c2e7a;
	border-left-color: #1c2e7a;
	border-right-color: #1c2e7a;
}

/*-- 2nd level ----------------------------------------------------------*/
.sf-menu ul{
	width: auto;
	background: #1c2e7a;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}
.sf-menu li li{
	margin: 0px;
	height: auto;
	line-height: normal;
}
.local_en .sf-menu li li a,
.sf-menu li li a,
.sf-menu li li.current a{
	color: #fff;
	background: none;
	font-weight: bold;
	border: none;
	border-bottom: 1px solid #3e4e8c;
	padding: .6em 2em;
	font-size: 0.875em;
}

/* remove negative position (-1px left) for 1st submenu */
.sf-menu li.first:hover ul,
.sf-menu li.first.sfHover ul {
	left:			0px;
}

.sf-menu li li a:hover,
.sf-menu li li a:focus{
	background-color: #142156;
	color: #8397dc;
}

/* active and hover */
.sf-menu .sub1 li.sfHover > a{ color: #000000; font-weight: normal; }
.sf-menu .sub1 li.active > a{
	color: #000000;
	font-weight: bold;
}

/* last element */
.sf-menu li li.last a,
.sf-menu li li.current.last a{

}


.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

.sf-menu .uid_10140 a {
	text-indent: -9999em;
	background: url('../../../fileadmin/images/svg/home.svg') center 14px no-repeat;
	padding: 0px 1.4em;
	background-size: 40%;
}

.sf-menu .uid_10140 a:hover {
    opacity: 0.4;
}


/*---------------------------------------------*\
	SUPERFISH RESPONSIVE ADJUSTMENTS [BEGIN]
\*---------------------------------------------*/
.size-md .sf-menu > li > a{
	padding-left:	0.50em;
	padding-right: 0.5em;
	font-size:		1.1em;
}

.size-md .local_en .sf-menu > li > a{
    padding-left:	0.3em;
}

.size-md .sf-menu > li.uid_10140 > a{
    padding: 0 1.3em;
}

.size-md .sf-menu li li a,
.size-md .sf-menu li li.current a{
	padding-left:	1.2em;
	padding-right:	1.2em;
}

@media screen and (max-height:800px){
	.sf-menu li li a,
	.sf-menu li li.current a{
		padding: .3em 2em;
	}
}

/*----------------------------------------*\
	SUPERFISH RESPONSIVE ADJUSTMENTS [END]
\*----------------------------------------*/

/*------------------------------------*\
	CONTAGGED ALPHABETINATOR [BEGIN]
\*------------------------------------*/

/* parsed a-tags */
dfn.tx-contagged-definition{
	font-style: 	inherit;
}
dfn.tx-contagged-definition a{
	text-decoration: none !important;
	border-bottom:	1px dashed #808388;
}
dfn.tx-contagged-definition a:hover{
	border-bottom:	1px dashed #808388;
	cursor:			help;
}
.tx-contagged-index{
	margin-bottom: 	2em;
}
.tx-contagged-index a{
	border:			1px solid #cbcbcb;
	border-radius: 	3px;
	padding:		0 0.29em;
	margin:			0;
	display:		inline-block;
	font-size:		0.875em;
	font-weight:	700;
	line-height:	1.4em;
	
}
.tx-contagged-index .tx-contagged-act a{
	border:			1px solid #2d4281;
	background:		#2d4281;	
	color:			#ffffff;
	
}
.tt_newsCategorySameType .more{
	text-align:		center;
	margin-bottom:	50px;
}
/*------------------------------------*\
	CONTAGGED ALPHABETINATOR [END]
\*------------------------------------*/
/** SLIDER **/

/** DO NOT CHANGE (use sub-part "Skin" for styling)
*************************************************************/
.scrollableWrapper{
  	width: 100%;
}
 
.scrollable {
    /* required settings */
    position:relative;
    overflow:hidden;
    width: 100%;
}
/* JS fallback -> hide all items except 1st one */
.scrollable .items div{
	display: none;
}
.scrollable .items div:first-child{
	display: block;
}
/*
   root element for scrollable items. Must be absolutely positioned
   and it should have a extremely large width to accomodate scrollable
   items.  it's enough that you set the width and height for the root
   element and not for this element.
*/


/* active item */
.scrollable .active {
    position:relative;
    cursor:default;
}

/** BUTTONS **/

/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}







/*********************/
/**   SKIN          **/
/*********************/


/** NAVIGATOR **/ 

.slidesjs-navigation {
    height:		20px;
  	width:		20px;
    margin-top:	-10px;
    top:		50%;
    position:	absolute;
    left:		0;
    padding: 	0;
    z-index:	110;
  
  	text-indent:-9999em;
  
  	background:	green;
}
.slidesjs-next{
	left:		auto;
	right:		0;
}

/* mouseover state */
.slidesjs-navigation a:hover {
    background-position:0 -26px;
}

/** PAGINATOR **/
ul.slidesjs-pagination{
	list-style: 	none;
	position:		absolute;
	bottom:			15px;
	right:			15px;
	padding:		0;
	margin:			0;
	z-index:		99;
}
ul.slidesjs-pagination li{
	display:		block;
	width: 			15px;
	margin:			0px 0px 0px 5px;
	padding:		0;
	float: 			left;		
	height:			15px;
}
ul.slidesjs-pagination li a{
	display:		block;
	text-indent:	-9999em;
	background:		#939496;
	border:			1px solid #ffffff;
	width: 			15px;	
	height:			15px;
}
ul.slidesjs-pagination li a.active{
	background:		#00a5d2;		
}



/** SLIDER-ELEMENT **/
.sliderItemWithText{ position: relative; }
.sliderItemText{
	width: 			260px;
	padding:		30px 20px 0px 30px;
	position: 		absolute;
	top: 			0px;
	right:			0px;
	
	background: url('../../../fileadmin/images/bg_gray_80.png');
	background: rgba(140, 144, 150, 0.6);	
}
/* set min-height to avoid image from scaling too much */
.slidesjs-container,
.slidesjs-control,
.sliderItemText
{
	min-height:		360px;
}
.sliderItemWithText img{
	width: 			890px !important;
	max-width: 		890px;
}
#maincont .sliderItemText h1,
#maincont .sliderItemText h2,
#maincont .sliderItemText h3{
	color:					#00a5d2;
	-webkit-text-shadow:	1px 1px #5a5a5a;
	-moz-text-shadow:		1px 1px #5a5a5a;
	text-shadow:			1px 1px #5a5a5a;
}	
#maincont .sliderItemText p{
	color:			white;
	-webkit-text-shadow:	1px 1px #5a5a5a;
	-moz-text-shadow:		1px 1px #5a5a5a;
	text-shadow:			1px 1px #5a5a5a;
}

.sidr {
  /* Default Settings */
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 320px;
  overflow-x: none;
  overflow-y: auto;
  -webkit-box-shadow: 5px 0px 60px 0px #000000;
  -moz-box-shadow: 5px 0px 60px 0px #000000;
  box-shadow: 5px 0px 60px 0px #000000;
}
.sidr.right {
  left: auto;
  right: -400px;
}
.sidr.left {
  left: -320px;
  right: auto;
}
/*
@media screen and (max-width:400px){
	.sidr { width: 320px; }	
}
*/
.social_share_privacy_area {
	clear: both;
	margin: 20px 0 !important;
	list-style-type: none;
	padding: 0 !important;
	width: auto;
	/*height: 100%;*/
	left: 0;
	display: block;
}

.social_share_privacy_area li {
	margin: 0 !important;
	padding: 0 !important;
	height: 21px;
	float: left;
	width:100%;
	left: auto;
	right: auto;
	background:none !important;
}

.social_share_privacy_area li .dummy_btn {
	float: left;
	margin: 0 0 0 10px;
	cursor: pointer;
	padding: 0;
	height: inherit;
	width: 125px;
}

.social_share_privacy_area li div iframe {
	overflow: hidden;
	height: inherit;
	width: inherit;
}
/* Facebook begin */
.social_share_privacy_area .facebook {
	width: 100px;
	height: 30px;
	display: inline-block;
}

.social_share_privacy_area .facebook .fb_like iframe {
	width: 100px;
	height: 30px;
}
/* Facebook end */
/* Twitter begin */
.social_share_privacy_area .twitter {
	height: 30px;
	width: 100px;
}

.social_share_privacy_area li div.tweet {
	width: 90px;
	height: 30px;
}
/* Twitter end */
/* Google+ begin */
.social_share_privacy_area .gplus {
	width: 100px;
	height: 30px;
}

.social_share_privacy_area li div.gplusone {
	width: 70px;
	height: 30px;
}
/* Google+ end */
/* Xing begin */
.social_share_privacy_area .xing {
	width: 100px;
	height: 30px;
}

.social_share_privacy_area li div.Xing {
	width: 100px;
	height: 30px;
}
/* Xing end */
/* LinkedIn begin */
.social_share_privacy_area .linkedin {
	width: 100px;
	height: 30px;
}

.social_share_privacy_area li div.LinkedIn {
	width: 100px;
	height: 30px;
}
/* LinkedIn end */
/* Switch begin */
.social_share_privacy_area li .switch {
	display: inline-block;
	text-indent: -9999em;
	background: transparent url('../../../fileadmin/css/images/socialshareprivacy_on_off.png')
		no-repeat 0 0 scroll;
	width: 23px;
	height: 12px;
	overflow: hidden;
	float: left;
	margin: 4px 0 0;
	padding: 0;
	cursor: pointer;
}

.social_share_privacy_area li .switch.on {
	background-position: 0 -12px;
}
/* Switch end */
/* Tooltips begin */
.social_share_privacy_area li.help_info {
	position: relative;
	width:auto;
}

.social_share_privacy_area li.help_info .info,.social_share_privacy_area li .help_info.icon .info
	{
	display: none;
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 290px;
	padding: 10px 15px;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 3px 4px #999;
	-webkit-box-shadow: 0 3px 4px #999;
	box-shadow: 0 3px 4px #999;
	background-color: #fdfbec;
	color: #000;
	z-index: 500;
}

.social_share_privacy_area li.gplus.help_info .info {
	left: -60px;
}

.social_share_privacy_area li .help_info.icon .info {
	left: -243px;
	width: 350px;
}

.social_share_privacy_area li.help_info.display .info,.social_share_privacy_area li .help_info.icon.display .info
	{
	display: block;
}

.social_share_privacy_area li.help_info.info_off.display .info {
	display: none;
}

.social_share_privacy_area li .help_info.icon {
	background: #fff url('../../../fileadmin/css/images/socialshareprivacy_info.png') no-repeat
		center center scroll;
	width: 25px;
	height: 20px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #e7e3e3;
	border-right-width: 0;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	margin: 0;
	padding: 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon
	{
	border-top-width: 0;
	border-left-width: 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon
	{
	border-right-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* Tooltips end */
/* Settings/Info begin */
.social_share_privacy_area li.settings_info {
	position: relative;
	top: 0px;
	width: 30px;
}

.social_share_privacy_area li.settings_info a {
	text-decoration: none;
	margin: 0 !important;
}

.social_share_privacy_area li.settings_info .settings_info_menu {
	background-color: #f3f4f5;
	border: 2px solid #e7e3e3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #c1c1c1;
	-webkit-box-shadow: 2px 2px 3px #c1c1c1;
	box-shadow: 3px 3px 3px #c1c1c1;
	left: 0;
	position: absolute;
	top: 0;
	width: 135px;
	z-index: 1000;
	margin: 0;
	padding: 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu.off {
	border-width: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.social_share_privacy_area li.settings_info .settings_info_menu.off form
	{
	display: none;
	margin: 0;
	padding: 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu .settings
	{
	text-indent: -9999em;
	display: inline-block;
	background: #fff url('../../../fileadmin/css/images/settings.png') no-repeat center center scroll;
	width: 25px;
	height: 20px;
	border: 2px solid #e7e3e3;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border-left: 1px solid #ddd;
	margin: 0;
	padding: 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu.on .settings
	{
	border-top-width: 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset
	{
	border-width: 0;
	margin: 0;
	padding: 0 10px 10px;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend
	{
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
	padding: 10px 0;
	width: 115px;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input
	{
	clear: both;
	float: left;
	margin: 4px 10px 4px 0;
	padding: 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label
	{
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	-moz-transition: color .5s ease-in;
	-webkit-transition: color .5s ease-in;
	transition: color .5s ease-in;
	margin: 0;
	padding: 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked
	{
	color: #090;
}
/* 	Settings/Info end */

/* individual adjustments */
.social_share_privacy_area li.help_info { 	width: auto; display: block; }
.social_share_privacy_area li.help_info.gplus  { 	width: auto; display: block; }


.tx_calTeaser .calListView h3{
	font-size: 1.4em;
	font-weight: bold;
}

.tx_calTeaser .calListView .tx_calDate{
	display:inline;
	background: none;
	padding-left: 0;
	font-weight: bold;
	font-size: 1.0em;
}

.tx_calTeaser .calListView .tx_calEventId{
	display: block;
	height: 66px;
	background-color: #808686;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	color:#FFF;
	line-height: 66px;
}
.size-xs .tx_calTeaser .calListView .tx_calEventId{
	font-size: 1em;
}

#calendar-event p.csc-frame-frame1{
	clear:both;
}

.tx_calTeaser .calListView .tx_calLabel {
	height: 30px;
	line-height: 30px;
	color:#FFF;
	text-align:center;
	font-size: 1.0em;
	font-weight: 700;
	background-color:#ffb233;
}
.tx_calTeaser .calListView .tx_calLabel i{
	display:block;
	width:35px;
	height:30px;
	background: transparent url('../../../fileadmin/images/seminar_icon.png') 0 center no-repeat;
	float:left;
}
.tx_calTeaser .calListView .tx_calLabel span{
	display:block;
	float:left;
}

.tx_calTeaser .calListView .row {
	padding-top:  10px;
	margin-left: -15px;
	margin-right:-15px;
}

.tx_calBasicAttributes.row {
	color: #747882;
	font-size: 0.813em;
	padding-bottom: 20px;
}

.tx_calBasicAttributes.row span{
	display:inline-block;
	padding-left: 25px;
	margin-bottom: 3px;
	background: url('../../../fileadmin/images/icon-sm.png') no-repeat #FFF;
}

.tx_calBasicAttributes.row span.datetime{
	background-position: 0 -59px;
}

.tx_calBasicAttributes.row span.organizer{
	background-position: 0px 1px;
}

.tx_calBasicAttributes.row span.location{
	background: url('../../../fileadmin/images/location-icon.png') no-repeat #FFF 3px center;
}

.tx_calBasicAttributes.row span.eventid{
	background: url('../../../fileadmin/images/tag-icon.png') no-repeat #FFF 3px center;
}

.broschuere-container.csc-textpic-intext-left-nowrap .csc-textpic-text{
	margin-left: 0px;
}

.arrowUp{
	background: #dbdcde url('../../../fileadmin/images/csc-arrow-up.png') no-repeat center top;
	padding: 55px 30px 20px;
}

#applicationFormular form{
	padding: 0 45px 20px;
}

#calendar-location h1{
	display:none;
}

.smalltext{
	font-size: 70%;
	margin-top: 20px;
	line-height: 1.7em;
}

#applicationFormular{
	/* hide form per default */
	display: none;
}
#applicationFormular div.tx-powermail h3{
	display:block;
	color: #1B1B1B;
	font-size: 1.750em;
	margin: 0 0 23px 0;
	font-weight: 400;
}

.item.calListView .col-xs-9 .row{
	padding-top: 0;
}


/*------------------------------------*\
	EXTERNE VERANSTALTUNGEN LIST [BEGIN]
\*------------------------------------*/
.calListViewExternalEvents .tx_calListImage{
	display: block;
	padding: 20% 10%;
	border: 1px solid #cbcbcb;
}
.size-xs .calListViewExternalEvents .tx_calListImage{
	padding: 15% 10%;
}
.calListViewExternalEvents .tx_calListImage img{
	width: 100%;
	height: auto;
	max-width: 100%;
}
.tx_calTeaser .calListView.calListViewExternalEvents .row{
	padding-top: 0;
	margin-top: 0;
}
/*------------------------------------*\
	EXTERNE VERANSTALTUNGEN LIST [END]
\*------------------------------------*/


/*------------------------------------*\
	WEBINARE LIST [BEGIN]
\*------------------------------------*/

.item.webinar{
	margin-bottom: 20px;
}

.item.webinar .tx_calListImage{
	display: block;
	padding: 20% 15%;
	border: 1px solid #cbcbcb;
}
.size-xs .item.webinar .tx_calListImage{
	padding: 15% 10%;
}
.item.webinar .tx_calListImage img{
	width: 100%;
	height: auto;
	max-width: 100%;
}

.item.webinar .row{
	padding-top: 10px;
}

.item.webinar .col-xs-9 .row{
	padding-top: 0;
	margin-top: 0;
}

.item.webinar .tx_calDate{
	display:inline;
	background: none;
	padding-left: 0;
	font-weight: bold;
	font-size: 1.0em;
}

.item.webinar h3{
	font-size: 1.4em;
	font-weight:bold;
}
/*------------------------------------*\
	WEBINARE LIST [END]
\*------------------------------------*/



.tx-comments-comment-admin { margin: 10px 20px; background-color: #e0e0e0; padding: 5px 9px; text-align: center; }

.tx-comments-comment-form LABEL { width: 100px; display: block; float: left; padding-top: 5px; }
.tx-comments-comment-form INPUT, .tx-comments-comment-form TEXTAREA, .tx-comments-comment-form IMG { margin-top: 5px; }
.tx-comments-comment-input, .tx-comments-comment-form TEXTAREA { width: 245px; }
.tx-comments-comment-form BR { clear: left; }
.tx-comments-comment-name,
.tx-comments-comment-date{
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display:inline-block;
}
.tx-comments-comment-name,
.tx-comments-comment-date{
	font-size:0.875em;
}
.tx-comments-comment-name a{
	color:#323438;
	font-weight:700;
}
.tx-comments-comment-date{
	color:#808389;
}
.tx-comments-comment-date i {
	margin: 0 12px;
	font-style:normal;
}
.tx-comments-comment-1,
.tx-comments-comment-2{
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.tx-comments-comment-content { padding: 3px 0; font-size:0.875em; color:#323438; }
.tx-comments-page-browser { text-align: center; margin: 15px 0; }
.tx-comments-page-browser-current, .tx-comments-page-browser A { padding: 0 3px; }
.tx-comments-required-mark { color: red; }
.tx-comments-required-error { margin-left: 10px; color: red; background-color: #f5f500; padding: 3px 5px; }
.tx-comments-captcha { padding-left: 100px; }
.tx-comments-captcha IMG { border: 1px solid #d0d0d0; margin-left: 0px; }
.tx-comments-form-top-message { border: 1px solid #d0d0d0; padding: 10px 20px; text-align: center; font-weight: bold; }

.tx-comments-closed { border: 1px solid #d0d0d0; padding: 10px 10px; margin: 10px 0; }
.tx-comments-closed IMG { vertical-align: baseline; margin-left: 4px; padding-right: 4px; }

.tx-comments-comment-report { font-size: 80%; margin: 7px 0 5px 15px; }

.tx-comments-rating { margin-left: 15px; }
.csc-newscomments{
	display:none;
	margin-left:-15px;
	margin-right:-15px;	
	margin-bottom:35px;
	background: #dbdcde url('../../../fileadmin/images/news-comments.png') no-repeat center top;
}
/*
@media (min-width: 992px) {
	.csc-newscomments{
		margin-right:-30px;	
	}
}
*/
.csc-newscomments .tx-comments-pi1{
	padding:0 30px 30px 30px;
}
.csc-newscomments h1{
	color:#323438;
	font-size:1.063em;
	text-align:center;
	padding:60px 30px 0 30px;
	margin-bottom:30px;
	text-transform:uppercase;
}
.tx-comments-comments{
	background-color:#fff;
	padding:30px 40px;	
}
.tx-comments-hide{
	display:none;
}
#tx-comments-all{
	display:none;
	text-align:center;	
}
#tx-comments-all i{
	font-style:normal;
}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:focus {
  outline: none;
}
.slick-slide *:focus {
  outline: none;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick p {
  font-size: 18px;
  color: #393a3d;
}
.slick p.smaller-size {
  font-size: 16px;
  color: #393a3d;
  margin-top: 36px;
}
.slick p:first-of-type {
  margin-top: 30px;
}
.slick .align-center {
  width: 660px;
  max-width: 100%;
  margin: 0 auto;
}
.slick-dots {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 40px 0 0 0;
}
.slick-dots button {
  display: none;
}
.slick-dots li {
  cursor: pointer;
  height: 20px;
  widtH: 20px;
  background: transparent;
  display: inline-block;
  margin: 0 4px;
  border: 2px solid #393a3d;
}
.slick-dots li.slick-active {
  background: #393a3d;
}

/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=segoe%20ui,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=1px&bgColorHeader=ece8da&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=100&borderColorHeader=d4ccb0&fcHeader=433f38&iconColorHeader=847e71&bgColorContent=f7f7f7&bgTextureContent=04_highlight_hard.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=312e25&iconColorContent=808080&bgColorDefault=f18f0b&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=15&borderColorDefault=f18f0b&fcDefault=ffffff&iconColorDefault=eeeeee&bgColorHover=f18f0b&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=25&borderColorHover=f18f0b&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=fafaf4&bgTextureActive=04_highlight_hard.png&bgImgOpacityActive=100&borderColorActive=d4ccb0&fcActive=cd5c0a&iconColorActive=e3a345&bgColorHighlight=fcf0ba&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=e8e1b5&fcHighlight=363636&iconColorHighlight=e3a345&bgColorError=ffedad&bgTextureError=03_highlight_soft.png&bgImgOpacityError=95&borderColorError=e3a345&fcError=cd5c0a&iconColorError=cd0a0a&bgColorOverlay=2b2922&bgTextureOverlay=05_inset_soft.png&bgImgOpacityOverlay=15&opacityOverlay=90&bgColorShadow=cccccc&bgTextureShadow=04_highlight_hard.png&bgImgOpacityShadow=95&opacityShadow=20&thicknessShadow=12px&offsetTopShadow=-12px&offsetLeftShadow=-12px&cornerRadiusShadow=10px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: segoe ui, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: segoe ui, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #f7f7f7 url('../../../images/jquery-ui/ui-bg_highlight-hard_100_f7f7f7_1x100.png') 50% top repeat-x; color: #312e25; }
.ui-widget-content a { color: #312e25; }
.ui-widget-header { border: 1px solid #d4ccb0; background: #ece8da url('../../../images/jquery-ui/ui-bg_gloss-wave_100_ece8da_500x100.png') 50% 50% repeat-x; color: #433f38; font-weight: bold; }
.ui-widget-header a { color: #433f38; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #f18f0b; background: #f18f0b url('../../../images/jquery-ui/ui-bg_highlight-hard_15_f18f0b_1x100.png') 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #f18f0b; background: #f18f0b url('../../../images/jquery-ui/ui-bg_highlight-soft_25_f18f0b_1x100.png') 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #d4ccb0; background: #fafaf4 url('../../../images/jquery-ui/ui-bg_highlight-hard_100_fafaf4_1x100.png') 50% 50% repeat-x; font-weight: bold; color: #cd5c0a; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #cd5c0a; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #e8e1b5; background: #fcf0ba url('../../../images/jquery-ui/ui-bg_glass_55_fcf0ba_1x400.png') 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #e3a345; background: #ffedad url('../../../images/jquery-ui/ui-bg_highlight-soft_95_ffedad_1x100.png') 50% top repeat-x; color: #cd5c0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd5c0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd5c0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url('../../../images/jquery-ui/ui-icons_808080_256x240.png'); }
.ui-widget-content .ui-icon {background-image: url('../../../images/jquery-ui/ui-icons_808080_256x240.png'); }
.ui-widget-header .ui-icon {background-image: url('../../../images/jquery-ui/ui-icons_847e71_256x240.png'); }
.ui-state-default .ui-icon { background-image: url('../../../images/jquery-ui/ui-icons_eeeeee_256x240.png'); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url('../../../images/jquery-ui/ui-icons_ffffff_256x240.png'); }
.ui-state-active .ui-icon {background-image: url('../../../images/jquery-ui/ui-icons_e3a345_256x240.png'); }
.ui-state-highlight .ui-icon {background-image: url('../../../images/jquery-ui/ui-icons_e3a345_256x240.png'); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url('../../../images/jquery-ui/ui-icons_cd0a0a_256x240.png'); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 1px; -webkit-border-top-left-radius: 1px; -khtml-border-top-left-radius: 1px; border-top-left-radius: 1px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 1px; -webkit-border-top-right-radius: 1px; -khtml-border-top-right-radius: 1px; border-top-right-radius: 1px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 1px; -webkit-border-bottom-left-radius: 1px; -khtml-border-bottom-left-radius: 1px; border-bottom-left-radius: 1px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 1px; -webkit-border-bottom-right-radius: 1px; -khtml-border-bottom-right-radius: 1px; border-bottom-right-radius: 1px; }

/* Overlays */
.ui-widget-overlay { background: #2b2922 url('../../../images/jquery-ui/ui-bg_inset-soft_15_2b2922_1x100.png') 50% bottom repeat-x; opacity: .90;filter:Alpha(Opacity=90); }
.ui-widget-shadow { margin: -12px 0 0 -12px; padding: 12px; background: #cccccc url('../../../images/jquery-ui/ui-bg_highlight-hard_95_cccccc_1x100.png') 50% top repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 10px; -khtml-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }/*!
 * jQuery UI Autocomplete 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }
.ui-autocomplete li {
    list-style: none;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.21
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0;
    display:block;
    float: left;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}
/*!
 * jQuery UI Slider 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
 * jQuery UI Datepicker 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}s
.vimeo-video-wrapper {
  margin-bottom: 30px;
}
.vimeo-video-wrapper .preview {
  position: relative;
}
.vimeo-video-wrapper .preview img.vimeo-placeholder {
  width: 100%;
}
.vimeo-video-wrapper.shortcode-replacement {
  max-width: 640px;
}
.vimeo-video-wrapper .vimeo-acceptance-wrapper {
  background: rgba(255, 255, 255, 0.82);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 20px 30px;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .vimeo-video-wrapper .vimeo-acceptance-wrapper {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .vimeo-video-wrapper .vimeo-acceptance-wrapper {
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
    left: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
  }
}
.vimeo-video-wrapper .btn.btn-solid.showVimeoVideo {
  height: 35px;
  line-height: 26px;
  max-width: 135px;
  margin: 15px auto 10px auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.vimeo-video-wrapper .btn.btn-solid.showVimeoVideo:after {
  top: 1px;
}
.vimeo-video-wrapper .always-accept-vimeo-videos {
  color: #2e4281;
  cursor: pointer;
  text-decoration: none !important;
}
.frame-type-hmdefaulttemplates_mediathekteaseritem .vimeo-acceptance-wrapper {
  width: 100%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: 0;
  left: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: none !important;
}
.frame-type-hmdefaulttemplates_videoembed + .frame-type-text {
  margin-top: 15px;
}
.panel-group .vimeo-placeholder {
  max-height: 590px;
}
body.risknet-de {
  padding-top: 197px;
}
@media screen and (max-width: 767px) {
  body.risknet-de {
    padding-top: 116px;
  }
}
body.risknet-de #bannerLeaderboard .frame-type-list {
  min-height: 116.922px;
}
#wrapper.onecolumn {
  padding-top: 30px;
}
#wrapper.onecolumn > .container > div:last-of-type {
  margin-bottom: 60px;
}
#wrapper.onecolumn .alert-autor {
  padding-left: 115px;
  position: relative;
  overflow: hidden;
  background: url('../../../fileadmin/images/svg/autor-info.svg') no-repeat top left;
  background-size: 45px;
}
#wrapper.onecolumn .alert-autor:before {
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
  border-left: 4px solid #cbcbcb;
  display: inline-block;
  content: " ";
  position: absolute;
  left: 75px;
}
#wrapper.onecolumn .alert-autor p {
  position: relative;
  padding-right: 25px;
}
#wrapper.onecolumn .alert-autor p:first-of-type {
  padding-top: 15px;
}
#wrapper.onecolumn .alert-autor p:last-of-type {
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  #wrapper.onecolumn .margin-top-xs-sm {
    margin-top: 30px;
  }
}
#wrapper.onecolumn .news .news-list-onecolumn .news-list-img img[src*='placeholder'] {
  width: 100%;
}
#wrapper.onecolumn .news .page-navigation {
  display: none;
}
#wrapper.onecolumn .news .page-navigation ~ .page-navigation {
  display: block;
}
#wrapper.onecolumn .news .csc-sitetitle {
  margin-top: 0;
}
#wrapper.onecolumn .news .csc-sitetitle .csc-header {
  padding: 15px !important;
  margin-bottom: 30px;
  padding: 25px 30px 20px 30px;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  min-height: 100px;
  height: 100%;
  min-height: 0;
}
#wrapper.onecolumn .news .csc-sitetitle .csc-header h2 {
  color: #5b5b5b;
}
#wrapper.onecolumn .news .csc-sitetitle .csc-header h1 {
  color: #5b5b5b;
  padding-left: 15px;
  margin: 0 !important;
}
#wrapper.onecolumn .news .newsitem-card-headline {
  font-size: 16px;
  color: #2d4281;
  margin-bottom: 2px;
  font-weight: 600;
}
#wrapper.onecolumn .news .newsitem-card-subtitle {
  font-size: 14px;
  color: #747882;
}
#wrapper.onecolumn .news .relatedNewsLink {
  display: inline-block;
}
#wrapper.onecolumn .news .relatedNewsLink img {
  display: block;
  margin-bottom: 15px;
}
#wrapper.onecolumn .news .relatedNewsLink:focus .newsitem-card-headline,
#wrapper.onecolumn .news .relatedNewsLink:hover .newsitem-card-headline,
#wrapper.onecolumn .news .relatedNewsLink:active .newsitem-card-headline {
  color: #7497dc;
}
#wrapper.onecolumn .news .news-book-list-wrap .news-latest-books-container > div:focus .newsitem-card-headline a,
#wrapper.onecolumn .news .news-book-list-wrap .news-latest-books-container > div:hover .newsitem-card-headline a,
#wrapper.onecolumn .news .news-book-list-wrap .news-latest-books-container > div:active .newsitem-card-headline a {
  color: #7497dc;
}
#wrapper.onecolumn .news .news-category-tag {
  display: inline-block;
  color: #747882;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #5b5b5b;
  border-radius: 5px;
  padding: 0 6px;
  line-height: 20px;
}
#wrapper.onecolumn .news .news-category-list {
  margin: 0;
  padding: 0;
}
#wrapper.onecolumn .news .news-category-list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 0;
}
#wrapper.onecolumn .news .news-category-list li a {
  display: inline-block;
  color: #747882;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #5b5b5b;
  border-radius: 5px;
  padding: 0 6px;
  line-height: 20px;
}
#wrapper.onecolumn .news .news-category-list li.activeCat a {
  background-color: #423b74;
  border-color: #423b74;
  color: #FFF;
}
#wrapper.onecolumn .news .news-footer {
  margin-top: 56px;
}
#wrapper.onecolumn .news .news-footer h3 {
  border-bottom: 1px solid grey;
  padding-bottom: 12px;
  font-size: 20px;
  color: #747882;
  margin-bottom: 30px;
}
#wrapper.onecolumn .news .news-footer .relatedNews {
  margin-top: 90px;
}
#wrapper.onecolumn .news .news-footer .sameCategoryNews {
  margin-top: 60px;
}
#wrapper.onecolumn .news .news-book-list-wrap h3 {
  border-bottom: 1px solid grey;
  padding-bottom: 12px;
  font-size: 20px;
  color: #747882;
  margin-bottom: 30px;
}
#wrapper.onecolumn .news .news-list-item .tt_newsRating {
  padding-left: 21px;
  padding-top: 16px;
}
#wrapper.onecolumn .news .news-list-item .tt_newsRating strong {
  font-size: 15px;
}
#wrapper.onecolumn .news .news-list-item .tt_newsSubheader {
  font-size: 16px;
  color: #747882;
  margin-bottom: 8px;
}
#wrapper.onecolumn .news .news-list-item .news-item-header {
  font-size: 22px;
  margin-bottom: 18px;
}
#wrapper.onecolumn .news .news-list-item .news-item-teaser {
  font-size: 14px;
  line-height: 21px;
}
#wrapper.onecolumn .news .news-list-item .news-item-details {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  padding: 0 14px 0 26px;
  margin: 0;
  line-height: 20px;
}
#wrapper.onecolumn .news .news-list-item .news-item-details .news-item-date {
  color: #747882;
  font-size: 13px;
}
#wrapper.onecolumn .news .news-list-item .news-item-details .news-category-tag {
  float: right;
}
@media screen and (max-width: 767px) {
  #wrapper.onecolumn .news .news-list-item .news-item-details {
    position: relative;
    margin-top: 25px;
    padding-left: 0;
  }
}
#wrapper.onecolumn .news .top-news-list-item .news-category-tag {
  float: right;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #wrapper.onecolumn .news .top-news-list-item {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #wrapper.onecolumn .news .top-news-list-item .news-item-details {
    position: relative;
    padding-left: 0;
    padding-top: 35px;
  }
}
#wrapper.onecolumn .news.news-single .header .news-category-tag {
  margin-bottom: 24px;
}
#wrapper.onecolumn .news.news-single .header .tt_newsSubheader {
  font-size: 20px;
  font-weight: bold;
  color: #747882;
  margin-bottom: 8px;
}
#wrapper.onecolumn .news.news-single .header .news-item-header {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 36px;
}
#wrapper.onecolumn .news-book-list-wrap {
  margin-top: 40px;
}
#wrapper.onecolumn .news-latest-books-container .news-latest-item {
  padding-bottom: 0;
  margin-bottom: 0;
}
#wrapper.onecolumn .news-list-container .news-item-teaser ~ img[border='0'] {
  position: absolute;
}
#wrapper.onecolumn .news-single .article {
  background-color: #ffffff;
  padding: 30px;
}
#wrapper.onecolumn .news-single .article .header {
  margin-bottom: 34px;
}
#wrapper.onecolumn .news-single .article .header .news-single-img {
  position: relative;
}
#wrapper.onecolumn .news-single .article .header .news-single-img > img {
  width: 100%;
}
#wrapper.onecolumn .news-single .article .header .news-item-details {
  font-size: 13px;
  font-style: italic;
  color: #747882;
  line-height: 17px;
}
#wrapper.onecolumn .news-latest-books-container .clearfix {
  margin-bottom: 15px;
}
#wrapper.onecolumn .news-single .news-related.news-related-links ul {
  margin: 0 0 10px 0;
}
#wrapper.onecolumn .news-single .news-related.news-related-links ul li {
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #wrapper.onecolumn .news-single .news-related.news-related-links {
    margin-bottom: 30px;
  }
}
#wrapper.onecolumn .news-list-item {
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
#wrapper.onecolumn .news-list-item .news-list-content {
  /*position: relative;*/
  padding: 20px 26px 39px 26px;
}
@media screen and (max-width: 1199px) {
  #wrapper.onecolumn .news-list-item .news-list-content {
    padding-bottom: 0;
  }
}
#wrapper.onecolumn .news-list-item .news-list-content .tt_newsSubheader {
  font-size: 16px;
  color: #747882;
  margin-bottom: 8px;
}
#wrapper.onecolumn .news-list-item .news-list-content .news-item-header {
  font-size: 22px;
  margin-bottom: 18px;
}
#wrapper.onecolumn .news-list-item .news-list-content .news-item-teaser {
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  #wrapper.onecolumn .news-list-item .news-list-content .news-item-teaser {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.onecolumn .news-list-item .news-list-content .news-item-teaser {
    display: none;
  }
}
#wrapper.onecolumn .news-item-details {
  margin: 0;
  line-height: 20px;
}
@media screen and (min-width: 1200px) {
  #wrapper.onecolumn .news-item-details {
    position: absolute;
    padding: 0 14px 0 26px;
    bottom: 14px;
    left: 0;
    right: 0;
  }
}
#wrapper.onecolumn .news-item-details .tt_newsAuthor a {
  position: relative;
  top: 1px;
  color: #747882;
}
#wrapper.onecolumn .news-item-details .news-item-date time {
  position: relative;
  top: 1px;
}
#wrapper.onecolumn .news-item-details .news-item-category {
  float: right;
  color: #747882;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #5b5b5b;
  border-radius: 5px;
  padding: 0 6px;
}
@media screen and (max-width: 767px) {
  #wrapper.onecolumn .teaser .top-news-list-item .top-news-list-content > p,
  #wrapper.onecolumn .news-list-onecolumn .news-list-item .news-list-img {
    display: none;
  }
}
#wrapper.onecolumn .top-news-list-content,
#wrapper.onecolumn .news-list-onecolumn .news-list-item {
  height: 100%;
  position: relative;
}
#wrapper.onecolumn .container,
#wrapper.onecolumn .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
#wrapper.onecolumn .teaser > .row {
  margin-left: -15px;
  margin-right: -15px;
}
#wrapper.onecolumn .main > .row {
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 767px) {
  #wrapper.onecolumn .navToggleContainer {
    width: 136px;
    padding-right: 0;
  }
  #wrapper.onecolumn .searchContainer {
    width: 100%;
    max-width: calc(100% - 136px);
    padding-left: 0;
  }
}
.size-lg .onecolumn #div-gpt-ad-1396595755668-2 > div {
  margin: 0 auto 40px auto;
}
.transition {
  -webkit-transition: ease-in-out all 150ms;
  -moz-transition: ease-in-out all 150ms;
  -ms-transition: ease-in-out all 150ms;
  -o-transition: ease-in-out all 150ms;
  transition: ease-in-out all 150ms;
}
#seminarCols.row.display-flex,
.top-news-list-item .row.display-flex,
.news-list-onecolumn .row.display-flex {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#seminarCols.row.display-flex:before,
.top-news-list-item .row.display-flex:before,
.news-list-onecolumn .row.display-flex:before,
#seminarCols.row.display-flex:after,
.top-news-list-item .row.display-flex:after,
.news-list-onecolumn .row.display-flex:after {
  display: none;
  content: "";
}
#seminarCols.row.display-flex .clearfix,
.top-news-list-item .row.display-flex .clearfix,
.news-list-onecolumn .row.display-flex .clearfix {
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #seminarCols.row.display-flex,
  .top-news-list-item .row.display-flex,
  .news-list-onecolumn .row.display-flex {
    display: block;
  }
}
#seminarCols.row.display-flex > [class*='col-'],
.top-news-list-item .row.display-flex > [class*='col-'],
.news-list-onecolumn .row.display-flex > [class*='col-'] {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #seminarCols.row.display-flex > [class*='col-'],
  .top-news-list-item .row.display-flex > [class*='col-'],
  .news-list-onecolumn .row.display-flex > [class*='col-'] {
    display: block;
  }
}
.btn.btn-solid {
  background: #2e4281;
  color: #FFF;
  height: 45px;
  line-height: 39px;
  padding: 0 20px 0 15px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: ease-in-out all 150ms;
  -moz-transition: ease-in-out all 150ms;
  -ms-transition: ease-in-out all 150ms;
  -o-transition: ease-in-out all 150ms;
  transition: ease-in-out all 150ms;
}
.btn.btn-solid:hover,
.btn.btn-solid:active,
.btn.btn-solid:focus {
  background: #212f5b;
}
.btn.btn-solid.btn-solid-grey {
  background: #80838a;
  margin-bottom: 30px;
}
.btn.btn-solid.btn-solid-grey:hover,
.btn.btn-solid.btn-solid-grey:active,
.btn.btn-solid.btn-solid-grey:focus {
  background: #8d9096;
}
.btn.btn-solid:after {
  content: "»";
  display: inline-block;
  font-size: 21px;
  position: relative;
  top: 2px;
  left: 6px;
}
.whitebg-base {
  margin-bottom: 30px;
  padding: 25px 30px 20px 30px;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  min-height: 100px;
  height: 100%;
}
.whitebg-base h2 {
  color: #5b5b5b;
}
#content-2.main.onecolumn .frame-redaktionTextImage img,
#content.main.onecolumn .frame-redaktionTextImage img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#content-2.main.onecolumn .frame-headerImageTop .ce-gallery,
#content.main.onecolumn .frame-headerImageTop .ce-gallery,
#content-2.main.onecolumn .frame-headerImageTop .ce-column,
#content.main.onecolumn .frame-headerImageTop .ce-column,
#content-2.main.onecolumn .frame-headerImageTop figure,
#content.main.onecolumn .frame-headerImageTop figure,
#content-2.main.onecolumn .frame-headerImageTop figure img,
#content.main.onecolumn .frame-headerImageTop figure img {
  width: 100%;
  float: none;
}
#content-2.main.onecolumn .frame-headerImageTop .ce-center .ce-outer,
#content.main.onecolumn .frame-headerImageTop .ce-center .ce-outer,
#content-2.main.onecolumn .frame-headerImageTop .ce-center .ce-inner,
#content.main.onecolumn .frame-headerImageTop .ce-center .ce-inner {
  width: 100%;
}
#content-2.main.onecolumn .news .page-navigation > p:first-of-type,
#content.main.onecolumn .news .page-navigation > p:first-of-type {
  display: none;
}
#content-2.main.onecolumn h2,
#content.main.onecolumn h2 {
  font-size: 30px;
}
#content-2.main.onecolumn .frame-type-hmdefaulttemplates_quotecontainerhome .row > div,
#content.main.onecolumn .frame-type-hmdefaulttemplates_quotecontainerhome .row > div,
#content-2.main.onecolumn .frame-type-hmdefaulttemplates_pollcontainerhome .row > div,
#content.main.onecolumn .frame-type-hmdefaulttemplates_pollcontainerhome .row > div {
  margin-bottom: 30px;
}
#content-2.main.onecolumn .simplePollWrap h2,
#content.main.onecolumn .simplePollWrap h2 {
  margin-bottom: 40px;
}
#content-2.main.onecolumn .simplePollWrap > div > p,
#content.main.onecolumn .simplePollWrap > div > p {
  border-bottom: 1px solid #c7c7c7;
  line-height: 21px;
  padding-bottom: 20px;
}
#content-2.main.onecolumn .simplePollWrap button[type='submit'],
#content.main.onecolumn .simplePollWrap button[type='submit'] {
  line-height: 40px;
}
#content-2.main.onecolumn .simplePollWrap input[type='checkbox']:checked + label::before,
#content.main.onecolumn .simplePollWrap input[type='checkbox']:checked + label::before,
#content-2.main.onecolumn .simplePollWrap input[type='checkbox']:not(:checked) + label::before,
#content.main.onecolumn .simplePollWrap input[type='checkbox']:not(:checked) + label::before,
#content-2.main.onecolumn .simplePollWrap input[type='radio']:checked + label::before,
#content.main.onecolumn .simplePollWrap input[type='radio']:checked + label::before,
#content-2.main.onecolumn .simplePollWrap input[type='radio']:not(:checked) + label::before,
#content.main.onecolumn .simplePollWrap input[type='radio']:not(:checked) + label::before {
  border-color: #2e4281;
}
#content-2.main.onecolumn .simplePollWrap ul,
#content.main.onecolumn .simplePollWrap ul {
  margin: 0;
  margin-bottom: 30px;
}
#content-2.main.onecolumn .simplePollWrap ul li,
#content.main.onecolumn .simplePollWrap ul li {
  padding-left: 0;
  background: none;
}
#content-2.main.onecolumn .news-category-list,
#content.main.onecolumn .news-category-list {
  margin: 0;
}
#content-2.main.onecolumn .news-category-list li,
#content.main.onecolumn .news-category-list li {
  padding-left: 0;
  background: none;
}
#content-2.main.onecolumn .sameCategoryNews ul,
#content.main.onecolumn .sameCategoryNews ul {
  padding-left: 0;
}
#content-2.main.onecolumn .sameCategoryNews ul li a,
#content.main.onecolumn .sameCategoryNews ul li a {
  color: #393a3d;
  font-size: 16px;
}
#content-2.main.onecolumn .sameCategoryNews ul li a span,
#content.main.onecolumn .sameCategoryNews ul li a span {
  color: #2d4282;
}
#content-2.main.onecolumn .whitebg,
#content.main.onecolumn .whitebg {
  margin-bottom: 30px;
  padding: 25px 30px 20px 30px;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  min-height: 100px;
  height: 100%;
}
#content-2.main.onecolumn .whitebg h2,
#content.main.onecolumn .whitebg h2 {
  color: #5b5b5b;
}
#content-2.main.onecolumn .mediathek-container .slick,
#content.main.onecolumn .mediathek-container .slick {
  margin-bottom: 30px;
}
#content-2.main.onecolumn .mediathek-container .slick .slick-dots,
#content.main.onecolumn .mediathek-container .slick .slick-dots {
  margin-top: 0px;
}
#content-2.main.onecolumn .mediathek-container .slick .mediathekteaser-item-text p,
#content.main.onecolumn .mediathek-container .slick .mediathekteaser-item-text p {
  font-size: 16px;
}
#content-2.main.onecolumn .mediathek-container .slick .mediathekteaser-item-text p:first-of-type,
#content.main.onecolumn .mediathek-container .slick .mediathekteaser-item-text p:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #content-2.main.onecolumn .mediathek-container-inner .slick,
  #content.main.onecolumn .mediathek-container-inner .slick {
    padding: 0 50px;
  }
}
#content-2.main.onecolumn .mediathek-container-inner .slick *,
#content.main.onecolumn .mediathek-container-inner .slick * {
  outline: none !important;
}
#content-2.main.onecolumn .mediathek-container-inner .slick button.slick-prev.slick-arrow,
#content.main.onecolumn .mediathek-container-inner .slick button.slick-prev.slick-arrow,
#content-2.main.onecolumn .mediathek-container-inner .slick button.slick-next.slick-arrow,
#content.main.onecolumn .mediathek-container-inner .slick button.slick-next.slick-arrow {
  position: absolute;
  height: 54px;
  width: 31px;
  border: none;
  background: transparent;
  top: 32%;
  padding: 0;
}
#content-2.main.onecolumn .mediathek-container-inner .slick button.slick-prev.slick-arrow svg,
#content.main.onecolumn .mediathek-container-inner .slick button.slick-prev.slick-arrow svg,
#content-2.main.onecolumn .mediathek-container-inner .slick button.slick-next.slick-arrow svg,
#content.main.onecolumn .mediathek-container-inner .slick button.slick-next.slick-arrow svg {
  fill: #2e4281;
}
#content-2.main.onecolumn .mediathek-container-inner .slick button.slick-prev.slick-arrow:focus svg,
#content.main.onecolumn .mediathek-container-inner .slick button.slick-prev.slick-arrow:focus svg,
#content-2.main.onecolumn .mediathek-container-inner .slick button.slick-next.slick-arrow:focus svg,
#content.main.onecolumn .mediathek-container-inner .slick button.slick-next.slick-arrow:focus svg,
#content-2.main.onecolumn .mediathek-container-inner .slick button.slick-prev.slick-arrow:hover svg,
#content.main.onecolumn .mediathek-container-inner .slick button.slick-prev.slick-arrow:hover svg,
#content-2.main.onecolumn .mediathek-container-inner .slick button.slick-next.slick-arrow:hover svg,
#content.main.onecolumn .mediathek-container-inner .slick button.slick-next.slick-arrow:hover svg,
#content-2.main.onecolumn .mediathek-container-inner .slick button.slick-prev.slick-arrow:active svg,
#content.main.onecolumn .mediathek-container-inner .slick button.slick-prev.slick-arrow:active svg,
#content-2.main.onecolumn .mediathek-container-inner .slick button.slick-next.slick-arrow:active svg,
#content.main.onecolumn .mediathek-container-inner .slick button.slick-next.slick-arrow:active svg {
  fill: #5c73b9;
}
#content-2.main.onecolumn .mediathek-container-inner .slick button.slick-prev.slick-arrow,
#content.main.onecolumn .mediathek-container-inner .slick button.slick-prev.slick-arrow {
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#content-2.main.onecolumn .mediathek-container-inner .slick button.slick-next.slick-arrow,
#content.main.onecolumn .mediathek-container-inner .slick button.slick-next.slick-arrow {
  right: 0;
}
@media screen and (min-width: 991px) {
  #content-2.main.onecolumn #seminarCols .whitebg div:first-of-type p,
  #content.main.onecolumn #seminarCols .whitebg div:first-of-type p {
    min-height: 125px;
  }
}
@media screen and (min-width: 1200px) {
  #content-2.main.onecolumn #seminarCols .whitebg div:first-of-type p,
  #content.main.onecolumn #seminarCols .whitebg div:first-of-type p {
    min-height: 100px;
  }
}
#content-2.main.onecolumn #seminarCols .tx_calLogo img,
#content.main.onecolumn #seminarCols .tx_calLogo img {
  float: right;
}
#content-2.main.onecolumn #seminarCols > div:first-of-type .item,
#content.main.onecolumn #seminarCols > div:first-of-type .item {
  background: url('../../../fileadmin/images/svg/icon-seminar.svg') right 27px no-repeat;
  background-size: 64px;
}
#content-2.main.onecolumn #seminarCols > div:first-of-type .col-xs-8,
#content.main.onecolumn #seminarCols > div:first-of-type .col-xs-8 {
  width: 80%;
}
#content-2.main.onecolumn #seminarCols > div:first-of-type .tx_calLogo,
#content.main.onecolumn #seminarCols > div:first-of-type .tx_calLogo {
  display: none;
}
#content-2.main.onecolumn #seminarCols h1,
#content.main.onecolumn #seminarCols h1 {
  display: none;
}
#content-2.main.onecolumn #seminarCols .tx_calTeaser,
#content.main.onecolumn #seminarCols .tx_calTeaser {
  margin-top: 30px;
  margin-bottom: 28px;
}
#content-2.main.onecolumn #seminarCols .tx_calTeaser .row,
#content.main.onecolumn #seminarCols .tx_calTeaser .row {
  padding-top: 0;
}
#content-2.main.onecolumn #seminarCols .tx_calTeaser:after,
#content.main.onecolumn #seminarCols .tx_calTeaser:after {
  content: " ";
  border-left: 3px solid #b5b5b5;
  height: 28px;
  display: inline-block;
}
#content-2.main.onecolumn #seminarCols .tx_calTeaser .item,
#content.main.onecolumn #seminarCols .tx_calTeaser .item {
  border-left: 3px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  position: relative;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 22px;
  min-height: 121px;
}
#content-2.main.onecolumn #seminarCols .tx_calTeaser .item .tx_calDate,
#content.main.onecolumn #seminarCols .tx_calTeaser .item .tx_calDate {
  padding-left: 0;
  background: none;
}
#content-2.main.onecolumn #seminarCols .tx_calTeaser .item .tx_calTitle,
#content.main.onecolumn #seminarCols .tx_calTeaser .item .tx_calTitle {
  font-size: 14px;
  color: #2d4281;
  display: inline-block;
  font-weight: 700;
  width: 100%;
}
@media screen and (min-width: 992px) {
}
#content-2.main.onecolumn #seminarCols .tx_calTeaser .item:after,
#content.main.onecolumn #seminarCols .tx_calTeaser .item:after {
  display: inline-block;
  content: " ";
  background-color: #f4b245;
  border: 3px solid #FFF;
  position: absolute;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: -8px;
  left: -8px;
}
#content-2.main.onecolumn .tx-hm-elibrary .csc-download,
#content.main.onecolumn .tx-hm-elibrary .csc-download {
  background: transparent;
  margin-bottom: 0;
  padding: 15px 0px;
  border-bottom: 1px solid #c7c7c7;
}
#content-2.main.onecolumn .tx-hm-elibrary a:nth-of-type(5) .csc-download,
#content.main.onecolumn .tx-hm-elibrary a:nth-of-type(5) .csc-download {
  border-bottom: none;
}
#content-2.main.onecolumn .tx-hm-elibrary a:nth-of-type(5) ~ a,
#content.main.onecolumn .tx-hm-elibrary a:nth-of-type(5) ~ a {
  display: none;
}
#content-2.main.onecolumn .slick ul li,
#content.main.onecolumn .slick ul li {
  background-image: none;
  margin: 0 4px;
  padding: 0;
}
#content-2.main.onecolumn .slick ul li.slick-active,
#content.main.onecolumn .slick ul li.slick-active {
  background-color: #393a3d;
}
.position-relative {
  position: relative;
}
/*------------------------------------*\
	SUMMIT DOWNLOAD TABLE [BEGIN]
\*------------------------------------*/
.summitdownload-page div.frame-type-hmdefaulttemplates_summitdownloads table tr td:last-child a,
.summitdownload-page div.frame-type-text table tr td:last-child a {
  display: inline-block;
  min-width: 30px;
}
/*------------------------------------*\
	SUMMIT DOWNLOAD TABLE [END]
\*------------------------------------*/
#bannerLeaderboard {
  margin-bottom: 30px;
}
#bannerLeaderboard img {
  width: 1140px;
  max-width: 100%;
  height: auto;
}
#content .f3-widget-paginator,
.f3-widget-paginator {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
  display: inline-block;
  margin: 0 auto;
  list-style-type: none;
}
#content .f3-widget-paginator > li,
.f3-widget-paginator > li {
  background-image: none !important;
  display: inline-block;
  position: relative;
  padding: 0 !important;
  margin-left: -1px !important;
  color: #428bca;
  text-decoration: none;
  background-color: #fff !important;
  border: 1px solid #ddd;
  min-height: 36px;
  min-width: 36px;
  text-align: center;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-right: 3px !important;
  line-height: 36px !important;
}
#content .f3-widget-paginator > li:first-child,
.f3-widget-paginator > li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#content .f3-widget-paginator > li:last-child,
.f3-widget-paginator > li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#content .f3-widget-paginator > li:hover,
.f3-widget-paginator > li:hover {
  background-color: #eee !important;
  border-color: #ddd !important;
}
#content .f3-widget-paginator > li.current,
.f3-widget-paginator > li.current {
  background-color: #2d4281 !important;
  color: #FFF !important;
  border: none !important;
}
#content .f3-widget-paginator > li > a,
.f3-widget-paginator > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 12px !important;
}
#content .whitebg .f3-widget-paginator > li,
.whitebg .f3-widget-paginator > li {
  padding-right: 1px !important;
  margin-left: -5px !important;
}
#content .whitebg .f3-widget-paginator > li.current,
.whitebg .f3-widget-paginator > li.current {
  border: 1px solid #2d4281 !important;
}
/*# sourceMappingURL=main-onecolumn.css.map */
.onecolumn .tx-hm-quotation .quote-of-the-day {
  background-color: #ffffff;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA7MAAAEdCAYAAADelzDYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAFTBJREFUeNrs3XmwrGVh4OHf9V52mkURxKC4i6hRI0YlFQ24a1SwRDHjNrgkM0kUl8SYxNFEnaiMlYSMhlFmkqCijvtE0aDGJW6jE4wLKo6IC6iIovLJeoEzf3RbcVJwOff26eUcnqeq61bZ3W+/39fvqeLnt/SmlZWVAAAAYD25gV0AAACAmAUAAAAxCwAAAGIWAAAAMQsAAABiFgAAAMQsAAAAYhYAAADELAAAAIhZAAAAxCwAAACIWQAAABCzAAAAiFkAAAAQswAAACBmAQAAELMAAAAgZgEAAEDMAgAAgJgFAABAzAIAAICYBQAAADELAACAmAUAAAAxCwAAAGIWAACADWrLoicwDINvAQAArgdGo5H//l+dA6v7VEdW96juVr2rekx1xaK/w0nH7Vv9SvWA6pcn8/xs9eDRaPTD60XMAgAA0J6TgH1EdUR1m/7/M2kfWB1WfWKBc9x5GIZ7VQ+vHlTdrtrl556/a/Xg6g1iFgAAYGM7oDq6enR1v228brfqNxcUs3tXv14dUz202mkbfXncMAxvG41Gl4lZAACAjWeP6tjqtxufRrwaj6juXH1hTnPcUj2yekZ1+Cr78T6Njyy/d9aTcwMoAACA+Xpo42tgT96OkK3ap3rKnOZ4ePXm6k2TQF3tgdAt1dOHYZh5a4pZAACA+TigeuUkEu+3g2Mc1/jo7KzsWf1+9Y7qUe3Y2bwPr46a9c50mjEAAMDsHVn9WeM7/+6oixqfvnvxjOZ45+oVjW/itKOurj5dbRWzAAAA69tvVS+pbjTFGB+qXjz5dxaOqv68usUUY3y1enn15tFodPGsd6qYBQAAmI1dJwH67Hb8Es/LJ4H4imZzRPYG1XOqF1W7TzHOqdUfjUajb8xr54pZAACAtbdP9erqcVOM8cPGdxI+dUZz3Kn6z9VzpxjjyskYLxmNRlvnuYPFLAAAwNraq/pv1WOmGOMH1VMb3/V4FjY1PuL7rCnGuKr6g9Fo9MpF7GR3MwYAAFg7o+qkKUP2wurpMwzZzWsQslc3Pq34lYva0WIWAABg7by06U4trvqDxj+NMyvHN92pxVWvqf7LIne0mAUAAFi7SPzdKcc4sXrtDOd4TPWnjU8z3lHvb3x68VViFgAAYH07svGdi6fxkeoFM5zjHapXNt1di8+rnjUajX6y6B0uZgEAAKZz8+pV1Z5TjHFR9bzJv7Ow12SON5tijKuqF41GozOXYaeLWQAAgOn8SXXIlGOcVP3vGc7xWdURU47xgeoNy7LTxSwAAMCOO6Z6/JRjfLnxUdNZ+ZXqmVOO8ZPqhNFodKmYBQAAWN/2q55fbZlynNdV35rRHHdtfHfkfacc57Tqw8u088UsAADAjvnN6m5TjvGd6k0znOOjqodNOcYV1SmNr5kVswAAAOvYwdW/X4Nx3l6dM6M57ln9dtP9DE/Vp6qPLtsXIGYBAAC235OqW085xhWNb6o0K4+u7r0G47y/ukTMAgAArG8HVceuwThfr86Y0Rx3r57Q9Edlf9oSHpUVswAAANvvAdXt1mCcr1TfntEc79X4LsbT+lZ15jJ+CWIWAABg9XarHlttXoOx9qjuMvl3rT2u2mUNxlmpDqsOXLYvYtPKyspCJzAMgz8HAAC4HhiNRhvhv//v3vgnavZco1D8fnVW9ZHqLdUX1mDcm1Sfrm62Rtt8ceNToj8zmeMHR6PR1kV/EY7MAgAArN591ihka3w96wGTMV9Qfax6bXXHKcc9vLU9krpHdefquOrd1WnDMDxkGIZNi/wixCwAAMDq7Fw9cIbj71U9tXpf9bvVlh0c54FTvPe6bK7uX72tOnEYhv3ELAAAwHI7uDpkDp9zUHVi9epqtJ3v3afxqdCztlv1O9XbhmG4g5gFAABYXnesfmGOn/e0xqcd77Ud77n5nIL7Z+5TvWkRQStmAQAAVueQaqc5f+ZjqxNa/d2T79TaXdO7Wr9YnTwMwwFiFgAAYPkcvKDPfXr1W6t87W0XNMfDqxcPw7BlXh8oZgEAAFbnVgv87D9qdacP32aBc3xy9UgxCwAAsFwOXeBnH1g9bxWvu+kC57hT9bxhGPYRswAAAMtjjwV//tGNf+91WzG5z4LneI/qQWIWAABgeaws+PP3ro65jtjeYwn207HzuHZWzAIAAKwf959E7TXZs/nfyfiaHNYcbkQlZgEAANaPQxv/luw1WWnxR49r/Fu89xSzAAAAy2HTEsxh7+qga3nup5PHMuyno8QsAADAcrhqSeZxy2v534fqx0syx0Nm/QFiFgAAYHW+sSTzuMm1/O9XV+cvyRwvF7MAAADL4cvrYI5fu758GWIWAABgdb64JPP4/jae+8ySzNFP8wAAACyJf6kuXoJ5nLeN5z5X/WAJ5nihmAUAAFgOn6nOWvAcLq6+uY3nz64+seA5XlmdLGYBAICNZtM6nfePqtMWPIevXkfMbq3eteA5nld9XMwCAAAsj9e32DsGf7j64XW85h3VlxY4xzOqr4tZAABgo9m0jud+VnXqgj778urtq3jdj6qTFriP3jwaja4WswAAgJBdLidWX1nA5/6v6mOrfO3fVR9dwBw/Wb13Hh8kZgEAgHnaeQNswzeqF1WXzfEzL6xesR2vv6j64+Z7Z+NLqxNGo9FFYhYAANhotmyQ7XhzdcIcP+9Pq/+zne/5p+oPq6vnNMe/rt45rx0iZgEAgHm6RbWyQbblpc3n2tS/ql69g+99bfXCOQTt26oXj0ajuX23YhYAAJiLYRg2VYdUu2yQTbq8ekb1suqqGYbscxv/5M6Oekn17OqnM5rjm6unj0ajH89z54tZAABgLiZH7VY2WIdsrZ5fHdfa/hzNd6vfqY6vrliD8f6yenT1uTWc408an/78lNFodOG8d7yYBQAA5mllg27XKdWDqtc03U2XLq3eUj2ielVre3rwP0zm+LLq21OMc2V1evXo0Wj0wtFodPEidvimlZXFrqVhGPw5AwDA9cBoNGoYhqMnUXXJBt7Uw6rHVA+sblnttYqAPa/6UPXWSSjO2h2qY6qHVbet9r2O119Rfa/6+CS2TxuNRpcvcieLWQAAQMzOxoHVodXdq1tV+1d7V5urofp+4yOkZ1RfrM5p/keub1zdfjLH21YHVPtUO02+owsmof3Z6gvV2aPRaOsy7Nwt/qQAAABm4ruTxweXeI4XTB4fW82LR6PR0kzcNbMAAACsO2IWAACYp012AWIWAABYb1zqiJgFAADWnc81vnsviFkAAGDdODenGiNmAQCAdeZKuwAxCwAArDeX2wWIWQAAAMQsAADAHKzYBYhZAABgXRiGQcwiZgEAABCzAAAAIGYBAABAzAIAAICYBQAAQMwCAACAmAUAAIBrtsUuAAAA1rFNk8f2Wml9/t7t9W17xSwAALAhXVOk7TZ57FRtrS6dPDbq9u462d6dqysn23rJRv/ixSwAALDRbKR4XY3LJo/rFdfMAgAAIGYBAABAzAIAAICYBQAAQMwCAACAmAUAAAAxCwAAgJgFAAAAMQsAAABiFgAAADELAAAAYhYAAADELAAAAGIWAAAAxCwAAACIWQAAAMQsAAAAiFkAAAAQswAAACBmAQAAELMAAAAgZgEAAEDMAgAAIGYBAABAzAIAAICYBQAAQMwCAACAmAUAAAAxCwAAgJgFAAAAMQsAAABiFgAAADELAAAAYhYAAADELAAAAIhZAAAAxCwAAACIWQAAABCzAAAAiFkAAAAQswAAACBmAQAAELMAAAAgZgEAAEDMAgAAIGYBAABAzAIAAICYBQAAQMwCAACAmAUAAAAxCwAAgJgFAAAAMQsAAABiFgAAAMQsAAAAYhYAAADELAAAAIhZAAAAxCwAAACIWQAAABCzAAAAiFkAAAAQswAAACBmAQAAELMAAACwtLZs0O3aXO1f7VvtM3nsNon3rdWl1VBdWP24Or9aWcfbu6m6yWQ7b1jtNdnezZPtvay6qPrRZHu/X11l+QMAAOs2glZWFttwwzD4FgAAANaB0Wi0NHNxmjEAAADrjpgFAABAzAIAAICYBQAAADELAACAmAUAAAAxCwAAAGIWAAAAMQsAAABiFgAAAMQsAAAAYhYAAADELAAAAIhZAAAAxCwAAACIWQAAABCzAAAAiFkAAAAQswAAACBmAQAAQMyy5nayCwAAADHLerOLXQAAAIhZ1psD7AIAAEDMsp5squ5iNwAAAGKW9eYquwAAABCzAAAAIGYBAAAQswAAACBmAQAAYHW2LNE87lTdr/ql6raNf+pln2pztVJdWl1QnVt9qfpw9anq/DnO8/bVkdU9q9tVB1b7/tx+vKz6QXVe9ZXqn6qPTeYMAADAGtm0srKy0AkMw3Bk9bTqvpM4XK3LJsF46uRx3gyneffqqdVDqoO3431XVmdXb6leX521UddR9YjqXf6kAABg4xqNRmJ2GIabVy+ofqPafcrhvlydUL1uEpBr5UbV71VPqfabcqxzq7+sTqp+KmYBAAAxu+MWcs3sMAxHVO9pfLRz9zUY8g7VayehuP8aTfMu1dur561ByFYdNAnuUxuforyR/Ow0cAAAgLmY+5HZYRiOmoTnfjP6iA81Pm357CnGuFd1SuNrd2fhzOq46tMbaC3dsLrQnxQAAGxc19sjs8Mw3Ld6zQxDtuqIxqcb32wH339I9bczDNmqOzY+Qnu3DbSur/SnDQAAbLiYHYbh4Oq/Vjeew8fdu3pVtb3/t8Fo8r7bz2GOt258hPoXNshausKfEwAAsKFidhiGTY1vpHSnOW7bw6vnbud7nt74p3fm5e7VS6qdxSwAAMCSxWzj34594gK27/jG17+uxkHVMxcwxydUR22AtXS1PycAAGCjxeyT2v5TftfCXo2Pzm5exWuPacevs53G5uo51d6WIwAAwJLE7DAM+1e/tsBtfHB1+HW8ZvfqoQuc4y9Xv245AgAALEnMNr4u9LYL3MY9qsddx2tu0eLvLPzvqi2WJAAAwHLE7COrXRe8nUdUB27j+VtVN1rwHH+p+kVLEgAAYDli9leXYDtvX931Op5ftANa/c2qAAAAxOyMbV2C7dxUHbaN52+8JN/HnS1JAACA5YjZZbGta2J3XZI53sWSBAAAWI6Y3bwk23rTbczl8iWZ4+0sSQAAgOWI2a1Lsq37V/tey3PnLskcd7MkAQAAliNmT1uSbd1lG7F41pLM8WpLEgAAYDli9h+rYUm2dadree6c6ruWAwAAgJj9mc9WX1uCbb26uvJanvtWdYblAAAAIGarGo1GP6reswTbell16bU8d3n1TssBAABAzP68N1YXLnhbL548rs07q68ueI6bLEkAAIAlidnRaPSl6uQFb+t3qku28fwPqr9Y8By/bkkCAAAsScxOnFh9fsExe11OqU5f4By/bUkCAAAsUcyORqPzqt+rLlrQtn5lFa+5eDLHby5ojmdbkgAAAEsUs5OgPb16TuMbLs3TSvXFVb7289V/bDHX+J5lSQIAACxZzE6C9uTq+LZ9/epa+952huJp1VOr8+c4x6E605IEAABYwpidBO1J1bHN70jk56vztvM976iOqj49pzmeU33JkgQAAFjSmJ0E7d9XD6z+um3/ZM5a+Hjj35ndXp+qHla9uPHdjmfpM9UFliQAAMB127SysrLQCQzDUHWP6smTuL3NGn/ET6sjJ7E4jUOrx1cPr+5QbV7jeT6q8dFgAACApTQajcTsv4nZnzm4umP1q9UTq5uuwUd8chKzl63RlG8ymeO9qyetUXyfXR2Rn+YBAADE7KpsWbJ9883J45ONj9KuRcy+fg1DtsY3k/pe9cHqnmsUs+8UsgAAAKt3gyWd1y0mj7WI4/fOaI4HVbdeg3F+XL3dUgQAAFj/MXvvat81GOetje8SPAt3rW65BuN8oPpnSxEAAGB9x+zm6n7VpinH+W71NzOc569Vu045xiXVa6vLLUUAAID1HbN3m4TitE6pzpzRHG9aHb0G47y7er9lCAAAsP5j9jHVDacc45zGRzxn5ejqVlOO8ZPqxGrFMgQAAFjfMXtodeyUY1xdvbzxz93MwgHV09ZgnFdXH7cEAQAA1nfMbqqeWd1synH+vnrdDOd5XHWXKcc4o/pzyw8AAGD9x+wDqidPOca3q//U+MZKs3DH6vgpx7iken51geUHAACwvmN2v+ql1c5TjHFF9bzq8zOa427Vn1X7TznOi6rTLT0AAID1HbM3qF5WHTblOH9RvWmG8/z96uFTjvHGyTwBAABY5zH73OopU45xavUnze7OwI+t/nDKMT5SPavaatkBAACs45gdhuEx1QunHOb06hnN7jrZ+zQ+mjrNKdD/0vgOyOdbcgAAAOs4ZodhOLo6qdp9imH+sfFR3R/OaJqHV6dUN5lijDOrJ1T/13IDAABYxzE7DMMTq7+p9p1imPdNIvHcGU3zwY2vcT14ijH+ufEpyl+01AAAANZpzA7DsPcwDC+r/nu19xRDvaF6fPWdGUxzl+rZjW8mdfMpxvlAdWzjI7MAAACsoS1zDNn7V39c3XeKYa5o/PM4L68uncE079H4N2CPnnKckybb+kNLDAAAYB3G7DAM962e2vh0252mGOrsSWi+ZQbTvF11fPUbTXfE+ILqxdVfWVoAAADrOGaruzc+JXhHrfSvP70zq5soHVT9hynHOL16QfVpywoAAGC25nHN7MnVJ3bwvZ+rjmv2dwP+aDt+xPcbjX8r9yghCwAAsEFidjQaXVT93Xa+7ezGRzkfUv1t46Ozs3Rl9T+qrdvxnu9Vr6weMPn3UssJAABgPjatrKzM/EOGYdiv+kh16HW89IuN71T81uprc94Xm6t/qO63itD+n43vdvx5SwgAALi+GI1G16+YnQTtc6sTruGp71cfq06r3l2dv8D98ehJqG76t9OfzPH91durb1rGAACAmL1+xOwtG//26s0bn6L72eo9ja9X/Wp11RLsj72q91X3mszxy9V7J/P+SnWZ5QsAAIjZxdsyx886t/EpxPtVH57E7DmNr1ddFhdVb5yE64erMxqfVux6WAAAgCUytyOzAAAAsFZuYBcAAAAgZgEAAEDMAgAAgJgFAABAzAIAAICYBQAAADELAACAmAUAAAAxCwAAAGIWAAAAMQsAAABiFgAAAMQsAAAAYhYAAADELAAAAIhZAAAAxCwAAACIWQAAABCzAAAAIGYBAAAQswAAACBmAQAAQMwCAAAgZgEAAEDMAgAAgJgFAABgg/p/AwCGukxNTk+eAwAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .onecolumn .tx-hm-quotation .quote-of-the-day {
    background-image: none;
  }
}
.onecolumn .tx-hm-quotation .quote-of-the-day .quote {
  max-width: 670px;
  padding: 70px 50px;
  margin: 0 auto;
}
.onecolumn .tx-hm-quotation .quote-of-the-day .quote blockquote {
  padding: 0;
  margin: 0;
}
.onecolumn .tx-hm-quotation .quote-of-the-day .quote blockquote p.cite {
  font-weight: 300;
  font-style: italic;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
}
.onecolumn .tx-hm-quotation .quote-of-the-day .quote blockquote p.cite:before {
  content: "“";
  font-family: Roboto, sans-serif;
  font-weight: 300;
}
.onecolumn .tx-hm-quotation .quote-of-the-day .quote blockquote p.cite:after {
  content: "”";
  font-family: Roboto, sans-serif;
  font-weight: 300;
}
.onecolumn .tx-hm-quotation .quote-of-the-day .quote blockquote .author {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
/*# sourceMappingURL=quotation.css.map */
/**
 * Main Settings
 */
div.tx-powermail h3 {
	display: none;
}
div.tx-powermail {
	margin: 0 !important;
	padding: 0 !important;
}
.powermail_message {
	padding-left: 20px;
	min-height: 65px;
	background: #ccc;
	background-position: 98% 10px;
	background-repeat: no-repeat;
}
.powermail_message_ok {
	background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");
}
.powermail_message_error {
	background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_error.png");
}
.powermail_message li {
	padding: 10px 50px 10px 0;
	font-weight: bold;
	color: #1E5799;
}
.clear {
	clear: both;
}

/**
 * Form
 */
.powermail_form {
	position: relative;
	margin:25px 0;
}
.powermail_fieldset {
	clear: left;
	border: 0;
	/*padding: 10px;
	margin-bottom: 20px;*/
	padding:0;
	margin:0;
	/*background: #ccc;*/
	/*border: 1px solid #ccc;*/
}
.powermail_legend {
	font-weight: bold;
	color: #EAEAEA;
	float: right;
	margin: 3px 10px 10px 0;
	font-size: 30px;
	white-space:normal;
	display:none;
}
/*
.powermail_label {

	display: block;
	float: left;
	clear: left;
	font-weight: bold;
	margin-left:10px;
}*/
div.powermail_fieldwrap {
	margin: 0 0 0.5em 0;
	clear: both;
}
.powermail_field {
	/*font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	width: 400px;
	padding: 3px;
	border: 1px solid #ccc;
	color: #444;*/
}
.powermail_captcha {
	width: 392px;
}
.powermail_textarea {
	height: 80px;
}
input.powermail_field:focus {
	/*background-color: #E5E5E5;
	border: 1px solid white;*/
	outline: none;
}
/*.powermail_submit {*/
/*!*margin: 10px 16px 10px 0;*!*/
/*margin: 10px 0 10px 0;*/
/*!*float: right;*!*/
/*border: 0;*/
/*!*padding: 5px 20px;*!*/
/*!*padding: 5px 20px;*!*/
/*color: white;*/
/*font-weight: bold;*/
/*cursor: pointer;*/
/*!*background: rgb(30,87,153); !* Old browsers *!*!*/
/*}*/
.powermail_fieldwrap_radio fieldset,
.powermail_fieldwrap_check fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
.powermail_fieldwrap_radio fieldset legend,
.powermail_fieldwrap_check fieldset legend {
	padding: 0;
	border-bottom:none;
	font-size:1em;
	font-weight:bold;
}
.powermail_radio_outer,
.powermail_captcha_outer,
.powermail_check_outer {
	/*background-color: white;
	border: 1px solid #ccc;
	float: left;
	padding: 3px;*/
	width: 392px;
}
.powermail_radio_outer label,
.powermail_captcha_outer label,
.powermail_check_outer label {
	color: #444;
}
.powermail_captchaimage {
	width: 392px;
	margin-top: 10px;
}
div.error {
	background-color: #FFCA4B;
	border: 1px solid #FF8100;
}
.powermail_field_error {
	background-color: #FFCA4B;
	border: 1px solid #FF8100;
}
.checkbox.powermail_field_error{
	padding: 10px 15px;
}
/*div.powermail_fieldwrap_file_inner {
	overflow: hidden;
	height: 26px;
	padding: 3px;
	width: 392px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background-image: url('/typo3conf/ext/powermail/Resources/Public/Image/upload_bg.png');
}
input.powermail_file {
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}*/
ul#powermail_tabmenu {
	list-style-type: none;
	width: 99.5%;
	height: 16px;
	padding: 10px 0;
	margin-left: 2px;
	background: #ccc; /* Old browsers */
}
ul#powermail_tabmenu li {
	float: left;
	margin-left: 10px;
	cursor: pointer;
	font-weight: bold;
	color: #1E5799;
}
ul#powermail_tabmenu li.act {
	text-decoration: underline;
}
.ui-datepicker-next span,
.ui-datepicker-prev span {
	text-indent: -99999px;
	cursor: pointer;
}

/**
 * Confirmation
 */
.powermail_confirmation {
	clear: left;
	border: 0;
	padding: 10px;
	margin-bottom: 20px;
	background: #ccc;
}
input.powermail_confirmation_form {
	float: left;
	margin-top: 20px;
	padding: 5px 20px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: rgb(30,87,153); /* Old browsers */
}
input.powermail_confirmation_submit {
	float: right;
	margin-top: 20px;
	padding: 5px 20px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: rgb(30,87,153); /* Old browsers */
}

/**
 * Powermail All
 */
dl.powermail_all {
	padding: 5px 0;
}
dl.powermail_all dt {
	font-weight: bold;
	float: left;
	width: 150px;
	clear: left;
}
dl.powermail_all dd {
	float: left;
	width: 420px;
}

/**
 * Create
 */
.powermail_create {
	border: 0;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #E8EBEF;
	/*max-width: 212px;*/
	padding: 20px 31px;
}

/**
 * JS Form Validation
 */




/* Z-INDEX */
.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }
.formErrorInsideDialog.formError { z-index: 5000; }
.formErrorInsideDialog.formError .formErrorContent { z-index: 5001; }
.formErrorInsideDialog.formError .formErrorArrow { z-index: 5006; }
.inputContainer {
	position: relative;
	float: left;
}
.formError {
	font-family: Calibri, Arial, sans-serif;
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
}
.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}
/*.formError .formErrorContent {
	width: 100%;
	position:relative;
	color: #fff;
	width: 150px;
	font-size: 11px;
	border: 2px solid #ddd;
	padding: 4px 10px 4px 10px;
	background: rgb(30,87,153);
}*/
.formError .formErrorContent {
	width: 100%;
	position: relative;
	/*color: #fff;
	 background: rgb(30,87,153);
	 border: 2px solid #ddd;
	 */
	width: 150px;
	font-size: 0.750em;
	padding: 4px 10px 4px 10px;
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	color: #3A87AD;
	border-radius: 4px;
	margin-top: -15px;
}
.greenPopup .formErrorContent {
	background: #33be40;
}
.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}
/*.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position: relative;
}*/
.formError{
	opacity:1 !important;
}
.size-md .powermail_fieldwrap_textarea .formError,
.size-md .powermail_fieldwrap_input .formError{
	left:260px !important;
}
.size-xs .powermail_fieldwrap_textarea .formError,
.size-xs .powermail_fieldwrap_input .formError{
	left:260px !important;
}
.formError .formErrorArrow {
	width: 19px;
	height: 10px;
	margin: -1px 0 0 13px;
	position: relative;
	background: transparent url('../../../fileadmin/images/powermail-error.png') no-repeat 0 0;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}
.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	font-size: 0px;
	height: 1px;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: none;
	background: rgb(30,87,153); /* Old browsers */
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
	background: #33be40;
}
.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}
.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}
.formError .formErrorArrow .line8 {
	width: 11px;
}
.formError .formErrorArrow .line7 {
	width: 9px;
}
.formError .formErrorArrow .line6 {
	width: 7px;
}
.formError .formErrorArrow .line5 {
	width: 5px;
}
.formError .formErrorArrow .line4 {
	width: 3px;
}
.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}
.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

.tx-powermail .powermail_field_error{
	background-color: #fff3d5;
}
.tx-powermail .parsley-errors-list li{
	padding: 4px 10px !important;
}

/**
 * Powermail_Frontend
 */
#powermail_frontend_search {
	margin: 0;
}
.powermail_frontend {
	clear: left;
	border: 0;
	padding: 10px;
	margin-bottom: 20px;
	overflow: auto;
	background: #ccc;
}
.powermail_frontend_list {
	width: 100%;
	font-size: 0.9em;
	border: 1px solid #070708;
	margin-top: 15px;
}
.powermail_frontend_list th {
	color: white;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	background: rgb(69,72,77); /* Old browsers */
}
.powermail_frontend_list td {
	border-top: 1px solid #ccc;
	padding: 3px;
}
.powermail_frontend_filter {
	background: rgb(252,255,244); /* Old browsers */
	border: 1px solid #ccc;
	padding: 10px 0;
}
.powermail_frontend_search_container {
	padding: 5px 10px;
}
.powermail_frontend_search_container label {
	float: left;
	display: block;
	width: 150px;
	font-weight: bold;
	margin-right: 10px;
	padding-top: 3px;
}
.powermail_frontend_search_container input {
	width: 430px;
	padding: 3px;
}
.powermail_frontend_search_submit {
	width: 430px;
	padding: 3px;
	margin: 5px 0 0 170px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: rgb(69,72,77); /* Old browsers */
}
.powermail_frontend_abc,
.powermail_frontend_export {
	background: rgb(252,255,244); /* Old browsers */
	border: 1px solid #ccc;
	padding: 10px 0;
}
.powermail_frontend_abc_inner,
.powermail_frontend_export_inner {
	margin: 0 10px;
}
span.abc,
span.abc a {
	font-weight: bold;
	text-decoration: none;
}
.powermail_frontend dl {
	clear: both;
	padding: 5px 0;
}
.powermail_frontend dt {
	float: left;
	width: 150px;
	font-weight: bold;
	clear: left;
	margin-right: 10px;
}
.powermail_frontend dd {
	float: left;
}
.powermail_frontend_export_icon {
	float: right;
	margin: 0 8px;
	padding-top: 5px;
	height: 19px;
}
.powermail_frontend_export input {
	width: 17px;
	height: 16px;
	padding-top: 2px;
	cursor: pointer;
	text-indent: -99999px;
	border: 0;
	background: none;
	background-repeat: no-repeat;
	background-image: url('/typo3conf/ext/powermail/Resources/Public/Image/icon_csv.gif');
}
.powermail_frontend_export input.export_icon_xls {
	background-image: url('/typo3conf/ext/powermail/Resources/Public/Image/icon_xls.gif');
}

dl.powermail_all dt,
dl.powermail_all dd{
	width: 50%;
}

/** SEMINARANMELDUNG **/
#applicationFormular{
	position: relative;
}

#applicationFormular .powermail_confirmation,
#applicationFormular .powermail_create{
	background: transparent;
	max-width:none;
}
#applicationFormular input.powermail_confirmation_submit{
	margin-top:-25px;
}

.powermail_nextbutton{
	float:right;
}
.powermail_backbutton{
	float:left;
}
#applicationFormular .powermail_confirmation form{
	float:left;
	padding:0;
	width:50%;
	margin: 45px 0px 0px;
}


#applicationFormular .table > tbody > tr:nth-child(odd) > td, .table > tbody > tr:nth-child(odd) > th,
#applicationFormular .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th{
	background: transparent;
}

#applicationFormular .table > tbody > tr > td{
	border-bottom: none;
}

#applicationFormular .table-hover > tbody > tr:hover > td,
#applicationFormular .table-hover > tbody > tr:hover > th{
	background: transparent;
}

#applicationFormular .table > tbody > tr > td{
	padding: 2px;
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: left;
	}
}
.checkbox{ padding-left: 0;}

.parsley-errors-list{
	list-style-type: none !important;
	font-size: 13px !important;
	line-height: 16px !important;
}

.parsley-errors-list li{
	font-size: 13px !important;
	line-height: 16px !important;
}
.femanager_flashmessages>div {
    /*
	background-position: 10px 12px;
    background-repeat: no-repeat;
    margin-bottom: 4px;
    padding: 12px 12px 12px 36px;
	*/
	font-size:0.938em;
	background:#e0e3ec url('../../../fileadmin/images/icon-xl.png') no-repeat scroll 0 0;
	padding:18px 18px 18px 89px;
	min-height:87px;
	margin-bottom: 25px;
}

.femanager_flashmessages>.message-error {
    color: #fff;
	background-color: #e15050;
	background-position:0 -1000px;
	/*
	background-color: #f6d3cf;
    background-image: url('../../../../../../../typo3/sysext/t3skin/icons/gfx/error.png');
    border: 1px solid #d66c68;
    color: #aa0225;
	*/
}

.femanager_flashmessages>.message-ok {
    color: #fff;
	background-color:#4b9463;
	background-position:0 -2980px;
	/*background-color: #cdeaca;
    background-image: url('../../../../../../../typo3/sysext/t3skin/icons/gfx/ok.png');
    border: 1px solid #58b548;
    color: #3b7826;
	*/
}

.femanager_flashmessages>.message-notice {
    color: #d48700;
	background-color: #ffe088;
	background-position:0 -1990px;
	/*
	background-color: #f6f7fa;
    background-image: url('../../../../../../../typo3/sysext/t3skin/icons/gfx/notice.png');
    border: 1px solid #c2cbcf;
    color: #444;
	*/
}

.femanager_note {
    background-position: 10px 12px;
    background-repeat: no-repeat;
    margin-bottom: 4px;
    padding: 12px 12px 12px 36px;
    background-color: #f6f7fa;
    background-image: url('../../../../../../../typo3/sysext/t3skin/icons/gfx/notice.png');
    border: 1px solid #c2cbcf;
    color: #444;
    list-style-type: none;
    margin-left: 0;
}
#content .leftcol ul.femanager_error {
    font-size:0.938em;
	background:#e0e3ec url('../../../fileadmin/images/icon-xl.png') no-repeat scroll 0 0;
	padding:18px 18px 18px 89px;
	min-height:87px;
	color: #fff;
	background-color: #e15050;
	background-position:0 -1000px;
	margin-left: 0;
	/*
	background-position: 10px 12px;
    background-repeat: no-repeat;
    margin-bottom: 4px;
    padding: 12px 12px 12px 36px;
    background-color: #f6d3cf;
    background-image: url('../../../../../../../typo3/sysext/t3skin/icons/gfx/error.png');
    border: 1px solid #d66c68;
    color: #aa0225;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 25px;
	*/
}
#content .leftcol ul.femanager_error li {
    background-image: none;
    margin: 0 0 15px 0;
    padding-left: 0;
}

.femanager_flashmessages {
    margin-bottom: 25px;
}
.feManagerValidation > fieldset > legend{
	display:none;	
}



/*------------------------------------*\
	MAIN - FE-MANAGER [BEGIN]
\*------------------------------------*/
#content .tx-femanager .fileupload_image,
.tx-femanager #preview-image {
	margin-bottom: 16px;
	height: auto;
	margin-top: 0;
	position: relative;
	display: block !important;
	margin-top: -12px;
}
#content .tx-femanager .fileupload_image{
	margin-top: -18px;
}
.tx-femanager .qq-upload-button{
	margin-bottom: 16px;
}
#femanager_field_preview-image{
	position: relative;
}
#content .leftcol ul.qq-upload-list  {
	margin: 0;
	padding: 0;	
}
#content .leftcol .qq-upload-list li {
	padding: 0;
	margin: 0;
	list-style-image: none;
	background: none;
	text-align: left;
}
/* hide filename and size */
.qq-upload-list .qq-upload-file,
.qq-upload-list .qq-upload-size{
	display: none;
}
.qq-upload-list .qq-upload-delete{
	height: 24px;
	width: 24px;
	background: url('../../../fileadmin/images/delete-icon.png') no-repeat center center;

	margin-left: 188px;
	display: block !important;
	
	position: relative;
	z-index: 99;
}
/* hide 'delete'-message*/
#content .leftcol .qq-upload-status-text,
#content .leftcol .qq-upload-spinner{
	display: none !important;
}

/*------------------------------------*\
	MAIN - FE-MANAGER [END]
\*------------------------------------*/
/**
 * Main Settings
 */
div.tx-powermail h3 {
	display: none;
}
div.tx-powermail {
	margin: 0 !important;
	padding: 0 !important;
}
.powermail_message {
	padding-left: 20px;
	min-height: 65px;
	background: #ccc;
	background-position: 98% 10px;
	background-repeat: no-repeat;
}
.powermail_message_ok {
	background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");
}
.powermail_message_error {
	background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_error.png");
}
.powermail_message li {
	padding: 10px 50px 10px 0;
	font-weight: bold;
	color: #1E5799;
}
.clear {
	clear: both;
}

/**
 * Form
 */
.powermail_form {
	position: relative;
	margin:25px 0;
}
.powermail_fieldset {
	clear: left;
	border: 0;
	padding:0;
	margin:0;
}
.powermail_legend {
	display:none;
}
div.powermail_fieldwrap {
	margin: 0 0 8px 0; /* margin between fields */
	clear: both;
}
input.powermail_field:focus {
	outline: none;
}
.powermail_fieldwrap_radio fieldset,
.powermail_fieldwrap_check fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}


/** CHECKBOXES **/
.form-control.powermail_checkbox{
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0) !important;
	-moz-box-shadow: inset 0 0 0 rgba(0,0,0,0) !important;
	box-shadow: inset 0 0 0 rgba(0,0,0,0) !important;
	height: 0.9rem;
	width: 54px;
}

/** CUSTOM RADIO BUTTONS **/
input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked){
	display: none;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before{
	content:' ';
	display:inline-block;
	width: 17px;
	height:17px;
	margin-right: 10px;
	margin-left: -30px;
	position: relative;
	top: 4px;


	border: 2px solid #20263f;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background: white;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before{
	border-radius: 0;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
	background:#20263f;
	box-shadow: inset 0 0 0 2px white;
	position: relative;
	top: 4px;
}

input[type='checkbox'] + label,
input[type='radio'] + label{
	padding-left: 0;
	margin-left: 30px;
	display: inline-block;
}

/** Multistep Forms **/
ul#powermail_tabmenu {
	list-style-type: none;
	width: 99.5%;
	height: 16px;
	padding: 10px 0;
	margin-left: 2px;
	background: #ccc; /* Old browsers */
}
ul#powermail_tabmenu li {
	float: left;
	margin-left: 10px;
	cursor: pointer;
	font-weight: bold;
	color: #1E5799;
}
ul#powermail_tabmenu li.act {
	text-decoration: underline;
}
.ui-datepicker-next span,
.ui-datepicker-prev span {
	text-indent: -99999px;
	cursor: pointer;
}

/**
 * Confirmation
 */
.powermail_confirmation {
	clear: left;
	border: 0;
	padding: 10px;
	margin-bottom: 20px;
	background: #ccc;
}
input.powermail_confirmation_form {
	float: left;
	margin-top: 20px;
	padding: 5px 20px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: rgb(30,87,153); /* Old browsers */
}
input.powermail_confirmation_submit {
	float: right;
	margin-top: 20px;
	padding: 5px 20px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: rgb(30,87,153); /* Old browsers */
}

/** Validierung **/
.parsley-errors-list.filled {
	position: absolute;
	bottom: 7px;
	right: 0;
	width: 258px;
	font-size: 0.750em;
	padding: 4px 10px 4px 10px;
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	border-radius: 4px;
	color: #3A87AD;
}

.parsley-errors-list.filled:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(217, 237, 247, 0);
	border-top-color: #D9EDF7;
	border-width: 10px;
	margin-left: -10px;
}

.parsley-errors-list li{
	background: none !important;
	padding-left: 0 !important;
	margin: 0 !important;
}

.parsley-errors-list li:before{
	display:none !important;
	margin: 0;
}

/** DATETIMEPICKER **/
.xdsoft_datetimepicker{box-shadow:0px 5px 15px -5px rgba(0,0,0,0.506);background:white;border-bottom:1px solid #bbb;border-left:1px solid #bbb;border-right:1px solid #bbb;border-top:1px solid #bbb;color:#333333;font-family:"Helvetica Neue", "Helvetica", "Arial", sans-serif;padding:8px;padding-left:0px;padding-top:2px;position:absolute;z-index:9999;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.xdsoft_datetimepicker iframe{position:absolute;left:0;top:0;width:75px;height:210px;background:transparent;border:none}.xdsoft_datetimepicker button{border:none !important}.xdsoft_noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.xdsoft_noselect::selection{background:transparent}.xdsoft_noselect::-moz-selection{background:transparent}.xdsoft_datetimepicker.xdsoft_inline{display:inline-block;position:static;box-shadow:none}.xdsoft_datetimepicker *{-moz-box-sizing:border-box;box-sizing:border-box;padding:0px;margin:0px}.xdsoft_datetimepicker .xdsoft_datepicker,.xdsoft_datetimepicker .xdsoft_timepicker{display:none}.xdsoft_datetimepicker .xdsoft_datepicker.active,.xdsoft_datetimepicker .xdsoft_timepicker.active{display:block}.xdsoft_datetimepicker .xdsoft_datepicker{width:224px;float:left;margin-left:8px}.xdsoft_datetimepicker .xdsoft_timepicker{width:58px;float:left;text-align:center;margin-left:8px;margin-top:0px}.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker{margin-top:8px;margin-bottom:3px}.xdsoft_datetimepicker .xdsoft_mounthpicker{position:relative;text-align:center}.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_today_button{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==")}.xdsoft_datetimepicker .xdsoft_prev{float:left;background-position:-20px 0px}.xdsoft_datetimepicker .xdsoft_today_button{float:left;background-position:-70px 0px;margin-left:5px}.xdsoft_datetimepicker .xdsoft_next{float:right;background-position:0px 0px}.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button{background-color:transparent;background-repeat:no-repeat;border:0px none currentColor;cursor:pointer;display:block;height:30px;opacity:0.5;outline:medium none currentColor;overflow:hidden;padding:0px;position:relative;text-indent:100%;white-space:nowrap;width:20px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next{float:none;background-position:-40px -15px;height:15px;width:30px;display:block;margin-left:14px;margin-top:7px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{background-position:-40px 0px;margin-bottom:7px;margin-top:0px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{height:151px;overflow:hidden;border-bottom:1px solid #eee}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{background:white;border-top:1px solid #eee;color:#444;font-size:12px;text-align:center;border-collapse:collapse;cursor:pointer;border-bottom-width:0px;height:25px;line-height:25px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child{border-top-width:0px}.xdsoft_datetimepicker .xdsoft_today_button:hover,.xdsoft_datetimepicker .xdsoft_next:hover,.xdsoft_datetimepicker .xdsoft_prev:hover{opacity:1}.xdsoft_datetimepicker .xdsoft_label{display:inline;position:relative;z-index:9999;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:bold;background-color:#fff;float:left;width:182px;text-align:center;cursor:pointer}.xdsoft_datetimepicker .xdsoft_label:hover{text-decoration:underline}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select{border:1px solid #ccc;position:absolute;right:0px;top:30px;z-index:101;display:none;background:#fff;max-height:160px;overflow-y:hidden}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect{right:-7px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect{right:2px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#fff;background:#A94442}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{padding:2px 10px 2px 5px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#1E5799;box-shadow:#1E5799 0px 1px 3px 0px inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_month{width:90px;text-align:right}.xdsoft_datetimepicker .xdsoft_calendar{clear:both}.xdsoft_datetimepicker .xdsoft_year{width:56px}.xdsoft_datetimepicker .xdsoft_calendar table{border-collapse:collapse;width:100%}.xdsoft_datetimepicker .xdsoft_calendar td>div{padding-right:5px}.xdsoft_datetimepicker .xdsoft_calendar th{height:25px}.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{width:14.2857142%;background:#F5F5F5;border:1px solid #DDDDDD;color:#666666;font-size:12px;text-align:right;padding:0px;border-collapse:collapse;cursor:pointer;height:25px}.xdsoft_datetimepicker .xdsoft_calendar th{background:#F1F1F1}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{color:#1E5799}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#1E5799;box-shadow:#1E5799 0px 1px 3px 0px inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled{opacity:0.5}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{opacity:0.2}.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#fff !important;background:#A94442 !important;box-shadow:none !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover{color:inherit	!important;background:inherit !important;box-shadow:inherit !important}.xdsoft_datetimepicker .xdsoft_calendar th{font-weight:700;text-align:center;color:#999;cursor:default}.xdsoft_datetimepicker .xdsoft_copyright{color:#ccc !important;font-size:10px;clear:both;float:none;margin-left:8px}.xdsoft_datetimepicker .xdsoft_copyright a{color:#eee !important}.xdsoft_datetimepicker .xdsoft_copyright a:hover{color:#aaa !important}.xdsoft_time_box{position:relative;border:1px solid #ccc}.xdsoft_scrollbar>.xdsoft_scroller{background:#ccc !important;height:20px;border-radius:3px}.xdsoft_scrollbar{position:absolute;width:7px;right:0px;top:0px;bottom:0px;cursor:pointer}.xdsoft_scroller_box{position:relative}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link, .cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    display: none;
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active, .cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus, .cc-close:hover {
    opacity: 1
}

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

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

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn + .cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}

/* CHANGE ID ACCORDINGLY */
#risknetWrapper {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    transition: transform .25s .1s ease-in-out;
    z-index: 200;
}

#headerWrapper{
    background:#FFF;
}

/* PUSH NAVIGATION OUT OF VIEWPORT */
/* CHANGE ID ACCORDINGLY */
body.down #risknetWrapper {
    -webkit-transform: translate3d(0, -500px, 0);
    -moz-transform: translate3d(0, -500px, 0);
    -ms-transform: translate3d(0, -500px, 0);
    -o-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
