<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* default styles for extension "tx_cssstyledcontent" */
	/* Headers */
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	div.csc-textpic-responsive, div.csc-textpic-responsive * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

	/* Clear floats after csc-textpic and after csc-textpic-imagerow */
	div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

	/* Set padding for tables */
	div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
	div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

	/* Settings for figure and figcaption (HTML5) */
	div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

	/* Captions */
	figcaption.csc-textpic-caption { display: table-caption; }
	.csc-textpic-caption { text-align: left; caption-side: bottom; }
	div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
	div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
	div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

	/* Float the columns */
	div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

	/* Border just around the image */
	div.csc-textpic-border div.csc-textpic-imagewrap img {
		border: 1px solid black;
		padding: 0px 0px;
	}

	div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

	/* Space below each image (also in-between rows) */
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	/* colSpace around image columns, except for last column */
	div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
	div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	/* Add margin from image-block to text (in case of "Text &amp; Images") */
	div.csc-textpic-intext-left .csc-textpic-imagewrap,
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 10px;
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap,
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 10px;
	}

	/* Positioning of images: */

	/* Center (above or below) */
	div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
	div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	/* Right (above or below) */
	div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	div.csc-textpic-right div.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	div.csc-textpic-left div.csc-textpic-text { clear: left; }

	/* Left (in text) */
	div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	/* Left (in text, no wrap around) */
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

	div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

	/* File Links */
	ul.csc-uploads { padding: 0; }
	ul.csc-uploads li { list-style: none outside none; margin: 1em 0; }
	ul.csc-uploads img { float: left; margin-right: 1em; vertical-align: top; }
	ul.csc-uploads span { display: block; }
	ul.csc-uploads span.csc-uploads-fileName { text-decoration: underline; }

	/* Table background colors: */

	table.contenttable-color-1 { background-color: #EDEBF1; }
	table.contenttable-color-2 { background-color: #F5FFAA; }
	table.contenttable-color-240 { background-color: black; }
	table.contenttable-color-241 { background-color: white; }
	table.contenttable-color-242 { background-color: #333333; }
	table.contenttable-color-243 { background-color: gray; }
	table.contenttable-color-244 { background-color: silver; }
/* default styles for extension "tx_form" */
		div.csc-mailform ol,
		div.csc-mailform ol li {
			margin: 0;
			padding: 0;
		}

		div.csc-mailform ol li {
			overflow: hidden;
		}

		div.csc-mailform fieldset {
			margin: 0;
			padding: 0;
			position: relative;
		}

		div.csc-mailform legend {
			margin-left: 1em;
			color: #000000;
			font-weight: bold;
		}

		div.csc-mailform fieldset ol {
			padding: 1em 1em 0 1em;
		}

		div.csc-mailform fieldset li {
			padding: 0.5em;
			margin-bottom: 0.5em;
			list-style: none;
		}

		div.csc-mailform fieldset.submit {
			border-style: none;
		}

		/**
		 * Normal label
		 * Left aligned, in front of input
		 */
		div.csc-mailform li label {
			float: left;
			width: 13em;
			margin-right: 1em;
			vertical-align: baseline;
		}

		div.csc-mailform li input + label,
		div.csc-mailform li textarea + label,
		div.csc-mailform li select + label {
			float: none;
			width: auto;
			margin-right: 0;
			margin-left: 1em;
		}

		div.csc-mailform li textarea + label {
			vertical-align: top;
		}

		label em,
		legend em {
			display: block;
			color: #060;
			font-size: 85%;
			font-style: normal;
			text-transform: uppercase;
		}

		legend em {
			position: absolute;
		}

		label strong,
		legend strong {
			display: block;
			color: #C00;
			font-size: 85%;
			font-weight: normal;
			text-transform: uppercase;
		}

		legend strong {
			position: absolute;
			top: 1.4em;
		}

		/**
		 * Labels alignment right
		 */
		.labels-alignment-right label,
		.labels-alignment-right .fieldset-subgroup legend,
		.labels-alignment-right.fieldset-subgroup legend {
			text-align: right;
		}

		/**
		 * Horizontal fieldset
		 */
		fieldset.fieldset-horizontal {
			border-width: 0;
		}

		fieldset.fieldset-horizontal ol {
			padding: 0;
		}

		fieldset.fieldset-horizontal li {
			float: left;
			padding: 0;
			margin-right: 1em;
		}

		fieldset.fieldset-horizontal.label-below label {
			display: block;
			margin-left: 0;
			margin-top: 0.2em;
			font-size: 90%;
			color: #999999;
			text-align: left;
		}

		fieldset.fieldset-horizontal label em {
			display: inline;
		}

		/**
		 * Subgroup fieldset
		 */
		fieldset.fieldset-subgroup {
			margin-bottom: -2em;
			border-style: none;
		}

		fieldset.fieldset-subgroup legend {
			margin-left: 0;
			padding: 0;
			font-weight: normal;
			width: 13em;
		}

		fieldset.fieldset-subgroup ol {
			position: relative;
			top: -1.4em;
			margin: 0 0 0 14em;
			padding: 0;
		}

		fieldset.fieldset-subgroup li {
			padding: 0;
		}

		fieldset.fieldset-subgroup input + label {
			float: none;
			width: auto;
			display: inline;
			margin: 0 0 0 1em;
		}

		/**
		 * Labels as block
		 * Labels displayed above or below the input fields
		 */
		.labels-block label {
			display: block;
			float: none;
			margin: 0 0 0.5em;
			width: auto;
		}

		.labels-block input + label,
		.labels-block textarea + label {
			margin: 0.5em 0 0;
		}

		.labels-block fieldset.fieldset-subgroup,
		fieldset.labels-block.fieldset-subgroup {
			margin-bottom: 0;
		}

		.labels-block .fieldset-subgroup legend,
		.labels-block.fieldset-subgroup legend {
			width: auto;
		}

		.labels-block .fieldset-subgroup legend em,
		.labels-block.fieldset-subgroup legend em {
			position: relative;
		}

		.labels-block .fieldset-subgroup legend strong,
		.labels-block.fieldset-subgroup legend strong {
			position: relative;
			top: 0;
		}

		.labels-block .fieldset-subgroup ol,
		.labels-block.fieldset-subgroup ol {
			top: 0;
			margin: 0;
			padding: 0.5em 0 0;
		}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */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,menu,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-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}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;-webkit-box-sizing:content-box;-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]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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 silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!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:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn&gt;.caret,.dropup&gt;.btn&gt;.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url('../../fileadmin/template/fonts/glyphicons-halflings-regular.eot');src:url('../../fileadmin/template/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../../fileadmin/template/fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../../fileadmin/template/fonts/glyphicons-halflings-regular.woff') format('woff'),url('../../fileadmin/template/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../../fileadmin/template/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:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.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"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-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}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner&gt;.item&gt;a&gt;img,.carousel-inner&gt;.item&gt;img,.img-responsive,.thumbnail a&gt;img,.thumbnail&gt;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;-o-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}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.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,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,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,.h5,.h6,h4,h5,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:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline&gt;li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}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[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.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 ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer: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 .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}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;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}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-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{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:auto}.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:auto}.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-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{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:auto}.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:auto}.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-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{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:auto}.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:auto}.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-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{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:auto}.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:auto}.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{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table&gt;tbody&gt;tr&gt;td,.table&gt;tbody&gt;tr&gt;th,.table&gt;tfoot&gt;tr&gt;td,.table&gt;tfoot&gt;tr&gt;th,.table&gt;thead&gt;tr&gt;td,.table&gt;thead&gt;tr&gt;th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table&gt;thead&gt;tr&gt;th{vertical-align:bottom;border-bottom:2px solid #ddd}.table&gt;caption+thead&gt;tr:first-child&gt;td,.table&gt;caption+thead&gt;tr:first-child&gt;th,.table&gt;colgroup+thead&gt;tr:first-child&gt;td,.table&gt;colgroup+thead&gt;tr:first-child&gt;th,.table&gt;thead:first-child&gt;tr:first-child&gt;td,.table&gt;thead:first-child&gt;tr:first-child&gt;th{border-top:0}.table&gt;tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed&gt;tbody&gt;tr&gt;td,.table-condensed&gt;tbody&gt;tr&gt;th,.table-condensed&gt;tfoot&gt;tr&gt;td,.table-condensed&gt;tfoot&gt;tr&gt;th,.table-condensed&gt;thead&gt;tr&gt;td,.table-condensed&gt;thead&gt;tr&gt;th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered&gt;tbody&gt;tr&gt;td,.table-bordered&gt;tbody&gt;tr&gt;th,.table-bordered&gt;tfoot&gt;tr&gt;td,.table-bordered&gt;tfoot&gt;tr&gt;th,.table-bordered&gt;thead&gt;tr&gt;td,.table-bordered&gt;thead&gt;tr&gt;th{border:1px solid #ddd}.table-bordered&gt;thead&gt;tr&gt;td,.table-bordered&gt;thead&gt;tr&gt;th{border-bottom-width:2px}.table-striped&gt;tbody&gt;tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover&gt;tbody&gt;tr:hover{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&gt;tbody&gt;tr.active&gt;td,.table&gt;tbody&gt;tr.active&gt;th,.table&gt;tbody&gt;tr&gt;td.active,.table&gt;tbody&gt;tr&gt;th.active,.table&gt;tfoot&gt;tr.active&gt;td,.table&gt;tfoot&gt;tr.active&gt;th,.table&gt;tfoot&gt;tr&gt;td.active,.table&gt;tfoot&gt;tr&gt;th.active,.table&gt;thead&gt;tr.active&gt;td,.table&gt;thead&gt;tr.active&gt;th,.table&gt;thead&gt;tr&gt;td.active,.table&gt;thead&gt;tr&gt;th.active{background-color:#f5f5f5}.table-hover&gt;tbody&gt;tr.active:hover&gt;td,.table-hover&gt;tbody&gt;tr.active:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.active,.table-hover&gt;tbody&gt;tr&gt;td.active:hover,.table-hover&gt;tbody&gt;tr&gt;th.active:hover{background-color:#e8e8e8}.table&gt;tbody&gt;tr.success&gt;td,.table&gt;tbody&gt;tr.success&gt;th,.table&gt;tbody&gt;tr&gt;td.success,.table&gt;tbody&gt;tr&gt;th.success,.table&gt;tfoot&gt;tr.success&gt;td,.table&gt;tfoot&gt;tr.success&gt;th,.table&gt;tfoot&gt;tr&gt;td.success,.table&gt;tfoot&gt;tr&gt;th.success,.table&gt;thead&gt;tr.success&gt;td,.table&gt;thead&gt;tr.success&gt;th,.table&gt;thead&gt;tr&gt;td.success,.table&gt;thead&gt;tr&gt;th.success{background-color:#dff0d8}.table-hover&gt;tbody&gt;tr.success:hover&gt;td,.table-hover&gt;tbody&gt;tr.success:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.success,.table-hover&gt;tbody&gt;tr&gt;td.success:hover,.table-hover&gt;tbody&gt;tr&gt;th.success:hover{background-color:#d0e9c6}.table&gt;tbody&gt;tr.info&gt;td,.table&gt;tbody&gt;tr.info&gt;th,.table&gt;tbody&gt;tr&gt;td.info,.table&gt;tbody&gt;tr&gt;th.info,.table&gt;tfoot&gt;tr.info&gt;td,.table&gt;tfoot&gt;tr.info&gt;th,.table&gt;tfoot&gt;tr&gt;td.info,.table&gt;tfoot&gt;tr&gt;th.info,.table&gt;thead&gt;tr.info&gt;td,.table&gt;thead&gt;tr.info&gt;th,.table&gt;thead&gt;tr&gt;td.info,.table&gt;thead&gt;tr&gt;th.info{background-color:#d9edf7}.table-hover&gt;tbody&gt;tr.info:hover&gt;td,.table-hover&gt;tbody&gt;tr.info:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.info,.table-hover&gt;tbody&gt;tr&gt;td.info:hover,.table-hover&gt;tbody&gt;tr&gt;th.info:hover{background-color:#c4e3f3}.table&gt;tbody&gt;tr.warning&gt;td,.table&gt;tbody&gt;tr.warning&gt;th,.table&gt;tbody&gt;tr&gt;td.warning,.table&gt;tbody&gt;tr&gt;th.warning,.table&gt;tfoot&gt;tr.warning&gt;td,.table&gt;tfoot&gt;tr.warning&gt;th,.table&gt;tfoot&gt;tr&gt;td.warning,.table&gt;tfoot&gt;tr&gt;th.warning,.table&gt;thead&gt;tr.warning&gt;td,.table&gt;thead&gt;tr.warning&gt;th,.table&gt;thead&gt;tr&gt;td.warning,.table&gt;thead&gt;tr&gt;th.warning{background-color:#fcf8e3}.table-hover&gt;tbody&gt;tr.warning:hover&gt;td,.table-hover&gt;tbody&gt;tr.warning:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.warning,.table-hover&gt;tbody&gt;tr&gt;td.warning:hover,.table-hover&gt;tbody&gt;tr&gt;th.warning:hover{background-color:#faf2cc}.table&gt;tbody&gt;tr.danger&gt;td,.table&gt;tbody&gt;tr.danger&gt;th,.table&gt;tbody&gt;tr&gt;td.danger,.table&gt;tbody&gt;tr&gt;th.danger,.table&gt;tfoot&gt;tr.danger&gt;td,.table&gt;tfoot&gt;tr.danger&gt;th,.table&gt;tfoot&gt;tr&gt;td.danger,.table&gt;tfoot&gt;tr&gt;th.danger,.table&gt;thead&gt;tr.danger&gt;td,.table&gt;thead&gt;tr.danger&gt;th,.table&gt;thead&gt;tr&gt;td.danger,.table&gt;thead&gt;tr&gt;th.danger{background-color:#f2dede}.table-hover&gt;tbody&gt;tr.danger:hover&gt;td,.table-hover&gt;tbody&gt;tr.danger:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.danger,.table-hover&gt;tbody&gt;tr&gt;td.danger:hover,.table-hover&gt;tbody&gt;tr&gt;th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive&gt;.table{margin-bottom:0}.table-responsive&gt;.table&gt;tbody&gt;tr&gt;td,.table-responsive&gt;.table&gt;tbody&gt;tr&gt;th,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th,.table-responsive&gt;.table&gt;thead&gt;tr&gt;td,.table-responsive&gt;.table&gt;thead&gt;tr&gt;th{white-space:nowrap}.table-responsive&gt;.table-bordered{border:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child{border-left:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child{border-right:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th{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;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\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=checkbox]:focus,input[type=radio]:focus{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,-webkit-box-shadow ease-in-out .15s;-o-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::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.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}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{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 .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{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 .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{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}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top: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 .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group&gt;.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;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.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{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{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open&gt;.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open&gt;.dropdown-toggle.btn-default.focus,.open&gt;.dropdown-toggle.btn-default:focus,.open&gt;.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open&gt;.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open&gt;.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open&gt;.dropdown-toggle.btn-primary.focus,.open&gt;.dropdown-toggle.btn-primary:focus,.open&gt;.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open&gt;.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open&gt;.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open&gt;.dropdown-toggle.btn-success.focus,.open&gt;.dropdown-toggle.btn-success:focus,.open&gt;.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open&gt;.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{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.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open&gt;.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open&gt;.dropdown-toggle.btn-info.focus,.open&gt;.dropdown-toggle.btn-info:focus,.open&gt;.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open&gt;.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{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.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open&gt;.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open&gt;.dropdown-toggle.btn-warning.focus,.open&gt;.dropdown-toggle.btn-warning:focus,.open&gt;.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open&gt;.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{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.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open&gt;.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open&gt;.dropdown-toggle.btn-danger.focus,.open&gt;.dropdown-toggle.btn-danger:focus,.open&gt;.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open&gt;.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg&gt;.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm&gt;.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs&gt;.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{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;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;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&gt;li&gt;a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu&gt;li&gt;a:focus,.dropdown-menu&gt;li&gt;a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu&gt;.active&gt;a,.dropdown-menu&gt;.active&gt;a:focus,.dropdown-menu&gt;.active&gt;a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu&gt;.disabled&gt;a,.dropdown-menu&gt;.disabled&gt;a:focus,.dropdown-menu&gt;.disabled&gt;a:hover{color:#777}.dropdown-menu&gt;.disabled&gt;a:focus,.dropdown-menu&gt;.disabled&gt;a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open&gt;.dropdown-menu{display:block}.open&gt;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:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right&gt;.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@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-vertical&gt;.btn,.btn-group&gt;.btn{position:relative;float:left}.btn-group-vertical&gt;.btn.active,.btn-group-vertical&gt;.btn:active,.btn-group-vertical&gt;.btn:focus,.btn-group-vertical&gt;.btn:hover,.btn-group&gt;.btn.active,.btn-group&gt;.btn:active,.btn-group&gt;.btn:focus,.btn-group&gt;.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar&gt;.btn,.btn-toolbar&gt;.btn-group,.btn-toolbar&gt;.input-group{margin-left:5px}.btn-group&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group&gt;.btn:first-child{margin-left:0}.btn-group&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group&gt;.btn:last-child:not(:first-child),.btn-group&gt;.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group&gt;.btn-group{float:left}.btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group&gt;.btn-group:last-child:not(:first-child)&gt;.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&gt;.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group&gt;.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&gt;.btn,.btn-group-vertical&gt;.btn-group,.btn-group-vertical&gt;.btn-group&gt;.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical&gt;.btn-group&gt;.btn{float:none}.btn-group-vertical&gt;.btn+.btn,.btn-group-vertical&gt;.btn+.btn-group,.btn-group-vertical&gt;.btn-group+.btn,.btn-group-vertical&gt;.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical&gt;.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical&gt;.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical&gt;.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical&gt;.btn-group:last-child:not(:first-child)&gt;.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&gt;.btn,.btn-group-justified&gt;.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified&gt;.btn-group .btn{width:100%}.btn-group-justified&gt;.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]&gt;.btn input[type=checkbox],[data-toggle=buttons]&gt;.btn input[type=radio],[data-toggle=buttons]&gt;.btn-group&gt;.btn input[type=checkbox],[data-toggle=buttons]&gt;.btn-group&gt;.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events: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 .form-control:focus{z-index:3}.input-group-lg&gt;.form-control,.input-group-lg&gt;.input-group-addon,.input-group-lg&gt;.input-group-btn&gt;.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg&gt;.form-control,select.input-group-lg&gt;.input-group-addon,select.input-group-lg&gt;.input-group-btn&gt;.btn{height:46px;line-height:46px}select[multiple].input-group-lg&gt;.form-control,select[multiple].input-group-lg&gt;.input-group-addon,select[multiple].input-group-lg&gt;.input-group-btn&gt;.btn,textarea.input-group-lg&gt;.form-control,textarea.input-group-lg&gt;.input-group-addon,textarea.input-group-lg&gt;.input-group-btn&gt;.btn{height:auto}.input-group-sm&gt;.form-control,.input-group-sm&gt;.input-group-addon,.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm&gt;.form-control,select.input-group-sm&gt;.input-group-addon,select.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;line-height:30px}select[multiple].input-group-sm&gt;.form-control,select[multiple].input-group-sm&gt;.input-group-addon,select[multiple].input-group-sm&gt;.input-group-btn&gt;.btn,textarea.input-group-sm&gt;.form-control,textarea.input-group-sm&gt;.input-group-addon,textarea.input-group-sm&gt;.input-group-btn&gt;.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn: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:400;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=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child&gt;.btn,.input-group-btn:first-child&gt;.btn-group&gt;.btn,.input-group-btn:first-child&gt;.dropdown-toggle,.input-group-btn:last-child&gt;.btn-group:not(:last-child)&gt;.btn,.input-group-btn:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle){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:first-child&gt;.btn-group:not(:first-child)&gt;.btn,.input-group-btn:first-child&gt;.btn:not(:first-child),.input-group-btn:last-child&gt;.btn,.input-group-btn:last-child&gt;.btn-group&gt;.btn,.input-group-btn:last-child&gt;.dropdown-toggle{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&gt;.btn{position:relative}.input-group-btn&gt;.btn+.btn{margin-left:-1px}.input-group-btn&gt;.btn:active,.input-group-btn&gt;.btn:focus,.input-group-btn&gt;.btn:hover{z-index:2}.input-group-btn:first-child&gt;.btn,.input-group-btn:first-child&gt;.btn-group{margin-right:-1px}.input-group-btn:last-child&gt;.btn,.input-group-btn:last-child&gt;.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav&gt;li{position:relative;display:block}.nav&gt;li&gt;a{position:relative;display:block;padding:10px 15px}.nav&gt;li&gt;a:focus,.nav&gt;li&gt;a:hover{text-decoration:none;background-color:#eee}.nav&gt;li.disabled&gt;a{color:#777}.nav&gt;li.disabled&gt;a:focus,.nav&gt;li.disabled&gt;a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open&gt;a,.nav .open&gt;a:focus,.nav .open&gt;a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav&gt;li&gt;a&gt;img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs&gt;li{float:left;margin-bottom:-1px}.nav-tabs&gt;li&gt;a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs&gt;li&gt;a:hover{border-color:#eee #eee #ddd}.nav-tabs&gt;li.active&gt;a,.nav-tabs&gt;li.active&gt;a:focus,.nav-tabs&gt;li.active&gt;a:hover{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&gt;li{float:none}.nav-tabs.nav-justified&gt;li&gt;a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified&gt;li{display:table-cell;width:1%}.nav-tabs.nav-justified&gt;li&gt;a{margin-bottom:0}}.nav-tabs.nav-justified&gt;li&gt;a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a:focus,.nav-tabs.nav-justified&gt;.active&gt;a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a:focus,.nav-tabs.nav-justified&gt;.active&gt;a:hover{border-bottom-color:#fff}}.nav-pills&gt;li{float:left}.nav-pills&gt;li&gt;a{border-radius:4px}.nav-pills&gt;li+li{margin-left:2px}.nav-pills&gt;li.active&gt;a,.nav-pills&gt;li.active&gt;a:focus,.nav-pills&gt;li.active&gt;a:hover{color:#fff;background-color:#337ab7}.nav-stacked&gt;li{float:none}.nav-stacked&gt;li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified&gt;li{float:none}.nav-justified&gt;li&gt;a{margin-bottom:5px;text-align:center}.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified&gt;li{display:table-cell;width:1%}.nav-justified&gt;li&gt;a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified&gt;li&gt;a{margin-right:0;border-radius:4px}.nav-tabs-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:focus,.nav-tabs-justified&gt;.active&gt;a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:focus,.nav-tabs-justified&gt;.active&gt;a:hover{border-bottom-color:#fff}}.tab-content&gt;.tab-pane{display:none}.tab-content&gt;.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{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;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-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid&gt;.navbar-collapse,.container-fluid&gt;.navbar-header,.container&gt;.navbar-collapse,.container&gt;.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid&gt;.navbar-collapse,.container-fluid&gt;.navbar-header,.container&gt;.navbar-collapse,.container&gt;.navbar-header{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-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{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:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand&gt;img{display:block}@media (min-width:768px){.navbar&gt;.container .navbar-brand,.navbar&gt;.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:0}.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&gt;li&gt;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;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu&gt;li&gt;a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu&gt;li&gt;a{line-height:20px}.navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,.navbar-nav .open .dropdown-menu&gt;li&gt;a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav&gt;li{float:left}.navbar-nav&gt;li&gt;a{padding-top:15px;padding-bottom:15px}}.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 .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group&gt;.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@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-nav&gt;li&gt;.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav&gt;li&gt;.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;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}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav&gt;li&gt;a{color:#777}.navbar-default .navbar-nav&gt;li&gt;a:focus,.navbar-default .navbar-nav&gt;li&gt;a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav&gt;.active&gt;a,.navbar-default .navbar-nav&gt;.active&gt;a:focus,.navbar-default .navbar-nav&gt;.active&gt;a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav&gt;.disabled&gt;a,.navbar-default .navbar-nav&gt;.disabled&gt;a:focus,.navbar-default .navbar-nav&gt;.disabled&gt;a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{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&gt;.open&gt;a,.navbar-default .navbar-nav&gt;.open&gt;a:focus,.navbar-default .navbar-nav&gt;.open&gt;a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav&gt;li&gt;a{color:#9d9d9d}.navbar-inverse .navbar-nav&gt;li&gt;a:focus,.navbar-inverse .navbar-nav&gt;li&gt;a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav&gt;.active&gt;a,.navbar-inverse .navbar-nav&gt;.active&gt;a:focus,.navbar-inverse .navbar-nav&gt;.active&gt;a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav&gt;.disabled&gt;a,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:focus,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{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&gt;.open&gt;a,.navbar-inverse .navbar-nav&gt;.open&gt;a:focus,.navbar-inverse .navbar-nav&gt;.open&gt;a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb&gt;li{display:inline-block}.breadcrumb&gt;li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb&gt;.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination&gt;li{display:inline}.pagination&gt;li&gt;a,.pagination&gt;li&gt;span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination&gt;li:first-child&gt;a,.pagination&gt;li:first-child&gt;span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination&gt;li:last-child&gt;a,.pagination&gt;li:last-child&gt;span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination&gt;li&gt;a:focus,.pagination&gt;li&gt;a:hover,.pagination&gt;li&gt;span:focus,.pagination&gt;li&gt;span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination&gt;.active&gt;a,.pagination&gt;.active&gt;a:focus,.pagination&gt;.active&gt;a:hover,.pagination&gt;.active&gt;span,.pagination&gt;.active&gt;span:focus,.pagination&gt;.active&gt;span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination&gt;.disabled&gt;a,.pagination&gt;.disabled&gt;a:focus,.pagination&gt;.disabled&gt;a:hover,.pagination&gt;.disabled&gt;span,.pagination&gt;.disabled&gt;span:focus,.pagination&gt;.disabled&gt;span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg&gt;li&gt;a,.pagination-lg&gt;li&gt;span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg&gt;li:first-child&gt;a,.pagination-lg&gt;li:first-child&gt;span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg&gt;li:last-child&gt;a,.pagination-lg&gt;li:last-child&gt;span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm&gt;li&gt;a,.pagination-sm&gt;li&gt;span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm&gt;li:first-child&gt;a,.pagination-sm&gt;li:first-child&gt;span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm&gt;li:last-child&gt;a,.pagination-sm&gt;li:last-child&gt;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&gt;a,.pager li&gt;span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li&gt;a:focus,.pager li&gt;a:hover{text-decoration:none;background-color:#eee}.pager .next&gt;a,.pager .next&gt;span{float:right}.pager .previous&gt;a,.pager .previous&gt;span{float:left}.pager .disabled&gt;a,.pager .disabled&gt;a:focus,.pager .disabled&gt;a:hover,.pager .disabled&gt;span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs&gt;.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active&gt;.badge,.nav-pills&gt;.active&gt;a&gt;.badge{color:#337ab7;background-color:#fff}.list-group-item&gt;.badge{float:right}.list-group-item&gt;.badge+.badge{margin-right:5px}.nav-pills&gt;li&gt;a&gt;.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom: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}.jumbotron&gt;hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .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:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a&gt;img,.thumbnail&gt;img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.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:700}.alert&gt;p,.alert&gt;ul{margin-bottom:0}.alert&gt;p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .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}}@-o-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:#337ab7;-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;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.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:-o-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);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-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:-o-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:-o-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:-o-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:-o-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{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media&gt;.pull-right{padding-left:10px}.media-left,.media&gt;.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.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}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading&gt;.small,.list-group-item.active .list-group-item-heading&gt;small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading&gt;.small,.list-group-item.active:focus .list-group-item-heading&gt;small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading&gt;.small,.list-group-item.active:hover .list-group-item-heading&gt;small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{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&gt;.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title&gt;.small,.panel-title&gt;.small&gt;a,.panel-title&gt;a,.panel-title&gt;small,.panel-title&gt;small&gt;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&gt;.list-group,.panel&gt;.panel-collapse&gt;.list-group{margin-bottom:0}.panel&gt;.list-group .list-group-item,.panel&gt;.panel-collapse&gt;.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel&gt;.list-group:first-child .list-group-item:first-child,.panel&gt;.panel-collapse&gt;.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel&gt;.list-group:last-child .list-group-item:last-child,.panel&gt;.panel-collapse&gt;.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.panel-heading+.panel-collapse&gt;.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel&gt;.panel-collapse&gt;.table,.panel&gt;.table,.panel&gt;.table-responsive&gt;.table{margin-bottom:0}.panel&gt;.panel-collapse&gt;.table caption,.panel&gt;.table caption,.panel&gt;.table-responsive&gt;.table caption{padding-right:15px;padding-left:15px}.panel&gt;.table-responsive:first-child&gt;.table:first-child,.panel&gt;.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child{border-top-left-radius:3px}.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child{border-top-right-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child,.panel&gt;.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child{border-bottom-left-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child{border-bottom-right-radius:3px}.panel&gt;.panel-body+.table,.panel&gt;.panel-body+.table-responsive,.panel&gt;.table+.panel-body,.panel&gt;.table-responsive+.panel-body{border-top:1px solid #ddd}.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child td,.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child th{border-top:0}.panel&gt;.table-bordered,.panel&gt;.table-responsive&gt;.table-bordered{border:0}.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child{border-left:0}.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child{border-right:0}.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th{border-bottom:0}.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th{border-bottom:0}.panel&gt;.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse&gt;.list-group,.panel-group .panel-heading+.panel-collapse&gt;.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&gt;.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#ddd}.panel-default&gt;.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary&gt;.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#337ab7}.panel-primary&gt;.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success&gt;.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#d6e9c6}.panel-success&gt;.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info&gt;.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#bce8f1}.panel-info&gt;.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning&gt;.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#faebcc}.panel-warning&gt;.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger&gt;.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#ebccd1}.panel-danger&gt;.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.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:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-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%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-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{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.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:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.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;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{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;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;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;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);line-break:auto}.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;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover&gt;.arrow,.popover&gt;.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover&gt;.arrow{border-width:11px}.popover&gt;.arrow:after{content:"";border-width:10px}.popover.top&gt;.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&gt;.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right&gt;.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&gt;.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom&gt;.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&gt;.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left&gt;.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&gt;.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&gt;.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner&gt;.item&gt;a&gt;img,.carousel-inner&gt;.item&gt;img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner&gt;.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner&gt;.item.active.right,.carousel-inner&gt;.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner&gt;.item.active.left,.carousel-inner&gt;.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner&gt;.item.active,.carousel-inner&gt;.item.next.left,.carousel-inner&gt;.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner&gt;.active,.carousel-inner&gt;.next,.carousel-inner&gt;.prev{display:block}.carousel-inner&gt;.active{left:0}.carousel-inner&gt;.next,.carousel-inner&gt;.prev{position:absolute;top:0;width:100%}.carousel-inner&gt;.next{left:100%}.carousel-inner&gt;.prev{left:-100%}.carousel-inner&gt;.next.left,.carousel-inner&gt;.prev.right{left:0}.carousel-inner&gt;.active.left{left:-100%}.carousel-inner&gt;.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);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));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,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));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:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.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-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical&gt;.btn-group:after,.btn-group-vertical&gt;.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical&gt;.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row: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}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!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!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 * bootstrap-vertical-tabs - v1.2.2
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2016-12-02
 * Copyright (c) 2016 İsmail Demirbilek
 * License: MIT
 */

.tabs-left,.tabs-right{border-bottom:none;padding-top:2px}.tabs-left{border-right:1px solid #ddd}.tabs-right{border-left:1px solid #ddd}.tabs-left&gt;li,.tabs-right&gt;li{float:none;margin-bottom:2px}.tabs-left&gt;li{margin-right:-1px}.tabs-right&gt;li{margin-left:-1px}.tabs-left&gt;li.active&gt;a,.tabs-left&gt;li.active&gt;a:focus,.tabs-left&gt;li.active&gt;a:hover{border-bottom-color:#ddd;border-right-color:transparent}.tabs-right&gt;li.active&gt;a,.tabs-right&gt;li.active&gt;a:focus,.tabs-right&gt;li.active&gt;a:hover{border-bottom:1px solid #ddd;border-left-color:transparent}.tabs-left&gt;li&gt;a{border-radius:4px 0 0 4px;margin-right:0;display:block}.tabs-right&gt;li&gt;a{border-radius:0 4px 4px 0;margin-right:0}.sideways{margin-top:50px;border:none;position:relative}.sideways&gt;li{height:20px;width:120px;margin-bottom:100px}.sideways&gt;li&gt;a{border-bottom:1px solid #ddd;border-right-color:transparent;text-align:center;border-radius:4px 4px 0 0}.sideways&gt;li.active&gt;a,.sideways&gt;li.active&gt;a:focus,.sideways&gt;li.active&gt;a:hover{border-bottom-color:transparent;border-right-color:#ddd;border-left-color:#ddd}.sideways.tabs-left{left:-50px}.sideways.tabs-right{right:-50px}.sideways.tabs-right&gt;li{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.sideways.tabs-left&gt;li{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}
.cc_banner-wrapper{z-index:9001;position:relative}.cc_container .cc_btn{cursor:pointer;text-align:center;font-size:0.6em;transition:font-size 200ms;line-height:1em}.cc_container .cc_message{font-size:0.6em;transition:font-size 200ms;margin:0;padding:0;line-height:1.5em}.cc_container .cc_logo{display:none;text-indent:-1000px;overflow:hidden;width:100px;height:22px;background-size:cover;background-image:url(//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/logo.png);opacity:0.9;transition:opacity 200ms}.cc_container .cc_logo:hover,.cc_container .cc_logo:active{opacity:1}@media screen and (min-width: 500px){.cc_container .cc_btn{font-size:0.8em}.cc_container .cc_message{font-size:0.8em}}@media screen and (min-width: 768px){.cc_container .cc_btn{font-size:1em}.cc_container .cc_message{font-size:1em;line-height:1em}}@media screen and (min-width: 992px){.cc_container .cc_message{font-size:1em}}@media print{.cc_banner-wrapper,.cc_container{display:none}}.cc_container{position:fixed;left:0;right:0;bottom:0;overflow:hidden;padding:10px}.cc_container .cc_btn{padding:8px 10px;background-color:#e0e8eb;cursor:pointer;transition:font-size 200ms;text-align:center;font-size:0.6em;display:block;width:33%;margin-left:10px;float:right;max-width:120px}.cc_container .cc_message{transition:font-size 200ms;font-size:0.6em;display:block}@media screen and (min-width: 500px){.cc_container .cc_btn{font-size:0.8em}.cc_container .cc_message{margin-top:0.5em;font-size:0.8em}}@media screen and (min-width: 768px){.cc_container{padding:15px 30px 15px}.cc_container .cc_btn{font-size:1em;padding:8px 15px}.cc_container .cc_message{font-size:1em}}@media screen and (min-width: 992px){.cc_container .cc_message{font-size:1em}}.cc_container{background:#fff;color:#999;font-size:17px;font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;box-sizing:border-box;border:1px solid #ccc}.cc_container ::-moz-selection{background:#ff5e99;color:#fff;text-shadow:none}.cc_container .cc_btn,.cc_container .cc_btn:visited{color:#000;background-color:#e0e8eb;transition:background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;-webkit-transition:background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;border-radius:5px;-webkit-border-radius:5px}.cc_container .cc_btn:hover,.cc_container .cc_btn:active{background-color:#232f4f;color:#fff}.cc_container a,.cc_container a:visited{text-decoration:none;color:#232f4f;transition:200ms color}.cc_container a:hover,.cc_container a:active{color:#555}@-webkit-keyframes slideUp{0%{-webkit-transform:translateY(66px);transform:translateY(66px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideUp{0%{-webkit-transform:translateY(66px);-ms-transform:translateY(66px);transform:translateY(66px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.cc_container,.cc_message,.cc_btn{animation-duration:0.8s;-webkit-animation-duration:0.8s;-moz-animation-duration:0.8s;-o-animation-duration:0.8s;-webkit-animation-name:slideUp;animation-name:slideUp}

.test {
  color: #123;
}
/**5286a8**/
/* default link color */
/* base colors new design */
/* Media break points */
/* not there */
/* 768 */
/* 992 */
/* 1200 */
/* Generate the x-extra small columns */
/** GENERAL DEFINES **/
.body-l {
  font-size: 20px;
  line-height: 28px;
  color: #232f4f;
}
.body-m {
  font-size: 14px;
  line-height: 21px;
  color: #232f4f;
}
.body-s {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.arrow-right {
  background-image: url("/fileadmin/template/img/icons/arrow_right.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
}
.arrow-left {
  background-image: url("/fileadmin/template/img/icons/arrow_left.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
}
.arrow-list-item {
  background-image: url("/fileadmin/template/img/icons/arrow_right.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
}
.blue-darker {
  color: #232f4f;
}
.button {
  background-image: url("/fileadmin/template/img/icons/arrow_right.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
  background-position: 11px center;
  padding-left: 24px;
  padding-right: 12px;
  background-color: #e0e8eb;
  color: #232f4f;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button:hover {
  background-color: #cddae0;
}
.clear {
  clear: both;
}
/** GLOBAL **/
body {
  color: #232f4f;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
}
a,
a:focus {
  color: #9bb5c0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  color: #232f4f;
  text-decoration: none;
}
p {
  margin: 0 0 20px;
}
h1,
.h1,
.show-as-h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  h1,
  .h1,
  .show-as-h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
h1:after,
.h1:after,
.show-as-h1:after {
  display: block;
  content: "";
  width: 50px;
  height: 5px;
  background: #9bb5c0;
  margin: 10px 0 0;
}
@media only screen and (min-width: 992px) {
  h1:after,
  .h1:after,
  .show-as-h1:after {
    margin-bottom: 20px;
  }
}
h1.align-center:after,
.h1.align-center:after,
.show-as-h1.align-center:after {
  margin-left: auto;
  margin-right: auto;
}
h2,
.h2,
.show-as-h2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin: 30px 0 15px;
}
@media only screen and (min-width: 992px) {
  h2,
  .h2,
  .show-as-h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
h2:after,
.h2:after,
.show-as-h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #9bb5c0;
  margin: 10px 0 0;
}
@media only screen and (min-width: 992px) {
  h2:after,
  .h2:after,
  .show-as-h2:after {
    margin-bottom: 15px;
  }
}
h3,
.h3,
.show-as-h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 35px 0 10px;
  /*30px 0 10px;*/
}
@media only screen and (min-width: 992px) {
  h3,
  .h3,
  .show-as-h3 {
    font-size: 14px;
    line-height: 21px;
  }
}
h3:after,
.h3:after,
.show-as-h3:after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background: #9bb5c0;
  margin: 10px 0 0;
}
h2 + h3,
h2 + .h3,
.h2 + h3,
.h2 + .h3 {
  margin-top: 20px;
}
h4,
.h4,
.show-as-h4 {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 10px;
}
h5,
.h5,
.show-as-h5 {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  margin: 20px 0 10px;
}
hr,
.hr {
  border: none;
  height: 1px;
  background: #9bb5c0;
}
hr.blue {
  background: #9bb5c0;
}
iframe {
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
::selection {
  background: #cddae0;
}
::-moz-selection {
  background: #cddae0;
}
@media only screen and (max-width: 479px) {
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-12 {
    width: 100%;
  }
}
#im_main {
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  #im_main {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 479px) {
  #im_main {
    margin-top: 20px;
  }
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .xs-right {
    float: right;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sm-right {
    float: right;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .md-right {
    float: right;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .lg-right {
    float: right;
    margin-bottom: 20px;
  }
}
/** PAGE HEADER **/
.headerBox {
  font-size: 14px;
  line-height: 21px;
  color: #232f4f;
  background: #e0e8eb;
  position: relative;
  text-align: right;
  border-bottom: 1px solid #d3d5db;
  margin: 0 0 33px;
  padding: 0 20px 20px;
  /*&gt; h1,
  &amp; + div.row h1 {*/
  /*&amp; + div.row h1 {
    @media @tablet {
      width:100%;
      top: -260px;
      left:60px;
    }
    @media @laptop {
      width:60%;
    }
  }*/
  /*&gt; h1 + p,
  &amp; + div.row h1 + p {*/
  /*&amp; + div.row h1 + p {
    @media @tablet {
      width:100%;
      top: -150px;
      left: 60px;
    }
    @media @laptop {
      width:60%;
    }
  }*/
}
@media only screen and (min-width: 768px) {
  .headerBox {
    background: transparent;
    padding: 20px 40px;
    min-height: 160px;
  }
}
.headerBox div.csc-textpic,
.headerBox .header-image,
.headerBox &gt; .carousel {
  margin: 0 -20px 15px;
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .headerBox div.csc-textpic,
  .headerBox .header-image,
  .headerBox &gt; .carousel {
    margin: -20px -40px;
    background: transparent;
  }
}
.headerBox div.csc-textpic .csc-textpic-imagewrap .csc-textpic-center-outer,
.headerBox .header-image .csc-textpic-imagewrap .csc-textpic-center-outer,
.headerBox &gt; .carousel .csc-textpic-imagewrap .csc-textpic-center-outer {
  left: 0;
}
.headerBox div.csc-textpic .csc-textpic-imagewrap .csc-textpic-center-outer .csc-textpic-center-inner,
.headerBox .header-image .csc-textpic-imagewrap .csc-textpic-center-outer .csc-textpic-center-inner,
.headerBox &gt; .carousel .csc-textpic-imagewrap .csc-textpic-center-outer .csc-textpic-center-inner {
  right: 0;
}
.headerBox div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
.headerBox .header-image .csc-textpic-imagewrap .csc-textpic-image,
.headerBox &gt; .carousel .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .headerBox div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
  .headerBox .header-image .csc-textpic-imagewrap .csc-textpic-image,
  .headerBox &gt; .carousel .csc-textpic-imagewrap .csc-textpic-image {
    /*margin-bottom:10px;*/
  }
}
@media only screen and (min-width: 768px) {
  .headerBox div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image img,
  .headerBox .header-image .csc-textpic-imagewrap .csc-textpic-image img,
  .headerBox &gt; .carousel .csc-textpic-imagewrap .csc-textpic-image img {
    min-height: 280px;
    max-width: none;
  }
}
.headerBox .header-image {
  max-width: -webkit-calc(100% + 40px);
  max-width: -moz-calc(100% + 40px);
  max-width: calc(100% + 40px);
}
@media only screen and (min-width: 768px) {
  .headerBox .header-image {
    max-width: -webkit-calc(100% + 80px);
    max-width: -moz-calc(100% + 80px);
    max-width: calc(100% + 80px);
  }
}
.headerBox .headerInfoContent {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .headerBox .headerInfoContent {
    position: absolute;
    top: 30px;
    width: 50%;
    background: rgba(255, 255, 255, 0.6);
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .headerBox .headerInfoContent.big {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .headerBox .headerInfoContent.large {
    width: 80%;
  }
}
.headerBox .headerInfoContent.nobg {
  background: transparent;
}
.headerBox .headerInfoContent p {
  margin-bottom: 0;
}
.headerBox .headerInfoContent h1 {
  color: #232f4f;
  margin: 0 0 20px;
}
.headerBox .headerInfoContent h2,
.headerBox .headerInfoContent h3 {
  margin: 20px 0 10px;
}
.headerBox .headerInfoContent h2:after,
.headerBox .headerInfoContent h3:after {
  display: none;
}
.headerBox .headerInfoContent.small-font h1 {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width: 992px) {
  .headerBox .headerInfoContent.small-font h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.headerBox &gt; h1 {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .headerBox &gt; h1 {
    position: absolute;
    top: 40px;
    left: 40px;
    height: 80px;
    background: rgba(255, 255, 255, 0.6);
    width: 60%;
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .headerBox &gt; h1 {
    height: 110px;
  }
}
.headerBox &gt; h1 br {
  display: none;
}
.headerBox &gt; h1 + p {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .headerBox &gt; h1 + p {
    position: absolute;
    top: 120px;
    left: 40px;
    padding: 0 40px 20px;
    background-color: rgba(255, 255, 255, 0.6);
    width: 60%;
  }
}
@media only screen and (min-width: 992px) {
  .headerBox &gt; h1 + p {
    top: 150px;
  }
}
.headerBox &gt; h2 {
  line-height: 24px;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .headerBox &gt; h2 {
    width: 50%;
    margin-top: -40px;
  }
}
.headerBox &gt; h2:after {
  display: none;
}
.headerBox.blue {
  background: #cddae0;
  border-bottom-width: 0;
}
.headerBox.blue h1 {
  background-color: transparent;
}
.headerBox.doctorsList .header-image {
  width: 40%;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .headerBox.doctorsList .header-image {
    float: right;
  }
}
@media only screen and (min-width: 992px) {
  .headerBox.doctorsList .header-image {
    width: auto;
  }
}
.headerBox.doctorsList .headerInfoContent {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .headerBox.doctorsList .headerInfoContent {
    width: 100%;
    padding: 15px 0 1px;
  }
}
/** GENERAL **/
/** ??? re-definition **/
.btn {
  display: block;
  background-color: #e0e8eb;
  color: #232f4f;
  border-radius: 0;
  text-align: left;
  padding: 4px 8px;
  position: relative;
}
.btn:after {
  content: "";
  width: 8px;
  height: 10px;
  background: url("/fileadmin/template/img/icons/arrow_right.png") no-repeat center right;
  position: absolute;
  right: 10px;
  top: 8px;
}
.btn.down:after {
  background-image: url("/fileadmin/template/img/icons/arrow_down.png");
  width: 10px;
}
.btn.up:after {
  background-image: url("/fileadmin/template/img/icons/arrow_up.png");
  width: 10px;
}
.btn.blue {
  background-color: #cddae0;
}
.btn.blue:hover {
  background-color: #9bb5c0;
}
.btn.medark {
  transition: background-color 0.11s linear, color 0.11s linear;
  background-color: #4e5873;
  color: #ffffff !important;
}
.btn.medark:hover {
  background-color: #232f4f;
}
.btn.medark:after {
  background-image: url("/fileadmin/template/img/icons/arrow_right_bright.png");
}
.home,
.phone,
.website,
.contact.icon,
.position.icon,
.position.dark.icon {
  padding-left: 25px;
}
.home {
  background: transparent url("/fileadmin/template/img/icons/icon_adresse.png") 0 2px no-repeat;
}
.phone {
  background: transparent url("/fileadmin/template/img/icons/icon_telefon.png") 0 2px no-repeat;
}
.website {
  background: transparent url("/fileadmin/template/img/icons/icon_web.png") 0 1px no-repeat;
}
.contact.icon {
  background: transparent url("/fileadmin/template/img/icons/kontakt.png") 0 5px no-repeat;
}
.position.icon {
  background: transparent url("/fileadmin/template/img/icons/standort.png") 0 0 no-repeat;
  padding-top: 7px;
  padding-bottom: 7px;
}
.position.dark.icon {
  background-image: url("/fileadmin/template/img/icons/standort_dunkel.png");
}
.border-bottom {
  border-bottom: 1px solid #9bb5c0;
}
.border-bottom &gt; p:last-child {
  margin-bottom: 10px;
}
.border {
  border: 1px solid #cddae0!important;
}
.border-white {
  border-color: #fff !important;
}
.border-blue {
  border-color: #9bb5c0 !important;
}
.socials .social-icon,
.social-icons .social-icon {
  width: 30px;
  height: 30px;
  background: url("/fileadmin/template/img/icons/socials.png") no-repeat;
  /*overflow:hidden;
    text-indent:-100px;*/
  display: inline-block;
  /*
    &amp;.ig {
        background:url("/fileadmin/template/img/icons/pic_instagram.png") no-repeat 0 0;
    }
    &amp;.ig:hover {
        background:url("/fileadmin/template/img/icons/pic_instagram_act.png") no-repeat 0 0;
    }
    */
}
.socials .social-icon:hover,
.social-icons .social-icon:hover {
  text-decoration: none;
}
.socials .social-icon + .social-icon,
.social-icons .social-icon + .social-icon {
  margin-left: 10px;
  position: relative;
}
.socials .social-icon + .social-icon:before,
.social-icons .social-icon + .social-icon:before {
  display: inline-block;
  position: absolute;
  left: -7px;
  content: " ";
  width: 1px;
  height: 30px;
  background-color: #d3d5db;
}
.socials .social-icon.fb,
.social-icons .social-icon.fb {
  background-position: 0 0;
}
.socials .social-icon.fb:hover,
.social-icons .social-icon.fb:hover {
  background-position: -30px 0;
}
.socials .social-icon.gp,
.social-icons .social-icon.gp {
  background-position: 0 -30px;
}
.socials .social-icon.gp:hover,
.social-icons .social-icon.gp:hover {
  background-position: -30px -30px;
}
.socials .social-icon.yt,
.social-icons .social-icon.yt {
  background-position: 0 -60px;
}
.socials .social-icon.yt:hover,
.social-icons .social-icon.yt:hover {
  background-position: -30px -60px;
}
.socials .social-icon.tw,
.social-icons .social-icon.tw {
  background-position: 0 -90px;
}
.socials .social-icon.tw:hover,
.social-icons .social-icon.tw:hover {
  background-position: -30px -90px;
}
.socials .social-icon.ig,
.social-icons .social-icon.ig {
  background-position: 0 -120px;
}
.socials .social-icon.ig:hover,
.social-icons .social-icon.ig:hover {
  background-position: -30px -120px;
}
.icon-before {
  position: relative;
  padding-left: 30px;
  min-height: 25px;
}
.icon-before:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.icon-after {
  position: relative;
  padding-right: 42px;
  min-height: 42px;
}
.icon-after:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}
.doc-icon {
  background: url("/fileadmin/template/img/icons/doctors_s.png") no-repeat 0 0;
  width: 36px;
  height: 44px;
  background-size: auto 44px;
}
@media only screen and (min-width: 1200px) {
  .doc-icon {
    width: 52px;
    height: 54px;
    background-size: auto auto;
  }
}
.doc-icon-after {
  position: relative;
  padding-right: 42px;
  min-height: 42px;
  padding-right: 36px;
}
.doc-icon-after:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}
.doc-icon-after:before {
  background: url("/fileadmin/template/img/icons/doctors_s.png") no-repeat 0 0;
  width: 36px;
  height: 44px;
  background-size: auto 44px;
}
@media only screen and (min-width: 1200px) {
  .doc-icon-after:before {
    width: 52px;
    height: 54px;
    background-size: auto auto;
  }
}
@media only screen and (min-width: 1200px) {
  .doc-icon-after {
    padding-right: 52px;
  }
}
.news-icon {
  background: url("/fileadmin/template/img/icons/pic_news.png") no-repeat 0 0;
  width: 40px;
  height: 42px;
}
.news-icon-after {
  position: relative;
  padding-right: 42px;
  min-height: 42px;
  min-height: 47px;
}
.news-icon-after:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}
.news-icon-after:before {
  background: url("/fileadmin/template/img/icons/pic_news.png") no-repeat 0 0;
  width: 40px;
  height: 42px;
}
.newsletter-icon {
  background: url("/fileadmin/template/img/icons/pic_newsletter.png") no-repeat 0 0;
  width: 40px;
  height: 42px;
}
.newsletter-icon-after {
  position: relative;
  padding-right: 42px;
  min-height: 42px;
}
.newsletter-icon-after:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}
.newsletter-icon-after:before {
  background: url("/fileadmin/template/img/icons/pic_newsletter.png") no-repeat 0 0;
  width: 40px;
  height: 42px;
}
.tools-icon {
  background: url("/fileadmin/template/img/icons/pic_tools.png") no-repeat 0 0;
  width: 32px;
  height: 42px;
}
.tools-icon-after {
  position: relative;
  padding-right: 42px;
  min-height: 42px;
  min-height: 47px;
}
.tools-icon-after:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}
.tools-icon-after:before {
  background: url("/fileadmin/template/img/icons/pic_tools.png") no-repeat 0 0;
  width: 32px;
  height: 42px;
}
.map-icon {
  background: url("/fileadmin/template/img/icons/pic_standort.png") no-repeat 0 0;
  width: 42px;
  height: 38px;
}
.map-icon-after {
  position: relative;
  padding-right: 42px;
  min-height: 42px;
}
.map-icon-after:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}
.map-icon-after:before {
  background: url("/fileadmin/template/img/icons/pic_standort.png") no-repeat 0 0;
  width: 42px;
  height: 38px;
}
.interview-icon {
  background: url("/fileadmin/template/img/icons/icon_interviewserie.png") no-repeat 0 0;
  width: 50px;
  height: 40px;
}
.interview-icon-after {
  position: relative;
  padding-right: 42px;
  min-height: 42px;
  min-height: 50px;
}
.interview-icon-after:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}
.interview-icon-after:before {
  background: url("/fileadmin/template/img/icons/icon_interviewserie.png") no-repeat 0 0;
  width: 50px;
  height: 40px;
}
.treatment-icon {
  background: url("/fileadmin/template/img/icons/pic_behandlung.png") no-repeat 0 0;
  width: 42px;
  height: 38px;
}
.treatment-icon-after {
  position: relative;
  padding-right: 42px;
  min-height: 42px;
  min-height: 50px;
}
.treatment-icon-after:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}
.treatment-icon-after:before {
  background: url("/fileadmin/template/img/icons/pic_behandlung.png") no-repeat 0 0;
  width: 42px;
  height: 38px;
}
.stethoscope-icon {
  background: url("/fileadmin/template/img/icons/pic_stethoskop.png") no-repeat 0 0;
  width: 40px;
  height: 42px;
}
.stethoscope-icon-after {
  position: relative;
  padding-right: 42px;
  min-height: 42px;
  min-height: 50px;
}
.stethoscope-icon-after:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}
.stethoscope-icon-after:before {
  background: url("/fileadmin/template/img/icons/pic_stethoskop.png") no-repeat 0 0;
  width: 40px;
  height: 42px;
}
.info-icon-dark {
  background: url("/fileadmin/template/img/icons/pic_info_dunkel.png") no-repeat 0 0;
  width: 22px;
  height: 22px;
}
.info-icon-bright {
  background: url("/fileadmin/template/img/icons/pic_info_hell.png") no-repeat 0 0;
  width: 22px;
  height: 22px;
}
.haken-icon {
  background: url("/fileadmin/template/img/icons/pic_haken.png") no-repeat 0 0;
  width: 22px;
  height: 22px;
}
.info-button {
  position: relative;
  padding-left: 30px;
  min-height: 25px;
}
.info-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.info-button:before {
  background: url("/fileadmin/template/img/icons/pic_haken.png") no-repeat 0 0;
  width: 22px;
  height: 22px;
}
.readmore-after:after {
  display: block;
  content: "weiterlesen";
  color: #9bb5c0;
  background: url("/fileadmin/template/img/icons/arrow_right.png") no-repeat center left;
  padding-left: 12px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.readmore-after:hover:after {
  color: #232f4f;
}
.profile-after {
  padding-right: 50px;
}
.profile-after:after {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  content: "Profil";
  float: right;
  color: #9bb5c0;
  padding-left: 12px;
  background: url("/fileadmin/template/img/icons/arrow_right.png") no-repeat center left;
  margin-right: 10px;
}
.profile-after:hover:after {
  color: #232f4f;
}
.linked-card {
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.linked-card:hover {
  background: #f5f7f8;
}
.linked-card:hover .readmore-after:after {
  color: #232f4f;
}
.linked-card.highlighted {
  background: #e7e8e9;
}
@media only screen and (min-width: 768px) {
  #content_main h2:first-child {
    margin-top: 0;
  }
}
#content_main img[style*="float:left"],
#content_main img[style*="float: left"] {
  margin-right: 15px;
}
#content_main img[style*="float:right"],
#content_main img[style*="float: right"] {
  margin-top: 5px;
  margin-left: 15px;
}
@media only screen and (max-width: 1199px) {
  #content_main img[style*="float: right"],
  #content_main img[style*="float:right"],
  #content_main img[style*="float: left"],
  #content_main img[style*="float:left"] {
    float: none !important;
    clear: both;
    display: block;
    margin: 15px auto;
  }
}
@media only screen and (max-width: 479px) {
  #content_main .csc-textpic-text img[style*="float:left"],
  #content_main .csc-textpic-text img[style*="float: left"] {
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
body.mainContentRight {
  /*.headerBox {
    &amp; + div.row h1 {
      left:-240px;
    }
    &amp; + div.row h1 + p {
      left: -240px;
    }
  }*/
}
body.mainContentRight #content_left {
  margin-bottom: 10px;
}
body.mainContentRight #content_main {
  float: right;
}
/*
body.hideThePromoElement #content_promo {
  height:1px;
  overflow:hidden;
}*/
#breadcrumb {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  margin: 5px 0 30px;
}
#breadcrumb.replaced {
  margin-top: -22px;
}
@media only screen and (max-width: 767px) {
  .row &gt; .left {
    margin-bottom: 40px;
  }
}
/** AFFIX **/
.affix {
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10;
  position: fixed !important;
}
@media only screen and (min-width: 992px) {
  .affix {
    background-color: #ffffff;
  }
}
.affix.scrollspy {
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .affix-tablet.affix {
    top: 104px;
  }
}
@media only screen and (min-width: 992px) {
  .affix-laptop.affix {
    top: 115px;
  }
}
/** SITEMAP **/
.csc-sitemap &gt; ul {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .csc-sitemap &gt; ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}
.csc-sitemap &gt; ul &gt; li {
  list-style-type: none;
  margin: 10px 0;
}
.csc-sitemap &gt; ul &gt; li &gt; a {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin: 30px 0 15px;
  color: #232f4f;
}
@media only screen and (min-width: 992px) {
  .csc-sitemap &gt; ul &gt; li &gt; a {
    font-size: 24px;
    line-height: 26px;
  }
}
.csc-sitemap &gt; ul &gt; li &gt; a:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #9bb5c0;
  margin: 10px 0 0;
}
@media only screen and (min-width: 992px) {
  .csc-sitemap &gt; ul &gt; li &gt; a:after {
    margin-bottom: 15px;
  }
}
.csc-sitemap &gt; ul &gt; li &gt; ul {
  padding: 0;
}
.csc-sitemap &gt; ul &gt; li &gt; ul &gt; li {
  list-style-type: none;
  margin: 10px 0 30px;
}
.csc-sitemap &gt; ul &gt; li &gt; ul &gt; li &gt; a {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 35px 0 10px;
  /*30px 0 10px;*/
  color: #232f4f;
}
@media only screen and (min-width: 992px) {
  .csc-sitemap &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    font-size: 14px;
    line-height: 21px;
  }
}
.csc-sitemap &gt; ul &gt; li &gt; ul &gt; li &gt; a:after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background: #9bb5c0;
  margin: 10px 0 0;
}
.csc-sitemap &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {
  list-style-type: circle;
  margin: 10px 0;
}
.csc-sitemap &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 10px;
  color: #232f4f;
}
/** FACHBEREICH LISTE **/
/** TODO ** Change Container **/
.imgWithHead {
  border-bottom: 1px solid #cddae0;
  padding: 20px 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.imgWithHead:hover {
  background: #f5f7f8;
  cursor: pointer;
}
.imgWithHead h3 {
  margin-top: 0;
}
.imgWithHead img {
  max-width: 100%;
}
.imgWithHead a {
  color: #232f4f;
}
.imgWithHead .copy:after {
  display: block;
  content: "weiterlesen";
  color: #9bb5c0;
  background: url("/fileadmin/template/img/icons/arrow_right.png") no-repeat center left;
  padding-left: 12px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.imgWithHead .copy:hover:after {
  color: #232f4f;
}
.divider + .imgWithHead {
  margin-top: -20px;
}
/** FILTER / SELECT **/
.select-wrapper {
  background-color: #232f4f;
  position: relative;
  height: 40px;
  width: 100%;
  margin: 0 0 15px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.select-wrapper:hover {
  background-color: #5f7287;
}
.select-wrapper:before {
  content: "";
  position: absolute;
  top: 11px;
  right: 15px;
  width: 18px;
  height: 15px;
  background-image: url("/fileadmin/template/img/icons/arrow_down_bright.png");
  background-position: right;
  background-repeat: no-repeat;
  display: block;
}
.select-wrapper select {
  /* remove styles */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
}
.select-wrapper select {
  width: 100%;
  background: transparent;
  padding: 4px 15px;
  color: #ffffff;
  line-height: 28px;
  position: absolute;
  left: 0;
  top: 0;
}
.select-wrapper select option {
  background: #9bb5c0;
  border-top: 1px solid #cddae0;
  padding: 2px 15px;
}
.select-wrapper select:hover {
  cursor: pointer;
}
.select-wrapper select::-ms-expand {
  display: none;
}
.select-wrapper .lt-ie10 select {
  background-image: none;
}
.select-wrapper.light {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #9bb5c0;
  height: 32px;
}
.select-wrapper.light select {
  color: #333333;
  padding: 2px 15px 6px 5px;
}
.select-wrapper.light:before {
  background: #9bb5c0 url("/fileadmin/template/img/icons/arrow_down.png") center center no-repeat;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: 30px;
}
.share-buttons {
  margin-top: 40px;
}
.tx-contentrating-pi1 {
  max-width: 100% !important;
  margin: 40px 0 15px;
  padding: 20px;
  background: #e0e8eb;
  border-top: 1px solid #9bb5c0;
}
.tx-contentrating-pi1 &gt; div &gt; strong {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 35px 0 10px;
  /*30px 0 10px;*/
  display: block;
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .tx-contentrating-pi1 &gt; div &gt; strong {
    font-size: 14px;
    line-height: 21px;
  }
}
.tx-contentrating-pi1 &gt; div &gt; strong:after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background: #9bb5c0;
  margin: 10px 0 0;
}
.tx-contentrating-pi1 &gt; div &gt; div {
  max-width: 128px;
}
.showResultsWrap {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  margin: 15px 0 5px;
}
.browseLinksWrap {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  margin: 5px 0 15px;
}
.browseLinksWrap span,
.browseLinksWrap a {
  display: inline-block;
  padding: 5px 8px;
}
.browseLinksWrap span {
  background: #e0e8eb;
  color: #9bb5c0;
}
.browseLinksWrap a {
  background: #9bb5c0;
  color: #ffffff;
}
.browseLinksWrap a:hover {
  background: #cddae0;
}
.browseLinksWrap .activeLinkWrap {
  font-weight: bold;
}
.tab-pane .browseLinksWrap span {
  background: #f5f7f8;
}
.home-docs-list {
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .home-docs-list {
    /*display: none;*/
  }
  .home-docs-list .arrow-right {
    float: none;
    background-color: #cddae0;
    font-weight: bold;
    display: block;
    text-align: left;
    padding: 10px;
    background-image: none;
    position: relative;
  }
  .home-docs-list .arrow-right:after {
    content: " ";
    width: 8px;
    bottom: 8px;
    background: url("/fileadmin/template/img/icons/arrow_right.png") no-repeat center center;
    position: absolute;
    right: 10px;
    top: 8px;
  }
  .home-docs-list &gt; .doc-cards,
  .home-docs-list &gt; .tabbed-cards-ctr {
    display: none;
  }
}
.home-base-topics &gt; div.linked-card {
  position: relative;
  margin: 0 0 15px;
}
.home-base-topics &gt; div.linked-card .h1 {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 15px;
  bottom: 0;
  right: 15px;
  margin: 0;
  height: 90px;
  padding: 10px 20px 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.home-base-topics &gt; div.linked-card a {
  background-image: url("/fileadmin/template/img/icons/arrow_right.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
  position: absolute;
  bottom: 5px;
  right: 25px;
  color: #232f4f;
  font-weight: bold;
}
@media only screen and (min-width: 480px) {
  .home-base-topics &gt; div.linked-card a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .home-base-topics &gt; div.linked-card a {
    font-size: 14px;
  }
}
.home-base-topics &gt; div.linked-card:hover {
  background: transparent;
}
.home-base-topics &gt; div.linked-card:hover .h1 {
  background-color: #ffffff;
}
.article-nav .prev,
.article-nav .next {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}
.article-nav .prev {
  background-image: url("/fileadmin/template/img/icons/arrow_left.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
}
@media only screen and (min-width: 480px) {
  .article-nav .prev {
    float: left;
  }
}
.article-nav .next {
  background-image: url("/fileadmin/template/img/icons/arrow_right.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
  text-align: right;
}
@media only screen and (min-width: 480px) {
  .article-nav .next {
    float: right;
  }
}
#btn-17492 {
  /* home nach experte suchen */
}
@media only screen and (min-width: 992px) {
  #btn-17492 {
    margin-top: -35px;
  }
}
#categoryOverviewTempFilter + div {
  margin-top: -90px;
}
#categoryOverviewTempFilter + div .select-wrapper {
  display: none;
}
#categoryOverviewTempFilter + div .row .h2 {
  margin-top: 0;
}
#categoryOverviewTempFilter + div div + .row .h2 {
  margin-top: 40px;
}
.d-inline {
  display: inline;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.btn-dark {
  background: #232f4f;
  color: #fff;
}
.btn-dark:hover {
  background: #232f4f;
  color: #e0e8eb;
}
.btn-dark:after {
  display: none;
}
.pos-fixed {
  position: fixed;
}
.pos-t-0 {
  top: 0;
}
.pos-b-0 {
  bottom: 0;
}
.pos-l-0 {
  left: 0;
}
.pos-r-0 {
  right: 0;
}
.w-half {
  width: 50%;
}
.w-third {
  width: 33.33%;
}
.w-quarter {
  width: 25%;
}
.w-fifth {
  width: 20%;
}
.contenttable-1,
.contenttable-2 {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.contenttable-1 thead,
.contenttable-2 thead {
  background: #9bb5c0;
  color: #000000;
}
.contenttable-1 thead th,
.contenttable-2 thead th {
  padding: 7px 0 5px 33px;
}
.contenttable-1 thead th:first-child,
.contenttable-2 thead th:first-child {
  background: transparent url("/fileadmin/template/img/icons/pic_info_hell.png") no-repeat 6px center;
}
.contenttable-1 tbody tr td,
.contenttable-2 tbody tr td {
  background: #e0e8eb;
  border-bottom: 2px solid #ffffff;
  color: #000000;
  padding: 5px 15px;
  vertical-align: top;
}
.contenttable-1 tbody tr td:first-child,
.contenttable-2 tbody tr td:first-child {
  background: #cddae0;
}
.contenttable-1 tbody tr td.csc-form-element-submit,
.contenttable-2 tbody tr td.csc-form-element-submit {
  background: transparent;
}
/* SCheiss RTE FUCK SHIT. Egal - container drum herum mit der Klasse geht jetzt auch. */
table.table-info-hook,
div.table-info-hook &gt; table,
table.table-info-dot,
div.table-info-dot &gt; table,
table.table-info-numbers,
div.table-info-numbers &gt; table {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 15px;
}
table.table-info-hook thead,
div.table-info-hook &gt; table thead,
table.table-info-dot thead,
div.table-info-dot &gt; table thead,
table.table-info-numbers thead,
div.table-info-numbers &gt; table thead {
  background: #9bb5c0;
  color: #000000;
}
table.table-info-hook thead th,
div.table-info-hook &gt; table thead th,
table.table-info-dot thead th,
div.table-info-dot &gt; table thead th,
table.table-info-numbers thead th,
div.table-info-numbers &gt; table thead th {
  padding: 7px 0 5px 33px;
}
@media only screen and (max-width: 767px) {
  table.table-info-hook thead th,
  div.table-info-hook &gt; table thead th,
  table.table-info-dot thead th,
  div.table-info-dot &gt; table thead th,
  table.table-info-numbers thead th,
  div.table-info-numbers &gt; table thead th {
    display: block;
  }
}
table.table-info-hook thead th:first-child,
div.table-info-hook &gt; table thead th:first-child,
table.table-info-dot thead th:first-child,
div.table-info-dot &gt; table thead th:first-child,
table.table-info-numbers thead th:first-child,
div.table-info-numbers &gt; table thead th:first-child {
  background: transparent url("/fileadmin/template/img/icons/pic_info_hell.png") no-repeat 6px center;
}
table.table-info-hook tbody tr td,
div.table-info-hook &gt; table tbody tr td,
table.table-info-dot tbody tr td,
div.table-info-dot &gt; table tbody tr td,
table.table-info-numbers tbody tr td,
div.table-info-numbers &gt; table tbody tr td {
  color: #000000;
  padding: 5px 15px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  table.table-info-hook tbody tr td,
  div.table-info-hook &gt; table tbody tr td,
  table.table-info-dot tbody tr td,
  div.table-info-dot &gt; table tbody tr td,
  table.table-info-numbers tbody tr td,
  div.table-info-numbers &gt; table tbody tr td {
    display: block;
  }
}
table.table-info-hook tbody tr td,
div.table-info-hook &gt; table tbody tr td {
  border-bottom: 1px solid #9bb5c0;
  vertical-align: middle;
  width: 50%;
}
table.table-info-hook tbody tr td:before,
div.table-info-hook &gt; table tbody tr td:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/fileadmin/template/img/icons/check.png") center center;
  position: relative;
  margin-right: 10px;
  display: inline-block;
}
table.table-info-dot tbody tr td,
div.table-info-dot &gt; table tbody tr td {
  border-bottom: 1px solid #9bb5c0;
  width: 50%;
}
table.table-info-dot tbody tr td:before,
div.table-info-dot &gt; table tbody tr td:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/fileadmin/template/img/icons/table_dot.png") center center;
  position: relative;
  margin-right: 10px;
  display: inline-block;
}
table.table-info-numbers tbody tr td,
div.table-info-numbers &gt; table tbody tr td {
  width: 50%;
  position: relative;
  border-top: 15px solid #ffffff;
  padding-left: 25px;
}
table.table-info-numbers tbody tr td:before,
div.table-info-numbers &gt; table tbody tr td:before {
  font-size: 14px;
  line-height: 21px;
  color: #232f4f;
  content: '';
  background: #9bb5c0;
  color: #ffffff;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 100%;
  text-align: center;
  font-weight: bold;
}
table.table-info-numbers tbody tr:nth-child(1) td:nth-child(1):before,
div.table-info-numbers &gt; table tbody tr:nth-child(1) td:nth-child(1):before {
  content: '1';
}
table.table-info-numbers tbody tr:nth-child(1) td:nth-child(2):before,
div.table-info-numbers &gt; table tbody tr:nth-child(1) td:nth-child(2):before {
  content: '2';
}
table.table-info-numbers tbody tr:nth-child(2) td:nth-child(1):before,
div.table-info-numbers &gt; table tbody tr:nth-child(2) td:nth-child(1):before {
  content: '3';
}
table.table-info-numbers tbody tr:nth-child(2) td:nth-child(2):before,
div.table-info-numbers &gt; table tbody tr:nth-child(2) td:nth-child(2):before {
  content: '4';
}
table.table-info-numbers tbody tr:nth-child(3) td:nth-child(1):before,
div.table-info-numbers &gt; table tbody tr:nth-child(3) td:nth-child(1):before {
  content: '5';
}
table.table-info-numbers tbody tr:nth-child(3) td:nth-child(2):before,
div.table-info-numbers &gt; table tbody tr:nth-child(3) td:nth-child(2):before {
  content: '6';
}
table.table-info-numbers tbody tr:nth-child(4) td:nth-child(1):before,
div.table-info-numbers &gt; table tbody tr:nth-child(4) td:nth-child(1):before {
  content: '7';
}
table.table-info-numbers tbody tr:nth-child(4) td:nth-child(2):before,
div.table-info-numbers &gt; table tbody tr:nth-child(4) td:nth-child(2):before {
  content: '8';
}
table.table-info-numbers tbody tr:nth-child(5) td:nth-child(1):before,
div.table-info-numbers &gt; table tbody tr:nth-child(5) td:nth-child(1):before {
  content: '9';
}
table.table-info-numbers tbody tr:nth-child(5) td:nth-child(2):before,
div.table-info-numbers &gt; table tbody tr:nth-child(5) td:nth-child(2):before {
  content: '10';
}
.modal .modal-header {
  padding: 15px 25px;
}
.modal .modal-header .modal-title,
.modal .modal-header .modal-title.h4 {
  margin: 0;
}
.modal .modal-body {
  padding: 15px 25px;
}
#searchModal {
  position: absolute;
  bottom: auto;
  height: 98%;
  right: auto;
  width: 100%;
}
#contactPopupButton {
  cursor: pointer;
  z-index: 99;
  position: fixed;
  bottom: 10px;
  right: 70px;
  width: 50px;
  height: 50px;
  background: url("/fileadmin/template/img/icons/contact.jpg") no-repeat;
  margin-bottom: 1px;
}
#contactModal .h3:first-child {
  margin-top: 0;
}
/** HEADER **/
.navbar-form {
  margin: 15px 0;
  padding: 0 5px;
}
.navbar-form .form-control {
  width: 220px;
  background: #d3d5db;
  color: #ffffff;
  border-radius: 0;
  border: none;
  padding: 4px 10px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #9bb5c0;
  color: #808080;
  width: 357px;
}
.navbar-form .btn {
  width: 36px;
  height: 30px;
  background: url("/fileadmin/template/img/icons/lupe.png") no-repeat center center;
  text-indent: -100px;
  overflow: hidden;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #9bb5c0 url("/fileadmin/template/img/icons/lupe.png") no-repeat center center;
  border: none;
  margin-left: -4px;
}
.navbar-form .btn:after {
  display: none;
}
#im_header {
  background: #ffffff;
  border: none;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #im_header {
    position: static;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0 !important;
    margin-top: 50px;
    margin-bottom: 0;
  }
}
#im_header .navbar-toggle {
  position: fixed;
  top: 0;
  right: 50px;
  width: 40px;
  overflow: hidden;
  z-index: 999;
  background-color: #cddae0;
  border: 10px solid #fff;
  border-radius: 0;
  margin: 0;
  padding: 5px 8px 5px 32px;
  text-transform: uppercase;
  color: #232f4f;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
#im_header .navbar-toggle:after {
  content: "";
  background-image: url("/fileadmin/template/img/icons/arrow_left.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  width: 40px;
  height: 40px;
  background-color: #cddae0;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#im_header .navbar-toggle span {
  display: none;
}
#im_header .search-toggle {
  background: #cddae0 url("/fileadmin/template/img/icons/lupe.png") no-repeat center center;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  border: 10px solid #ffffff;
  cursor: pointer;
  display: none;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  #im_header .search-toggle {
    display: block;
  }
}
#im_header .navbar-brand {
  height: auto;
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  #im_header .navbar-brand {
    padding-left: 10px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  #im_header .navbar-brand {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #im_header .navbar-brand &gt; img {
    max-width: 75%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #im_header .navbar-form {
    display: none;
  }
}
#im_header .socials {
  padding: 18px 50px 0 0;
}
@media only screen and (max-width: 767px) {
  #im_header .socials {
    display: none;
  }
}
#im_header .socials li {
  padding: 0 5px;
}
#im_header .socials li + li {
  border-left: 1px solid #d3d5db;
}
#im_header #fb-wrapper {
  position: absolute;
  right: 30px;
  top: 70px;
}
@media only screen and (max-width: 767px) {
  #im_header #fb-wrapper {
    top: 32px;
    right: 15px;
  }
}
@media screen and (max-width: 380px) {
  #im_header #fb-wrapper {
    top: 60px;
  }
}
#searchModal .navbar-form {
  margin-right: 40px;
  position: relative;
}
#searchModal .navbar-form .form-group {
  margin-bottom: 0;
  vertical-align: middle;
}
#searchModal .navbar-form .form-group .form-control {
  width: 100%;
  height: 36px;
  background: #ffffff;
  color: #232f4f;
  border: 1px solid #9bb5c0;
}
#searchModal .navbar-form .btn {
  height: 36px;
  background-color: #9bb5c0;
  position: absolute;
  right: -40px;
  top: 0;
}
body[data-menu-position="closed"] #im_header .navbar-toggle {
  left: 0;
  width: auto;
  padding-left: 40px;
}
body[data-menu-position="closed"] #im_header .navbar-toggle:after {
  background-image: url("/fileadmin/template/img/icons/arrow_right.png");
}
#navbar {
  width: 100%;
  background: #232f4f;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 21;
}
@media only screen and (max-width: 767px) {
  #navbar.navbar-collapse.collapse {
    display: none !important;
  }
  #navbar .navbar-nav &gt; li,
  #navbar .navbar-nav {
    float: left !important;
  }
  #navbar .navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
  }
  #navbar .navbar-right {
    float: right !important;
  }
}
#navbar &gt; ul {
  display: inline-block;
  float: none;
  margin: 0 0 -5px;
}
#navbar &gt; ul &gt; li &gt; a {
  color: #ffffff;
  position: relative;
  padding: 8px 6px;
  text-transform: uppercase;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media only screen and (min-width: 768px) {
  #navbar &gt; ul &gt; li &gt; a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  #navbar &gt; ul &gt; li &gt; a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  #navbar &gt; ul &gt; li &gt; a {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media only screen and (min-width: 1440px) {
  #navbar &gt; ul &gt; li &gt; a {
    padding-left: 36px;
    padding-right: 36px;
  }
}
#navbar &gt; ul &gt; li + li:before {
  width: 1px;
  height: 20px;
  background: #9197a7;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}
#navbar &gt; ul &gt; li.open &gt; a {
  background-color: transparent;
}
#navbar &gt; ul &gt; li.active &gt; a {
  background: #232f4f;
  font-weight: bold;
}
#navbar &gt; ul &gt; li ul {
  font-size: 14px;
  line-height: 21px;
  color: #232f4f;
  border-radius: 0;
  padding: 0;
  display: none;
}
#navbar &gt; ul &gt; li &gt; ul {
  min-width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
#navbar &gt; ul &gt; li &gt; ul &gt; li {
  position: relative;
}
#navbar &gt; ul &gt; li &gt; ul &gt; li:before {
  display: none;
}
#navbar &gt; ul &gt; li &gt; ul &gt; li a {
  color: #9bb5c0;
  border-bottom: 1px solid #d3d5db;
  padding-top: 8px;
  padding-bottom: 8px;
}
#navbar &gt; ul &gt; li &gt; ul &gt; li a:hover {
  background: #cddae0;
}
#navbar &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
  top: -2px;
  left: 100%;
}
@media only screen and (min-width: 992px) {
  #navbar &gt; ul &gt; li &gt; ul &gt; li:hover &gt; ul {
    display: block;
  }
}
#navbar &gt; ul &gt; li &gt; ul &gt; li.divider {
  margin: 2px 0;
}
#navbar &gt; ul &gt; li &gt; ul &gt; li.active &gt; a {
  background: #232f4f;
  color: #ffffff;
}
#navbar &gt; ul &gt; li &gt; ul &gt; li.active &gt; a:hover {
  background: #cddae0;
}
#navbar &gt; ul &gt; li:hover a {
  color: #9bb5c0;
}
#navbar &gt; ul &gt; li:hover + li:before {
  display: none;
}
#navbar &gt; ul &gt; li:hover &gt; ul {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#navbar &gt; ul &gt; li:hover &gt; ul &gt; li a {
  color: #9bb5c0;
}
#navbar &gt; ul &gt; li:hover &gt; ul &gt; li.active &gt; a {
  background: #232f4f;
  color: #ffffff;
}
#navbar &gt; ul &gt; li:hover &gt; ul &gt; li.active &gt; a:hover {
  background: #cddae0;
}
#jPanelMenu-menu {
  position: absolute !important;
}
@media only screen and (min-width: 768px) {
  #jPanelMenu-menu.navbar-collapse.collapse {
    display: none !important;
  }
}
#jPanelMenu-menu &gt; ul &gt; li.divider-vertical {
  border-bottom: 1px solid #d3d5db;
}
#jPanelMenu-menu &gt; ul &gt; li a {
  color: #232f4f;
}
#jPanelMenu-menu &gt; ul &gt; li &gt; ul &gt; li {
  padding: 0 15px;
}
#jPanelMenu-menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
  list-style-type: none;
  padding: 5px 0 20px;
}
#jPanelMenu-menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {
  border-bottom: 1px solid #e7e8e9;
}
#jPanelMenu-menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
  padding: 4px 0;
  display: block;
}
body #navbar #menu_sub_339 &gt; ul {
  top: -341px;
}
body #navbar #menu_sub_331 &gt; ul {
  top: -130px;
}
body.enoughSpaceForMainNav #navbar &gt; ul &gt; li &gt; ul &gt; li a {
  padding-top: 6px;
  padding-bottom: 6px;
}
body.enoughSpaceForMainNav #navbar #menu_sub_339 &gt; ul {
  top: -469px;
}
body.enoughSpaceForMainNav #navbar #menu_sub_331 &gt; ul {
  top: -178px;
}
/* MEGA MENU */
.megamenu-container {
  display: none;
  /*
	position:absolute;
	background:@white;
    */
  /*height: 500px;*/
  /*
	left:0;
	top:36px;
    width:100%;
    */
  /*
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    max-height: 0;
    transition: max-height 0.25s linear;

    border-radius: 0;
    box-shadow:0 5px 15px 1px @black;
	*/
}
@media only screen and (min-width: 992px) {
  .megamenu-container {
    /*display:block;*/
  }
}
.megamenu-container .megamenu {
  /*display:none;
		overflow:hidden;
		overflow-y:scroll;
		&amp;.active {
			display:block;
		}
        */
  background-color: #ffffff;
  overflow: auto;
  position: absolute;
  display: block;
  top: 36px;
  left: 0;
  right: 0;
  /*opacity: 0;
        transition: opacity 0.25s linear;*/
  box-shadow: 0 5px 15px 1px #000000;
  padding-right: 0;
}
.megamenu-container .megamenu .menuCol {
  padding-right: 20px;
  /*width:1140px;*/
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  .megamenu-container .megamenu .menuCol {
    font-size: 14px;
    line-height: 21px;
    color: #232f4f;
  }
}
.megamenu-container .megamenu .menuCol &gt; div {
  display: table;
  width: 100%;
}
.megamenu-container .megamenu .menuCol &gt; div &gt; div {
  display: table-cell;
  position: relative;
  padding-bottom: 60px;
}
.megamenu-container .megamenu .menuCol &gt; div &gt; div .h3 {
  min-height: 40px;
  position: relative;
}
.megamenu-container .megamenu .menuCol &gt; div &gt; div .h3:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  background: url("/fileadmin/template/img/icons/icons_menu.png") 0 0 no-repeat;
  width: 33px;
  height: 30px;
}
.megamenu-container .megamenu .menuCol &gt; div &gt; div .h3.specialities:before {
  left: 120px;
  background-position: 0 0;
}
.megamenu-container .megamenu .menuCol &gt; div &gt; div .h3.treatments:before {
  width: 35px;
  left: 140px;
  background-position: -33px 0;
}
.megamenu-container .megamenu .menuCol &gt; div &gt; div .h3.diseases:before {
  left: 120px;
  background-position: -70px 0;
}
.megamenu-container .megamenu .menuCol &gt; div &gt; div ul {
  padding: 0;
  margin: 0;
}
.megamenu-container .megamenu .menuCol &gt; div &gt; div ul li {
  list-style-type: none;
}
.megamenu-container .megamenu .menuCol &gt; div &gt; div ul li a {
  color: #9bb5c0;
  display: block;
  border-bottom: 1px solid #e7e8e9;
  padding: 2px 7px;
}
.megamenu-container .megamenu .menuCol &gt; div &gt; div ul li a:hover {
  background: #232f4f;
  color: #ffffff;
}
.megamenu-container .megamenu .menuCol &gt; div &gt; div .more-link {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 10px;
  text-transform: none;
  position: absolute;
  bottom: 0;
}
.megamenu-container .megamenu .menuCol &gt; div &gt; div .more-link a {
  background: url("/fileadmin/template/img/icons/arrow_right.png") no-repeat center left;
  padding-left: 15px;
}
.megamenu-container .megamenu .menuCol &gt; div &gt; div.col-first {
  width: 30%;
}
@media only screen and (min-width: 992px) {
  .megamenu-container .megamenu .menuCol &gt; div &gt; div.col-first {
    width: 18%;
  }
}
.megamenu-container .megamenu .menuCol &gt; div &gt; div.col-second,
.megamenu-container .megamenu .menuCol &gt; div &gt; div.col-third {
  width: 35%;
  padding-left: 5%;
}
@media only screen and (min-width: 992px) {
  .megamenu-container .megamenu .menuCol &gt; div &gt; div.col-second,
  .megamenu-container .megamenu .menuCol &gt; div &gt; div.col-third {
    width: 41%;
  }
}
.megamenu-container .megamenu .menuCol &gt; div &gt; div.col-second:before,
.megamenu-container .megamenu .menuCol &gt; div &gt; div.col-third:before {
  content: "";
  height: auto;
  border-left: 1px solid #9bb5c0;
  display: block;
  position: absolute;
  left: 27px;
  top: 80px;
  bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .megamenu-container .megamenu .menuCol &gt; div &gt; div.col-second ul,
  .megamenu-container .megamenu .menuCol &gt; div &gt; div.col-third ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.megamenu-container .megamenu .menuCol &gt; div &gt; div.col-second .more-link,
.megamenu-container .megamenu .menuCol &gt; div &gt; div.col-third .more-link {
  left: 50px;
}
.megamenu-container .megamenu .menuCol &gt; div:after {
  content: "";
  display: block;
  clear: both;
}
.megamenu-container .megamenu.menu-aes .menuCol &gt; div &gt; div.col-third ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.megamenu-container:hover,
.megamenu-container.active {
  display: block;
  /*.megamenu {
            opacity: 1;
        }*/
}
.megamenu-container .h3.themedpage::before {
  background-image: none !important;
  display: none !important;
}
.megamenu-container .h3.themedpage + ul &gt; li.main {
  display: block;
  background: transparent url("/fileadmin/user_upload/Themenseite/Brust-OP/brust-op_teaser.jpg") 0 0 no-repeat;
  background-size: 204px 140.5px;
  height: 140.5px;
  position: relative;
}
.megamenu-container .h3.themedpage + ul &gt; li.main a {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border-bottom-width: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  cursor: pointer;
  color: #232f4f;
}
.megamenu-container .h3.themedpage + ul &gt; li.main a p {
  margin: 0;
  padding: 0;
}
.megamenu-container .h3.themedpage + ul &gt; li.main a p.pull-right {
  color: #9bb5c0;
  background: transparent url("/fileadmin/template/img/icons/arrow_right.png") no-repeat center left;
  padding-left: 15px;
}
.megamenu-container .h3.themedpage + ul &gt; li.main a p.h3 {
  min-height: 20px;
}
.megamenu-container .h3.themedpage + ul &gt; li.main a p.h3::after {
  display: none;
}
.megamenu-container .h3.themedpage + ul &gt; li.main a:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #232f4f;
}
.megamenu-container .h3.themedpage + ul &gt; li.main .h3::before {
  background-image: none;
  display: none !important;
}
#jPanelMenu-menu p.h3.themedpage + ul &gt; li.main {
  display: block;
  background: transparent url("/fileadmin/user_upload/Themenseite/Brust-OP/brust-op_teaser.jpg") 0 0 no-repeat;
  background-size: 204px 140.5px;
  height: 140.5px;
  position: relative;
}
#jPanelMenu-menu p.h3.themedpage + ul &gt; li.main &gt; a &gt; p.h3 {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border-bottom-width: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
}
.footer-buttons {
  padding: 10px;
  z-index: 1;
}
.footer-buttons .btn {
  height: 48px;
  text-align: center;
}
.footer-buttons .btn + .btn {
  border-left: 1px solid #fff;
}
.footer-buttons .icon {
  width: 18px;
  height: 18px;
  background-size: auto 18px;
  display: block;
  margin: 0 auto;
}
.footer-buttons .doc-icon {
  height: 22px;
  background-size: auto 22px;
}
@media (min-width: 768px) {
  .footer-buttons {
    display: none;
  }
}
#uparrow {
  display: none;
  width: 50px;
  height: 50px;
  background: url("/fileadmin/template/img/uparrow.png") top left no-repeat;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9;
}
.footer-buttons + #uparrow {
  bottom: 65px;
}
#im_footer {
  background: #232f4f;
  color: #ffffff;
  margin: 80px 0 0;
  padding: 15px 0 40px;
}
#im_footer a {
  color: #cddae0;
  display: inline;
  margin: 0;
  padding: 0;
}
#im_footer a:hover {
  background: transparent;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #im_footer .container .pull-right {
    float: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #im_footer .container .pull-right li {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  #im_footer .container .pull-right li {
    margin: 0 10px;
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #im_footer .container .pull-right li a {
    display: block;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #5f7287;
  }
}
#im_footer .container .navbar-text {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #im_footer .container .navbar-text {
    margin: 15px;
  }
}
#im_footer .container .fl_container {
  position: relative;
}
#im_footer .container .fl_container .footer_links {
  display: block;
  position: static;
}
#im_footer .container .fl_container .footer_links &gt; span {
  display: block;
  background-color: #ffffff;
  color: #000000;
  padding: 0 10px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
}
#im_footer .container .fl_container .footer_links &gt; span a {
  color: #232f4f;
  display: block;
}
#im_footer .container .fl_container .footer_links &gt; div {
  background: #ffffff;
  color: #232f4f;
}
#im_footer .container .fl_container .footer_links &gt; div a {
  color: #9bb5c0;
}
#im_footer .container .fl_container .footer_links &gt; div a:hover {
  color: #232f4f;
}
#im_footer .container .fl_container .footer_links &gt; div ul {
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #im_footer .container .fl_container .footer_links &gt; span {
    padding: 5px 10px;
    margin: 5px 0;
    height: 40px;
  }
  #im_footer .container .fl_container .footer_links &gt; div {
    padding: 15px;
  }
  #im_footer .container .fl_container .footer_links &gt; div a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #9bb5c0;
  }
  #im_footer .container .fl_container .footer_links &gt; div b {
    display: block;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  #im_footer .container .fl_container .footer_links &gt; i {
    width: 42px;
    height: 42px;
    background: url("/fileadmin/template/img/icons/footer_icons.png") no-repeat;
    display: block;
    margin: 15px auto;
  }
  #im_footer .container .fl_container .footer_links &gt; i.doc {
    background-position: 0 0;
  }
  #im_footer .container .fl_container .footer_links &gt; i.treatment {
    background-position: -84px 0;
  }
  #im_footer .container .fl_container .footer_links &gt; i.topics {
    background-position: -42px 0;
  }
  #im_footer .container .fl_container .footer_links &gt; span {
    background-image: url("/fileadmin/template/img/icons/arrow_right_bright.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    font-size: 12px;
  }
  #im_footer .container .fl_container .footer_links &gt; span:hover {
    /*background-position:right -45px;*/
    background-image: url("/fileadmin/template/img/icons/arrow_right.png");
  }
  #im_footer .container .fl_container .footer_links &gt; span:hover + div {
    display: block;
  }
  #im_footer .container .fl_container .footer_links &gt; div {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 999;
    box-shadow: 0 0 2px 1px #808080;
    padding: 20px 40px;
  }
  #im_footer .container .fl_container .footer_links &gt; div.narrow {
    width: 31%;
    left: auto;
  }
  #im_footer .container .fl_container .footer_links &gt; div.narrow ul {
    width: 100%;
  }
  #im_footer .container .fl_container .footer_links &gt; div:hover {
    display: block;
  }
  #im_footer .container .fl_container .footer_links &gt; div:after {
    clear: both;
  }
  #im_footer .container .fl_container .footer_links &gt; div a {
    color: #232f4f;
  }
  #im_footer .container .fl_container .footer_links &gt; div a:hover {
    color: #9bb5c0;
  }
  #im_footer .container .fl_container .footer_links &gt; div ul {
    width: 50%;
    float: left;
  }
  #im_footer .container .fl_container .footer_links &gt; div ul li {
    line-height: 1.6;
  }
  #im_footer .container .fl_container .footer_links &gt; div ul li b,
  #im_footer .container .fl_container .footer_links &gt; div ul li strong {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 35px 0 10px;
    /*30px 0 10px;*/
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }
  #im_footer .container .fl_container .footer_links &gt; div ul li b:after,
  #im_footer .container .fl_container .footer_links &gt; div ul li strong:after {
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background: #9bb5c0;
    margin: 10px 0 0;
  }
  #im_footer .container .fl_container .footer_links &gt; div ul li + li b,
  #im_footer .container .fl_container .footer_links &gt; div ul li + li strong {
    margin-top: 20px;
  }
  #im_footer .container .fl_container .footer_links &gt; div ul li a {
    background-image: url("/fileadmin/template/img/icons/arrow_right.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and only screen and (min-width: 992px) {
  #im_footer .container .fl_container .footer_links &gt; span {
    width: 80%;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and only screen and (min-width: 992px) {
  #im_footer .container .fl_container .footer_links &gt; div ul li b,
  #im_footer .container .fl_container .footer_links &gt; div ul li strong {
    font-size: 14px;
    line-height: 21px;
  }
}
.footer-modal a {
  color: #232f4f;
}
.footer-modal a:hover {
  color: #9bb5c0;
}
.footer-modal ul {
  list-style-type: none;
  padding: 0;
}
.footer-modal ul li {
  line-height: 1.6;
}
.footer-modal ul li .h3 {
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
}
.footer-modal ul li + li .h3 {
  margin-top: 20px;
}
.footer-modal ul li a {
  background-image: url("/fileadmin/template/img/icons/arrow_right.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  margin-left: 10px;
}
label em,
legend em {
  display: inline;
  margin-left: 5px;
}
.label-error {
  color: #cc0000;
  font-size: 85%;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
}
div.csc-mailform .csc-form-element-hidden,
form.csc-mailform .csc-form-element-hidden {
  display: none;
}
div.csc-mailform ol,
form.csc-mailform ol {
  list-style-type: none;
}
div.csc-mailform ol li,
form.csc-mailform ol li {
  margin: 5px 0;
}
div.csc-mailform fieldset ol,
form.csc-mailform fieldset ol {
  margin: 0;
  padding: 0;
}
div.csc-mailform input,
form.csc-mailform input,
div.csc-mailform textarea,
form.csc-mailform textarea {
  border: 1px solid #9bb5c0;
  padding: 4px 8px;
  box-sizing: border-box;
}
div.csc-mailform label em,
form.csc-mailform label em,
div.csc-mailform legend em,
form.csc-mailform legend em {
  color: #232f4f;
}
div.csc-mailform .contenttable-1 tr td,
form.csc-mailform .contenttable-1 tr td {
  line-height: 28px;
}
div.csc-mailform .contenttable-1 tr td input,
form.csc-mailform .contenttable-1 tr td input {
  line-height: 20px;
}
div.csc-mailform .csc-form-element-submit input,
form.csc-mailform .csc-form-element-submit input {
  background-image: url("/fileadmin/template/img/icons/arrow_right.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
  padding-left: 24px;
  padding-right: 12px;
  background-color: #e0e8eb;
  color: #232f4f;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #9bb5c0;
  background-position: 11px center;
  border: none;
  color: #ffffff;
  width: auto;
  float: right;
  padding: 5px 10px 5px 24px;
}
div.csc-mailform .csc-form-element-submit input:hover,
form.csc-mailform .csc-form-element-submit input:hover {
  background-color: #cddae0;
}
div.csc-mailform td.csc-form-element-submit,
form.csc-mailform td.csc-form-element-submit {
  padding-right: 0;
  background: transparent;
}
.csc-mailform-box.blue .csc-mailform ol li {
  margin: 2px 0;
  background-color: #e0e8eb;
  padding: 5px 15px;
}
.csc-mailform-box.blue .csc-mailform ol li.csc-form-element-submit {
  background: transparent;
  padding: 0;
}
.csc-mailform-box.blue .csc-mailform ol li label {
  font-weight: normal;
}
.csc-mailform-box.blue .csc-mailform ol li textarea {
  max-width: 100%;
}
.right .csc-mailform {
  background: #f5f7f8;
  padding: 15px 15px;
  margin: 15px 0;
}
.right .csc-mailform input,
.right .csc-mailform textarea {
  width: 100%;
}
.right .csc-mailform ol li {
  margin: 0 0 15px;
}
.right .csc-mailform ol li:last-child {
  margin-bottom: 0;
}
.right .csc-mailform .csc-form-element-submit input {
  width: auto;
}
.footer-form {
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer-form .csc-mailform {
  border-top: 2px solid #9bb5c0;
  padding: 40px 40px 0;
}
@media only screen and (min-width: 768px) {
  .footer-form .csc-mailform {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-form .csc-mailform {
    padding-left: 240px;
    padding-right: 240px;
  }
}
.footer-form .csc-mailform .csc-form-element-textblock:nth-child(1) {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer-form .csc-mailform .csc-form-element-textblock:nth-child(1) {
    font-size: 24px;
    line-height: 30px;
  }
}
.footer-form .csc-mailform .csc-form-element-textblock:nth-child(2) {
  text-align: center;
  margin-bottom: 40px;
}
.footer-form .csc-mailform input,
.footer-form .csc-mailform textarea {
  background: #e0e8eb;
  width: 100%;
}
.footer-form .csc-mailform textarea {
  background-image: url("/fileadmin/template/img/icons/pic_frage.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.tabs-left,
.tabs-right {
  padding-top: 0;
}
.tabs-left li,
.tabs-right li {
  margin-bottom: 0;
}
.tabs-left {
  border: none;
}
.tabs-left &gt; li &gt; a {
  border-radius: 0;
  border-bottom: 1px solid #e0e8eb;
}
.tabs-left &gt; li.active &gt; a,
.tabs-left &gt; li.active &gt; a:focus,
.tabs-left &gt; li.active &gt; a:hover {
  background-color: #e0e8eb;
  border-color: transparent;
  border-bottom: 1px solid #9bb5c0;
  color: #232f4f;
}
.nav-tabs li a {
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.nav-tabs li a:hover,
.nav-tabs li a[href="#ihre-experten"],
.nav-tabs li a[href="#ihrexperte"] {
  background: #e0e8eb;
  border-color: transparent;
  border-bottom: 1px solid #9bb5c0;
  color: #232f4f;
}
.nav-tabs li a[href="#ihre-experten"],
.nav-tabs li a[href="#ihrexperte"] {
  font-weight: bold;
}
/************** Tabs Fachbereichsseiten / Premiumseite *******************/
.contenttabbox {
  /*padding-top:20px;*/
}
.contenttabbox ul {
  border: none;
}
.contenttabbox ul li {
  float: none;
  display: block;
}
.contenttabbox ul li a {
  border: none;
  border-bottom: 1px solid #9bb5c0;
  border-radius: 0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.contenttabbox ul li a:hover {
  background: #cddae0;
}
.contenttabbox ul li span {
  border-bottom: 1px solid #9bb5c0;
  border-radius: 0;
  display: block;
  padding: 10px 15px;
  position: relative;
}
.contenttabbox ul li:first-child {
  border-top: 1px solid #9bb5c0;
}
.contenttabbox ul li.current a,
.contenttabbox ul li.active a {
  background: #232f4f;
  color: #ffffff;
}
.contenttabbox ul li.current a:hover,
.contenttabbox ul li.active a:hover,
.contenttabbox ul li.current a:focus,
.contenttabbox ul li.active a:focus,
.contenttabbox ul li.current a:active,
.contenttabbox ul li.active a:active {
  background: #232f4f;
  color: #ffffff;
  cursor: pointer;
}
.tab-content &gt; .tab-pane {
  display: block;
  border-bottom: 5px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .tab-content &gt; .tab-pane {
    display: none;
    border-bottom: none;
    padding-bottom: none;
    margin-bottom: none;
  }
}
.tab-content &gt; .tab-pane.active {
  display: block;
}
.contentTabsWrap,
.tab_content {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .contentTabsWrap &gt; .tab_content h2:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .contentTabsWrap &gt; .tab_content + .tab_content {
    /*display: none;*/
  }
}
/************** Tabs/Collapsibles Cotent-Pages *******************/
/** TEMPORARY BEGIN **/
@media only screen and (max-width: 767px) {
  body.page-type_content {
    /*TODO why not just hide everything directly below tab - .tab_content &gt; * - and then re-show h2? */
  }
  body.page-type_content .tab_content h2 {
    cursor: pointer;
    padding-left: 15px;
    padding-top: 10px;
    background: #e0e8eb url("/fileadmin/template/img/icons/arrow_down.png") no-repeat right 10px center;
    clear: both;
  }
  body.page-type_content .tab_content.whIsActive h2 {
    background-image: url("/fileadmin/template/img/icons/arrow_up.png");
  }
  body.page-type_content .tab_content h2::after {
    margin-left: -15px;
    width: auto;
  }
  body.page-type_content .tab_content p,
  body.page-type_content .tab_content ul,
  body.page-type_content .tab_content iframe,
  body.page-type_content .tab_content h3,
  body.page-type_content .tab_content h4,
  body.page-type_content .tab_content table,
  body.page-type_content .tab_content div.csc-textpic,
  body.page-type_content .tab_content hr,
  body.page-type_content .tab_content .docFinderPlaceholder,
  body.page-type_content .tab_content .inlineDocFinder,
  body.page-type_content .tab_content .whBsCol {
    display: none;
  }
  body.page-type_content .tab_content.whIsActive p,
  body.page-type_content .tab_content.whIsActive ul,
  body.page-type_content .tab_content.whIsActive iframe,
  body.page-type_content .tab_content.whIsActive h3,
  body.page-type_content .tab_content.whIsActive h4,
  body.page-type_content .tab_content.whIsActive table,
  body.page-type_content .tab_content.whIsActive div.csc-textpic,
  body.page-type_content .tab_content.whIsActive hr,
  body.page-type_content .tab_content.whIsActive .docFinderPlaceholder,
  body.page-type_content .tab_content.whIsActive .inlineDocFinder,
  body.page-type_content .tab_content.whIsActive .whBsCol {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  #content_main .tab_content .docFinderPlaceholder {
    display: none;
  }
  #content_main .tab_content:nth-child(3n - 2) .docFinderPlaceholder {
    display: block;
  }
  #content_main .tab_content:nth-last-of-type(2) .docFinderPlaceholder {
    display: none;
  }
}
/** TEMPORARY END **/
.tx-indexedsearch-searchbox legend {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin: 30px 0 15px;
}
@media only screen and (min-width: 992px) {
  .tx-indexedsearch-searchbox legend {
    font-size: 24px;
    line-height: 26px;
  }
}
.tx-indexedsearch-searchbox legend:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #9bb5c0;
  margin: 10px 0 0;
}
@media only screen and (min-width: 992px) {
  .tx-indexedsearch-searchbox legend:after {
    margin-bottom: 15px;
  }
}
.tx-indexedsearch-searchbox form .tx-indexedsearch-form {
  background: #f5f7f8;
  padding: 20px;
}
.tx-indexedsearch-searchbox form .tx-indexedsearch-form label {
  display: block;
}
.tx-indexedsearch-searchbox form .tx-indexedsearch-form input {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #9bb5c0;
  padding: 4px 8px;
}
.tx-indexedsearch-searchbox form .tx-indexedsearch-search-submit {
  position: relative;
}
.tx-indexedsearch-searchbox form .tx-indexedsearch-search-submit input.submit {
  width: 40px;
  height: 40px;
  background: #9bb5c0 url("/fileadmin/template/img/icons/lupe.png") no-repeat center center;
  border: none;
  position: absolute;
  right: 20px;
  top: -60px;
  text-indent: -999px;
}
.tx-indexedsearch-searchbox form .tx-indexedsearch-search-submit input.submit:after {
  display: none;
}
/** Start page **/
.start-search-form.footer-form {
  background: #f5f7f8;
  margin: 0 0 20px;
  padding: 40px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .start-search-form.footer-form {
    display: block;
  }
}
.start-search-form.footer-form form {
  padding: 0;
  margin-right: 40px;
  border: none;
  position: relative;
}
.start-search-form.footer-form form input {
  height: 40px;
  background: #ffffff;
  border: 1px solid #9bb5c0;
}
.start-search-form.footer-form form button.btn {
  width: 40px;
  height: 40px;
  background: #9bb5c0 url("/fileadmin/template/img/icons/lupe.png") no-repeat center center;
  border: none;
  position: absolute;
  right: -40px;
  top: 0;
}
.start-search-form.footer-form form button.btn:after {
  display: none;
}
#im_header .navbar-form {
  position: relative;
  z-index: 1000;
}
#im_header .navbar-form .imLiveSearch + .results {
  right: 0;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #im_header .navbar-form .imLiveSearch + .results {
    width: 500px;
  }
}
@media only screen and (min-width: 992px) {
  #im_header .navbar-form .imLiveSearch + .results {
    width: 700px;
  }
}
@media only screen and (min-width: 1200px) {
  #im_header .navbar-form .imLiveSearch + .results {
    width: 840px;
  }
}
.imLiveSearch + .results {
  padding: 20px 20px 20px 20px;
  /*position: absolute;*/
  z-index: 10;
  background: #ffffff;
  box-shadow: 0 5px 15px 1px #d3d5db;
  display: none;
}
.imLiveSearch + .results .content .fulltext {
  background-image: url("/fileadmin/template/img/icons/arrow_right.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
  padding: 0 0 0 15px;
  background-position: left center;
}
.imLiveSearch + .results .content &gt; p {
  font-style: italic;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  display: block;
}
.imLiveSearch + .results .content &gt; h3 {
  padding: 0;
  position: relative;
  border-width: 0;
  margin: 35px 0 0;
}
@media only screen and (min-width: 768px) {
  .imLiveSearch + .results .content &gt; h3 {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .imLiveSearch + .results .content &gt; h3.doc {
    float: right;
    width: 40%;
    clear: right;
    margin-top: 15px;
  }
}
.imLiveSearch + .results .content &gt; h3:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 2px;
  background: url("/fileadmin/template/img/icons/icons_livesearch.png") 0 0 no-repeat;
  width: 33px;
  height: 30px;
}
.imLiveSearch + .results .content &gt; h3.disease:before {
  background-position: 0 0;
  /*left:125px;*/
}
.imLiveSearch + .results .content &gt; h3.treatment:before {
  background-position: -33px 0;
  /*left:145px;*/
}
.imLiveSearch + .results .content &gt; h3.location:before {
  background-position: -66px 0;
  /*left:250px;*/
  width: 23px;
}
.imLiveSearch + .results .content &gt; h3.doc:before {
  background-position: -88px 0;
  /*left:75px;*/
}
.imLiveSearch + .results .content &gt; h3.news:before {
  background-position: -119px 0;
  /*left:190px;*/
}
.imLiveSearch + .results .content &gt; h3.tools:before {
  background-position: -152px 0;
  /*left:150px;*/
}
.imLiveSearch + .results .content &gt; h3.speciality:before {
  background-position: -177px 0;
  /*left:150px;*/
}
.imLiveSearch + .results .content &gt; .category_results {
  margin-top: 20px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .imLiveSearch + .results .content &gt; .category_results {
    width: 50%;
  }
}
.imLiveSearch + .results .content &gt; .category_results &gt; div {
  display: none;
}
.imLiveSearch + .results .content &gt; .category_results &gt; div:first-child {
  display: block;
}
.imLiveSearch + .results .content &gt; .category_results &gt; div &gt; a {
  display: block;
  border-bottom: 1px solid #e7e8e9;
  padding: 4px 0;
}
.imLiveSearch + .results .content &gt; .category_results &gt; div &gt; a img {
  float: left;
  max-height: 40px;
}
.imLiveSearch + .results .content &gt; .category_results &gt; div &gt; a h4 {
  margin: 0 0 0;
  text-transform: none;
  font-weight: normal;
}
.imLiveSearch + .results .content &gt; .category_results &gt; div &gt; a img + h4 {
  margin-left: 60px;
}
.imLiveSearch + .results .content &gt; .category_results &gt; div &gt; a p {
  margin: 0 0 10px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .imLiveSearch + .results .content &gt; .category_results.doc {
    float: right;
    width: 40%;
    clear: right;
  }
}
.imLiveSearch + .results .content &gt; .category_results.doc &gt; div &gt; a {
  border-bottom: 1px solid #e7e8e9;
  padding: 5px 0;
}
.imLiveSearch + .results .content &gt; .category_results.doc &gt; div &gt; a h4 {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
.imLiveSearch + .results .content &gt; .category_results.doc &gt; div &gt; a p {
  font-size: 12px;
  line-height: 18px;
  color: #808080;
  margin: 0;
}
.imLiveSearch + .results .content &gt; .category_results.news &gt; div &gt; a {
  min-height: 55px;
  padding: 5px 0;
}
.imLiveSearch + .results .content &gt; .category_results.news &gt; div &gt; a h4 {
  margin-left: 50px;
  font-size: 12px;
  line-height: 18px;
}
.imLiveSearch + .results .content &gt; .category_results.news &gt; div &gt; a p {
  font-size: 12px;
  line-height: 18px;
  color: #808080;
  margin-left: 50px;
}
.imLiveSearch + .results .content &gt; .category_results.news &gt; div &gt; a:first-child {
  border-top: none;
}
.imLiveSearch + .results .content &gt; .category_results.news .navi_links {
  font-size: 12px;
  font-weight: normal;
  color: #808080;
}
.imLiveSearch + .results .content &gt; .category_results .navi_links {
  font-weight: bold;
}
.imLiveSearch + .results .content &gt; .category_results .navi_links[data-dir="prev"] {
  background-image: url("/fileadmin/template/img/icons/arrow_left.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
}
.imLiveSearch + .results .content &gt; .category_results .navi_links[data-dir="next"] {
  float: right;
  background-image: url("/fileadmin/template/img/icons/arrow_right.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
}
/** Search page **/
ul.browsebox {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
ul.browsebox li {
  display: block;
}
ul.browsebox li a {
  border-bottom: 1px solid #9bb5c0;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  line-height: 1.42857143;
  position: relative;
  display: block;
  padding: 10px 15px;
}
ul.browsebox li a:hover {
  background: #cddae0;
  border-color: transparent;
  border-bottom: 1px solid #9bb5c0;
  color: #232f4f;
}
ul.browsebox li:first-child {
  border-top: 1px solid #9bb5c0;
}
ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
  background: #232f4f;
  color: #ffffff;
}
ul.browsebox li.tx-indexedsearch-browselist-currentPage a:hover {
  background: #232f4f;
  color: #ffffff;
  cursor: pointer;
}
.tx-indexedsearch-res &gt; .tx-indexedsearch-res:first-child h3 {
  margin-top: 0;
}
.card .card-main,
.doc-card .card-main,
.card .doc-main,
.doc-card .doc-main {
  /*margin-top: 10px;*/
  padding: 10px 0;
  border-bottom: 1px solid #cddae0;
  cursor: pointer;
}
.card .card-main p,
.doc-card .card-main p,
.card .doc-main p,
.doc-card .doc-main p {
  margin: 0;
}
.card .card-main .card-image,
.doc-card .card-main .card-image,
.card .doc-main .card-image,
.doc-card .doc-main .card-image,
.card .card-main .doc-image,
.doc-card .card-main .doc-image,
.card .doc-main .doc-image,
.doc-card .doc-main .doc-image {
  padding-right: 0;
  /*margin-bottom: 10px;*/
}
.card .card-main .card-image img,
.doc-card .card-main .card-image img,
.card .doc-main .card-image img,
.doc-card .doc-main .card-image img,
.card .card-main .doc-image img,
.doc-card .card-main .doc-image img,
.card .doc-main .doc-image img,
.doc-card .doc-main .doc-image img {
  height: auto;
  max-width: 100%;
}
.card .card-main .card-image .quadraticElement,
.doc-card .card-main .card-image .quadraticElement,
.card .doc-main .card-image .quadraticElement,
.doc-card .doc-main .card-image .quadraticElement,
.card .card-main .doc-image .quadraticElement,
.doc-card .card-main .doc-image .quadraticElement,
.card .doc-main .doc-image .quadraticElement,
.doc-card .doc-main .doc-image .quadraticElement {
  position: relative;
  padding-top: 100%;
}
.card .card-main .card-image .quadraticElement div,
.doc-card .card-main .card-image .quadraticElement div,
.card .doc-main .card-image .quadraticElement div,
.doc-card .doc-main .card-image .quadraticElement div,
.card .card-main .doc-image .quadraticElement div,
.doc-card .card-main .doc-image .quadraticElement div,
.card .doc-main .doc-image .quadraticElement div,
.doc-card .doc-main .doc-image .quadraticElement div {
  /*background-color: silver;*/
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.card .card-main .card-intro,
.doc-card .card-main .card-intro,
.card .doc-main .card-intro,
.doc-card .doc-main .card-intro,
.card .card-main .doc-intro,
.doc-card .card-main .doc-intro,
.card .doc-main .doc-intro,
.doc-card .doc-main .doc-intro {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  padding: 0 15px 5px 5px;
  margin: 5px 0;
  border-bottom: 2px solid #9bb5c0;
  position: relative;
}
.card .card-main .card-intro:after,
.doc-card .card-main .card-intro:after,
.card .doc-main .card-intro:after,
.doc-card .doc-main .card-intro:after,
.card .card-main .doc-intro:after,
.doc-card .card-main .doc-intro:after,
.card .doc-main .doc-intro:after,
.doc-card .doc-main .doc-intro:after {
  background: transparent url("/fileadmin/template/img/icons/pic_info_dunkel.png") right 0 no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  content: " ";
  position: absolute;
  top: 0;
  right: 5px;
}
.card .card-main .card-title,
.doc-card .card-main .card-title,
.card .doc-main .card-title,
.doc-card .doc-main .card-title,
.card .card-main .doc-title,
.doc-card .card-main .doc-title,
.card .doc-main .doc-title,
.doc-card .doc-main .doc-title {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  font-weight: bold;
  padding: 0 5px;
}
.card .card-main .card-link,
.doc-card .card-main .card-link,
.card .doc-main .card-link,
.doc-card .doc-main .card-link,
.card .card-main .doc-profile-link,
.doc-card .card-main .doc-profile-link,
.card .doc-main .doc-profile-link,
.doc-card .doc-main .doc-profile-link {
  font-weight: normal;
}
.card .card-main .card-link a,
.doc-card .card-main .card-link a,
.card .doc-main .card-link a,
.doc-card .doc-main .card-link a,
.card .card-main .doc-profile-link a,
.doc-card .card-main .doc-profile-link a,
.card .doc-main .doc-profile-link a,
.doc-card .doc-main .doc-profile-link a {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  display: block;
  color: #808080;
  padding: 0 15px 0 5px;
  /*
            padding-right:50px;

			&amp;:after {
				content:"Profil";
				float:right;
				color:@blue;
				padding-left:12px;
				background:url('../../../../fileadmin/template/less/@img_right_arrow_small') no-repeat center left;
				margin-right:-50px;
			}
            */
}
.card .doc-premium-info p,
.doc-card .doc-premium-info p {
  border-bottom: 1px solid #cddae0;
  padding: 5px 0;
  margin: 0;
}
.card .doc-address .h3,
.doc-card .doc-address .h3 {
  margin-bottom: 15px !important;
}
.card .doc-address .phone,
.doc-card .doc-address .phone {
  border-bottom: 1px solid #cddae0;
  padding-bottom: 20px;
}
.card .doc-address .phone + .home,
.doc-card .doc-address .phone + .home {
  margin-bottom: 5px;
}
.card .doc-phone,
.doc-card .doc-phone {
  clear: both;
  border-bottom: 1px solid #cddae0;
  padding: 8px 0 8px 30px;
  background-position: 10px center;
  font-size: 18px;
  color: #cddae0;
}
@media only screen and (max-width: 767px) {
  .card .doc-phone,
  .doc-card .doc-phone {
    font-size: 20px;
    line-height: 28px;
    color: #232f4f;
  }
}
/** check --&gt; does that work everywhere? **/
.col-md-3 .card .card-main .card-image p,
.col-md-3 .doc-card .card-main .card-image p,
.col-md-3 .card .doc-main .card-image p,
.col-md-3 .doc-card .doc-main .card-image p,
.col-md-3 .card .card-main .card-intro,
.col-md-3 .doc-card .card-main .card-intro,
.col-md-3 .card .doc-main .card-intro,
.col-md-3 .doc-card .doc-main .card-intro,
.col-md-3 .card .card-main .card-title,
.col-md-3 .doc-card .card-main .card-title,
.col-md-3 .card .doc-main .card-title,
.col-md-3 .doc-card .doc-main .card-title,
.col-md-3 .card .card-main .card-link a,
.col-md-3 .doc-card .card-main .card-link a,
.col-md-3 .card .doc-main .card-link a,
.col-md-3 .doc-card .doc-main .card-link a,
.col-md-3 .card .card-main .doc-image p,
.col-md-3 .doc-card .card-main .doc-image p,
.col-md-3 .card .doc-main .doc-image p,
.col-md-3 .doc-card .doc-main .doc-image p,
.col-md-3 .card .card-main .doc-intro,
.col-md-3 .doc-card .card-main .doc-intro,
.col-md-3 .card .doc-main .doc-intro,
.col-md-3 .doc-card .doc-main .doc-intro,
.col-md-3 .card .card-main .doc-title,
.col-md-3 .doc-card .card-main .doc-title,
.col-md-3 .card .doc-main .doc-title,
.col-md-3 .doc-card .doc-main .doc-title,
.col-md-3 .card .card-main .doc-profile-link a,
.col-md-3 .doc-card .card-main .doc-profile-link a,
.col-md-3 .card .doc-main .doc-profile-link a,
.col-md-3 .doc-card .doc-main .doc-profile-link a {
  padding-left: 10px;
}
.col-md-3 .card .doc-premium-info p,
.col-md-3 .doc-card .doc-premium-info p {
  padding: 5px 10px;
}
.col-md-2 &gt; .doc-card &gt; .doc-phone {
  font-size: 15px;
}
.cards.row,
.doc-cards.row {
  border-top: 1px solid #cddae0;
  margin-left: 0;
  margin-right: 0;
}
.cards.row .card .card-main,
.doc-cards.row .card .card-main,
.cards.row .doc-card .card-main,
.doc-cards.row .doc-card .card-main,
.cards.row .card .doc-main,
.doc-cards.row .card .doc-main,
.cards.row .doc-card .doc-main,
.doc-cards.row .doc-card .doc-main {
  padding: 15px 0;
  height: 100%;
}
.cards.row .card .card-main a,
.doc-cards.row .card .card-main a,
.cards.row .doc-card .card-main a,
.doc-cards.row .doc-card .card-main a,
.cards.row .card .doc-main a,
.doc-cards.row .card .doc-main a,
.cards.row .doc-card .doc-main a,
.doc-cards.row .doc-card .doc-main a {
  padding-right: 0;
}
.cards.row .card .card-main a:after,
.doc-cards.row .card .card-main a:after,
.cards.row .doc-card .card-main a:after,
.doc-cards.row .doc-card .card-main a:after,
.cards.row .card .doc-main a:after,
.doc-cards.row .card .doc-main a:after,
.cards.row .doc-card .doc-main a:after,
.doc-cards.row .doc-card .doc-main a:after {
  display: none;
}
@media only screen and (min-width: 992px) {
  .cards.row .card:nth-child(2n-1),
  .doc-cards.row .card:nth-child(2n-1),
  .cards.row .doc-card:nth-child(2n-1),
  .doc-cards.row .doc-card:nth-child(2n-1) {
    border-right: 1px solid #cddae0;
  }
}
@media only screen and (min-width: 992px) {
  .cards.row .card,
  .doc-cards.row .card {
    height: 200px;
    max-height: none;
  }
}
@media only screen and (min-width: 1200px) {
  .cards.row .card,
  .doc-cards.row .card {
    height: 180px;
  }
}
@media only screen and (min-width: 992px) {
  .cards.row .doc-card,
  .doc-cards.row .doc-card {
    height: 114px;
  }
}
@media only screen and (min-width: 992px) {
  .cards.row.dynHeight,
  .doc-cards.row.dynHeight {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .cards.row.dynHeight .card,
  .doc-cards.row.dynHeight .card {
    height: auto !important;
  }
  .cards.row.dynHeight .card:nth-child(2n-1),
  .doc-cards.row.dynHeight .card:nth-child(2n-1) {
    clear: left;
  }
  .cards.row.dynHeight .card .card-image,
  .doc-cards.row.dynHeight .card .card-image {
    width: 50px;
  }
}
.cards .btn,
.doc-cards .btn {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.cards .card,
.doc-cards .card,
.cards .doc-card,
.doc-cards .doc-card {
  border-bottom: 1px solid #cddae0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
}
@media only screen and (min-width: 768px) {
  .cards .card,
  .doc-cards .card,
  .cards .doc-card,
  .doc-cards .doc-card {
    /*max-height: 111px;*/
  }
}
.cards .card.collapsed,
.doc-cards .card.collapsed,
.cards .doc-card.collapsed,
.doc-cards .doc-card.collapsed {
  border-bottom-width: 0;
  max-height: 0;
  -webkit-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
}
.cards .card .card-main,
.doc-cards .card .card-main,
.cards .doc-card .card-main,
.doc-cards .doc-card .card-main,
.cards .card .doc-main,
.doc-cards .card .doc-main,
.cards .doc-card .doc-main,
.doc-cards .doc-card .doc-main {
  border-bottom: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cards .card .card-main:hover,
.doc-cards .card .card-main:hover,
.cards .doc-card .card-main:hover,
.doc-cards .doc-card .card-main:hover,
.cards .card .doc-main:hover,
.doc-cards .card .doc-main:hover,
.cards .doc-card .doc-main:hover,
.doc-cards .doc-card .doc-main:hover {
  background: #f5f7f8;
}
.cards .card .card-main .card-title,
.doc-cards .card .card-main .card-title,
.cards .doc-card .card-main .card-title,
.doc-cards .doc-card .card-main .card-title,
.cards .card .doc-main .card-title,
.doc-cards .card .doc-main .card-title,
.cards .doc-card .doc-main .card-title,
.doc-cards .doc-card .doc-main .card-title {
  padding-left: 0;
}
.cards .card .card-main .card-title a,
.doc-cards .card .card-main .card-title a,
.cards .doc-card .card-main .card-title a,
.doc-cards .doc-card .card-main .card-title a,
.cards .card .doc-main .card-title a,
.doc-cards .card .doc-main .card-title a,
.cards .doc-card .doc-main .card-title a,
.doc-cards .doc-card .doc-main .card-title a {
  color: #232f4f;
}
.cards .card .card-main .card-teaser,
.doc-cards .card .card-main .card-teaser,
.cards .doc-card .card-main .card-teaser,
.doc-cards .doc-card .card-main .card-teaser,
.cards .card .doc-main .card-teaser,
.doc-cards .card .doc-main .card-teaser,
.cards .doc-card .doc-main .card-teaser,
.doc-cards .doc-card .doc-main .card-teaser {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  line-height: 12px;
}
.cards.tabbed-cards .card,
.doc-cards.tabbed-cards .card,
.cards.tabbed-cards .doc-card,
.doc-cards.tabbed-cards .doc-card {
  display: none;
}
.cards.tabbed-cards .card .card-image img,
.doc-cards.tabbed-cards .card .card-image img,
.cards.tabbed-cards .doc-card .card-image img,
.doc-cards.tabbed-cards .doc-card .card-image img,
.cards.tabbed-cards .card .doc-image img,
.doc-cards.tabbed-cards .card .doc-image img,
.cards.tabbed-cards .doc-card .doc-image img,
.doc-cards.tabbed-cards .doc-card .doc-image img {
  /*height: 82.5px;*/
  width: 82.5px;
}
.cards.tabbed-cards + .tabbed-cards-ctr,
.doc-cards.tabbed-cards + .tabbed-cards-ctr {
  border-top: 1px solid #cddae0;
  margin-top: -1px;
  text-align: center;
}
.cards.tabbed-cards + .tabbed-cards-ctr a,
.doc-cards.tabbed-cards + .tabbed-cards-ctr a {
  display: inline-block;
  background: #cddae0 url("/fileadmin/template/img/icons/arrow_left.png") center center no-repeat;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
.cards.tabbed-cards + .tabbed-cards-ctr a:hover,
.doc-cards.tabbed-cards + .tabbed-cards-ctr a:hover {
  text-decoration: none;
}
.cards.tabbed-cards + .tabbed-cards-ctr a + a,
.doc-cards.tabbed-cards + .tabbed-cards-ctr a + a {
  background-image: url("/fileadmin/template/img/icons/arrow_right.png");
}
.docProfile {
  margin: 0 0 40px;
}
.docProfile .headerBox {
  background-color: #4e5873;
  /*@blue-lighter;*/
  padding: 20px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .docProfile .headerBox {
    min-height: 200px;
    padding: 40px;
  }
}
.docProfile .headerBox .icon {
  width: 115px;
  height: 125px;
  background: url("/fileadmin/template/img/icons/doctors.png") no-repeat 0 0;
  float: right;
}
@media only screen and (max-width: 479px) {
  .docProfile .headerBox .icon {
    display: none;
  }
}
.docProfile .headerBox .icon.gender-2 {
  background-position: -115px 0;
}
.docProfile .headerBox h1 {
  padding: 0;
  background: none;
  position: static;
  height: auto;
}
.docProfile .headerBox h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.docProfile .col-left {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  margin: 0 0 20px;
  /*
		.openContactTab {
            .body-s;
			.button;
            background-color: @blue-lighter;

            display: block;
            position: relative;

            height: 30px;
            padding: 6px 33px 6px 24px;
            margin: 10px 0 15px;

            &amp;:before {
				content:" ";

                position: absolute;
                top: 10px;
                left: 10px;
                display: inline-block;
                width: 8px;
                height: 10px;

				background: transparent url('../../../../fileadmin/template/less/@img_right_arrow_small') no-repeat center center;
			}

            &amp;:after {
				content:" ";

                position: absolute;
                top: 5px;
                right: 5px;
                display: inline-block;
                width: 25px;
                height: 20px;

				background: @blue-light url('../../../../fileadmin/template/less/@img_pic_brief_klein') no-repeat center center;
			}
        }
        */
}
@media only screen and (max-width: 991px) {
  .docProfile .col-left &gt; .row {
    border: 1px solid #9bb5c0;
    margin-right: 0;
    margin-left: 0;
    padding: 15px 0;
  }
}
.docProfile .col-left &gt; .row .doc-image {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .docProfile .col-left &gt; .row .doc-logo {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .docProfile .col-left &gt; .row .doc-logo img {
    max-height: 150px;
  }
}
.docProfile .col-left .openContactTab {
  font-weight: bold;
  margin-top: -15px;
  margin-bottom: 15px;
}
.docProfile .col-center .h2:first-child {
  margin-top: 0;
}
.docProfile .col-right {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.docProfile .col-right .openOfficeProfile {
  font-weight: bold;
}
.docProfile .map {
  height: 240px;
}
.docProfileTabs &gt; div:first-child {
  padding: 0;
}
.docProfileTabs &gt; div + div {
  background-color: #e0e8eb;
}
.docProfileTabs &gt; div + div .tab-content {
  min-height: 240px;
  margin-top: 0;
  padding: 25px 10px;
}
@media only screen and (min-width: 768px) {
  .docProfileTabs &gt; div + div .tab-content {
    padding: 25px;
  }
}
.docProfileTabs &gt; div + div .tab-content h3.h1 {
  text-transform: none;
}
.docProfileTabs &gt; div + div .tab-content h3.h1:after {
  width: 60px;
}
.docProfileTabs &gt; div + div .tab-content h3:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen ul {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
  }
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen ul li {
  list-style-type: none;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen ul.doc-treatments,
.docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen ul.doc-diseases {
  margin: 0;
  padding: 0;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen ul.doc-treatments li,
.docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen ul.doc-diseases li {
  line-height: 1.5em;
  margin-bottom: 6px;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen ul.doc-treatments li a,
.docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen ul.doc-diseases li a,
.docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen ul.doc-treatments li span,
.docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen ul.doc-diseases li span {
  background-image: url("/fileadmin/template/img/icons/arrow_right.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  display: block;
  background-position: left 6px;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen ul.doc-treatments li a:hover,
.docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen ul.doc-diseases li a:hover {
  color: #9bb5c0;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen .doc-premiumpages &gt; .premium {
  background-image: url("/fileadmin/template/img/icons/usp-check.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  padding: 10px 0 10px 25px;
  font-size: larger;
  font-weight: bold;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen .doc-premiumpages &gt; .premium &gt; a:hover {
  color: #9bb5c0;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen .doc-premiumpagesXXX a {
  color: #232f4f;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen .doc-premiumpagesXXX &gt; .linked-card {
  /*min-height:195px;*/
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px;
  /*-webkit-transition: background @transition_time;
						transition: background @transition_time;*/
  position: relative;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen .doc-premiumpagesXXX &gt; .linked-card .image {
  display: block;
  /*max-height:200px;*/
  margin: 0;
  width: 100%;
  height: auto;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen .doc-premiumpagesXXX &gt; .linked-card .image img {
  width: 100%;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen .doc-premiumpagesXXX &gt; .linked-card .title.h5 {
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  text-transform: none;
  /*font-weight: normal;*/
  text-align: left;
  line-height: 16px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen .doc-premiumpagesXXX &gt; .linked-card:hover {
  /*background:@white-trans-03;*/
  background-color: transparent;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_behandlungen .doc-premiumpagesXXX &gt; .linked-card:hover .title.h5 {
  background-color: #ffffff;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_sprechzeiten .row &gt; div {
  margin-bottom: 25px;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_sprechzeiten .row &gt; div:nth-child(4n) {
  clear: left;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_standorte .row &gt; div {
  margin-bottom: 25px;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_standorte .row &gt; div:nth-child(3n) {
  clear: left;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_kontakt div.csc-mailform {
  /*@media @laptop { width:50%; }*/
  overflow: hidden;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_kontakt div.csc-mailform input,
.docProfileTabs &gt; div + div .tab-content #doc-profile_kontakt div.csc-mailform textarea,
.docProfileTabs &gt; div + div .tab-content #doc-profile_kontakt div.csc-mailform select {
  width: 100%;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_kontakt div.csc-mailform .csc-form-element-submit input {
  width: auto;
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_kontakt div.csc-mailform ol &gt; li:last-child {
  position: relative;
  /*&gt; textarea {
							margin-left: 1000px;
						}*/
}
.docProfileTabs &gt; div + div .tab-content #doc-profile_kontakt div.csc-mailform ol &gt; li:last-child:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #e0e8eb;
}
.docFinderControl + .doc-cards &gt; .doc-card h3.btn.blue {
  margin-top: -11px;
  margin-bottom: 15px;
  font-size: 13px;
}
.docFinderControl + .doc-cards .detail {
  margin-top: 15px;
}
.docFinderControl + .doc-cards .detail &gt; div {
  padding: 0 10px;
}
.docFinderControl + .doc-cards .detail &gt; div p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 144%;
}
.docFinderControl + .doc-cards .detail &gt; div p.more {
  margin-top: 15px;
  text-align: right;
  padding-right: 13px;
  color: #9bb5c0;
  background: transparent url("/fileadmin/template/img/icons/arrow_right.png") right 5px no-repeat;
}
.inlineDocFinder .resgeo {
  margin-right: 75px;
}
.inlineDocFinder .docFinderControl {
  padding: 10px;
  background-color: #cddae0;
  position: relative;
  z-index: 10000;
}
.inlineDocFinder .docFinderControl .close {
  position: absolute;
  right: 0;
  top: -27px;
  color: #333333;
  font-weight: bold;
  font-size: 1em;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.inlineDocFinder .docFinderControl .close span {
  float: right;
  font-size: 2.5em;
  margin-top: -11px;
  margin-left: 5px;
}
.inlineDocFinder .docFinderControl.sortedResults &gt; .close {
  opacity: 0.33;
}
.inlineDocFinder .docFinderControl hr {
  display: none;
}
.inlineDocFinder .docFinderControl .icon.position {
  background-image: url("/fileadmin/template/img/icons/standort_dunkel.png");
}
.inlineDocFinder .doc-cards {
  width: 100%;
  /*max-height: 0;
        transition: max-height 2.5s linear;*/
  display: none;
  overflow: hidden;
}
.inlineDocFinder .doc-cards.sortedResults {
  /*max-height: 10000000px;*/
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .premiumPage .left {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .premiumPage .left #tocAnchors + p.h3,
  .premiumPage .left #tocAnchors + p.h3 + ul.nav {
    display: none;
  }
}
.premiumPage .center h2 {
  margin-top: 0;
}
.premium-pages-list {
  padding: 0 15px;
}
.premium-pages-list .linked-card {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cddae0;
}
.premium-pages-list .linked-card .image {
  padding: 0 0 0 5px;
}
.premium-pages-list .linked-card .image img {
  max-width: 100%;
  height: auto;
}
.news-list-container {
  padding: 0;
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .news-list-container {
    margin-top: 0;
  }
}
.news {
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #cddae0;
}
.news:first-child {
  border-top: 1px solid #9bb5c0;
}
.news div.date {
  float: left;
  width: 45px;
  height: 45px;
  background-color: #9bb5c0;
}
.news div.date span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 2px 0;
}
.news div.date span + span {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  background-color: #232f4f;
}
.news div.date.series {
  background: transparent url("/fileadmin/template/img/icons/icon_interviewserienfolge.png") 0 3px no-repeat;
  height: 33px;
}
.news div.date.series span {
  display: inline;
  background-color: transparent;
  font-weight: bold;
  font-size: 13px;
  line-height: 23px;
  padding: 0 0 0 2px;
}
.news div.date.series span span {
  color: #5f7287;
  padding: 0;
}
.news div.date[data-pid] {
  position: relative;
  background-position: center center;
  background-color: transparent;
  /*background-size: 100% 100%;*/
  background-repeat: no-repeat;
  background-image: url("/fileadmin/template/img/icons/news-artikel.png");
  /*
            &amp;::after {
                content: attr(data-pid);
                color: @black;
                
                text-align: center;
                font-size: 15px;
                line-height: 21px;
                
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
            }
            */
}
.news div.date[data-pid] &gt; span {
  display: none;
}
.news div.date[data-pid="414"] {
  background-image: url("/fileadmin/template/img/icons/expertenantwort.png");
}
.news div.date[data-pid="1231"] {
  background-image: url("/fileadmin/template/img/icons/interviewserie.png");
}
.news div.date[data-pid="413"],
.news div.date[data-pid="1264"],
.news div.date[data-pid="372"] {
  background-image: url("/fileadmin/template/img/icons/interview.png");
}
.news h3 {
  text-transform: none;
  min-height: 42px;
  margin: 0 0 10px 55px;
}
.news h3 a {
  color: #232f4f;
}
.news.single {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  padding-top: 0;
}
.news.single .headerBox .headerInfoContent {
  padding-left: 70px;
  padding-right: 30px;
}
.news.single .headerBox .headerInfoContent .date {
  margin-top: 5px;
  margin-left: -55px;
}
.news.single h2,
.news.single h3 {
  margin-left: 0 !important;
  margin-top: 15px;
}
.news.single h2:first-child,
.news.single h3:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .news.single &gt; .row &gt; .left {
    display: none;
  }
}
.news .image img {
  max-width: 100%;
  height: auto;
}
.series .news h3 {
  margin-left: 0 !important;
}
h2.interview-question,
h3.interview-question {
  margin: 20px 0 10px 0;
  color: #232F4F;
  font-size: 18px;
  min-height: 0;
  text-transform: none;
  line-height: 21px;
}
h2.interview-question:after,
h3.interview-question:after {
  content: "";
  display: none;
}
h2.interview-question:before,
h3.interview-question:before {
  content: "info Medizin:";
  display: block;
  color: #9bb5c0;
  font-weight: bold;
  font-size: 14px;
}
p.interview-answer {
  background-color: #e0e8eb;
  padding: 15px 20px;
  margin-bottom: 20px;
  position: relative;
}
p.interview-answer + .interview-question {
  margin-top: 0;
}
p.interview-answer:after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 30px;
  bottom: -30px;
  right: 0;
  background: transparent url("/fileadmin/template/img/experteninterview_answer_arrow.png") 0 0 no-repeat;
}
p.interview-answer img {
  margin-left: 20px;
}
.news p.interview-answer + .interview-question {
  margin-top: 10px;
  /*-20px;*/
}
#content_left {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #content_left {
    display: none;
  }
}
/* Specifically for Experts page -- need sidebar for tablet ... */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #uid_371 #content_left {
    display: block;
  }
}
#content_promo {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #9bb5c0;
}
@media only screen and (min-width: 768px) {
  #content_promo {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
}
#content_promo &gt; .affix-tablet {
  margin-top: 0;
  -webkit-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #content_promo &gt; .affix-tablet.affix {
    margin-top: 70px;
  }
}
#content_promo .h3,
#content_promo .show-as-h3 {
  margin-top: 40px;
  margin-bottom: 0;
}
#content_promo .h3 p,
#content_promo .show-as-h3 p {
  margin: 0 0 10px;
}
#content_promo .h3 + p,
#content_promo .show-as-h3 + p {
  margin-top: -5px;
  margin-bottom: 5px;
}
#content_promo .h3.no-icon:after,
#content_promo .show-as-h3.no-icon:after {
  width: 100%;
}
#content_promo .h3.no-icon + .tt_news .news:first-child,
#content_promo .show-as-h3.no-icon + .tt_news .news:first-child {
  border-top: none;
}
#content_promo &gt; div:first-child,
#content_promo &gt; h4:first-child,
#content_promo &gt; div:first-child &gt; .h3:first-child,
#content_promo &gt; div:first-child &gt; h4:first-child,
#content_promo &gt; div:first-child &gt; .show-as-h3:first-child {
  margin-top: 0;
}
#content_promo .show-as-h3.doc-icon-after {
  margin-top: 0;
}
#content_promo div.csc-mailform .csc-form-element-submit input {
  background-color: #e0e8eb;
  color: #232f4f;
  border: none;
  width: auto;
  float: right;
}
#content_promo div.csc-mailform .csc-form-element-submit input:hover {
  background-color: #cddae0;
}
#content_promo .cbQuickGoogleMap,
#content_promo .map {
  margin: 10px 0;
  padding: 10px;
  background: #e0e8eb;
  height: 320px;
  width: 100%;
}
#content_promo .cbQuickGoogleMap .inner_cbQuickGoogleMap,
#content_promo .map .inner_cbQuickGoogleMap {
  width: 100%;
  height: 300px;
}
#content_promo .news {
  padding: 15px 0;
  color: #808080;
}
#content_promo .news:first-child {
  border-top: 1px solid #9bb5c0;
}
#content_promo .news div.date {
  width: 40px;
  height: 40px;
}
#content_promo .news h4,
#content_promo .news .h4,
#content_promo .news h5,
#content_promo .news .h5 {
  text-transform: none;
  min-height: 42px;
  margin: 0;
  margin-left: 50px;
}
#content_promo .news h4 a,
#content_promo .news .h4 a,
#content_promo .news h5 a,
#content_promo .news .h5 a {
  color: #232f4f;
}
#content_promo .news .copy {
  margin-left: 50px;
}
#content_promo .news .copy p {
  margin: 0;
}
#content_promo .news .copy p:last-child a {
  background-image: url("/fileadmin/template/img/icons/arrow_right.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
}
#content_promo .news.top_news {
  height: 180px;
  background-position: right 10px;
  background-size: auto 170px;
  background-repeat: no-repeat;
  border-top: 1px solid #9bb5c0;
  margin: 0 0 10px;
  padding: 10px 0 0;
  position: relative;
}
#content_promo .news.top_news .copy {
  margin: 0;
  padding: 10px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
#content_promo .news.top_news .copy .h3 {
  margin: 0;
  padding: 0;
}
#content_promo .news.top_news .copy .h3 a {
  background: none;
  color: #232f4f;
  padding: 0;
}
#content_promo .news.top_news .copy .h3 a:after {
  display: block;
  content: "weiterlesen";
  color: #9bb5c0;
  background: url("/fileadmin/template/img/icons/arrow_right.png") no-repeat center left;
  padding-left: 12px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#content_promo .news.top_news .copy .h3 a:hover:after {
  color: #232f4f;
}
#content_promo .news.top_news .copy .h3 a:after {
  text-transform: none;
  position: absolute;
  right: 10px;
  bottom: 2px;
}
#content_promo .news.top_news:hover .copy {
  background: #ffffff;
}
#content_promo .newsletter-form {
  background: #f5f7f8;
  padding: 20px 20px;
  margin: 10px 0;
  border-top: 1px solid #9bb5c0;
}
#content_promo .newsletter-form div.csc-mailform .fieldset-subgroup {
  margin: 20px 0;
}
#content_promo .newsletter-form div.csc-mailform .fieldset-subgroup legend {
  display: none;
}
#content_promo .newsletter-form div.csc-mailform .fieldset-subgroup ol:after {
  content: "";
  clear: both;
}
#content_promo .newsletter-form div.csc-mailform .fieldset-subgroup ol li {
  width: 50%;
  padding: 0;
  float: left;
}
#content_promo .newsletter-form div.csc-mailform .fieldset-subgroup ol li label {
  width: 75%;
  float: right;
  margin: 0;
  line-height: 20px;
  text-transform: uppercase;
}
#content_promo .newsletter-form div.csc-mailform .fieldset-subgroup ol li input {
  width: 20%;
  height: 20px;
  margin: 0;
}
#content_promo .tools .news {
  background-image: url("/fileadmin/template/img/icons/pic_tools_s.png");
  background-repeat: no-repeat;
  background-position: 4px 15px;
}
#content_promo .only-tablet {
  display: none;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #content_promo .only-tablet {
    display: block;
  }
}
#content_promo .only-tablet .contenttabbox.dyn div ul,
#content_promo .only-tablet .contenttabbox.dyn div .h3 {
  display: none;
}
#content_promo .only-tablet .contenttabbox.dyn div ul:first-child,
#content_promo .only-tablet .contenttabbox.dyn div .h3:first-child {
  display: block !important;
}
#im_header .megamenu-container .navbar-form {
  text-align: left;
  width: 100%;
  float: none !important;
  padding-right: 20px;
}
#im_header .megamenu-container .navbar-form .form-group {
  width: calc(100% - 40px);
}
#im_header .megamenu-container .navbar-form .form-group .form-control {
  width: 100%;
}
#im_header .megamenu-container .navbar-form .form-group .results {
  width: auto !important;
  left: 0;
  right: 0;
  position: relative;
  height: auto !important;
}
#im_header .megamenu-container .navbar-form button.btn {
  float: right;
}
#im_header &gt; .overlayWhenHovered {
  position: fixed;
  background-color: gray;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  opacity: 0.5;
  /*opacity: 0;
    transition: opacity 0.25s linear, max-height 0.75s linear;
    max-height: 0;*/
  z-index: 20;
}
#im_header &gt; .overlayWhenHovered.active {
  /*opacity: 0.5;

        bottom: 0;
        max-height: 10000000px;
        */
  display: block;
}
/*
    #im_header #navbar {
        z-index: 21;
    }





    #navbar {
        position: relative;
    }
    .megamenu-container {
        position: absolute;
        top: 0;
        background-color: #ffffff;

        box-shadow: 0 5px 15px 1px #d3d5db;
        border-radius: 0;

        overflow: hidden;

        width: 1170px;

        .megamenu {
            background-color: #ffffff;
            position: relative;
            overflow: auto;

            left: 0;
            right: 0;
            top: 0;
            bottom: 0;

            height: auto;

            display: block;
            max-height: 0;

            transition: max-height 0.25s linear;

            &amp;.active {
                max-height: 1000px;
            }
        }

        &amp;:hover .megamenu {
            max-height: 1000px;
        }
    }
*/
.carousel .carousel-inner .item .carousel-caption {
  font-size: 14px;
  line-height: 21px;
  color: #232f4f;
  background: rgba(255, 255, 255, 0.6);
  text-align: left;
  text-shadow: none;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .carousel .carousel-inner .item .carousel-caption {
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
    width: 70%;
    height: 170px;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel .carousel-inner .item .carousel-caption {
    font-size: 14px;
    line-height: 21px;
    color: #232f4f;
    top: 40px;
    width: 60%;
    height: 180px;
  }
}
.carousel .carousel-inner .item .carousel-caption .h1 {
  color: #232f4f;
  margin: 0 0 20px;
}
.carousel .carousel-control {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 190px;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) {
  .carousel .carousel-control {
    top: 220px;
  }
}
.carousel .carousel-control.left {
  left: 20px;
  background-image: url("/fileadmin/template/img/icons/arrow_left.png");
}
.carousel .carousel-control.right {
  left: 50px;
  background-image: url("/fileadmin/template/img/icons/arrow_right.png");
}
.carousel .carousel-control .glyphicon {
  display: none;
}
.carousel.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel.carousel-fade .carousel-inner .item,
.carousel.carousel-fade .carousel-inner .active.left,
.carousel.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel.carousel-fade .carousel-inner .active,
.carousel.carousel-fade .carousel-inner .next.left,
.carousel.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel.carousel-fade .carousel-inner .next,
.carousel.carousel-fade .carousel-inner .prev,
.carousel.carousel-fade .carousel-inner .active.left,
.carousel.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel.carousel-fade .carousel-control {
  z-index: 2;
  opacity: 1;
}
#homeCarousel {
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  #homeCarousel .carousel-inner .item img {
    /*display:none;*/
  }
}
@media only screen and (max-width: 991px) {
  #homeCarousel .carousel-inner .item .carousel-caption {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #e0e8eb;
  }
  #homeCarousel .carousel-control {
    top: auto;
  }
  #homeCarousel .carousel-control.left {
    left: auto;
    right: 30px;
  }
  #homeCarousel .carousel-control.right {
    left: auto;
    right: 0;
  }
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("/fileadmin/template/img/icons/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
.bx-wrapper .bx-prev {
  background-image: url("/fileadmin/template/img/icons/arrow_left.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  left: 10px;
}
.bx-wrapper .bx-next {
  background-image: url("/fileadmin/template/img/icons/arrow_right.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
  right: 10px;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  background-color: #ffffff;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .bx-wrapper .bx-prev,
  .bx-wrapper .bx-next {
    display: none;
  }
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 99;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("/fileadmin/template/img/icons/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("/fileadmin/template/img/icons/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.cs {
  display: inline-block !important;
  font-size: inherit !important;
}
.cresta-the-button.plusminus {
  text-align: left;
}
.cresta-the-button.plusminus i {
  border: 1px solid #d3d5db;
  padding: 0 5px;
}
/* Share button in Content */
#crestashareiconincontent {
  margin: 0;
  font-size: 15px;
  line-height: 1;
}
#crestashareiconincontent .sbutton {
  float: left;
  margin: 10px 5px;
}
.cresta-share-icon a {
  text-decoration: none !important;
  border: 0 !important;
  outline: none !important;
}
/* Share button in Float */
#crestashareicon {
  line-height: 1;
  font-size: 15px;
}
.cresta-share-icon .sbutton {
  position: relative;
  margin: 8px 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.5px;
  font-family: 'Noto Sans', sans-serif;
  line-height: 1;
}
.cresta-share-icon .sbutton.crestaShadow a i {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
.cresta-share-icon .sbutton.crestaShadow a i:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -20px;
  left: 39%;
  right: -6px;
  background: rgba(0, 0, 0, 0.1);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transition: background .8s linear;
  -moz-transition: background .8s linear;
  -webkit-transition: background .8s linear;
  transition: background .8s linear;
}
.cresta-share-icon .sbutton.crestaShadow:hover a i:after {
  background: rgba(0, 0, 0, 0);
  -o-transition: background .0s linear;
  -moz-transition: background .0s linear;
  -webkit-transition: background .0s linear;
  transition: background .0s linear;
}
.cresta-share-icon i.c-icon-cresta-facebook {
  background: #3b5998;
}
.cresta-share-icon i.c-icon-cresta-facebook:hover {
  color: #3b5998;
}
.cresta-share-icon i.c-icon-cresta-twitter {
  background: #4099FF;
}
.cresta-share-icon i.c-icon-cresta-twitter:hover {
  color: #4099FF;
}
.cresta-share-icon i.c-icon-cresta-gplus {
  background: #D34836;
}
.cresta-share-icon i.c-icon-cresta-gplus:hover {
  color: #D34836;
}
.cresta-share-icon i.c-icon-cresta-linkedin {
  background: #007bb6;
}
.cresta-share-icon i.c-icon-cresta-linkedin:hover {
  border: 2px solid #007bb6 !important;
  color: #007bb6;
}
.cresta-share-icon i.c-icon-cresta-pinterest {
  background: #cb2027;
}
.cresta-share-icon i.c-icon-cresta-pinterest:hover {
  border: 2px solid #cb2027 !important;
  color: #cb2027;
}
.cresta-share-icon i.c-icon-cresta-print {
  background: #36c1c8;
}
.cresta-share-icon i.c-icon-cresta-print:hover {
  border: 2px solid #36c1c8 !important;
  color: #36c1c8;
}
.cresta-share-icon i.c-icon-cresta-facebook,
.cresta-share-icon i.c-icon-cresta-twitter,
.cresta-share-icon i.c-icon-cresta-gplus,
.cresta-share-icon i.c-icon-cresta-linkedin,
.cresta-share-icon i.c-icon-cresta-pinterest,
.cresta-share-icon i.c-icon-cresta-print {
  color: #ffffff;
  width: 40px !important;
  height: 40px !important;
  text-align: center !important;
  padding: 11px 0;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.cresta-share-icon .cresta-the-total-count,
.cresta-share-icon .cresta-the-total-text {
  display: block;
  text-align: center;
  color: #000000;
  line-height: 1em;
}
.cresta-share-icon .cresta-the-total-text {
  font-size: 11px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.cresta-share-icon .cresta-the-total-count {
  font-size: 25px;
  font-weight: 700;
}
/* First Style */
.cresta-share-icon.first_style .cresta-the-count {
  background: #d3d5db;
  color: #808080;
  border-radius: 50%;
  display: inline-block;
  width: 23px;
  height: 23px;
  text-align: center;
  position: absolute;
  left: 28px;
  top: -10px;
  font-size: 10px;
  line-height: 1;
  padding: 6px 0;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cresta-the-button {
  text-align: center;
  width: 40px;
  cursor: pointer;
  margin-bottom: 5px;
}
.cresta-share-icon i.c-icon-cresta-facebook,
.cresta-share-icon i.c-icon-cresta-twitter,
.cresta-share-icon i.c-icon-cresta-gplus,
.cresta-share-icon i.c-icon-cresta-linkedin,
.cresta-share-icon i.c-icon-cresta-pinterest,
.cresta-share-icon i.c-icon-cresta-print {
  background: url("/fileadmin/template/img/share_buttons.jpg") no-repeat 0 0;
}
.cresta-share-icon i.c-icon-cresta-facebook {
  background-position: 0 0;
}
.cresta-share-icon i.c-icon-cresta-twitter {
  background-position: 0 -42px;
}
.cresta-share-icon i.c-icon-cresta-gplus {
  background-position: 0 -82px;
}
/* Credit */
.crestaCredit {
  width: 40px;
  margin: 0 !important;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cresta-share-icon i.c-icon-cresta-spinner {
  padding: 0 !important;
}
/*--------------------------------------------------------------
Print Style
--------------------------------------------------------------*/
@media print {
  .cresta-share-icon {
    display: none;
  }
}
#crestashareicon {
  position: fixed;
  top: 160px;
  left: 10px;
  float: left;
  z-index: 99;
  display: none;
  background: rgba(255, 255, 255, 0.65);
  padding: 10px 15px 0 5px;
}
#crestashareicon .sbutton {
  clear: both;
  display: none;
}
#crestashareicon .sbutton {
  float: left;
}
#crestashareicon .plusminus {
  display: none !important;
}
/** MOBILE **/
@media screen and (max-width: 767px) {
  #crestashareicon {
    position: fixed !important;
    bottom: 0;
    left: 0;
    top: auto !important;
    height: auto !important;
    padding: 15px 0 10px;
  }
  .cresta-the-button {
    display: inline-block;
  }
  #crestashareicon .sbutton {
    display: inline-block !important;
    clear: none;
    margin: 0 10px;
  }
}
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside &gt; .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_scrollTools,
.mCS-dir-rtl &gt; .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl &gt; .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside &gt; .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside &gt; .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal &gt; .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper &gt; .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal &gt; .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal &gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCS-dir-rtl &gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl &gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl &gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden &gt; .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden &gt; .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCS-autoHide &gt; .mCustomScrollBox &gt; .mCSB_scrollTools,
.mCS-autoHide &gt; .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide:hover &gt; .mCustomScrollBox &gt; .mCSB_scrollTools,
.mCS-autoHide:hover &gt; .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover &gt; .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar &gt; .mCustomScrollBox &gt; .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar &gt; .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url("/fileadmin/template/img/mCSB_buttons.png");
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl &gt; .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl &gt; .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
/******** BOOTSTRAP COLUMN **********/
.bscol-bg-dark {
  background-color: #232f4f;
  color: #ffffff;
}
.bscol-bg-medark {
  background-color: #4e5873;
  color: #ffffff;
}
.bscol-bg-medium {
  background-color: #cddadf;
  color: #000000;
}
.bscol-bg-bright {
  background-color: #e1e8ec;
  color: #000000;
}
.bscol-bg-white {
  background-color: #ffffff;
  color: #000000;
}
.bscol-bg-transparent {
  background-color: transparent;
}
.bscol-bg-dark .arrow-right,
.bscol-bg-medark .arrow-right {
  background-image: url("/fileadmin/template/img/icons/arrow_right_bright.png");
}
/** specifically need to re-set margins for child elements if bg-color **/
.whBsCol.bscol-bg-dark,
.whBsCol.bscol-bg-medark,
.whBsCol.bscol-bg-medium,
.whBsCol.bscol-bg-bright,
.whBsCol.bscol-bg-white,
.whBsCol.bscol-bg-transparent {
  padding-top: 10px;
  padding-bottom: 10px;
  /* however, if direct child is BS col again, again with BG Col - ninanope! */
  /*
    &gt; .whBsCol.bscol-bg-dark:first-child,
    &gt; .whBsCol.bscol-bg-medark:first-child,
    &gt; .whBsCol.bscol-bg-medium:first-child,
    &gt; .whBsCol.bscol-bg-bright:first-child,
    &gt; .whBsCol.bscol-bg-white:first-child,
    &gt; .whBsCol.bscol-bg-transparent:first-child {
        top: -10px;
    }
    &gt; .whBsCol.bscol-bg-dark:last-child,
    &gt; .whBsCol.bscol-bg-medark:last-child,
    &gt; .whBsCol.bscol-bg-medium:last-child,
    &gt; .whBsCol.bscol-bg-bright:last-child,
    &gt; .whBsCol.bscol-bg-white:last-child,
    &gt; .whBsCol.bscol-bg-transparent:last-child {
        bottom: -10px;
    }
    */
}
.whBsCol.bscol-bg-dark &gt; h1:after,
.whBsCol.bscol-bg-medark &gt; h1:after,
.whBsCol.bscol-bg-medium &gt; h1:after,
.whBsCol.bscol-bg-bright &gt; h1:after,
.whBsCol.bscol-bg-white &gt; h1:after,
.whBsCol.bscol-bg-transparent &gt; h1:after,
.whBsCol.bscol-bg-dark &gt; h2:after,
.whBsCol.bscol-bg-medark &gt; h2:after,
.whBsCol.bscol-bg-medium &gt; h2:after,
.whBsCol.bscol-bg-bright &gt; h2:after,
.whBsCol.bscol-bg-white &gt; h2:after,
.whBsCol.bscol-bg-transparent &gt; h2:after,
.whBsCol.bscol-bg-dark &gt; h3:after,
.whBsCol.bscol-bg-medark &gt; h3:after,
.whBsCol.bscol-bg-medium &gt; h3:after,
.whBsCol.bscol-bg-bright &gt; h3:after,
.whBsCol.bscol-bg-white &gt; h3:after,
.whBsCol.bscol-bg-transparent &gt; h3:after,
.whBsCol.bscol-bg-dark &gt; h4:after,
.whBsCol.bscol-bg-medark &gt; h4:after,
.whBsCol.bscol-bg-medium &gt; h4:after,
.whBsCol.bscol-bg-bright &gt; h4:after,
.whBsCol.bscol-bg-white &gt; h4:after,
.whBsCol.bscol-bg-transparent &gt; h4:after,
.whBsCol.bscol-bg-dark &gt; h5:after,
.whBsCol.bscol-bg-medark &gt; h5:after,
.whBsCol.bscol-bg-medium &gt; h5:after,
.whBsCol.bscol-bg-bright &gt; h5:after,
.whBsCol.bscol-bg-white &gt; h5:after,
.whBsCol.bscol-bg-transparent &gt; h5:after,
.whBsCol.bscol-bg-dark &gt; h6:after,
.whBsCol.bscol-bg-medark &gt; h6:after,
.whBsCol.bscol-bg-medium &gt; h6:after,
.whBsCol.bscol-bg-bright &gt; h6:after,
.whBsCol.bscol-bg-white &gt; h6:after,
.whBsCol.bscol-bg-transparent &gt; h6:after {
  content: "";
  display: none;
}
.whBsCol.bscol-bg-dark.has-icon,
.whBsCol.bscol-bg-medark.has-icon,
.whBsCol.bscol-bg-medium.has-icon,
.whBsCol.bscol-bg-bright.has-icon,
.whBsCol.bscol-bg-white.has-icon,
.whBsCol.bscol-bg-transparent.has-icon {
  padding-top: 15px;
  padding-bottom: 15px;
  /* however, if direct child is BS col again, again with BG Col - ninanope! */
  /*
    &gt; .whBsCol.bscol-bg-dark:first-child,
    &gt; .whBsCol.bscol-bg-medark:first-child,
    &gt; .whBsCol.bscol-bg-medium:first-child,
    &gt; .whBsCol.bscol-bg-bright:first-child,
    &gt; .whBsCol.bscol-bg-white:first-child,
    &gt; .whBsCol.bscol-bg-transparent:first-child {
        top: -15px;
    }
    &gt; .whBsCol.bscol-bg-dark:last-child,
    &gt; .whBsCol.bscol-bg-medark:last-child,
    &gt; .whBsCol.bscol-bg-medium:last-child,
    &gt; .whBsCol.bscol-bg-bright:last-child,
    &gt; .whBsCol.bscol-bg-white:last-child,
    &gt; .whBsCol.bscol-bg-transparent:last-child {
        bottom: -15px;
    }
    */
}
.whBsCol.sub-bs {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.whBsCol.sub-bs .xxx.bscol-bg-dark,
.whBsCol.sub-bs .xxx.bscol-bg-medark,
.whBsCol.sub-bs .xxx.bscol-bg-medium,
.whBsCol.sub-bs .xxx.bscol-bg-bright,
.whBsCol.sub-bs .xxx.bscol-bg-white,
.whBsCol.sub-bs .xxx.bscol-bg-transparent {
  /* only do if there are previous elements! */
  /* ALSO do if nested deeper level */
}
.whBsCol.sub-bs .xxx.bscol-bg-dark &gt; .whBsCol:first-child,
.whBsCol.sub-bs .xxx.bscol-bg-medark &gt; .whBsCol:first-child,
.whBsCol.sub-bs .xxx.bscol-bg-medium &gt; .whBsCol:first-child,
.whBsCol.sub-bs .xxx.bscol-bg-bright &gt; .whBsCol:first-child,
.whBsCol.sub-bs .xxx.bscol-bg-white &gt; .whBsCol:first-child,
.whBsCol.sub-bs .xxx.bscol-bg-transparent &gt; .whBsCol:first-child {
  top: -10px;
  margin-bottom: -10px;
}
.whBsCol.sub-bs .xxx.bscol-bg-dark &gt; .whBsCol:last-child,
.whBsCol.sub-bs .xxx.bscol-bg-medark &gt; .whBsCol:last-child,
.whBsCol.sub-bs .xxx.bscol-bg-medium &gt; .whBsCol:last-child,
.whBsCol.sub-bs .xxx.bscol-bg-bright &gt; .whBsCol:last-child,
.whBsCol.sub-bs .xxx.bscol-bg-white &gt; .whBsCol:last-child,
.whBsCol.sub-bs .xxx.bscol-bg-transparent &gt; .whBsCol:last-child {
  bottom: -10px;
}
.whBsCol.sub-bs .xxx.bscol-bg-dark &gt; .whBsCol + .whBsCol:last-child,
.whBsCol.sub-bs .xxx.bscol-bg-medark &gt; .whBsCol + .whBsCol:last-child,
.whBsCol.sub-bs .xxx.bscol-bg-medium &gt; .whBsCol + .whBsCol:last-child,
.whBsCol.sub-bs .xxx.bscol-bg-bright &gt; .whBsCol + .whBsCol:last-child,
.whBsCol.sub-bs .xxx.bscol-bg-white &gt; .whBsCol + .whBsCol:last-child,
.whBsCol.sub-bs .xxx.bscol-bg-transparent &gt; .whBsCol + .whBsCol:last-child {
  margin-top: -10px;
}
.whBsCol.sub-bs .xxx.bscol-bg-dark &gt; .whBsCol.sub-bs &gt; .whBsCol:last-child,
.whBsCol.sub-bs .xxx.bscol-bg-medark &gt; .whBsCol.sub-bs &gt; .whBsCol:last-child,
.whBsCol.sub-bs .xxx.bscol-bg-medium &gt; .whBsCol.sub-bs &gt; .whBsCol:last-child,
.whBsCol.sub-bs .xxx.bscol-bg-bright &gt; .whBsCol.sub-bs &gt; .whBsCol:last-child,
.whBsCol.sub-bs .xxx.bscol-bg-white &gt; .whBsCol.sub-bs &gt; .whBsCol:last-child,
.whBsCol.sub-bs .xxx.bscol-bg-transparent &gt; .whBsCol.sub-bs &gt; .whBsCol:last-child {
  margin-top: -10px;
}
/*
.whBsCol.sub-bs &gt; .whBsCol:first-child {
    margin-top: -10px;
}
.whBsCol.sub-bs &gt; .whBsCol:last-child {
    margin-bottom: -10px;
}
*/
.whBsCol.no-pad {
  padding: 0 !important;
}
.whBsCol.no-pad &gt; .whBsCol:first-child {
  top: auto !important;
}
.whBsCol.no-pad &gt; .whBsCol:last-child {
  bottom: auto !important;
}
/* headlines and stuff */
.whBsCol &gt; *:first-child {
  margin-top: 0;
}
.whBsCol &gt; *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .whBsCol &gt; ul {
    padding-left: 20px;
  }
}
/*
.whBsCol.absborder-right, .whBsCol.absborder-bottom {
position: relative;
}

.whBsCol.absborder-right::before {
content: " ";
position: absolute;
top: 0;
bottom: 0;
right: -1px;
width: 2px;
background-color: white;
z-index: 1;
}
.whBsCol.absborder-bottom::after {
content: " ";
position: absolute;
left: 0;
right: 0;
bottom: -1px;
height: 2px;
background-color: white;
z-index: 1;
}
*/
@media only screen and (max-width: 767px) {
  .whBsCol.absborder-right-mobile {
    border-right: 2px solid #ffffff;
  }
  .whBsCol.absborder-left-mobile {
    border-left: 2px solid #ffffff;
  }
  .whBsCol.absborder-top-mobile {
    border-top: 2px solid #ffffff;
  }
  .whBsCol.absborder-bottom-mobile {
    border-bottom: 2px solid #ffffff;
  }
}
@media only screen and (min-width: 768px) {
  .whBsCol.absborder-right {
    border-right: 2px solid #ffffff;
  }
  .whBsCol.absborder-left {
    border-left: 2px solid #ffffff;
  }
  .whBsCol.absborder-top {
    border-top: 2px solid #ffffff;
  }
  .whBsCol.absborder-bottom {
    border-bottom: 2px solid #ffffff;
  }
}
.bscol-bg-dark &gt; .container .whBsCol,
.whBsCol.bscol-bg-white {
  /*TODO should that be ... -bg-bright or so? */
  border-color: #9bb5c0 !important;
  /*border-width: 1px !important;*/
}
.bscol-bg-dark &gt; .container .whBsCol.bscol-bg-bright,
.bscol-bg-dark &gt; .container .whBsCol.bscol-bg-medium,
.bscol-bg-dark &gt; .container .whBsCol.bscol-bg-medark,
.bscol-bg-dark &gt; .container .whBsCol.bscol-bg-white {
  border-color: #232f4f !important;
}
/** special stuff (font, icon, colors, ...) ****/
.whBsCol.smaller-font {
  font-size: 84%;
}
.whBsCol.has-icon {
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 0 center;
  /* &amp;[class^="bscol-bg-"] { } ??? */
}
.whBsCol.has-icon.bscol-bg-dark,
.whBsCol.has-icon.bscol-bg-medark,
.whBsCol.has-icon.bscol-bg-medium,
.whBsCol.has-icon.bscol-bg-bright,
.whBsCol.has-icon.bscol-bg-white,
.whBsCol.has-icon.bscol-bg-transparent {
  background-position: 10px center;
}
.whBsCol.bscol-bg-medium a,
.whBsCol.bscol-bg-bright a {
  color: #232f4f;
}
/** promo scroller ****/
.whBsCol.whPromoScroll {
  transition: margin-top 0.222s cubic-bezier(0.32, 0.91, 0, 0.98) 0.111s;
  -webkit-transition: margin-top 0.222s ease-out 0.111s;
}
/** tables **/
.whBsCol table {
  width: 100%;
}
/**************** Layouts ****************/
/* old school shit */
.whBsCol.layout-two-cols &gt; .whBsCol:nth-child(2n + 1) {
  clear: left;
}
.whBsCol.layout-three-cols &gt; .whBsCol:nth-child(3n + 1) {
  clear: left;
}
/* yay! */
.whBsCol.layout-two-cols,
.whBsCol.layout-three-cols {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}
/**************** bsCol LinkedCard ****************/
.whBsCol.linked-card:hover {
  background-color: inherit;
}
.whBsCol.linked-card &gt; a:only-child {
  display: block;
  padding: 10px 15px 10px 30px;
  margin: -10px -15px;
  background-position: 15px center;
}
.bscol-bg-dark .whBsCol.linked-card:hover,
.bscol-bg-medark .whBsCol.linked-card:hover {
  background-color: #384360;
}
.whBsCol.bscol-bg-white.linked-card:hover {
  background-color: #f5f7f8;
}
.whBsCol.linked-card a {
  background: transparent url("/fileadmin/template/img/icons/arrow_right.png") no-repeat center left;
  padding-left: 15px;
}
.bscol-bg-dark .whBsCol.linked-card a {
  background-image: url("/fileadmin/template/img/icons/arrow_right_bright.png");
}

/* Media break points */
/* not there */
/* 768 */
/* 992 */
/* 1200 */
/* Generate the x-extra small columns */
/**5286a8**/
/* default link color */
/* base colors new design */
/* same colors as for main page - but CAN be overwritten here! */
/*
@bscol-bg-dark:   #232f4f;
@bscol-bg-medium: #cddadf;
@bscol-bg-bright: #e1e8ec;

@head-bg-dark:   #232f4f;
@head-bg-medium: #384360;


@nav-bg-dark:   #7b8295;
@nav-bg-bright: #bdc0ca;
*/
/**************** DEFAULT ELEMS? *****************/
br.cb.breaker {
  clear: both;
}
.isLoading {
  position: relative;
}
.isLoading.overlayed::before {
  content: " ";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  opacity: 0.88;
  background-color: #ffffff;
  /*@bscol-bg-bright;*/
}
.isLoading::after {
  content: " ";
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: transparent url("/fileadmin/template/img/icons/bx_loader.gif") 0 0 no-repeat;
}
a.whAnchor {
  visibility: hidden;
  display: block;
  overflow: hidden;
  height: 1px;
  /*float: left;*/
  /*display: block;
    background-color: red;
    height: 1px;
    z-index: 999999999999999999;
    position: relative;*/
}
span.whOffsetAnchor {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 0;
}
span.whOffsetAnchor &gt; span {
  visibility: hidden;
  display: block;
  height: 1px;
  width: 1px;
  position: absolute;
  left: -50px;
  top: -166px;
}
@media only screen and (min-width: 768px) {
  .whHeadlineOffsetAnchor {
    margin-top: -150px !important;
    padding-top: 185px !important;
  }
}
@media only screen and (max-width: 767px) {
  .whHeadlineOffsetAnchor:before {
    content: " ";
    display: block;
    position: absolute;
    top: -212px;
    left: -10px;
  }
}
.whHeadlineOffsetAnchor + div,
.whHeadlineOffsetAnchor + div.clearfix + div {
  z-index: 11;
  position: relative;
}
a.whHeadlineOverImage {
  position: relative;
  padding: 0 !important;
  margin: 0 0 0 15px;
  display: inline-block !important;
}
a.whHeadlineOverImage &gt; img {
  /*width: 100%;*/
}
a.whHeadlineOverImage &gt; h5 {
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
  padding: 10px 15px 15px;
  background-color: rgba(225, 232, 236, 0.5);
  color: #000000;
}
a.whHeadlineOverImage &gt; h5::after {
  content: " ";
  background: transparent url("/fileadmin/template/img/icons/arrow_right.png") center center no-repeat;
  display: inline-block;
  width: 25px;
  height: 20px;
  position: relative;
  top: 5px;
}
.csc-textpic-text p.show-as-h3:first-child,
.csc-textpic-text h3:first-child,
.csc-textpic-text p.show-as-h2:first-child,
.csc-textpic-text h2:first-child {
  margin-top: 0 !important;
}
.contenttable-2 thead {
  background-color: #232f4f;
  color: #ffffff;
}
.contenttable-2 tbody tr td {
  background-color: #e1e8ec;
}
.contenttable-2 tbody tr td:first-child {
  background-color: #cddadf;
}
#content_main a {
  /*color: @nav-bg-dark;*/
  font-weight: bold;
}
#uparrow {
  transition: height 0.25s linear;
  display: block;
  z-index: 13;
}
body.whScrolledTop #uparrow {
  height: 0;
}
/**************** Themed Pages Header *****************/
/*
body {
    padding-top: 160px;
}

body.whExtraHeader {
    padding-top: 200px;
}
*/
body {
  transition: background-color 0.25s linear;
  background-color: #ffffff;
}
body.hideScrollBar {
  overflow: hidden;
  background-color: #d3d5db;
  transition: background-color 0.5s linear;
}
#im_wrapper_themed_header {
  border-width: 0;
  /*min-height: 0;*/
  margin-bottom: 0;
  min-width: 350px;
  min-height: 66px;
  /* default height - will change depending on scrolled top / extra header! */
  /*height: 77px;
    transition: height 0.33s linear;*/
  padding: 0;
}
/* full widht elems! */
body &gt; .bscol-bg-dark .im_main_multi {
  padding-top: 25px;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 0;
}
/* slider */
/*
#im_wrapper_themed_header + .bscol-bg-dark {
    padding: 0;
}
*/
body.whCollapsibleShown {
  overflow-y: hidden;
  position: relative;
  height: 100%;
}
/*body.whCollapsibleShown &gt; .container#im_main,
body.whCollapsibleShown &gt; .container.im_main_multi,
body.whCollapsibleShown &gt; .bscol-bg-dark &gt; .container.im_main_multi,
body.whCollapsibleShown &gt; #im_footer,
body.whCollapsibleShown &gt; #form-footer*/
body.whCollapsibleShown &gt; .container,
body.whCollapsibleShown &gt; article,
body.whCollapsibleShown &gt; .bscol-bg-dark &gt; .container,
body.whCollapsibleShown &gt; .container-fluid {
  display: none;
}
body.whCollapsibleShown &gt; .navbar-fixed-top#im_wrapper_themed_header {
  position: absolute;
  margin-bottom: 0;
}
body.whCollapsibleShown &gt; .navbar-fixed-top#im_wrapper_themed_header &gt; div.container {
  display: block;
}
body.whCollapsibleShown &gt; .navbar-fixed-top#im_wrapper_themed_header .navbar-collapse.collapse.in {
  max-height: none;
}
/********************************  Main Header Styles ********************************/
/******** Mobile Header State - w/o extra Header - also Laptop Collapsed (scrolled Down) ********/
body {
  padding-top: 66px;
}
body #im_themed_header {
  padding: 5px 0;
  /*
    @media @laptop {
        button {
            margin: 10px 0 0 5px;

            &amp;.icon-menu { float: right; }
        }
    }
    */
}
body #im_themed_header &gt; div {
  padding: 0;
}
body #im_themed_header #im_themed_header_logo {
  transition: width 0.33s linear, padding 0.33s linear;
}
body #im_themed_header #im_themed_header_logo a.home-link img {
  transition: margin-left 0.33s linear;
  margin-left: 0;
  margin-top: 1px;
  max-height: 55px;
}
@media only screen and (min-width: 992px) {
  body #im_themed_header #im_themed_header_logo a.home-link img {
    height: auto;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  body #im_themed_header #im_themed_header_logo {
    padding-left: 5px;
  }
}
body #im_themed_header button {
  padding: 0;
  /*margin: 10px auto 0;*/
  margin: 10px 5px 0 0;
  width: 40px;
  height: 40px;
  display: block;
  float: right;
  background-image: none;
  background-color: #bdc0ca;
  border-width: 0;
  border-radius: 0;
}
body #im_themed_header button p {
  font-size: smaller;
  margin: 0;
  text-align: center;
  display: none;
}
body #im_themed_header button.icon-menu span,
body #im_themed_header button.icon-menu span:before,
body #im_themed_header button.icon-menu span:after {
  display: block;
  height: 2px;
  border-radius: 0;
  background-color: #232f4f;
  margin: 0 8px 0;
  position: relative;
}
body #im_themed_header button.icon-menu span:before,
body #im_themed_header button.icon-menu span:after {
  content: " ";
  position: relative;
  left: 0;
  right: 0;
  margin: 0;
  top: -7px;
}
body #im_themed_header button.icon-menu span:after {
  top: auto;
  bottom: -5px;
}
body #im_themed_header button.icon-search span {
  background-image: url("/fileadmin/template/img/icons/lupe.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 40px;
}
body #im_themed_header button.collapsed {
  background-color: #7b8295;
}
body #im_themed_header button.collapsed.icon-menu span,
body #im_themed_header button.collapsed.icon-menu span:before,
body #im_themed_header button.collapsed.icon-menu span:after {
  background-color: #ffffff;
}
body #im_themed_header button.collapsed.icon-search span {
  background-image: url("/fileadmin/template/img/icons/lupe_white_trans.png");
}
body #im_themed_header #im_themed_header_subsections {
  display: none;
}
/******** Header State for Laptop/Desktop - Scrolled To Top! *******/
@media only screen and (min-width: 992px) {
  body.whScrolledTop {
    padding-top: 150px;
  }
  body.whScrolledTop #im_wrapper_themed_header {
    /*height: 157px;*/
  }
}
@media only screen and (min-width: 992px) {
  body.whScrolledTop #im_themed_header #im_themed_header_logo {
    width: 100%;
    padding: 25px 0 25px 50%;
  }
  body.whScrolledTop #im_themed_header #im_themed_header_logo a.home-link img {
    /*margin-top: 25px;
                    margin-bottom: 25px;*/
    margin-top: 0;
    height: 62px;
    margin-left: -110px;
  }
  body.whScrolledTop #im_themed_header #im_themed_header_logo #header_shares {
    display: block !important;
  }
  body.whScrolledTop #im_themed_header .whHideOnScrollTop {
    display: none;
  }
  body.whScrolledTop #im_themed_header #im_themed_header_subsections {
    display: none;
  }
}
/******** Header - Extra Info - additional Line on Mobile/Tablet ********/
@media only screen and (max-width: 991px) {
  body.whExtraHeader {
    padding-top: 106px;
  }
  body.whExtraHeader #im_wrapper_themed_header {
    /*height: 117px;*/
    min-height: 112px;
  }
}
body.whExtraHeader #im_themed_header #im_themed_header_subsections {
  display: block;
  border-radius: 0;
  margin: 8px 0 -10px;
  cursor: pointer;
  /*background-color: @nav-bg-dark;*/
  background-color: #bdc0ca;
  color: #232f4f;
  transition: background-color 0.15s ease, color 0.15s ease;
}
@media only screen and (min-width: 992px) {
  body.whExtraHeader #im_themed_header #im_themed_header_subsections {
    margin: 13px 0 0 16px;
  }
}
body.whExtraHeader #im_themed_header #im_themed_header_subsections p {
  line-height: 20px;
  height: 20px;
  margin: 10px;
  padding: 0;
  white-space: nowrap;
  background: transparent none no-repeat right center;
}
body.whExtraHeader #im_themed_header #im_themed_header_subsections p::after {
  content: "x";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  font-weight: bold;
  /*margin-top: -5px;*/
  font-size: larger;
  padding-top: 7px;
  text-align: right;
  padding-right: 9px;
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #bdc0ca 75%, #bdc0ca 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #bdc0ca 75%, #bdc0ca 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #bdc0ca 75%, #bdc0ca 100%);
}
body.whExtraHeader #im_themed_header #im_themed_header_subsections.collapsed p {
  /*background: transparent url('../../../../fileadmin/template/themes/less/@img_down_arrow_small') no-repeat right center;*/
  white-space: nowrap;
}
body.whExtraHeader #im_themed_header #im_themed_header_subsections.collapsed p::before {
  content: " ";
  background: transparent url("/fileadmin/template/img/icons/arrow_down_white.png") no-repeat center center;
  position: absolute;
  top: 0;
  bottom: -2px;
  right: 0;
  width: 30px;
  margin: 0;
  padding: 0;
  z-index: 1;
}
body.whExtraHeader #im_themed_header #im_themed_header_subsections.collapsed p::after {
  /*display: none;*/
  content: "  ";
  position: absolute;
  width: 100px;
  right: 0;
  top: 0;
  bottom: -2px;
  margin: 0;
  padding: 0;
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #232f4f 75%, #232f4f 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #232f4f 75%, #232f4f 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #232f4f 75%, #232f4f 100%);
}
body.whExtraHeader #im_themed_header #im_themed_header_subsections.collapsed {
  color: #ffffff;
  background-color: #7b8295;
}
body.whExtraHeader #im_themed_header #im_themed_header_subsections.collapsed.doHighlight {
  color: #232f4f;
  background-color: #bdc0ca;
}
@media only screen and (max-width: 991px) {
  body.whExtraHeader #im_themed_header #im_themed_header_subsections.collapsed {
    border-bottom: 2px solid #232f4f;
  }
}
/******************************** Main/Sub Menu Collapsibles ********************************/
#im_themed_mainmenu {
  padding: 0 0 0;
  position: relative;
  /** Only for NOT whScrolledTop, OR for whScrolledTop and @media @max_tablet! **/
  /* -&gt; such combinations not possible, i.e. in 'un-collapsed' state for main menu, stuff needs to be overwritten, see below */
  /* NOT for mobile/tablet - i.e. only for collapsibles NOT over full body/body hidden */
}
#im_themed_mainmenu &gt; nav.navbar {
  margin-bottom: 0;
  min-height: 0;
  border-width: 0;
  /* search only visible in un-collapsed mode of main menu! */
  /*
        div.navbar-collapse {
            padding-left: 0;
            padding-right: 0;

            &gt; .navbar-form {
                margin: -10px 0 0;

                padding-left: 0;
                padding-right: 0;

                .form-control {
                    width: 200px;
                }
            }
        }
        */
}
#im_themed_mainmenu &gt; nav.navbar #im_themed_mainmenu_main form {
  display: none;
}
#im_themed_mainmenu .collapse,
#im_themed_mainmenu .collapsing {
  color: #000000;
  clear: both;
  padding: 15px;
  background-color: #ffffff;
  overflow: auto;
  overflow-x: hidden;
}
#im_themed_mainmenu ul.navbar-nav li {
  float: none;
}
#im_themed_mainmenu ul.navbar-nav li a {
  float: none;
  display: block;
}
#im_themed_mainmenu #im_themed_mainmenu_res span.input-group-addon.search {
  background-color: #7b8295;
  background-image: url("/fileadmin/template/img/icons/lupe.png");
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 40px;
  border-width: 0;
  border-radius: 0;
}
#im_themed_mainmenu #im_themed_mainmenu_sub,
#im_themed_mainmenu #im_themed_mainmenu_main {
  background-color: #7b8295;
}
#im_themed_mainmenu #im_themed_mainmenu_sub &gt; nav,
#im_themed_mainmenu #im_themed_mainmenu_main &gt; nav {
  width: 100% !important;
}
#im_themed_mainmenu #im_themed_mainmenu_sub ul.nav li,
#im_themed_mainmenu #im_themed_mainmenu_main ul.nav li {
  float: none;
  margin: 0;
}
#im_themed_mainmenu #im_themed_mainmenu_sub ul.nav li a,
#im_themed_mainmenu #im_themed_mainmenu_main ul.nav li a {
  float: none;
  border-radius: 0;
  display: block;
  padding: 15px;
  margin: 0;
  color: #ffffff;
  background-color: #7b8295;
  border-bottom: 1px solid #ffffff;
}
#im_themed_mainmenu #im_themed_mainmenu_sub ul.nav li a:hover,
#im_themed_mainmenu #im_themed_mainmenu_main ul.nav li a:hover {
  background-color: #bdc0ca;
  color: #232f4f;
}
#im_themed_mainmenu #im_themed_mainmenu_sub ul.nav li.active a,
#im_themed_mainmenu #im_themed_mainmenu_main ul.nav li.active a {
  background-color: #bdc0ca;
  color: #232f4f;
}
#im_themed_mainmenu #im_themed_mainmenu_sub ul.nav li ul li a,
#im_themed_mainmenu #im_themed_mainmenu_main ul.nav li ul li a,
#im_themed_mainmenu #im_themed_mainmenu_sub ul.nav li.active ul li a,
#im_themed_mainmenu #im_themed_mainmenu_main ul.nav li.active ul li a {
  /*padding: 5px 15px;*/
  color: #ffffff;
  background-color: #7b8295;
}
#im_themed_mainmenu #im_themed_mainmenu_sub ul.nav li ul li.active a,
#im_themed_mainmenu #im_themed_mainmenu_main ul.nav li ul li.active a,
#im_themed_mainmenu #im_themed_mainmenu_sub ul.nav li.active ul li.active a,
#im_themed_mainmenu #im_themed_mainmenu_main ul.nav li.active ul li.active a,
#im_themed_mainmenu #im_themed_mainmenu_sub ul.nav li ul li a:hover,
#im_themed_mainmenu #im_themed_mainmenu_main ul.nav li ul li a:hover,
#im_themed_mainmenu #im_themed_mainmenu_sub ul.nav li.active ul li a:hover,
#im_themed_mainmenu #im_themed_mainmenu_main ul.nav li.active ul li a:hover {
  background-color: #bdc0ca;
  color: #232f4f;
}
#im_themed_mainmenu #im_themed_mainmenu_sub ul.nav li.dropdown &gt; ul.dropdown-menu,
#im_themed_mainmenu #im_themed_mainmenu_main ul.nav li.dropdown &gt; ul.dropdown-menu {
  padding: 0;
  border-bottom: 2px solid #ffffff;
}
#im_themed_mainmenu #im_themed_mainmenu_sub ul.nav li.dropdown &gt; ul.dropdown-menu a,
#im_themed_mainmenu #im_themed_mainmenu_main ul.nav li.dropdown &gt; ul.dropdown-menu a {
  border-bottom-width: 0;
}
#im_themed_mainmenu #im_themed_mainmenu_sub p.h3,
#im_themed_mainmenu #im_themed_mainmenu_main p.h3 {
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  #im_themed_mainmenu #im_themed_mainmenu_sub,
  #im_themed_mainmenu #im_themed_mainmenu_main {
    border-top: 4px solid #232f4f;
  }
}
@media only screen and (min-width: 992px) {
  #im_themed_mainmenu #im_themed_mainmenu_sub {
    /* fick dich ins knie less!!! was zur hoelle??? */
    /* ok TYPO3 CSS COMPRESSOR FICK DICH AUCH INS KNIE! IHR BEIDE!!!! */
    /*margin-left: ~"calc(16.666% - 16px)";*/
    margin-left: calc(18.111%);
  }
}
#im_themed_mainmenu .in#im_themed_mainmenu_main #header_shares_collapsible,
#im_themed_mainmenu .collapsing#im_themed_mainmenu_main #header_shares_collapsible {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  #im_themed_mainmenu.normal-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown ul.dropdown-menu,
  #im_themed_mainmenu.normal-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown ul.dropdown-menu {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #ffffff;
  }
  #im_themed_mainmenu.normal-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown ul.dropdown-menu li a,
  #im_themed_mainmenu.normal-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown ul.dropdown-menu li a {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  #im_themed_mainmenu.normal-wrapper {
    /* as a small hack, we only style that when .in is set --&gt; do not need to re-set below for un-collapsed! */
  }
  #im_themed_mainmenu.normal-wrapper .in#im_themed_mainmenu_main ul.nav,
  #im_themed_mainmenu.normal-wrapper .collapsing#im_themed_mainmenu_main ul.nav {
    width: 100%;
  }
  #im_themed_mainmenu.normal-wrapper .in#im_themed_mainmenu_main ul.nav li,
  #im_themed_mainmenu.normal-wrapper .collapsing#im_themed_mainmenu_main ul.nav li {
    /*margin-left: 55%;
                    width: 45%;*/
    margin-left: 34%;
    width: 32%;
  }
  #im_themed_mainmenu.normal-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown,
  #im_themed_mainmenu.normal-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown {
    margin-left: 0;
    display: block;
    float: left;
    /* only if first child! see below, next li-s are moved to the right! */
  }
  #im_themed_mainmenu.normal-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown &gt; a &gt; .caret,
  #im_themed_mainmenu.normal-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown &gt; a &gt; .caret {
    display: none;
  }
  #im_themed_mainmenu.normal-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown &gt; ul.dropdown-menu,
  #im_themed_mainmenu.normal-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown &gt; ul.dropdown-menu {
    /*display: block;*/
    position: static;
    width: auto;
    float: none;
    padding: 0;
    border-width: 0;
    box-shadow: none;
    background-color: transparent;
  }
  #im_themed_mainmenu.normal-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown &gt; ul.dropdown-menu li,
  #im_themed_mainmenu.normal-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown &gt; ul.dropdown-menu li {
    margin-left: 0;
    width: auto;
  }
  #im_themed_mainmenu.normal-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown &gt; ul.dropdown-menu li a,
  #im_themed_mainmenu.normal-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown &gt; ul.dropdown-menu li a {
    border-bottom-width: 0;
    padding: 5px 15px;
  }
  #im_themed_mainmenu.normal-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown + li.dropdown,
  #im_themed_mainmenu.normal-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown + li.dropdown {
    margin-left: 2%;
  }
  #im_themed_mainmenu.normal-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown:first-child &gt; ul.dropdown-menu,
  #im_themed_mainmenu.normal-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown:first-child &gt; ul.dropdown-menu,
  #im_themed_mainmenu.normal-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown:first-child + li.dropdown &gt; ul.dropdown-menu,
  #im_themed_mainmenu.normal-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown:first-child + li.dropdown &gt; ul.dropdown-menu {
    display: block;
  }
  #im_themed_mainmenu.normal-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown + li.dropdown + li,
  #im_themed_mainmenu.normal-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown + li.dropdown + li,
  #im_themed_mainmenu.normal-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown + li.dropdown + li + li,
  #im_themed_mainmenu.normal-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown + li.dropdown + li + li,
  #im_themed_mainmenu.normal-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown + li.dropdown + li + li + li,
  #im_themed_mainmenu.normal-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown + li.dropdown + li + li + li,
  #im_themed_mainmenu.normal-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown + li.dropdown + li + li + li + li,
  #im_themed_mainmenu.normal-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown + li.dropdown + li + li + li + li {
    margin-left: 68%;
  }
}
@media only screen and (max-width: 991px) {
  #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown ul.dropdown-menu,
  #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown ul.dropdown-menu {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #ffffff;
  }
  #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown ul.dropdown-menu li a,
  #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown ul.dropdown-menu li a {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #im_themed_mainmenu.mega-wrapper {
    /* as a small hack, we only style that when .in is set --&gt; do not need to re-set below for un-collapsed! */
  }
  #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav,
  #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav {
    width: 100%;
  }
  #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li,
  #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li {
    /*margin-left: 55%;
                    width: 45%;*/
    margin-left: 34%;
    width: 32%;
  }
  #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown,
  #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown {
    margin-left: 0;
    display: block;
    float: left;
    /* only if first child! see below, next li-s are moved to the right! */
  }
  #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown &gt; a &gt; .caret,
  #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown &gt; a &gt; .caret {
    display: none;
  }
  #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown &gt; ul.dropdown-menu,
  #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown &gt; ul.dropdown-menu {
    /*display: block;*/
    position: static;
    width: auto;
    float: none;
    padding: 0;
    border-width: 0;
    box-shadow: none;
    background-color: transparent;
  }
  #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown &gt; ul.dropdown-menu li,
  #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown &gt; ul.dropdown-menu li {
    margin-left: 0;
    width: auto;
  }
  #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown &gt; ul.dropdown-menu li a,
  #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown &gt; ul.dropdown-menu li a {
    border-bottom-width: 0;
    padding: 5px 15px;
  }
  #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown + li.dropdown,
  #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown + li.dropdown {
    margin-left: 2%;
  }
  #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown:first-child &gt; ul.dropdown-menu,
  #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown:first-child &gt; ul.dropdown-menu,
  #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown:first-child + li.dropdown &gt; ul.dropdown-menu,
  #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown:first-child + li.dropdown &gt; ul.dropdown-menu {
    display: block;
  }
  #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown + li.dropdown + li,
  #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown + li.dropdown + li,
  #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown + li.dropdown + li + li,
  #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown + li.dropdown + li + li,
  #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown + li.dropdown + li + li + li,
  #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown + li.dropdown + li + li + li,
  #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown + li.dropdown + li + li + li + li,
  #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown + li.dropdown + li + li + li + li {
    margin-left: 68%;
  }
}
/***************** SPECIAL - scrolled To TOp on Laptop/Desktop --&gt; Main Menu fully Visible, 'un-collapse' ***************************/
body.whScrolledTop #im_themed_mainmenu {
  /**** STATE: scrolled to top, laptop/desktop --&gt; FULL MENU directly visible, not in collapsible ****/
  /* expanded main menu */
}
@media only screen and (min-width: 992px) {
  body.whScrolledTop #im_themed_mainmenu {
    padding-bottom: 5px;
  }
  body.whScrolledTop #im_themed_mainmenu .collapse#im_themed_mainmenu_main {
    display: block !important;
    padding: 0;
    background-color: transparent;
    overflow: visible;
  }
  body.whScrolledTop #im_themed_mainmenu .collapse#im_themed_mainmenu_main form {
    display: inline;
    width: auto;
    margin-right: 0;
    /* SEARCH DYN WIDTH */
    display: block;
    float: none !important;
  }
  body.whScrolledTop #im_themed_mainmenu .collapse#im_themed_mainmenu_main form .input-group {
    width: 212px;
    /* SEARCH DYN WIDTH */
    width: auto !important;
  }
  body.whScrolledTop #im_themed_mainmenu .collapse#im_themed_mainmenu_main form input {
    height: 30px;
    border-radius: 0;
    border-width: 0;
  }
  body.whScrolledTop #im_themed_mainmenu .collapse#im_themed_mainmenu_main form span.input-group-addon.search {
    background-color: #7b8295;
    background-image: url("/fileadmin/template/img/icons/lupe_white.png");
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 40px;
    border-width: 0;
    border-radius: 0;
  }
  body.whScrolledTop #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li {
    float: left;
  }
  body.whScrolledTop #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li a {
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    color: #ffffff;
    background-color: #7b8295;
    border-bottom-width: 0;
  }
  body.whScrolledTop #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li a:hover {
    background-color: #bdc0ca;
    color: #232f4f;
  }
  body.whScrolledTop #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li.homelink a {
    padding: 5px 8px;
  }
  body.whScrolledTop #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li.backlink a {
    background-color: #bdc0ca;
    color: #232f4f;
  }
  body.whScrolledTop #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li.backlink a:hover {
    background-color: #7b8295;
    color: #ffffff;
  }
  body.whScrolledTop #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li.active a {
    background-color: #bdc0ca;
    color: #232f4f;
  }
  body.whScrolledTop #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li ul.dropdown-menu {
    padding: 0;
    border-bottom-width: 0;
  }
  body.whScrolledTop #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li ul.dropdown-menu li {
    float: none;
    margin-top: 1px;
  }
  body.whScrolledTop #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li ul.dropdown-menu li a {
    float: none;
    margin-right: 0;
    font-weight: normal;
    text-transform: none;
  }
  body.whScrolledTop #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li ul.dropdown-menu li:first-child {
    margin-top: 0;
  }
  body.whScrolledTop #im_themed_mainmenu .collapse#im_themed_mainmenu_res form,
  body.whScrolledTop #im_themed_mainmenu .collapsing#im_themed_mainmenu_res form {
    display: none;
  }
  body.whScrolledTop #im_themed_mainmenu #im_themed_mainmenu_res {
    border-top: 5px solid #232f4f;
  }
  body.whScrolledTop #im_themed_mainmenu #im_themed_mainmenu_res .results {
    padding-top: 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  body.whScrolledTop #im_themed_mainmenu .collapse#im_themed_mainmenu_main form .input-group {
    width: 312px;
  }
  body.whScrolledTop #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li a {
    padding: 5px 20px;
  }
}
/***************** SPECIAL - scrolled To TOp on Laptop/Desktop --&gt; INVERTED! ***************************/
body #im_wrapper_themed_header.bscol-bg-white {
  border-bottom: 1px solid #232f4f;
  /*+ .bscol-bg-dark {
        margin-top: -1px;
    }*/
}
body #im_wrapper_themed_header.bscol-bg-white #im_themed_header button.collapsed {
  background-color: #232f4f;
}
body #im_wrapper_themed_header.bscol-bg-white #im_themed_header_subsections.collapsed {
  background-color: #232f4f;
}
body #im_wrapper_themed_header.bscol-bg-white #im_themed_header_subsections.collapsed p {
  background: transparent url("/fileadmin/template/img/icons/arrow_down_white.png") no-repeat right center;
}
@media only screen and (min-width: 992px) {
  body #im_wrapper_themed_header.bscol-bg-white #im_themed_mainmenu_res {
    border: 1px solid #232f4f;
    margin-right: 1px;
  }
}
body.whScrolledTop #im_wrapper_themed_header.bscol-bg-white #im_themed_mainmenu {
  border-bottom-width: 0;
  /**** STATE: scrolled to top, laptop/desktop --&gt; FULL MENU directly visible, not in collapsible ****/
}
body.whScrolledTop #im_wrapper_themed_header.bscol-bg-white #im_themed_mainmenu #im_themed_mainmenu_sub p.h3,
body.whScrolledTop #im_wrapper_themed_header.bscol-bg-white #im_themed_mainmenu #im_themed_mainmenu_main p.h3 {
  color: #000000;
}
@media only screen and (min-width: 992px) {
  body.whScrolledTop #im_wrapper_themed_header.bscol-bg-white #im_themed_mainmenu .collapse#im_themed_mainmenu_main form input {
    border-left: 3px solid #232f4f;
    color: #ffffff;
    font-weight: bold;
    background-color: #4e5873;
    border-top: 1px solid #232f4f;
    border-bottom: 1px solid #232f4f;
  }
  body.whScrolledTop #im_wrapper_themed_header.bscol-bg-white #im_themed_mainmenu .collapse#im_themed_mainmenu_main form input::-webkit-input-placeholder {
    color: #ffffff;
    font-weight: normal;
  }
  body.whScrolledTop #im_wrapper_themed_header.bscol-bg-white #im_themed_mainmenu .collapse#im_themed_mainmenu_main form input:-moz-placeholder {
    color: #ffffff;
    font-weight: normal;
  }
  body.whScrolledTop #im_wrapper_themed_header.bscol-bg-white #im_themed_mainmenu .collapse#im_themed_mainmenu_main form input::-moz-placeholder {
    color: #ffffff;
    font-weight: normal;
  }
  body.whScrolledTop #im_wrapper_themed_header.bscol-bg-white #im_themed_mainmenu .collapse#im_themed_mainmenu_main form input:-ms-input-placeholder {
    color: #ffffff;
    font-weight: normal;
  }
  body.whScrolledTop #im_wrapper_themed_header.bscol-bg-white #im_themed_mainmenu .collapse#im_themed_mainmenu_main form span.input-group-addon.search {
    background-color: #232f4f;
    background-image: url("/fileadmin/template/img/icons/lupe_white_trans.png");
  }
  body.whScrolledTop #im_wrapper_themed_header.bscol-bg-white #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li a {
    background-color: #232f4f;
  }
  body.whScrolledTop #im_wrapper_themed_header.bscol-bg-white #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li a:hover {
    background-color: #bdc0ca;
    color: #232f4f;
  }
  body.whScrolledTop #im_wrapper_themed_header.bscol-bg-white #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li.active a {
    background-color: #bdc0ca;
    color: #232f4f;
  }
  body.whScrolledTop #im_wrapper_themed_header.bscol-bg-white #im_themed_mainmenu #im_themed_mainmenu_res.collapse,
  body.whScrolledTop #im_wrapper_themed_header.bscol-bg-white #im_themed_mainmenu #im_themed_mainmenu_res.collapsing {
    border: 1px solid #232f4f;
    border-top-width: 0;
  }
}
/***************** SPECIAL - scrolled To TOp on Laptop/Desktop --&gt; MEDARK! ***************************/
/* for now, just socials */
body.whScrolledTop #im_wrapper_themed_header.bscol-bg-medark #im_themed_header .socials .social-icon {
  background-image: url("/fileadmin/template/img/icons/socials_dark.png");
}
@media only screen and (min-width: 992px) {
  body.whScrolledTop #im_wrapper_themed_header.bscol-bg-medark #im_themed_mainmenu #im_themed_mainmenu_res {
    border-top-color: #4e5873;
  }
  body.whScrolledTop #im_wrapper_themed_header.bscol-bg-medark #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li.dropdown.mega &gt; ul.dropdown-menu {
    border-color: #7b8295;
  }
}
/****************************************************************************************/
/***************** MEGA MENU OOOOOOOOOOOOOLD ***************************/
/****************************************************************************************/
XXX {
  /***************** SPECIAL - scrolled To TOp on Laptop/Desktop --&gt; MEGA MENU DROPDOWNS! ***************************/
  /**** SCOLLED DOWN / Small Header ==&gt; DROPDOWN/menu ****/
  /* MOBILE and also SCROLLED DOWN styles */
  /* Specifically for MOBILE --&gt; collapsed/uncollapsed state */
}
XXX body #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper {
  /* Headline over Image */
}
XXX body #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper a.headlineOverImage {
  position: relative;
  padding: 0 !important;
  margin: 0 0 0 15px;
  display: inline-block;
}
XXX body #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper a.headlineOverImage &gt; img {
  /*width: 100%;*/
}
XXX body #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper a.headlineOverImage &gt; h5 {
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
  padding: 10px 15px 15px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000000;
}
@media only screen and (min-width: 992px) {
  XXX body.whScrolledTop #im_wrapper_themed_header #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li.dropdown.mega {
    position: static;
  }
  XXX body.whScrolledTop #im_wrapper_themed_header #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li.dropdown.mega &gt; ul.dropdown-menu {
    left: 0;
    right: 1px;
    padding: 15px;
    border: 1px solid #232f4f;
    border-width: 0 1px 1px;
    overflow: auto;
    /* damn ... TwBs sets to 'block' on show ... */
    /*display: flex;
                                    flex-direction: row;
                                    flex-wrap: wrap;*/
  }
  XXX body.whScrolledTop #im_wrapper_themed_header #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li.dropdown.mega &gt; ul.dropdown-menu::before,
  XXX body.whScrolledTop #im_wrapper_themed_header #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li.dropdown.mega &gt; ul.dropdown-menu::after {
    display: block;
    position: absolute;
    content: " ";
    background-color: #232f4f;
    width: 1px;
    left: 33.333333%;
    top: 15px;
    bottom: 15px;
    margin-left: -12.5px;
  }
  XXX body.whScrolledTop #im_wrapper_themed_header #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li.dropdown.mega &gt; ul.dropdown-menu::after {
    left: 66.6666666%;
  }
  XXX body.whScrolledTop #im_wrapper_themed_header #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li.dropdown.mega &gt; ul.dropdown-menu &gt; li {
    display: block;
    float: left;
    /* three cols; 25px spacing in between, so two spacers with 25px each. distributed over three columns. */
    width: calc(33.333333% - 2 * 25px / 3);
    padding-right: 10px;
    margin: 0 0 0 25px;
  }
  XXX body.whScrolledTop #im_wrapper_themed_header #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li.dropdown.mega &gt; ul.dropdown-menu &gt; li:first-child {
    margin-left: 0;
  }
  XXX body.whScrolledTop #im_wrapper_themed_header #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li.dropdown.mega &gt; ul.dropdown-menu &gt; li a {
    background-color: transparent;
    /*border-bottom-width: 0;*/
    border-bottom: 1px solid #f5f7f8;
    color: #9bb5c0;
    padding: 5px 0;
  }
  XXX body.whScrolledTop #im_wrapper_themed_header #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li.dropdown.mega &gt; ul.dropdown-menu &gt; li a:hover {
    background-color: #f5f7f8;
  }
  XXX body.whScrolledTop #im_wrapper_themed_header #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; h5 {
    margin-top: 0;
  }
  XXX body.whScrolledTop #im_wrapper_themed_header #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; ul + h5 {
    margin-top: 15px;
  }
  XXX body.whScrolledTop #im_wrapper_themed_header #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; ul {
    list-style: none;
    padding: 0;
    column-count: 2;
    /*
                                            &gt; li {
                                                &gt; a {
                                                    background-color: transparent;
                                                    color: @blue;
                                                    padding: 0;
                                                }
                                            }
                                            */
  }
  XXX body.whScrolledTop #im_wrapper_themed_header #im_themed_mainmenu .collapse#im_themed_mainmenu_main ul.navbar-nav li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; ul &gt; li {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main &gt; ul.nav &gt; li,
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main &gt; ul.nav &gt; li {
    float: left;
    width: 20%;
    margin: 0;
    display: block;
  }
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main &gt; ul.nav &gt; li.dropdown &gt; a &gt; .caret,
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main &gt; ul.nav &gt; li.dropdown &gt; a &gt; .caret {
    display: block;
    float: left;
    margin-top: 8px;
    margin-right: 5px;
  }
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main &gt; ul.nav &gt; li.dropdown.mega.open &gt; a,
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main &gt; ul.nav &gt; li.dropdown.mega.open &gt; a {
    background-color: #bdc0ca;
    color: #232f4f;
  }
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main &gt; ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu,
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main &gt; ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu {
    display: none;
  }
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main &gt; ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li,
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main &gt; ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li {
    width: 33%;
    float: left;
    border-left: 1px solid #ffffff;
    margin-top: 5px;
  }
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main &gt; ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; ul,
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main &gt; ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; ul {
    column-count: 2;
  }
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main &gt; ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li:first-child,
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main &gt; ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li:first-child {
    border-left-width: 0;
  }
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main &gt; ul.nav &gt; li.dropdown.mega.med &gt; ul.dropdown-menu,
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main &gt; ul.nav &gt; li.dropdown.mega.med &gt; ul.dropdown-menu {
    margin-left: -100%;
    margin-right: -300%;
  }
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main &gt; ul.nav &gt; li.dropdown.mega.aes &gt; ul.dropdown-menu,
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main &gt; ul.nav &gt; li.dropdown.mega.aes &gt; ul.dropdown-menu {
    margin-left: -200%;
    margin-right: -200%;
  }
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main &gt; ul.nav &gt; li.dropdown.mega.open &gt; ul.dropdown-menu,
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main &gt; ul.nav &gt; li.dropdown.mega.open &gt; ul.dropdown-menu {
    display: block;
  }
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main #header_shares_collapsible,
  XXX #im_wrapper_themed_header #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main #header_shares_collapsible {
    padding-top: 15px;
  }
}
XXX #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav,
XXX #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav {
  float: none;
}
XXX #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown ul.dropdown-menu,
XXX #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown ul.dropdown-menu {
  display: none;
}
XXX #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown ul.dropdown-menu &gt; li &gt; img.pull-left,
XXX #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown ul.dropdown-menu &gt; li &gt; img.pull-left {
  margin-top: 35px;
  margin-left: 15px;
  margin-right: -15px;
}
XXX #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown ul.dropdown-menu &gt; li &gt; h5,
XXX #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown ul.dropdown-menu &gt; li &gt; h5 {
  color: #ffffff;
  margin-left: 15px;
}
XXX #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown ul.dropdown-menu &gt; li &gt; ul,
XXX #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown ul.dropdown-menu &gt; li &gt; ul {
  padding-left: 0;
  list-style: none;
}
XXX #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown ul.dropdown-menu &gt; li &gt; ul &gt; li &gt; a,
XXX #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown ul.dropdown-menu &gt; li &gt; ul &gt; li &gt; a {
  padding-top: 10px;
  padding-bottom: 10px;
}
XXX #im_themed_mainmenu.mega-wrapper .in#im_themed_mainmenu_main ul.nav li.dropdown.open ul.dropdown-menu,
XXX #im_themed_mainmenu.mega-wrapper .collapsing#im_themed_mainmenu_main ul.nav li.dropdown.open ul.dropdown-menu {
  display: block;
}
@media only screen and (max-width: 767px) {
  XXX #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li &gt; a {
    font-weight: bold;
  }
  XXX #im_themed_mainmenu.mega-wrapper ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li {
    /* MOBILE --&gt; no icons, more BUTTON LIKE */
    /** TODO less really included --&gt; mixin from .caret! **/
  }
  XXX #im_themed_mainmenu.mega-wrapper ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li.treatments &gt; img,
  XXX #im_themed_mainmenu.mega-wrapper ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li.diseases &gt; img,
  XXX #im_themed_mainmenu.mega-wrapper ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li.treatments &gt; span,
  XXX #im_themed_mainmenu.mega-wrapper ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li.diseases &gt; span {
    display: none;
  }
  XXX #im_themed_mainmenu.mega-wrapper ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; h5.specialities,
  XXX #im_themed_mainmenu.mega-wrapper ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li.treatments &gt; h5,
  XXX #im_themed_mainmenu.mega-wrapper ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li.diseases &gt; h5 {
    float: none !important;
    cursor: pointer;
    font-weight: normal;
    text-transform: none;
    margin-top: 0px;
    padding-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    margin-left: 0 !important;
    padding-left: 15px;
    border-top: 1px solid #ffffff;
    position: relative;
  }
  XXX #im_themed_mainmenu.mega-wrapper ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; h5.specialities::after,
  XXX #im_themed_mainmenu.mega-wrapper ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li.treatments &gt; h5::after,
  XXX #im_themed_mainmenu.mega-wrapper ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li.diseases &gt; h5::after {
    content: " ";
    background-color: transparent;
    margin-left: 5px;
    margin-top: -2px;
    /* .caret from TW BS */
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  XXX #im_themed_mainmenu.mega-wrapper ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; h5.specialities::before,
  XXX #im_themed_mainmenu.mega-wrapper ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li.treatments &gt; h5::before,
  XXX #im_themed_mainmenu.mega-wrapper ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li.diseases &gt; h5::before {
    content: " ";
    display: block;
    background-color: white;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  XXX #im_themed_mainmenu.mega-wrapper ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; h5.specialities + ul {
    display: none;
  }
  XXX #im_themed_mainmenu.mega-wrapper ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; h5.specialities.uncollapsed + ul {
    display: block;
  }
  XXX #im_themed_mainmenu.mega-wrapper ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li.treatments &gt; h5 + span + ul,
  XXX #im_themed_mainmenu.mega-wrapper ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li.diseases &gt; h5 + span + ul {
    display: none;
  }
  XXX #im_themed_mainmenu.mega-wrapper ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li.treatments &gt; h5.uncollapsed + span + ul,
  XXX #im_themed_mainmenu.mega-wrapper ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li.diseases &gt; h5.uncollapsed + span + ul {
    display: block;
  }
}
/****************************************************************************************/
/***************** MEGA MENU TREE MENUE! ***************************/
/****************************************************************************************/
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main {
  background-color: #4e5873;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li &gt; a {
  font-weight: bold;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu {
  display: none;
  /* first level - speciality */
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li {
  /* sub ULs (root level of dropdown - already styled by BS etc) */
  /* level specific settings */
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li.empty {
  display: none;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li a.btn {
  background-color: #bdc0ca !important;
  color: #232f4f !important;
  font-weight: bold;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li a.btn::after {
  height: auto;
  top: 0;
  bottom: 0;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li a.btn:hover {
  color: #ffffff !important;
  background-color: #232f4f !important;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li a.btn:hover::after {
  background-image: url("/fileadmin/template/img/icons/arrow_right_bright.png");
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; span {
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  display: block;
  color: #ffffff;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                              supported by Chrome and Opera */
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; span:hover {
  background-color: #bdc0ca;
  color: #232f4f;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; span &gt; span.caret {
  transition: transform 0.25s linear;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li.open {
  border-left: 5px solid #bdc0ca;
  border-bottom: 2px solid #bdc0ca;
  margin-bottom: 10px;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li.open &gt; span {
  background-color: #bdc0ca;
  color: #232f4f;
  padding-left: 10px;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li.open &gt; span &gt; span.caret {
  transform: rotate(-180deg);
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li:last-child.open {
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo {
  display: none;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li ul li &gt; a {
  background-color: transparent !important;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li ul li &gt; a span.caret.rotated {
  display: none;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li ul li &gt; a:hover,
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li ul li &gt; a.hover {
  background-color: #bdc0ca !important;
  color: #232f4f !important;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li ul li.subs &gt; a {
  padding-bottom: 5px;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li ul ul {
  /*padding-left: 15px;*/
  padding-left: 0;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li ul ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; ul {
  display: none;
  /*border-bottom: 1px solid @nav-bg-bright;*/
  margin-bottom: 0;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; ul &gt; li {
  border-top: 1px solid #bdc0ca;
  margin: 0 5px;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; ul &gt; li:first-child {
  border-top-width: 0;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; ul &gt; li &gt; a {
  /*margin-left: -15px;*/
  padding-left: 5px;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; ul &gt; li ul &gt; li &gt; a {
  padding-left: 33px;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; ul &gt; li ul &gt; li &gt; a span.caret.rotated {
  /*transform: rotate(-90deg);
                            display: inline-block;*/
  position: relative;
  border-width: 0;
  display: block;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; ul &gt; li ul &gt; li &gt; a span.caret.rotated::after {
  display: block;
  content: " · ";
  font-weight: bold;
  position: absolute;
  left: -13px;
  top: 0;
  font-size: 150%;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
  /*padding-left: 25px;*/
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li a {
  /*font-size: 92%;*/
  padding-left: 55px;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega &gt; ul.dropdown-menu &gt; li.open &gt; ul {
  display: block;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega.open &gt; ul.dropdown-menu {
  display: block;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega.mag &gt; ul.dropdown-menu &gt; li {
  color: #ffffff;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega.mag &gt; ul.dropdown-menu &gt; li &gt; .whBsCol {
  padding-top: 15px;
  padding-bottom: 25px;
}
#im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main ul.nav &gt; li.dropdown.mega.mag &gt; ul.dropdown-menu &gt; li &gt; .whBsCol + .whBsCol + .whBsCol {
  display: none;
}
/********* TABLET MENU *******************/
/* on tablet, the 'scrolled down' menue style is default - header is NEVER expanded; style that */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main {
    /*ul.nav &gt; li.dropdown.mega */
    position: relative;
    background-image: url("/fileadmin/template/themes/images/pixel.png");
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: 33% 100%;
    margin-top: 6px;
    background-image: none;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav {
    width: 66%;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li,
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.dropdown {
    margin: 0 !important;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.homelink {
    width: auto;
    position: absolute;
    top: 28px;
    right: 275px;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.authors {
    width: auto;
    position: absolute;
    top: 30px;
    right: 162px;
    padding: 0 15px;
    border: 1px solid #ffffff;
    border-width: 0 1px;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.authors a,
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.homelink a {
    border-bottom-width: 0;
    display: inline;
    padding: 0;
    background-color: transparent;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.authors a:hover,
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.homelink a:hover {
    background-color: transparent;
    color: inherit;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega {
    width: 33%;
    display: block;
    float: left;
    /*background-color: @bscol-bg-medium;*/
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; a {
    background-color: transparent;
    border: 1px solid #ffffff;
    margin-right: -1px;
    border-width: 0 0 1px 0;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega + li.mega &gt; a {
    border-left-width: 1px;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.open &gt; a {
    background-color: #e1e8ec;
    color: #232f4f;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu {
    margin-top: 15px !important;
    border-bottom-width: 0 !important;
    position: relative !important;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.med &gt; ul.dropdown-menu,
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.aes &gt; ul.dropdown-menu {
    padding-top: 66px;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.med &gt; ul.dropdown-menu::before,
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.aes &gt; ul.dropdown-menu::before,
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.med &gt; ul.dropdown-menu::after,
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.aes &gt; ul.dropdown-menu::after {
    content: "Fachbereiche";
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    position: absolute;
    left: 0;
    top: 25px;
    text-transform: uppercase;
    border-bottom: 2px solid #9bb5c0;
    padding-bottom: 10px;
    width: 35px;
    white-space: nowrap;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.med &gt; ul.dropdown-menu::after,
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.aes &gt; ul.dropdown-menu::after {
    content: "Krankheiten &amp; Behandlungen";
    left: calc(40% + 20px);
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.mag &gt; ul.dropdown-menu {
    background-size: 35% 100%;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.mag &gt; ul.dropdown-menu &gt; li {
    color: #ffffff;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.mag &gt; ul.dropdown-menu &gt; li &gt; .whBsCol + .whBsCol + .whBsCol {
    display: block;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li {
    width: 40% !important;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.open {
    border-left-width: 0;
    border-bottom-width: 0;
    margin-bottom: 0;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.open &gt; span {
    padding-left: 15px;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.open &gt; ul {
    border-left: 5px solid #bdc0ca;
    margin-left: -1%;
    position: absolute;
    left: 41%;
    /*top: 0;*/
    margin-top: -41px;
    width: 59%;
    padding-left: 10px !important;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo {
    display: none;
    /*border-left: 1px solid @white;*/
    color: #ffffff;
    position: absolute;
    left: 106%;
    width: 46% !important;
    padding-left: 2%;
    top: 10px;
    /*bottom: 25px;*/
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo p {
    margin: 10px 0;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo a {
    background-color: transparent !important;
    padding: 5px;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo a.btn {
    background-color: #bdc0ca !important;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo a:hover {
    background-color: #bdc0ca !important;
    color: #232f4f !important;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo ul {
    display: block;
    width: auto !important;
    left: auto !important;
    margin: 15px 0;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo ul li {
    margin: 0;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo ul li a {
    display: block;
    padding: 5px;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li &gt; span &gt; span.caret {
    transform: rotate(-90deg);
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.open &gt; span &gt; span.caret {
    transform: rotate(-270deg);
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.med &gt; ul {
    margin-right: -200%;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.aes &gt; ul {
    margin-left: -100%;
    margin-right: -100%;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.mag &gt; ul {
    margin-left: -200%;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; #header_shares_collapsible {
    position: absolute;
    top: 25px;
    right: 22px;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav {
    width: 100%;
    clear: both;
    margin-top: 55px;
  }
  body #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.mag &gt; ul.dropdown-menu &gt; li &gt; div.whBsCol + div.whBsCol + div.whBsCol {
    display: none;
  }
}
/* on laptop / desktop, only show the 'scrolled down' style when user has scrolled down - else, header is expanded */
@media only screen and (min-width: 992px) {
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main {
    /*ul.nav &gt; li.dropdown.mega */
    position: relative;
    background-image: url("/fileadmin/template/themes/images/pixel.png");
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: 33% 100%;
    margin-top: 6px;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav {
    width: 66%;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li,
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.dropdown {
    margin: 0 !important;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.homelink {
    width: auto;
    position: absolute;
    top: 28px;
    right: 275px;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.authors {
    width: auto;
    position: absolute;
    top: 30px;
    right: 162px;
    padding: 0 15px;
    border: 1px solid #ffffff;
    border-width: 0 1px;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.authors a,
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.homelink a {
    border-bottom-width: 0;
    display: inline;
    padding: 0;
    background-color: transparent;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.authors a:hover,
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.homelink a:hover {
    background-color: transparent;
    color: inherit;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega {
    width: 33%;
    display: block;
    float: left;
    /*background-color: @bscol-bg-medium;*/
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; a {
    background-color: transparent;
    border: 1px solid #ffffff;
    margin-right: -1px;
    border-width: 0 0 1px 0;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega + li.mega &gt; a {
    border-left-width: 1px;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.open &gt; a {
    background-color: #e1e8ec;
    color: #232f4f;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu {
    margin-top: 15px !important;
    border-bottom-width: 0 !important;
    position: relative !important;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.med &gt; ul.dropdown-menu,
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.aes &gt; ul.dropdown-menu {
    padding-top: 66px;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.med &gt; ul.dropdown-menu::before,
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.aes &gt; ul.dropdown-menu::before,
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.med &gt; ul.dropdown-menu::after,
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.aes &gt; ul.dropdown-menu::after {
    content: "Fachbereiche";
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    position: absolute;
    left: 0;
    top: 25px;
    text-transform: uppercase;
    border-bottom: 2px solid #9bb5c0;
    padding-bottom: 10px;
    width: 35px;
    white-space: nowrap;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.med &gt; ul.dropdown-menu::after,
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.aes &gt; ul.dropdown-menu::after {
    content: "Krankheiten &amp; Behandlungen";
    left: calc(40% + 20px);
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.mag &gt; ul.dropdown-menu {
    background-size: 35% 100%;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.mag &gt; ul.dropdown-menu &gt; li {
    color: #ffffff;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.mag &gt; ul.dropdown-menu &gt; li &gt; .whBsCol + .whBsCol + .whBsCol {
    display: block;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li {
    width: 40% !important;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.open {
    border-left-width: 0;
    border-bottom-width: 0;
    margin-bottom: 0;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.open &gt; span {
    padding-left: 15px;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.open &gt; ul {
    border-left: 5px solid #bdc0ca;
    margin-left: -1%;
    position: absolute;
    left: 41%;
    /*top: 0;*/
    margin-top: -41px;
    width: 59%;
    padding-left: 10px !important;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo {
    display: none;
    /*border-left: 1px solid @white;*/
    color: #ffffff;
    position: absolute;
    left: 106%;
    width: 46% !important;
    padding-left: 2%;
    top: 10px;
    /*bottom: 25px;*/
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo p {
    margin: 10px 0;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo a {
    background-color: transparent !important;
    padding: 5px;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo a.btn {
    background-color: #bdc0ca !important;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo a:hover {
    background-color: #bdc0ca !important;
    color: #232f4f !important;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo ul {
    display: block;
    width: auto !important;
    left: auto !important;
    margin: 15px 0;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo ul li {
    margin: 0;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo ul li a {
    display: block;
    padding: 5px;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li &gt; span &gt; span.caret {
    transform: rotate(-90deg);
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.open &gt; span &gt; span.caret {
    transform: rotate(-270deg);
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.med &gt; ul {
    margin-right: -200%;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.aes &gt; ul {
    margin-left: -100%;
    margin-right: -100%;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.mag &gt; ul {
    margin-left: -200%;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; #header_shares_collapsible {
    position: absolute;
    top: 25px;
    right: 22px;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.mag &gt; ul.dropdown-menu {
    margin-right: -172%;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo {
    display: block;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega + li.mega + li.mega {
    position: relative;
  }
  body.whScrolledDown #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega + li.mega + li.mega::after {
    display: block;
    content: " ";
    position: absolute;
    /*bottom: 0;*/
    left: 100%;
    top: 50px;
    width: 160%;
    height: 1px;
    background-color: #ffffff;
  }
}
/********* DESKTOP SCROLLED TOP MENU *******************/
@media only screen and (min-width: 992px) {
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega {
    position: static;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.open &gt; a {
    background-color: #bdc0ca !important;
    color: #232f4f !important;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu {
    left: 0;
    right: 0;
    padding: 15px;
    margin-top: 5px;
    border: 1px solid #232f4f;
    border-width: 0 1px;
    border-radius: 0;
    background-color: #4e5873;
    /*border-top: 5px solid @bscol-bg-medark;*/
    overflow: auto;
    overflow-y: scroll;
    position: absolute !important;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.med &gt; ul.dropdown-menu,
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.aes &gt; ul.dropdown-menu {
    padding-top: 66px;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.med &gt; ul.dropdown-menu::before,
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.aes &gt; ul.dropdown-menu::before,
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.med &gt; ul.dropdown-menu::after,
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.aes &gt; ul.dropdown-menu::after {
    content: "Fachbereiche";
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    position: absolute;
    left: 0;
    top: 25px;
    text-transform: uppercase;
    border-bottom: 2px solid #9bb5c0;
    padding-bottom: 10px;
    width: 35px;
    white-space: nowrap;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.med &gt; ul.dropdown-menu::after,
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.aes &gt; ul.dropdown-menu::after {
    content: "Krankheiten &amp; Behandlungen";
    left: calc(40% + 20px);
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.mag &gt; ul.dropdown-menu {
    background-size: 35% 100%;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.mag &gt; ul.dropdown-menu &gt; li {
    color: #ffffff;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega.mag &gt; ul.dropdown-menu &gt; li &gt; .whBsCol + .whBsCol + .whBsCol {
    display: block;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li {
    width: 40% !important;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.open {
    border-left-width: 0;
    border-bottom-width: 0;
    margin-bottom: 0;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.open &gt; span {
    padding-left: 15px;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.open &gt; ul {
    border-left: 5px solid #bdc0ca;
    margin-left: -1%;
    position: absolute;
    left: 41%;
    /*top: 0;*/
    margin-top: -41px;
    width: 59%;
    padding-left: 10px !important;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo {
    display: none;
    /*border-left: 1px solid @white;*/
    color: #ffffff;
    position: absolute;
    left: 106%;
    width: 46% !important;
    padding-left: 2%;
    top: 10px;
    /*bottom: 25px;*/
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo p {
    margin: 10px 0;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo a {
    background-color: transparent !important;
    padding: 5px;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo a.btn {
    background-color: #bdc0ca !important;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo a:hover {
    background-color: #bdc0ca !important;
    color: #232f4f !important;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo ul {
    display: block;
    width: auto !important;
    left: auto !important;
    margin: 15px 0;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo ul li {
    margin: 0;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo ul li a {
    display: block;
    padding: 5px;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li &gt; span &gt; span.caret {
    transform: rotate(-90deg);
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.open &gt; span &gt; span.caret {
    transform: rotate(-270deg);
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu {
    background-image: url("/fileadmin/template/themes/images/pixel.png");
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: 33% 100%;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu::before {
    left: 16px !important;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu::after {
    left: calc(39% * 0.666666 + 25px) !important;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li {
    width: calc(39% * 0.666666) !important;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li &gt; ul {
    left: calc(41% * 0.666666) !important;
    width: calc(50% * 0.666666) !important;
  }
  body.whScrolledTop #im_themed_mainmenu.mega-wrapper #im_themed_mainmenu_main &gt; ul.nav &gt; li.mega &gt; ul.dropdown-menu &gt; li.whExtraInfo {
    display: block;
    left: auto;
    right: 2%;
    width: 30% !important;
  }
}
/************************************************************************************************************************************************************************************************/
/************************************************************************************************************************************************************************************************/
/**************************************************************** Content Stuff ****************************************************************/
#im_main,
.im_main_multi {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  #im_main,
  .im_main_multi {
    padding-left: 0;
    padding-right: 0;
  }
}
#im_main ul:not(.nav) li,
.im_main_multi ul:not(.nav) li {
  margin-bottom: 5px;
}
#im_main .contenttable-1,
.im_main_multi .contenttable-1,
#im_main .contenttable-2,
.im_main_multi .contenttable-2 {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  body.page-type_content #im_main,
  body.page-type_content .im_main_multi {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* hidden for tablet in default CSS already, so just for mobile */
@media only screen and (max-width: 767px) {
  #content_left {
    display: none;
  }
  #uid_371 #content_left {
    display: block;
  }
}
#im_themed_subheader {
  background-color: #384360;
  color: white;
  padding: 0;
  /*.carousel .item img { float: right; }*/
}
@media only screen and (max-width: 767px) {
  #im_themed_subheader .carousel .item {
    overflow: hidden;
  }
  #im_themed_subheader .carousel .item img {
    width: auto;
    height: 186px;
    max-width: none;
    float: right;
  }
  #im_themed_subheader .carousel .item .carousel-caption {
    height: 200px;
    clear: right;
    padding-top: 15px;
  }
  #im_themed_subheader .carousel .item .carousel-caption p {
    height: auto !important;
  }
}
#im_wrapper_themed_pagenav {
  left: 50%;
  margin-left: 150px;
  width: 300px;
}
#im_wrapper_themed_pagenav &gt; .container {
  width: 100%;
}
/**** Hide Form "Fragen zum Thema" ****/
#form-footer.footer-form.c4653 {
  display: none;
}
/******** content-header on content pages ********/
article &gt; div &gt; header.headerBox {
  text-align: inherit;
  z-index: 11;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  article &gt; div &gt; header.headerBox {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
article &gt; div &gt; header.headerBox &gt; div.headerImageRow {
  margin-bottom: 33px;
}
article &gt; div &gt; header.headerBox &gt; div.headerImageRow &gt; div &gt; div.csc-textpic {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  article &gt; div &gt; header.headerBox &gt; div.headerImageRow &gt; div &gt; div.csc-textpic {
    display: none;
  }
}
article &gt; div &gt; header.headerBox &gt; div.headerImageRow .additionalHeaderInfo h4 {
  color: #232f4f;
}
@media only screen and (max-width: 767px) {
  article &gt; div &gt; header.headerBox &gt; div.headerImageRow {
    /*.headerInfoContent { margin-top: 22px; }*/
  }
  article &gt; div &gt; header.headerBox &gt; div.headerImageRow .additionalHeaderInfo {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 992px) {
  article &gt; div &gt; header.headerBox &gt; div.headerImageRow .additionalHeaderInfo {
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
article &gt; div &gt; header.headerBox .relatedHeaderInfo .contenttable thead tr {
  border-bottom: 2px solid #ffffff;
}
article &gt; div &gt; header.headerBox .relatedHeaderInfo .contenttable thead tr th:first-child {
  height: 21px;
  padding: 15px 15px 15px 50px;
  background-position: 10px center;
  background-image: url("/fileadmin/template/img/icons/icon_info_bright.png");
}
article &gt; div &gt; header.headerBox .relatedHeaderInfo .whBsCol.has-icon {
  background-size: auto 50%;
}
article &gt; div &gt; header.headerBox .relatedHeaderInfo .whBsCol.has-icon h5 {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  article &gt; div &gt; header.headerBox .relatedHeaderInfo &gt; div {
    display: none;
  }
  article &gt; div &gt; header.headerBox .relatedHeaderInfo &gt; br {
    display: none;
  }
}
article &gt; div &gt; header.headerBox &gt; .whBsCol &gt; h4.tocHeader {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  article &gt; div &gt; header.headerBox &gt; .whBsCol &gt; h4.tocHeader {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  article &gt; div &gt; header.headerBox &gt; .row &gt; nav {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  article &gt; div &gt; header.headerBox &gt; .row &gt; nav {
    margin-bottom: 42px;
  }
}
article &gt; div &gt; header.headerBox &gt; .row &gt; nav li,
article &gt; div &gt; header.headerBox &gt; .row &gt; nav li:first-child {
  border-width: 0;
}
article &gt; div &gt; header.headerBox &gt; .row &gt; nav a {
  position: relative;
  display: block;
  padding: 5px 35px 5px 15px;
  border-width: 0;
  /*color: @black;*/
  color: #232f4f;
  background-image: url("/fileadmin/template/img/icons/arrow_down.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}
article &gt; div &gt; header.headerBox &gt; .row &gt; nav a:hover {
  background-image: url("/fileadmin/template/img/icons/arrow_down_bright.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}
article &gt; div &gt; header.headerBox &gt; .row &gt; nav &gt; ul {
  padding: 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #4e5873;
}
article &gt; div &gt; header.headerBox &gt; .row &gt; nav &gt; ul &gt; li {
  margin: 0;
  background-color: #cddadf;
  border-top: 3px solid #ffffff;
}
article &gt; div &gt; header.headerBox &gt; .row &gt; nav &gt; ul &gt; li:first-child {
  border-top-width: 0;
}
article &gt; div &gt; header.headerBox &gt; .row &gt; nav &gt; ul &gt; li &gt; a {
  /*text-transform: uppercase;*/
  font-weight: bold;
}
article &gt; div &gt; header.headerBox &gt; .row &gt; nav &gt; ul &gt; li &gt; a:hover {
  background-color: #232f4f;
  color: #ffffff;
}
article &gt; div &gt; header.headerBox &gt; .row &gt; nav &gt; ul &gt; li &gt; ul {
  padding-left: 0;
}
article &gt; div &gt; header.headerBox &gt; .row &gt; nav &gt; ul &gt; li &gt; ul &gt; li {
  margin: 0;
  background-color: #e1e8ec;
  border-top: 1px solid #cddadf;
}
article &gt; div &gt; header.headerBox &gt; .row &gt; nav &gt; ul &gt; li &gt; ul &gt; li:first-child {
  border-top-width: 0;
}
article &gt; div &gt; header.headerBox &gt; .row &gt; nav &gt; ul &gt; li &gt; ul &gt; li a {
  padding-left: 25px;
  font-size: 13px;
  line-height: 150%;
  background-image: url("/fileadmin/template/img/icons/arrow_down_bright.png");
}
article &gt; div &gt; header.headerBox &gt; .row &gt; nav &gt; ul &gt; li &gt; ul &gt; li a:hover {
  background-image: url("/fileadmin/template/img/icons/arrow_down.png");
}
.whAnchorList {
  padding-left: 0 !important;
  border-width: 1px 0;
  border-style: solid;
  border-color: #4e5873;
}
.whAnchorList &gt; li {
  float: none;
  margin-bottom: 0 !important;
}
.whAnchorList &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 5px 35px 5px 15px;
  border-width: 0;
  margin: 0;
  border-radius: 0;
  color: #232f4f;
  font-size: 13px;
  line-height: 150%;
  background-color: #e1e8ec;
  border-top: 1px solid #cddadf;
  background-image: url("/fileadmin/template/img/icons/arrow_down_bright.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}
.whAnchorList &gt; li &gt; a:hover {
  background: #cddadf url("/fileadmin/template/img/icons/arrow_down.png") calc(100% - 15px) center no-repeat;
  border-bottom-width: 0;
}
.whAnchorList &gt; li:first-child &gt; a {
  border-top-width: 0;
}
/** search results **/
#im_themed_mainmenu .whLiveSearchResults {
  /*
    width: 100%;
    margin-top: -40px;

    overflow: hidden;

    .overlayed-results {
        overflow: auto;

        background-color: @gray-lighter;

        border: 1px solid @blue-dark;
        border-width: 0 1px 1px 1px;
    }
    */
}
#im_themed_mainmenu .whLiveSearchResults .results {
  box-shadow: none;
  padding: 15px 0 0;
}
/* ACCORDEON */
@media only screen and (max-width: 767px) {
  body.page-type_content {
    /*TODO why not just hide everything directly below tab - .tab_content &gt; * - and then re-show h2? */
    /*
        .tab_content:not(.whIsActive) {
            *:not(h2) { display: none; }
        }
        */
  }
  body.page-type_content .tab_content h2 {
    cursor: pointer;
    padding-left: 15px;
    padding-top: 10px;
    background: #e0e8eb url("/fileadmin/template/img/icons/arrow_down.png") no-repeat right 10px center;
    clear: both;
  }
  body.page-type_content .tab_content.whIsActive h2 {
    background-image: url("/fileadmin/template/img/icons/arrow_up.png");
  }
  body.page-type_content .tab_content h2::after {
    margin-left: -15px;
    width: auto;
  }
  body.page-type_content .tab_content p,
  body.page-type_content .tab_content ul,
  body.page-type_content .tab_content iframe,
  body.page-type_content .tab_content h3,
  body.page-type_content .tab_content h4,
  body.page-type_content .tab_content table,
  body.page-type_content .tab_content div.csc-textpic,
  body.page-type_content .tab_content div.linked-card,
  body.page-type_content .tab_content hr,
  body.page-type_content .tab_content .docFinderPlaceholder,
  body.page-type_content .tab_content .inlineDocFinder,
  body.page-type_content .tab_content .whBsCol,
  body.page-type_content .tab_content div.row,
  body.page-type_content .tab_content div.whDocQuote,
  body.page-type_content .tab_content div.whSlideshow,
  body.page-type_content .tab_content br,
  body.page-type_content .tab_content .whAuthorLink,
  body.page-type_content .tab_content *[class*=" wh"],
  body.page-type_content .tab_content .whYtPlaceholder {
    display: none;
  }
  body.page-type_content .tab_content.whIsActive p,
  body.page-type_content .tab_content.whIsActive ul,
  body.page-type_content .tab_content.whIsActive iframe,
  body.page-type_content .tab_content.whIsActive h3,
  body.page-type_content .tab_content.whIsActive h4,
  body.page-type_content .tab_content.whIsActive table,
  body.page-type_content .tab_content.whIsActive div.csc-textpic,
  body.page-type_content .tab_content.whIsActive div.linked-card,
  body.page-type_content .tab_content.whIsActive hr,
  body.page-type_content .tab_content.whIsActive .docFinderPlaceholder,
  body.page-type_content .tab_content.whIsActive .inlineDocFinder,
  body.page-type_content .tab_content.whIsActive .whBsCol,
  body.page-type_content .tab_content.whIsActive div.row,
  body.page-type_content .tab_content.whIsActive div.whDocQuote,
  body.page-type_content .tab_content.whIsActive div.whSlideshow,
  body.page-type_content .tab_content.whIsActive br,
  body.page-type_content .tab_content.whIsActive .whAuthorLink,
  body.page-type_content .tab_content.whIsActive *[class*=" wh"],
  body.page-type_content .tab_content.whIsActive .whYtPlaceholder {
    display: block;
  }
}
/* FAQ ACCORDION */
body.page-type_content .tab_content.faq &gt; h3 {
  cursor: pointer;
  text-transform: none;
  padding: 5px 25px 5px 10px;
  background: #e0e8eb url("/fileadmin/template/img/icons/arrow_down.png") no-repeat right 10px center;
  clear: both;
}
body.page-type_content .tab_content.faq &gt; h3:after {
  display: none;
}
body.page-type_content .tab_content.faq &gt; p {
  display: none;
}
body.page-type_content .tab_content.faq &gt; p.open {
  display: block;
}
/************** News *******************/
div.whNewsElem {
  margin-top: -10px;
}
div.whNewsElem div.icon {
  float: left;
  width: 50px;
  height: 50px;
}
div.whNewsElem div.icon[data-pid] {
  position: relative;
  background-position: left center;
  background-color: transparent;
  /*background-size: 100% 100%;*/
  background-repeat: no-repeat;
  background-image: url("/fileadmin/template/img/icons/news-artikel.png");
  /*
            &amp;::after {
                content: attr(data-pid);
                color: @black;
                
                text-align: center;
                font-size: 15px;
                line-height: 21px;
                
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
            }
            */
}
div.whNewsElem div.icon[data-pid] &gt; span {
  display: none;
}
div.whNewsElem div.icon[data-pid="414"] {
  background-image: url("/fileadmin/template/img/icons/expertenantwort.png");
}
div.whNewsElem div.icon[data-pid="1231"] {
  background-image: url("/fileadmin/template/img/icons/interviewserie.png");
}
div.whNewsElem div.icon[data-pid="413"],
div.whNewsElem div.icon[data-pid="1264"],
div.whNewsElem div.icon[data-pid="372"] {
  background-image: url("/fileadmin/template/img/icons/interview.png");
}
div.whNewsElem .h4 {
  margin-top: 0;
}
div.whNewsElem .h4 a {
  padding-left: 0;
  background: none;
}
div.whNewsElem .readmore-after:after {
  float: right;
  color: #232f4f;
  margin-top: -15px;
}
/****** DocFinder Settings ***************/
#content_main .docFinder a,
#content_promo .docFinder a,
article.whContentPage .docFinder a {
  font-weight: normal;
}
#content_main .docFinder .doc-cards,
#content_promo .docFinder .doc-cards,
article.whContentPage .docFinder .doc-cards {
  max-height: 500px;
  overflow: auto;
}
#content_main .docFinder &gt; .docFinderPlaceholder,
#content_promo .docFinder &gt; .docFinderPlaceholder,
article.whContentPage .docFinder &gt; .docFinderPlaceholder {
  display: block !important;
}
#content_main .docFinder &gt; .docFinderPlaceholder + h2,
#content_promo .docFinder &gt; .docFinderPlaceholder + h2,
article.whContentPage .docFinder &gt; .docFinderPlaceholder + h2,
#content_main .docFinder &gt; .docFinderPlaceholder + h2 + .resgeo,
#content_promo .docFinder &gt; .docFinderPlaceholder + h2 + .resgeo,
article.whContentPage .docFinder &gt; .docFinderPlaceholder + h2 + .resgeo,
#content_main .docFinder &gt; .docFinderPlaceholder + h2 + .resgeo + .docFinderControl,
#content_promo .docFinder &gt; .docFinderPlaceholder + h2 + .resgeo + .docFinderControl,
article.whContentPage .docFinder &gt; .docFinderPlaceholder + h2 + .resgeo + .docFinderControl {
  display: none;
}
#content_main .inlineDocFinder .doc-cards,
#content_promo .inlineDocFinder .doc-cards,
article.whContentPage .inlineDocFinder .doc-cards {
  max-height: 500px;
  overflow: auto;
}
#content_promo .docFinder .doc-main &gt; div:nth-child(1) {
  display: none;
}
#content_promo .docFinder .doc-main &gt; div:nth-child(2) {
  width: 33.333333%;
}
#content_promo .docFinder .doc-main &gt; div:nth-child(3) {
  width: 66.666666%;
}
#content_promo .docFinder .doc-main &gt; div:nth-child(4) {
  display: none;
}
@media only screen and (min-width: 768px) {
  #content_main .tab_content .docFinderPlaceholder,
  #content_promo .tab_content .docFinderPlaceholder {
    display: none;
  }
  #content_main .tab_content:nth-child(3n - 2) .docFinderPlaceholder,
  #content_promo .tab_content:nth-child(3n - 2) .docFinderPlaceholder {
    display: block;
  }
  #content_main .tab_content:nth-last-of-type(2) .docFinderPlaceholder,
  #content_promo .tab_content:nth-last-of-type(2) .docFinderPlaceholder {
    display: none;
  }
}
/** tmeporary - replace doc list in promo with docFinder **/
#content_promo &gt; div.hidden-xs.isLoading:first-child {
  position: relative;
}
#content_promo &gt; div.hidden-xs.isLoading:first-child::before {
  position: absolute;
  content: " ";
  z-index: 1;
  background-color: #f5f7f8;
  opacity: 0.75;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/****** STYLES for contentPages ************/
article.whContentPage h2,
article.whContentPage .h2 {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
}
article.whContentPage h2::after,
article.whContentPage .h2::after {
  display: block;
}
article.whContentPage h3,
article.whContentPage .h3 {
  text-transform: none;
  font-size: 21px;
  line-height: 27px;
  font-weight: bold;
}
article.whContentPage h3::after,
article.whContentPage .h3::after {
  width: 50px;
  display: block;
}
article.whContentPage h4,
article.whContentPage .h4 {
  text-transform: none;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
}
article.whContentPage h4::after,
article.whContentPage .h4::after {
  display: none;
}
article.whContentPage h2.inverse,
article.whContentPage .h2.inverse,
article.whContentPage h3.inverse,
article.whContentPage .h3.inverse,
article.whContentPage h4.inverse,
article.whContentPage .h4.inverse {
  background-color: #4e5873;
  color: #ffffff;
  padding: 5px 15px;
}
@media only screen and (min-width: 768px) {
  article.whContentPage .two-columns {
    -moz-column-count: 2;
    column-count: 2;
  }
}
/******** whAuthorLine ********/
.whAuthorLink {
  display: block;
  padding: 5px 15px 5px 65px;
  background-image: none;
  /*height: 50px;*/
  margin-bottom: 10px;
  position: relative;
  color: #232f4f;
}
.whAuthorLink span:last-child {
  color: #808080;
  display: block;
  font-size: smaller;
  /*padding-left: 50px;*/
  line-height: 123%;
  padding-bottom: 2px;
}
.whAuthorLink img {
  overflow: hidden;
  display: inline-block;
  width: 40px;
  border-radius: 20px;
  /*float: left;
        margin-right: 10px;*/
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 15px;
}
.whAuthorLink.inline {
  float: left;
  height: auto;
}
.whAuthorLink.inline span {
  max-width: 200px;
}
/******** whMessageBox ********/
.whMessageBox {
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 15px center;
  border: 1px solid transparent;
  border-radius: 4px;
}
.whMessageBox.info {
  background-image: url("/fileadmin/template/img/icons/pic_info_dunkel.png");
}
.whMessageBox.check {
  background-image: url("/fileadmin/template/img/icons/usp-check.png");
}
.whMessageBox.alert {
  background-image: url("/fileadmin/template/img/icons/alert.png");
}
/******** whOrderedList ********/
.whOrderedList {
  padding-left: 0;
  list-style-type: none;
}
.whOrderedList .whNumber {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 21px;
  color: #ffffff;
  background-color: #232f4f;
  border-radius: 15px;
  padding: 0;
  margin: -15px 0 0;
}
/******** whQuote ********/
.whDocQuote {
  position: relative;
}
.whDocQuote::before,
.whDocQuote::after {
  content: "„";
  display: inline-block;
  font-size: 70px;
  color: #cddae0;
  position: absolute;
  bottom: 100px;
  left: 25px;
  font-family: serif;
}
.whDocQuote::after {
  content: "“";
  bottom: auto;
  left: auto;
  right: 15px;
  top: 25px;
}
.whDocQuote blockquote &gt; p {
  margin: 10px 35px;
}
.whDocQuote .whBsCol.linked-card a {
  padding-left: 0;
  background-image: none;
}
.whDocQuote .whBsCol.linked-card a span {
  color: #808080;
}
.whDocQuote footer {
  padding-top: 0 !important;
  padding-bottom: 20px !important;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .whDocQuote footer {
    padding-left: 35px;
  }
}
.whDocQuote footer::before {
  content: "";
  display: none;
}
.whDocQuote footer cite {
  width: calc(60%);
  display: inline-block;
  position: relative;
  top: 10px;
}
.whDocQuote footer cite img {
  overflow: hidden;
  display: inline-block;
  width: 40px;
  border-radius: 20px;
  float: left;
  margin-right: 10px;
}
/**** BX Slider - Loading ****/
/* BX SLIDER: default styles */
ul.bxslider.bxslider-autoInit.isLoading {
  margin: 0;
  padding: 0;
  white-space: pre;
  overflow: hidden;
}
ul.bxslider.bxslider-autoInit.isLoading li {
  list-style: outside none none;
  padding-right: 10px;
  display: inline;
}
/**** Interviews ****/
.whBsCol.bscol-bg-bright .interview-answer {
  background-color: #cddae0;
}
.whBsCol.bscol-bg-bright .interview-answer::after {
  content: "";
  background-image: none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #cddae0;
  bottom: -20px;
  right: 13px;
}
/******** NEW CONTENT PAGE HEADERS **************/
#content_promo .docFinderPlaceholder.h3 {
  margin-top: 25px !important;
}
.whContentIntro {
  /*
    .whSimilar:nth-child(2n) {
        h4 {
            
        }
        
        ul li a {
            margin-left: 3px;
        }
    }
    */
}
.whContentIntro ul {
  padding-left: 0;
  list-style-type: none;
}
.whContentIntro ul li {
  display: block;
  float: none;
  margin-bottom: 0px !important;
  margin-top: 2px !important;
  border-top: 1px solid #cddadf;
}
.whContentIntro ul li a {
  display: block;
  padding: 5px 35px 5px 15px;
  border-width: 0;
  background: #cddadf url("/fileadmin/template/img/icons/arrow_right.png") no-repeat 15px center;
  padding-left: 30px;
  /*color: @black;*/
  color: #232f4f;
}
.whContentIntro ul li a:hover {
  background-image: url("/fileadmin/template/img/icons/arrow_right_bright.png");
  background-color: #232f4f;
  color: #ffffff;
}
#content_left.whContentToc {
  /*ul.nav li a { padding: 3px 10px; }*/
  display: block !important;
  margin-bottom: 0;
}
#content_left.whContentToc &gt; h4.tocHeader {
  margin-bottom: 5px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #content_left.whContentToc &gt; h4.tocHeader {
    display: none;
  }
}
#content_left.whContentToc &gt; .contenttabbox &gt; div {
  /*@media @max_mobile {
            display: none;
        }*/
}
@media only screen and (max-width: 991px) {
  #content_left.whContentToc &gt; .contenttabbox &gt; div {
    margin-bottom: 42px;
  }
}
#content_left.whContentToc &gt; .contenttabbox &gt; div li,
#content_left.whContentToc &gt; .contenttabbox &gt; div li:first-child {
  border-width: 0;
}
#content_left.whContentToc &gt; .contenttabbox &gt; div a {
  position: relative;
  display: block;
  padding: 5px 35px 5px 15px;
  border-width: 0;
  /*color: @black;*/
  color: #232f4f;
  background-image: url("/fileadmin/template/img/icons/arrow_down.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}
#content_left.whContentToc &gt; .contenttabbox &gt; div a:hover {
  background-image: url("/fileadmin/template/img/icons/arrow_down_bright.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}
#content_left.whContentToc &gt; .contenttabbox &gt; div &gt; ul {
  padding: 0;
}
#content_left.whContentToc &gt; .contenttabbox &gt; div &gt; ul &gt; li {
  margin: 0;
  background-color: #cddadf;
  border-top: 3px solid #ffffff;
}
#content_left.whContentToc &gt; .contenttabbox &gt; div &gt; ul &gt; li:first-child {
  border-top-width: 0;
}
#content_left.whContentToc &gt; .contenttabbox &gt; div &gt; ul &gt; li &gt; a {
  /*text-transform: uppercase;*/
  font-weight: bold;
}
#content_left.whContentToc &gt; .contenttabbox &gt; div &gt; ul &gt; li &gt; a:hover {
  background-color: #232f4f;
  color: #ffffff;
}
#content_left.whContentToc &gt; .contenttabbox &gt; div &gt; ul &gt; li &gt; ul {
  padding-left: 0;
}
#content_left.whContentToc &gt; .contenttabbox &gt; div &gt; ul &gt; li &gt; ul &gt; li {
  margin: 0 !important;
  background-color: #e1e8ec;
  border-top: 1px solid #cddadf;
}
#content_left.whContentToc &gt; .contenttabbox &gt; div &gt; ul &gt; li &gt; ul &gt; li:first-child {
  border-top-width: 0;
}
#content_left.whContentToc &gt; .contenttabbox &gt; div &gt; ul &gt; li &gt; ul &gt; li a {
  padding-left: 25px;
  font-size: 13px;
  line-height: 150%;
  background-image: url("/fileadmin/template/img/icons/arrow_down_bright.png");
}
#content_left.whContentToc &gt; .contenttabbox &gt; div &gt; ul &gt; li &gt; ul &gt; li a:hover {
  background-image: url("/fileadmin/template/img/icons/arrow_down.png");
}
/**************** Import default elems def *****************/
/* SEPARATE - youtube iFrame Placeholder */
.whYtPlaceholder {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.whYtPlaceholder:after {
  width: 70px;
  height: 70px;
  content: " ";
  /*background: url('../../../../fileadmin/template/themes/less/@img_icons_socials') no-repeat;
	background-position: 0 -120px;
	background-size: 120px auto;*/
  background: url("/fileadmin/template/img/icons/videoplay.png") no-repeat 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -35px;
}
.whYtPlaceholder:hover:after {
  /*background-position: -60px -120px;*/
  background-image: url("/fileadmin/template/img/icons/videoplay_active.png");
}
/*
 * Structure:
 *
 * &lt;div class="whVideos col-xs-12"&gt;
 *     &lt;div class="whVideos col-xs-12 col-sm-8 col-md-10"&gt;
 *     &lt;/div&gt;
 *
 *     &lt;div class="whVideos col-xs-12 col-sm-4 col-md-2"&gt;
 *          &lt;div class="col-xs-6 col-sm-12" data-url="youtube url"&gt;&lt;img thumb /&gt;&lt;h4&gt;Name&lt;/h4&gt;&lt;div&gt;&lt;p&gt;description&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;
 *     &lt;/div&gt;
 * &lt;/div&gt;
 *
 *
 */
.whVideos &gt; div + div {
  position: static;
}
.whVideos &gt; div + div &gt; h4 {
  margin-top: 0;
  white-space: nowrap;
}
.whVideos &gt; div + div &gt; div {
  position: absolute;
  /* left/right from parent column, which is static - does work! */
  top: 50px;
  bottom: 77px;
  margin-right: 30px;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .whVideos &gt; div + div {
    position: relative;
  }
  .whVideos &gt; div + div::before {
    content: " ";
    background: transparent url("/fileadmin/template/img/icons/arrow_left_bright.png") center center no-repeat;
    /*@head-bg-medium*/
    width: 16px;
    height: 18px;
    position: absolute;
    left: -10px;
    top: 66%;
  }
  .whVideos &gt; div + div::after {
    content: " ";
    background: transparent url("/fileadmin/template/img/icons/arrow_right_bright.png") center center no-repeat;
    /* @head-bg-medium */
    width: 16px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 66%;
  }
  .whVideos &gt; div + div &gt; div {
    overflow-y: visible;
    overflow-x: auto;
    padding: 10px 0;
    margin-right: 0;
    white-space: nowrap;
    position: relative;
    top: 0;
    bottom: 0;
  }
  .whVideos &gt; div + div &gt; div &gt; div {
    float: none;
    display: inline-block;
    clear: none;
    white-space: normal;
    vertical-align: top;
  }
}
/* Video Thumb */
.whVideos &gt; div + div &gt; div &gt; div {
  cursor: pointer;
  padding-top: 10px;
}
.whVideos &gt; div + div &gt; div &gt; div:hover {
  /*
    border-top: 2px solid @bscol-bg-medium;
    border-bottom: 2px solid @bscol-bg-medium;
    */
  background-color: #384360;
}
.whVideos &gt; div + div &gt; div &gt; div.active {
  background-color: #384360;
}
.whVideos &gt; div + div &gt; div &gt; div &gt; h4 {
  margin-top: 5px;
  text-transform: none;
  font-weight: normal;
  line-height: 123%;
}
@media only screen and (max-width: 767px) {
  .whVideos &gt; div + div &gt; div &gt; div &gt; h4 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .whVideos &gt; div + div &gt; div &gt; div &gt; img {
    float: left;
    width: 45%;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .whVideos &gt; div + div &gt; div &gt; div &gt; h4 {
    width: calc(55% - 15px);
    overflow: hidden;
  }
}
.whVideos &gt; div + div &gt; div &gt; div &gt; div {
  /* text! */
  display: none;
}
.whVideos &gt; div &gt; div.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 75% 0 0;
  margin: 0;
}
.whVideos &gt; div &gt; div.video &gt; iframe,
.whVideos &gt; div &gt; div.video &gt; a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
}
.whSlider .carousel-inner .item &gt; img {
  float: right;
}
.whSlider .carousel-inner .item .carousel-caption {
  width: 46%;
  color: inherit;
  background-color: transparent;
}
.whSlider .carousel-inner .item .carousel-caption a {
  color: #9bb5c0;
}
.whSlider .carousel-control {
  display: none;
}
@media only screen and (max-width: 991px) {
  .whSlider .carousel-inner .item &gt; img {
    float: none;
    display: block;
    width: 100%;
  }
  .whSlider .carousel-inner .item .carousel-caption {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: transparent;
    /* some headlines in caption might be p.as-h1 instead of h1, so only style LAST p - contains the teaser text */
  }
  .whSlider .carousel-inner .item .carousel-caption p:last-child {
    margin-bottom: 0;
    height: 84px;
  }
  .whSlider .carousel-control {
    top: auto;
  }
  .whSlider .carousel-control.left {
    left: auto;
    right: 30px;
  }
  .whSlider .carousel-control.right {
    left: auto;
    right: 0;
  }
}
.whTabs {
  /* safari ... */
}
.whTabs.row:before {
  display: block;
}
@media only screen and (max-width: 767px) {
  .whTabs .whTabsInlineCtrl {
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px);
    float: none;
    cursor: pointer;
    position: relative;
    padding-right: 33px;
  }
  .whTabs .whTabsInlineCtrl + div.tab-pane.active {
    padding-top: 10px;
  }
  .whTabs .whTabsInlineCtrl:first-child {
    /*margin-top: -35px;*/
  }
  .whTabs .whTabsInlineCtrl .caret {
    transition: transform 0.25s linear;
    /*  in case two lines etc */
    position: absolute;
    top: 50%;
    margin: -2px 0 0 0;
    right: 15px;
  }
  .whTabs .whTabsInlineCtrl.active .caret {
    transform: rotate(-180deg);
  }
}
.whTabs .tab-content &gt; .tab-pane {
  /* reset properties from 'old' tabs (inactive on mobile) */
  display: none;
  border-bottom: none;
  padding-bottom: none;
  margin-bottom: none;
}
.whTabs .tab-content &gt; .tab-pane.active {
  display: block;
}
.whTabs &gt; div:first-child {
  padding: 0;
}
.whTabs &gt; div:first-child ul.nav.tabs-left li a {
  background-color: #4e5873;
  color: #ffffff;
}
.whTabs &gt; div:first-child ul.nav.tabs-left li a small {
  font-weight: normal;
}
.whTabs &gt; div:first-child ul.nav.tabs-left li.active a {
  background-color: #e1e8ec;
  color: #232f4f;
  font-weight: bold;
}
.whTabs &gt; div:first-child ul.nav.tabs-left li:hover a {
  background-color: #e1e8ec;
  color: #232f4f;
}
.whTabs &gt; div + div {
  /*
		background-color: @bscol-bg-bright;
		color: @black;
		*/
}
.whTabs &gt; div + div .tab-content {
  min-height: 240px;
  margin-top: 0;
  padding: 25px 10px;
}
@media only screen and (min-width: 768px) {
  .whTabs &gt; div + div .tab-content {
    padding: 25px;
  }
}
.whTabs &gt; div + div .tab-content h3.h1 {
  text-transform: none;
}
.whTabs &gt; div + div .tab-content h3.h1:after {
  width: 60px;
}
.whTabs &gt; div + div .tab-content h3:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .whTabs &gt; div + div {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .whTabs &gt; div + div .tab-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.bscol-bg-dark .whTabs &gt; div:first-child ul.nav.tabs-left li a {
  background-color: #232f4f;
  color: #ffffff;
}
.bscol-bg-dark .whTabs &gt; div:first-child ul.nav.tabs-left li.active a {
  background-color: #384360;
  color: #ffffff;
}
.bscol-bg-dark .whTabs &gt; div:first-child ul.nav.tabs-left li:hover a {
  background-color: #384360;
  color: #ffffff;
}
.whCardList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*
    padding: 0 !important;
    
    &gt; div.whBsCol:first-child { top: auto !important; }
    &gt; div.whBsCol:last-child { bottom: auto !important; }
    */
  position: relative;
}
.whCardList::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  position: absolute;
  z-index: 1;
  content: " ";
  /*background-color: red;
        opacity: 0.5;*/
  background-color: #ffffff;
}
/**** MODAL GALLERY ****/
.modal.whModal &gt; .modal-dialog &gt; .modal-content &gt; .close {
  border: 2px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 30px;
  font-size: 33px;
  width: 45px;
  height: 45px;
  padding: 5px;
  border-radius: 25px;
  background-color: #e1e8ec;
  margin: 15px 15px -76px -76px;
  color: #232f4f;
  opacity: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .modal.whModal &gt; .modal-dialog.modal-gallery {
    width: calc(100% - 10px);
    height: calc(100% - 20px);
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .modal.whModal &gt; .modal-dialog.modal-gallery {
    width: calc(100% - 60px);
    max-width: 1234px;
    /* got margin of 30px top/bottom */
    height: calc(100% - 60px);
  }
}
.modal.whModal &gt; .modal-dialog.modal-gallery &gt; .modal-content {
  height: 100%;
  position: relative;
}
.modal.whModal &gt; .modal-dialog.modal-gallery &gt; .modal-content &gt; .modal-header,
.modal.whModal &gt; .modal-dialog.modal-gallery &gt; .modal-content &gt; .modal-footer {
  display: none;
}
.modal.whModal &gt; .modal-dialog.modal-gallery &gt; .modal-content &gt; .zoom {
  float: left;
  border: 2px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 30px;
  font-size: 33px;
  width: 45px;
  height: 45px;
  padding: 5px;
  border-radius: 25px;
  background-color: #e1e8ec;
  margin: 15px -76px -76px 15px;
  color: #232f4f;
  opacity: 1;
  position: relative;
  z-index: 1;
}
.modal.whModal &gt; .modal-dialog.modal-gallery &gt; .modal-content &gt; .zoom:after {
  content: "+";
}
.modal.whModal &gt; .modal-dialog.modal-gallery &gt; .modal-content &gt; .modal-body {
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  margin: 0;
  width: 100%;
  position: relative;
  border-radius: 6px;
  /* gallery images! */
  /* scale text-size with viewport! */
}
.modal.whModal &gt; .modal-dialog.modal-gallery &gt; .modal-content &gt; .modal-body &gt; .gallery-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.modal.whModal &gt; .modal-dialog.modal-gallery &gt; .modal-content &gt; .modal-body &gt; .gallery-image &gt; .caption {
  /*background-color: rgba(255,255,255,0.6);*/
  background-color: rgba(225, 232, 236, 0.6);
  padding: 0 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  min-height: 55px;
  padding-left: 5%;
  padding-right: 5%;
}
.modal.whModal &gt; .modal-dialog.modal-gallery &gt; .modal-content &gt; .modal-body &gt; .gallery-image &gt; .caption &gt; h5 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal.whModal &gt; .modal-dialog.modal-gallery &gt; .modal-content &gt; .modal-body &gt; .gallery-image &gt; a {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 40%;
  bottom: 40%;
  width: 10%;
  background-color: rgba(225, 232, 236, 0.5);
  transition: background-color 0.3s, color 0.3s;
  color: #232f4f;
  /*&amp;:hover {
                                background-color: rgba(225, 232, 236, 0.5);
                            }*/
}
.modal.whModal &gt; .modal-dialog.modal-gallery &gt; .modal-content &gt; .modal-body &gt; .gallery-image &gt; a:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -30px;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}
.modal.whModal &gt; .modal-dialog.modal-gallery &gt; .modal-content &gt; .modal-body &gt; .gallery-image &gt; a.prev {
  left: 0;
  border-radius: 0 300px 300px 0;
}
.modal.whModal &gt; .modal-dialog.modal-gallery &gt; .modal-content &gt; .modal-body &gt; .gallery-image &gt; a.prev:after {
  content: "«";
  margin-right: 15%;
}
.modal.whModal &gt; .modal-dialog.modal-gallery &gt; .modal-content &gt; .modal-body &gt; .gallery-image &gt; a.next {
  right: 0;
  border-radius: 300px 0  0 300px;
}
.modal.whModal &gt; .modal-dialog.modal-gallery &gt; .modal-content &gt; .modal-body &gt; .gallery-image &gt; a.next:after {
  content: "»";
  margin-left: 15%;
}
@media only screen and (min-width: 992px) {
  .modal.whModal &gt; .modal-dialog.modal-gallery &gt; .modal-content &gt; .modal-body &gt; .gallery-image &gt; a {
    opacity: 0.25;
  }
  .modal.whModal &gt; .modal-dialog.modal-gallery &gt; .modal-content &gt; .modal-body &gt; .gallery-image &gt; a:hover {
    opacity: 1;
  }
}
.modal.whModal &gt; .modal-dialog.modal-gallery &gt; .modal-content &gt; .modal-body &gt; .text-box {
  font-size: 5vw;
  line-height: 150%;
}
.modal.whModal &gt; .modal-dialog.modal-gallery &gt; .modal-content &gt; .modal-body &gt; .text-box &gt; h3 {
  font-weight: bold;
  font-size: 300%;
  text-align: center;
  line-height: 150%;
}
.modal.whModal &gt; .modal-dialog.zoomed.modal-gallery .modal-content &gt; .zoom {
  padding: 2px 5px 8px;
}
.modal.whModal &gt; .modal-dialog.zoomed.modal-gallery .modal-content &gt; .zoom:after {
  content: "—";
}
.modal.whModal &gt; .modal-dialog.zoomed.modal-gallery .modal-content &gt; .modal-body &gt; .gallery-image {
  background-size: cover;
}
/*

window.webhelps.showModal('&lt;div class="gallery-image" style="background-image: url("https://mls.infomedizin.de/bilder/Home/info_Med_home-header_01.jpg");" /&gt;', { sTitle: 'dddddddddd', sButtonLabel: 'asdsada', sSize: 'gallery' })

window.webhelps.showModal('&lt;div class="text-box"&gt;&lt;h3&gt;hallo ti-ta-test!&lt;/h3&gt;&lt;/div&gt;', { sTitle: '', sButtonLabel: '', sSize: 'gallery' })

window.webhelps.showModal('&lt;img src="https://mls.infomedizin.ch/bilder/02Experten/01Profilfotos/Trefil.jpg" /&gt;', { sTitle: '', sButtonLabel: '', sSize: 'gallery' })



jQuery('#content_promo').prev().append('&lt;div class="whSlideshow"&gt;&lt;div&gt;&lt;img src="https://mls.infomedizin.de/bilder/02Experten/01Profilfotos/goeppl.jpg" /&gt;&lt;img src="https://mls.infomedizin.de/bilder/Themenseite/Brust-OP/brust-op.jpg" /&gt;&lt;img src="https://mls.infomedizin.de/fileadmin/template/img/icons/socials.png" /&gt;&lt;img src="https://mls.infomedizin.de/bilder/02Experten/01Profilfotos/Trefil.jpg" /&gt;&lt;img src="https://mls.infomedizin.de/fileadmin/template/img/icons/pic_tools_s.png" /&gt;&lt;img src="https://mls.infomedizin.de/bilder/Home/info_Medizin_Startseite_Aesthetik.jpg" /&gt;&lt;img src="https://mls.infomedizin.de/bilder/Home/info_Med_home-header_01.jpg" /&gt;&lt;img src="https://mls.infomedizin.de/bilder/Home/info_Medizin_Startseite_Medizin.jpg" /&gt;&lt;img src="https://mls.infomedizin.de/fileadmin/template/img/icons/doctors.png" /&gt;&lt;img src="https://mls.infomedizin.de/bilder/Behandlungsseiten/krankheiten/hyperhidrose.jpg" /&gt;&lt;/div&gt;&lt;/div&gt;')


*/
.whSlideshow {
  height: 0;
  position: relative;
  padding-bottom: 50%;
  border-top: 3px solid #d3d5db;
  border-bottom: 3px solid #d3d5db;
  /* Plain, i.e. only popUp? */
}
@media only screen and (min-width: 768px) {
  .whSlideshow {
    padding-bottom: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .whSlideshow {
    padding-bottom: 25%;
  }
}
.whSlideshow &gt; div {
  position: absolute;
  top: 5px;
  right: 40px;
  bottom: 5px;
  left: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.whSlideshow &gt; div &gt; img,
.whSlideshow &gt; div &gt; a &gt; img {
  display: inline-block;
  margin: 0 5px;
  height: 100%;
  width: auto;
  max-width: none;
  /*cursor: pointer;*/
  /*&amp;:first-child {
                margin-left: 0;
            }*/
}
@media only screen and (min-width: 992px) {
  .whSlideshow &gt; div {
    overflow-x: hidden;
  }
}
.whSlideshow::before,
.whSlideshow::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 40px;
  background-color: #d3d5db;
  background-image: url("/fileadmin/template/img/icons/arrow_left_bright.png");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
  z-index: 1;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                      supported by Chrome and Opera */
}
.whSlideshow::after {
  left: auto;
  right: 0;
  background-image: url("/fileadmin/template/img/icons/arrow_right_bright.png");
}
.whSlideshow.onlyPopup {
  border-top-width: 0;
  border-bottom-width: 0;
  height: auto;
  padding-bottom: 0;
}
.whSlideshow.onlyPopup &gt; *:not(:first-child) {
  display: none !important;
}
.whSlideshow.onlyPopup::before,
.whSlideshow.onlyPopup::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .whSlideshow::before,
  .whSlideshow::after {
    opacity: 0.33;
  }
  .whSlideshow &gt; div {
    left: 5px;
    right: 5px;
  }
}
.whSlideshow:hover::before,
.whSlideshow:hover::after {
  opacity: 1;
}
/*
 *
 * .whAccordion
 *
 * if .mobile --&gt; ONLY on mobile!
 * if .onlyOneOpen --&gt; first one by default expanded!
 *
 *
 * STYLE - two types
 *  - FAQ Style: real boxes and shit    --&gt; .whAccordion &gt; div [ &gt; h3 / &gt; div ]
 *  - Section Style: not so much boxes  --&gt; .whAccordion &gt; h2 / section
 *
 * NOTE: h3 style also does slideDown/Up!
 *
 */
.whAccordion:not(.mobile) {
  margin-top: 18px;
  margin-bottom: 10px;
}
.whAccordion:not(.mobile) &gt; * &gt; h2,
.whAccordion:not(.mobile) &gt; * &gt; h3 {
  /*border: 1px solid @blue;*/
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                      supported by Chrome and Opera */
}
.whAccordion:not(.mobile) &gt; * &gt; div {
  display: none;
}
.whAccordion:not(.mobile) &gt; *.whIsActive &gt; div {
  display: block;
}
.whAccordion:not(.mobile) &gt; section &gt; .h3 {
  /*margin-left: -15px;
            margin-right: -15px;*/
  padding: 15px 55px 15px 15px;
  background-color: #232f4f;
  color: #ffffff;
  background-image: url("/fileadmin/template/img/icons/arrow_down_white.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 2px solid #ffffff;
}
.whAccordion:not(.mobile) &gt; section &gt; .h3::after {
  display: none;
}
.whAccordion:not(.mobile) &gt; section.whIsActive {
  margin-bottom: 35px;
}
.whAccordion:not(.mobile) &gt; section.whIsActive &gt; .h3,
.whAccordion:not(.mobile) &gt; section.whIsActive &gt; .h3:hover {
  /*background-image: url('../../../../fileadmin/template/themes/less/@img_down_arrow_bright');*/
  background-color: #4e5873;
}
.whAccordion:not(.mobile) &gt; section.whIsActive &gt; div {
  margin-top: 10px;
}
.whAccordion:not(.mobile) &gt; div &gt; h3 {
  border-top: 3px solid #ffffff;
  background-color: #cddadf;
  padding: 5px 35px 5px 15px;
  margin: 0;
  position: relative;
  /*font-weight: normal;*/
  font-weight: bold;
  text-transform: none;
  font-size: 14px !important;
  /*color: @black;*/
  color: #232f4f;
  /*
            background-image: url('../../../../fileadmin/template/themes/less/@img_down_arrow_small');
            background-repeat: no-repeat;
            background-position: ~"calc(100% - 15px) center";
            */
  background-image: none;
}
.whAccordion:not(.mobile) &gt; div &gt; h3::after {
  display: none;
}
.whAccordion:not(.mobile) &gt; div &gt; h3::before {
  content: "+";
  /*float: right;
                margin-right: -20px;*/
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  color: #232f4f;
  font-size: 31px;
  display: inline-block;
  width: auto;
  background: transparent none;
  height: auto;
  line-height: 16px;
}
.whAccordion:not(.mobile) &gt; div.whIsActive &gt; h3,
.whAccordion:not(.mobile) &gt; div &gt; h3:hover {
  /*background-image: url('../../../../fileadmin/template/themes/less/@img_down_arrow_bright');*/
  background-color: #232f4f;
  color: #ffffff;
}
.whAccordion:not(.mobile) &gt; div.whIsActive &gt; h3::before,
.whAccordion:not(.mobile) &gt; div &gt; h3:hover::before {
  color: #cddadf;
}
.whAccordion:not(.mobile) &gt; div.whIsActive &gt; h3::before {
  content: "–";
  margin-top: -11px;
}
.whAccordion:not(.mobile) &gt; div:first-child &gt; h3 {
  margin-top: 10px;
  border-top: 1px solid #4e5873;
}
.whAccordion:not(.mobile) &gt; div:last-child &gt; h3 {
  /*margin-bottom: 25px;*/
  border-bottom: 1px solid #4e5873;
}
.whAccordion:not(.mobile) &gt; div:last-child &gt; div {
  margin-bottom: 25px;
  border-bottom: 1px solid #4e5873;
}
.whAccordion:not(.mobile) &gt; div &gt; div {
  background-color: #e1e8ec;
  padding: 25px;
}
.whAccordion:not(.mobile) &gt; div &gt; div &gt; *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .whAccordion.mobile {
    margin-top: 18px;
    margin-bottom: 10px;
  }
  .whAccordion.mobile &gt; * &gt; h2,
  .whAccordion.mobile &gt; * &gt; h3 {
    /*border: 1px solid @blue;*/
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                      supported by Chrome and Opera */
  }
  .whAccordion.mobile &gt; * &gt; div {
    display: none;
  }
  .whAccordion.mobile &gt; *.whIsActive &gt; div {
    display: block;
  }
  .whAccordion.mobile &gt; section &gt; .h3 {
    /*margin-left: -15px;
            margin-right: -15px;*/
    padding: 15px 55px 15px 15px;
    background-color: #232f4f;
    color: #ffffff;
    background-image: url("/fileadmin/template/img/icons/arrow_down_white.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 2px solid #ffffff;
  }
  .whAccordion.mobile &gt; section &gt; .h3::after {
    display: none;
  }
  .whAccordion.mobile &gt; section.whIsActive {
    margin-bottom: 35px;
  }
  .whAccordion.mobile &gt; section.whIsActive &gt; .h3,
  .whAccordion.mobile &gt; section.whIsActive &gt; .h3:hover {
    /*background-image: url('../../../../fileadmin/template/themes/less/@img_down_arrow_bright');*/
    background-color: #4e5873;
  }
  .whAccordion.mobile &gt; section.whIsActive &gt; div {
    margin-top: 10px;
  }
  .whAccordion.mobile &gt; div &gt; h3 {
    border-top: 3px solid #ffffff;
    background-color: #cddadf;
    padding: 5px 35px 5px 15px;
    margin: 0;
    position: relative;
    /*font-weight: normal;*/
    font-weight: bold;
    text-transform: none;
    font-size: 14px !important;
    /*color: @black;*/
    color: #232f4f;
    /*
            background-image: url('../../../../fileadmin/template/themes/less/@img_down_arrow_small');
            background-repeat: no-repeat;
            background-position: ~"calc(100% - 15px) center";
            */
    background-image: none;
  }
  .whAccordion.mobile &gt; div &gt; h3::after {
    display: none;
  }
  .whAccordion.mobile &gt; div &gt; h3::before {
    content: "+";
    /*float: right;
                margin-right: -20px;*/
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    height: 16px;
    color: #232f4f;
    font-size: 31px;
    display: inline-block;
    width: auto;
    background: transparent none;
    height: auto;
    line-height: 16px;
  }
  .whAccordion.mobile &gt; div.whIsActive &gt; h3,
  .whAccordion.mobile &gt; div &gt; h3:hover {
    /*background-image: url('../../../../fileadmin/template/themes/less/@img_down_arrow_bright');*/
    background-color: #232f4f;
    color: #ffffff;
  }
  .whAccordion.mobile &gt; div.whIsActive &gt; h3::before,
  .whAccordion.mobile &gt; div &gt; h3:hover::before {
    color: #cddadf;
  }
  .whAccordion.mobile &gt; div.whIsActive &gt; h3::before {
    content: "–";
    margin-top: -11px;
  }
  .whAccordion.mobile &gt; div:first-child &gt; h3 {
    margin-top: 10px;
    border-top: 1px solid #4e5873;
  }
  .whAccordion.mobile &gt; div:last-child &gt; h3 {
    /*margin-bottom: 25px;*/
    border-bottom: 1px solid #4e5873;
  }
  .whAccordion.mobile &gt; div:last-child &gt; div {
    margin-bottom: 25px;
    border-bottom: 1px solid #4e5873;
  }
  .whAccordion.mobile &gt; div &gt; div {
    background-color: #e1e8ec;
    padding: 25px;
  }
  .whAccordion.mobile &gt; div &gt; div &gt; *:last-child {
    margin-bottom: 0;
  }
}
/* Docs -&gt; less filters */
/*#uid_371 select[name="filter_speciality"], #uid_371 select[name="filter_treatment"] {
    display: none;
}*/
#uid_371 #test_select #content_left &gt; div &gt; div {
  display: none;
}
#uid_371 #test_select #content_left &gt; div &gt; div + div + div {
  display: block;
}
#uid_371 #test_select #content_left {
  display: block;
}
/* expert answers other news in sidebar - hide */
#uid_405 #content_promo {
  display: none;
}
/* hide share buttons - JUST FOR NEWS ETC??    */
#im_main + .container &gt; .row &gt; .share-buttons {
  display: none;
}
.news p.interview-answer + .interview-question {
  margin-top: 5px;
}
/* link interview serien */
#uid_372 #content_promo &gt; div.h3:first-of-type {
  display: none;
}
#uid_372 #content_promo &gt; p:first-of-type {
  display: none;
}
#uid_372 #content_promo &gt; div.tt_news.series {
  display: none;
}
#uid_372 #content_promo &gt; div.tt_news.series + div.show-as-h3 {
  margin-top: 0;
}
/* no filters for news, interviews, questions, ... */
body#uid_372 #im_main #content_left {
  display: none;
}
/* ask a question */
body#uid_406 #im_main #content_main &gt; div.span5 &gt; h2 + h3,
body#uid_406 #im_main #content_main &gt; div.span5 &gt; h2 + h3 + p,
body#uid_406 #im_main #content_main &gt; div.span5 &gt; h2 + h3 + p + p,
body#uid_406 #im_main #content_main &gt; div.span5 &gt; h2 + h3 + p + p + div.blue {
  display: none;
}
#subHeaderSlider {
  background-color: #7b8295;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Ffileadmin%5C%2Ftemplate%5C%2Fthemes%5C%2Fless%5C%2Findex.less%22%2C%22%5C%2Ffileadmin%5C%2Ftemplate%5C%2Fless%5C%2Fcomponents%5C%2Fimages.less%22%2C%22%5C%2Ffileadmin%5C%2Ftemplate%5C%2Fthemes%5C%2Fless%5C%2Fvideo-element.less%22%2C%22%5C%2Ffileadmin%5C%2Ftemplate%5C%2Fthemes%5C%2Fless%5C%2Fslider.less%22%2C%22%5C%2Ffileadmin%5C%2Ftemplate%5C%2Fthemes%5C%2Fless%5C%2Ftab-pane.less%22%2C%22%5C%2Ffileadmin%5C%2Ftemplate%5C%2Fthemes%5C%2Fless%5C%2Fcard-list.less%22%2C%22%5C%2Ffileadmin%5C%2Ftemplate%5C%2Fthemes%5C%2Fless%5C%2Fmodal-gallery.less%22%2C%22%5C%2Ffileadmin%5C%2Ftemplate%5C%2Fthemes%5C%2Fless%5C%2Faccordion.less%22%2C%22%5C%2Ffileadmin%5C%2Ftemplate%5C%2Fthemes%5C%2Fless%5C%2Flegacy.less%22%2C%22%5C%2Ffileadmin%5C%2Ftemplate%5C%2Fthemes%5C%2Fless%5C%2Fbrust-op.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAACA%2CEAAE%2CGAAG%3BEACD%3B%3BAAGJ%3BEACI%3B%3BAAEJ%2CUAAU%2CUAAU%3BEAChB%2CSAAS%2CGAAT%3BEAEA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEAEA%3BEACA%2CyBAAA%3B%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2CGAAT%3BEAEA%3BEACA%3BEAEA%3BEACA%3BEAEA%3BEACA%3BEAEA%2CuBAAA%3BEAEA%2CsFAAA%3B%3BAAMJ%2CCAAC%3BEACG%3BEACA%3BEACA%3BEACA%3B%3B%3B%3B%3B%3B%3B%3BAAQJ%2CIAAI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAJJ%2CIAAI%2CeAME%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAWJ%3BEAAA%3BIAJI%3BIACA%3B%3B%3BAAaJ%3BEATI%2CuBAAC%3BIACG%2CSAAS%2CGAAT%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAAZZ%2CuBAgBM%3BAAhBN%2CuBAgBa%2CMAAG%2CSAAY%3BEACpB%3BEACA%3B%3BAAMR%2CCAAC%3BEACG%3BEACA%3BEACA%2CkBAAA%3BEACA%3B%3BAAJJ%2CCAAC%2CoBAMK%3B%3B%3BAANN%2CCAAC%2CoBAUK%3BEACE%3BEACA%3BEACA%3BEACA%3BEAEA%2CuBAAA%3BEACA%2C0CAAA%3BEAEA%2CcAAA%3B%3BAAEA%2CCArBP%2CoBAUK%2CKAWG%3BEACG%2CSAAS%2CGAAT%3BEACA%2C4BCtHY%2CwEDsHZ%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAOZ%2CiBAAkB%2CEAAC%2CWAAW%3BAAC9B%2CiBAAkB%2CGAAE%3BAACpB%2CiBAAkB%2CEAAC%2CWAAW%3BAAC9B%2CiBAAkB%2CGAAE%3BEAChB%3B%3BAAIJ%2CeAAgB%3BEACZ%2CyBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CeAAgB%2CMAAM%2CGAAG%3BEACrB%2CyBAAA%3B%3BAAEA%2CeAHY%2CMAAM%2CGAAG%2CGAGpB%3BEACG%2CyBAAA%3B%3BAAMR%2CaACI%3B%3BEAEI%3B%3BAAOR%3BEACI%2C%2BBAAA%3BEACA%3BEAEA%3B%3BAAEJ%2CIAAI%2CcAAe%3BEACf%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAkBJ%3BEACI%2CyCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CIAAI%3BEACA%3BEACA%2CyBAAA%3BEACA%2CwCAAA%3B%3BAAIJ%3BEACI%3B%3BEAEA%3BEACA%3BEACA%3B%3B%3B%3BEAMA%3B%3B%3BAAQJ%2CIAAO%2CiBAAe%3BEAClB%3BEACA%3BEAEA%3BEACA%3B%3B%3B%3B%3B%3B%3B%3BAAYJ%2CIAAI%3BEACA%3BEACA%3BEACA%3B%3B%3B%3B%3B%3B%3BAAQJ%2CIAAI%2CmBAAsB%3BAAC1B%2CIAAI%2CmBAAsB%3BAAC1B%2CIAAI%2CmBAAsB%2CiBAAiB%3BAAC3C%2CIAAI%2CmBAAsB%3BEACtB%3B%3BAAGJ%2CIAAI%2CmBAAsB%2CoBAAiB%3BEACvC%3BEACA%3B%3BAAFJ%2CIAAI%2CmBAAsB%2CoBAAiB%2CyBAIrC%2CMAAG%3BEAAa%3B%3BAAEtB%2CIAAI%2CmBAAsB%2CoBAAiB%2CyBAA0B%2CiBAAgB%2CSAAS%3BEAC1F%3B%3B%3B%3BAASJ%3BEACI%3B%3BAAGJ%2CIAAK%3BEACD%2CcAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAADJ%2CIAAK%2CkBAGC%3BEACE%3B%3BAAJR%2CIAAK%2CkBAOD%3BEACI%2CoDAAA%3B%3BAARR%2CIAAK%2CkBAOD%2CuBAGI%2CEAAC%2CUAAW%3BEACR%2CoCAAA%3BEAEA%3BEACA%3BEACA%3B%3BAASR%3BEAAA%2CIAxBC%2CkBAOD%2CuBAYQ%2CEAAC%2CUAAW%3BIACR%3BIACA%3B%3B%3BAAYZ%3BEAAA%2CIAjCC%2CkBA2BG%3BIACI%3B%3B%3BAA5BZ%2CIAAK%2CkBAiCD%3BEACI%3B%3BEAEA%2CoBAAA%3BEAEA%3BEACA%3BEAEA%3BEACA%3BEAEA%3BEACA%2CyBAAA%3BEACA%3BEACA%3B%3BAA%5C%2FCR%2CIAAK%2CkBAiCD%2COAiBI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2CIAzDH%2CkBAiCD%2COAwBK%2CUAAW%3BAAAM%2CIAzDrB%2CkBAiCD%2COAwBuB%2CUAAW%2CKAAI%3BAAAS%2CIAzD9C%2CkBAiCD%2COAwBgD%2CUAAW%2CKAAI%3BEACvD%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%3B%3BAAGJ%2CIAlEH%2CkBAiCD%2COAiCK%2CUAAW%2CKAAI%3BAAAS%2CIAlE5B%2CkBAiCD%2COAiC8B%2CUAAW%2CKAAI%3BEACrC%2CSAAS%2CGAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEJ%2CIA1EH%2CkBAiCD%2COAyCK%2CUAAW%2CKAAI%3BEAAS%3BEAAW%3B%3BAAEpC%2CIA5EH%2CkBAiCD%2COA2CK%2CYAAa%3BEACV%2C6DAAA%3BEACA%3BEACA%2CkCAAA%3BEACA%3BEACA%3B%3BAAOJ%2CIAxFH%2CkBAiCD%2COAuDK%3BEACG%2CyBAAA%3B%3BAAEA%2CIA3FP%2CkBAiCD%2COAuDK%2CUAGI%2CUAAW%3BAAAM%2CIA3FzB%2CkBAiCD%2COAuDK%2CUAGsB%2CUAAW%2CKAAI%3BAAAS%2CIA3FlD%2CkBAiCD%2COAuDK%2CUAG%2BC%2CUAAW%2CKAAI%3BEACvD%2CyBAAA%3B%3BAAGJ%2CIA%5C%2FFP%2CkBAiCD%2COAuDK%2CUAOI%2CYAAa%3BEACV%2CyEAAA%3B%3BAAhGhB%2CIAAK%2CkBAgHD%3BEACI%3B%3B%3BAAoBR%3BEATI%2CIAAI%3BIACA%3B%3BEADJ%2CIAAI%2CcAGA%3B%3B%3B%3BAAsCR%3BEAAA%2CIAhCI%2CcAAe%2CkBAEX%3BIACI%3BIACA%2CwBAAA%3B%3BEA4BZ%2CIAhCI%2CcAAe%2CkBAEX%2CuBAII%2CEAAC%2CUACG%3B%3B%3BIAII%3BIACA%3BIACA%3B%3BEAmBpB%2CIAhCI%2CcAAe%2CkBAEX%2CuBAgBI%3BIACI%3B%3BEAahB%2CIAhCI%2CcAAe%2CkBAwBX%3BIACI%3B%3BEAOZ%2CIAhCI%2CcAAe%2CkBA4BX%3BIACI%3B%3B%3B%3BAAuBR%3BEAAA%2CIAVA%3BIAEI%3B%3BEAQJ%2CIAVA%2CcAII%3B%3BIAEI%3B%3B%3BAANZ%2CIAAI%2CcAUA%2CkBACI%3BEACI%3BEACA%3BEACA%2CmBAAA%3BEAEA%3B%3BEAqFA%2CyBAAA%3BEACA%2CcAAA%3BEAEA%2CyDAAA%3B%3BAAhFA%3BEAAA%2CIAxBR%2CcAUA%2CkBACI%3BIASQ%2CqBAAA%3B%3B%3BAApBhB%2CIAAI%2CcAUA%2CkBACI%2C8BAaI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%2CmDAAA%3B%3BAAEA%2CIAjCZ%2CcAUA%2CkBACI%2C8BAaI%2CEASK%3BEACG%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3B%3BEAEA%3BEACA%3BEACA%3BEACA%3BEAGA%2CYAAe%2C8EAAf%3BEAEA%2CYAAY%2CiFAAZ%3BEAEA%2CYAAoB%2CyEAApB%3B%3BAAIR%2CIA1DR%2CcAUA%2CkBACI%2C8BA%2BCK%2CUAAW%3B%3BEAER%3B%3BAAEA%2CIA9DZ%2CcAUA%2CkBACI%2C8BA%2BCK%2CUAAW%2CEAIP%3BEACG%2CSAAS%2CGAAT%3BEACA%2C4BC3fS%2C6ED2fT%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3B%3BAAEJ%2CIA5EZ%2CcAUA%2CkBACI%2C8BA%2BCK%2CUAAW%2CEAkBP%3B%3BEAEG%2CSAAS%2CIAAT%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEAEA%2CYAAe%2C8EAAf%3BEAEA%2CYAAY%2CiFAAZ%3BEAEA%2CYAAoB%2CyEAApB%3B%3BAAaR%2CIA1GR%2CcAUA%2CkBACI%2C8BA%2BFK%3BEACG%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CIA9GZ%2CcAUA%2CkBACI%2C8BA%2BFK%2CUAII%3BEACG%2CcAAA%3BEACA%2CyBAAA%3B%3BAAUZ%3BEAJQ%2CIAtHZ%2CcAUA%2CkBACI%2C8BA2GS%3BIACG%2CgCAAA%3B%3B%3B%3BAAcpB%3BEACI%2CcAAA%3BEACA%3B%3B%3B%3B%3BAAFJ%2CmBAIM%2CMAAG%3BEACD%3BEACA%3BEACA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAPR%2CmBAIM%2CMAAG%2COAQD%2CyBAAyB%3BEACrB%3B%3BAAbZ%2CmBAmCI%3BAAnCJ%2CmBAmCe%3BEACP%2CcAAA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEAEA%3BEACA%3B%3BAA1CR%2CmBA8CI%2CGAAE%2CWACE%3BEACI%3B%3BAAhDZ%2CmBA8CI%2CGAAE%2CWACE%2CGAGI%3BEACI%3BEACA%3B%3BAApDhB%2CmBA2DI%2CwBACI%2CKAAI%2CkBAAkB%3BEAClB%2CyBAAA%3BEACA%2C6DAAA%3BEACA%3BEACA%2CkCAAA%3BEACA%3BEAEA%3BEACA%3B%3BAApEZ%2CmBA0EI%3BAA1EJ%2CmBA0E6B%3BEACrB%2CyBAAA%3B%3BAA3ER%2CmBA0EI%2CwBAGM%3BAA7EV%2CmBA0E6B%2CyBAGnB%3BEACE%3B%3BAA9EZ%2CmBA0EI%2CwBAOI%2CGAAE%2CIACE%3BAAlFZ%2CmBA0E6B%2CyBAOrB%2CGAAE%2CIACE%3BEACI%3BEACA%3B%3BAApFhB%2CmBA0EI%2CwBAOI%2CGAAE%2CIACE%2CGAII%3BAAtFhB%2CmBA0E6B%2CyBAOrB%2CGAAE%2CIACE%2CGAII%3BEACI%3BEACA%3BEACA%3BEAEA%3BEACA%3BEAEA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgCAAA%3B%3BAAEA%2CmBAxBhB%2CwBAOI%2CGAAE%2CIACE%2CGAII%2CEAYK%3BAAAD%2CmBAxBS%2CyBAOrB%2CGAAE%2CIACE%2CGAII%2CEAYK%3BEACG%2CyBAAA%3BEACA%2CcAAA%3B%3BAAIR%2CmBA9BZ%2CwBAOI%2CGAAE%2CIACE%2CGAsBK%2COACG%3BAADJ%2CmBA9Ba%2CyBAOrB%2CGAAE%2CIACE%2CGAsBK%2COACG%3BEACI%2CyBAAA%3BEACA%2CcAAA%3B%3BAA3GxB%2CmBA0EI%2CwBAOI%2CGAAE%2CIACE%2CGA6BI%2CGAAG%2CGACC%3BAAhHpB%2CmBA0E6B%2CyBAOrB%2CGAAE%2CIACE%2CGA6BI%2CGAAG%2CGACC%3BAADG%2CmBArCnB%2CwBAOI%2CGAAE%2CIACE%2CGA6BY%2COAAQ%2CGAAG%2CGACf%3BAADG%2CmBArCM%2CyBAOrB%2CGAAE%2CIACE%2CGA6BY%2COAAQ%2CGAAG%2CGACf%3B%3BEAEI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CmBA5ChB%2CwBAOI%2CGAAE%2CIACE%2CGA6BI%2CGAAG%2CGAOE%2COAAQ%3BAAAT%2CmBA5CS%2CyBAOrB%2CGAAE%2CIACE%2CGA6BI%2CGAAG%2CGAOE%2COAAQ%3BAAAT%2CmBA5ChB%2CwBAOI%2CGAAE%2CIACE%2CGA6BY%2COAAQ%2CGAAG%2CGAOd%2COAAQ%3BAAAT%2CmBA5CS%2CyBAOrB%2CGAAE%2CIACE%2CGA6BY%2COAAQ%2CGAAG%2CGAOd%2COAAQ%3BAAtH7B%2CmBA0EI%2CwBAOI%2CGAAE%2CIACE%2CGA6BI%2CGAAG%2CGAOa%2CEAAC%3BAAtHjC%2CmBA0E6B%2CyBAOrB%2CGAAE%2CIACE%2CGA6BI%2CGAAG%2CGAOa%2CEAAC%3BAAPV%2CmBArCnB%2CwBAOI%2CGAAE%2CIACE%2CGA6BY%2COAAQ%2CGAAG%2CGAOH%2CEAAC%3BAAPV%2CmBArCM%2CyBAOrB%2CGAAE%2CIACE%2CGA6BY%2COAAQ%2CGAAG%2CGAOH%2CEAAC%3BEACT%2CyBAAA%3BEACA%2CcAAA%3B%3BAAIR%2CmBAlDZ%2CwBAOI%2CGAAE%2CIACE%2CGA0CK%2CSACK%2CKAAE%3BAADR%2CmBAlDa%2CyBAOrB%2CGAAE%2CIACE%2CGA0CK%2CSACK%2CKAAE%3BEACA%3BEACA%2CgCAAA%3B%3BAAHR%2CmBAlDZ%2CwBAOI%2CGAAE%2CIACE%2CGA0CK%2CSACK%2CKAAE%2CcAIA%3BAALR%2CmBAlDa%2CyBAOrB%2CGAAE%2CIACE%2CGA0CK%2CSACK%2CKAAE%2CcAIA%3BEAAI%3B%3BAAjI5B%2CmBA0EI%2CwBA6DI%2CEAAC%3BAAvIT%2CmBA0E6B%2CyBA6DrB%2CEAAC%3BEACG%2CcAAA%3B%3BAAUR%3BEAAA%2CmBALI%3BEAKJ%2CmBAL6B%3BIACrB%2C6BAAA%3B%3B%3BAAgBR%3BEAAA%2CmBAVI%3B%3B%3B%3BIAII%2CaAAa%2CaAAb%3B%3B%3BAAxJZ%2CmBA8JI%2CIAAG%2CwBACC%3BAA%5C%2FJR%2CmBA8JiC%2CYAAW%2CwBACpC%3BEACI%3B%3BAAuGJ%3BEAAA%2CmBAJH%2CeA7FG%2CIAAG%2CwBACC%2CGAAE%2CIAAK%2CGAAE%2CSAAU%2CGAAE%3BEAgGzB%2CmBAJH%2CeA7FgC%2CYAAW%2CwBACpC%2CGAAE%2CIAAK%2CGAAE%2CSAAU%2CGAAE%3BIACjB%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIAEA%2CgCAAA%3B%3BEAqFR%2CmBAJH%2CeA7FG%2CIAAG%2CwBACC%2CGAAE%2CIAAK%2CGAAE%2CSAAU%2CGAAE%2CcAajB%2CGAAG%3BEAmFX%2CmBAJH%2CeA7FgC%2CYAAW%2CwBACpC%2CGAAE%2CIAAK%2CGAAE%2CSAAU%2CGAAE%2CcAajB%2CGAAG%3BIACC%3B%3B%3BAAqFhB%3BEAAA%2CmBAPC%3B%3B%3BEAOD%2CmBAPC%2CeArEG%2CIAAG%2CwBACC%2CGAAE%3BEA2EV%2CmBAPC%2CeArEgC%2CYAAW%2CwBACpC%2CGAAE%3BIACE%3B%3BEA0EZ%2CmBAPC%2CeArEG%2CIAAG%2CwBACC%2CGAAE%2CIAGE%3BEAwEZ%2CmBAPC%2CeArEgC%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%3B%3B%3BIAGI%3BIACA%3B%3BEAGA%2CmBA0Df%2CeArEG%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAOK%3BEAAD%2CmBA0Df%2CeArEgC%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAOK%3BIACG%3BIACA%3BIACA%3B%3B%3BEAHJ%2CmBA0Df%2CeArEG%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAOK%2CSAKK%2CIAAI%3BEALV%2CmBA0Df%2CeArEgC%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAOK%2CSAKK%2CIAAI%3BIACF%3B%3BEANR%2CmBA0Df%2CeArEG%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAOK%2CSASK%2CKAAE%3BEATR%2CmBA0Df%2CeArEgC%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAOK%2CSASK%2CKAAE%3B%3BIAEA%3BIACA%3BIACA%3BIACA%3BIAEA%3BIACA%3BIACA%3B%3BEAlBR%2CmBA0Df%2CeArEG%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAOK%2CSASK%2CKAAE%2CcAYA%3BEArBR%2CmBA0Df%2CeArEgC%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAOK%2CSASK%2CKAAE%2CcAYA%3BIACI%3BIACA%3B%3BEAvBZ%2CmBA0Df%2CeArEG%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAOK%2CSASK%2CKAAE%2CcAYA%2CGAII%3BEAzBZ%2CmBA0Df%2CeArEgC%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAOK%2CSASK%2CKAAE%2CcAYA%2CGAII%3BIACI%3BIACA%2CiBAAA%3B%3BEA3BhB%2CmBA0Df%2CeArEG%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAOK%2CSAgCK%2CKAAE%3BEAhCR%2CmBA0Df%2CeArEgC%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAOK%2CSAgCK%2CKAAE%3BIACA%3B%3BEAKJ%2CmBAoBnB%2CeArEG%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAOK%2CSAsCI%2CYACK%2CKAAE%3BEADR%2CmBAoBnB%2CeArEgC%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAOK%2CSAsCI%2CYACK%2CKAAE%3BEADO%2CmBAoBlC%2CeArEG%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAOK%2CSAsCmB%2CYAAe%2CKAAE%2CSAC3B%2CKAAE%3BEADO%2CmBAoBlC%2CeArEgC%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAOK%2CSAsCmB%2CYAAe%2CKAAE%2CSAC3B%2CKAAE%3BIACA%3B%3BEAyB5B%2CmBAPC%2CeArEG%2CIAAG%2CwBACC%2CGAAE%2CIAyDE%2CGAAE%2CSAAY%2CKAAE%2CSAAY%3BEAkBxC%2CmBAPC%2CeArEgC%2CYAAW%2CwBACpC%2CGAAE%2CIAyDE%2CGAAE%2CSAAY%2CKAAE%2CSAAY%3BEAkBxC%2CmBAPC%2CeArEG%2CIAAG%2CwBACC%2CGAAE%2CIA0DE%2CGAAE%2CSAAY%2CKAAE%2CSAAY%2CKAAK%3BEAiB7C%2CmBAPC%2CeArEgC%2CYAAW%2CwBACpC%2CGAAE%2CIA0DE%2CGAAE%2CSAAY%2CKAAE%2CSAAY%2CKAAK%3BEAiB7C%2CmBAPC%2CeArEG%2CIAAG%2CwBACC%2CGAAE%2CIA2DE%2CGAAE%2CSAAY%2CKAAE%2CSAAY%2CKAAK%2CKAAK%3BEAgBlD%2CmBAPC%2CeArEgC%2CYAAW%2CwBACpC%2CGAAE%2CIA2DE%2CGAAE%2CSAAY%2CKAAE%2CSAAY%2CKAAK%2CKAAK%3BEAgBlD%2CmBAPC%2CeArEG%2CIAAG%2CwBACC%2CGAAE%2CIA4DE%2CGAAE%2CSAAY%2CKAAE%2CSAAY%2CKAAK%2CKAAK%2CKAAK%3BEAevD%2CmBAPC%2CeArEgC%2CYAAW%2CwBACpC%2CGAAE%2CIA4DE%2CGAAE%2CSAAY%2CKAAE%2CSAAY%2CKAAK%2CKAAK%2CKAAK%3BIACvC%3B%3B%3BAAmBZ%3BEAAA%2CmBAJH%2CaArGG%2CIAAG%2CwBACC%2CGAAE%2CIAAK%2CGAAE%2CSAAU%2CGAAE%3BEAwGzB%2CmBAJH%2CaArGgC%2CYAAW%2CwBACpC%2CGAAE%2CIAAK%2CGAAE%2CSAAU%2CGAAE%3BIACjB%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIAEA%2CgCAAA%3B%3BEA6FR%2CmBAJH%2CaArGG%2CIAAG%2CwBACC%2CGAAE%2CIAAK%2CGAAE%2CSAAU%2CGAAE%2CcAajB%2CGAAG%3BEA2FX%2CmBAJH%2CaArGgC%2CYAAW%2CwBACpC%2CGAAE%2CIAAK%2CGAAE%2CSAAU%2CGAAE%2CcAajB%2CGAAG%3BIACC%3B%3B%3BAA6FhB%3BEAAA%2CmBAPC%3B%3B%3BEAOD%2CmBAPC%2CaA7EG%2CIAAG%2CwBACC%2CGAAE%3BEAmFV%2CmBAPC%2CaA7EgC%2CYAAW%2CwBACpC%2CGAAE%3BIACE%3B%3BEAkFZ%2CmBAPC%2CaA7EG%2CIAAG%2CwBACC%2CGAAE%2CIAGE%3BEAgFZ%2CmBAPC%2CaA7EgC%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%3B%3B%3BIAGI%3BIACA%3B%3BEAGA%2CmBAkEf%2CaA7EG%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAOK%3BEAAD%2CmBAkEf%2CaA7EgC%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAOK%3BIACG%3BIACA%3BIACA%3B%3B%3BEAHJ%2CmBAkEf%2CaA7EG%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAOK%2CSAKK%2CIAAI%3BEALV%2CmBAkEf%2CaA7EgC%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAOK%2CSAKK%2CIAAI%3BIACF%3B%3BEANR%2CmBAkEf%2CaA7EG%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAOK%2CSASK%2CKAAE%3BEATR%2CmBAkEf%2CaA7EgC%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAOK%2CSASK%2CKAAE%3B%3BIAEA%3BIACA%3BIACA%3BIACA%3BIAEA%3BIACA%3BIACA%3B%3BEAlBR%2CmBAkEf%2CaA7EG%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAOK%2CSASK%2CKAAE%2CcAYA%3BEArBR%2CmBAkEf%2CaA7EgC%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAOK%2CSASK%2CKAAE%2CcAYA%3BIACI%3BIACA%3B%3BEAvBZ%2CmBAkEf%2CaA7EG%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAOK%2CSASK%2CKAAE%2CcAYA%2CGAII%3BEAzBZ%2CmBAkEf%2CaA7EgC%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAOK%2CSASK%2CKAAE%2CcAYA%2CGAII%3BIACI%3BIACA%2CiBAAA%3B%3BEA3BhB%2CmBAkEf%2CaA7EG%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAOK%2CSAgCK%2CKAAE%3BEAhCR%2CmBAkEf%2CaA7EgC%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAOK%2CSAgCK%2CKAAE%3BIACA%3B%3BEAKJ%2CmBA4BnB%2CaA7EG%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAOK%2CSAsCI%2CYACK%2CKAAE%3BEADR%2CmBA4BnB%2CaA7EgC%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAOK%2CSAsCI%2CYACK%2CKAAE%3BEADO%2CmBA4BlC%2CaA7EG%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAOK%2CSAsCmB%2CYAAe%2CKAAE%2CSAC3B%2CKAAE%3BEADO%2CmBA4BlC%2CaA7EgC%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAOK%2CSAsCmB%2CYAAe%2CKAAE%2CSAC3B%2CKAAE%3BIACA%3B%3BEAiC5B%2CmBAPC%2CaA7EG%2CIAAG%2CwBACC%2CGAAE%2CIAyDE%2CGAAE%2CSAAY%2CKAAE%2CSAAY%3BEA0BxC%2CmBAPC%2CaA7EgC%2CYAAW%2CwBACpC%2CGAAE%2CIAyDE%2CGAAE%2CSAAY%2CKAAE%2CSAAY%3BEA0BxC%2CmBAPC%2CaA7EG%2CIAAG%2CwBACC%2CGAAE%2CIA0DE%2CGAAE%2CSAAY%2CKAAE%2CSAAY%2CKAAK%3BEAyB7C%2CmBAPC%2CaA7EgC%2CYAAW%2CwBACpC%2CGAAE%2CIA0DE%2CGAAE%2CSAAY%2CKAAE%2CSAAY%2CKAAK%3BEAyB7C%2CmBAPC%2CaA7EG%2CIAAG%2CwBACC%2CGAAE%2CIA2DE%2CGAAE%2CSAAY%2CKAAE%2CSAAY%2CKAAK%2CKAAK%3BEAwBlD%2CmBAPC%2CaA7EgC%2CYAAW%2CwBACpC%2CGAAE%2CIA2DE%2CGAAE%2CSAAY%2CKAAE%2CSAAY%2CKAAK%2CKAAK%3BEAwBlD%2CmBAPC%2CaA7EG%2CIAAG%2CwBACC%2CGAAE%2CIA4DE%2CGAAE%2CSAAY%2CKAAE%2CSAAY%2CKAAK%2CKAAK%2CKAAK%3BEAuBvD%2CmBAPC%2CaA7EgC%2CYAAW%2CwBACpC%2CGAAE%2CIA4DE%2CGAAE%2CSAAY%2CKAAE%2CSAAY%2CKAAK%2CKAAK%2CKAAK%3BIACvC%3B%3B%3B%3BAA2BpB%2CIAAI%2CcAAe%3B%3B%3B%3BAAiIf%3BEAAA%2CIAjIA%2CcAAe%3BIAGX%3B%3BEA8HJ%2CIAjIA%2CcAAe%2CoBAKX%2CUAAS%3BIACL%3BIACA%3BIACA%3BIACA%3B%3BEAwHR%2CIAjIA%2CcAAe%2CoBAKX%2CUAAS%2CwBAML%3BIACI%3BIAEA%3BIACA%3B%3BIAGA%3BIACA%3B%3BEA8GZ%2CIAjIA%2CcAAe%2CoBAKX%2CUAAS%2CwBAML%2CKAUI%3BIACI%3B%3BIAGA%3B%3BEAwGhB%2CIAjIA%2CcAAe%2CoBAKX%2CUAAS%2CwBAML%2CKAiBI%3BIACI%3BIAEA%3BIACA%3B%3BEAiGhB%2CIAjIA%2CcAAe%2CoBAKX%2CUAAS%2CwBAML%2CKAwBI%2CKAAI%2CkBAAkB%3BIAClB%2CyBAAA%3BIACA%2CmEAAA%3BIACA%3BIACA%2CkCAAA%3BIACA%3BIAEA%3BIACA%3B%3BEAsFhB%2CIAjIA%2CcAAe%2CoBAKX%2CUAAS%2CwBA0CL%2CGAAE%2CWACE%3BIACI%3B%3BEAgFhB%2CIAjIA%2CcAAe%2CoBAKX%2CUAAS%2CwBA0CL%2CGAAE%2CWACE%2CGAGI%3BIACI%3BIACA%3BIACA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIAEA%2CcAAA%3BIACA%2CyBAAA%3BIACA%3B%3BEAEA%2CIA9DpB%2CcAAe%2CoBAKX%2CUAAS%2CwBA0CL%2CGAAE%2CWACE%2CGAGI%2CEAWK%3BIACG%2CyBAAA%3BIACA%2CcAAA%3B%3BEAIR%2CIApEhB%2CcAAe%2CoBAKX%2CUAAS%2CwBA0CL%2CGAAE%2CWACE%2CGAoBK%2CSAAU%3BIACP%2CgBAAA%3B%3BEAGJ%2CIAxEhB%2CcAAe%2CoBAKX%2CUAAS%2CwBA0CL%2CGAAE%2CWACE%2CGAwBK%2CSAAU%3BIACP%2CyBAAA%3BIACA%2CcAAA%3B%3BEAEA%2CIA5EpB%2CcAAe%2CoBAKX%2CUAAS%2CwBA0CL%2CGAAE%2CWACE%2CGAwBK%2CSAAU%2CEAIN%3BIACG%2CyBAAA%3BIACA%2CcAAA%3B%3BEAIR%2CIAlFhB%2CcAAe%2CoBAKX%2CUAAS%2CwBA0CL%2CGAAE%2CWACE%2CGAkCK%2COACG%3BIACI%2CyBAAA%3BIACA%2CcAAA%3B%3BEA4CxB%2CIAjIA%2CcAAe%2CoBAKX%2CUAAS%2CwBA0CL%2CGAAE%2CWACE%2CGA2CI%2CGAAE%3BIACE%3BIACA%3B%3BEAoCpB%2CIAjIA%2CcAAe%2CoBAKX%2CUAAS%2CwBA0CL%2CGAAE%2CWACE%2CGA2CI%2CGAAE%2CcAIE%3BIACI%3BIACA%3B%3BEAgCxB%2CIAjIA%2CcAAe%2CoBAKX%2CUAAS%2CwBA0CL%2CGAAE%2CWACE%2CGA2CI%2CGAAE%2CcAIE%2CGAII%3BIACI%3BIACA%3BIACA%3BIAEA%3B%3BEAGJ%2CIA3GxB%2CcAAe%2CoBAKX%2CUAAS%2CwBA0CL%2CGAAE%2CWACE%2CGA2CI%2CGAAE%2CcAIE%2CGAYK%3BIACG%3B%3BEAqB5B%2CIAjIA%2CcAAe%2CoBAoHX%2CUAAS%2CuBACL%3BEAYR%2CIAjIA%2CcAAe%2CoBAoHuB%2CYAAW%2CuBACzC%3BIAAO%3B%3BEAYf%2CIAjIA%2CcAAe%2CoBAwHX%3BIACI%2C6BAAA%3B%3BEAQR%2CIAjIA%2CcAAe%2CoBAwHX%2CwBAGI%3BIACI%3B%3B%3BAAiBhB%3BEAAA%2CIA7II%2CcAAe%2CoBAmIX%2CUAAS%2CwBACL%2CKAAK%3BIACD%3B%3BEAQhB%2CIA7II%2CcAAe%2CoBAmIX%2CUAAS%2CwBAKL%2CGAAE%2CWAAY%2CGAAG%3BIACb%2CiBAAA%3B%3B%3B%3BAAUhB%2CIAAK%2C0BAAyB%3BEAC1B%2CgCAAA%3B%3B%3B%3B%3BAADJ%2CIAAK%2C0BAAyB%2CeAO1B%2CkBAAkB%2COAAM%3BEACpB%2CyBAAA%3B%3BAARR%2CIAAK%2C0BAAyB%2CeAW1B%2C8BAA6B%3BEACzB%2CyBAAA%3B%3BAAZR%2CIAAK%2C0BAAyB%2CeAW1B%2C8BAA6B%2CUAGzB%3BEACI%2C4BCz%5C%2FBiB%2C4EDy%5C%2FBjB%3B%3BAAUZ%3BEAAA%2CIAzBK%2C0BAAyB%2CeAoBtB%3BIACI%2CyBAAA%3BIACA%3B%3B%3BAAMZ%2CIAAI%2CcAAe%2C0BAAyB%2CeAAgB%3BEACxD%3B%3B%3BAADJ%2CIAAI%2CcAAe%2C0BAAyB%2CeAAgB%2CoBAGxD%2CwBACI%2CEAAC%3BAAJT%2CIAAI%2CcAAe%2C0BAAyB%2CeAAgB%2CoBAG%5C%2FB%2CyBACrB%2CEAAC%3BEACG%2CcAAA%3B%3BAA6DZ%3BEAAA%2CIAlEI%2CcAAe%2C0BAAyB%2CeAAgB%2CoBAYpD%2CUAAS%2CwBAEL%2CKACI%3BIACI%2C8BAAA%3BIACA%2CcAAA%3BIACA%3BIACA%2CyBAAA%3BIAEA%2C6BAAA%3BIACA%2CgCAAA%3B%3BEAEA%2CIAxBhB%2CcAAe%2C0BAAyB%2CeAAgB%2CoBAYpD%2CUAAS%2CwBAEL%2CKACI%2CMASK%3BIAAiC%2CcAAA%3BIAAe%3B%3BEACjD%2CIAzBhB%2CcAAe%2C0BAAyB%2CeAAgB%2CoBAYpD%2CUAAS%2CwBAEL%2CKACI%2CMAUK%3BIAAiC%2CcAAA%3BIAAe%3B%3BEACjD%2CIA1BhB%2CcAAe%2C0BAAyB%2CeAAgB%2CoBAYpD%2CUAAS%2CwBAEL%2CKACI%2CMAWK%3BIAAiC%2CcAAA%3BIAAe%3B%3BEACjD%2CIA3BhB%2CcAAe%2C0BAAyB%2CeAAgB%2CoBAYpD%2CUAAS%2CwBAEL%2CKACI%2CMAYK%3BIAAiC%2CcAAA%3BIAAe%3B%3BEAuCrE%2CIAlEI%2CcAAe%2C0BAAyB%2CeAAgB%2CoBAYpD%2CUAAS%2CwBAEL%2CKAmBI%2CKAAI%2CkBAAkB%3BIAClB%2CyBAAA%3BIACA%2CyEAAA%3B%3BEA%2BBpB%2CIAlEI%2CcAAe%2C0BAAyB%2CeAAgB%2CoBAYpD%2CUAAS%2CwBA2BL%2CGAAE%2CWACE%2CGACI%3BIACI%2CyBAAA%3B%3BEAEA%2CIA5CpB%2CcAAe%2C0BAAyB%2CeAAgB%2CoBAYpD%2CUAAS%2CwBA2BL%2CGAAE%2CWACE%2CGACI%2CEAGK%3BIACG%2CyBAAA%3BIACA%2CcAAA%3B%3BEAKR%2CIAnDhB%2CcAAe%2C0BAAyB%2CeAAgB%2CoBAYpD%2CUAAS%2CwBA2BL%2CGAAE%2CWACE%2CGAWK%2COACG%3BIACI%2CyBAAA%3BIACA%2CcAAA%3B%3BEAY5B%2CIAlEI%2CcAAe%2C0BAAyB%2CeAAgB%2CoBA6DpD%2CwBAAuB%3BEAK%5C%2FB%2CIAlEI%2CcAAe%2C0BAAyB%2CeAAgB%2CoBA6DlB%2CwBAAuB%3BIACrD%2CyBAAA%3BIACA%3B%3B%3B%3B%3BAAYZ%2CIAAI%2CcAAe%2C0BAAyB%2CgBACxC%2CkBAAkB%2CSAAS%3BEACvB%2CsBAAsB%2CiDAAtB%3B%3BAAaJ%3BEAAA%2CIAfA%2CcAAe%2C0BAAyB%2CgBAKxC%2CoBAEQ%3BIACI%2CyBAAA%3B%3BEAOZ%2CIAfA%2CcAAe%2C0BAAyB%2CgBAKxC%2CoBAMQ%2CUAAS%2CwBAAyB%2CGAAE%2CWAAY%2CGAAE%2CSAAS%2CKAAQ%2CKAAE%3BIACjE%2CqBAAA%3B%3B%3B%3B%3B%3BAAYhB%3B%3B%3B%3B%3B%3BAAAA%2CGAEY%2CKAAK%2C0BAA0B%2CoBAAmB%3B%3B%3BAAF9D%2CGAEY%2CKAAK%2C0BAA0B%2CoBAAmB%2CaAE9C%2CEAAC%3BEACG%3BEACA%3BEACA%2CkBAAA%3BEACA%3B%3BAARpB%2CGAEY%2CKAAK%2C0BAA0B%2CoBAAmB%2CaAE9C%2CEAAC%2CkBAMK%3B%3B%3BAAVtB%2CGAEY%2CKAAK%2C0BAA0B%2CoBAAmB%2CaAE9C%2CEAAC%2CkBAUK%3BEACE%3BEACA%3BEACA%3BEACA%3BEAEA%2CuBAAA%3BEACA%2C0CAAA%3BEAEA%2CcAAA%3B%3BAA6GZ%3BEAAA%2CGAvGA%2CKAAI%2CcAAe%2C0BAA0B%2CoBAIrC%2CUAAS%2CwBACL%2CGAAE%2CWACE%2CGAAE%2CSAAS%3BIACP%3B%3BEAgGpB%2CGAvGA%2CKAAI%2CcAAe%2C0BAA0B%2CoBAIrC%2CUAAS%2CwBACL%2CGAAE%2CWACE%2CGAAE%2CSAAS%2CKAGL%2CKAAE%3BIACA%3BIACA%3BIACA%3BIAEA%2CyBAAA%3BIACA%2CuBAAA%3BIAEA%3B%3B%3B%3B%3B%3BEAOA%2CGAxBxB%2CKAAI%2CcAAe%2C0BAA0B%2CoBAIrC%2CUAAS%2CwBACL%2CGAAE%2CWACE%2CGAAE%2CSAAS%2CKAGL%2CKAAE%2CcAeC%3BEAAU%2CGAxBnC%2CKAAI%2CcAAe%2C0BAA0B%2CoBAIrC%2CUAAS%2CwBACL%2CGAAE%2CWACE%2CGAAE%2CSAAS%2CKAGL%2CKAAE%2CcAeY%3BIACR%3BIACA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CyBAAA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAEJ%2CGAnCxB%2CKAAI%2CcAAe%2C0BAA0B%2CoBAIrC%2CUAAS%2CwBACL%2CGAAE%2CWACE%2CGAAE%2CSAAS%2CKAGL%2CKAAE%2CcA0BC%3BIACG%3B%3BEAmE5B%2CGAvGA%2CKAAI%2CcAAe%2C0BAA0B%2CoBAIrC%2CUAAS%2CwBACL%2CGAAE%2CWACE%2CGAAE%2CSAAS%2CKAGL%2CKAAE%2CcA%2BBE%3BIACE%3BIACA%3B%3BIAGA%2CsCAAA%3BIACA%3BIACA%2CkBAAA%3B%3BEAGA%2CGAlD5B%2CKAAI%2CcAAe%2C0BAA0B%2CoBAIrC%2CUAAS%2CwBACL%2CGAAE%2CWACE%2CGAAE%2CSAAS%2CKAGL%2CKAAE%2CcA%2BBE%2CKAUG%3BIACG%3B%3BEAoDhC%2CGAvGA%2CKAAI%2CcAAe%2C0BAA0B%2CoBAIrC%2CUAAS%2CwBACL%2CGAAE%2CWACE%2CGAAE%2CSAAS%2CKAGL%2CKAAE%2CcA%2BBE%2CKAeE%3BIACI%3B%3BIAEA%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3BEAGA%2CGA%5C%2FDhC%2CKAAI%2CcAAe%2C0BAA0B%2CoBAIrC%2CUAAS%2CwBACL%2CGAAE%2CWACE%2CGAAE%2CSAAS%2CKAGL%2CKAAE%2CcA%2BBE%2CKAeE%2CEAQK%3BIACG%2CyBAAA%3B%3BEAuCpC%2CGAvGA%2CKAAI%2CcAAe%2C0BAA0B%2CoBAIrC%2CUAAS%2CwBACL%2CGAAE%2CWACE%2CGAAE%2CSAAS%2CKAGL%2CKAAE%2CcA%2BBE%2CKA4BI%3BIACE%3B%3BEAkChC%2CGAvGA%2CKAAI%2CcAAe%2C0BAA0B%2CoBAIrC%2CUAAS%2CwBACL%2CGAAE%2CWACE%2CGAAE%2CSAAS%2CKAGL%2CKAAE%2CcA%2BBE%2CKAgCI%2CKAAK%3BIACH%3B%3BEA8BhC%2CGAvGA%2CKAAI%2CcAAe%2C0BAA0B%2CoBAIrC%2CUAAS%2CwBACL%2CGAAE%2CWACE%2CGAAE%2CSAAS%2CKAGL%2CKAAE%2CcA%2BBE%2CKAqCI%3BIACE%3BIACA%3BIAEA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAsBhC%2CGAvGA%2CKAAI%2CcAAe%2C0BAA0B%2CoBAIrC%2CUAAS%2CwBACL%2CGAAE%2CWACE%2CGAAE%2CSAAS%2CKAGL%2CKAAE%2CcA%2BBE%2CKAqCI%2CKAOI%3BIACE%3B%3B%3BAAwFpC%3BEAAA%2CGAlEA%2C0BAA0B%2CoBAAmB%2CaAErC%2CIAAG%2CwBACG%2CKAAE%2CIACE%3BEA8DlB%2CGAlEA%2C0BAA0B%2CoBAAmB%2CaAER%2CYAAW%2CwBAClC%2CKAAE%2CIACE%3BIACE%3BIACA%3BIACA%3BIACA%3B%3BEAEA%2CGAVpB%2C0BAA0B%2CoBAAmB%2CaAErC%2CIAAG%2CwBACG%2CKAAE%2CIACE%2CKAMG%2CSAAY%2CIAAI%3BEAAjB%2CGAVpB%2C0BAA0B%2CoBAAmB%2CaAER%2CYAAW%2CwBAClC%2CKAAE%2CIACE%2CKAMG%2CSAAY%2CIAAI%3BIACb%3BIACA%3BIACA%3BIACA%3B%3BEAIA%2CGAlBxB%2C0BAA0B%2CoBAAmB%2CaAErC%2CIAAG%2CwBACG%2CKAAE%2CIACE%2CKAaG%2CSAAS%2CKACL%2CKAAQ%3BEAAT%2CGAlBxB%2C0BAA0B%2CoBAAmB%2CaAER%2CYAAW%2CwBAClC%2CKAAE%2CIACE%2CKAaG%2CSAAS%2CKACL%2CKAAQ%3BIACL%2CyBAAA%3BIACA%2CcAAA%3B%3BEAHR%2CGAjBpB%2C0BAA0B%2CoBAAmB%2CaAErC%2CIAAG%2CwBACG%2CKAAE%2CIACE%2CKAaG%2CSAAS%2CKAOJ%2CKAAE%3BEAPR%2CGAjBpB%2C0BAA0B%2CoBAAmB%2CaAER%2CYAAW%2CwBAClC%2CKAAE%2CIACE%2CKAaG%2CSAAS%2CKAOJ%2CKAAE%3BIACA%3B%3BEARR%2CGAjBpB%2C0BAA0B%2CoBAAmB%2CaAErC%2CIAAG%2CwBACG%2CKAAE%2CIACE%2CKAaG%2CSAAS%2CKAOJ%2CKAAE%2CcAGE%3BEAVV%2CGAjBpB%2C0BAA0B%2CoBAAmB%2CaAER%2CYAAW%2CwBAClC%2CKAAE%2CIACE%2CKAaG%2CSAAS%2CKAOJ%2CKAAE%2CcAGE%3BIACE%3BIACA%3BIAMA%2C8BAAA%3BIACA%3B%3BEAnBZ%2CGAjBpB%2C0BAA0B%2CoBAAmB%2CaAErC%2CIAAG%2CwBACG%2CKAAE%2CIACE%2CKAaG%2CSAAS%2CKAOJ%2CKAAE%2CcAGE%2CKAII%3BEAdd%2CGAjBpB%2C0BAA0B%2CoBAAmB%2CaAER%2CYAAW%2CwBAClC%2CKAAE%2CIACE%2CKAaG%2CSAAS%2CKAOJ%2CKAAE%2CcAGE%2CKAII%3BIACE%3B%3BEAMJ%2CGAtChC%2C0BAA0B%2CoBAAmB%2CaAErC%2CIAAG%2CwBACG%2CKAAE%2CIACE%2CKAaG%2CSAAS%2CKAOJ%2CKAAE%2CcAGE%2CKAWG%3BEAAD%2CGAtChC%2C0BAA0B%2CoBAAmB%2CaAER%2CYAAW%2CwBAClC%2CKAAE%2CIACE%2CKAaG%2CSAAS%2CKAOJ%2CKAAE%2CcAGE%2CKAWG%3BIAAe%3B%3BEAIxB%2CGA1CxB%2C0BAA0B%2CoBAAmB%2CaAErC%2CIAAG%2CwBACG%2CKAAE%2CIACE%2CKAaG%2CSAAS%2CKAyBL%2CIAAO%2CKAAE%3BEAAV%2CGA1CxB%2C0BAA0B%2CoBAAmB%2CaAER%2CYAAW%2CwBAClC%2CKAAE%2CIACE%2CKAaG%2CSAAS%2CKAyBL%2CIAAO%2CKAAE%3BIACN%3BIACA%3B%3BEAEJ%2CGA9CxB%2C0BAA0B%2CoBAAmB%2CaAErC%2CIAAG%2CwBACG%2CKAAE%2CIACE%2CKAaG%2CSAAS%2CKA6BL%2CIAAO%2CKAAE%3BEAAV%2CGA9CxB%2C0BAA0B%2CoBAAmB%2CaAER%2CYAAW%2CwBAClC%2CKAAE%2CIACE%2CKAaG%2CSAAS%2CKA6BL%2CIAAO%2CKAAE%3BIACN%3BIACA%3B%3BEAIR%2CGApDpB%2C0BAA0B%2CoBAAmB%2CaAErC%2CIAAG%2CwBACG%2CKAAE%2CIACE%2CKAgDG%2CSAAS%2CKAAK%2CKACT%2CKAAE%3BEADR%2CGApDpB%2C0BAA0B%2CoBAAmB%2CaAER%2CYAAW%2CwBAClC%2CKAAE%2CIACE%2CKAgDG%2CSAAS%2CKAAK%2CKACT%2CKAAE%3BIACA%3B%3BEAY5B%2CGAlEA%2C0BAA0B%2CoBAAmB%2CaAErC%2CIAAG%2CwBA2DC%3BEAKZ%2CGAlEA%2C0BAA0B%2CoBAAmB%2CaAER%2CYAAW%2CwBA2DpC%3BIACI%3B%3B%3BAAtM5B%2CGA8MY%2CoBAAmB%2CaACf%2CIAAG%2CwBACC%2CGAAE%3BAAhNtB%2CGA8MY%2CoBAAmB%2CaACc%2CYAAW%2CwBACpC%2CGAAE%3BEACE%3B%3BAAjNxB%2CGA8MY%2CoBAAmB%2CaACf%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAAE%2CSACE%2CGAAE%3BAApN9B%2CGA8MY%2CoBAAmB%2CaACc%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAAE%2CSACE%2CGAAE%3BEACE%3B%3BAArNhC%2CGA8MY%2CoBAAmB%2CaACf%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAAE%2CSACE%2CGAAE%2CcAGI%2CKACI%2CMAAG%3BAAxNzC%2CGA8MY%2CoBAAmB%2CaACc%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAAE%2CSACE%2CGAAE%2CcAGI%2CKACI%2CMAAG%3BEACD%3BEACA%3BEACA%3B%3BAA3NxC%2CGA8MY%2CoBAAmB%2CaACf%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAAE%2CSACE%2CGAAE%2CcAGI%2CKAOI%3BAA9NtC%2CGA8MY%2CoBAAmB%2CaACc%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAAE%2CSACE%2CGAAE%2CcAGI%2CKAOI%3BEACE%2CcAAA%3BEACA%3B%3BAAhOxC%2CGA8MY%2CoBAAmB%2CaACf%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAAE%2CSACE%2CGAAE%2CcAGI%2CKAYI%3BAAnOtC%2CGA8MY%2CoBAAmB%2CaACc%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAAE%2CSACE%2CGAAE%2CcAGI%2CKAYI%3BEACE%3BEACA%3B%3BAArOxC%2CGA8MY%2CoBAAmB%2CaACf%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAAE%2CSACE%2CGAAE%2CcAGI%2CKAYI%2CKAII%2CKAAK%3BAAvO%5C%2FC%2CGA8MY%2CoBAAmB%2CaACc%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAAE%2CSACE%2CGAAE%2CcAGI%2CKAYI%2CKAII%2CKAAK%3BEACH%3BEACA%3B%3BAAMhB%2CGAjChB%2CoBAAmB%2CaACf%2CIAAG%2CwBACC%2CGAAE%2CIAGE%2CGAAE%2CSA4BG%2CKAAM%2CGAAE%3BAAAT%2CGAjChB%2CoBAAmB%2CaACc%2CYAAW%2CwBACpC%2CGAAE%2CIAGE%2CGAAE%2CSA4BG%2CKAAM%2CGAAE%3BEACL%3B%3BAAgGhC%3BEAAA%2CGArFgB%2CoBAAmB%2CaAAc%2CyBAA2B%2CKAAE%2CIAAO%2CKAAK%3BIACtE%3B%3BEAoFpB%2CGAjFgB%2CoBAAmB%2CaAAc%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAAQ%2CKAAE%2CcAAiB%3B%3B%3B%3BEAG5E%2CGAHJ%2CoBAAmB%2CaAAc%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAAQ%2CKAAE%2CcAAiB%2CKAG3E%2CWAAc%3BEAAK%2CGAHxB%2CoBAAmB%2CaAAc%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAAQ%2CKAAE%2CcAAiB%2CKAGvD%2CSAAc%3BEACnC%2CGAJJ%2CoBAAmB%2CaAAc%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAAQ%2CKAAE%2CcAAiB%2CKAI3E%2CWAAc%3BEAAM%2CGAJzB%2CoBAAmB%2CaAAc%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAAQ%2CKAAE%2CcAAiB%2CKAItD%2CSAAc%3BIAChC%3B%3BEA4ExB%2CGAjFgB%2CoBAAmB%2CaAAc%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAAQ%2CKAAE%2CcAAiB%2CKAS1E%2CKAAE%3BEACJ%2CGAVJ%2CoBAAmB%2CaAAc%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAAQ%2CKAAE%2CcAAiB%2CKAU3E%2CWAAc%3BEACf%2CGAXJ%2CoBAAmB%2CaAAc%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAAQ%2CKAAE%2CcAAiB%2CKAW3E%2CSAAc%3BIACX%3BIAEA%3BIACA%3BIACA%3BIAEA%3BIACA%3BIACA%3BIACA%3BIAGA%3BIACA%3BIAEA%2C6BAAA%3BIAEA%3B%3BEAGA%2CGAhCR%2CoBAAmB%2CaAAc%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAAQ%2CKAAE%2CcAAiB%2CKAS1E%2CKAAE%2CaAuBC%3BEAAD%2CGAhCR%2CoBAAmB%2CaAAc%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAAQ%2CKAAE%2CcAAiB%2CKAU3E%2CWAAc%2CKAsBV%3BEAAD%2CGAhCR%2CoBAAmB%2CaAAc%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAAQ%2CKAAE%2CcAAiB%2CKAW3E%2CSAAc%2CKAqBV%3BIACG%2CSAAS%2CGAAT%3BIACA%3BIACA%3BIACA%3B%3BIAGA%3BIACA%3BIACA%3BIACA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3B%3BEAGJ%2CGAjDR%2CoBAAmB%2CaAAc%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAAQ%2CKAAE%2CcAAiB%2CKAS1E%2CKAAE%2CaAwCC%3BEAAD%2CGAjDR%2CoBAAmB%2CaAAc%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAAQ%2CKAAE%2CcAAiB%2CKAU3E%2CWAAc%2CKAuCV%3BEAAD%2CGAjDR%2CoBAAmB%2CaAAc%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAAQ%2CKAAE%2CcAAiB%2CKAW3E%2CSAAc%2CKAsCV%3BIACG%2CSAAS%2CGAAT%3BIACA%3BIAEA%3BIACA%3BIACA%3BIAEA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAoB5B%2CGAjFgB%2CoBAAmB%2CaAAc%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAAQ%2CKAAE%2CcAAiB%2CKAmE1E%2CKAAE%2CaACE%3BIAAK%3B%3BEAEP%2CGAtER%2CoBAAmB%2CaAAc%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAAQ%2CKAAE%2CcAAiB%2CKAmE1E%2CKAAE%2CaAGC%2CYAAe%3BIAAK%3B%3BEAEzB%2CGAxEJ%2CoBAAmB%2CaAAc%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAAQ%2CKAAE%2CcAAiB%2CKAwE3E%2CWAAc%2CKAET%2COAAO%3BEADb%2CGAzEJ%2CoBAAmB%2CaAAc%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAAQ%2CKAAE%2CcAAiB%2CKAyE3E%2CSAAc%2CKACT%2COAAO%3BIAAK%3B%3BEAEd%2CGA5ER%2CoBAAmB%2CaAAc%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAAQ%2CKAAE%2CcAAiB%2CKAwE3E%2CWAAc%2CKAIV%2CYAAe%2COAAO%3BEAAvB%2CGA5ER%2CoBAAmB%2CaAAc%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAAQ%2CKAAE%2CcAAiB%2CKAyE3E%2CSAAc%2CKAGV%2CYAAe%2COAAO%3BIAAK%3B%3B%3B%3B%3B%3BAAepD%2CmBAAmB%2CaAAc%3BEAC7B%2CyBAAA%3B%3BAAGJ%2CmBAAmB%2CaAAc%2CyBAA2B%2CKAAE%2CIAAO%2CKAAK%3BEACtE%3B%3BAAGJ%2CmBAAmB%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%3BEACA%3B%3B%3BAAFR%2CmBAAmB%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%3B%3B%3B%3BAACE%2CmBAPO%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKACG%3BEAAS%3B%3BAAPtB%2CmBAAmB%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAGE%2CEAAC%3BEACG%2CyBAAA%3BEACA%2CcAAA%3BEACA%3B%3BAAEA%2CmBAdG%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAGE%2CEAAC%2CIAKI%3BEACG%3BEACA%3BEACA%3B%3BAAGJ%2CmBApBG%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAGE%2CEAAC%2CIAWI%3BEACG%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CmBAxBD%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAGE%2CEAAC%2CIAWI%2CMAII%3BEACG%2CsBCj%2BCC%2CuDDi%2BCD%3B%3BAAzBxB%2CmBAAmB%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKA0BI%3BEACE%2CqDAAA%3BEACA%2C6CAAA%3BEAGA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%3BEASA%3B%3BEACA%3B%3BEACC%3B%3BEACE%3B%3BEACC%3B%3BEACI%3B%3B%3B%3BAAZR%2CmBA1CG%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKA0BI%2COAUG%3BEACG%2CyBAAA%3BEACA%2CcAAA%3B%3BAA5CpB%2CmBAAmB%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKA0BI%2COAyBI%2COAAI%3BEACF%2CkCAAA%3B%3BAAIR%2CmBA9DO%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAwDG%3BEAWG%2C8BAAA%3BEACA%2CgCAAA%3BEACA%3B%3BAAbJ%2CmBA9DO%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAwDG%2CKACK%3BEACE%2CyBAAA%3BEACA%2CcAAA%3BEACA%3B%3BAAJR%2CmBA9DO%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAwDG%2CKACK%2COAKI%2COAAI%3BEACF%2CWAAW%2CeAAX%3B%3BAAQZ%2CmBA7EO%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAuEG%2CWAAW%3BEACR%2CoCAAA%3BEACA%3B%3BAAGJ%2CmBAlFO%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKA4EG%3BEACG%3B%3BAAnFhB%2CmBAAmB%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAkFE%3BEACI%3BEACA%3BEACA%3B%3BAA3FhB%2CmBAAmB%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAkFE%2CGAKI%2CGAAK%3BEAKD%3B%3BAAlGpB%2CmBAAmB%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAkFE%2CGAKI%2CGAAK%2CIACD%2CKAAI%2CMAAM%3BEACN%3B%3BAAKJ%2CmBApGD%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAkFE%2CGAKI%2CGAAK%2CIAOA%3BAAAQ%2CmBApGV%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAkFE%2CGAKI%2CGAAK%2CIAOS%3BEACN%2CyBAAA%3BEACA%2CcAAA%3B%3BAAtGxB%2CmBAAmB%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAkFE%2CGAkBI%2CGAAE%2CKAAQ%3BEACN%3B%3BAA3GpB%2CmBAAmB%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAkFE%2CGAuBI%3B%3BEAEI%3B%3BAAjHpB%2CmBAAmB%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAkFE%2CGAuBI%2CGAII%2CGACI%3BEACI%3BEACA%3B%3BAAtH5B%2CmBAAmB%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAuHI%3BEACE%3B%3BEAEA%3B%3BAAhIhB%2CmBAAmB%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAuHI%2CKAKI%3BEACE%2C6BAAA%3BEACA%2CaAAA%3B%3BAAEA%2CmBAtID%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAuHI%2CKAKI%2CKAIG%3BEACG%3B%3BAAvIxB%2CmBAAmB%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAuHI%2CKAKI%2CKAQI%3B%3BEAEE%3B%3BAA5IxB%2CmBAAmB%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAuHI%2CKAKI%2CKAcE%2CGAAK%2CKAAK%3BEACN%3B%3BAAjJxB%2CmBAAmB%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAuHI%2CKAKI%2CKAcE%2CGAAK%2CKAAK%2CIAGN%2CKAAI%2CMAAM%3B%3B%3BEAIN%3BEACA%3BEAEA%3B%3BAAEA%2CmBA5JT%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAuHI%2CKAKI%2CKAcE%2CGAAK%2CKAAK%2CIAGN%2CKAAI%2CMAAM%2CQASL%3BEACG%3BEACA%2CSAAS%2CMAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3B%3BAApKhC%2CmBAAmB%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAuHI%2CKA8CI%2CKAAK%2CKAAK%2CKAAK%3B%3B%3BAA3KjC%2CmBAAmB%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKAuHI%2CKAiDI%2CKAAK%2CKAAK%2CKAAK%2CKAAK%2CKAAG%3B%3BEAErB%3B%3BAAIR%2CmBApLO%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKACxE%2CKAAE%2CcAKE%2CKA8KG%2CKAAQ%3BEACL%3B%3BAAKZ%2CmBA1Le%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKA0LzE%2CKACK%2CKAAE%3BEACA%3B%3BAAIR%2CmBAhMe%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAgMzE%2CIACK%2CKAAE%2CcAAiB%3BEACjB%2CcAAA%3B%3BAAFR%2CmBAhMe%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAgMzE%2CIACK%2CKAAE%2CcAAiB%2CKAGf%3BEACE%3BEACA%3B%3BAANZ%2CmBAhMe%2CaAAc%2CyBAAyB%2CGAAE%2CIAAO%2CKAAE%2CSAAS%2CKAgMzE%2CIACK%2CKAAE%2CcAAiB%2CKAQf%2CWAAW%2CWAAW%3BEACpB%3B%3B%3B%3BAA4QhB%3BEAjBI%2CIAAK%2CoBAAmB%2CaAAc%3B%3BIAlGtC%3BIAEA%2CkEAAA%3BIACA%3BIACA%2C4BAAA%3BIACA%2CyBAAA%3BIAEA%3BIA8FI%3B%3BEAHJ%2CIAAK%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%3BIACA%3B%3BEAwFJ%2CIAAK%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAGE%3BEAsFN%2CIAAK%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAGQ%2CKAAE%3BIACN%3B%3BEAqFR%2CIAAK%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAOE%2CKAAE%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEA8ER%2CIAAK%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAaE%2CKAAE%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2CeAAA%3BIAEA%2CyBAAA%3BIACA%2CmBAAA%3B%3BEAoER%2CIAAK%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAwBE%2CKAAE%2CQAAS%3BEAiEjB%2CIAAK%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAwBkB%2CKAAE%2CSAAU%3BIAC1B%3BIACA%3BIACA%3BIAEA%3B%3BEAEA%2CIA0DH%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAwBE%2CKAAE%2CQAAS%2CEAOR%3BEAAD%2CIA0DH%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAwBkB%2CKAAE%2CSAAU%2CEAOzB%3BIACG%3BIACA%3B%3BEAwDZ%2CIAAK%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%3BIACA%3BIACA%3BIACA%3B%3B%3BEA6CR%2CIAAK%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAKE%3BIACE%3BIAEA%2CyBAAA%3BIACA%3BIACA%2CuBAAA%3B%3BEAsCZ%2CIAAK%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAaE%2CKAAE%2CKAAQ%3BIAAI%3B%3BEAKhB%2CIA8BH%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAkBC%2CKAAQ%3BIACL%2CyBAAA%3BIACA%2CcAAA%3B%3BEA4BZ%2CIAAK%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAuBE%2CKAAE%3BIACA%3BIACA%3BIACA%3B%3BEAzNZ%2CIA%2BOK%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKA%5C%2FLP%2CIAAO%2CKAAE%3BEAAgB%2CIA%2BOrB%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKA%5C%2FLmB%2CIAAO%2CKAAE%3BIAEhC%3B%3BEAEA%2CIA2OC%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKA%5C%2FLP%2CIAAO%2CKAAE%2CcAIL%3BEAAD%2CIA2OC%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKA%5C%2FLmB%2CIAAO%2CKAAE%2CcAI%5C%2FB%3BEAAU%2CIA2OV%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKA%5C%2FLP%2CIAAO%2CKAAE%2CcAIM%3BEAAD%2CIA2OV%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKA%5C%2FLmB%2CIAAO%2CKAAE%2CcAIpB%3BIACR%3BIAEA%3BIACA%3BIACA%2CcAAA%3BIAEA%3BIAEA%3BIACA%3BIACA%3BIAEA%3BIACA%2CgCAAA%3BIACA%3BIACA%3BIACA%3B%3BEAEJ%2CIAwNC%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKA%5C%2FLP%2CIAAO%2CKAAE%2CcAuBL%3BEAAD%2CIAwNC%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKA%5C%2FLmB%2CIAAO%2CKAAE%2CcAuB%5C%2FB%3BIACG%2CSAAS%2C4BAAT%3BIACA%2CsBAAA%3B%3BEAIR%2CIAkNK%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAlKP%2CIAAO%2CKAAE%3BIACN%2CyBAAA%3B%3BEADJ%2CIAkNK%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAlKP%2CIAAO%2CKAAE%2CcAGJ%3BIACE%2CcAAA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEATR%2CIAkNK%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAlKP%2CIAAO%2CKAAE%2CcAGJ%2CKAQI%2CWAAW%2CWAAW%3BIACpB%3B%3BEAsMZ%2CIAAK%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%3BIACE%3B%3BEAEA%2CIA6LH%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKAGG%3BIACG%3BIACA%3BIACA%3B%3BEAHJ%2CIA6LH%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKAGG%2CKAKK%3BIAAO%3B%3BEALb%2CIA6LH%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKAGG%2CKAQK%3BIACE%2C8BAAA%3BIACA%3BIAEA%3BIACA%3B%3BIAEA%3BIACA%3BIAEA%3B%3BEAKR%2CIAsKH%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKA0BG%3BIACG%3B%3BIAGA%2CcAAA%3BIACA%3BIACA%3BIACA%3BIACA%3BIAEA%3B%3B%3BEAVJ%2CIAsKH%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKA0BG%2CYAcG%3BIACI%2CcAAA%3B%3BEAfR%2CIAsKH%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKA0BG%2CYAkBG%3BIACI%3BIACA%3B%3BEAEA%2CIAgJX%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKA0BG%2CYAkBG%2CEAIK%3BIACG%2CyBAAA%3B%3BEAGJ%2CIA4IX%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKA0BG%2CYAkBG%2CEAQK%3BIACG%2CyBAAA%3BIACA%2CcAAA%3B%3BEA5BZ%2CIAsKH%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKA0BG%2CYAgCG%3BIACI%3BIACA%3BIACA%3BIACA%2CcAAA%3B%3BEApCR%2CIAsKH%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKA0BG%2CYAgCG%2CGAMI%3BIACI%3B%3BEAvCZ%2CIAsKH%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKA0BG%2CYAgCG%2CGAMI%2CGAGI%3BIACI%3BIACA%3B%3BEA2HxB%2CIAAK%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKA4EI%2COAAO%2COAAI%3BIACT%2CWAAW%2CcAAX%3B%3BEAGJ%2CIAgHH%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKAgFG%2CKAAQ%2COAAO%2COAAI%3BIAChB%2CWAAW%2CeAAX%3B%3BEA8FJ%2CIAiBH%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKA%2BBC%2CIAAO%3BIAAK%3B%3BEACb%2CIAgBH%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAgCC%2CIAAO%3BIAAK%3BIAAoB%3B%3BEACjC%2CIAeH%2CoBAAmB%2CaAAc%2CyBAzFpC%2CKAAE%2CIAyCE%2CKAAE%2CKAiCC%2CIAAO%3BIAAK%3B%3BEAerB%2CIAAK%2CoBAAmB%2CaAAc%2CyBAXpC%3BIACE%3BIACA%3BIACA%3B%3BEAQJ%2CIAAK%2CoBAAmB%2CaAAc%2CyBAKhC%2CKAAE%3BIACA%3BIACA%3BIACA%3B%3BEARR%2CIAAK%2CoBAAmB%2CaAAc%2CyBAWhC%2CKAAE%2CIAAO%2CKAAE%2CKAAK%2CIAAQ%2CKAAE%2CcAAiB%2CKAAK%2CMAAG%2CQAAW%2CMAAG%2CQAAW%2CMAAG%3BIAC7E%3B%3B%3B%3BAA4CZ%3BEArCI%2CIAAI%2CeAAgB%2CoBAAmB%2CaAAc%3B%3BIArHrD%3BIAEA%2CkEAAA%3BIACA%3BIACA%2C4BAAA%3BIACA%2CyBAAA%3BIAEA%3B%3BEA8GA%2CIAAI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%3BIACA%3B%3BEA2GJ%2CIAAI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAGE%3BEAyGN%2CIAAI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAGQ%2CKAAE%3BIACN%3B%3BEAwGR%2CIAAI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAOE%2CKAAE%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAiGR%2CIAAI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAaE%2CKAAE%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%2CeAAA%3BIAEA%2CyBAAA%3BIACA%2CmBAAA%3B%3BEAuFR%2CIAAI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAwBE%2CKAAE%2CQAAS%3BEAoFjB%2CIAAI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAwBkB%2CKAAE%2CSAAU%3BIAC1B%3BIACA%3BIACA%3BIAEA%3B%3BEAEA%2CIA6EJ%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAwBE%2CKAAE%2CQAAS%2CEAOR%3BEAAD%2CIA6EJ%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAwBkB%2CKAAE%2CSAAU%2CEAOzB%3BIACG%3BIACA%3B%3BEA2EZ%2CIAAI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%3BIACA%3BIACA%3BIACA%3B%3B%3BEAgER%2CIAAI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAKE%3BIACE%3BIAEA%2CyBAAA%3BIACA%3BIACA%2CuBAAA%3B%3BEAyDZ%2CIAAI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAaE%2CKAAE%2CKAAQ%3BIAAI%3B%3BEAKhB%2CIAiDJ%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAkBC%2CKAAQ%3BIACL%2CyBAAA%3BIACA%2CcAAA%3B%3BEA%2BCZ%2CIAAI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAuBE%2CKAAE%3BIACA%3BIACA%3BIACA%3B%3BEAzNZ%2CIAkQI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKA%5C%2FLP%2CIAAO%2CKAAE%3BEAAgB%2CIAkQtB%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKA%5C%2FLmB%2CIAAO%2CKAAE%3BIAEhC%3B%3BEAEA%2CIA8PA%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKA%5C%2FLP%2CIAAO%2CKAAE%2CcAIL%3BEAAD%2CIA8PA%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKA%5C%2FLmB%2CIAAO%2CKAAE%2CcAI%5C%2FB%3BEAAU%2CIA8PX%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKA%5C%2FLP%2CIAAO%2CKAAE%2CcAIM%3BEAAD%2CIA8PX%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKA%5C%2FLmB%2CIAAO%2CKAAE%2CcAIpB%3BIACR%3BIAEA%3BIACA%3BIACA%2CcAAA%3BIAEA%3BIAEA%3BIACA%3BIACA%3BIAEA%3BIACA%2CgCAAA%3BIACA%3BIACA%3BIACA%3B%3BEAEJ%2CIA2OA%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKA%5C%2FLP%2CIAAO%2CKAAE%2CcAuBL%3BEAAD%2CIA2OA%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKA%5C%2FLmB%2CIAAO%2CKAAE%2CcAuB%5C%2FB%3BIACG%2CSAAS%2C4BAAT%3BIACA%2CsBAAA%3B%3BEAIR%2CIAqOI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAlKP%2CIAAO%2CKAAE%3BIACN%2CyBAAA%3B%3BEADJ%2CIAqOI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAlKP%2CIAAO%2CKAAE%2CcAGJ%3BIACE%2CcAAA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEATR%2CIAqOI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAlKP%2CIAAO%2CKAAE%2CcAGJ%2CKAQI%2CWAAW%2CWAAW%3BIACpB%3B%3BEAyNZ%2CIAAI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%3BIACE%3B%3BEAEA%2CIAgNJ%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKAGG%3BIACG%3BIACA%3BIACA%3B%3BEAHJ%2CIAgNJ%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKAGG%2CKAKK%3BIAAO%3B%3BEALb%2CIAgNJ%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKAGG%2CKAQK%3BIACE%2C8BAAA%3BIACA%3BIAEA%3BIACA%3B%3BIAEA%3BIACA%3BIAEA%3B%3BEAKR%2CIAyLJ%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKA0BG%3BIACG%3B%3BIAGA%2CcAAA%3BIACA%3BIACA%3BIACA%3BIACA%3BIAEA%3B%3B%3BEAVJ%2CIAyLJ%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKA0BG%2CYAcG%3BIACI%2CcAAA%3B%3BEAfR%2CIAyLJ%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKA0BG%2CYAkBG%3BIACI%3BIACA%3B%3BEAEA%2CIAmKZ%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKA0BG%2CYAkBG%2CEAIK%3BIACG%2CyBAAA%3B%3BEAGJ%2CIA%2BJZ%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKA0BG%2CYAkBG%2CEAQK%3BIACG%2CyBAAA%3BIACA%2CcAAA%3B%3BEA5BZ%2CIAyLJ%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKA0BG%2CYAgCG%3BIACI%3BIACA%3BIACA%3BIACA%2CcAAA%3B%3BEApCR%2CIAyLJ%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKA0BG%2CYAgCG%2CGAMI%3BIACI%3B%3BEAvCZ%2CIAyLJ%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKA0BG%2CYAgCG%2CGAMI%2CGAGI%3BIACI%3BIACA%3B%3BEA8IxB%2CIAAI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKA4EI%2COAAO%2COAAI%3BIACT%2CWAAW%2CcAAX%3B%3BEAGJ%2CIAmIJ%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAjJN%2CKAAE%2CcACE%2CKAgFG%2CKAAQ%2COAAO%2COAAI%3BIAChB%2CWAAW%2CeAAX%3B%3BEA8FJ%2CIAoCJ%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKA%2BBC%2CIAAO%3BIAAK%3B%3BEACb%2CIAmCJ%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAgCC%2CIAAO%3BIAAK%3BIAAoB%3B%3BEACjC%2CIAkCJ%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA5GnD%2CKAAE%2CIAyCE%2CKAAE%2CKAiCC%2CIAAO%3BIAAK%3B%3BEAkCrB%2CIAAI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBA9BnD%3BIACE%3BIACA%3BIACA%3B%3BEA2BJ%2CIAAI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBAI%5C%2FC%2CKAAE%2CIAAO%2CKAAE%2CKAAK%2CIAAQ%2CKAAE%3BIACxB%3B%3BEALR%2CIAAI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBAS%5C%2FC%2CKAAE%2CIAAO%2CKAAE%2CKAAQ%2CKAAE%2CcAAiB%2CKAAE%3BIACtC%3B%3BEAVR%2CIAAI%2CeAAgB%2CoBAAmB%2CaAAc%2CyBAa%5C%2FC%2CKAAE%2CIAAO%2CKAAE%2CKAAQ%2CKAAE%2CKAAQ%2CKAAE%3BIAC7B%3B%3BEAEA%2CIAhBJ%2CeAAgB%2CoBAAmB%2CaAAc%2CyBAa%5C%2FC%2CKAAE%2CIAAO%2CKAAE%2CKAAQ%2CKAAE%2CKAAQ%2CKAAE%2CKAG5B%3BIACG%3BIACA%2CSAAS%2CGAAT%3BIAEA%3B%3BIAEA%3BIACA%3BIAEA%3BIACA%3BIAEA%2CyBAAA%3B%3B%3B%3BAAoFhB%3BEAxEI%2CIAAI%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%3BIACT%3B%3BEAEA%2CIAJJ%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKAGR%2CKAAQ%3BIACL%2CyBAAA%3BIACA%2CcAAA%3B%3BEANZ%2CIAAI%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKAQP%2CKAAE%3BIACA%3BIACA%3BIACA%3BIACA%3BIAEA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%3BIAEA%2CyBAAA%3B%3BIAGA%3BIACA%3BIAEA%3B%3BEAnUZ%2CIA0SI%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA3ShB%2CIAAO%2CKAAE%3BEAAgB%2CIA0StB%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA3SU%2CIAAO%2CKAAE%3BIAEhC%3B%3BEAEA%2CIAsSA%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA3ShB%2CIAAO%2CKAAE%2CcAIL%3BEAAD%2CIAsSA%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA3SU%2CIAAO%2CKAAE%2CcAI%5C%2FB%3BEAAU%2CIAsSX%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA3ShB%2CIAAO%2CKAAE%2CcAIM%3BEAAD%2CIAsSX%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA3SU%2CIAAO%2CKAAE%2CcAIpB%3BIACR%3BIAEA%3BIACA%3BIACA%2CcAAA%3BIAEA%3BIAEA%3BIACA%3BIACA%3BIAEA%3BIACA%2CgCAAA%3BIACA%3BIACA%3BIACA%3B%3BEAEJ%2CIAmRA%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA3ShB%2CIAAO%2CKAAE%2CcAuBL%3BEAAD%2CIAmRA%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA3SU%2CIAAO%2CKAAE%2CcAuB%5C%2FB%3BIACG%2CSAAS%2C4BAAT%3BIACA%2CsBAAA%3B%3BEAIR%2CIA6QI%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA9QhB%2CIAAO%2CKAAE%3BIACN%2CyBAAA%3B%3BEADJ%2CIA6QI%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA9QhB%2CIAAO%2CKAAE%2CcAGJ%3BIACE%2CcAAA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEATR%2CIA6QI%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA9QhB%2CIAAO%2CKAAE%2CcAGJ%2CKAQI%2CWAAW%2CWAAW%3BIACpB%3B%3BEAiQZ%2CIAAI%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA7Pf%2CKAAE%2CcACE%3BIACE%3B%3BEAEA%2CIAwPJ%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA7Pf%2CKAAE%2CcACE%2CKAGG%3BIACG%3BIACA%3BIACA%3B%3BEAHJ%2CIAwPJ%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA7Pf%2CKAAE%2CcACE%2CKAGG%2CKAKK%3BIAAO%3B%3BEALb%2CIAwPJ%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA7Pf%2CKAAE%2CcACE%2CKAGG%2CKAQK%3BIACE%2C8BAAA%3BIACA%3BIAEA%3BIACA%3B%3BIAEA%3BIACA%3BIAEA%3B%3BEAKR%2CIAiOJ%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA7Pf%2CKAAE%2CcACE%2CKA0BG%3BIACG%3B%3BIAGA%2CcAAA%3BIACA%3BIACA%3BIACA%3BIACA%3BIAEA%3B%3B%3BEAVJ%2CIAiOJ%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA7Pf%2CKAAE%2CcACE%2CKA0BG%2CYAcG%3BIACI%2CcAAA%3B%3BEAfR%2CIAiOJ%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA7Pf%2CKAAE%2CcACE%2CKA0BG%2CYAkBG%3BIACI%3BIACA%3B%3BEAEA%2CIA2MZ%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA7Pf%2CKAAE%2CcACE%2CKA0BG%2CYAkBG%2CEAIK%3BIACG%2CyBAAA%3B%3BEAGJ%2CIAuMZ%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA7Pf%2CKAAE%2CcACE%2CKA0BG%2CYAkBG%2CEAQK%3BIACG%2CyBAAA%3BIACA%2CcAAA%3B%3BEA5BZ%2CIAiOJ%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA7Pf%2CKAAE%2CcACE%2CKA0BG%2CYAgCG%3BIACI%3BIACA%3BIACA%3BIACA%2CcAAA%3B%3BEApCR%2CIAiOJ%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA7Pf%2CKAAE%2CcACE%2CKA0BG%2CYAgCG%2CGAMI%3BIACI%3B%3BEAvCZ%2CIAiOJ%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA7Pf%2CKAAE%2CcACE%2CKA0BG%2CYAgCG%2CGAMI%2CGAGI%3BIACI%3BIACA%3B%3BEAsLxB%2CIAAI%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA7Pf%2CKAAE%2CcACE%2CKA4EI%2COAAO%2COAAI%3BIACT%2CWAAW%2CcAAX%3B%3BEAGJ%2CIA2KJ%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA7Pf%2CKAAE%2CcACE%2CKAgFG%2CKAAQ%2COAAO%2COAAI%3BIAChB%2CWAAW%2CeAAX%3B%3BEA0KZ%2CIAAI%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA6BP%2CKAAE%3BIAEA%2CkEAAA%3BIACA%3BIACA%2C4BAAA%3BIACA%2CyBAAA%3B%3BEAGA%2CIAtCR%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA6BP%2CKAAE%2CcAQC%3BIACG%3B%3BEAEJ%2CIAzCR%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA6BP%2CKAAE%2CcAWC%3BIACG%2CiCAAA%3B%3BEA1ChB%2CIAAI%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA6BP%2CKAAE%2CcAgBE%3BIACE%2C2BAAA%3B%3BEA%5C%2FChB%2CIAAI%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA6BP%2CKAAE%2CcAgBE%2CKAGI%3BIACE%2C0BAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CIAtDZ%2CcAAe%2CoBAAmB%2CaAAc%2CyBAC9C%2CKAAE%2CIAAO%2CKAAE%2CKA6BP%2CKAAE%2CcAgBE%2CKAQG%3BIACG%3BIACA%3BIACA%3BIACA%3B%3B%3B%3B%3B%3BAAkBxB%3BAAAU%3BEACN%3BEACA%3B%3BAAOA%3BEAAA%3BEAAA%3BIAJI%3BIACA%3B%3B%3BAANR%2CQASI%2CGAAE%2CIAAI%2CMAAO%3BAATP%2CcASN%2CGAAE%2CIAAI%2CMAAO%3BEACT%3B%3BAAVR%2CQAaI%3BAAbM%2CcAaN%3BAAbJ%2CQAaqB%3BAAbX%2CcAaW%3BEAAkB%3B%3BAAWvC%3BEARI%2CIAAI%2CkBAAmB%3BEAAU%2CIAAI%2CkBAAmB%3BIACpD%3BIACA%3B%3B%3B%3BAAoBR%3BEAZI%3BIACI%3B%3BEAGJ%2CQAAS%3BIACL%3B%3B%3BAAOR%3BEACI%2CyBAAA%3BEACA%3BEACA%3B%3B%3BAAsBJ%3BEAAA%2CoBAlBQ%2CUAAU%3BIAAQ%3B%3BEAkB1B%2CoBAhBQ%2CUAAU%2CMAAM%3BIAEZ%3BIACA%3BIACA%3BIACA%3B%3BEAWZ%2CoBARQ%2CUAAU%2CMAAM%3BIACZ%3BIACA%3BIACA%3B%3BEAKZ%2CoBARQ%2CUAAU%2CMAAM%2CkBAKZ%3BIAAI%3B%3B%3BAAKhB%3BEACI%3BEACA%3BEACA%3B%3BAAHJ%2C0BAKK%3BEACG%3B%3B%3BAAQR%2CYAAY%2CYAAY%3BEACpB%3B%3B%3BAAOJ%2COAAU%2CMAAM%2CSAAM%3BEAClB%3BEACA%3BEACA%3B%3BAAUA%3BEAAA%2COAbM%2CMAAM%2CSAAM%3BIAMd%3BIACA%3BIACA%3BIACA%3B%3B%3BAATR%2COAAU%2CMAAM%2CSAAM%2CUAahB%2CMAAG%3BEACD%3B%3BAAdR%2COAAU%2CMAAM%2CSAAM%2CUAahB%2CMAAG%2CeAGC%2CMAAM%2CMAAG%3BEACP%3B%3BAAKJ%3BEAAA%2COAtBE%2CMAAM%2CSAAM%2CUAahB%2CMAAG%2CeAGC%2CMAAM%2CMAAG%3BIAIH%3B%3B%3BAApBhB%2COAAU%2CMAAM%2CSAAM%2CUAahB%2CMAAG%2CeAYD%2CsBACI%3BEAAK%2CcAAA%3B%3BAAUT%3BEAAA%2COApCE%2CMAAM%2CSAAM%2CUAahB%2CMAAG%3B%3B%3BEAuBD%2COApCE%2CMAAM%2CSAAM%2CUAahB%2CMAAG%2CeAmBG%3BIACI%3B%3B%3BAAaZ%3BEAAA%2COA9CM%2CMAAM%2CSAAM%2CUAahB%2CMAAG%2CeAwBG%3BIACI%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BAA3ChB%2COAAU%2CMAAM%2CSAAM%2CUAgDlB%2CmBACI%2CcAAc%2CMAAM%3BEAChB%2CgCAAA%3B%3BAAlDZ%2COAAU%2CMAAM%2CSAAM%2CUAgDlB%2CmBACI%2CcAAc%2CMAAM%2CGAGhB%2CGAAE%3BEACE%3BEACA%2C4BAAA%3BEAEA%2CgCAAA%3BEACA%2CsBAAsB%2CqDAAtB%3B%3BAAzDhB%2COAAU%2CMAAM%2CSAAM%2CUAgDlB%2CmBAaI%2CSAAQ%3BEACJ%2CyBAAA%3B%3BAA9DZ%2COAAU%2CMAAM%2CSAAM%2CUAgDlB%2CmBAaI%2CSAAQ%2CSAGJ%3BEACI%3B%3BAAQZ%3BEAAA%2COAzEM%2CMAAM%2CSAAM%2CUAgDlB%2CmBAsBU%3BIAAM%3B%3BEAGhB%2COAzEM%2CMAAM%2CSAAM%2CUAgDlB%2CmBAuBU%3BIAAK%3B%3B%3BAAvEnB%2COAAU%2CMAAM%2CSAAM%2CUA6EhB%2CWAAW%2CKAAE%3BEACX%3B%3BAAKJ%3BEAAA%2COAnFM%2CMAAM%2CSAAM%2CUA6EhB%2CWAAW%2CKAAE%3BIAIP%3B%3B%3BAAQJ%3BEAAA%2COAzFE%2CMAAM%2CSAAM%2CUAoFhB%2COAAO%3BIAED%3B%3B%3BAAQJ%3BEAAA%2COA9FE%2CMAAM%2CSAAM%2CUAoFhB%2COAAO%3BIAMD%3B%3B%3BAA1FZ%2COAAU%2CMAAM%2CSAAM%2CUAoFhB%2COAAO%2CMAUL%3BAA9FR%2COAAU%2CMAAM%2CSAAM%2CUAoFhB%2COAAO%2CMAUD%2CGAAE%3BEACF%3B%3BAA%5C%2FFZ%2COAAU%2CMAAM%2CSAAM%2CUAoFhB%2COAAO%2CMAcL%3BEACI%3BEACA%3BEACA%2C0BAAA%3BEAEA%3B%3BEAGA%2CcAAA%3BEAEA%2CsBC7tEW%2C%2BCD6tEX%3BEACA%3BEACA%2C6CAAA%3B%3BAAEA%2COAhHF%2CMAAM%2CSAAM%2CUAoFhB%2COAAO%2CMAcL%2CEAcK%3BEACG%2CsBC7tEQ%2CsDD6tER%3BEACA%3BEACA%2C6CAAA%3B%3BAAnHhB%2COAAU%2CMAAM%2CSAAM%2CUAoFhB%2COAAO%2CMAmCH%3BEACE%3BEACA%2CmBAAA%3BEACA%3BEACA%2CqBAAA%3B%3BAA3HZ%2COAAU%2CMAAM%2CSAAM%2CUAoFhB%2COAAO%2CMAmCH%2CKAMI%3BEACE%3BEAEA%2CyBAAA%3BEACA%2C6BAAA%3B%3BAAEA%2COAnIN%2CMAAM%2CSAAM%2CUAoFhB%2COAAO%2CMAmCH%2CKAMI%2CKAMG%3BEAAe%3B%3BAAnIhC%2COAAU%2CMAAM%2CSAAM%2CUAoFhB%2COAAO%2CMAmCH%2CKAMI%2CKASI%3B%3BEAEE%3B%3BAAEA%2COA1IV%2CMAAM%2CSAAM%2CUAoFhB%2COAAO%2CMAmCH%2CKAMI%2CKASI%2CIAIG%3BEACG%2CyBAAA%3BEACA%2CcAAA%3B%3BAA5IxB%2COAAU%2CMAAM%2CSAAM%2CUAoFhB%2COAAO%2CMAmCH%2CKAMI%2CKAkBI%3BEACE%3B%3BAAhJpB%2COAAU%2CMAAM%2CSAAM%2CUAoFhB%2COAAO%2CMAmCH%2CKAMI%2CKAkBI%2CKAGI%3BEACE%3BEAEA%2CyBAAA%3BEACA%2C6BAAA%3B%3BAAEA%2COAxJd%2CMAAM%2CSAAM%2CUAoFhB%2COAAO%2CMAmCH%2CKAMI%2CKAkBI%2CKAGI%2CKAMG%3BEAAe%3B%3BAAxJxC%2COAAU%2CMAAM%2CSAAM%2CUAoFhB%2COAAO%2CMAmCH%2CKAMI%2CKAkBI%2CKAGI%2CKAQE%3BEACI%3BEACA%3BEACA%3BEAEA%2CsBC3wEJ%2CsDD2wEI%3B%3BAAEA%2COAjKlB%2CMAAM%2CSAAM%2CUAoFhB%2COAAO%2CMAmCH%2CKAMI%2CKAkBI%2CKAGI%2CKAQE%2CEAOK%3BEACG%2CsBCnxET%2C%2BCDmxES%3B%3BAAWhC%3BEACI%3BEAiCA%2CmBAAA%3BEACA%3BEACA%2CqBAAA%3B%3BAApCJ%2CaAGM%3BEACE%3BEACA%3B%3BAALR%2CaAGM%2CKAII%3BEACE%3BEACA%3BEACA%2C0BAAA%3BEACA%3BEACA%3BEACA%3BEAEA%2CcAAA%3BEACA%3BEACA%3BEAEA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CsBC9yEY%2CsDD8yEZ%3BEACA%3BEACA%2C6CAAA%3B%3BAAEA%2CaAtBN%2CKAII%2CIAkBG%3BEACG%2CwBCxzEO%2CkFDwzEP%3BEACA%3B%3BAAIR%2CaA5BF%2CKA4BG%2CYAAe%3BEAAI%3B%3B%3BAAY5B%2CmBAAoB%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAApB%2CmBAAoB%2CqBAEhB%3BEACI%3BEACA%2CiBAAA%3B%3B%3BAAsER%3BEA7CI%2CIAAI%3B%3B%3B%3B%3B%3B%3B%3BEAAJ%2CIAAI%2CkBAEA%2CaAAa%3BIACT%3BIACA%3BIACA%3BIAEA%2CwBC72EW%2C2ED62EX%3BIAEA%3B%3BEATR%2CIAAI%2CkBAWA%2CaAAY%2CWAAY%3BIACpB%2CsBCn3ES%2C6CDm3ET%3B%3BEAZR%2CIAAI%2CkBAcA%2CaAAa%2CGAAE%3BIACX%3BIAAoB%3B%3BEAf5B%2CIAAI%2CkBAsBA%2CaACI%3BEAvBR%2CIAAI%2CkBAsBA%2CaACO%3BEAvBX%2CIAAI%2CkBAsBA%2CaACW%3BEAvBf%2CIAAI%2CkBAsBA%2CaACmB%3BEAvBvB%2CIAAI%2CkBAsBA%2CaACuB%3BEAvB3B%2CIAAI%2CkBAsBA%2CaAC2B%3BEAvB%5C%2FB%2CIAAI%2CkBAsBA%2CaACkC%2CIAAG%3BEAvBzC%2CIAAI%2CkBAsBA%2CaACmD%2CIAAG%3BEAvB1D%2CIAAI%2CkBAsBA%2CaACoE%3BEAvBxE%2CIAAI%2CkBAsBA%2CaACwE%3BEAvB5E%2CIAAI%2CkBAsBA%2CaAC%2BF%3BEAvBnG%2CIAAI%2CkBAsBA%2CaACiH%3BEAvBrH%2CIAAI%2CkBAsBA%2CaAC2H%2CIAAG%3BEAvBlI%2CIAAI%2CkBAsBA%2CaACoI%2CIAAG%3BEAvB3I%2CIAAI%2CkBAsBA%2CaACoJ%2CIAAG%3BEAvB3J%2CIAAI%2CkBAsBA%2CaACqK%3BEAvBzK%2CIAAI%2CkBAsBA%2CaACyK%3BEAvB7K%2CIAAI%2CkBAsBA%2CaACwL%2CEAAC%3BEAvB7L%2CIAAI%2CkBAsBA%2CaACyM%3BIACjM%3B%3BEAxBZ%2CIAAI%2CkBA4BA%2CaAAY%2CWACR%3BEA7BR%2CIAAI%2CkBA4BA%2CaAAY%2CWACL%3BEA7BX%2CIAAI%2CkBA4BA%2CaAAY%2CWACD%3BEA7Bf%2CIAAI%2CkBA4BA%2CaAAY%2CWACO%3BEA7BvB%2CIAAI%2CkBA4BA%2CaAAY%2CWACW%3BEA7B3B%2CIAAI%2CkBA4BA%2CaAAY%2CWACe%3BEA7B%5C%2FB%2CIAAI%2CkBA4BA%2CaAAY%2CWACsB%2CIAAG%3BEA7BzC%2CIAAI%2CkBA4BA%2CaAAY%2CWACuC%2CIAAG%3BEA7B1D%2CIAAI%2CkBA4BA%2CaAAY%2CWACwD%3BEA7BxE%2CIAAI%2CkBA4BA%2CaAAY%2CWAC4D%3BEA7B5E%2CIAAI%2CkBA4BA%2CaAAY%2CWACmF%3BEA7BnG%2CIAAI%2CkBA4BA%2CaAAY%2CWACqG%3BEA7BrH%2CIAAI%2CkBA4BA%2CaAAY%2CWAC%2BG%2CIAAG%3BEA7BlI%2CIAAI%2CkBA4BA%2CaAAY%2CWACwH%2CIAAG%3BEA7B3I%2CIAAI%2CkBA4BA%2CaAAY%2CWACwI%2CIAAG%3BEA7B3J%2CIAAI%2CkBA4BA%2CaAAY%2CWACyJ%3BEA7BzK%2CIAAI%2CkBA4BA%2CaAAY%2CWAC6J%3BEA7B7K%2CIAAI%2CkBA4BA%2CaAAY%2CWAC4K%2CEAAC%3BEA7B7L%2CIAAI%2CkBA4BA%2CaAAY%2CWAC6L%3BIACjM%3B%3B%3B%3BAAgBhB%2CIAAI%2CkBACA%2CaAAY%2CIAAO%3BEACf%3BEACA%3BEACA%2C0BAAA%3BEAEA%2CwBC15Ee%2C2ED05Ef%3BEAEA%3B%3BAARR%2CIAAI%2CkBAUA%2CaAAY%2CIAAO%2CKAAE%3BEAAS%3B%3BAAVlC%2CIAAI%2CkBAaA%2CaAAY%2CIAAO%3BEACf%3B%3BAAdR%2CIAAI%2CkBAiBA%2CaAAY%2CIAAO%2CIAAC%3BEAChB%3B%3B%3BAAQR%2CGAAG%3BEACC%3B%3BAADJ%2CGAAG%2CWAGC%2CIAAG%3BEACH%3BEACA%3BEACA%3B%3BAAEI%2CGARL%2CWAGC%2CIAAG%2CKAKE%3BEACG%3BEAEA%2CgCAAA%3BEACA%3B%3BEAEA%3BEAEA%2CqEAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAARJ%2CGARL%2CWAGC%2CIAAG%2CKAKE%2CUAUK%3BEAAO%3B%3BAAoBb%2CGAtCL%2CWAGC%2CIAAG%2CKAmCE%3BEAAmB%2CwEAAA%3B%3BAACpB%2CGAvCL%2CWAGC%2CIAAG%2CKAoCE%3BEAAoB%2CuEAAA%3B%3BAACrB%2CGAxCL%2CWAGC%2CIAAG%2CKAqCE%3BAAAkB%2CGAxCxB%2CWAGC%2CIAAG%2CKAqCqB%3BAAAmB%2CGAxC5C%2CWAGC%2CIAAG%2CKAqCyC%3BEACpC%2CkEAAA%3B%3BAAzCZ%2CGAAG%2CWA8CD%3BEACI%3B%3BAA%5C%2FCN%2CGAAG%2CWA8CD%2CIAGI%3BEACI%3BEACA%3B%3BAAnDV%2CGAAG%2CWAuDD%2CgBAAe%3BEACX%3BEACA%2CcAAA%3BEACA%3B%3B%3BAAON%2CaACI%2CWACI%3BAAFO%2CcACX%2CWACI%3BAAFuB%2COAAO%2CcAClC%2CWACI%3BEAAI%3B%3BAAFZ%2CaACI%2CWAGI%3BAAJO%2CcACX%2CWAGI%3BAAJuB%2COAAO%2CcAClC%2CWAGI%3BEACI%3BEACA%3B%3BAANZ%2CaACI%2CWASM%3BAAVK%2CcACX%2CWASM%3BAAVqB%2COAAO%2CcAClC%2CWASM%3BEACE%3B%3BAAXZ%2CaACI%2CWAaM%2CwBAAwB%3BAAdnB%2CcACX%2CWAaM%2CwBAAwB%3BAAdH%2COAAO%2CcAClC%2CWAaM%2CwBAAwB%3BAAdlC%2CaACI%2CWAcM%2CwBAAwB%2CKAAK%3BAAfxB%2CcACX%2CWAcM%2CwBAAwB%2CKAAK%3BAAfR%2COAAO%2CcAClC%2CWAcM%2CwBAAwB%2CKAAK%3BAAfvC%2CaACI%2CWAeM%2CwBAAwB%2CKAAK%2CUAAU%3BAAhBlC%2CcACX%2CWAeM%2CwBAAwB%2CKAAK%2CUAAU%3BAAhBlB%2COAAO%2CcAClC%2CWAeM%2CwBAAwB%2CKAAK%2CUAAU%3BEACrC%3B%3BAAjBZ%2CaAqBI%2CiBAEI%3BAAvBO%2CcAqBX%2CiBAEI%3BAAvBuB%2COAAO%2CcAqBlC%2CiBAEI%3BEACI%3BEACA%3B%3BAAKZ%2CcACI%2CWACI%2CUACM%2CMAAG%2CUAAU%3BEAAM%3B%3BAAHjC%2CcACI%2CWACI%2CUAEM%2CMAAG%2CUAAU%3BEAAM%3B%3BAAJjC%2CcACI%2CWACI%2CUAGM%2CMAAG%2CUAAU%3BEAAM%3B%3BAALjC%2CcACI%2CWACI%2CUAIM%2CMAAG%2CUAAU%3BEAAM%3B%3BAAoBjC%3BEAdI%2CaACI%2CaACI%3BEAFO%2CcACX%2CaACI%3BIAAwB%3B%3BEAFhC%2CaAII%2CaAAY%2CUAAU%2CQAClB%3BEALO%2CcAIX%2CaAAY%2CUAAU%2CQAClB%3BIAAwB%3B%3BEALhC%2CaAOI%2CaAAY%2CiBAAiB%2CGACzB%3BEARO%2CcAOX%2CaAAY%2CiBAAiB%2CGACzB%3BIAAwB%3B%3B%3B%3BAAOpC%2CcAAiB%2CMAAG%2CUAAU%2CUAAU%3BEACpC%3B%3BAAEA%2CcAHa%2CMAAG%2CUAAU%2CUAAU%2CYAGnC%3BEACG%3BEACA%2CSAAS%2CGAAT%3BEACA%3BEAEA%2CyBAAA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAUR%2COAAO%2CcAEH%3BAAFJ%2COAAO%2CcAEC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2COARD%2CcAEH%2CGAMK%3BAAAD%2COARD%2CcAEC%2CIAMC%3BEAAU%3B%3BAARnB%2COAAO%2CcAWH%3BAAXJ%2COAAO%2CcAWC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2COAjBD%2CcAWH%2CGAMK%3BAAAD%2COAjBD%2CcAWC%2CIAMC%3BEAAU%3BEAAa%3B%3BAAjBhC%2COAAO%2CcAoBH%3BAApBJ%2COAAO%2CcAoBC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2COA1BD%2CcAoBH%2CGAMK%3BAAAD%2COA1BD%2CcAoBC%2CIAMC%3BEAAU%3B%3BAAIX%2COA9BD%2CcA6BH%2CGACK%3BAAAD%2COA9BD%2CcA6BC%2CIACC%3BAAAD%2COA9BD%2CcA6BM%2CGACJ%3BAAAD%2COA9BD%2CcA6BU%2CIACR%3BAAAD%2COA9BD%2CcA6Be%2CGACb%3BAAAD%2COA9BD%2CcA6BmB%2CIACjB%3BEACG%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAWZ%3BEAAA%2COA5CO%2CcAuCC%3BIACI%3BIACA%3B%3B%3B%3BAAQZ%3BEACI%3BEACA%2C0BAAA%3BEACA%3B%3BEAEA%3BEACA%3BEAEA%2CcAAA%3B%3BAARJ%2CaAUI%2CKAAI%3BEACA%2CcAAA%3BEACA%3BEACA%3B%3BEAEA%3BEACA%3B%3BAAhBR%2CaAmBI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3B%3BEAIA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2CaAAC%3BEACG%3BEACA%3B%3BAAFJ%2CaAAC%2COAIG%3BEACI%3B%3B%3BAAQZ%3BEACI%2C4BAAA%3BEACA%3BEACA%2CgCAAA%3BEAEA%2C6BAAA%3BEACA%3B%3BAAEA%2CaAAC%3BEAAS%2CsBCxnFO%2CoDDwnFP%3B%3BAACV%2CaAAC%3BEAAS%2CsBC9nFG%2C8CD8nFH%3B%3BAACV%2CaAAC%3BEAAS%2CsBChoFG%2C0CDgoFH%3B%3B%3BAAMd%3BEACI%3BEACA%3B%3BAAFJ%2CcAKI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEAEA%2CyBAAA%3BEACA%3BEACA%3BEACA%2CiBAAA%3B%3B%3BAAOR%3BEACI%3B%3BAAEA%2CWAAC%3BAAAU%2CWAAC%3BEACR%2CSAAS%2CKAAT%3BEACA%3BEACA%3BEACA%2CcAAA%3BEAEA%3BEACA%3BEACA%3BEAEA%3B%3BAAEJ%2CWAAC%3BEACG%2CSAAS%2CKAAT%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAApBR%2CWAuBI%2CWAAa%3BEAAI%2CiBAAA%3B%3BAAvBrB%2CWAyBI%2CSAAQ%2CYAAa%3BEACjB%3BEACA%3B%3BAA3BR%2CWAyBI%2CSAAQ%2CYAAa%2CEAIjB%3BEAAO%2CcAAA%3B%3BAA7Bf%2CWAgCI%3BEACI%3BEACA%3BEACA%3B%3BAAMA%3BEAAA%2CWATJ%3BIAMQ%3B%3B%3BAAGJ%2CWATJ%2COASK%3BEACG%2CSAAS%2CEAAT%3BEACA%3B%3BAA3CZ%2CWAgCI%2COAcI%3BEACI%2COAAO%2CSAAP%3BEACA%3BEACA%3BEACA%3B%3BAAlDZ%2CWAgCI%2COAcI%2CKAOI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3B%3BAAUhB%2CEAAE%2CSAAS%2CkBAAkB%3BEACzB%3BEACA%3BEACA%3BEACA%3B%3BAAEJ%2CEAAE%2CSAAS%2CkBAAkB%2CUAAW%3BEACpC%2C6BAAA%3BEACA%3BEACA%3B%3B%3BAAOJ%2CQAAQ%2CgBAAiB%3BEACrB%2CyBAAA%3B%3BAAEA%2CQAHI%2CgBAAiB%2CkBAGpB%3BEACG%2CSAAS%2CEAAT%3BEACA%3BEAEA%3BEACA%3BEACA%2CmCAAA%3BEACA%2CoCAAA%3BEAEA%2C8BAAA%3BEAEA%3BEACA%3B%3B%3BAAgBR%2CcAAe%2CsBAAqB%3BEAChC%3B%3BAAIJ%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAAA%2CeAGI%3BEACI%3BEACA%3B%3BAALR%2CeAQI%2CGAAG%3BEACC%3BEACA%3BEAEA%3BEACA%3BEAGA%2C6BAAA%3B%3BAAhBR%2CeAQI%2CGAAG%2CGAUC%3BEACI%3BEACA%2C0BAAA%3BEAGA%3BEAEA%2CwBC91FY%2CsED81FZ%3BEACA%3B%3BEAGA%2CcAAA%3B%3BAAEA%2CeAvBR%2CGAAG%2CGAUC%2CEAaK%3BEACG%2CsBC71FS%2CuDD61FT%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAmBhB%2CaAAa%3B%3BEAGT%3BEACA%3B%3BAAJJ%2CaAAa%2CaAOP%2CKAAE%3BEACA%3BEACA%3B%3BAAKJ%3BEAAA%2CaAdS%2CaAOP%2CKAAE%3BIAKI%3B%3B%3BAAZZ%2CaAAa%2CaAeP%2CiBAAiB%3B%3B%3B%3B%3BAAUf%3BEAAA%2CaAzBK%2CaAeP%2CiBAAiB%3BIAMX%3B%3B%3BAArBZ%2CaAAa%2CaAeP%2CiBAAiB%2CMAUf%3BAAzBR%2CaAAa%2CaAeP%2CiBAAiB%2CMAUX%2CGAAE%3BEACF%3B%3BAA1BZ%2CaAAa%2CaAeP%2CiBAAiB%2CMAcf%3BEACI%3BEACA%3BEACA%2C0BAAA%3BEAEA%3B%3BEAGA%2CcAAA%3BEAEA%2CsBC%5C%2F5FW%2C%2BCD%2B5FX%3BEACA%3BEACA%2C6CAAA%3B%3BAAEA%2CaA3CC%2CaAeP%2CiBAAiB%2CMAcf%2CEAcK%3BEACG%2CsBC%5C%2F5FQ%2CsDD%2B5FR%3BEACA%3BEACA%2C6CAAA%3B%3BAA9ChB%2CaAAa%2CaAeP%2CiBAAiB%2CMAmCb%3BEACE%3B%3BAAnDZ%2CaAAa%2CaAeP%2CiBAAiB%2CMAmCb%2CKAGI%3BEACE%3BEAEA%2CyBAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CaA3DH%2CaAeP%2CiBAAiB%2CMAmCb%2CKAGI%2CKAMG%3BEAAe%3B%3BAA3DhC%2CaAAa%2CaAeP%2CiBAAiB%2CMAmCb%2CKAGI%2CKASI%3B%3BEAEE%3B%3BAAEA%2CaAlEP%2CaAeP%2CiBAAiB%2CMAmCb%2CKAGI%2CKASI%2CIAIG%3BEACG%2CyBAAA%3BEACA%2CcAAA%3B%3BAApExB%2CaAAa%2CaAeP%2CiBAAiB%2CMAmCb%2CKAGI%2CKAkBI%3BEACE%3B%3BAAxEpB%2CaAAa%2CaAeP%2CiBAAiB%2CMAmCb%2CKAGI%2CKAkBI%2CKAGI%3BEACE%3BEAEA%2CyBAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CaAhFX%2CaAeP%2CiBAAiB%2CMAmCb%2CKAGI%2CKAkBI%2CKAGI%2CKAMG%3BEAAe%3B%3BAAhFxC%2CaAAa%2CaAeP%2CiBAAiB%2CMAmCb%2CKAGI%2CKAkBI%2CKAGI%2CKAQE%3BEACI%3BEACA%3BEACA%3BEAEA%2CsBC18FJ%2CsDD08FI%3B%3BAAEA%2CaAzFf%2CaAeP%2CiBAAiB%2CMAmCb%2CKAGI%2CKAkBI%2CKAGI%2CKAQE%2CEAOK%3BEACG%2CsBCl9FT%2C%2BCDk9FS%3B%3B%3B%3BAEp9FhC%3BEACI%3BEAEA%3BEACA%2CkCAAA%3BEACA%3B%3BAAEJ%2CgBAAgB%3BEACZ%3BEACH%3BEACA%2CSAAS%2CGAAT%3B%3B%3B%3BEAKA%2C0EAAA%3BEAEA%3BEACA%3BEACA%3BEAEA%2CuBAAA%3B%3BAAED%2CgBAAgB%2CMAAM%3B%3BEAElB%2CyEAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAqBH%2CSAAY%2CMAAM%3BEACd%3B%3BAAGJ%2CSAAY%2CMAAM%2CMAAM%3BEACpB%3BEACA%3B%3BAAGL%2CSAAY%2CMAAM%2CMAAM%3BEACpB%3B%3BEAGA%3BEACA%3BEAEA%3BEAEA%3B%3BAA0DJ%3BEAtDI%2CSAAY%2CMAAM%3BIACd%3B%3BEAGJ%2CSAAY%2CMAAM%2CMAAG%3BIACjB%2CSAAS%2CGAAT%3BIACA%2C4BDjEgB%2C8ECiEhB%3B%3BIACA%3BIACA%3BIAEA%3BIACA%3BIACA%3B%3BEAGJ%2CSAAY%2CMAAM%2CMAAG%3BIACjB%2CSAAS%2CGAAT%3BIACA%2C4BD7EiB%2C%2BEC6EjB%3B%3BIACA%3BIACA%3BIAEA%3BIACA%3BIACA%3B%3BEAIJ%2CSAAY%2CMAAM%2CMAAM%3BIACpB%3BIACA%3BIAEA%2CeAAA%3BIACA%3BIACA%3BIAEA%3BIACA%3BIACA%3B%3BEAMJ%2CSAAY%2CMAAM%2CMAAM%2CMAAM%3BIAC1B%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3B%3BAAOR%2CSAAY%2CMAAM%2CMAAM%2CMAAM%3BEAC1B%3BEACA%3B%3BAAEJ%2CSAAY%2CMAAM%2CMAAM%2CMAAM%2CMAAG%3B%3B%3B%3B%3BEAK7B%2CyBAAA%3B%3BAAEJ%2CSAAY%2CMAAM%2CMAAM%2CMAAM%2CMAAG%3BEAC7B%2CyBAAA%3B%3BAAGJ%2CSAAY%2CMAAM%2CMAAM%2CMAAM%2CMAAM%3BEAChC%3BEACA%3BEACA%3BEACA%3B%3BAAQJ%3BEAJI%2CSAAY%2CMAAM%2CMAAM%2CMAAM%2CMAAM%3BIAChC%3B%3B%3BAAiBR%3BEAbI%2CSAAY%2CMAAM%2CMAAM%2CMAAM%2CMAAM%3BIAChC%3BIACA%3BIACA%3BIACA%3B%3BEAEJ%2CSAAY%2CMAAM%2CMAAM%2CMAAM%2CMAAM%3BIAChC%2CuBAAA%3BIACA%3B%3B%3BAAKR%2CSAAY%2CMAAM%2CMAAM%2CMAAM%2CMAAM%3B%3BEAEhC%3B%3BAAQJ%2CSAAY%2CMAAM%2CMAAG%3BEACjB%3BEAEA%3BEACA%3BEACA%2CgBAAA%3BEACA%3B%3BAAGJ%2CSAAY%2CMAAM%2CMAAG%2CMAAS%3BAAC9B%2CSAAY%2CMAAM%2CMAAG%2CMAAS%3BEAC1B%3BEAEA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEAEA%3BEACA%3B%3BACxMJ%2CSAEI%2CgBACF%2CMACM%3BEACE%3B%3BAALV%2CSAEI%2CgBACF%2CMAKC%3BEACC%3BEACA%3BEACA%3B%3BAAXJ%2CSAEI%2CgBACF%2CMAKC%2CkBAKC%3BEACI%2CcAAA%3B%3BAAdR%2CSAoBC%3BEACI%3B%3BAAwCL%3BEAAA%2CSAnCE%2CgBACC%2CMACM%3BIACE%3BIACA%3BIACA%3B%3BEA8BX%2CSAnCE%2CgBACC%2CMAMC%3BIACC%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3B%3BEAsBL%2CSAnCE%2CgBACC%2CMAMC%2CkBASC%2CEAAC%3BIACG%3BIACA%3B%3BEAiBT%2CSAZE%3BIACC%3B%3BEACA%2CSAFD%2CkBAEE%3BIACA%3BIACA%3B%3BEAED%2CSAND%2CkBAME%3BIACA%3BIACA%3B%3B%3BACrDJ%3B%3B%3BAAEI%2COAAC%2CIAAI%3BEAAU%3B%3BAA0Cf%3BEAAA%2COArCI%3BIACI%3BIACA%3BIACA%2CwBAAA%3BIAEA%3BIACA%3BIAYA%3BIACA%3B%3BEAkBR%2COArCI%2CkBAQM%2CMAAG%2CSAAS%3BIACV%3B%3BEAGJ%2COAZJ%2CkBAYK%3B%3B%3BEAyBT%2COArCI%2CkBAqBI%3BIACI%2CkCAAA%3B%3BIAGA%3BIACA%3BIACA%2CkBAAA%3BIACA%3B%3BEAGJ%2COA%5C%2FBJ%2CkBA%2BBK%2COAAQ%3BIACL%2CWAAW%2CeAAX%3B%3B%3BAAvChB%2COA4CI%2CaACG%3B%3BEAED%3BEACA%3BEACH%3BEACA%3B%3BAAEG%2COARF%2CaACG%2CYAOA%3BEACA%3B%3BAArDP%2COA2DG%2CMAAG%3BEACJ%3B%3BAA5DF%2COA2DG%2CMAAG%2CYAGJ%2CGAAE%2CIAAI%2CUAAW%2CGAChB%3BEACC%2CyBAAA%3BEACA%2CcAAA%3B%3BAAjEJ%2COA2DG%2CMAAG%2CYAGJ%2CGAAE%2CIAAI%2CUAAW%2CGAChB%2CEAIC%3BEACI%3B%3BAAIL%2COAbA%2CMAAG%2CYAGJ%2CGAAE%2CIAAI%2CUAAW%2CGAUf%2COAAQ%3BEACR%2CyBAAA%3BEACA%2CcAAA%3BEACA%3B%3BAAGD%2COAnBA%2CMAAG%2CYAGJ%2CGAAE%2CIAAI%2CUAAW%2CGAgBf%2CMAAO%3BEACP%2CyBAAA%3BEACA%2CcAAA%3B%3BAAhFJ%2COAoFG%2CMAAM%3B%3B%3B%3B%3B%3BAApFT%2COAoFG%2CMAAM%2CMAOD%3BEACL%3BEACA%3BEACA%2CkBAAA%3B%3BAAQA%3BEAAA%2COAlBA%2CMAAM%2CMAOD%3BIAKJ%3B%3B%3BAAOA%2COAnBD%2CMAAM%2CMAOD%2CaAWL%2CGACE%3BEACA%3B%3BAACA%2COArBF%2CMAAM%2CMAOD%2CaAWL%2CGACE%2CGAEC%3BEACA%3B%3BAAGF%2COAzBD%2CMAAM%2CMAOD%2CaAWL%2CGAOE%3BEACA%3B%3BAAcJ%3BEAAA%2COAxCE%2CMAAM%3BIAgCG%3BIACA%3B%3BEAOX%2COAxCE%2CMAAM%2CMAmCG%3BIACI%3BIACA%3B%3B%3BAAQhB%2CcAAe%2CQAAU%2CMAAG%2CYAAa%2CGAAE%2CIAAI%2CUAAW%2CGACtD%3BEACF%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGD%2CcANc%2CQAAU%2CMAAG%2CYAAa%2CGAAE%2CIAAI%2CUAAW%2CGAMxD%2COAAQ%3BEACR%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGD%2CcAXc%2CQAAU%2CMAAG%2CYAAa%2CGAAE%2CIAAI%2CUAAW%2CGAWxD%2CMAAO%3BEACP%2CyBAAA%3BEACA%2CcAAA%3B%3BAClJF%3BEACI%3BEACA%3BEACA%3B%3B%3B%3B%3B%3B%3BEAUA%3B%3BAAEA%2CWAAC%3BEACG%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%2CSAAS%2CGAAT%3B%3B%3BEAIA%2CyBAAA%3B%3B%3BACxBR%2CMAAM%2CQACA%2CgBACI%2CiBAAiB%3BEACf%2CoCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3B%3BAAeA%3BEAAA%2CMA%5C%2FBN%2CQACA%2CgBAuBG%3BIAEO%2CwBAAA%3BIACA%2CyBAAA%3BIACA%3B%3B%3BAAWJ%3BEAAA%2CMAvCN%2CQACA%2CgBAuBG%3BIAQO%2CwBAAA%3BIACA%3B%3BIAGA%2CyBAAA%3B%3B%3BAAZR%2CMAxBF%2CQACA%2CgBAuBG%2CcAeK%3BEACE%3BEACA%3B%3BAAjBR%2CMAxBF%2CQACA%2CgBAuBG%2CcAeK%2CiBAII%3BAAnBV%2CMAxBF%2CQACA%2CgBAuBG%2CcAeK%2CiBAIqB%3BEAAgB%3B%3BAAnB3C%2CMAxBF%2CQACA%2CgBAuBG%2CcAeK%2CiBAMI%3BEACE%3BEAEA%2CoCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CMA%5C%2FDd%2CQACA%2CgBAuBG%2CcAeK%2CiBAMI%2CQAkBG%3BEACG%2CSAAS%2CGAAT%3B%3BAAxChB%2CMAxBF%2CQACA%2CgBAuBG%2CcAeK%2CiBA%2BBI%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3B%3BAAtDZ%2CMAxBF%2CQACA%2CgBAuBG%2CcAeK%2CiBA%2BBI%2CcAYI%3BEACE%3BEAEA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%2CkCAAA%3B%3BAApEhB%2CMAxBF%2CQACA%2CgBAuBG%2CcAeK%2CiBA%2BBI%2CcAYI%2CiBAYI%3B%3BEAEE%2C0CAAA%3BEACA%2CeAAA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3B%3BAAlFpB%2CMAxBF%2CQACA%2CgBAuBG%2CcAeK%2CiBA%2BBI%2CcAYI%2CiBAYI%2CWAcI%3BEACE%3BEACA%3B%3BAAtFxB%2CMAxBF%2CQACA%2CgBAuBG%2CcAeK%2CiBA%2BBI%2CcAYI%2CiBAgCI%3BEACE%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEAEA%2C0CAAA%3BEACA%2C6CAAA%3BEAEA%2CcAAA%3B%3B%3B%3B%3BAAEA%2CMAhItB%2CQACA%2CgBAuBG%2CcAeK%2CiBA%2BBI%2CcAYI%2CiBAgCI%2CIAcG%3BEACG%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3B%3BAAQJ%2CMAjJtB%2CQACA%2CgBAuBG%2CcAeK%2CiBA%2BBI%2CcAYI%2CiBAgCI%2CIA%2BBG%3BEACG%3BEACA%2C8BAAA%3B%3BAAEA%2CMArJ1B%2CQACA%2CgBAuBG%2CcAeK%2CiBA%2BBI%2CcAYI%2CiBAgCI%2CIA%2BBG%2CKAII%3BEAAS%2CSAAS%2CIAAT%3BEAAe%3B%3BAAE7B%2CMAvJtB%2CQACA%2CgBAuBG%2CcAeK%2CiBA%2BBI%2CcAYI%2CiBAgCI%2CIAqCG%3BEACG%3BEACA%2C%2BBAAA%3B%3BAAEA%2CMA3J1B%2CQACA%2CgBAuBG%2CcAeK%2CiBA%2BBI%2CcAYI%2CiBAgCI%2CIAqCG%2CKAII%3BEAAS%2CSAAS%2CIAAT%3BEAAe%3B%3BAAWjC%3BEAAA%2CMAtKlB%2CQACA%2CgBAuBG%2CcAeK%2CiBA%2BBI%2CcAYI%2CiBAgCI%3BIA8CM%3B%3BEAEA%2CMAlK1B%2CQACA%2CgBAuBG%2CcAeK%2CiBA%2BBI%2CcAYI%2CiBAgCI%2CIAgDO%3BIACG%3B%3B%3BAA3I5B%2CMAxBF%2CQACA%2CgBAuBG%2CcAeK%2CiBA%2BBI%2CcAoGI%3BEACE%3BEACA%3B%3BAApJhB%2CMAxBF%2CQACA%2CgBAuBG%2CcAeK%2CiBA%2BBI%2CcAoGI%2CYAII%3BEACE%3BEACA%3BEACA%3BEACA%3B%3BAAQpB%2CMA1LF%2CQACA%2CgBAyLG%2COAAO%2CcACJ%2CeACM%3BEACE%2CoBAAA%3B%3BAAEA%2CMA%5C%2FLd%2CQACA%2CgBAyLG%2COAAO%2CcACJ%2CeACM%2CQAGG%3BEACG%2CSAAS%2CKAAT%3B%3BAANhB%2CMA1LF%2CQACA%2CgBAyLG%2COAAO%2CcACJ%2CeASM%2CcACI%3BEACE%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA2BxB%3BEACI%3BEACA%3BEAGA%3BEASA%2C6BAAA%3BEACA%2CgCAAA%3B%3B%3BAANA%3BEAAA%3BIAFI%3B%3B%3BAAOJ%3BEAAA%3BIAJI%3B%3B%3BAAVR%2CYAiBM%3BEACE%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEAEA%3B%3BAA3BR%2CYAiBM%2CMAYI%3BAA7BV%2CYAiBM%2CMAYW%2CIAAI%3BEACT%3BEACA%2CaAAA%3BEACA%3BEAEA%3BEACA%3B%3B%3B%3B%3B%3BAAaR%3BEAAA%2CYA%5C%2FBE%3BIA6BM%3B%3B%3BAAIR%2CYAAC%3BAAAU%2CYAAC%3BEACR%2CSAAS%2CGAAT%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%2CyBAAA%3BEACA%2CsBLpRgB%2CsDKoRhB%3BEACA%3BEACA%2CkCAAA%3BEAEA%3BEACA%3BEAEA%3BEAEA%3B%3BEACA%3B%3BEACC%3B%3BEACE%3B%3BEACC%3B%3BEACI%3B%3B%3B%3BAAIZ%2CYAAC%3BEACG%3BEACA%3BEAEA%2CsBL3SiB%2CuDK2SjB%3B%3BAAKJ%2CYAAC%3BEACG%3BEACA%3BEACA%3BEACA%3B%3BAAJJ%2CYAAC%2CUAMK%2CIAAC%2CIAAI%3BEACH%3B%3BAAGR%2CYAAC%2CUAAU%3BAAAU%2CYAAC%2CUAAU%3BEAC5B%3B%3BAAgBJ%3BEAXI%2CYAAC%3BEAAU%2CYAAC%3BIACR%3B%3BEAUR%2CYAPM%3BIACE%3BIACA%3B%3B%3BAAMJ%2CYADH%2CMACI%3BAAAU%2CYADd%2CMACe%3BEACR%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC1KZ%2CYAAY%2CIAAI%3BEAnIZ%3BEACA%3B%3BAAkIJ%2CYAAY%2CIAAI%2CSA5JV%2CIAAI%3BAA4JV%2CYAAY%2CIAAI%2CSA5JA%2CIAAI%3B%3BEAEZ%3BEAEA%3B%3BEACE%3B%3BEACC%3B%3BEACE%3B%3BEACC%3B%3BEACI%3B%3B%3B%3BAAmJlB%2CYAAY%2CIAAI%2CSA9IV%2CIAAI%3BEACF%3B%3BAA6IR%2CYAAY%2CIAAI%2CSA1IV%2CIAAC%2CWAAc%3BEACb%3B%3BAAyIR%2CYAAY%2CIAAI%2CSAhIV%2CUACI%3B%3B%3BEAGE%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEAEA%2CsBN9CiB%2CqDM8CjB%3BEACA%3BEACA%2C6CAAA%3BEAEA%3BEACA%3BEACA%2C6BAAA%3B%3BAAEA%2CYAgHA%2CIAAI%2CSAhIV%2CUACI%2CMAeG%3BEACG%3B%3BAAIR%2CYA2GI%2CIAAI%2CSAhIV%2CUAqBG%3BEACG%3B%3BAADJ%2CYA2GI%2CIAAI%2CSAhIV%2CUAqBG%2CWAGK%3BAAHN%2CYA2GI%2CIAAI%2CSAhIV%2CUAqBG%2CWAGY%2CMAAG%3B%3BEAER%2CyBAAA%3B%3BAALR%2CYA2GI%2CIAAI%2CSAhIV%2CUAqBG%2CWAQK%3BEACE%3B%3BAAkGhB%2CYAAY%2CIAAI%2CSA5FV%2CMAEI%3BEACE%2C6BAAA%3BEAEA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%3BEACA%3B%3BEAGA%3BEACA%3BEAEA%3B%3BEAEA%2CcAAA%3B%3B%3B%3B%3B%3BEAOA%3B%3BAAEA%2CYAmEA%2CIAAI%2CSA5FV%2CMAEI%2CKAuBG%3BEAAU%3B%3BAAEX%2CYAiEA%2CIAAI%2CSA5FV%2CMAEI%2CKAyBG%3BEACG%2CSAAS%2CGAAT%3B%3B%3BEAIA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%2C4BAAA%3BEACA%3BEACA%3B%3BAAIR%2CYA4CI%2CIAAI%2CSA5FV%2CMAgDG%2CWAAc%3BAA4CvB%2CYAAY%2CIAAI%2CSA5FV%2CMAgDuB%2CKAAE%3B%3BEAEnB%2CyBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CYAuCA%2CIAAI%2CSA5FV%2CMAgDG%2CWAAc%2CKAKV%3BAAAD%2CYAuCA%2CIAAI%2CSA5FV%2CMAgDuB%2CKAAE%2CMAKlB%3BEACG%2CcAAA%3B%3BAAGR%2CYAmCI%2CIAAI%2CSA5FV%2CMAyDG%2CWAAc%2CKAAE%3BEACb%2CSAAS%2CKAAT%3BEACA%3B%3BAAIJ%2CYA6BI%2CIAAI%2CSA5FV%2CMA%2BDG%2CYAAe%3BEACZ%3BEACA%2C6BAAA%3B%3BAAGJ%2CYAwBI%2CIAAI%2CSA5FV%2CMAoEG%2CWAAc%3B%3BEAEX%2CgCAAA%3B%3BAAEJ%2CYAoBI%2CIAAI%2CSA5FV%2CMAwEG%2CWAAc%3BEACX%3BEACA%2CgCAAA%3B%3BAAkBZ%2CYAAY%2CIAAI%2CSA5FV%2CMAgFI%3BEACE%2CyBAAA%3BEACA%3B%3BAAUZ%2CYAAY%2CIAAI%2CSA5FV%2CMAgFI%2CMAII%2CIAAC%3BEACC%3B%3BAAmBhB%3BEAPI%2CYAAY%3BIAxIZ%3BIACA%3B%3BEAuIA%2CYAAY%2COAjKV%2CIAAI%3BEAiKN%2CYAAY%2COAjKA%2CIAAI%3B%3BIAEZ%3BIAEA%3B%3BIACE%3B%3BIACC%3B%3BIACE%3B%3BIACC%3B%3BIACI%3B%3B%3B%3BEAwJd%2CYAAY%2COAnJV%2CIAAI%3BIACF%3B%3BEAkJJ%2CYAAY%2COA%5C%2FIV%2CIAAC%2CWAAc%3BIACb%3B%3BEA8IJ%2CYAAY%2COArIV%2CUACI%3B%3B%3BIAGE%2C4BAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIAEA%2CsBN9CiB%2CqDM8CjB%3BIACA%3BIACA%2C6CAAA%3BIAEA%3BIACA%3BIACA%2C6BAAA%3B%3BEAEA%2CYAqHI%2COArIV%2CUACI%2CMAeG%3BIACG%3B%3BEAIR%2CYAgHQ%2COArIV%2CUAqBG%3BIACG%3B%3BEADJ%2CYAgHQ%2COArIV%2CUAqBG%2CWAGK%3BEAHN%2CYAgHQ%2COArIV%2CUAqBG%2CWAGY%2CMAAG%3B%3BIAER%2CyBAAA%3B%3BEALR%2CYAgHQ%2COArIV%2CUAqBG%2CWAQK%3BIACE%3B%3BEAuGZ%2CYAAY%2COAjGV%2CMAEI%3BIACE%2C6BAAA%3BIAEA%2CyBAAA%3BIACA%2C0BAAA%3BIACA%3BIACA%3B%3BIAGA%3BIACA%3BIAEA%3B%3BIAEA%2CcAAA%3B%3B%3B%3B%3B%3BIAOA%3B%3BEAEA%2CYAwEI%2COAjGV%2CMAEI%2CKAuBG%3BIAAU%3B%3BEAEX%2CYAsEI%2COAjGV%2CMAEI%2CKAyBG%3BIACG%2CSAAS%2CGAAT%3B%3B%3BIAIA%3BIACA%3BIACA%3BIACA%3BIACA%3BIAEA%2CcAAA%3BIACA%3BIACA%3BIACA%3BIACA%2C4BAAA%3BIACA%3BIACA%3B%3BEAIR%2CYAiDQ%2COAjGV%2CMAgDG%2CWAAc%3BEAiDnB%2CYAAY%2COAjGV%2CMAgDuB%2CKAAE%3B%3BIAEnB%2CyBAAA%3BIACA%2CcAAA%3B%3BEAEA%2CYA4CI%2COAjGV%2CMAgDG%2CWAAc%2CKAKV%3BEAAD%2CYA4CI%2COAjGV%2CMAgDuB%2CKAAE%2CMAKlB%3BIACG%2CcAAA%3B%3BEAGR%2CYAwCQ%2COAjGV%2CMAyDG%2CWAAc%2CKAAE%3BIACb%2CSAAS%2CKAAT%3BIACA%3B%3BEAIJ%2CYAkCQ%2COAjGV%2CMA%2BDG%2CYAAe%3BIACZ%3BIACA%2C6BAAA%3B%3BEAGJ%2CYA6BQ%2COAjGV%2CMAoEG%2CWAAc%3B%3BIAEX%2CgCAAA%3B%3BEAEJ%2CYAyBQ%2COAjGV%2CMAwEG%2CWAAc%3BIACX%3BIACA%2CgCAAA%3B%3BEAuBR%2CYAAY%2COAjGV%2CMAgFI%3BIACE%2CyBAAA%3BIACA%3B%3BEAeR%2CYAAY%2COAjGV%2CMAgFI%2CMAII%2CIAAC%3BIACC%3B%3B%3B%3B%3B%3B%3BAC%5C%2FJhB%2CQAAS%2CaAAa%2CcAAgB%2CMAAM%3BEAAM%3B%3BAAClD%2CQAAS%2CaAAa%2CcAAgB%2CMAAM%2CMAAM%2CMAAM%3BEAAM%3B%3BAAE9D%2CQAAS%2CaAAa%3BEAAgB%3B%3B%3BAAKtC%2CQAAS%3BEAAiB%3B%3B%3BAAK1B%2CQAAW%2CaAAa%2COAAO%3BEAC3B%3B%3BAAEJ%2CKAAM%2CEAAC%2CiBAAkB%3BEAAsB%3B%3B%3BAAI%5C%2FC%2CQAAS%2CeAAiB%2CMAAG%2CGAAG%3BEAAiB%3B%3BAACjD%2CQAAS%2CeAAiB%2CIAAC%3BEAAiB%3B%3BAAC5C%2CQAAS%2CeAAiB%2CMAAG%2CQAAQ%3BEAAU%3B%3BAAC%5C%2FC%2CQAAS%2CeAAiB%2CMAAG%2CQAAQ%2COAAU%2CMAAG%3BEAAc%3B%3B%3BAAMhE%2CIAAI%2CQACA%2CSAAS%3BEAAgB%3B%3B%3BAAK7B%2CIAAI%2CQACA%2CSAAS%2CcACH%2CMAAG%2CMAAS%2CKAAK%3BAAF3B%2CIAAI%2CQACA%2CSAAS%2CcAEH%2CMAAG%2CMAAS%2CKAAK%2CKAAK%3BAAHhC%2CIAAI%2CQACA%2CSAAS%2CcAGH%2CMAAG%2CMAAS%2CKAAK%2CKAAK%2CIAAI%3BAAJpC%2CIAAI%2CQACA%2CSAAS%2CcAIH%2CMAAG%2CMAAS%2CKAAK%2CKAAK%2CIAAI%2CIAAI%2CMAAG%3BEAC%5C%2FB%3B%3BACvBZ%3BEACI%2CyBAAA%22%7D */</pre></body></html>