/* 
@override 
	https://www.pensimo.ch/files/css/styles-new.css
*/

@font-face {
font-family: "Riforma";
src: url("fontsNew/RiformaLLWeb-Medium.eot");
src: url("fontsNew/RiformaLLWeb-Medium.eot?#iefix") format("embedded-opentype"), url("fontsNew/RiformaLLWeb-Medium.woff2") format("woff2"), url("fonts/RiformaLLWeb-Medium.woff") format("woff");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "RiformaFix";
src: url("fontsNew/RiformaLLWeb-Regular.eot");
src: url("fontsNew/RiformaLLWeb-Regular.eot?#iefix") format("embedded-opentype"), url("fontsNew/RiformaLLWeb-Regular.woff2") format("woff2"), url("fonts/RiformaLLWeb-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
}

/* @group reset */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */

:focus {
	outline: 0;
}

/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

/* @end */

/* @group Basic */

html, body {
	height: 100%;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}

body {
	background: #fff;
	font-family: 'Riforma', 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant-ligatures: none;
	font-size: 62.5%;
	color: #666;
}

table {
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	margin-top: 5px;
}

blockquote, q {
	quotes: none;
}

fieldset, img {
	border: 0;
}

li {
	list-style-type: none;
}

sup {
	display: inline-block;
	padding-left: 2px;
	padding-right: 6px;
	font-size: inherit;
	font-size: 60%;
	font-weight: normal;
	vertical-align: text-top;
}

sub {
	vertical-align: text-top;
}

del {
	text-decoration: line-through;
}

ins {
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #666;
}

.ce_text a {
	color: #da0030;
}

b, strong {
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

:focus {
	outline: 0;
}

pre, code {
	font-size: 12px;
	font-family: "Lucida Console",Monaco,monospace;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	line-height: 1.05;
}

h1 {
	font-size: 22px;
	padding: 0 0 0 0;
	margin-top: 0;
	margin-bottom: 15px;
	max-width: 490px;
}

h2 {
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 30px;
}

.homepage h2 {
	font-size: 22px;
	margin-top: 0;
	line-height: 1.05;
}

h3, p, li {
	font-size: 14px;
	line-height: 18px;
	line-height: 1.3;
}

h3 {
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
}

p > ul {
	margin: 0;
}

pre, blockquote, table, ol, ul {
	margin-bottom: 10px;
}

td, th {
	font-family: 'Riforma', 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant-ligatures: none;
	font-size: 14px;
	line-height: 1.5;
	padding: 5px 6px;
	border-bottom: 1px solid #ccc;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	font-variant: normal;
	cursor: help;
}

/* @end*/

/* @group contao */

.clear, #clear {
	height: .1px;
	font-size: .1px;
	line-height: .1px;
	clear: both;
}

#left, #right, #header, #container, #main, #footer, .inside {
	position: relative;
}

.invisible {
	width: 0;
	height: 0;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline;
}

/**
 * Global TinyMCE style sheet
 * 
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */

.warning {
	color: #c55;
	font-size: 1.1em;
}

.confirmation {
	color: #090;
	font-size: 1.1em;
}

.information {
	color: #999;
	font-size: 0.9em;
}

@media screen and (max-width:1024px) {
	h1 {
		max-width: auto;
	}
}

/* @end */

/* @group Layout */

#wrapper {
	margin: 0;
	height: 100%;
}

#wrapper2 {
	min-height: 100%;
	width: 960px;
	margin: 0 auto;
}

#footer {
	margin-top: -290px;
	height: 290px;
	clear: both;
	background: #fff;
	box-sizing: border-box;
}

#footer .inside {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #ccc;
	padding-top: 30px;
}

#footerDistance {
	display: block;
	height: 50px;
}

#footer #copyright {
	font-size: 11px;
	color: #999;
	clear: left;
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

#mobile-indicator {
	display: none;
}

#header {
	position: relative;
	height: 165px;
}

#header .inside {
	display: block;
	height: 100%;
	z-index: 999;
}

#logo {
	position: absolute;
	top: 72px;
	z-index: 50;
}

#logo a {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 40px;
	color: #da0030;
}

#logo em {
	display: inline;
	font-style: normal;
	color: black;
}

#logo a:hover {
	color: #da0030;
	text-decoration: none;
}

.lead h2 {
	font-size: 3.4em;
	line-height: 1.1em;
	margin: 0;
	padding-top: 20px;
}

#container {
	background-repeat: repeat-y;
	background-position: 200px 0;
	margin: 0 auto;
	clear: both;
}

#container:after {
	content: "";
	clear: both;
	display: table;
}

#left {
	box-sizing: border-box;
	padding-right: 20px;
	width: 25%;
	float: left;
}

#left .inside {
	padding-left: 0;
	margin-top: 0;
	position: relative;
}

#left.sticky {
	width: 240px;
	position: fixed;
	top: 10px;
}

#left:after {
	content: "";
	clear: both;
	display: table;
}

.homepage #left {
	display: block !important;
}

#main {
	box-sizing: border-box;
	width: 75%;
	float: right;
}

#main .inside {
	position: relative;
}

#main:after {
	content: "";
	clear: both;
	display: table;
}

#main .main-left {
	float: left;
	box-sizing: border-box;
	width: 66.6%;
	padding-right: 10px;
}

#main .main-right {
	float: left;
	box-sizing: border-box;
	width: 33.3%;
	padding-right: 0;
}

@media screen and (max-width: 1024px) {
	.mobile {
		display: block;
	}
	
	.desktop {
		display: none;
	}
	
	#wrapper2 {
		width: 768px;
		margin: 0 auto;
	}
	
	#header .inside, #footer .inside {
		width: 749px;
		margin: 0 auto;
	}
	
	#logo {
		font-size: 38px;
	}
	
	#left {
		width: 33%;
		padding: 0 10px;
	}
	
	#left.sticky {
		width: 250px;
	}
	
	#main {
		width: 66%;
	}
	
	#main .main-left, #main .main-right {
		float: none;
		width: 100%;
		margin-top: 30px;
		margin-right: 0;
		margin-bottom: 10px;
		padding-right: 6px;
	}
}

@media screen and (max-width: 768px) {
	body {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
	}
	
	#wrapper2 {
		min-height: 10px;
		width: auto;
		margin: 0 auto;
	}
	
	#container {
		background: none;
		padding-top: 100px;
		padding-bottom: 0;
	}
	
	#mobile-indicator {
		display: block;
		height: 1px;
	}
	
	#header {
		height: 68px;
		position: fixed;
		width: 100%;
		background-color: #fff;
		z-index: 10;
	}
	
	#header .inside {
		height: auto;
		width: auto;
		margin: 0 auto;
		padding: 0 10px;
	}
	
	body.swissinvest #header {
		height: 93px;
	}
	
	body.swissinvest #container {
		padding-top: 120px;
	}
	
	body.management #logo {
		padding-top: 19px;
	}
	
	#logo {
		position: relative;
		top: auto;
		margin: 0;
		padding: 12px 0 5px 0;
	}
	
	#logo a {
		width: calc(100% - 60px);
		font-size: 22px;
		line-height: 24px;
	}
	
	#logo em {
		display: block;
	}
	
	.homepage #logo, .management #logo {
		padding: 14px 0 12px 0;
	}
	
	.homepage #logo a, .management #logo a {
		font-size: 34px;
		line-height: 1;
	}
	
	#footer {
		margin-top: 0;
		height: auto;
		clear: both;
		padding-bottom: 40px;
	}
	
	#footer .inside {
		width: auto;
		margin: 0 auto;
		padding: 0 10px;
	}
	
	#footerDistance {
		height: 50px;
	}
	
	#footer #copyright {
		padding: 10px;
		padding-bottom: 30px;
	}
	
	#main, #left {
		width: auto;
		float: none;
		margin: 0 auto;
		padding: 0 10px;
	}
	
	#left .inside {
		width: auto;
		margin: 0;
		padding: 0;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	
	#left.sticky {
		position: relative;
		top: auto;
		left: 0;
		width: auto;
	}
	
	#main .main-left, #main .main-right {
		float: none;
		width: auto;
		padding: 0;
		margin-bottom: 10px;
	}
}

/* @end */

/* @group Grid*/

*[class*="col-"] {
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}

.rows {
	clear: both;
	margin: 0 -10px;
}

.rows:after {
	content: "";
	display: block;
	clear: both;
}

.col-1 {
	width: 8.333%;
}

.col-2 {
	width: 16.666%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.333%;
}

.col-6 {
	width: 50%;
}

.col-9 {
	width: 75%;
}

.col-12 {
	width: 100%;
}

/* @end*/

@media screen and (max-width:1024px) {
	#wrapper {
		width: auto;
	}
	
	*[class*="col-"] {
		float: none;
		display: block;
		width: auto;
	}
	
	.rows.first h2 {
		padding-top: 2px;
		background: none !important;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.rows.first .containsMoreText {
		padding-top: 10px;
		background: none !important;
		margin-top: 0;
		border-bottom: 1px solid #941680;
	}
}

/* @end*/

/* @group Navigation */

/* @group subnavi */

.unit {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-bottom: 8px;
}

.unit.management nav, .unit.swissinvest nav {
	padding-left: 18px;
}

.unit.management {
	border-top: none;
	padding-top: 0;
}

#left nav h3, #left nav p, #left nav li {
	position: relative;
	padding-top: 2px;
	padding-bottom: 3px;
	line-height: 1.2;
}

#left nav h3 {
	margin: 0;
}

#left nav p {
	position: relative;
	padding-left: 0;
	margin: 0;
}

#left nav .regimo p {
	position: relative;
	padding-left: 18px;
	margin: 0;
}

#left nav .regimo p:before {
	position: absolute;
	display: block;
	left: 0;
	top: 3px;
	content: "\2197";
	color: #da0030;
}

#left nav p a {
	text-decoration: none;
}

#left nav p a.active, #left nav p a:hover {
	color: #da0030;
}

#left nav ul {
	margin: 0;
}

.level_1 {
	margin-bottom: 0;
}

.level_1 li {
	position: relative;
	padding-left: 18px;
}

.level_1 li:before {
	position: absolute;
	left: 0;
	top: 1px;
	display: block;
	content: "\2192";
	font-size: 1em;
	color: #da0030;
}

.level_1 a:hover {
	text-decoration: none;
	color: #da0030;
}

.level_1 .trail, .level_1 .active {
	color: #da0030;
}

.level_1 .level_2 {
	padding-top: 2px;
}

.level_1 .level_2 li {
	padding-top: 18px;
	padding-left: 18px;
	background: none;
}

#left .level_1 li {
	padding-left: 0;
}

#left .level_1 li:before {
	display: none;
}

#left .level_1 .level_2 li {
	padding-left: 18px;
}

/* @end */

/* @group doormat */

#doormat nav {
	float: left;
	padding-right: 18px;
	width: 25%;
	box-sizing: border-box;
}

#doormat .spacer {
	float: none;
	clear: both;
	height: 30px;
}

#doormat li {
	font-size: 13px;
	line-height: 21px;
	padding-left: 0;
}

#doormat .level_1 li:before {
	display: none;
	content: "";
}

#doormat nav.last {
	margin-top: 20px;
	float: right;
}

#doormat nav.last li {
	padding-left: 20px;
}

#doormat nav.last .level_1 li:before {
	display: block;
	content: "\2197";
}

#doormat a {
	color: inherit;
}

#doormat a:hover {
	color: #c00;
	text-decoration: none;
}

#doormat h3 {
	font-size: 13px;
	line-height: 21px;
}

#doormat #startLink {
	font-size: 13px;
	z-index: 100;
}

#doormat #startLink a {
	display: block;
	color: #4b4b4b;
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 2px -1px;
	padding: 8px 0;
}

#doormat #startLink a:hover {
	color: #da0030;
	text-decoration: none;
	background-position: 2px -22px;
}

#doormat #startLink a:before {
	content: "\2191";
	padding: 0 8px 0 1px;
	color: #da0030;
}

#doormat #naviLanguage ul {
	display: flex;
	margin: 0;
}

#doormat #naviLanguage li {
	font-size: 12px;
	line-height: 1;
	padding: 0;
	padding-right: 20px;
	font-size: 13px;
	text-transform: uppercase;
	background: none;
	color: #444;
}

#doormat #naviLanguage li:before {
	content: "";
	display: inline;
}

#doormat #naviLanguage a, #doormat #naviLanguage strong {
	display: block;
	padding: 8px 0;
	color: #444;
}

#doormat #naviLanguage a, #doormat #naviLanguage a:hover {
	text-decoration: none;
}

#doormat #naviLanguage a:hover, #doormat #naviLanguage strong {
	color: #da0030;
}

.homepage #doormat #naviLanguage {
	left: -8px;
}

/* @end */

/* @group metaNavi */

#metaNavi {
	right: 0;
	top: 12px;
	position: absolute;
	z-index: 90;
	overflow: auto;
}

#metaNavi form, #metaNavi ul {
	margin-bottom: 0;
	overflow: auto;
}

#metaNavi li {
	float: left;
	padding: 0;
	padding-left: 30px;
	font-size: 13px;
}

#metaNavi a {
	color: #4b4b4b;
	padding-left: 25px;
}

#metaNavi a:hover, #metaNavi a.active {
	color: #da0030;
	text-decoration: none;
}

#metaNavi .de {
	padding: 5px;
	border-right: 1px solid #666;
	display: none;
}

#metaNavi .fr {
	padding: 5px;
	display: none;
}

#metaNavi .kontakt {
	padding-top: 11px;
	padding-left: 0;
}

/* @end */

/* @group pagination */

.pagination {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 1em;
	height: 20px;
}

.pagination p {
	width: 30%;
	float: left;
	margin-bottom: 0;
}

.pagination ul {
	width: 70%;
	float: right;
	margin-bottom: 0;
	text-align: right;
}

.pagination li {
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
}

/* @end */

/* @end */

@media screen and (max-width:1024px) {
	#doormat nav {
		width: 33%;
	}
}

@media screen and (max-width:768px) {
	/* @group header links */
	
	#sitemapLink {
		position: absolute;
		display: block;
		left: 10px;
		top: 18px;
		font-size: 13px;
		line-height: 1;
		z-index: 100;
		text-indent: -900px;
		width: 18px;
		height: 18px;
		background: url(images/icon-sitemap.png) repeat-x;
		cursor: pointer;
	}
	
	#sitemapLink:hover {
		background-position: 0 -100px;
	}
	
	#sitemapLink a {
		display: block;
	}
	
	/* @end */
	
	/* @group metanavi */
	
	#metaNavi {
		right: 5px;
		top: 12px;
		position: absolute;
	}
	
	#metaNavi input.text {
		display: none;
	}
	
	#metaNavi input.submit {
		width: 30px;
		border: none;
		background: transparent url(images/icon-suche.png) no-repeat center 4px;
		margin-left: 0px;
		padding: 4px;
		display: block;
	}
	
	#left .regimo {
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
	
	/* @end */
	
	/* @group doormat */
	
	#doormat {
		height: auto;
	}
	
	#doormat:after {
		content: "";
		clear: both;
		display: table;
	}
	
	#doormat nav {
		float: none;
		clear: left;
		padding-right: 2px;
		width: 100%;
		padding-top: 10px;
	}
	
	#doormat nav.last {
		margin-left: 0;
		width: 100%;
		float: none;
	}
	
	#doormat h3, #doormat li {
		font-size: 14px;
		line-height: 25px;
	}
	
	#doormat .level_1 li {
		line-height: 1.5;
		padding-left: 18px;
	}
	
	#doormat #startLink {
		float: left;
		width: 50%;
		padding-top: 0;
	}
	
	#doormat #naviLanguage {
		top: auto;
		z-index: 0;
		padding: 0;
		clear: none;
		float: right;
		width: 80px;
	}
	
	#doormat #naviLanguage li {
		padding: 0;
		padding-left: 20px;
	}
	
	.homepage #doormat #naviLanguage {
		left: 0;
	}
	
	/* @end */
}

/* @group no use */



/* @end */

.burger {
	display: block;
	position: absolute;
	padding: 0;
	top: 75px;
	right: 0;
	cursor: pointer;
	z-index: 100;
}

.burger li {
	width: 28px;
	height: 3px;
	background-color: #000;
	border-radius: 0px;
	margin: 7px 0;
	transform-origin: 0% 1.5px;
	opacity: 1;
	transition: transform 0.2s, opacity 0.2s, width 0.2s;
}

.burger.open li {
	background-color: #da0030;
	width: 29px;
}

.burger.open li:first-child {
	transform: rotate(45deg);
}

.burger.open li:nth-child(2) {
	opacity: 0;
}

.burger.open li:last-child {
	transform: rotate(-45deg);
}

#search-box {
	float: left;
	width: 50%;
	padding: 0 0;
}

#search-box form {
	position: relative;
	margin: 0;
	line-height: 0;
}

#search-box .search {
	display: block;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}

#search-box .submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	border: none;
	background: transparent url(images/icon-suche.png) no-repeat center 4px;
	padding: 4px;
	display: inline-block;
}

#meganavi {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -495px;
	width: 990px;
	background-color: #f5f5f5;
	border: 1px solid #eee;
	box-sizing: border-box;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
	padding: 0 15px;
	height: 0;
	transition: z-index 1s, opacity 0.2s, padding 0.2s,  height 0.5s;
}

#wrapper {
	z-index: 2;
	background: #fff;
}

#meganavi:after {
	content: "";
	clear: both;
	display: table;
}

#meganavi.open {
	z-index: 3;
	opacity: 1;
	padding: 15px 15px;
	height: 320px;
}

#meganavi.close {
	z-index: 1;
	opacity: 0;
	padding: 0 15px;
	height: 0;
	transition: z-index 2s, opacity 2s, padding 0.5s,  height 0.5s;
}

@media screen and (max-width:1024px) {
	#meganavi {
		margin-left: -384px;
		width: 768px;
	}
	
	#meganavi.open {
		height: 360px;
	}
	
	#search-box {
		width: 33.33%;
	}
}

@media screen and (max-width:768px) {
	.burger {
		top: 18px;
		right: 15px;
	}
	
	#meganavi {
		width: 100%;
	}
	
	#meganavi.open {
		position: absolute;
		left: 0;
		top: 70px;
		margin-left: 0;
		width: 100%;
		height: calc(100% - 70px);
		z-index: 200;
		overflow-y: auto;
	}
	
	body.swissinvest #meganavi.open {
		top: 92px;
	}
	
	#meganavi.close {
		position: absolute;
		left: 0;
		margin-left: 0;
		top: 70px;
		width: 100%;
	}
	
	body.swissinvest #meganavi.close {
		top: 92px;
	}
	
	#search-box {
		clear: both;
		width: 100%;
		padding-top: 10px;
	}
}

/*
@-webkit-keyframes open {
	0%      {-webkit-transform: translateY(0);}
	70%    {-webkit-transform: translateY(86%);}
	100%  {-webkit-transform: translateY(85%);}
}
@-moz-keyframes open {
	0%      {-moz-transform: translateY(0);}
	70%    {-moz-transform: translateY(86%);}
	100%  {-moz-transform: translateY(85%);}
}
@keyframes open {
	0%      {transform: translateY(0);}
	70%    {transform: translateY(86%);}
	100%  {transform: translateY(85%);}
}

// Content Sliding Closed Effect
#meganavi {
	&.close {  
		z-index: -1;
		transform: translateY(0);
		animation: close 0.3s ease-in-out;
	}
}
		
@-webkit-keyframes close {
	0%      {-webkit-transform: translateY(240px);}
	100%  {-webkit-transform: translateY(0);}
}
@-moz-keyframes close {
	0%       {-moz-transform: translateY(240px);}
	100%  {-moz-transform: translateY(0);}
}
@keyframes close {
	0%       {transform: translateY(240px);}
	100%  {transform: translateY(0);}
}
*/

/* @group Content */

/* @group table */

.ce_table {
	margin-top: 0;
	margin-bottom: 10px;
}

.ce_table th:first-child, .ce_table td:first-child {
	width: auto;
	padding-left: 0;
}

.ce_table table {
	width: 100%;
	border-top: 1px solid #ccc;
}

/* @end */

/* @group gallery */

.ce_gallery {
	margin-top: 10px;
}

.ce_gallery ul {
	margin-bottom: 0;
}

.ce_gallery ul:after {
	content: "";
	clear: both;
	display: table;
}

.ce_gallery li {
	float: left;
	padding: 0 5px 10px 0;
}

/* @end */

/* @group Download Link */

.ce_downloads {
	margin-bottom: 5px;
}

.ce_downloads li, .ce_downloads h3 {
	font-size: 14px;
	line-height: 1.2;
	padding-bottom: 3px;
	margin-bottom: 0;
}

.ce_downloads a {
	padding-top: 0;
	display: inline-block;
}

.ce_downloads .size {
	color: #ccc;
	padding-left: 2px;
}

.main-right .ce_downloads .size {
	display: block;
	padding: 0;
}

.ce_downloads a {
	text-decoration: none;
}

.ce_downloads a:hover, .ce_downloads a:hover .size {
	color: #da0030;
}

.ce_downloads p {
	margin-bottom: 3px;
}

.enclosure {
	margin-top: 3px;
}

.enclosure a {
	text-decoration: none;
	color: black;
}

.enclosure .size {
	color: #ccc;
	padding-left: 7px;
}

.enclosure a:hover, .enclosure a:hover .size {
	color: #da0030;
}

.ce_hyperlink {
	font-size: 14px;
	padding-right: 22px;
}

.ce_hyperlink:after {
	content: "\2197";
}

.ce_hyperlink a {
	display: block;
	padding-right: 15px;
	color: inherit;
}

.ce_hyperlink a:after {
	color: inherit;
}

.ce_hyperlink a:hover {
	color: #c00;
	text-decoration: none;
}

.ce_hyperlink.extern {
	position: relative;
	padding: 8px 0;
	border-top: 1px solid #ccc;
}

.ce_hyperlink.extern:after {
	position: absolute;
	top: 10px;
	right: 0;
	padding-left: 0;
	display: block;
	content: "\2197";
	font-size: 1.1em;
	color: #da0030;
}

.ce_hyperlink.back .hyperlink_txt {
	padding: 10px 0;
	display: block;
}

.ce_hyperlink.no-border {
	border-top: none;
}

/* @end */

/* @group lists */

.ce_list ol {
	margin-left: 3em;
}

.ce_list ol li {
	list-style: decimal outside;
}

.ce_list ul {
	margin-left: 1.5em;
}

.ce_list ul li {
	padding-left: 18px;
}

.ce_text ul {
	margin-left: 17px;
}

.ce_text li {
	list-style-type: square;
	line-height: 1.5em;
}

.ce_text pre {
	padding: 9px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
}

.ce_text.small p {
	font-size: 12px;
}

/* @end */

/* @group images */

.ce_image {
	margin-bottom: 1em;
}

.image_container img {
	background-color: #fff;
	display: block;
}

.image_container.float_right img {
	background-color: #fff;
	display: block;
	margin-top: 0;
	margin-right: 0;
}

.image_container .caption {
	margin-top: 0;
	padding: 5px 0;
	font-size: 1.0em;
	border-bottom: 1px solid #ddd;
}

/* @end */

/* @group accordion */

.ce_accordion .toggler {
	background: #fdfeff;
	border-bottom: none;
	cursor: pointer;
	font-size: 1.0em;
	line-height: 1.5em;
	background: url("images/icon-zoom-in.png") no-repeat;
	color: #da0030;
	padding-left: 17px;
	display: inline-block;
	margin-top: 20px;
}

.ce_accordion .toggler:hover h3 {
	color: #da0030;
}

.ce_accordion .toggler.ui-state-active {
	background: url("images/icon-zoom-out.png") no-repeat;
}

.ce_accordion .accordion div {
	padding: 2px 0 0;
	overflow: auto;
}

/* @end */

.info, .time {
	font-size: 1.1em;
	color: #999;
}

.pdf_link {
	top: 21px;
	position: relative;
	font-size: 1.1em;
}

.link-list ul {
	margin-left: 0;
}

.link-list li {
	list-style: none;
	margin-bottom: 4px;
}

.link-list a {
	position: relative;
	color: inherit;
	font-size: inherit;
	text-decoration: none;
	display: inline-block;
	padding-right: 20px;
}

.link-list a:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "\2197";
	color: #da0030;
}

.link-list a:hover {
	color: #c00;
}

/* @end */

/* @group Form */

.formbody {
	width: 100%;
	overflow: hidden;
}

.submit_container {
	display: flex;
	clear: both;
}

legend {
	padding-right: 6px;
	background-color: #fff;
	color: #6b8d1a;
}

.widget {
	margin-bottom: 10px;
	position: relative;
}

.field_container {
	padding-top: 5px;
}

label {
	font-family: 'Riforma', 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant-ligatures: none;
	position: absolute;
	top: -4px;
	left: 8px;
	display: block;
	font-size: 10px;
	line-height: auto;
	color: #999;
	padding: 0 3px;
	text-rendering: optimizeLegibility;
	z-index: 1;
}

label:before {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: white;
	z-index: -1;
}

input, select, textarea, button {
	position: relative;
	display: block;
	border: 1px solid #ccc;
	margin: 0;
	padding: 8px 10px;
	width: 100%;
	border-radius: 0;
	outline: none;
	background-color: rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	font-family: inherit;
	font-weight: inherit;
	font-size: 14px;
	line-height: normal;
}

input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="checkbox"], input[type="radio"] {
	position: relative;
	display: inline-block;
	border: 1px solid #333;
	padding: 5px;
	box-sizing: border-box;
	font-family: inherit;
	font-weight: inherit;
	font-size: 14px;
	line-height: auto;
	height: 14px;
	width: 14px;
}

button.submit, input[type="submit"] {
	background-color: #ccc;
	transition: 0.3s;
}

button.submit:hover, input[type="submit"]:hover {
	background-color: #777;
	color: #fff;
	border-color: #777;
}

button#ctrl_reset {
	padding-left: 30px;
	padding-right: 30px;
	width: auto;
	background: #fff;
}

button#ctrl_reset:hover {
	color: #da0030;
}

button#ctrl_submit {
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 5px;
	width: auto;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("images/arrow-down.svg");
	background-size: 16px 16px;
	background-position: calc(100% - 5px) center;
	background-repeat: no-repeat;
}

select::-ms-expand {
	display: none;
}

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

.radio_container, .checkbox_container {
	margin: 15px 0 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}

.radio_container legend, .checkbox_container legend {
	padding-bottom: 3px;
	color: #444;
}

.radio_container label, .checkbox_container label {
	position: relative;
	top: auto;
	left: auto;
	font-size: 14px;
	padding-left: 5px;
	display: inline-block;
}

.radio_container > span, .checkbox_container > span {
	display: block;
}

.radio_container + br, .checkbox_container + br {
	display: none;
}

span.mandatory {
	font-weight: bold;
	color: #f00;
}

p.confirm {
	font-size: 1.3em;
	color: #090;
}

p.error {
	margin-bottom: 6px;
	font-size: 1.1em;
	font-weight: bold;
	color: #f00;
}

input.error[type="text"], input.error[type="password"], textarea.error {
	border-color: #da0030 !important;
	background-color: #ffd;
}

input.captcha {
	width: 48px;
	margin-right: 6px;
}

span.captcha_text {
	font-weight: normal;
	color: #808080;
}

/* @end */

/* @group Suchen */

.mod_search {
	padding-bottom: 5px;
}

.mod_search > div {
	margin: 20px 0;
}

.mod_search input.text {
	float: left;
	width: 75%;
	box-sizing: border-box;
}

.mod_search input.submit {
	float: left;
	width: 25%;
	box-sizing: border-box;
}

.mod_search .header {
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.mod_search fieldset.radio_container {
	clear: both;
	margin: 0;
}

.mod_search fieldset.radio_container span {
	display: inline;
	padding-right: 20px;
	padding-left: 2px;
}

.mod_search fieldset.radio_container label {
	position: relative;
	top: auto;
	left: auto;
	margin: 0;
	padding-top: 10px;
}

.mod_search h3 a {
	color: #da0030;
}

.mod_search h3, .mod_search p {
	margin-bottom: 5px;
}

.mod_search .relevance {
	color: #999;
}

.mod_search .url {
	color: #999;
}

.mod_search .highlight {
	font-weight: normal;
	color: black;
}

.mod_search .pagination {
	margin-top: 2em;
	height: 20px;
}

@media screen and (max-width:768px) {
	.mod_search fieldset.radio_container span {
		display: block;
		padding-right: 20px;
		padding-left: 2px;
	}
	
	.mod_search fieldset.radio_container label {
		position: relative;
		top: auto;
		left: auto;
		margin: 0;
		padding-top: 10px;
	}
	
	.submit_container input {
		display: block;
		float: left;
		width: calc(50% - 5px);
		margin-right: 5px;
	}
	
	.submit_container #ctrl_reset {
		width: 50%;
		margin-right: 0;
	}
}

/* @end */

/* @group Newsletter */

.mod_subscribe .checkbox_container, .mod_unsubscribe .checkbox_container {
	margin-top: 1em;
	margin-bottom: 1em;
}

.mod_subscribe input.submit {
	display: block;
	width: 50%;
	margin-top: 5px;
}

/* @end */
/* Style news */

.mod_newslist {
	padding-top: 10px;
}

#aktuelles .mod_newslist {
	border: none;
	padding-right: 10px;
}

.mod_newslist p a {
	display: block;
	color: #444;
}

.mod_newslist p a:after {
	display: inline-block;
	content: "\2192";
	font-size: 1.1em;
	color: #da0030;
}

.mod_newslist p a:hover {
	color: #c00;
	text-decoration: none;
}

.mod_newslist p img {
	display: none;
	margin-bottom: -2px;
	margin-left: 3px;
}

.mod_newslist h3 {
	padding-bottom: 0;
}

.homepage .mod_newslist p a:after, .management .mod_newslist p a:after {
	display: block;
}

.neutral .mod_newslist p, .homepage .mod_newslist p {
	padding: 0;
	padding-bottom: 5px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

.neutral .mod_newslist time, .homepage .mod_newslist time {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	line-height: 1.3em;
	margin-bottom: 3px;
}

.neutral .mod_newslist {
	border: none;
	padding-top: 0;
}

.team .main-right .mod_newslist {
	border: none;
	padding-top: 0;
}

.mod_newsreader {
	padding-right: 10px;
}

#news .mod_newsreader {
	padding-right: 0;
}

.mod_newsreader .back {
	clear: both;
}

.layout_latest {
	padding: 10px 0;
	border-top: 1px solid #ccc;
}

.layout_latest.first {
	border-top: 1px solid #ddd;
}

.layout_latest h2 {
	margin-top: 9px;
}

.teaser p {
	margin-bottom: 0;
}

.teaser p + p {
	margin-top: 10px;
}

.teaser p a {
	display: inline;
	margin-bottom: 10px;
}

.teaser p a:after {
	display: inline-block !important;
	margin: 0 5px;
}

.layout_short {
	margin-bottom: 9px;
	border-bottom: 1px solid #ddd;
}

.layout_short.last {
	border-bottom: 0;
}

.layout_short h2 {
	margin-top: 0;
	margin-bottom: 5px;
}

.layout_short .teaser {
	margin-bottom: 5px;
}

.layout_short .info {
	margin-bottom: 3px;
}

.layout_full h1 {
	margin-bottom: 3px;
}

.layout_full p.info {
	margin-bottom: 18px;
}

/* @end*/

/* @group News */

h3.allNews a {
	color: #444;
}

h3.allNews a:hover {
	text-decoration: none;
	color: #c00;
}

/* @end*/

.suchen .mod_newslist {
	display: none;
}

/* @group Sitemap */

.mod_sitemap li {
	line-height: 19px;
	padding: 4px 0;
	font-weight: bold;
	border-top: 1px solid #ccc;
}

.mod_sitemap a {
	background-position: 0 0px !important;
}

.mod_sitemap a:hover {
	color: #c00;
	text-decoration: none;
}

.mod_sitemap ul.level_1 {
	margin-bottom: 0;
}

.mod_sitemap ul.level_1 ul {
	margin-top: 5px;
	margin-bottom: 0;
}

.mod_sitemap .level_2 li {
	padding-left: 18px;
	font-weight: normal;
	border-top: none;
}

/* @end */

/* @group ce_fonds */

.ce_fonds:after {
	content: "";
	clear: both;
	display: table;
}

.ce_fonds .content {
	border: 1px solid #ccc;
	padding: 7px;
	background: #f5f5f5;
	width: 220px;
	float: left;
	margin-right: 10px;
	height: 440px;
}

.ce_fonds .content h3 {
	margin: 0;
	font-size: 11px;
	padding-bottom: 3px;
	line-height: 1;
	color: #666;
}

.ce_fonds .content p {
	font-size: 22px;
	color: #da0030;
	line-height: 1;
	padding: 2px 0 15px;
	margin: 0;
}

.ce_fonds .charts {
	margin: 0;
	float: left;
	width: 220px;
	overflow: hidden;
}

.ce_fonds .image_container {
	padding: 0;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.ce_fonds .image_container img {
	width: 100%;
	height: auto;
	display: block;
}

/* @end */

/* @group team */

.ce_team {
	display: block;
	float: left;
	width: 233px;
	padding: 0 8px 14px 0;
	overflow: hidden;
}

.ce_team .image_container {
	overflow: hidden;
}

.ce_team img {
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
	transition: transform 0.5s;
}

.ce_team:nth-of-type(3n) {
	padding-right: 0;
}

.ce_team:nth-of-type(3n+1) {
	clear: both;
}

.ce_team p {
	margin: 0;
	margin-bottom: 10px;
	font-size: 13px;
}

.ce_team p.name {
	font-size: 11px;
	line-height: 14px;
	margin-top: 10px;
	background-image: url(images/icon-zoom-in.png);
	background-position: 100% -5px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.ce_team p.name strong {
	color: black;
	font-size: 13px;
}

.ce_team .active p.name {
	background-image: url(images/icon-zoom-out.png);
}

.ce_team .description br {
	display: none;
}

.ce_team a {
	text-decoration: none;
	color: black;
}

.ce_team a:hover {
	color: #da0030;
}

.ce_team .collapsible-toggler:hover p.name, .ce_team .collapsible-toggler:hover p.name strong, .ce_team .collapsible-toggler:hover .active p.name, .ce_team .collapsible-toggler:hover .active p.name strong {
	color: #da0030;
}

.ce_team .collapsible-toggler:hover img:hover {
	transform: scale(1.1);
}

/* @end*/

@media screen and (max-width:1024px) {
	.ce_team {
		width: calc(50% - 8px);
	}
	
	.ce_team:nth-of-type(n) {
		clear: none;
		padding-right: 8px;
	}
	
	.ce_team:nth-of-type(2n+1) {
		clear: both;
	}
	
	#mitarbeitende.mod_article .clear {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.ce_fonds .content, .ce_fonds .charts {
		float: none;
		width: auto;
		margin: 10px 0;
	}
	
	.ce_fonds .charts {
		margin: 0;
		width: auto;
		height: auto;
		overflow: hidden;
	}
	
	.ce_fonds .charts .image_container {
		width: auto;
		height: auto;
		display: block;
	}
}

/* @group Homepage */

.box {
	width: 230px;
	float: left;
	min-height: 235px;
	padding: 15px 0 5px 0;
	margin: 13px 13px 0 0;
	border-top: 1px solid #ccc;
	cursor: pointer;
	box-sizing: border-box;
	  /*
		p a:after {
			display: block;
			content: "\2192";
			font-size: 1.1em;
			color: $color-red;
		}
		*/
}

.box a {
	display: block;
	color: #666;
	transition: color .5s;
}

.box h2 a {
	color: black;
	background: none;
	display: block;
	padding: 0;
}

.box h2 span {
	display: block;
}

.box p {
	margin-bottom: 0;
}

.box:hover a, .box:hover p, .box:hover h2 {
	color: #000;
	text-decoration: none;
}

.box:hover h2 span {
	color: #da0030;
	display: block;
}

.franz .box, .box.franz {
	min-height: 280px;
}

.box-big {
	width: 100%;
	padding: 10px;
	padding-top: 0;
	padding-left: 0;
	margin-right: 3px;
}

.box-big h2 {
	line-height: 1.1;
}

.box-big a {
	color: #000 !important;
}

.box-big a:hover {
	color: #da0030 !important;
	text-decoration: none;
}

.box-big p {
	color: black;
}

.box-big:after {
	content: "";
	clear: both;
	display: table;
}

.box-big .box-left {
	float: left;
	width: 485px;
}

.box-big .box-right {
	float: left;
	width: 230px;
}

.home-container {
	width: calc(100% + 15px);
	margin: 0;
	overflow: hidden;
}

#link-regimo {
	position: absolute;
	bottom: 0;
}

#link-regimo p {
	margin: 0;
}

a.link-regimo {
	color: #444;
}

a.link-regimo:hover {
	color: #c00;
	text-decoration: none;
}

/* @end */

@media screen and (max-width:1024px) {
	.home-container {
		width: 100%;
	}
	
	.box {
		width: 240px;
	}
	
	.box-big {
		width: auto;
		margin-right: 0;
		padding-right: 0;
	}
	
	.box-big .box-left, .box-big .box-right {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.home-container {
		width: 100%;
	}
	
	/* @group boxes home */
	
	.box-big, .box, .box-left, .box-right {
		float: none;
		width: auto !important;
		min-height: 10px;
		padding-right: 0;
		margin: 0 0 10px 0;
	}
	
	.franz .box, .box.franz {
		min-height: 10px;
	}
	
	.box {
		cursor: pointer;
	}
	
	.box br, .box p {
		display: none;
	}
	
	/* @end */
}

/* @group disclaimer */

.disclaimer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0px;
	background-color: #f5f5f5;
	transition: height 0.6s;
	transition-timing-function: ease-in-out;
	transition-delay: 1s;
}

.disclaimer.open {
	height: 300px;
}

.disclaimer.closed {
	overflow: hidden;
	height: 0px;
	transition-delay: 0s;
}

.disclaimer-content {
	margin: 0 auto;
	max-width: 960px;
	margin-top: 30px;
	padding: 0 10px 0 10px;
	overflow: scroll;
	height: 200px;
}

.disclaimer-button {
	margin: 15px auto 0;
	max-width: 960px;
}

.toggle {
	width: 200px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: white;
	transition: background-color 0.4s ease-in-out 0s;
}

.toggle:hover {
	background-color: grey;
	color: white;
}

@media screen and (max-width:1024px) {
	.disclaimer-content, .disclaimer-button {
		max-width: 750px;
	}
}

@media screen and (max-width:768px) {
	.disclaimer.open {
		height: 400px;
	}
	
	.disclaimer-content {
		height: 300px;
	}
	
	.disclaimer-button {
		padding: 0 10px;
	}
}

/* @end */

/* @group disclaimer */

body.overflow-hidden, body.gruezi {
	overflow: hidden;
}

.disclaimer-swi {
	position: fixed;
	left: 0;
	right: 0;
	top: 100%;
	height: 100%;
	transition: top 0.6s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.5s;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 1000;
}

.disclaimer-swi.open {
	top: 0%;
}

.disclaimer-swi.closed {
	overflow: hidden;
	top: 100%;
	transition-delay: 0s;
}

.disclaimer-swi-content {
	margin: 0 auto;
	max-width: 960px;
	margin-top: 130px;
	padding: 20px;
	border: 1px solid #ccc;
	overflow: scroll;
	height: calc(100% - 320px);
	background-color: white;
	box-sizing: border-box;
}

.disclaimer-swi-button {
	margin: 15px auto 0;
	max-width: 960px;
}

.disclaimer-swi-toggle {
	width: 200px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: white;
	transition: background-color 0.4s ease-in-out 0s;
	cursor: pointer;
}

.disclaimer-swi-toggle:hover {
	background-color: grey;
	color: white;
}

@media screen and (max-width:1024px) {
	.disclaimer-swi-content, .disclaimer-swi-button {
		max-width: 750px;
	}
	
	.disclaimer-swi-content {
		height: calc(100% - 250px);
	}
}

@media screen and (max-width:768px) {
	.disclaimer-swi-content {
		margin-top: 70px;
		height: calc(100% - 150px);
	}
	
	.disclaimer-swi-button {
		padding: 0 20px;
	}
}

/* @end */

/* @group Tables */

.tb-2col th:first-child {
	width: 180px;
	background: none;
}

.tb-suche {
	width: 100%;
	table-layout: auto;
	border: 1px solid #ccc;
}

.tb-suche td {
	padding: 5px;
}

.tb-suche .felder td {
	vertical-align: bottom;
}

.tb-suche td span {
	display: block;
}

.tb-suche td:first-child {
	width: 5px;
}

.tb-portfolio {
	width: 100%;
	table-layout: auto;
}

.tb-portfolio td {
	padding: 5px 0;
	border-top: 1px solid #ccc;
}

.tb-portfolio td:first-child {
	width: 50px;
}

.tb-organisation {
	border-collapse: separate;
	border-spacing: 5px;
	border: none !important;
	margin-left: -5px;
	empty-cells: hide;
	table-layout: fixed;
}

.tb-organisation td {
	padding: 5px !important;
	border: 1px solid #ccc;
	font-size: 12px;
	width: 25%;
	empty-cells: hide;
}

.tb-organisation td:empty {
	border: 1px solid #fff;
}

.rendite table {
	width: 100%;
	table-layout: auto;
}

.rendite td, .rendite th {
	border-top: 1px solid #ccc;
	padding: 3px 10px 3px 3px;
	text-align: right;
}

.rendite td {
	font-family: 'RiformaFix', 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant-ligatures: none;
	-moz-font-feature-settings: 'tnum' on;
	-ms-font-feature-settings: 'tnum' on;
	-o-font-feature-settings: 'tnum' on;
	-webkit-font-feature-settings: 'tnum' on;
	font-feature-settings: 'tnum' on;
	font-size: 12px;
}

.rendite th {
	font-size: 12px;
	line-height: 12px;
	border: none;
	padding-top: 6px;
}

.rendite sup {
	padding-right: 0;
}

.rendite td:first-child, .rendite th:first-child {
	text-align: left;
	padding-left: 0;
	padding-right: 5px;
}

.rendite.tab1 th:nth-child(2), .rendite.tab1 th:nth-child(3), .rendite.tab1 td:nth-child(2), .rendite.tab1 td:nth-child(3) {
	background: #f2f2f2;
}

.rendite.tab1 .first-line th:nth-child(3) {
	background: #fff;
}

.rendite.tab2 th:nth-child(2), .rendite.tab2 th:nth-child(3), .rendite.tab2 th:nth-child(4), .rendite.tab2 td:nth-child(2), .rendite.tab2 td:nth-child(3), .rendite.tab2 td:nth-child(4), .rendite.tab2 th:nth-child(8), .rendite.tab2 th:nth-child(9), .rendite.tab2 th:nth-child(10), .rendite.tab2 td:nth-child(8), .rendite.tab2 td:nth-child(9), .rendite.tab2 td:nth-child(10) {
	background: #f2f2f2;
}

.rendite.tab2 .first-line th:nth-child(3) {
	background: #fff;
}

.rendite.tab2 th:first-child, .rendite.tab2 td:first-child {
	width: 70px;
}

/* @end*/

@media screen and (max-width:768px) {
	.tb-2col {
		table-layout: auto;
	}
	
	.tb-2col th:first-child {
		width: 35%;
		background: none;
		padding-right: 0;
	}
	
	.tb-2col td.col_1 {
		padding-left: 0;
		padding-right: 0;
	}
	
	.tb-organisation td {
		padding: 3px !important;
		border: 1px solid #ccc;
		font-size: 10px;
	}
}

/* @group six chart */

.six-chart .image_container img {
	width: auto;
	height: auto;
	border: 1px solid #ccc;
}

/* @end */

/* @group Pensimo Graph */

.mod_pensimo_graph p {
	color: black;
}

#swissinvest_stock_price {
	height: 240px;
	width: 100%;
	padding-right: 5px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.xchart {
	width: 99%;
	border: 1px solid #ccc;
	background: #f5f5f5;
}

.xchart .color0 .fill {
	fill: #003296;
	fill-opacity: 0.1;
}

.xchart .color0 .line {
	stoke: #003296;
	stroke-width: 2px;
	fill: none;
}

.xchart .axisY .tick line {
	stroke: #ccc;
	stroke-width: 1px;
	stroke-dasharray: 5 5;
}

.xchart .axisX .tick line {
	stroke: #ccc;
	stroke-width: 1px;
}

.xchart .axisZero line {
	stroke: #999;
	stroke-width: 2px;
}

.xchart .axis text {
	font-family: 'Riforma', 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant-ligatures: none;
	fill: #666;
	font-size: 12px;
	font-weight: normal;
}

/* @end */

@media screen and (max-width:1024px) {
	.six-chart .image_container img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width:768px) {
	.kennzahlen {
		width: auto;
		height: auto;
		margin-right: 0;
		margin-bottom: 10px;
		float: none;
	}
}

/* @group Slider */

.slider-wrapper {
	margin-top: 20px;
}

.slider-wrapper .ce_text {
	background: #fff;
}

.slider-wrapper .ce_text p {
	color: #444;
	padding: 5px 1px;
	font-size: 12px;
	margin-bottom: 0;
}

.slider-wrapper .image_container img {
	max-width: 100% !important;
	height: auto;
}

.slider-control .slider-menu {
	top: 0;
	width: 80%;
	left: 50%;
	margin-left: -40%;
	font-size: 27px;
	text-align: center;
}

.slider-control .slider-menu b {
	font-size: 24px;
}

.slider-control .slider-menu b.active {
	color: black;
}

.slider-control .slider-menu b:hover {
	color: #da0030;
}

.slider-control .slider-prev, .slider-control .slider-next {
	color: black;
	font-size: 24px;
	display: inline-block;
	margin-top: -7px;
	padding: 0;
}

.slider-control .slider-prev:hover, .slider-control .slider-next:hover {
	color: #da0030;
	text-decoration: none;
}

/* 
// Swipe 2.0, (C) Brad Birdsall 2012, MIT license 

.content-slider {
	overflow: hidden;
	visibility: hidden;
	position: relative
}

.slider-wrapper {
	overflow: hidden;
	position: relative
}

.slider-wrapper>* {
	float: left;
	width: 100%;
	position: relative
}

.slider-control {
	height: 30px;
	position: relative
}

.slider-control a,.slider-control .slider-menu {
	position: absolute;
	top: 9px;
	display: inline-block
}

.slider-control .slider-prev {
	left: 0
}

.slider-control .slider-next {
	right: 0
}

.slider-control .slider-menu {
	top: 0;
	width: 50%;
	left: 50%;
	margin-left: -25%;
	font-size: 27px;
	text-align: center
}

.slider-control .slider-menu b {
	color: #bbb;
	cursor: pointer
}

.slider-control .slider-menu b.active {
	color: #666
}

*/

/* @end */

@media screen and (max-width:1024px) {
	.slider-wrapper .image_container img {
		width: 100% !important;
		height: auto;
	}
}

@media screen and (max-width:768px) {
	.slider-wrapper .image_container img {
		max-width: 100% !important;
		height: auto;
	}
}

/* @group Pensimo */

.mod_pensimo_list table {
	width: 100%;
	table-layout: auto;
	margin: 0;
}

.mod_pensimo_list table .postal {
	width: 55px;
	padding-left: 0;
}

.mod_pensimo_list table .link {
	text-align: right;
}

.mod_pensimo_list td {
	padding: 5px 0 5px 0;
	line-height: 1.3em;
	font-size: 14px;
	color: #444;
	border: none;
}

.mod_pensimo_list td a {
	color: #444;
}

.mod_pensimo_list tr.active td a {
	color: #da0030;
}

.mod_pensimo_list tr:hover td a {
	color: #da0030;
	text-decoration: none;
}

.mod_pensimo_list tr:hover td {
	background-color: rgba(218, 0, 48, 0.05);
}

.mod_pensimo_list .foundItems {
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}

.stichtag {
	float: right;
	font-size: 14px;
	line-height: 1.1;
	font-weight: normal;
	margin: 0;
	margin-top: 7px;
}

.main-right .mod_pensimo_reader {
	margin-top: 70px;
}

.mod_pensimo_reader .image_container {
	float: none;
	width: 100%;
	margin-bottom: 0;
	margin-top: -1px;
}

.mod_pensimo_reader .image_container img {
	width: 100%;
	height: auto;
}

.mod_pensimo_reader .navigation {
	height: 40px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}

.mod_pensimo_reader .navigation:after {
	content: "";
	display: table;
	height: 0;
	clear: both;
}

.mod_pensimo_reader .navigation .nav-left {
	float: left;
	width: 50%;
}

.mod_pensimo_reader .navigation .nav-right {
	float: right;
	width: 40%;
	text-align: right;
}

.mod_pensimo_reader .navigation a {
	display: inline-block;
	text-align: right;
	padding: 5px 0;
	font-size: 25px;
	line-height: 1;
	font-weight: bold;
	color: #da0030;
}

.mod_pensimo_reader .navigation a:hover {
	color: #da0030;
	text-decoration: none;
}

.mod_pensimo_reader .navigation a.goBack {
	font-size: 14px;
	font-weight: normal;
	padding: 9px 0;
	text-align: left;
}

.mod_pensimo_reader .navigation a.goBack:hover {
	color: red;
}

.mod_pensimo_reader .navigation .mobile.goBack {
	display: none;
}

.mod_pensimo_reader .header {
	font-size: 14px;
	padding: 15px 0 5px 0;
	margin: 0;
	line-height: 1;
	color: #000;
	background: #fff;
}

.mod_pensimo_reader table {
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

.mod_pensimo_reader td {
	font-size: 12px;
	vertical-align: top;
	background: #fff;
	padding: 5px 0 5px 0;
	color: #777;
	border-top: 1px solid #ccc;
}

.mod_pensimo_reader tr:hover td {
	background: #fff;
}

.mod_pensimo_reader td.col_0 {
	width: 70%;
}

.mod_pensimo_reader td.col_1 {
	text-align: right;
	padding-right: 0;
}

.mod_pensimo_reader .details td.col_0 {
	width: 85%;
}

.mod_pensimo_list .formbody {
	width: 100%;
	height: 110px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.mod_pensimo_list .formbody:after {
	content: "";
	clear: both;
	display: table;
}

.mod_pensimo_list .formbody .widget {
	float: left;
	margin-right: 5px;
	width: auto;
}

.mod_pensimo_list .formbody .widget.subcategory {
	width: calc(40% - 5px);
}

.mod_pensimo_list .formbody .widget.postal {
	width: calc(20% - 5px);
}

.mod_pensimo_list .formbody .widget.location {
	width: calc(40%);
	margin-right: 0;
}

/* @end */

@media screen and (max-width:1024px) {
	.mod_pensimo_reader {
		margin-bottom: 20px;
		margin-top: -13px;
	}
	
	.mod_pensimo_reader table {
		float: none;
		width: 100%;
		margin: 0;
	}
	
	.mod_pensimo_reader .header {
		font-size: 14px !important;
		color: #444;
	}
	
	.mod_pensimo_reader .navigation .nav-left {
		float: left;
		display: block;
	}
	
	.mod_pensimo_reader .navigation a {
		display: inline-block;
		padding: 4px 10px 6px;
		font-size: 20px;
		line-height: 1.1em;
		font-weight: bold;
		color: #000;
	}
}

@media screen and (max-width:768px) {
	.mod_pensimo_list .formbody {
		height: 150px;
	}
	
	.mod_pensimo_list .formbody .widget.subcategory, .mod_pensimo_list .formbody .widget.postal, .mod_pensimo_list .formbody .widget.location {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.mod_pensimo_list .formbody .widget.postal {
		width: calc(20% - 5px);
	}
	
	.mod_pensimo_list .formbody .widget.location {
		width: 80%;
	}
	
	.stichtag {
		float: none;
		margin: 0;
		margin-top: 0;
		margin-bottom: 20px;
	}
}

/* @group lightbox */

#cboxOverlay {
	background-color: white;
}

#cboxTitle {
	color: black;
	font-size: 16px;
	padding-left: 0;
}

/*
.gm-style .gm-style-cc span, 
.gm-style .gm-style-cc a, 
.gm-style .gm-style-mtc div {
	font-size: 14px !important;
	height: 30px !important;
}
.gm-control-active {
	font-size: 12px !important;
	width: 30px !important;
	height: 30px !important;
}
.gm-control-active img {
	width: 12px !important;
	height: 12px !important;
	margin: 0 !important;
}
*/

.gm-style .controls {
	font-size: 28px;
	  /* this adjusts the size of all the controls */
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	box-sizing: border-box;
	border-radius: 2px;
	cursor: pointer;
	font-weight: 300;
	height: 1em;
	margin: 6px;
	text-align: center;
	user-select: none;
	padding: 2px;
	width: 1em;
}

.gm-style .controls button {
	border: 0;
	background-color: white;
	color: rgba(0, 0, 0, 0.6);
}

.gm-style .controls button:hover {
	color: rgba(0, 0, 0, 0.9);
}

.gm-style .controls.zoom-control {
	display: flex;
	flex-direction: column;
	height: auto;
}

.gm-style .controls.zoom-control button {
	font: 0.85em Arial;
	margin: 1px;
	padding: 0;
}

.gm-style .controls.maptype-control {
	display: flex;
	flex-direction: row;
	width: auto;
}

.gm-style .controls.maptype-control button {
	display: inline-block;
	font-size: 0.5em;
	margin: 0 1px;
	padding: 0 6px;
}

.gm-style .controls.maptype-control.maptype-control-is-map .maptype-control-map {
	font-weight: 700;
}

.gm-style .controls.maptype-control.maptype-control-is-satellite .maptype-control-satellite {
	font-weight: 700;
}

.gm-style .controls.fullscreen-control button {
	display: block;
	font-size: 1em;
	height: 100%;
	width: 100%;
}

.gm-style .controls.fullscreen-control .fullscreen-control-icon {
	border-style: solid;
	height: 0.25em;
	position: absolute;
	width: 0.25em;
}

.gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-top-left {
	border-width: 2px 0 0 2px;
	left: 0.1em;
	top: 0.1em;
}

.gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-top-left {
	border-width: 0 2px 2px 0;
}

.gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-top-right {
	border-width: 2px 2px 0 0;
	right: 0.1em;
	top: 0.1em;
}

.gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-top-right {
	border-width: 0 0 2px 2px;
}

.gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-bottom-left {
	border-width: 0 0 2px 2px;
	left: 0.1em;
	bottom: 0.1em;
}

.gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-bottom-left {
	border-width: 2px 2px 0 0;
}

.gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-bottom-right {
	border-width: 0 2px 2px 0;
	right: 0.1em;
	bottom: 0.1em;
}

.gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-bottom-right {
	border-width: 2px 0 0 2px;
}

/* @end */

/* @group googlemap */

.map-flex {
	display: flex;
}

.map-google {
	width: 70%;
	margin-right: 20px;
}

@media screen and (max-width:1024px) {
	.map-flex {
		display: flex;
	}
	
	.map-google {
		width: 60%;
		margin-right: 20px;
		order: 0;
	}
}

@media screen and (max-width:768px) {
	.map-flex {
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.map-google {
		width: 100%;
		margin-right: 0;
		order: 2;
	}
}

/* @end */
