/* b-flipbox */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.list-box-container {
	cursor:pointer;
	display:block;
	height:100%;
	position:relative;
	width:100%;
}

.list-box-container.cover {
	overflow:hidden;
	position:relative;
}

.list-box-container.flip {
	position:relative;
	-o-transition:filter 0ms ease;
	-webkit-transition:filter 0ms ease;
	transition:filter 0ms ease;
}

.list-box-container.fold {
	-webkit-perspective:1700px;
	perspective:1700px;
	-webkit-perspective-origin:0 50%;
	perspective-origin:0 50%;
	-webkit-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
}

.list-box-container.fold.right {
	-webkit-perspective-origin:100% 50%;
	perspective-origin:100% 50%;
}

.list-box-container.no-overflow {
	overflow:hidden;
}

.list-box-container.push {
	overflow:hidden;
	position:relative;
}

.list-box-container.shift {
	overflow:visible;
	position:relative;
}

.list-box-item {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	cursor:pointer;
	outline-color:transparent;
	outline-style:solid;
	outline-width:1px;
}

.list-box-item img {
	display:block;
	margin:auto;
}

.list-box-item.auto-size {
	height:100%;
}

.list-box-item.back {
	position:relative;
}

.list-box-item.back.cover.bottom {
	bottom:0;
	left:0;
	position:absolute;
	-webkit-transform:translateY(100%);
	-ms-transform:translateY(100%);
	transform:translateY(100%);
	width:100%;
}

.list-box-item.back.cover.left {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	-webkit-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	transform:translateX(-100%);
}

.list-box-item.back.cover.right {
	height:100%;
	position:absolute;
	right:0;
	top:0;
	-webkit-transform:translateX(100%);
	-ms-transform:translateX(100%);
	transform:translateX(100%);
}

.list-box-item.back.cover.top {
	left:0;
	position:absolute;
	top:0;
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
	width:100%;
}

.list-box-item.back.flip.bottom {
	-webkit-transform:rotateX(180deg);
	-ms-transform:rotateX(180deg);
	transform:rotateX(180deg);
}

.list-box-item.back.flip.left {
	-webkit-transform:rotateX(180deg);
	-ms-transform:rotateX(180deg);
	transform:rotateX(180deg);
	-o-transition:filter 0ms ease;
	-webkit-transition:filter 0ms ease;
	transition:filter 0ms ease;
}

.list-box-item.back.flip.right {
	-webkit-transform:rotateX(-180deg);
	-ms-transform:rotateX(-180deg);
	transform:rotateX(-180deg);
	-o-transition:filter 0ms ease;
	-webkit-transition:filter 0ms ease;
	transition:filter 0ms ease;
}

.list-box-item.back.float {
	height:100%;
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:5;
}

.list-box-item.back.fold {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	background-color:brick-FlipBox/blue;
	height:100%;
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	position:absolute;
	top:0;
	-o-transition:-o-transform 0.4s ease 0s, opacity 0.1s ease 0.1s;
	-webkit-transition:-webkit-transform 0.4s ease 0s, opacity 0.1s ease 0.1s;
	transition:transform 0.4s ease 0s, opacity 0.1s ease 0.1s;
	width:50%;
}

.list-box-item.back.fold.left {
	left:0;
	-webkit-transform:rotateY(-90deg);
	-ms-transform:rotateY(-90deg);
	transform:rotateY(-90deg);
	-webkit-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
}

.list-box-item.back.fold.right {
	right:0;
	-webkit-transform:rotateY(90deg);
	-ms-transform:rotateY(90deg);
	transform:rotateY(90deg);
	-webkit-transform-origin:right 0;
	-ms-transform-origin:right 0;
	transform-origin:right 0;
}

.list-box-item.back.push {
	line-height:40px;
	overflow:hidden;
	position:absolute;
	z-index:0;
}

.list-box-item.back.push.bottom {
	bottom:auto;
	top:0;
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
	width:100%;
}

.list-box-item.back.push.left {
	height:100%;
	right:0;
	top:0;
	-webkit-transform:translateX(100%);
	-ms-transform:translateX(100%);
	transform:translateX(100%);
}

.list-box-item.back.push.right {
	height:100%;
	left:0;
	top:0;
	-webkit-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	transform:translateX(-100%);
	width:auto;
}

.list-box-item.back.push.top {
	bottom:0;
	top:auto;
	-webkit-transform:translateY(100%);
	-ms-transform:translateY(100%);
	transform:translateY(100%);
	width:100%;
}

.list-box-item.back.shift {
	position:absolute;
}

.list-box-item.back.shift.bottom {
	bottom:0;
	width:100%;
	z-index:0;
}

.list-box-item.back.shift.left {
	height:100%;
	left:0;
	top:0;
	z-index:0;
}

.list-box-item.back.shift.right {
	height:100%;
	right:0;
	top:0;
	z-index:0;
}

.list-box-item.back.shift.top {
	top:0;
	width:100%;
	z-index:0;
}

.list-box-item.bottom.auto-size {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
	width:100%;
}

.list-box-item.bottom.auto-size .box-body {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.bottom.auto-size .box1 {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.bottom.auto-size .box2 {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.bottom.auto-size .box3 {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.bottom.auto-size .box4 {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.flip.back {
	position:absolute;
	top:0;
}

.list-box-item.flip.back .bricks {
	overflow:hidden;
}

.list-box-item.front.push {
	width:100%;
	z-index:1;
}

.list-box-item.front.shift {
	position:relative;
	z-index:10;
}

.list-box-item.left.auto-size {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.left.auto-size .box-body {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.left.auto-size .box1 {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.left.auto-size .box2 {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.left.auto-size .box3 {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.left.auto-size .box4 {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.right.auto-size {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.right.auto-size .box-body {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.right.auto-size .box1 {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.right.auto-size .box2 {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.right.auto-size .box3 {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.right.auto-size .box4 {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.top.auto-size {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
	width:100%;
}

.list-box-item.top.auto-size .box-body {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.top.auto-size .box1 {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.top.auto-size .box2 {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.top.auto-size .box3 {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

.list-box-item.top.auto-size .box4 {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}

/* b-mediaplayer */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.content .mediaplayer-wrapper {
	position:relative;
}

.content .mediaplayer-wrapper .mp-player {
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.content .mediaplayer-wrapper .mp-player .mp-stage {
	position:relative;
	width:100%;
}

.content .mediaplayer-wrapper .mp-player .mp-stage .mp-placeholder {
	position:relative;
	width:100%;
}

.content .mediaplayer-wrapper .mp-player .mp-stage .mp-scroller-wrapper {
	position:absolute;
	overflow:hidden;
	overflow-x:hidden;
	width:100%;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	margin-top:0px;
	margin-bottom:auto;
	margin-left:auto;
}

.content .mediaplayer-wrapper .mp-player .mp-stage ul.mp-scroller {
	position:relative;
	display:table;
	height:100%;
	top:0px;
	left:0%;
	table-layout:fixed;
}

.content .mediaplayer-wrapper .mp-player .mp-stage ul.mp-scroller li {
	vertical-align:top;
	display:table-cell;
	height:100%;
}

.content .mediaplayer-wrapper .mp-player .mp-stage li.mp-item {
	position:relative;
	overflow:hidden;
}

.content .mediaplayer-wrapper .mp-player .mp-stage li.mp-item .mp-right {
	width:25%;
	height:100%;
	max-height:100%;
	top:0px;
	right:0px;
	left:auto;
}

.content .mediaplayer-wrapper .mp-player .mp-stage li.mp-item .mp-left {
	width:25%;
}

.content .mediaplayer-wrapper .mp-player .mp-stage .mp-caption {
	position:absolute;
	overflow:auto;
	width:100%;
	max-height:50%;
	bottom:0px;
	left:0px;
	z-index:3;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.content .mediaplayer-wrapper .mp-player .mp-stage .mp-caption.mp-closed {
	bottom:-50%;
}

.content .mediaplayer-wrapper .mp-player .mp-stage .mp-caption.mp-left.mp-closed {
	left:-50%;
}

.content .mediaplayer-wrapper .mp-player .mp-stage .mp-caption.mp-right.mp-closed {
	right:-50%;
}

.content .mediaplayer-wrapper .mp-player .mp-stage .mp-left {
	width:50%;
	height:100%;
	max-height:100%;
	top:0px;
	left:0px;
}

.content .mediaplayer-wrapper .mp-player .mp-stage .mp-media {
	position:relative;
	display:table;
	width:100%;
	height:100%;
}

.content .mediaplayer-wrapper .mp-player .mp-stage .mp-media > div {
	vertical-align:middle;
	position:relative;
	display:table-cell;
	width:100%;
	height:100%;
}

.content .mediaplayer-wrapper .mp-player .mp-stage .mp-media > div .video-js {
	width:100%;
	height:100%;
}

.content .mediaplayer-wrapper .mp-player .mp-stage .mp-media > div img {
	position:absolute;
	overflow:hidden;
	width:auto;
	height:100%;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:auto;
	margin-left:auto;
}

.content .mediaplayer-wrapper .mp-player .mp-stage .mp-media > div .mp-landscape {
	width:100%;
	height:auto;
	position:relative;
}

.content .mediaplayer-wrapper .mp-player .mp-stage .mp-btn-gallery {
	position:absolute;
	overflow:hidden;
	margin:0;
}

.content .mediaplayer-wrapper .mp-player .mp-stage .mp-btn-gallery > div {
	width:100%;
	height:100%;
	background-repeat:no-repeat;
}

.content .mediaplayer-wrapper .mp-player .mp-stage .mp-btn-caption {
	position:absolute;
	overflow:hidden;
	margin:0;
}

.content .mediaplayer-wrapper .mp-player .mp-stage .mp-btn-caption > div {
	width:100%;
	height:100%;
	background-repeat:no-repeat;
}

.content .mediaplayer-wrapper .mp-player nav.mp-navigation {
	position:relative;
	width:100%;
}

.content .mediaplayer-wrapper .mp-player nav.mp-navigation .mp-progressbar-wrapper {
	position:relative;
	width:100%;
}

.content .mediaplayer-wrapper .mp-player nav.mp-navigation .mp-progressbar-wrapper .mp-hover {
	position:absolute;
	width:121px;
	height:100%;
	top:0px;
	left:0px;
	visibility:hidden;
	-o-transition:left 0.3s ease 0s, width 0.3s ease 0s;
	-webkit-transition:left 0.3s ease 0s, width 0.3s ease 0s;
	transition:left 0.3s ease 0s, width 0.3s ease 0s;
}

.content .mediaplayer-wrapper .mp-player nav.mp-navigation .mp-progressbar {
	position:absolute;
	width:120px;
	height:100%;
	left:0px;
	-o-transition:left 0.3s ease 0s, width 0.8s ease 0s;
	-webkit-transition:left 0.3s ease 0s, width 0.8s ease 0s;
	transition:left 0.3s ease 0s, width 0.8s ease 0s;
}

.content .mediaplayer-wrapper .mp-player nav.mp-navigation .mp-indicator {
	position:absolute;
	right:50%;
	-o-transition:right 0.5s ease 0s;
	-webkit-transition:right 0.5s ease 0s;
	transition:right 0.5s ease 0s;
}

.content .mediaplayer-wrapper .mp-player nav.mp-navigation .mp-visible {
	display:block;
}

.content .mediaplayer-wrapper .mp-player nav.mp-navigation .mp-scroller-wrapper {
	position:relative;
	overflow:hidden;
	width:100%;
}

.content .mediaplayer-wrapper .mp-player nav.mp-navigation > div.mp-scroller {
	position:relative;
	min-width:100%;
}

.content .mediaplayer-wrapper .mp-player nav.mp-navigation ul {
	display:table;
	table-layout:fixed;
}

.content .mediaplayer-wrapper .mp-player nav.mp-navigation ul li {
	display:table-cell;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	cursor:pointer;
}

.content .mediaplayer-wrapper .mp-player nav.mp-navigation ul li a {
	margin:0;
}

.content .mediaplayer-wrapper .mp-player nav.mp-navigation ul li a > span {
	display:block;
}

.content .mediaplayer-wrapper .mp-player nav.mp-navigation.mp-image ul li a {
	overflow:hidden;
	height:auto;
	padding:0px;
}

.content .mediaplayer-wrapper .mp-player nav.mp-navigation.mp-image ul li a div {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	-o-transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}

.content .mediaplayer-wrapper .mp-player nav.mp-navigation.mp-image.mp-bottom {
	margin-bottom:0px;
}

.content .mediaplayer-wrapper .mp-player nav.mp-navigation.mp-image.mp-bottom .mp-progressbar-wrapper {
	margin-top:0px;
	margin-bottom:3px;
}

.content .mediaplayer-wrapper .mp-player nav.mp-navigation.mp-image.mp-bottom a.mp-controls {
	top:40px;
}

.content .mediaplayer-wrapper .mp-player ul {
	margin-top:0px;
	margin-bottom:0px;
}

.content .mediaplayer-wrapper .mp-player nav.mp-navigation.mp-no-progressbar ul {
	margin-bottom:10px;
}

.content .mediaplayer-wrapper .mp-player nav.mp-navigation.mp-no-progressbar.mp-bottom ul {
	margin-top:10px;
	margin-bottom:0px;
}

.content .mediaplayer-wrapper .mp-player nav.mp-navigation.mp-image.mp-text ul li {
	vertical-align:top;
	white-space:normal;
	width:180px;
}

.content .mediaplayer-wrapper .mp-disabled {
	-ms-filter:Alpha(opacity=1);
	filter:Alpha(opacity=1);
	opacity:0.01;
}

.content .mediaplayer-wrapper a.mp-controls {
	position:absolute;
}

.content .mediaplayer-wrapper .mp-gallery-wrapper {
	position:absolute;
	overflow:hidden;
	width:100%;
	height:100%;
	top:0;
	left:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-o-transition:height 0.3s ease 0s;
	-webkit-transition:height 0.3s ease 0s;
	transition:height 0.3s ease 0s;
}

.content .mediaplayer-wrapper .mp-gallery-wrapper .mp-gallery-list {
	position:relative;
	overflow:hidden;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#111111;
}

.content .mediaplayer-wrapper .mp-gallery-wrapper .mp-gallery-list li {
	position:relative;
	float:left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.content .mediaplayer-wrapper .mp-gallery-wrapper .mp-gallery-list li > div {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.content .mediaplayer-wrapper .mp-gallery-wrapper .mp-gallery-list li > div > div {
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.content .mediaplayer-wrapper .mp-gallery-wrapper a {
	position:relative;
	display:block;
	width:100%;
	margin:0;
}

.content .mediaplayer-wrapper .mp-gallery-wrapper .mp-btn-gallery-close {
	position:absolute;
	overflow:hidden;
	z-index:2;
	cursor:pointer;
}

.content .mediaplayer-wrapper .mp-gallery-wrapper .mp-btn-gallery-close > div {
	width:100%;
	height:100%;
	background-repeat:no-repeat;
}

.content .mediaplayer-wrapper .mp-gallery-wrapper.mp-hidden {
	overflow:hidden;
	height:0;
}

.content .mediaplayer-wrapper a.mp-controls.mp-hide {
	display:none;
}

.content .mediaplayer-wrapper.mp-contentplayer .mp-player .mp-stage .mp-scroller-wrapper {
	position:relative;
}

.content .mediaplayer-wrapper.mp-contentplayer .mp-player .mp-stage li.mp-item {
	height:auto;
}

.content .mediaplayer-wrapper.mp-skin .mp-background-dark {
	background-color:#111111;
}

.content .mediaplayer-wrapper.mp-skin .mp-background-dark nav.mp-navigation ul li {
	background-color:#FFFFFF;
}

.content .mediaplayer-wrapper.mp-skin .mp-background-dark nav.mp-navigation ul li.mp-selected {
	background-color:#FFFFFF;
}

.content .mediaplayer-wrapper.mp-skin .mp-background-light {
	background-color:#FFFFFF;
}

.content .mediaplayer-wrapper.mp-skin .mp-gallery-wrapper {
	background-color:transparent;
}

.content .mediaplayer-wrapper.mp-skin .mp-gallery-wrapper .mp-gallery-list {
	padding:5px;
}

.content .mediaplayer-wrapper.mp-skin .mp-gallery-wrapper .mp-gallery-list li {
	width:33.3333333%;
}

.content .mediaplayer-wrapper.mp-skin .mp-gallery-wrapper .mp-gallery-list li > div {
	padding:20px;
}

.content .mediaplayer-wrapper.mp-skin .mp-gallery-wrapper .mp-gallery-list li.mp-selected {
	background-color:#1C4199;
}

.content .mediaplayer-wrapper.mp-skin .mp-gallery-wrapper .mp-btn-gallery-close {
	width:25px;
	height:19px;
	top:10px;
	right:14px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	margin:0;
	-ms-filter:Alpha(opacity=50);
	filter:Alpha(opacity=50);
	opacity:0.5;
	-o-transition:opacity 0.2s ease 0s;
	-webkit-transition:opacity 0.2s ease 0s;
	transition:opacity 0.2s ease 0s;
}

.content .mediaplayer-wrapper.mp-skin .mp-gallery-wrapper .mp-btn-gallery-close > div {
	background-image:url(../../../../docs/de_CH-1996/50224/DEFAULT-mediaplayer-sprite.png.png?v=1.1);
	background-position:left -600px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation.mp-bottom {
	margin-top:15px;
	margin-bottom:0px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation.mp-bottom .mp-progressbar-wrapper {
	margin-top:0px;
	margin-bottom:0px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation.mp-bottom .mp-indicator {
	top:3px;
	border-width:3px;
	border-top-color:#1C4199;
	border-bottom-color:transparent;
	margin-right:-3px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation.mp-bottom a.mp-controls {
	top:41px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage a.mp-controls.mp-back {
	left:0px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage a.mp-controls.mp-back > div {
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	border-left-width:0px;
	border-left-color:transparent;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage a.mp-controls.mp-forward {
	right:0px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage a.mp-controls.mp-forward > div {
	right:50%;
	-webkit-transform:translateX(50%);
	-ms-transform:translateX(50%);
	transform:translateX(50%);
	border-right-width:0px;
	border-right-color:transparent;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage li.mp-spacer {
	width:5px;
	background-color:transparent;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-media > div.mp-video button.vjs-big-play-button {
	font-size:50px;
	line-height:90px;
	width:90px;
	height:90px;
	border-width:0px;
	border-color:#1C4199;
	-moz-border-radius:45px;
	-webkit-border-radius:45px;
	border-radius:45px;
	-moz-box-shadow:0px 0px 10px 0px rgba(255,255,255,1.0);
	-webkit-box-shadow:0px 0px 10px 0px rgba(255,255,255,1.0);
	box-shadow:0px 0px 10px 0px rgba(255,255,255,1.0);
	margin-top:-45px;
	margin-left:-45px;
	background-color:#1C4199;
	-ms-filter:Alpha(opacity=70);
	filter:Alpha(opacity=70);
	opacity:0.7;
	-o-transition-delay:0s;
	-webkit-transition-delay:0s;
	transition-delay:0s;
	-o-transition-duration:0.4s;
	-webkit-transition-duration:0.4s;
	transition-duration:0.4s;
	-o-transition-property:box-shadow;
	-webkit-transition-property:box-shadow;
	transition-property:box-shadow;
	-o-transition-timing-function:ease;
	-webkit-transition-timing-function:ease;
	transition-timing-function:ease;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption {
	border-width:20px;
	border-color:transparent;
	border-style:solid;
	overflow:hidden;
	-o-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption h3 {
	color:#FFFFFF;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption p {
	color:#FFFFFF;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption-dark {
	background-color:#111111;
	background-color:rgba(17,17,17,0.7);
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption-dark .link {
	color:#E7EBEE;
	text-decoration:underline;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption-light {
	background-color:#FFFFFF;
	background-color:rgba(255,255,255,0.7);
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption-light h3 {
	color:#111111;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption-light p {
	color:#111111;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption-light .link {
	color:#1C4199;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-btn-gallery {
	width:25px;
	height:19px;
	top:10px;
	right:10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-ms-filter:Alpha(opacity=50);
	filter:Alpha(opacity=50);
	opacity:0.5;
	-o-transition:opacity 0.2s ease 0s;
	-webkit-transition:opacity 0.2s ease 0s;
	transition:opacity 0.2s ease 0s;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-btn-gallery > div {
	background-image:url(../../../../docs/de_CH-1996/50224/DEFAULT-mediaplayer-sprite.png.png?v=1.1);
	background-position:left -400px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-btn-caption {
	width:25px;
	height:19px;
	top:10px;
	right:10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-o-transition:opacity 0.2s ease 0s;
	-webkit-transition:opacity 0.2s ease 0s;
	transition:opacity 0.2s ease 0s;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-btn-caption > div {
	background-image:url(../../../../docs/de_CH-1996/50224/DEFAULT-mediaplayer-sprite.png.png?v=1.1);
	background-position:left -500px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-btn-caption.mp-bleed {
	right:55px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-btn-caption.mp-closed {
	-ms-filter:Alpha(opacity=50);
	filter:Alpha(opacity=50);
	opacity:0.5;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage a.mp-controls {
	position:absolute;
	width:25px;
	height:50px;
	top:50%;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	margin:-20px;
	margin-top:-25px;
	padding:5px;
	background-color:#1C4199;
	background-image:none;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage a.mp-controls > div {
	position:absolute;
	top:50%;
	border-width:7px;
	border-top-color:transparent;
	border-right-color:#FFFFFF;
	border-bottom-color:transparent;
	border-left-color:#FFFFFF;
	border-style:solid;
	margin-top:-7px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation {
	width:100%;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation .mp-progressbar-wrapper {
	height:5px;
	background-color:#111111;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation .mp-progressbar-wrapper .mp-hover {
	background-color:#1C4199;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation .mp-progressbar {
	background-color:#1C4199;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation .mp-indicator {
	top:-14px;
	border-width:7px;
	border-top-color:transparent;
	border-right-color:transparent;
	border-bottom-color:#1C4199;
	border-left-color:transparent;
	border-style:solid;
	margin-right:-7px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation a.mp-controls {
	height:42px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation ul {
	min-height:53px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation ul li.mp-selected a > span {
	color:#1C4199;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation ul li {
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	border-right-width:1px;
	border-right-color:#222222;
	border-right-style:solid;
	padding-left:2px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation ul li a > span {
	font-family:Calibri,Arial,sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#111111;
	font-size:16px;
	line-height:16px;
	margin:0px;
	padding-top:5px;
	padding-right:20px;
	padding-bottom:5px;
	padding-left:20px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation ul li a div {
	width:100%;
	height:53px;
	-o-transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation ul li a.mp-background-dark span {
	color:#B9C7DF;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation ul li.mp-isFirst {
	border-left-width:1px;
	border-left-color:#222222;
	border-left-style:solid;
	padding-left:0px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation ul li.mp-hover div {
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation ul li.mp-hover span {
	color:#1C4199;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation.mp-image a.mp-controls {
	height:43px;
	top:10px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation.mp-image ul li {
	white-space:normal;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation.mp-image ul li a {
	border-color:transparent;
	padding:0px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation.mp-image ul li a div {
	width:121px;
	height:53px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation.mp-image .mp-progressbar-wrapper {
	margin-top:10px;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation .mp-progressbar-wrapper {
	height:5px;
	background-color:#010149;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation .mp-progressbar-wrapper .mp-hover {
	background-color:#1C4199;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation .mp-progressbar {
	background-color:#1C4199;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation .mp-indicator {
	top:-14px;
	border-width:7px;
	border-top-color:transparent;
	border-right-color:transparent;
	border-bottom-color:#1C4199;
	border-left-color:transparent;
	border-style:solid;
	margin-right:-7px;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation a.mp-controls {
	height:42px;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation ul {
	min-height:53px;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation ul li.mp-selected a > span {
	color:#1C4199;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation ul li {
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	width:120px;
	padding-left:0px;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation ul li a > span {
	font-family:Calibri,Arial,sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#111111;
	font-size:16px;
	line-height:16px;
	margin:0px;
	padding-top:5px;
	padding-right:20px;
	padding-bottom:5px;
	padding-left:20px;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation ul li a.mp-background-dark span {
	color:#B9C7DF;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation ul li a.mp-image {
	width:100%;
	height:90px;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation ul li a.mp-image div {
	width:80px;
	height:80px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	margin-top:5px;
	margin-right:auto;
	margin-left:auto;
	background-size:200% 200%;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation ul li.mp-isFirst {
	padding-left:0px;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation ul li.mp-hover span {
	color:#1C4199;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation ul li.mp-hover a.mp-image div {
	background-size:100% 100%;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation div.mp-scroller-wrapper {
	width:auto;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation > div.mp-helper {
	text-align:center;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation.mp-narrow-scroller div.mp-scroller-wrapper {
	display:inline-block;
}
/* style: Hauptstil language: default / engineId: default / pseudo: hover */
.content .mediaplayer-wrapper.mp-skin .mp-gallery-wrapper .mp-gallery-list li:hover {
	background-color:#1C4199;
}

.content .mediaplayer-wrapper.mp-skin .mp-gallery-wrapper .mp-btn-gallery-close:hover {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-media > div.mp-video button.vjs-big-play-button:hover {
	-moz-box-shadow:0px 0px 50px 5px rgba(255,255,255,1.0);
	-webkit-box-shadow:0px 0px 50px 5px rgba(255,255,255,1.0);
	box-shadow:0px 0px 50px 5px rgba(255,255,255,1.0);
	background-color:#111111;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-btn-gallery:hover {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(ru) */
.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation ul li a > span:lang(ru) {
	font-size:14px;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation ul li a > span:lang(ru) {
	font-size:14px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(tr) */
.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation ul li a > span:lang(tr) {
	font-size:14px;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation ul li a > span:lang(tr) {
	font-size:14px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(zh) */
.content .mediaplayer-wrapper.mp-skin .mp-player nav.mp-navigation ul li a > span:lang(zh) {
	font-size:14px;
}

.content .mediaplayer-wrapper.mp-skin.mp-skin1 .mp-player nav.mp-navigation ul li a > span:lang(zh) {
	font-size:14px;
}

/* b-link */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.link-wrap {
	display:inline-block;
	margin-top:10px;
	margin-bottom:10px;
}

.link-wrap:first-child {
	margin-top:0;
}

.link-wrap a .b-image {
	margin-top:0;
}

.link {
	margin-top:10px;
	margin-bottom:10px;
	font-size:18px;
	outline-style:none;
	display:inline-block;
	color:#1C4199;
	line-height:1.2;
}

.link:first-child {
	margin-top:0;
}

.m-newsletter .link-wrap .link {
	display:inline-block;
	margin-bottom:-4px;
}

.m-newsletter .link-wrap .link.mod-display-block {
	display:block;
}

.m-newsletter .link {
	margin-top:20px;
	margin-bottom:0;
}

.m-newsletter .link:first-child {
	margin-top:0;
}

.multicolumn.link {
	color:#111111;
}

.d-button-solid.button-style-light {
	color:#1C4199;
}

.d-button-solid.button-style-light .link {
	color:#1C4199;
}

.d-button-solid.button-style-dark {
	background-color:#111111;
	border-color:#111111;
	color:#FFFFFF;
}

.d-button-solid.button-style-dark .link {
	color:#FFFFFF;
}

.d-button-solid.button-style-color {
	background-color:#1C4199;
	border-color:#1C4199;
	color:#FFFFFF;
}

.d-button-solid.button-style-color .link {
	color:#FFFFFF;
}

.d-box-light .d-button-solid.button-style-light {
	color:#1C4199;
	background-color:#E7EBEE;
	border-color:#1C4199;
}

.d-box-light .d-button-solid.button-style-light .link {
	color:#1C4199;
}

.d-box-color .d-button-solid.button-style-light {
	color:#1C4199;
	background-color:#E7EBEE;
	border-color:#E7EBEE;
}

.d-box-color .d-button-solid.button-style-light .link {
	color:#E7EBEE;
}

.d-box-color .d-button-solid.button-style-color {
	background-color:#1C4199;
	border-color:#FFFFFF;
	color:#FFFFFF;
}

.d-box-color .d-button-solid.button-style-color .link {
	color:#FFFFFF;
}

.d-button-solid.text-align-left {
	text-align:left;
}

.d-button-solid.text-align-center {
	text-align:center;
}

.d-button-solid.text-align-right {
	text-align:right;
}

.d-underlined {
	color:#1C4199;
	padding-bottom:5px;
	border-bottom-width:4px;
	border-bottom-style:solid;
	border-bottom-color:transparent;
	-o-transition:border 0.3s ease 0s;
	-webkit-transition:border 0.3s ease 0s;
	transition:border 0.3s ease 0s;
	font-family:Calibri,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
}

.d-underlined.active {
	border-bottom-color:#1C4199;
	border-bottom-width:4px;
	border-bottom-style:solid;
}
/* style: Hauptstil language: default / engineId: default / pseudo: hover */
.link:hover {
	text-decoration:underline;
}

.multicolumn.link:hover {
	color:#1C4199;
	text-decoration:none;
}

.link.link-Content:hover {
	text-decoration:none;
}

.d-button-solid.button-style-light:hover {
	border-color:#1C4199;
}

.d-button-solid.button-style-dark:hover {
	background-color:#E7EBEE;
	border-color:#E7EBEE;
	color:#1C4199;
}

.d-button-solid.button-style-color:hover {
	background-color:#E7EBEE;
	border-color:#E7EBEE;
	color:#1C4199;
}

.d-box-light .d-button-solid.button-style-light:hover {
	background-color:#FFFFFF;
	border-color:#FFFFFF !important;
}

.d-box-light .d-button-solid.button-style-dark:hover {
	color:#1C4199;
	background-color:#FFFFFF;
	border-color:#FFFFFF !important;
}

.d-box-light .d-button-solid.button-style-color:hover {
	color:#1C4199;
	background-color:#FFFFFF;
	border-color:#FFFFFF !important;
}

.d-box-color .d-button-solid.button-style-light:hover {
	background-color:#FFFFFF;
	border-color:#FFFFFF;
}

.d-box-color .d-button-solid.button-style-dark:hover {
	background-color:#FFFFFF;
	border-color:#FFFFFF;
	color:#1C4199;
}

.d-box-color .d-button-solid.button-style-color:hover {
	background-color:#FFFFFF;
	color:#1C4199;
}

.d-underlined:hover {
	border-bottom-color:#1C4199;
}
/* style: Hauptstil language: default / engineId: default / pseudo: last-child */
.link-wrap:last-child {
	margin-bottom:0;
}

.link-wrap.fe:last-child {
	margin-bottom:10px;
}

.link:last-child {
	margin-bottom:0;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(ru) */
.link:lang(ru) {
	font-size:16px;
}

.d-underlined:lang(ru) {
	font-family:Arial, sans-serif;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(tr) */
.link:lang(tr) {
	font-size:16px;
}

.d-underlined:lang(tr) {
	font-family:Arial, sans-serif;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(zh) */
.link:lang(zh) {
	font-size:16px;
}

.d-underlined:lang(zh) {
	font-family:Arial, sans-serif;
}

/* design */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.page-body {
	font-family:Calibri,Arial,sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:16px;
	color:#111111;
	-webkit-font-smoothing:antialiased;
	font-smooth:always;
	line-height:1;
	top:0;
	-o-transition:top 0.3s ease 0s;
	-webkit-transition:top 0.3s ease 0s;
	transition:top 0.3s ease 0s;
	min-width:320px;
}

.page-body .page {
	height:100%;
	width:100%;
	position:relative;
	min-width:320px;
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	-o-transition:opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-webkit-transition:opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	transition:opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	overflow:hidden;
}

.page-body .page.loading {
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
}

.page-body .header {
	background-color:#FFFFFF;
	height:70px;
	z-index:11;
	width:100%;
	position:fixed;
}

.page-body .header .logo {
	position:absolute;
	top:50%;
	margin-top:1px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	height:40px;
	margin-left:30px;
	display:inline-block;
}

.page-body .header .logo img {
	height:100%;
	width:auto;
}

.page-body .header .d-icon-link .icon {
	font-size:30px;
}

.page-body .header .menu-toggler {
	width:85px;
	height:70px;
	border-width:0px;
	padding:0px;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#C1CAD1;
	background-color:#FFFFFF;
	outline-width:0px;
	cursor:pointer;
	position:relative;
	-o-transition:background-color 0.3s ease 0s;
	-webkit-transition:background-color 0.3s ease 0s;
	transition:background-color 0.3s ease 0s;
}

.page-body .header .menu-toggler .icon-hamburger {
	font-size:50px;
	position:absolute;
	top:50%;
	left:50%;
	-o-transition:color 0.3s ease 0s;
	-webkit-transition:color 0.3s ease 0s;
	transition:color 0.3s ease 0s;
	-webkit-transform:translate3d(-50%, -50%, 0);
	-ms-transform:translate3d(-50%, -50%, 0);
	transform:translate3d(-50%, -50%, 0);
	color:#010149;
}

.page-body .header .menu-toggler.active {
	background-color:#010149;
}

.page-body .header .menu-toggler.active .icon-hamburger {
	color:#FFFFFF;
}

.page-body .header .menu-toggler.active:hover .hamburger {
	color:#FFFFFF;
}

.page-body .breadcrumbs {
	background-color:#1C4199;
}

.page-body .breadcrumbs .back-link {
	margin:0;
}

.page-body .breadcrumbs .back-link .icon {
	font-size:70px;
	margin-right:40px;
}

.page-body .breadcrumbs.section {
	margin-top:0;
	margin-bottom:0;
	padding-top:35px;
	padding-bottom:32px;
	height:auto;
}

.page-body .breadcrumbs .wrap {
	display:inline-block;
}

.page-body .breadcrumbs .wrap:after {
	font-family:Touchway;
	font-weight:normal;
	font-style:normal;
	content:'5';
	padding-right:8px;
	padding-left:8px;
	color:#FFFFFF;
}

.page-body .breadcrumbs .link {
	color:#FFFFFF;
	font-size:16px;
	padding-bottom:2px;
	line-height:20px;
}

.page-body .breadcrumbs .text {
	line-height:20px;
	display:inline-block;
	color:#FFFFFF;
	font-family:Calibri,Arial,sans-serif;
	font-weight:normal;
	font-style:normal;
}

.page-body .content {
	width:100%;
	padding-top:70px;
	display:flex;
	flex-direction:column;
}

.page-body .content-article-wrap {
	display:flex;
	flex-direction:column;
}

.page-body .footer {
	margin-top:200px;
}

.page-body .footer .section-wide {
	max-width:calc(1000px + 200px);
}

.page-body .footer .footer-buttons .b-entry {
	max-width:300px;
	min-width:200px;
}

.page-body .footer .footer-addresses .b-entry {
	max-width:300px;
	min-width:200px;
}

.page-body .footer > .section {
	padding-top:80px;
	padding-bottom:80px;
}

.page-body .footer .section.bottom-footer {
	padding-top:30px;
	padding-right:50px;
	padding-bottom:27px;
	padding-left:50px;
}

.page-body .footer .section.bottom-footer .text {
	display:inline-block;
	margin-right:20px;
	line-height:30px;
	margin-bottom:0;
	margin-top:0;
	vertical-align:top;
}

.page-body .footer .section.bottom-footer .link {
	display:inline-block;
	margin-right:20px;
	line-height:30px;
	font-size:16px;
	margin-bottom:0;
	margin-top:0;
	vertical-align:top;
	color:#111111;
}

.page-body .footer .section.bottom-footer .link img {
	top:5px;
	position:relative;
	display:inline-block;
}

.page-body .footer .section.bottom-footer .text-align-right .text {
	margin-left:0;
	margin-right:0;
}

.page-body .footer .section.bottom-footer .text-align-right .link {
	margin-left:20px;
	margin-right:0;
}

.page-body .footer .link {
	font-family:Calibri,Arial,sans-serif;
	font-weight:normal;
	font-style:normal;
}

.page-body .footer .d-button {
	font-family:Calibri,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
	padding-left:0;
	padding-right:0;
	color:#FFFFFF;
}

.page-body .footer .logo {
	display:inline-block;
	height:30px;
	margin-right:60px;
}

.page-body .footer .logo img {
	width:auto;
	height:30px;
}

.page-body .m-search .form-input {
	padding-top:13px;
	padding-left:13px;
	padding-right:13px;
	padding-bottom:12px;
}

.page-body .cookie-notice {
	position:fixed;
	z-index:20;
	-o-transition:-o-transform 0.3s ease 0s;
	-webkit-transition:-webkit-transform 0.3s ease 0s;
	transition:transform 0.3s ease 0s;
}

.page-body .cookie-notice.cn-pos-top {
	top:0;
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
}

.page-body .cookie-notice.cn-pos-bottom {
	bottom:0;
	-webkit-transform:translateY(100%);
	-ms-transform:translateY(100%);
	transform:translateY(100%);
}

.page-body .cookie-notice.visible {
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
}

.page-body .cookie-notice .title-col {
	min-width:200px;
}

.page-body .cookie-notice .text-col {
	padding-right:40px;
}

.page-body .cookie-notice .pc3richtext a {
	color:#E7EBEE;
	font-family:Calibri,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
}

.page-body .cookie-notice-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:19;
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	visibility:hidden;
	background-color:#111111;
	background-color:rgba(17,17,17,0.8);
	-o-transition:opacity 0.6s ease 0s, visibility 0.6s ease 0s;
	-webkit-transition:opacity 0.6s ease 0s, visibility 0.6s ease 0s;
	transition:opacity 0.6s ease 0s, visibility 0.6s ease 0s;
}

.page-body .cookie-notice-overlay.visible {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	visibility:visible;
}

.page-body .ajax-spinner-wrapper.global {
	position:fixed;
	height:100%;
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	visibility:hidden;
	background-color:transparent;
	-o-transition:opacity 1s ease 0s;
	-webkit-transition:opacity 1s ease 0s;
	transition:opacity 1s ease 0s;
	pointer-events:none;
}

.page-body .ajax-spinner-wrapper.global .visible {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	visibility:visible;
}

.page-body .ajax-spinner-wrapper.global .ajax-spinner {
	top:50%;
}

.page-body .ajax-spinner-positioner {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}

.page-body .ajax-spinner-wrapper {
	position:absolute;
	top:0px;
	left:0;
	bottom:0;
	right:0;
	background-color:#FFFFFF;
	z-index:9;
	animation:spinner-fadein 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.page-body .ajax-spinner-wrapper.visible {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	visibility:visible;
}

.page-body .ajax-spinner-wrapper .ajax-spinner {
	position:relative;
	top:100px;
	left:50%;
	width:40px;
	height:40px;
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	animation:spinner-fadein 6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
}

.page-body .ajax-spinner-wrapper .ajax-spinner .ajax-spinner-blade {
	position:absolute;
	left:44.5%;
	top:37%;
	width:10%;
	height:25%;
	-ms-filter:Alpha(opacity=25);
	filter:Alpha(opacity=25);
	opacity:0.25;
	background-color:#C1CAD1;
	-moz-border-radius:50%/20%;
	-webkit-border-radius:50%/20%;
	border-radius:50%/20%;
	animation:ispinner-fade 1s linear infinite;
}

.page-body .tooltip-wrapper {
	position:relative;
}

.page-body .tooltip-wrapper:hover .tooltip {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
}

.page-body .tooltip-wrapper .tooltip {
	position:absolute;
	margin-top:6px;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	display:inline-block;
	font-size:12px;
	font-family:Calibri,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
	padding-top:5px;
	padding-right:8px;
	padding-bottom:5px;
	padding-left:8px;
	white-space:nowrap;
	background-color:#1C4199;
	color:#FFFFFF;
	pointer-events:none;
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	-o-transition:opacity 0.2s ease 0s;
	-webkit-transition:opacity 0.2s ease 0s;
	transition:opacity 0.2s ease 0s;
}

.page-body .tooltip-wrapper .tooltip:before {
	content:'';
	position:absolute;
	top:-5px;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	width:0;
	height:0;
	border-left-width:5px;
	border-left-style:solid;
	border-left-color:transparent;
	border-right-width:5px;
	border-right-style:solid;
	border-right-color:transparent;
	border-bottom-width:5px;
	border-bottom-style:solid;
	border-bottom-color:#1C4199;
}
/* style: Hauptstil language: default / engineId: default / pseudo: hover */
.page-body .header .menu-toggler:hover {
	background-color:#E7EBEE;
}

.page-body .header .menu-toggler.active:hover {
	background-color:#010149;
}

.page-body .breadcrumbs .back-link:hover {
	color:#C1CAD1;
}

.page-body .footer .link:hover {
	text-decoration:underline;
}

.page-body .footer .d-button:hover {
	background-color:#1C4199;
	text-decoration:none;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(ru) */
.page-body:lang(ru) {
	font-size:14px;
}

.page-body .breadcrumbs .link:lang(ru) {
	font-size:14px;
}

.page-body .footer .section.bottom-footer .link:lang(ru) {
	font-size:14px;
}

.page-body .footer .d-button:lang(ru) {
	font-family:Arial, sans-serif;
}

.page-body .cookie-notice .pc3richtext a:lang(ru) {
	font-family:Arial, sans-serif;
}

.page-body .tooltip-wrapper .tooltip:lang(ru) {
	font-family:Arial, sans-serif;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(tr) */
.page-body:lang(tr) {
	font-size:14px;
}

.page-body .breadcrumbs .link:lang(tr) {
	font-size:14px;
}

.page-body .footer .section.bottom-footer .link:lang(tr) {
	font-size:14px;
}

.page-body .footer .d-button:lang(tr) {
	font-family:Arial, sans-serif;
}

.page-body .cookie-notice .pc3richtext a:lang(tr) {
	font-family:Arial, sans-serif;
}

.page-body .tooltip-wrapper .tooltip:lang(tr) {
	font-family:Arial, sans-serif;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(zh) */
.page-body:lang(zh) {
	font-size:14px;
}

.page-body .breadcrumbs .link:lang(zh) {
	font-size:14px;
}

.page-body .footer .section.bottom-footer .link:lang(zh) {
	font-size:14px;
}

.page-body .footer .d-button:lang(zh) {
	font-family:Arial, sans-serif;
}

.page-body .cookie-notice .pc3richtext a:lang(zh) {
	font-family:Arial, sans-serif;
}

.page-body .tooltip-wrapper .tooltip:lang(zh) {
	font-family:Arial, sans-serif;
}
/* style: Hauptstil language: default / engineId: default / pseudo: last-child:after */
.page-body .breadcrumbs .wrap:last-child:after {
	display:none;
}

/* b-slider */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.bo-slider {
	padding-top:0;
}

.bo-slider .bo-meta-label {
	margin-top:10px;
	margin-bottom:10px;
}

.m-slider .b-slider .multicolumn.b-mc-space {
	margin-left:0px;
	margin-right:0px;
}

.m-slider .b-slider .scroller {
	display:inline-block;
}

.m-slider .b-slider .b-s-item > .multicolumn {
	height:100%;
}

.m-slider .b-slider .col > .section {
	height:100%;
}

/* b-video */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.b-video {
	width:100%;
	height:auto;
}

.b-video-frame-wrapper {
	position:relative;
	padding-top:75%;
}

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

.b-video-frame-wrapper video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.b-video-preview {
	background-repeat:no-repeat;
	background-size:contain;
	background-color:#1C4199;
	position:relative;
}

.b-video-preview .bo-meta-label {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.video-controls {
	position:absolute;
	bottom:10px;
	left:10px;
	z-index:50;
	display:flex;
	width:100%;
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	visibility:hidden;
	-o-transition:opacity 0.2s ease-in 0s;
	-webkit-transition:opacity 0.2s ease-in 0s;
	transition:opacity 0.2s ease-in 0s;
}

.video-controls > .button {
	width:35px;
	height:35px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#FFFFFF;
	color:#1C4199;
	font-size:24px;
	line-height:33px;
	display:block;
	text-align:center;
	margin-right:20px;
}

.video-controls > .button.play .icon-pause {
	display:none;
}

.video-controls > .button.play .icon-play {
	display:block;
}

.video-controls > .button.pause .icon-pause {
	display:block;
}

.video-controls > .button.pause .icon-play {
	display:none;
}

.video-controls > .button.mute .icon-mute {
	display:block;
}

.video-controls > .button.mute .icon-unmute {
	display:none;
}

.video-controls > .button.unmute .icon-mute {
	display:none;
}

.video-controls > .button.unmute .icon-unmute {
	display:block;
}

.mute-toggler-wrapper {
	position:absolute;
	top:10px;
	right:10px;
	z-index:50;
}

.mute-toggler-wrapper .mute-toggler {
	width:30px;
	height:30px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-style:none;
	outline-style:none;
	padding:0;
	-ms-filter:Alpha(opacity=40);
	filter:Alpha(opacity=40);
	opacity:0.4;
	-o-transition:opacity 0.2s ease 0s;
	-webkit-transition:opacity 0.2s ease 0s;
	transition:opacity 0.2s ease 0s;
	background-color:#FFFFFF;
}

.mute-toggler-wrapper .mute-toggler.unmuted:before {
	display:none;
}

.mute-toggler-wrapper .mute-toggler:before {
	content:'';
	width:3px;
	position:absolute;
	height:80%;
	z-index:10;
	background-color:#000000;
	-webkit-transform:translateY(-50%) translateX(-50%) rotate(45deg);
	-ms-transform:translateY(-50%) translateX(-50%) rotate(45deg);
	transform:translateY(-50%) translateX(-50%) rotate(45deg);
}

.mute-toggler-wrapper .mute-toggler:after {
	content:'d';
	font-family:Touchway;
	font-weight:normal;
	font-style:normal;
	font-size:26px;
	position:absolute;
	top:50%;
	margin-top:-2px;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
}

.m-custom-controls:hover .video-controls {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	visibility:visible;
}

.m-custom-seekbar {
	cursor:pointer;
	height:35px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-width:2px;
	border-style:solid;
	border-color:#FFFFFF;
	overflow:hidden;
	position:relative;
	width:30%;
}

.m-custom-seekbar-progress {
	background-color:#1C4199;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:0px;
	-moz-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
}
/* style: Hauptstil language: default / engineId: default / pseudo: active */
.mute-toggler-wrapper .mute-toggler:active {
	background-color:#C1CAD1 !important;
}
/* style: Hauptstil language: default / engineId: default / pseudo: hover */
.mute-toggler-wrapper .mute-toggler:hover {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
}

/* m-articles */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.m-articles .structure-filter-wrapper {
	margin-bottom:100px;
	margin-top:0px;
}

.m-articles .multicolumn .col > .section {
	height:100%;
}

.m-articles .d-icon-link {
	font-family:Calibri,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
}

.m-articles .paragraph {
	margin-top:10px;
}

.m-articles .date {
	font-size:14px;
	margin-bottom:10px;
}

.m-articles .date .icon {
	font-size:20px;
	margin-right:4px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(ru) */
.m-articles .d-icon-link:lang(ru) {
	font-family:Arial, sans-serif;
}

.m-articles .date:lang(ru) {
	font-size:12px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(tr) */
.m-articles .d-icon-link:lang(tr) {
	font-family:Arial, sans-serif;
}

.m-articles .date:lang(tr) {
	font-size:12px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(zh) */
.m-articles .d-icon-link:lang(zh) {
	font-family:Arial, sans-serif;
}

.m-articles .date:lang(zh) {
	font-size:12px;
}

/* bm-homevisual */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.bm-homevisual.m-slider .slider {
	width:100%;
	height:700px;
}

.bm-homevisual.m-slider .overlay-wrap {
	position:relative;
}

.bm-homevisual.m-slider .text-overlay {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}

.bm-homevisual.m-slider .col-min {
	min-width:640px;
	max-width:640px;
}

.bm-homevisual.m-slider .d-icon-link {
	font-family:Calibri,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
}

.bm-homevisual.m-slider .title-h3 {
	margin-bottom:30px;
}

.bm-homevisual.m-slider .paragraph {
	margin-bottom:40px;
}

.bm-homevisual.m-slider .teaser {
	max-width:700px;
	margin-right:0;
}

.bm-homevisual.m-slider .link {
	text-decoration:none;
	color:#111111;
	margin-top:50px;
}

.bm-homevisual.m-slider .reference {
	height:250px;
	max-width:700px;
}

.bm-homevisual.m-slider .reference .title-h3 {
	margin-top:0;
	margin-bottom:20px;
	min-width:344px;
}

.bm-homevisual.m-slider .reference .text {
	-o-transition:color 0.3s ease 0s;
	-webkit-transition:color 0.3s ease 0s;
	transition:color 0.3s ease 0s;
	margin-top:0;
	margin-bottom:5px;
}

.bm-homevisual.m-slider .reference .d-box-light {
	padding:20px;
	position:relative;
}

.bm-homevisual.m-slider .reference .icon {
	font-size:60px;
	color:#B9C7DF;
	position:absolute;
	bottom:0px;
	line-height:25px;
	right:0;
	-o-transition:color 0.3s ease 0s;
	-webkit-transition:color 0.3s ease 0s;
	transition:color 0.3s ease 0s;
}

.bm-homevisual.m-slider .reference:hover .icon {
	color:#1C4199;
}

.bm-homevisual.m-slider .slider-dots {
	position:absolute;
	bottom:20px;
	right:15px;
	width:auto;
	margin:0;
}

.bm-homevisual .d-slider-references {
	height:615px;
}

.bm-homevisual-bo .title {
	margin-bottom:10px;
}

.bm-homevisual-bo .text.paragraph {
	margin-top:0;
}
/* style: Hauptstil language: default / engineId: default / pseudo: hover */
.bm-homevisual.m-slider .link:hover {
	color:#1C4199;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(ru) */
.bm-homevisual.m-slider .d-icon-link:lang(ru) {
	font-family:Arial, sans-serif;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(tr) */
.bm-homevisual.m-slider .d-icon-link:lang(tr) {
	font-family:Arial, sans-serif;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(zh) */
.bm-homevisual.m-slider .d-icon-link:lang(zh) {
	font-family:Arial, sans-serif;
}

/* bm-reference-overview */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.bm-references-overview .title {
	margin-top:10px;
}

.bm-references-overview .b-table {
	margin-top:20px;
}

.bm-references-overview .d-button:first-child {
	margin-top:40px;
}

.bm-references-overview .d-slider-references {
	height:615px;
}

.bm-references-overview .d-icon-link {
	font-family:Calibri,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
}

.bm-references-overview-bo .title {
	margin-bottom:10px;
}

.bm-references-overview-bo .text.paragraph {
	margin-top:0px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(ru) */
.bm-references-overview .d-icon-link:lang(ru) {
	font-family:Arial, sans-serif;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(tr) */
.bm-references-overview .d-icon-link:lang(tr) {
	font-family:Arial, sans-serif;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(zh) */
.bm-references-overview .d-icon-link:lang(zh) {
	font-family:Arial, sans-serif;
}

/* bm-news-overview */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.bm-news-overview .title-h3 {
	margin-top:10px;
	margin-bottom:30px;
}

.bm-news-overview .tag-link {
	color:#1C4199;
}

.bm-news-overview .text-color-grey7 .tag-link {
	color:#FFFFFF;
}

.bm-news-overview .d-slider-articles {
	height:400px;
}

.bm-news-overview .d-button:first-child {
	margin-top:40px;
}

.bm-news-overview .d-icon-link {
	font-family:Calibri,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
}

.bm-news-overview-bo .title {
	margin-bottom:10px;
}

.bm-news-overview-bo .text.paragraph {
	margin-top:0px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(ru) */
.bm-news-overview .d-icon-link:lang(ru) {
	font-family:Arial, sans-serif;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(tr) */
.bm-news-overview .d-icon-link:lang(tr) {
	font-family:Arial, sans-serif;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(zh) */
.bm-news-overview .d-icon-link:lang(zh) {
	font-family:Arial, sans-serif;
}

/* m-documents */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.m-documents .document-list.multicolumn .b-listing {
	margin-top:30px;
	margin-bottom:20px;
}

.m-documents .document-list.multicolumn .b-listing .b-entry {
	padding-top:0;
}

.m-documents .document-list.multicolumn .b-listing .b-entry .link {
	padding-top:15px;
}

.m-documents .document-list.multicolumn .b-listing .b-entry:first-child .link {
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#C1CAD1;
}

.m-documents .document-list .title {
	margin-top:0;
	margin-bottom:0;
}

.m-documents .document-list .col-2 {
	margin-bottom:30px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: last-child */
.m-documents .document-list.multicolumn:last-child {
	margin-bottom:0;
}

/* b-bricks */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.brick {
	display:flex;
	flex-direction:column;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}

.brick:first-child {
	margin-top:0;
}

.brick.col {
	margin-top:0;
	margin-bottom:0;
}

.fe.brick.fe-first-child {
	margin-top:0;
}

.m-newsletter .brick.brick-link {
	margin-top:20px;
}

.m-newsletter .brick.brick-link:first-child {
	margin-top:0;
}

.m-newsletter .list .brick {
	margin-top:20px;
}

.m-newsletter .list tr:first-child .brick {
	margin-top:0;
}

.m-newsletter .brick {
	margin-top:20px;
	margin-bottom:0;
	height:0;
	line-height:0;
	font-size:0;
	border:0;
	display:block;
}

.m-newsletter .brick:first-child {
	margin-top:0;
}

.brick.mod-reset-brick-margins {
	margin-top:0;
	margin-bottom:0;
}
/* style: Hauptstil language: default / engineId: default / pseudo: last-child */
.brick:last-child {
	margin-bottom:0;
}

.fe.brick:last-child {
	margin-bottom:20px;
}

/* image-zoom */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.image-zoom-link .b-image {
	cursor:pointer;
}

.image-zoom-overlay {
	position:absolute;
	display:none;
	overflow:hidden;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:100;
}

.image-zoom-overlay.image-zoom-open {
	display:block;
}

.image-zoom-overlay img {
	max-width:none;
}

.image-zoom-bg {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:#2F3837;
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	-webkit-transform:translateZ(0);
	-ms-transform:translateZ(0);
	transform:translateZ(0);
	-o-transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	-webkit-transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.image-zoom-zoom-allowed .image-zoom-button-zoom {
	display:block;
}

.image-zoom-zoom-allowed .image-zoom-img {
	cursor:zoom-in;
}

.image-zoom-zoom-allowed .image-zoom-link {
	cursor:zoom-in;
}

.image-zoom-animated-in .image-zoom-bg {
	-o-transition:none;
	-webkit-transition:none;
	transition:none;
}

.image-zoom-animated-in .image-zoom-zoom-wrap {
	-o-transition:none;
	-webkit-transition:none;
	transition:none;
}

.container-transition {
	-o-transition:-o-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	-webkit-transition:-webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition:transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.image-zoom-scroll-wrap {
	position:absolute;
	overflow:hidden;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.image-zoom-container {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}

.image-zoom-item {
	position:absolute;
	overflow:hidden;
	top:0;
	right:0;
	bottom:0;
	left:0;
}

.image-zoom-zoom-wrap {
	position:absolute;
	width:100%;
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	transform-origin:left top;
	-o-transition:-o-transform 333ms cubic-bezier(0.4, 0, 0.22, 1), opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	-webkit-transition:-webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1), opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition:transform 333ms cubic-bezier(0.4, 0, 0.22, 1), opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.image-zoom-img {
	position:absolute;
	width:auto;
	height:auto;
	top:0;
	left:0;
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	-o-transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	-webkit-transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.image-zoom-overview {
	position:absolute;
	display:none;
	overflow:hidden;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	margin-top:27px;
	margin-right:5%;
	margin-bottom:5%;
	margin-left:0%;
}

.image-zoom-overview .image-zoom-overlay-list > .grid-gutter-normal {
	margin:0px;
}

.image-zoom-overview .image-zoom-overlay-list > .grid-gutter-normal > .grid-item {
	padding-top:5%;
	padding-left:5%;
}

.image-zoom-overview .image-zoom-overlay-list > ul > .grid-item {
	overflow:hidden;
	cursor:pointer;
}

.image-zoom-overview .image-zoom-overlay-list > ul > .grid-item > div {
	position:relative;
	width:100%;
	height:1px;
	padding-bottom:100%;
	background-color:#111111;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}

.image-zoom-ui {
	visibility:visible;
	z-index:1550;
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	-webkit-font-smoothing:auto;
}

.image-zoom-top-bar {
	position:absolute;
	width:100%;
	height:44px;
	top:0;
	left:0;
	will-change:opacity;
	-o-transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	-webkit-transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.image-zoom-counter {
	color:#FFFFFF;
	font-size:13px;
	line-height:44px;
	position:absolute;
	height:44px;
	top:0;
	left:0;
	padding-top:0 !important;
	padding-right:15px !important;
	padding-bottom:0 !important;
	padding-left:15px !important;
	-ms-filter:Alpha(opacity=75);
	filter:Alpha(opacity=75);
	opacity:0.75;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	-webkit-user-select:none;
	-ms-user-select:none;
	-moz-user-select:none;
	user-select:none;
	font-family:Calibri,Arial,sans-serif;
	font-weight:normal;
	font-style:normal;
}

.image-zoom-ui-one-slide .image-zoom-counter {
	display:none;
}

.image-zoom-ui-one-slide .image-zoom-button-arrow-right {
	display:none !important;
}

.image-zoom-ui-one-slide .image-zoom-button-arrow-left {
	display:none !important;
}

.image-zoom-button {
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	-o-transition:opacity 0.2s ease 0s;
	-webkit-transition:opacity 0.2s ease 0s;
	transition:opacity 0.2s ease 0s;
	position:relative;
	display:block;
	float:right;
	overflow:visible;
	width:44px;
	height:44px;
	border-style:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	background-color:transparent;
	background-image:url(../../../../docs/de_CH-1996/50118/default-sprite-image-zoom.png?v=1.2);
	background-repeat:no-repeat;
	background-position:13px 13px;
	-ms-filter:Alpha(opacity=75);
	filter:Alpha(opacity=75);
	opacity:0.75;
	cursor:pointer;
}

.image-zoom-button-close {
	background-position:14px -187px;
}

.image-zoom-supports-fs .image-zoom-button-fs {
	display:block;
}

.image-zoom-button-fs {
	display:none;
}

.image-zoom-button-zoom {
	display:none;
	background-position:15px -88px;
}

.image-zoom-button-overview {
	position:relative;
	display:block;
	float:right;
	overflow:visible;
	width:44px;
	height:44px;
	border-style:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:13px -387px;
	-ms-filter:Alpha(opacity=75);
	filter:Alpha(opacity=75);
	opacity:0.75;
	cursor:pointer;
}

.image-zoom-button-arrow-right {
	position:absolute;
	width:70px;
	height:100px;
	top:50%;
	right:0;
	margin-top:-50px;
	background-repeat:no-repeat;
	background-position:30px -256px;
}

.image-zoom-button-arrow-left {
	position:absolute;
	width:70px;
	height:100px;
	top:50%;
	left:0;
	margin-top:-50px;
	background-repeat:no-repeat;
	background-position:-75px -256px;
}

.image-zoom-has-mouse .image-zoom-button-arrow-left {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	will-change:opacity;
	visibility:visible;
	-o-transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	-webkit-transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.image-zoom-ui-hidden .image-zoom-button-arrow-right {
	-ms-filter:Alpha(opacity=1);
	filter:Alpha(opacity=1);
	opacity:0.01;
}

.image-zoom-ui-hidden .image-zoom-button-arrow-left {
	-ms-filter:Alpha(opacity=1);
	filter:Alpha(opacity=1);
	opacity:0.01;
}

.grid {
	font-size:0px;
	margin:0px;
	padding:0px;
}

.grid-gutter-normal {
	margin-top:-30px;
	margin-left:-30px;
}

.grid-item {
	vertical-align:top;
	position:relative;
	display:inline-block;
}

.grid-columns-3 > .grid-item {
	width:33.33333%;
	padding-top:30px;
	padding-left:30px;
}

.image-zoom-caption {
	position:absolute;
	width:100%;
	min-height:44px;
	bottom:0;
	left:0;
	display:none;
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	will-change:opacity;
	-o-transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	-webkit-transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.image-zoom-caption .text {
	color:#FFFFFF;
	line-height:1.4;
	font-size:18px;
}

.image-zoom-caption-center {
	max-width:80%;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	padding:10px;
	text-align:center;
}

.image-zoom-zoomed-in .image-zoom-img {
	cursor:grab;
}

.image-zoom-zoomed-in .image-zoom-button-zoom {
	background-position:-85px -88px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: hover */
.image-zoom-button:hover {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(ru) */
.image-zoom-counter:lang(ru) {
	font-size:11px;
}

.image-zoom-caption .text:lang(ru) {
	font-size:16px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(tr) */
.image-zoom-counter:lang(tr) {
	font-size:11px;
}

.image-zoom-caption .text:lang(tr) {
	font-size:16px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(zh) */
.image-zoom-counter:lang(zh) {
	font-size:11px;
}

.image-zoom-caption .text:lang(zh) {
	font-size:16px;
}

/* language-selector */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.language-selector {
	position:fixed;
	padding-top:120px;
	z-index:5;
	width:100%;
	height:100vh;
	pointer-events:none;
	background-color:#E7EBEE;
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	visibility:hidden;
	-webkit-transform:translateY(-30vh);
	-ms-transform:translateY(-30vh);
	transform:translateY(-30vh);
	-o-transition:opacity 0.3s ease 0s, visibility 0.3s ease 0.1s, -o-transform 0s ease 0.3s;
	-webkit-transition:opacity 0.3s ease 0s, visibility 0.3s ease 0.1s, -webkit-transform 0s ease 0.3s;
	transition:opacity 0.3s ease 0s, visibility 0.3s ease 0.1s, transform 0s ease 0.3s;
}

.language-selector .link {
	color:#111111;
}

.language-selector .link.active {
	color:#1C4199;
}

.language-selector.active {
	pointer-events:all;
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	-o-transition:opacity 0.3s ease 0s, visibility 0.3s ease 0s, -o-transform 0.3s ease 0s;
	-webkit-transition:opacity 0.3s ease 0s, visibility 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	transition:opacity 0.3s ease 0s, visibility 0.3s ease 0s, transform 0.3s ease 0s;
}

.language-selector.active > .section {
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	-o-transition:-o-transform 0.4s ease 0.1s, opacity 0.4s ease 0.1s;
	-webkit-transition:-webkit-transform 0.4s ease 0.1s, opacity 0.4s ease 0.1s;
	transition:transform 0.4s ease 0.1s, opacity 0.4s ease 0.1s;
}

.language-selector > .section {
	height:100%;
	padding-left:20px;
	padding-right:20px;
	overflow-y:auto;
	-webkit-transform:translateY(-100px);
	-ms-transform:translateY(-100px);
	transform:translateY(-100px);
	background-image:url(../../../../docs/de_CH-1996/50063/languageselector-world.png?v=1.1);
	background-repeat:no-repeat;
	background-size:auto;
	background-position:top 10px right 30px;
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	-o-transition:-o-transform 0.2s ease 0s, opacity 0.1s ease 0s;
	-webkit-transition:-webkit-transform 0.2s ease 0s, opacity 0.1s ease 0s;
	transition:transform 0.2s ease 0s, opacity 0.1s ease 0s;
}

.language-selector .type-triggers {
	padding-left:40px;
}

.language-selector .type-triggers .link {
	margin-right:20px;
	font-size:20px;
	color:#111111;
}

.language-selector .type-triggers .link.active {
	color:#1C4199;
}

.language-selector .types {
	width:100%;
}

.language-selector .types .type {
	position:relative;
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	visibility:hidden;
	-webkit-transform:translateX(-20px);
	-ms-transform:translateX(-20px);
	transform:translateX(-20px);
	-o-transition:all 0.15s ease 0s;
	-webkit-transition:all 0.15s ease 0s;
	transition:all 0.15s ease 0s;
}

.language-selector .types .type.active {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	visibility:visible;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	transform:translateX(0px);
}

.language-selector .backlink {
	height:100%;
	background-color:#B9C7DF;
	width:25px;
	position:absolute;
	top:0;
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	visibility:visible;
	left:0;
	z-index:10;
	display:none;
}

.language-selector .backlink.disabled {
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	visibility:hidden;
}

.language-selector .backlink .icon {
	font-size:40px;
	color:#FFFFFF;
	position:absolute;
	margin-left:-1px;
	top:50%;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
}

.language-selector .regions {
	width:230px;
	top:0;
	position:relative;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
	-o-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	padding-left:40px;
}

.language-selector .countries {
	position:absolute;
	width:350px;
	left:250px;
	top:-8px;
	padding-left:40px;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
	-o-transition:-o-transform 0.3s ease 0s;
	-webkit-transition:-webkit-transform 0.3s ease 0s;
	transition:transform 0.3s ease 0s;
}

.language-selector .countries .country {
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	visibility:hidden;
	-webkit-transform:translateX(-20px);
	-ms-transform:translateX(-20px);
	transform:translateX(-20px);
	-o-transition:all 0.15s ease 0s;
	-webkit-transition:all 0.15s ease 0s;
	transition:all 0.15s ease 0s;
}

.language-selector .countries .country.active {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	visibility:visible;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	transform:translateX(0px);
}

.language-selector .countries .country .d-button-solid {
	position:relative;
	height:34px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:5px;
	font-size:18px;
	padding-top:0;
	padding-right:9px;
	padding-bottom:0;
	padding-left:11px;
	line-height:34px;
	border-style:none;
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	-o-transition:opacity 0.3s ease 0s;
	-webkit-transition:opacity 0.3s ease 0s;
	transition:opacity 0.3s ease 0s;
	background-color:#FFFFFF;
}

.language-selector .countries .country .d-button-solid.active {
	background-color:#1C4199;
	color:#FFFFFF;
}

.language-selector .countries .country .d-small-listing-border {
	margin-bottom:0;
	margin-top:0;
}

.language-selector .countries .country .d-small-listing-border .col {
	margin:0;
}

.language-selector .countries .country .d-small-listing-border:hover .d-button-solid {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
}

.language-selector .countries .country .d-small-listing-border.active .d-button-solid {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
}

.language-selector .countries.small {
	width:230px;
}

.language-selector .addresses {
	position:absolute;
	left:480px;
	top:0;
	padding-left:40px;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
	-o-transition:-o-transform 0.3s ease 0s;
	-webkit-transition:-webkit-transform 0.3s ease 0s;
	transition:transform 0.3s ease 0s;
}

.language-selector .addresses .address {
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	visibility:hidden;
	-webkit-transform:translateX(-20px);
	-ms-transform:translateX(-20px);
	transform:translateX(-20px);
	-o-transition:all 0.15s ease 0s;
	-webkit-transition:all 0.15s ease 0s;
	transition:all 0.15s ease 0s;
}

.language-selector .addresses .address.active {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	visibility:visible;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
}

.language-selector .addresses .address .entry {
	width:340px;
	height:350px;
	float:left;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:20px;
	margin-bottom:20px;
}

.language-selector .addresses .address .entry .d-box-white {
	height:100%;
}

.language-selector .addresses .address .entry .text {
	margin-top:0;
}
/* style: Hauptstil language: default / engineId: default / pseudo: hover */
.language-selector .link:hover {
	text-decoration:none;
	color:#1C4199;
}

.language-selector .type-triggers .link:hover {
	color:#1C4199;
}

.language-selector .backlink:hover {
	background-color:#1C4199;
}

.language-selector .countries .country .d-button-solid:hover {
	background-color:#111111;
	color:#FFFFFF;
}
/* style: Hauptstil language: default / engineId: default / pseudo: last-child */
.language-selector .addresses .address:last-child {
	margin-right:0px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(ru) */
.language-selector .type-triggers .link:lang(ru) {
	font-size:18px;
}

.language-selector .countries .country .d-button-solid:lang(ru) {
	font-size:16px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(tr) */
.language-selector .type-triggers .link:lang(tr) {
	font-size:18px;
}

.language-selector .countries .country .d-button-solid:lang(tr) {
	font-size:16px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(zh) */
.language-selector .type-triggers .link:lang(zh) {
	font-size:18px;
}

.language-selector .countries .country .d-button-solid:lang(zh) {
	font-size:16px;
}

/* b-richtext */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.bo-richtext-input {
	line-height:1;
}

.pc3richtext a {
	margin-top:0;
	margin-bottom:0;
	in
		display:inline;
	font-size:inherit;
	text-decoration:underline;
	outline-style:none;
	display:inline-block;
	color:#1C4199;
	line-height:1.2;
}

.pc3richtext .text-intro {
	line-height:1.2;
}

.pc3richtext p strong {
	font-family:Calibri,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
}

.richtext ul {
	list-style-type:disc;
	margin-left:40px;
}

.richtext a {
	margin-top:0;
	margin-bottom:0;
	color:#1C4199;
	display:inline;
}

.richtext ol li {
	font-size:18px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: hover */
.richtext a:hover {
	text-decoration:underline;
}
/* style: Hauptstil language: default / engineId: default / pseudo: last-child */
.pc3richtext a:last-child {
	margin-bottom:0;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(ru) */
.pc3richtext a:lang(ru) {
	font-size:16px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(zh) */
.pc3richtext a:lang(zh) {
	font-size:16px;
}

/* b-table */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.b-table-wrap {
	overflow-x:auto;
	overflow-y:hidden;
}

.b-table {
	width:100%;
	border-collapse:collapse;
	text-align:left;
}

.b-table thead th {
	font-weight:bold;
	padding-top:0;
	padding-right:15px;
	padding-bottom:15px;
	padding-left:15px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#C1CAD1;
}

.b-table tr td {
	width:10%;
	vertical-align:top;
	padding-top:8px;
	padding-right:15px;
	padding-bottom:8px;
	padding-left:15px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#C1CAD1;
}

.table-subtitle-row .title {
	text-align:center;
}

.tc-left {
	text-align:left;
}

.tc-right {
	text-align:right;
}

.tc-center {
	text-align:center;
}

/* forms */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
input {
	font-family:Calibri,Arial,sans-serif;
	font-weight:normal;
	font-style:normal;
}

.form-fieldset {
	border-width:0;
	border-style:none;
	padding:0;
	margin-left:0;
	margin-right:0;
}

.form-group {
	display:flex;
	margin-top:20px;
	margin-bottom:20px;
}

.form-group:first-child {
	margin-top:0;
}

.text.paragraph.form-label {
	min-width:200px;
	max-width:200px;
	margin-bottom:0;
	line-height:20px;
	padding-top:9px;
}

.form-error .form-label {
	color:#FF3333;
}

.form-error.form-input-checkbox .text {
	color:#FF3333;
}

.form-required .form-label:after {
	content:'*';
	margin-left:5px;
}

.form-required > .text:after {
	content:'*';
	margin-left:5px;
}

.form-input-wrapper {
	flex:1 0 auto;
}

.form-input-wrapper.icon {
	position:relative;
}

.form-input-wrapper.icon:before {
	font-size:26px;
	position:absolute;
	line-height:40px;
	top:0;
	right:0;
	padding-top:0;
	padding-right:10px;
	padding-bottom:0;
	padding-left:10px;
	pointer-events:none;
}

.form-input-wrapper.icon .form-input {
	padding-right:34px;
}

.form-input-wrapper.has-reset .form-input {
	padding-right:54px;
}

.g-recaptcha {
	max-width:100%;
}

.g-recaptcha > div {
	width:auto !important;
	max-width:100%;
}

.g-recaptcha iframe {
	max-width:100%;
}

.g-recaptcha .rc-anchor-normal {
	width:auto;
}

.form-dropdown {
	width:100%;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	cursor:pointer;
	background-color:#FFFFFF;
}

.form-input {
	flex:1 1 auto;
	width:100%;
	outline-style:none;
	padding-top:8px;
	padding-right:10px;
	padding-bottom:7px;
	padding-left:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-size:16px;
	font-family:Calibri,Arial,sans-serif;
	font-weight:normal;
	font-style:normal;
	border-width:1px;
	border-style:solid;
	border-color:#C1CAD1;
}

textarea.form-input {
	height:120px;
}

.form-checkbox-list {
	flex:1 1 100%;
	padding-top:7px;
	padding-right:0;
	padding-bottom:7px;
	padding-left:0;
}

.form-input-checkbox {
	margin-bottom:10px;
	cursor:pointer;
	display:flex;
}

.form-input-checkbox input {
	width:20px;
	height:20px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border-style:solid;
	border-width:1px;
	border-color:#C1CAD1;
	background-color:#FFFFFF;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	outline-style:none;
	cursor:pointer;
	position:relative;
	margin-top:0;
	margin-right:10px;
	margin-bottom:0;
	margin-left:0;
	vertical-align:middle;
	flex-shrink:0;
}

.form-input-checkbox:hover input:after {
	-ms-filter:Alpha(opacity=30);
	filter:Alpha(opacity=30);
	opacity:0.3;
}

.form-input-checkbox input:after {
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	position:absolute;
	content:'C';
	font-family:Touchway;
	font-weight:normal;
	font-style:normal;
	color:#1C4199;
	font-size:22px;
	top:50%;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
}

.form-input-checkbox .text {
	line-height:20px;
	vertical-align:middle;
	cursor:pointer;
	margin-top:0;
}

.form-input-checkbox .text.paragraph {
	line-height:20px;
	vertical-align:middle;
	cursor:pointer;
	margin-top:0;
}

.form-input-checkbox .text.paragraph.form-label {
	padding-top:0;
}

.form-radio-list {
	flex:4 0 0;
	padding-top:7px;
	padding-right:0;
	padding-bottom:7px;
	padding-left:0;
}

.form-input-radio {
	margin-bottom:10px;
	cursor:pointer;
	display:flex;
}

.form-input-radio input {
	width:20px;
	height:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	border-style:solid;
	border-width:1px;
	border-color:#C1CAD1;
	background-color:#FFFFFF;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	outline-style:none;
	cursor:pointer;
	position:relative;
	margin-top:0;
	margin-right:10px;
	margin-bottom:0;
	margin-left:0;
	vertical-align:middle;
	flex-shrink:0;
}

.form-input-radio:hover input:after {
	-ms-filter:Alpha(opacity=30);
	filter:Alpha(opacity=30);
	opacity:0.3;
}

.form-input-radio input:after {
	content:'';
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	position:absolute;
	background-color:#1C4199;
	width:12px;
	height:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	top:50%;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
}

.form-input-radio .text {
	line-height:20px;
	vertical-align:middle;
	cursor:pointer;
	margin-top:0;
	margin-bottom:0;
}

.form-input-radio .text.paragraph {
	line-height:20px;
	vertical-align:middle;
	cursor:pointer;
	margin-top:0;
	margin-bottom:0;
}

.form-input-button-wrapper {
	width:100%;
}

.form-input-button.d-button-solid {
	cursor:pointer;
	padding-top:10px;
	padding-bottom:11px;
	outline-width:0px;
}

.form-input-search {
	width:100%;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

.form-input-search.has-value + .form-input-reset {
	display:block;
}

.form-input-search + .form-input-reset {
	display:none;
}

.form-input-reset {
	font-family:Touchway;
	font-weight:normal;
	font-style:normal;
	padding:10px;
	position:absolute;
	right:24px;
	top:50%;
	font-size:30px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	border-style:none;
	background-color:transparent;
	outline-style:none;
}
/* style: Hauptstil language: default / engineId: default / pseudo: hover */
.form-input-reset:hover {
	color:#1C4199;
}
/* style: Hauptstil language: default / engineId: default / pseudo: disabled */
.form-input-checkbox input:disabled {
	pointer-events:none;
}
/* style: Hauptstil language: default / engineId: default / pseudo: last-child */
.form-group:last-child {
	margin-bottom:0;
}

.form-input-checkbox:last-child {
	margin-bottom:0;
}

.form-input-radio:last-child {
	margin-bottom:0;
}
/* style: Hauptstil language: default / engineId: default / pseudo: checked:after */
.form-input-checkbox input:checked:after {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
}

.form-input-radio input:checked:after {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(ru) */
.form-input:lang(ru) {
	font-size:14px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(tr) */
.form-input:lang(tr) {
	font-size:14px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(zh) */
.form-input:lang(zh) {
	font-size:14px;
}

/* b-list */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.list {
	padding-left:18px;
}

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

.list .list-item:first-child {
	margin-top:0;
}

.list .list-item .text {
	margin-top:0;
	margin-bottom:0;
}

.list .list-item > .link-wrap {
	width:100%;
}

.list .list-item .link-wrap {
	margin-top:0;
	margin-bottom:0;
}

.list .list-item .link-wrap .link {
	margin-top:0;
	margin-bottom:0;
}

.list .list-item.list-level-2 {
	margin-left:30px;
	list-style-type:circle;
}

.list-ul {
	list-style-type:disc;
}

.list-link {
	list-style-type:none;
	padding:0;
}

.list-dl {
	border-collapse:collapse;
	padding-left:0;
	display:table;
}

.list-dl .list-item {
	width:100%;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#C1CAD1;
}

.list-dl .list-item:first-child {
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#C1CAD1;
}

.list-dl .list-item td {
	padding-top:10px;
	padding-bottom:10px;
}

.list-dl .list-item-term {
	padding-top:0;
}

.list-dl .list-item-definition {
	padding-bottom:0;
}

.fe.list-dl {
	margin-bottom:-2px;
}

.list-item-term {
	font-family:Calibri,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
	padding-right:10px;
	width:30%;
}

.list-style-simple {
	display:table;
}

.list-style-simple .list-item {
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-bottom-color:#C1CAD1;
}

.list-style-simple .list-item:first-child {
	border-top-style:solid;
	border-top-width:0px;
	border-top-color:#C1CAD1;
}

.list-style-simple .list-item.fe {
	width:100%;
}

.list-style-simple .list-item-term {
	width:20px;
}

.list-style-simple .fe.list-item-term {
	min-width:20px;
}

.m-newsletter .list-dl {
	display:table;
	width:100%;
}

.m-newsletter .list-item-term {
	width:25%;
}

.m-newsletter .list-item-definition {
	width:75%;
}

.m-newsletter .list-item-minwidth {
	width:15px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: last-child */
.list .list-item:last-child {
	margin-bottom:0;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(ru) */
.list-item-term:lang(ru) {
	font-family:Arial, sans-serif;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(tr) */
.list-item-term:lang(tr) {
	font-family:Arial, sans-serif;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(zh) */
.list-item-term:lang(zh) {
	font-family:Arial, sans-serif;
}

/* b-accordeon */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.pc3-ui-accordion-box {
	position:relative;
	margin-bottom:5px;
}

.pc3-ui-accordion-box-body {
	overflow:hidden;
	position:relative;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.pc3-ui-accordion-box-content {
	bottom:0px;
	position:relative;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.pc3-ui-accordion-box-header {
	position:relative;
	-webkit-tap-highlight-color:transparent;
}

.pc3-ui-accordion-box-initial > .pc3-ui-accordion-box-body {
	height:0px;
}

.pc3-ui-accordion-box-initial > .pc3-ui-accordion-box-body .pc3-ui-accordion-box-content {
	position:absolute;
}

.b-accordeon-box-header {
	background-color:#E7EBEE;
	padding:10px;
	cursor:pointer;
}
/* style: Hauptstil language: default / engineId: default / pseudo: last-child */
.pc3-ui-accordion-box:last-child {
	margin-bottom:0px;
}

/* m-alertify */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.xl-body .alertify-notifier .ajs-message {
	background-color:#1C4199;
	font-family:Calibri,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#111111;
	text-shadow:0px 0px;
}

.xl-body .alertify-notifier .ajs-message.ajs-error {
	background-color:#FF3333;
	font-family:Calibri,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#FF3333;
	text-shadow:0px 0px;
}

/* m-calltoaction */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.overlay-calltoaction {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	padding:25px;
	color:#FFFFFF;
	background-color:#1C4199;
	z-index:10;
	text-align:center;
	border-top-width:5px;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	-o-transition:all 0.3s ease-in 0s;
	-webkit-transition:all 0.3s ease-in 0s;
	transition:all 0.3s ease-in 0s;
}

.overlay-calltoaction.hidden {
	-webkit-transform:translateY(100%);
	-ms-transform:translateY(100%);
	transform:translateY(100%);
}

.overlay-calltoaction .close-call-to-action {
	position:absolute;
	right:0px;
	top:-20px;
	font-size:30px;
}

/* m-filter */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.m-filter .entry-wrapper {
	min-height:50vh;
}

.m-filter.d-box-dark {
	padding-top:0;
	padding-bottom:0;
}

.m-filter .negative-text .d-button-solid {
	color:#1C4199;
	background-color:#B9C7DF;
	white-space:nowrap;
}

.m-filter .negative-text .d-button-solid.active {
	background-color:#E7EBEE;
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
}

.m-filter .section.filter-level-one {
	padding:0;
	margin-bottom:0;
	margin-top:0;
	padding-bottom:0;
}

.m-filter .section.filter-level-one > .section {
	margin-bottom:0;
}

.m-filter .section.filter-level-one .title {
	color:#FFFFFF;
	margin-bottom:70px;
}

.m-filter .section.filter-level-one .d-button-solid {
	border-style:none;
	padding-top:12px;
	padding-bottom:12px;
}

.m-filter .filter-level-two {
	padding-top:30px;
	padding-bottom:30px;
	margin-top:0;
	margin-bottom:0;
}

.m-filter .filter-level-two > .section > .text {
	margin-top:0;
	margin-bottom:10px;
	margin-left:-15px;
}

.m-filter .filter-level-two .form-input-wrapper {
	width:100%;
	margin-right:40px;
}

.m-filter .filter-level-two .b-entry.link {
	width:100%;
	padding-bottom:8px;
	padding-top:8px;
}

.m-filter .filter-level-two .b-entry.link .b-e-header {
	margin:0;
}

.m-filter .filter-level-two .b-entry.link .b-e-header .b-image {
	height:40px;
	width:40px;
}

.m-filter .filter-level-two .b-entry.link .b-e-content {
	border-style:solid;
	border-width:1px;
	border-color:#C1CAD1;
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	margin-right:40px;
	color:#1C4199;
	-o-transition:background-color 0.3s ease 0s;
	-webkit-transition:background-color 0.3s ease 0s;
	transition:background-color 0.3s ease 0s;
	overflow:hidden;
}

.m-filter .filter-level-two .b-entry.link .b-e-content .text {
	padding-top:8px;
	padding-right:8px;
	padding-bottom:9px;
	padding-left:12px;
	width:100%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.m-filter .filter-level-two .b-entry.link.active .b-e-content {
	background-color:#FFFFFF;
}

.m-filter .filter-level-two .b-entry.link:hover .b-e-content {
	background-color:#FFFFFF;
}

.m-filter .filter-level-three {
	margin-top:5px;
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	max-height:0;
	will-change:max-height;
	overflow:hidden;
	-o-transition:max-height 0.4s ease-in 0s, opacity 0.3s ease 0s;
	-webkit-transition:max-height 0.4s ease-in 0s, opacity 0.3s ease 0s;
	transition:max-height 0.4s ease-in 0s, opacity 0.3s ease 0s;
}

.m-filter .filter-level-three.active {
	will-change:max-height;
	max-height:800px;
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
}

.m-filter .activate-filter-wrapper {
	margin-top:0;
	margin-bottom:0;
}

.m-filter .activate-filter-wrapper .section {
	margin-top:0;
	margin-bottom:0;
}

.m-filter .activate-filter-wrapper .multicolumn {
	margin-top:25px;
	margin-bottom:20px;
}

.m-filter .activate-filter-wrapper .form-input-wrapper {
	width:200px;
}

.m-filter .activate-filter-wrapper .form-input-checkbox {
	position:relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.m-filter .form-input-checkbox.hidden {
	display:none;
}

.m-filter .form-input-checkbox .text {
	margin-top:0;
}

.m-filter .form-input-checkbox.disabled {
	pointer-events:none;
}

.m-filter .b-listing .b-entry.filter {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	-webkit-transform:translateX(1);
	-ms-transform:translateX(1);
	transform:translateX(1);
	-o-transition:background-color 0.2s ease 0s, opacity 0.2s ease 0s, -o-transform 0.2s ease 0s;
	-webkit-transition:background-color 0.2s ease 0s, opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
	transition:background-color 0.2s ease 0s, opacity 0.2s ease 0s, transform 0.2s ease 0s;
}

.m-filter .b-listing .b-entry.filter.hidden {
	-webkit-transform:translateX(-10px);
	-ms-transform:translateX(-10px);
	transform:translateX(-10px);
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
}

.m-filter .b-listing .b-entry.filter.gone {
	display:none;
}

.m-filter .b-listing .b-entry.filter.fulltext-hidden {
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	-o-transition:background-color 0.2s ease 0s, opacity 0.2s ease 0s;
	-webkit-transition:background-color 0.2s ease 0s, opacity 0.2s ease 0s;
	transition:background-color 0.2s ease 0s, opacity 0.2s ease 0s;
}

.m-filter .b-listing .b-entry.filter.fulltext-gone {
	display:none;
}

.m-filter .d-spacing .col {
	padding-left:2.5px;
	padding-right:2.5px;
}

.m-filter .filter-title {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
	max-height:84px;
	overflow:hidden;
	-o-transition:opacity 0.2s ease 0s, -o-transform 0.2s ease 0s, max-height 0.1s ease 0s;
	-webkit-transition:opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s, max-height 0.1s ease 0s;
	transition:opacity 0.2s ease 0s, transform 0.2s ease 0s, max-height 0.1s ease 0s;
}

.m-filter .filter-title .title {
	margin-bottom:-30px;
}

.m-filter .filter-title.hidden {
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	-webkit-transform:translateX(-10px);
	-ms-transform:translateX(-10px);
	transform:translateX(-10px);
	max-height:0;
}

.m-filter .no-result-message {
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	visibility:hidden;
	-o-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	position:relative;
	margin-top:80px;
}

.m-filter .no-result-message .icon {
	font-size:34px;
	margin-right:10px;
}

.m-filter .no-result-message .icon:before {
	position:relative;
}

.m-filter .no-result-message.visible {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	visibility:visible;
}

.m-filter .structure-filter-wrapper .b-entry {
	margin-bottom:8px;
}

.d-structure-filter {
	padding-top:30px;
	padding-bottom:30px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: hover */
.m-filter .negative-text .d-button-solid:hover {
	background-color:#E7EBEE;
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
}
/* style: Hauptstil language: default / engineId: default / pseudo: last-child */
.m-filter .filter-level-two .b-listing:last-child {
	margin-bottom:0px;
}

/* m-sort */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.mod-sort .sort-functions {
	position:absolute;
	top:100px;
	z-index:1;
	right:15px;
}

.mod-sort .sort-functions .link {
	font-size:16px;
	color:#FFFFFF;
	padding-right:15px;
	text-align:right;
	display:block;
	white-space:nowrap;
}

.mod-sort .sort-functions .link strong {
	margin-right:5px;
	text-transform:uppercase;
}

.mod-sort .sort-functions .link i {
	margin-left:10px;
}

.mod-sort .list-item {
	cursor:move;
	height:auto !important;
	border-width:2px;
	border-style:dotted;
	border-color:#C1CAD1;
	-webkit-transform:scale(0.95);
	-ms-transform:scale(0.95);
	transform:scale(0.95);
}

.mod-sort .list-item.ghost-element {
	border-width:2px;
	border-style:dotted;
	border-color:#1C4199;
	-webkit-transform:scale(0.95);
	-ms-transform:scale(0.95);
	transform:scale(0.95);
}

.mod-sort .list-item .b-e-header {
	display:none;
}

.mod-sort .list-item .b-e-content > .text {
	display:none;
}

/* slider */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.slider-dots {
	height:13px;
	margin-top:20px;
	margin-bottom:50px;
	width:100%;
}

.slider-dots .dot {
	width:13px;
	height:13px;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px;
	margin-top:0;
	margin-right:10px;
	margin-bottom:0;
	margin-left:10px;
	cursor:pointer;
	-o-transition:background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition:background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition:background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background-color:#E7EBEE;
}

.slider-dots .dot.active {
	background-color:#1C4199;
}

.m-slider .scroller {
	display:block;
	height:100%;
	position:relative;
	-webkit-transform:translate3d(0%, 0, 0);
	-ms-transform:translate3d(0%, 0, 0);
	transform:translate3d(0%, 0, 0);
}

.m-slider .slider {
	padding:0;
	overflow:hidden;
	position:relative;
}

.m-slider .slider.slider-inset-border:after {
	content:'';
	position:absolute;
	border-style:solid;
	border-width:20px;
	border-color:#E7EBEE;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	pointer-events:none;
}

.m-slider .slider.slider-inset-border.negative-text:after {
	border-color:#1C4199;
}

.m-slider .slide {
	width:100%;
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	float:left;
	height:100%;
	max-width:100%;
}

.m-slider .slide .b-image {
	height:100%;
	width:100%;
	display:block;
}

.m-slider .slide.mod-no-padding {
	padding:0;
}

.m-listing-slider {
	position:relative;
}

.m-listing-slider.b-listing-boxes {
	display:inline-block;
}

.m-listing-slider .b-listing {
	flex-wrap:nowrap;
	justify-content:initial;
}

.m-listing-slider .b-listing .b-entry {
	margin-top:0;
	-o-transition:opacity 0.2s ease 0s, background-color 0.2s ease 0s;
	-webkit-transition:opacity 0.2s ease 0s, background-color 0.2s ease 0s;
	transition:opacity 0.2s ease 0s, background-color 0.2s ease 0s;
}

.m-listing-slider .b-listing .b-entry.ghost {
	-ms-filter:Alpha(opacity=30);
	filter:Alpha(opacity=30);
	opacity:0.3;
}

.m-listing-slider .l-s-scroller-wrapper {
	max-width:100%;
	display:inline-block;
	margin-bottom:-4px;
	overflow:hidden;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	position:relative;
}

.m-listing-slider .l-s-scroller {
	display:inline-block;
	-o-transition:-o-transform 0.4s ease 0s;
	-webkit-transition:-webkit-transform 0.4s ease 0s;
	transition:transform 0.4s ease 0s;
}

.m-listing-slider .l-s-controls .l-s-c-control {
	position:absolute;
	display:inline-block;
	padding-top:0px;
	padding-right:14px;
	padding-bottom:0px;
	padding-left:14px;
	font-size:50px;
	cursor:pointer;
	color:#1C4199;
	background-color:#FFFFFF;
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	visibility:visible;
	-o-transition:opacity 0.2s ease 0s, background-color 0.2s ease 0s;
	-webkit-transition:opacity 0.2s ease 0s, background-color 0.2s ease 0s;
	transition:opacity 0.2s ease 0s, background-color 0.2s ease 0s;
	top:110px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.m-listing-slider .l-s-controls .l-s-c-control.hidden {
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	visibility:hidden;
}

.m-listing-slider .l-s-controls .l-s-c-next {
	right:-40px;
}

.m-listing-slider .l-s-controls .l-s-c-prev {
	left:-40px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: hover */
.slider-dots .dot:hover {
	background-color:#1C4199;
}

.slider-dots .dot.active:hover {
	background-color:#1C4199;
}

.m-listing-slider .l-s-controls .l-s-c-control:hover {
	background-color:#E7EBEE;
}

.m-listing-slider .l-s-controls .l-s-c-control.hidden:hover {
	opacity:0;
}

/* icons */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.icon {
	font-family:Touchway;
	font-weight:normal;
	font-style:normal;
}

.icon.icon-tag:before {
	content:'`';
}

.icon.icon-arrow-right:before {
	content:'(';
}

.icon.icon-arrow-left:before {
	content:'&';
}

.icon.icon-caret-left:before {
	content:'0';
}

.icon.icon-caret-down:before {
	content:'s';
	position:absolute;
	top:1px;
}

.icon.icon-hamburger:before {
	content:'G';
}

.icon.icon-search:before {
	content:'S';
}

.icon.icon-world:before {
	content:'W';
}

.icon.icon-document:before {
	content:'q';
}

.icon.icon-mail:before {
	content:'D';
}

.icon.icon-user:before {
	content:'U';
}

.icon.icon-letter:before {
	content:'D';
}

.icon.icon-marker:before {
	content:'e';
}

.icon.icon-calendar:before {
	content:'y';
}

.icon.icon-plus:before {
	content:'8';
}

.icon.icon-play:before {
	content:'7';
}

.icon.icon-pause:before {
	content:'6';
}

.icon.icon-mute:before {
	content:'a';
}

.icon.icon-unmute:before {
	content:'d';
}

.icon.icon-sort:before {
	content:'\00F6';
}

.icon.icon-check:before {
	content:'C';
}

.icon.icon-bin:before {
	content:'t';
}

.icon.icon-close:before {
	content:'X';
}

/* b-spacer */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.b-spacer-xxs {
	margin-bottom:10px;
}

.b-spacer-xs {
	margin-bottom:20px;
}

.b-spacer-s {
	margin-bottom:40px;
}

.b-spacer-m {
	margin-bottom:80px;
}

.b-spacer-l {
	margin-bottom:100px;
}

.b-spacer-xl {
	margin-bottom:120px;
}

.b-spacer-xxl {
	margin-bottom:160px;
}

.b-spacer-jumbo {
	margin-bottom:200px;
}

.b-spacer-flex {
	flex:1 0 auto;
}

.m-newsletter .b-spacer {
	font-size:0;
	height:0;
	line-height:0;
	display:block;
	width:100%;
}

.m-newsletter .b-spacer-xxs {
	margin-top:10px;
	margin-bottom:0;
}

.m-newsletter .b-spacer-xs {
	margin-top:20px;
	margin-bottom:0;
}

.m-newsletter .b-spacer-s {
	margin-top:40px;
	margin-bottom:0;
}

.m-newsletter .b-spacer-m {
	margin-top:80px;
	margin-bottom:0;
}

.m-newsletter .b-spacer-l {
	margin-top:100px;
	margin-bottom:0;
}

.m-newsletter .b-spacer-xl {
	margin-top:120px;
	margin-bottom:0;
}

.m-newsletter .b-spacer-xxl {
	margin-top:160px;
	margin-bottom:0;
}

.m-newsletter .b-spacer-jumbo {
	margin-top:200px;
	margin-bottom:0;
}

/* multirow */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.multirow {
	display:flex;
	flex-direction:column;
	height:100%;
}

.multirow .flex {
	flex:1 0 auto;
}

/* m-products */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.m-products .b-entry .title {
	margin-top:10px;
	margin-bottom:20px;
}

.m-products .b-entry .d-icon-link {
	margin-top:0;
	margin-bottom:0;
	font-size:16px;
	line-height:22px;
}

.m-products .b-entry .d-icon-link .text {
	margin:0;
}

.m-products .b-entry .d-icon-link .icon {
	top:1px;
	font-size:22px;
	min-width:20px;
	margin-right:0;
	color:#1C4199;
	text-align:left;
}

.m-products .show-more {
	margin-top:40px;
}

.m-products .b-listing.b-listing-links.b-listing-horizontal .b-entry.d-document {
	padding-top:15px;
}

.m-products .visual {
	height:418px;
}

.m-products .visual .title {
	margin-top:0;
}

.m-products .visual .title-h1 {
	margin-top:10px;
}

.m-products .visual .image-wrapper {
	height:100%;
}

.m-products .visual .image-zoom-link {
	height:100%;
	display:block;
}

.m-products .visual .col-1.add-background {
	position:relative;
}

.m-products .visual .col-1.add-background:after {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	background-color:#000000;
	background-color:rgba(0,0,0,0.345);
}

.m-products .visual .b-image {
	height:100%;
	object-fit:cover;
}

.m-products .product-list .b-entry.b-entry-filler {
	height:0;
}

.m-products .product-list .b-entry {
	height:520px;
}

.m-products .product-list .b-entry .b-image {
	height:190px;
}

.m-products .product-type img {
	display:block;
	margin-right:20px;
}

.m-products .product-type .title {
	line-height:40px;
}

.m-products .d-small {
	margin-top:5px;
	margin-bottom:5px;
}

.m-products .video-scaling {
	padding-top:56%;
	position:relative;
}

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

.m-products .list {
	padding-left:15px;
	list-style-type:disc;
}

.m-products .list > li {
	list-style-type:disc;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(ru) */
.m-products .b-entry .d-icon-link:lang(ru) {
	font-size:14px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(tr) */
.m-products .b-entry .d-icon-link:lang(tr) {
	font-size:14px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(zh) */
.m-products .b-entry .d-icon-link:lang(zh) {
	font-size:14px;
}

/* m-references */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.m-references .product-list .list-item {
	height:400px;
}

.m-references .visual {
	height:518px;
}

.m-references .visual .image-wrapper {
	height:100%;
}

.m-references .visual .image-zoom-link {
	height:100%;
	display:block;
}

.m-references .visual .title {
	margin-top:0;
}

.m-references .visual .title-h1 {
	margin-top:10px;
}

.m-references .visual .b-image {
	height:100%;
	object-fit:cover;
}

.m-references .reference-list {
	margin-top:80px;
}

.m-references .reference-list .b-entry {
	height:400px;
}

.m-references .reference-list .b-entry .b-image {
	height:190px;
}

.m-references .reference-list .b-entry.b-entry-filler {
	height:0;
}

.m-references .b-table {
	table-layout:fixed;
}

.m-references .b-table td:first-child {
	width:150px;
}

.m-references .list .b-l-entry .link {
	height:380px;
}

.m-references .product .link {
	padding-bottom:10px;
}

.m-references .section .filter-title:first-child {
	margin-bottom:10px !important;
	margin-top:0px;
}

.m-references .section .filter-title {
	margin-bottom:10px !important;
	margin-top:20px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: last-child */
.m-references .b-table td:last-child {
	width:100%;
}

/* defaults */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.reset-browser-spacing-defaults,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
	margin:0;
	padding:0;
}

ul {
	list-style-type:none;
}

a {
	text-decoration:none;
}

table td {
	padding:0;
}

/* b-title */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.title {
	margin-top:10px;
	margin-bottom:10px;
	font-display:swap;
}

.title:first-child {
	margin-top:0;
}

.title.fe.fe-first-child {
	margin-top:0;
}

.m-newsletter .title {
	margin-top:20px;
	margin-bottom:0;
	line-height:1;
}

.m-newsletter .title:first-child {
	margin-top:0;
}

.title-h1 {
	font-family:Calibri,Arial,sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:40px;
}

.title-h2 {
	font-family:Calibri,Arial,sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:36px;
}

.title-h3 {
	font-family:Calibri,Arial,sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:30px;
}

.title-h4 {
	font-size:20px;
	font-family:Calibri,Arial,sans-serif;
	font-weight:400;
	font-style:normal;
}

.title-extra {
	font-family:Calibri,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
}
/* style: Hauptstil language: default / engineId: default / pseudo: last-child */
.title:last-child {
	margin-bottom:0;
}

.title.fe:last-child {
	margin-bottom:10px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(ru) */
.title-h1:lang(ru) {
	font-family:Arial, sans-serif;
	font-size:36px;
}

.title-h2:lang(ru) {
	font-family:Arial, sans-serif;
	font-size:30px;
}

.title-h3:lang(ru) {
	font-family:Arial, sans-serif;
	font-size:24px;
}

.title-h4:lang(ru) {
	font-size:18px;
	font-family:Arial, sans-serif;
}

.title-extra:lang(ru) {
	font-family:Arial, sans-serif;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(tr) */
.title-h1:lang(tr) {
	font-family:Arial, sans-serif;
	font-size:36px;
}

.title-h2:lang(tr) {
	font-family:Arial, sans-serif;
	font-size:30px;
}

.title-h3:lang(tr) {
	font-family:Arial, sans-serif;
	font-size:24px;
}

.title-h4:lang(tr) {
	font-size:18px;
	font-family:Arial, sans-serif;
}

.title-extra:lang(tr) {
	font-family:Arial, sans-serif;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(zh) */
.title-h1:lang(zh) {
	font-family:Arial, sans-serif;
	font-size:36px;
}

.title-h2:lang(zh) {
	font-family:Arial, sans-serif;
	font-size:30px;
}

.title-h3:lang(zh) {
	font-family:Arial, sans-serif;
	font-size:24px;
}

.title-h4:lang(zh) {
	font-size:18px;
	font-family:Arial, sans-serif;
}

.title-extra:lang(zh) {
	font-family:Arial, sans-serif;
}

/* b-text */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.text {
	margin-top:10px;
	margin-bottom:10px;
}

.text:first-child {
	margin-top:0;
}

.text.fe.fe-first-child {
	margin-top:0;
}

.m-newsletter .text {
	margin-top:20px;
	margin-bottom:0;
}

.m-newsletter .text:first-child {
	margin-top:0;
}

.text.paragraph {
	font-size:18px;
	line-height:1.2;
}

.text.text-intro {
	font-size:20px;
}

.text.text-remark {
	font-size:14px;
}

.text.text-quote {
	font-size:36px;
}

.text.text-quote:before {
	content:"«";
}

.text.text-quote:after {
	content:"»";
}

.text.text-highlight {
	font-family:Calibri,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
}

.blocktext {
	height:100%;
	max-width:500px;
}

.text.d-text-big {
	font-size:24px;
}

.text.d-text-medium {
	font-size:20px;
}

.text.d-text-small {
	font-size:14px;
}

strong {
	font-family:Calibri,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
}

em {
	font-style:italic;
}

.bo-text-preview-list {
	line-height:1;
}

.bo-sl-option-text-color-grey0 {
	background-color:#000000;
}

.bo-sl-option-text-color-grey1 {
	background-color:#111111;
}

.bo-sl-option-text-color-grey2 {
	background-color:#222222;
}

.bo-sl-option-text-color-grey3 {
	background-color:colors/$grey3;
}

.bo-sl-option-text-color-grey4 {
	background-color:#C1CAD1;
}

.bo-sl-option-text-color-grey5 {
	background-color:#B9C7DF;
}

.bo-sl-option-text-color-grey6 {
	background-color:#E7EBEE;
}

.bo-sl-option-text-color-grey7 {
	background-color:#FFFFFF;
}

.bo-sl-option-text-color-deco1 {
	background-color:#1C4199;
}

.bo-sl-option-text-color-deco2 {
	background-color:#010149;
}

.bo-sl-option-text-color-deco3 {
	background-color:#6A83BC;
}

.bo-sl-option-text-color-deco4 {
	background-color:colors/$deco4;
}

.bo-sl-option-text-color-deco5 {
	background-color:colors/$deco5;
}

.bo-sl-option-text-color-deco6 {
	background-color:colors/$deco6;
}

.bo-sl-option-text-color-deco7 {
	background-color:colors/$deco7;
}

.bo-sl-option-text-color-ok {
	background-color:#00E673;
}

.bo-sl-option-text-color-warning {
	background-color:#FFB733;
}

.bo-sl-option-text-color-error {
	background-color:#FF3333;
}

.text-color-grey0,
.link.text-color-grey0 {
	color:#000000;
}

.text-color-grey1,
.link.text-color-grey1 {
	color:#111111;
}

.text-color-grey2,
.link.text-color-grey2 {
	color:#222222;
}

.text-color-grey3,
.link.text-color-grey3 {
	color:colors/$grey3;
}

.text-color-grey4,
.link.text-color-grey4 {
	color:#C1CAD1;
}

.text-color-grey5,
.link.text-color-grey5 {
	color:#B9C7DF;
}

.text-color-grey6,
.link.text-color-grey6 {
	color:#E7EBEE;
}

.text-color-grey7,
.link.text-color-grey7 {
	color:#FFFFFF;
}

.text-color-deco1,
.link.text-color-deco1 {
	color:#1C4199;
}

.text-color-deco2,
.link.text-color-deco2 {
	color:#010149;
}

.text-color-deco3 {
	color:#6A83BC;
}

.link.text-color-deco3 {
	color:colors/$deco7;
}

.text-color-deco4,
.link.text-color-deco4 {
	color:colors/$deco4;
}

.text-color-deco5,
.link.text-color-deco5 {
	color:colors/$deco5;
}

.text-color-deco6,
.link.text-color-deco6 {
	color:colors/$deco6;
}

.text-color-deco7,
.link.text-color-deco7 {
	color:colors/$deco7;
}

.text-color-ok,
.link.text-color-ok {
	color:#00E673;
}

.text-color-warning,
.link.text-color-warning {
	color:#FFB733;
}

.text-color-error,
.link.text-color-error {
	color:#FF3333;
}

.text-align-left {
	text-align:left;
}

.text-align-center {
	text-align:center;
}

.text-align-right {
	text-align:right;
}
/* style: Hauptstil language: default / engineId: default / pseudo: last-child */
.text:last-child {
	margin-bottom:0;
}

.text.fe:last-child {
	margin-bottom:10px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(ru) */
.text.paragraph:lang(ru) {
	font-size:16px;
}

.text.text-intro:lang(ru) {
	font-size:18px;
}

.text.text-remark:lang(ru) {
	font-size:12px;
}

.text.text-quote:lang(ru) {
	font-size:30px;
}

.text.text-highlight:lang(ru) {
	font-family:Arial, sans-serif;
}

.text.d-text-big:lang(ru) {
	font-size:20px;
}

.text.d-text-medium:lang(ru) {
	font-size:18px;
}

.text.d-text-small:lang(ru) {
	font-size:12px;
}

strong:lang(ru) {
	font-family:Arial, sans-serif;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(tr) */
.text.paragraph:lang(tr) {
	font-size:16px;
}

.text.text-intro:lang(tr) {
	font-size:18px;
}

.text.text-remark:lang(tr) {
	font-size:12px;
}

.text.text-quote:lang(tr) {
	font-size:30px;
}

.text.text-highlight:lang(tr) {
	font-family:Arial, sans-serif;
}

.text.d-text-big:lang(tr) {
	font-size:20px;
}

.text.d-text-medium:lang(tr) {
	font-size:18px;
}

.text.d-text-small:lang(tr) {
	font-size:12px;
}

strong:lang(tr) {
	font-family:Arial, sans-serif;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(zh) */
.text.paragraph:lang(zh) {
	font-size:16px;
}

.text.text-intro:lang(zh) {
	font-size:18px;
}

.text.text-remark:lang(zh) {
	font-size:12px;
}

.text.text-quote:lang(zh) {
	font-size:30px;
}

.text.text-highlight:lang(zh) {
	font-family:Arial, sans-serif;
}

.text.d-text-big:lang(zh) {
	font-size:20px;
}

.text.d-text-medium:lang(zh) {
	font-size:18px;
}

.text.d-text-small:lang(zh) {
	font-size:12px;
}

strong:lang(zh) {
	font-family:Arial, sans-serif;
}

/* b-delimiter */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.b-delimiter {
	width:100%;
	height:1px;
	background-color:#C1CAD1;
	border-style:none;
	margin-top:20px;
	margin-bottom:20px;
}

.b-delimiter:first-child {
	margin-top:0;
}

.m-newsletter .b-delimiter {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#C1CAD1;
	height:0;
	margin-top:0;
	margin-bottom:0;
	background-color:transparent;
}

.m-newsletter .b-delimiter:first-child {
	margin-top:0;
}

.m-newsletter .section.delimiter {
	margin-bottom:0;
}

.m-newsletter .delimiter .col {
	height:0;
}

.m-newsletter .delimiter .border {
	margin-top:-1px;
	font-size:0;
	line-height:0;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#C1CAD1;
}

.section.delimiter {
	margin-top:40px;
	margin-bottom:20px;
}

.multicolumn.delimiter {
	margin-bottom:10px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#C1CAD1;
}

.delimiter .multicolumn {
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#C1CAD1;
}

.delimiter .col {
	height:3px;
}

.delimiter .col:first-child {
	padding-right:15px;
}

.delimiter .border {
	height:3px;
	background-color:#C1CAD1;
}

.delimiter .border.nomargin {
	margin-right:0;
}

.delimiter.margin-10 {
	margin-top:10px;
	margin-bottom:10px;
}

.delimiter.border-bottom {
	border-top-width:0px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#C1CAD1;
}

.delimiter.border-bottom .col {
	height:auto;
	position:relative;
}

.delimiter.border-bottom .border {
	position:absolute;
	bottom:-4px;
	width:100%;
}
/* style: Hauptstil language: default / engineId: default / pseudo: last-child */
.delimiter .col:last-child {
	padding-left:15px;
}

/* b-listing */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.b-listing {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
}

.b-listing-centered {
	justify-content:center;
}

.b-entry {
	display:flex;
	flex-direction:column;
	flex:100%;
	max-width:100%;
	min-width:0;
}

.b-listing-boxes {
	margin-left:-15px;
	margin-right:-15px;
	width:auto;
}

.b-listing-boxes .b-e-header {
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
}

.b-listing-boxes .b-e-content {
	margin:15px;
}

.b-listing-boxes-small {
	margin-left:-5px;
	margin-right:-5px;
	width:auto;
}

.b-listing-boxes-small .b-e-header {
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
}

.b-listing-boxes-small .b-e-content {
	margin:5px;
}

.b-listing-grid .delimiter {
	display:none;
}

.b-listing-grid .multicolumn .col-1 {
	width:50%;
}

.b-listing-grid .multicolumn .col-2 {
	width:50%;
}

.b-listing-grid .multicolumn > :first-child {
	padding-right:0;
}

.b-listing-grid .multicolumn .multirow {
	padding-top:40px;
	padding-right:0;
	padding-bottom:40px;
	padding-left:40px;
}

.b-listing-shifted-grid .delimiter {
	display:none;
}

.b-listing-shifted-grid .multicolumn .col-1 {
	width:50%;
}

.b-listing-shifted-grid .multicolumn .col-2 {
	width:50%;
}

.b-listing-shifted-grid .multicolumn img {
	height:100%;
}

.b-listing-shifted-grid .multicolumn .multirow {
	padding:0;
}

.b-listing-shifted-grid .b-entry:nth-child(even) .multicolumn {
	flex-direction:row-reverse;
}

.b-listing-shifted-grid .b-entry:nth-child(even) .multicolumn > :first-child {
	padding-left:0;
}

.b-listing-shifted-grid .b-entry:nth-child(even) .multicolumn .multirow {
	padding-top:40px;
	padding-right:40px;
	padding-bottom:40px;
	padding-left:0;
}

.b-listing-shifted-grid .b-entry:nth-child(odd) .multicolumn > :first-child {
	padding-right:0;
}

.b-listing-shifted-grid .b-entry:nth-child(odd) .multicolumn .multirow {
	padding-top:40px;
	padding-right:0;
	padding-bottom:40px;
	padding-left:40px;
}

.l-image-wrapper {
	position:relative;
	width:100%;
	background-color:#E7EBEE;
	height:100%;
}

.l-image-wrapper img {
	position:absolute;
	width:100%;
	height:100%;
}

.b-listing.b-listing-links .b-entry {
	display:block;
	background-color:transparent;
	-o-transition:background-color 0.3s ease 0s;
	-webkit-transition:background-color 0.3s ease 0s;
	transition:background-color 0.3s ease 0s;
}

.b-listing.b-listing-links .b-entry.link {
	margin-top:0;
	margin-bottom:0;
	color:#111111;
}

.b-listing.b-listing-links .b-entry .link {
	margin-top:0;
	margin-bottom:0;
	color:#111111;
}

.b-listing.b-listing-links .b-entry.list-item .b-e-content .text.paragraph {
	margin-bottom:10px;
}

.b-listing.b-listing-links .b-entry.list-item .b-e-content .title {
	margin-top:0;
}

.b-listing.b-listing-links .b-entry .d-color-overlay {
	-ms-filter:Alpha(opacity=10);
	filter:Alpha(opacity=10);
	opacity:0.1;
}

.b-listing.b-listing-links .b-entry:hover .b-image.d-grayscale {
	filter:none;
}

.b-listing.b-listing-links .b-entry:hover .d-color-overlay {
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
}

.b-listing.b-listing-links .b-entry.has-dark-overlay .d-dark-overlay {
	display:block;
}

.b-listing.b-listing-links .b-entry.d-document .link {
	width:100%;
	height:100%;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#C1CAD1;
}

.b-listing.b-listing-links .b-entry.d-document .b-image {
	height:100%;
	width:100%;
}

.b-listing.b-listing-links.b-listing-horizontal .b-entry.d-document {
	padding-top:0;
	padding-right:15px;
	padding-bottom:0;
	padding-left:15px;
}

.b-listing.b-listing-links.b-listing-horizontal .b-entry.d-document .b-e-header {
	margin-top:0;
	margin-bottom:15px;
	margin-left:0;
	margin-right:15px;
}

.b-listing.b-listing-links.b-listing-horizontal .b-entry.d-document .b-e-header .b-image {
	height:62px;
	width:auto;
}

.b-listing.b-listing-links.b-listing-horizontal .b-entry.d-document .b-e-content {
	margin-top:0;
	margin-right:0;
	margin-bottom:15px;
	margin-left:0;
	flex:1 1 100%;
}

.b-listing.b-listing-links.b-listing-horizontal .b-entry.d-document .b-e-content .text.paragraph {
	margin-bottom:5px;
}

.b-listing.b-listing-links.b-listing-horizontal .b-entry.d-document .b-e-content .text {
	margin-top:0;
}

.b-listing.b-listing-fixed .b-entry {
	max-width:257.5px;
	min-width:257.5px;
}

.bo-b-listing.bo-b-listing-fixed .b-entry {
	max-width:257.5px;
	min-width:257.5px;
}

.b-listing.b-listing-halfwidth .b-entry {
	flex:50%;
	max-width:400px;
	min-width:200px;
}

.bo-b-listing.bo-b-listing-halfwidth .b-entry {
	flex:50%;
	max-width:400px;
	min-width:200px;
}

.b-listing-2 .b-entry {
	flex:50%;
	max-width:600px;
	min-width:290px;
}

.b-listing-3 .b-entry {
	flex:33.33%;
	max-width:600px;
	min-width:290px;
}

.b-listing-4 .b-entry {
	flex:25%;
	max-width:400px;
	min-width:250px;
}

.m-listing-slider.brick .l-s-c-control {
	border-style:solid;
	border-width:1px;
	border-color:#E7EBEE;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.b-float-list {
	overflow:hidden;
}

.b-float-list li {
	float:left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:4px;
	padding-right:40px;
	padding-bottom:4px;
	padding-left:0;
}

.b-entry-filler {
	pointer-events:none;
}

.b-listing.b-listing-horizontal .b-entry {
	display:flex;
	flex-direction:row;
}

.b-listing.b-listing-horizontal .b-entry .b-e-header {
	margin-right:15px;
	margin-bottom:0;
}

.b-listing.b-listing-horizontal .b-entry .b-e-content {
	flex:1 1 auto;
}

.b-listing.b-listing-horizontal .b-entry > .link {
	display:flex;
}

.b-e-header {
	margin-bottom:15px;
}

.b-e-header .b-image {
	height:150px;
	width:100%;
	display:block;
	object-fit:cover;
}

.b-e-header .b-image.small {
	height:150px;
}

.b-listing-hide-header .b-e-header {
	display:none;
}

.b-e-content {
	flex:1 0 auto;
	display:flex;
	flex-direction:column;
}

.multicolumn.b-mc-space > * > .b-listing {
	margin-left:-15px;
	margin-right:-15px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: hover */
.b-listing.b-listing-links .b-entry:hover {
	background-color:#E7EBEE;
}

.b-listing.b-listing-links .b-entry.link:hover {
	text-decoration:none;
	color:#1C4199;
}

.b-listing.b-listing-links .b-entry .link:hover {
	text-decoration:none;
	color:#1C4199;
}
/* style: Hauptstil language: default / engineId: default / pseudo: last-child */
.b-listing-grid .multicolumn > :last-child {
	padding-left:0;
}

.b-listing-shifted-grid .b-entry:nth-child(even) .multicolumn > :last-child {
	padding-right:0;
}

.b-listing-shifted-grid .b-entry:nth-child(odd) .multicolumn > :last-child {
	padding-left:0;
}

/* b-image */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.b-image {
	width:100%;
	height:auto;
	display:block;
	object-fit:contain;
}

.d-cover {
	object-fit:cover;
}

.d-contain {
	object-fit:contain;
}

.image-object-position-top {
	object-position:top;
}

.image-object-position-bottom {
	object-position:bottom;
}

.image-object-position-left {
	object-position:left;
}

.image-object-position-right {
	object-position:right;
}

.multicolumn > .col > .b-image {
	width:100%;
	display:block;
}

.image-height-s {
	height:100px;
}

.image-height-m {
	height:150px;
}

.image-height-l {
	height:200px;
}

.lazyload-animated {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	-o-transition:opacity 0.8s ease 0s;
	-webkit-transition:opacity 0.8s ease 0s;
	transition:opacity 0.8s ease 0s;
}

.lazyload-animated.hidden {
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	background-color:#E7EBEE;
	-o-transition:opacity 0s ease 0s;
	-webkit-transition:opacity 0s ease 0s;
	transition:opacity 0s ease 0s;
}

.image-zoom-link {
	position:relative;
	display:block;
	overflow:hidden;
	cursor:pointer;
}

.image-zoom-link .b-image {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-o-transition:opacity 0.4s ease 0s, -o-transform 0.4s ease 0s;
	-webkit-transition:opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
	transition:opacity 0.4s ease 0s, transform 0.4s ease 0s;
}

.image-zoom-link .b-image.hidden {
	-o-transition:opacity 0s ease 0s, -o-transform 0.4s ease 0s;
	-webkit-transition:opacity 0s ease 0s, -webkit-transform 0.4s ease 0s;
	transition:opacity 0s ease 0s, transform 0.4s ease 0s;
}

.image-zoom-link:hover .b-image {
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
}

.image-zoom-link:before {
	position:absolute;
	top:50%;
	left:50%;
	content:'S';
	font-family:Touchway;
	font-weight:normal;
	font-style:normal;
	font-size:40px;
	z-index:2;
	color:#FFFFFF;
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	-webkit-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-transform:scale(1.5) translateX(-50%) translateY(-50%);
	-ms-transform:scale(1.5) translateX(-50%) translateY(-50%);
	transform:scale(1.5) translateX(-50%) translateY(-50%);
	-o-transition:opacity 0.4s ease 0s, -o-transform 0.4s ease 0s;
	-webkit-transition:opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
	transition:opacity 0.4s ease 0s, transform 0.4s ease 0s;
	pointer-events:none;
}

.image-zoom-link:after {
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background-color:#111111;
	-o-transition:opacity 0.4s ease 0s;
	-webkit-transition:opacity 0.4s ease 0s;
	transition:opacity 0.4s ease 0s;
	pointer-events:none;
}

.m-newsletter .b-image {
	line-height:null !important;
}

.m-newsletter-online-view .b-image {
	width:auto !important;
}
/* style: Hauptstil language: default / engineId: default / pseudo: hover:after */
.image-zoom-link:hover:after {
	-ms-filter:Alpha(opacity=40);
	filter:Alpha(opacity=40);
	opacity:0.4;
}
/* style: Hauptstil language: default / engineId: default / pseudo: hover:before */
.image-zoom-link:hover:before {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	-webkit-transform:scale(1) translateX(-50%) translateY(-50%);
	-ms-transform:scale(1) translateX(-50%) translateY(-50%);
	transform:scale(1) translateX(-50%) translateY(-50%);
}

/* animation */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.anim-appear {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	-o-transition:opacity 0.3s ease-in 0s;
	-webkit-transition:opacity 0.3s ease-in 0s;
	transition:opacity 0.3s ease-in 0s;
}

.anim-appear.anim-start {
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
}

.anim-fadeinTop {
	position:relative;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	-o-transition:opacity 0.3s ease-in 0s, -o-transform 0.3s ease-in 0s;
	-webkit-transition:opacity 0.3s ease-in 0s, -webkit-transform 0.3s ease-in 0s;
	transition:opacity 0.3s ease-in 0s, transform 0.3s ease-in 0s;
}

.anim-fadeinTop.anim-start {
	-webkit-transform:translateY(-50px);
	-ms-transform:translateY(-50px);
	transform:translateY(-50px);
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
}

.anim-fadeinBottom {
	position:relative;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	-o-transition:opacity 0.3s ease-in 0s, -o-transform 0.3s ease-in 0s;
	-webkit-transition:opacity 0.3s ease-in 0s, -webkit-transform 0.3s ease-in 0s;
	transition:opacity 0.3s ease-in 0s, transform 0.3s ease-in 0s;
}

.anim-fadeinBottom.anim-start {
	-webkit-transform:translateY(100px);
	-ms-transform:translateY(100px);
	transform:translateY(100px);
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
}

.anim-fadeinLeft {
	position:relative;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	-o-transition:opacity 0.3s ease-in 0s, -o-transform 0.3s ease-in 0s;
	-webkit-transition:opacity 0.3s ease-in 0s, -webkit-transform 0.3s ease-in 0s;
	transition:opacity 0.3s ease-in 0s, transform 0.3s ease-in 0s;
}

.anim-fadeinLeft.anim-start {
	-webkit-transform:translateX(-100px);
	-ms-transform:translateX(-100px);
	transform:translateX(-100px);
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
}

.anim-fadeinRight {
	position:relative;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	-o-transition:opacity 0.3s ease-in 0s, -o-transform 0.3s ease-in 0s;
	-webkit-transition:opacity 0.3s ease-in 0s, -webkit-transform 0.3s ease-in 0s;
	transition:opacity 0.3s ease-in 0s, transform 0.3s ease-in 0s;
}

.anim-fadeinRight.anim-start {
	-webkit-transform:translateX(100px);
	-ms-transform:translateX(100px);
	transform:translateX(100px);
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
}

.anim-turn {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
	-o-transition:-o-transform 0.5s ease-in 0s, opacity 0.5s ease 0s;
	-webkit-transition:-webkit-transform 0.5s ease-in 0s, opacity 0.5s ease 0s;
	transition:transform 0.5s ease-in 0s, opacity 0.5s ease 0s;
}

.anim-turn.anim-start {
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.anim-turnX {
	-webkit-transform:rotateX(0deg);
	-ms-transform:rotateX(0deg);
	transform:rotateX(0deg);
	-o-transition:-o-transform 0.5s ease-in 0s;
	-webkit-transition:-webkit-transform 0.5s ease-in 0s;
	transition:transform 0.5s ease-in 0s;
}

.anim-turnX.anim-start {
	-webkit-transform:rotateX(-90deg);
	-ms-transform:rotateX(-90deg);
	transform:rotateX(-90deg);
}

.anim-turnY {
	-webkit-transform:rotateY(0deg);
	-ms-transform:rotateY(0deg);
	transform:rotateY(0deg);
	-o-transition:-o-transform 0.5s ease-in 0s;
	-webkit-transition:-webkit-transform 0.5s ease-in 0s;
	transition:transform 0.5s ease-in 0s;
}

.anim-turnY.anim-start {
	-webkit-transform:rotateY(-90deg);
	-ms-transform:rotateY(-90deg);
	transform:rotateY(-90deg);
}

.anim-zoomIn {
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-o-transition:opacity 0.5s ease-in 0s, -o-transform 0.5s ease-in 0s;
	-webkit-transition:opacity 0.5s ease-in 0s, -webkit-transform 0.5s ease-in 0s;
	transition:opacity 0.5s ease-in 0s, transform 0.5s ease-in 0s;
}

.anim-zoomIn.anim-start {
	-webkit-transform:scale(2,2);
	-ms-transform:scale(2,2);
	transform:scale(2,2);
}

.anim-zoomOut {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-o-transition:opacity 0.5s ease-in 0s, -o-transform 0.5s ease-in 0s;
	-webkit-transition:opacity 0.5s ease-in 0s, -webkit-transform 0.5s ease-in 0s;
	transition:opacity 0.5s ease-in 0s, transform 0.5s ease-in 0s;
}

.anim-zoomOut.anim-start {
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	-webkit-transform:scale(0,0);
	-ms-transform:scale(0,0);
	transform:scale(0,0);
}

.anim-wave {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	-webkit-transform:rotateY(0deg);
	-ms-transform:rotateY(0deg);
	transform:rotateY(0deg);
	-webkit-transform-origin:0 0 0;
	-ms-transform-origin:0 0 0;
	transform-origin:0 0 0;
	-o-transition:opacity 0.3s ease 0s, -o-transform 0.3ms ease 0s;
	-webkit-transition:opacity 0.3s ease 0s, -webkit-transform 0.3ms ease 0s;
	transition:opacity 0.3s ease 0s, transform 0.3ms ease 0s;
}

.anim-wave.anim-start {
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	-webkit-transform:rotateY(90deg);
	-ms-transform:rotateY(90deg);
	transform:rotateY(90deg);
}

.anim-curve-ease {
	-o-transition-timing-function:ease;
	-webkit-transition-timing-function:ease;
	transition-timing-function:ease;
}

.anim-curve-ease-in {
	-o-transition-timing-function:ease-in;
	-webkit-transition-timing-function:ease-in;
	transition-timing-function:ease-in;
}

.anim-curve-ease-in-out {
	-o-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	transition-timing-function:ease-in-out;
}

.anim-curve-ease-out {
	-o-transition-timing-function:ease-out;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
}

.anim-curve-linear {
	-o-transition-timing-function:linear;
	-webkit-transition-timing-function:linear;
	transition-timing-function:linear;
}

.anim-curve-cubic-bezier-1 {
	-o-transition-timing-function:cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-webkit-transition-timing-function:cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition-timing-function:cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

/* b-multicolumn */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.multicolumn {
	display:flex;
	width:100%;
	flex-direction:row;
}

.multicolumn .col {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.multicolumn .col.col-flex {
	flex:1 1 auto;
}

.b-mc-space {
	margin-left:-15px;
	margin-right:-15px;
	width:auto;
}

.b-mc-space > .col {
	padding-left:15px;
	padding-right:15px;
}

.b-mc-space-big {
	margin-left:-15px;
	margin-right:-15px;
	width:auto;
}

.b-mc-space-big > .col {
	padding-left:15px;
	padding-right:15px;
}

.b-mc-space-medium {
	margin-left:-2.5px;
	margin-right:-2.5px;
	width:auto;
}

.b-mc-space-medium > .col,
.m-newsletter .b-mc-space-medium > tr > .col {
	padding-left:2.5px;
	padding-right:2.5px;
}

.m-newsletter .b-mc-space-small > tr > .col {
	padding-left:0.5px;
	padding-right:0.5px;
}

.m-newsletter .b-mc-space-no > tr > .col {
	padding-left:0;
	padding-right:0;
}

.m-newsletter .multicolumn {
	display:block;
	width:100%;
}

.m-newsletter .multicolumn .col.newsletter-mc-first-col {
	padding-left:0;
}

.m-newsletter .multicolumn .col.newsletter-mc-last-col {
	padding-right:0;
}

.m-newsletter .mc-space-creator {
	width:15px;
	margin:0;
}

.m-newsletter .mc-space-creator.b-mc-space {
	width:15px;
}

.m-newsletter .mc-space-creator.b-mc-space-big {
	width:30px;
}

.m-newsletter .mc-space-creator.b-mc-space-small {
	width:1px;
}

.m-newsletter .mc-space-creator.b-mc-space-medium {
	width:5px;
}

.m-newsletter .mc-space-creator.b-mc-space-no {
	width:0px;
}

.m-newsletter .b-mc-space-line {
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#000000;
}

.m-newsletter .multicolumn.outlook-multicolumn.cols-50 .col-1 {
	width:50%;
}

.m-newsletter .multicolumn.outlook-multicolumn.cols-50 .col-1 > .col-1 {
	width:auto;
}

.m-newsletter .multicolumn.outlook-multicolumn.cols-33 .col-1 {
	width:33.333%;
}

.m-newsletter .multicolumn.outlook-multicolumn.cols-33 .col-1 > .col-1 {
	width:auto;
}

.m-newsletter .multicolumn.outlook-multicolumn.cols-33 .col-2 {
	width:66.666%;
}

.m-newsletter .multicolumn.outlook-multicolumn.cols-33 .col-2 > .col-2 {
	width:auto;
}

.m-newsletter .multicolumn.outlook-multicolumn.cols-25 .col-1 {
	width:25%;
}

.m-newsletter .multicolumn.outlook-multicolumn.cols-25 .col-1 > .col-1 {
	width:auto;
}

.m-newsletter .multicolumn.outlook-multicolumn.cols-25 .col-3 {
	width:75%;
}

.m-newsletter .multicolumn.outlook-multicolumn.cols-25 .col-3 > .col-3 {
	width:auto;
}

.m-newsletter .multicolumn.outlook-multicolumn.cols-20 .col-1 {
	width:20%;
}

.m-newsletter .multicolumn.outlook-multicolumn.cols-20 .col-1 > .col-1 {
	width:auto;
}

.m-newsletter .multicolumn.outlook-multicolumn.cols-20 .col-4 {
	width:80%;
}

.m-newsletter .multicolumn.outlook-multicolumn.cols-20 .col-4 > .col-4 {
	width:auto;
}

.b-mc-space-small {
	margin-left:-0.5px;
	margin-right:-0.5px;
	width:auto;
}

.b-mc-space-small > .col {
	padding-left:0.5px;
	padding-right:0.5px;
}

.b-mc-space-no {
	margin-left:0;
	margin-right:0;
	width:auto;
}

.b-mc-space-no > .col {
	padding-left:0;
	padding-right:0;
}

.b-mc-space-line {
	width:auto;
}

.b-mc-space-line > .col {
	border-left-style:solid;
	border-left-width:0.5px;
	border-left-color:#111111;
	border-right-style:solid;
	border-right-width:0.5px;
	border-right-color:#111111;
}

.b-mc-space-line > .col:first-child {
	border-left-width:0;
}

.b-mc-height-full > .col > .section {
	height:100%;
}

.multicolumn-nowrap {
	display:flex;
}

.multicolumn-nowrap .col.col-flex {
	flex:1 0 auto;
}

.mod-row-reverse {
	flex-direction:row-reverse;
}

.cols-50 > .col-1 {
	width:50%;
}

.cols-33 > .col-1 {
	width:33.333%;
}

.cols-33 > .col-2 {
	width:66.666%;
}

.cols-25 > .col-1 {
	width:25%;
}

.cols-25 > .col-2 {
	width:50%;
}

.cols-25 > .col-3 {
	width:75%;
}

.cols-20 > .col-1 {
	width:20%;
}

.cols-20 > .col-2 {
	width:40%;
}

.cols-20 > .col-3 {
	width:60%;
}

.cols-20 > .col-4 {
	width:80%;
}

.bo-multicolumn {
	padding-top:10px;
	padding-bottom:10px;
}

.bo-mc-preview-list {
	display:flex;
	flex-wrap:wrap;
	margin-top:0;
	margin-right:-20px;
	margin-bottom:0;
	margin-left:-20px;
	position:relative;
}

.bo-mc-preview-item {
	flex:20%;
	max-width:25%;
	text-align:center;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
	padding-left:20px;
}

.bo-mc-preview-item .col {
	margin:2px;
	min-height:50px;
	background-color:#BAC3C7;
}

.bo-multicolumn.b-mc-height-full > .col > * > * > * {
	height:100%;
}

.fe.box-padding-none {
	padding:0px;
}

.fe.col-auto {
	background-color:transparent !important;
	border-style:dashed;
	border-width:1px;
	border-color:#222222;
	min-width:40px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: last-child */
.b-mc-space-line > .col:last-child {
	border-right-width:0;
}

/* navigation */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.navigation .link {
	display:inline-block;
	line-height:70px;
	padding-left:30px;
	padding-right:30px;
	margin:0;
	height:70px;
	color:#1C4199;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#C1CAD1;
	-o-transition:background-color 0.3s ease 0s;
	-webkit-transition:background-color 0.3s ease 0s;
	transition:background-color 0.3s ease 0s;
	font-family:Calibri,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
}

.navigation .link * {
	pointer-events:none;
}

.navigation .link span {
	vertical-align:top;
}

.navigation .link .icon {
	font-size:30px;
}

.navigation .link.active {
	background-color:#E7EBEE;
}

.footer-left-col-wrapper {
	display:flex;
}

.footer-link-navigation {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-content:flex-start;
}

.menu {
	position:fixed;
	width:100%;
	height:100%;
	z-index:10;
	padding-top:70px;
	pointer-events:none;
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	background-color:#010149;
	visibility:hidden;
	-webkit-transform:translateY(-30vh);
	-ms-transform:translateY(-30vh);
	transform:translateY(-30vh);
	-webkit-transform-origin:0;
	-ms-transform-origin:0;
	transform-origin:0;
	will-change:transform;
	-o-transition:opacity 0.3s ease 0s, visibility 0.3s ease 0.1s, -o-transform 0s ease 0.3s;
	-webkit-transition:opacity 0.3s ease 0s, visibility 0.3s ease 0.1s, -webkit-transform 0s ease 0.3s;
	transition:opacity 0.3s ease 0s, visibility 0.3s ease 0.1s, transform 0s ease 0.3s;
}

.menu.active {
	pointer-events:all;
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	-o-transition:opacity 0.2s ease 0s, visibility 0.2s ease 0s, -o-transform 0.2s ease 0s;
	-webkit-transition:opacity 0.2s ease 0s, visibility 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
	transition:opacity 0.2s ease 0s, visibility 0.2s ease 0s, transform 0.2s ease 0s;
}

.menu.active > .section > .section {
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	-o-transition:-o-transform 0.4s ease 0.1s, opacity 0.4s ease 0.1s;
	-webkit-transition:-webkit-transform 0.4s ease 0.1s, opacity 0.4s ease 0.1s;
	transition:transform 0.4s ease 0.1s, opacity 0.4s ease 0.1s;
}

.menu > .section {
	height:100%;
	width:100%;
	padding:50px;
	overflow-y:auto;
}

.menu > .section > .section {
	-webkit-transform:translateY(-100px);
	-ms-transform:translateY(-100px);
	transform:translateY(-100px);
	-ms-filter:Alpha(opacity=0);
	filter:Alpha(opacity=0);
	opacity:0;
	-o-transition:-o-transform 0.2s ease-in 0s, opacity 0.2s ease 0s;
	-webkit-transition:-webkit-transform 0.2s ease-in 0s, opacity 0.2s ease 0s;
	transition:transform 0.2s ease-in 0s, opacity 0.2s ease 0s;
}

.menu .link {
	margin-top:0;
	margin-bottom:0;
	text-decoration:none;
	color:#6A83BC;
	line-height:1.4;
}

.menu .link.active {
	color:#E7EBEE;
}

.menu .title-h3 {
	margin-bottom:15px;
}

.menu .search .icon {
	font-size:36px;
	margin-right:5px;
	position:relative;
	top:6px;
	color:#FFFFFF;
}

.menu .search form {
	height:100%;
}

.menu .search .form-input-wrapper {
	margin-bottom:10px;
	margin-left:10px;
	position:relative;
}

.menu .search .form-input-reset {
	right:0;
}

.menu .search input {
	height:100%;
	font-size:30px;
	background-color:transparent;
	border-style:none;
	color:#FFFFFF;
	outline-style:none;
}

.menu .delimiter {
	padding:0px;
	border-color:#6A83BC;
	margin-top:-4px;
	margin-bottom:30px;
}

.menu .delimiter .col {
	padding:0;
}

.menu .delimiter .border {
	margin:0;
	background-color:#6A83BC;
}
/* style: Hauptstil language: default / engineId: default / pseudo: hover */
.navigation .link:hover {
	background-color:#E7EBEE;
	text-decoration:none;
}

.menu .link:hover {
	color:#E7EBEE;
}
/* style: Hauptstil language: default / engineId: default / pseudo: :placeholder */
.menu .search input::placeholder {
	color:#6A83BC;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(ru) */
.navigation .link:lang(ru) {
	font-family:Arial, sans-serif;
}

.menu .search input:lang(ru) {
	font-size:24px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(tr) */
.navigation .link:lang(tr) {
	font-family:Arial, sans-serif;
}

.menu .search input:lang(tr) {
	font-size:24px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(zh) */
.navigation .link:lang(zh) {
	font-family:Arial, sans-serif;
}

.menu .search input:lang(zh) {
	font-size:24px;
}

/* b-section */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.section.full-height {
	flex:1 0 auto;
}

.d-box-light,
.section.d-box-light {
	background-color:#E7EBEE;
	padding-top:40px;
	padding-right:40px;
	padding-bottom:40px;
	padding-left:40px;
}

.d-box-dark,
.section.d-box-dark {
	background-color:#111111;
	padding-top:40px;
	padding-right:40px;
	padding-bottom:40px;
	padding-left:40px;
}

.d-box-color,
.section.d-box-color {
	background-color:#1C4199;
	padding-top:40px;
	padding-right:40px;
	padding-bottom:40px;
	padding-left:40px;
}

.d-box-transparent,
.section.d-box-transparent {
	background-color:transparent;
	padding-top:40px;
	padding-right:40px;
	padding-bottom:40px;
	padding-left:40px;
}

.d-box-contour,
.section.d-box-contour,
.section.d-box-color.d-box-contour {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:20px;
	border-color:#E7EBEE;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:20px;
}

.d-box-color.d-box-title {
	padding-bottom:118px;
	padding-top:20px;
	padding-right:20px;
	padding-left:20px;
	max-width:100% !important;
	color:#FFFFFF;
}

.b-mc-space-no > .col.d-box-light {
	padding-left:40px;
	padding-right:40px;
}

.b-mc-space-no > .col.d-box-dark {
	padding-left:40px;
	padding-right:40px;
}

.b-mc-space-no > .col.d-box-color {
	padding-left:40px;
	padding-right:40px;
}

.b-mc-space-no > .col.d-box-transparent {
	padding-left:15px;
	padding-right:15px;
}

.b-mc-space > .col.d-box-light {
	padding-left:40px;
	padding-right:40px;
}

.b-mc-space > .col.d-box-dark {
	padding-left:40px;
	padding-right:40px;
}

.b-mc-space > .col.d-box-color {
	padding-left:40px;
	padding-right:40px;
}

.b-mc-space > .col.d-box-transparent {
	padding-left:15px;
	padding-right:15px;
}

.d-box-contour.box-border-dark {
	border-color:#111111;
}

.d-box-contour.box-border-color {
	border-color:#1C4199;
}

.section.box-padding-s {
	padding:15px;
}

.section.box-padding-m {
	padding:40px;
}

.section.box-padding-l {
	padding:60px;
}

.section.box-padding-none {
	padding:0px;
}

.box-background-light {
	background-color:#E7EBEE;
}

.box-background-dark {
	background-color:#111111;
}

.box-background-color {
	background-color:#1C4199;
}

.box-background-grey7 {
	background-color:#FFFFFF;
}

.box-background-light-color {
	background-image:-o-linear-gradient(to right, rgba(231,235,238,1.0) 50%, rgba(28,65,153,1.0) 50%);
	background-image:-moz-linear-gradient(to right, rgba(231,235,238,1.0) 50%, rgba(28,65,153,1.0) 50%);
	background-image:-webkit-linear-gradient(to right, rgba(231,235,238,1.0) 50%, rgba(28,65,153,1.0) 50%);
	background-image:-ms-linear-gradient(to right, rgba(231,235,238,1.0) 50%, rgba(28,65,153,1.0) 50%);
	background-image:linear-gradient(to right, rgba(231,235,238,1.0) 50%, rgba(28,65,153,1.0) 50%);
}

.content-align-center {
	margin-left:auto;
	margin-right:auto;
}

.content-align-left {
	margin-left:0;
	margin-right:auto;
}

.content-align-right {
	margin-left:auto;
	margin-right:0;
}

.section {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:1000px;
	background-size:cover;
	background-position:center;
}

.section.small-margin {
	margin-top:10px;
}

.section.section-bleed {
	max-width:100%;
}

.section.section-bleed-desktop-tablet {
	max-width:100%;
}

.s-space {
	padding-left:15px;
	padding-right:15px;
}

.section-half {
	max-width:500px;
}

.s-video-positioner {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
}

.s-video-positioner video {
	width:100%;
	height:100%;
	object-fit:cover;
}

.s-video-bricks {
	position:relative;
	z-index:2;
	display:flex;
	flex-direction:column;
	height:100%;
}

.m-newsletter table.section {
	line-height:null !important;
}

.m-newsletter table.section > tr {
	line-height:null !important;
}

.m-newsletter table.section > tr > td {
	line-height:null !important;
}

.m-newsletter .box-padding-auto {
	padding:0px;
}

.m-newsletter .box-padding-s {
	padding:15px;
}

.m-newsletter .box-padding-m {
	padding:40px;
}

.m-newsletter .box-padding-l {
	padding:60px;
}

.bo-sl-option-box-border-dark {
	background-color:#111111;
}

.bo-sl-option-box-border-color {
	background-color:#1C4199;
}

.bo-sl-option-box-background-light {
	background-color:#E7EBEE;
}

.bo-sl-option-box-background-dark {
	background-color:#111111;
}

.bo-sl-option-box-background-color {
	background-color:#1C4199;
}

.bo-sl-option-box-background-grey7 {
	background-color:#FFFFFF;
}

.bo-sl-option-box-background-light-color {
	background-image:-o-linear-gradient(to right, rgba(231,235,238,1.0) 50%, rgba(28,65,153,1.0) 50%);
	background-image:-moz-linear-gradient(to right, rgba(231,235,238,1.0) 50%, rgba(28,65,153,1.0) 50%);
	background-image:-webkit-linear-gradient(to right, rgba(231,235,238,1.0) 50%, rgba(28,65,153,1.0) 50%);
	background-image:-ms-linear-gradient(to right, rgba(231,235,238,1.0) 50%, rgba(28,65,153,1.0) 50%);
	background-image:linear-gradient(to right, rgba(231,235,238,1.0) 50%, rgba(28,65,153,1.0) 50%);
}

/* h-decoration */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.d-small-listing-border {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#C1CAD1;
	width:100%;
	margin-bottom:8px;
	margin-top:-2px;
}

.d-small-listing-border .link {
	margin-top:8px;
	margin-bottom:8px;
}

.d-small-listing-border:first-child {
	border-top-width:0px;
}

.d-shadow {
	-moz-box-shadow:1px 1px 2px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px 0px rgba(0,0,0,0.2);
}

.d-box-white {
	padding:20px;
	background-color:#FFFFFF;
}

.d-multicolumn-product-entry {
	padding-bottom:10px;
}

.d-multicolumn-product-entry .paragraph {
	position:relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	padding-right:10px;
}

.d-multicolumn-product-entry .tooltip-wrapper {
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	float:right;
	margin-left:5px;
}

.d-multicolumn-product-entry img {
	height:30px;
	width:30px;
	display:block;
}

.d-job-counter {
	background-color:#1C4199;
	color:#FFFFFF;
	width:16px;
	height:16px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:14px;
	position:absolute;
	top:10px;
	right:10px;
	padding:2px;
	-ms-filter:Alpha(opacity=50);
	filter:Alpha(opacity=50);
	opacity:0.5;
}

.d-job-counter p {
	line-height:10px;
	font-size:10px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
}

.d-icon-link {
	line-height:24px;
}

.d-icon-link .icon {
	width:20px;
	font-size:24px;
	text-align:center;
	margin-right:6px;
	display:inline-block;
	vertical-align:top;
	top:1px;
	position:relative;
}

.d-icon-link .text {
	display:inline-block;
	vertical-align:top;
	margin-top:0;
}

.d-icon-link.left .icon {
	margin-right:10px;
}

.d-icon-link.right .icon {
	margin-left:10px;
}

.d-icon-link-arrow .icon {
	margin-left:10px;
	font-size:40px;
}

.d-button {
	border-style:solid;
	border-width:1px;
	border-color:#E7EBEE;
	display:inline-block;
	color:#1C4199;
	font-family:Calibri,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
	padding-top:10px;
	padding-right:40px;
	padding-bottom:10px;
	padding-left:40px;
	text-transform:uppercase;
	font-size:18px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-o-transition:opacity 0.2s ease 0s, color 0.2s ease 0s, background-color 0.2s ease 0s;
	-webkit-transition:opacity 0.2s ease 0s, color 0.2s ease 0s, background-color 0.2s ease 0s;
	transition:opacity 0.2s ease 0s, color 0.2s ease 0s, background-color 0.2s ease 0s;
}

.d-button-solid {
	display:inline-block;
	color:#1C4199;
	background-color:#E7EBEE;
	border-style:solid;
	border-width:1px;
	border-color:#E7EBEE;
	padding-top:14px;
	padding-right:20px;
	padding-bottom:14px;
	padding-left:20px;
	font-family:Calibri,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:18px;
	text-align:center;
	-o-transition:opacity 0.2s ease 0s, color 0.2s ease 0s, background-color 0.2s ease 0s, border 0.2s ease 0s;
	-webkit-transition:opacity 0.2s ease 0s, color 0.2s ease 0s, background-color 0.2s ease 0s, border 0.2s ease 0s;
	transition:opacity 0.2s ease 0s, color 0.2s ease 0s, background-color 0.2s ease 0s, border 0.2s ease 0s;
}

.d-button-solid.active {
	background-color:#FFFFFF;
	color:#1C4199;
}

.d-button-solid.medium {
	font-size:20px;
	padding-left:10px;
	padding-right:10px;
}

.d-button-solid.big {
	font-size:24px;
	padding-top:20px;
	padding-right:50px;
	padding-bottom:20px;
	padding-left:50px;
}

.m-newsletter .d-button-solid {
	padding:0;
}

.m-newsletter .d-button-solid .padding-faker {
	padding-top:14px;
	padding-right:20px;
	padding-bottom:14px;
	padding-left:20px;
}

.d-button-solid.d-text-small {
	font-size:12px;
	padding-top:6px;
	padding-right:8px;
	padding-bottom:6px;
	padding-left:8px;
	width:auto;
}

.d-uppercase {
	text-transform:uppercase;
}

.d-tag {
	font-family:Calibri,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#1C4199;
}

.d-tag .text {
	display:inline-block;
	line-height:20px;
	vertical-align:top;
}

.d-tag .icon {
	font-size:20px;
	margin-right:6px;
}

.d-color-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-ms-filter:Alpha(opacity=10);
	filter:Alpha(opacity=10);
	opacity:0.1;
	background-color:#1C4199;
	-o-transition:opacity 0.3s ease 0s;
	-webkit-transition:opacity 0.3s ease 0s;
	transition:opacity 0.3s ease 0s;
}

.d-dark-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
	background-color:#000000;
	background-color:rgba(0,0,0,0.345);
	display:none;
	-o-transition:opacity 0.3s ease 0s;
	-webkit-transition:opacity 0.3s ease 0s;
	transition:opacity 0.3s ease 0s;
}

.d-grayscale {
	filter:grayscale(100%);
	-o-transition:filter 0.3s ease 0s, opacity 0.8s ease 0s;
	-webkit-transition:filter 0.3s ease 0s, opacity 0.8s ease 0s;
	transition:filter 0.3s ease 0s, opacity 0.8s ease 0s;
}

.d-filter-header-nav .col {
	margin-top:0;
	margin-right:2px;
	margin-bottom:0;
	margin-left:2px;
}

.d-filter-header-nav .d-button-solid {
	width:100%;
}

.d-no-border-bottom .link {
	border-bottom-width:0px !important;
}

.bg-grey0 {
	background-color:#000000;
}

.bg-grey1 {
	background-color:#111111;
}

.bg-grey2 {
	background-color:#222222;
}

.bg-grey3 {
	background-color:colors/grey3;
}

.bg-grey4 {
	background-color:#C1CAD1;
}

.bg-grey5 {
	background-color:#B9C7DF;
}

.bg-grey6 {
	background-color:#E7EBEE;
}

.bg-grey7 {
	background-color:#FFFFFF;
}

.bg-deco1 {
	background-color:#1C4199;
}

.bg-deco2 {
	background-color:#010149;
}

.bg-deco3 {
	background-color:#6A83BC;
}

.bg-deco4 {
	background-color:colors/deco4;
}

.bg-deco5 {
	background-color:colors/deco5;
}

.bg-deco6 {
	background-color:colors/deco6;
}

.bg-deco7 {
	background-color:colors/deco7;
}
/* style: Hauptstil language: default / engineId: default / pseudo: hover */
.d-button:hover {
	text-decoration:none;
	background-color:#E7EBEE;
}

.d-button-solid:hover {
	text-decoration:none;
	border-color:#FFFFFF;
	background-color:#FFFFFF;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(ru) */
.d-job-counter p:lang(ru) {
	font-size:8px;
}

.d-button:lang(ru) {
	font-family:Arial, sans-serif;
	font-size:16px;
}

.d-button-solid:lang(ru) {
	font-family:Arial, sans-serif;
	font-size:16px;
}

.d-button-solid.medium:lang(ru) {
	font-size:18px;
}

.d-button-solid.big:lang(ru) {
	font-size:20px;
}

.d-tag:lang(ru) {
	font-family:Arial, sans-serif;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(tr) */
.d-job-counter p:lang(tr) {
	font-size:8px;
}

.d-button:lang(tr) {
	font-family:Arial, sans-serif;
	font-size:16px;
}

.d-button-solid:lang(tr) {
	font-family:Arial, sans-serif;
	font-size:16px;
}

.d-button-solid.medium:lang(tr) {
	font-size:18px;
}

.d-button-solid.big:lang(tr) {
	font-size:20px;
}

.d-tag:lang(tr) {
	font-family:Arial, sans-serif;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(zh) */
.d-job-counter p:lang(zh) {
	font-size:8px;
}

.d-button:lang(zh) {
	font-family:Arial, sans-serif;
	font-size:16px;
}

.d-button-solid:lang(zh) {
	font-family:Arial, sans-serif;
	font-size:16px;
}

.d-button-solid.medium:lang(zh) {
	font-size:18px;
}

.d-button-solid.big:lang(zh) {
	font-size:20px;
}

.d-tag:lang(zh) {
	font-family:Arial, sans-serif;
}

/* h-modifier */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.m-products .mod-align-right {
	text-align:right;
}

.m-references .mod-align-right {
	text-align:right;
}

.m-documents .mod-align-right {
	text-align:right;
}

.mod-align-left {
	position:relative;
	display:inline-block;
	left:0;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
}

.mod-align-center {
	position:relative;
	display:inline-block;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

.mod-align-right {
	position:relative;
	display:inline-block;
	left:100%;
	-webkit-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	transform:translateX(-100%);
}

.mod-text-align-right {
	text-align:right;
}

.mod-text-align-center {
	text-align:center;
}

.mod-text-nowrap {
	white-space:nowrap;
}

.mod-relative {
	position:relative;
}

.mod-display-block {
	display:block;
}

.mod-display-inlineblock {
	display:inline-block;
}

.mod-display-flex {
	display:flex;
}

.mod-display-none {
	display:none;
}

.mod-flex-gap {
	gap:20px;
}

.mod-flex-space-between {
	justify-content:space-between;
}

.mod-nomargin {
	margin-top:0 !important;
	margin-right:0 !important;
	margin-left:0 !important;
	margin-bottom:0 !important;
}

.mod-nomargin-bottom {
	margin-bottom:0 !important;
}

.mod-nopadding {
	padding-top:0 !important;
	padding-right:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
}

.mod-nopadding-bottom {
	padding-bottom:0 !important;
}

.mod-no-side-spacing {
	padding-left:0 !important;
	padding-right:0 !important;
}

.mod-hide-desktop {
	display:none;
}

/* b-mediaplayer @media Mobile */
@media only screen and (max-width : 640px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.content .mediaplayer-wrapper .mp-player .mp-stage .mp-caption {
	max-height:auto;
}

.content .mediaplayer-wrapper.mp-skin .mp-gallery-wrapper .mp-gallery-list li {
	width:50%;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption {
	border-width:10px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption h3 {
	font-size:20px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption p {
	font-size:14px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption a {
	font-size:14px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage a.mp-controls {
	margin-left:0;
	margin-right:0;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(ru) */
.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption h3:lang(ru) {
	font-size:18px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption p:lang(ru) {
	font-size:12px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption a:lang(ru) {
	font-size:12px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(tr) */
.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption h3:lang(tr) {
	font-size:18px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption p:lang(tr) {
	font-size:12px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption a:lang(tr) {
	font-size:12px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(zh) */
.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption h3:lang(zh) {
	font-size:18px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption p:lang(zh) {
	font-size:12px;
}

.content .mediaplayer-wrapper.mp-skin .mp-player .mp-stage .mp-caption a:lang(zh) {
	font-size:12px;
}
}

/* design @media Mobile */
@media only screen and (max-width : 640px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.page-body .header .logo {
	height:35px;
	margin-left:20px;
	padding-right:20px;
}

.page-body .header .logo img {
	width:100%;
	max-width:100px;
}

.page-body .header .menu-toggler {
	width:60px;
}

.page-body .footer > .section {
	padding-left:30px;
	padding-right:30px;
}

.page-body .footer .section.bottom-footer {
	padding-left:30px;
	padding-right:30px;
}

.page-body .footer .section.bottom-footer .col-1:last-child {
	margin-top:20px;
}

.page-body .footer .section.bottom-footer .text {
	line-height:24px;
	width:100%;
}

.page-body .footer .section.bottom-footer .link {
	line-height:24px;
	width:100%;
}

.page-body .footer .section.bottom-footer .link.social {
	width:auto;
}

.page-body .footer .logo {
	width:100%;
	margin-bottom:20px;
	margin-right:0px;
}

.page-body .tooltip-wrapper .tooltip {
	display:none;
}
}

/* bm-homevisual @media Mobile */
@media only screen and (max-width : 640px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.bm-homevisual.m-slider .slider {
	height:300px;
}

.bm-homevisual.m-slider .slide.mod-no-padding {
	padding:0;
}

.bm-homevisual.m-slider .col-min {
	min-width:100%;
}

.bm-homevisual.m-slider .teaser {
	width:100%;
	max-width:100%;
	padding:30px;
	text-align:right;
}

.bm-homevisual.m-slider .reference {
	margin-bottom:30px;
	height:180px;
}

.bm-homevisual.m-slider .reference .text {
	display:none;
}

.bm-homevisual .slider .slide {
	padding:30px;
}

.bm-homevisual .d-slider-references {
	height:600px;
}

.bm-homevisual .multicolumn .col {
	margin-bottom:0px;
}

.bm-homevisual .multicolumn.mod-row-reverse {
	flex-direction:column-reverse;
}
}

/* bm-reference-overview @media Mobile */
@media only screen and (max-width : 640px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.bm-references-overview .slider.slider-image-col {
	height:180px;
}

.bm-references-overview .slider .slide {
	padding:30px;
}

.bm-references-overview .d-slider-references {
	height:600px;
}

.bm-references-overview .multicolumn .col {
	margin-bottom:0px;
}

.bm-references-overview .multicolumn {
	flex-direction:column-reverse;
}
}

/* bm-news-overview @media Mobile */
@media only screen and (max-width : 640px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.bm-news-overview .slider.slider-image-col {
	height:150px;
}

.bm-news-overview .slider .slide {
	padding:30px;
}

.bm-news-overview .slider .slide.mod-no-padding {
	padding:0;
}

.bm-news-overview .d-slider-articles {
	height:auto;
}

.bm-news-overview .multicolumn .col {
	margin-bottom:0px;
}

.bm-news-overview .multicolumn {
	flex-direction:column-reverse;
}

.bm-news-overview .mod-row-reverse {
	flex-direction:column-reverse;
}

.bm-news-overview .d-icon-link-arrow {
	margin-top:30px;
}
}

/* language-selector @media Mobile */
@media only screen and (max-width : 640px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.language-selector > .section {
	padding-left:0px;
	padding-right:40px;
}

.language-selector .backlink {
	display:block;
}

.language-selector .regions.moveout {
	-webkit-transform:translateX(-120%);
	-ms-transform:translateX(-120%);
	transform:translateX(-120%);
}

.language-selector .regions.movein {
	-webkit-transform:translateX(120%);
	-ms-transform:translateX(120%);
	transform:translateX(120%);
}

.language-selector .regions {
	width:100%;
}

.language-selector .countries {
	width:100%;
	left:0;
}

.language-selector .countries .country {
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
}

.language-selector .countries .country .d-button-solid {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
}

.language-selector .countries.small {
	width:100%;
}

.language-selector .countries.moveout {
	-webkit-transform:translateX(-120%);
	-ms-transform:translateX(-120%);
	transform:translateX(-120%);
}

.language-selector .countries.movein {
	-webkit-transform:translateX(120%);
	-ms-transform:translateX(120%);
	transform:translateX(120%);
}

.language-selector .addresses {
	left:0;
	width:100%;
}

.language-selector .addresses .address {
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
}

.language-selector .addresses .address .entry {
	width:100%;
	padding:0;
}

.language-selector .addresses.moveout {
	-webkit-transform:translateX(-120%);
	-ms-transform:translateX(-120%);
	transform:translateX(-120%);
}

.language-selector .addresses.movein {
	-webkit-transform:translateX(120%);
	-ms-transform:translateX(120%);
	transform:translateX(120%);
}
}

/* forms @media Mobile */
@media only screen and (max-width : 640px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.form-group {
	display:block;
}
}

/* m-filter @media Mobile */
@media only screen and (max-width : 640px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.m-filter .section.filter-level-one {
	padding-top:20px;
	padding-bottom:20px;
}

.m-filter .filter-level-two {
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}

.m-filter .filter-level-two > .section {
	padding-right:0;
	padding-left:0;
}

.m-filter .filter-level-two .b-entry.link .b-e-content {
	margin-right:0;
}

.m-filter .filter-level-two .b-listing {
	margin-left:0;
	margin-right:0;
}
}

/* m-products @media Mobile */
@media only screen and (max-width : 640px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.m-products .videos .text-align-right {
	text-align:left;
}

.m-products .visual {
	height:auto;
}

.m-products .visual .b-image {
	height:200px;
}

.m-products .visual .d-box-light {
	padding:30px;
	min-height:250px;
}

.m-products .product-list .b-entry {
	height:auto;
	padding-bottom:40px;
}
}

/* m-references @media Mobile */
@media only screen and (max-width : 640px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.m-references .visual {
	height:auto;
}

.m-references .visual .b-image {
	height:300px;
}

.m-references .videos .text-align-right {
	text-align:left;
}

.m-references .reference-list .b-entry {
	height:auto;
	padding-bottom:40px;
}
}

/* b-title @media Mobile */
@media only screen and (max-width : 640px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.title-h1 {
	font-size:40px;
}

.title-h2 {
	font-size:36px;
}

.title-h3 {
	font-size:30px;
}

.title-h4 {
	font-size:20px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(ru) */
.title-h1:lang(ru) {
	font-size:36px;
}

.title-h2:lang(ru) {
	font-size:30px;
}

.title-h3:lang(ru) {
	font-size:24px;
}

.title-h4:lang(ru) {
	font-size:18px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(tr) */
.title-h1:lang(tr) {
	font-size:36px;
}

.title-h2:lang(tr) {
	font-size:30px;
}

.title-h3:lang(tr) {
	font-size:24px;
}

.title-h4:lang(tr) {
	font-size:18px;
}
/* style: Hauptstil language: default / engineId: default / pseudo: lang(zh) */
.title-h1:lang(zh) {
	font-size:36px;
}

.title-h2:lang(zh) {
	font-size:30px;
}

.title-h3:lang(zh) {
	font-size:24px;
}

.title-h4:lang(zh) {
	font-size:18px;
}
}

/* b-listing @media Mobile */
@media only screen and (max-width : 640px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.b-float-list li {
	min-width:50%;
}
}

/* b-multicolumn @media Mobile */
@media only screen and (max-width : 640px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.multicolumn {
	flex-direction:column;
}

.multicolumn .col {
	min-width:100%;
	margin-bottom:15px;
}

.multicolumn .col:last-child {
	margin-bottom:0px;
}

.b-mc-space {
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
}

.b-mc-space > .col:first-child {
	margin-top:0;
}

.b-mc-space > .col:last-child {
	margin-bottom:0;
}

.b-mc-space > .col {
	padding-left:0;
	padding-right:0;
	margin-bottom:15px;
	margin-top:15px;
}

.b-mc-space-big {
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
}

.b-mc-space-big > .col:first-child {
	margin-top:0;
}

.b-mc-space-big > .col:last-child {
	margin-bottom:0;
}

.b-mc-space-big > .col {
	padding-left:0;
	padding-right:0;
	margin-bottom:15px;
	margin-top:15px;
}

.b-mc-space-medium {
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
}

.b-mc-space-medium > .col:first-child {
	margin-top:0;
}

.b-mc-space-medium > .col:last-child {
	margin-bottom:0;
}

.b-mc-space-medium > .col {
	padding-left:0;
	padding-right:0;
	margin-bottom:2.5px;
	margin-top:2.5px;
}

.b-mc-space-small {
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
}

.b-mc-space-small > .col:first-child {
	margin-top:0;
}

.b-mc-space-small > .col:last-child {
	margin-bottom:0;
}

.b-mc-space-small > .col {
	padding-left:0;
	padding-right:0;
	margin-bottom:0.5px;
	margin-top:0.5px;
}

.b-mc-space-no > .col {
	padding-left:0;
	padding-right:0;
	margin-bottom:0;
	margin-top:0;
}

.b-mc-space-line > .col:first-child {
	border-top-width:0;
}

.b-mc-space-line > .col:last-child {
	border-bottom-width:0;
}

.b-mc-space-line > .col {
	border-top-style:solid;
	border-top-width:0.5px;
	border-top-color:#111111;
	border-bottom-style:solid;
	border-bottom-width:0.5px;
	border-bottom-color:#111111;
	border-left-width:0;
	border-right-width:0;
	margin-top:0;
	margin-bottom:0;
}
}

/* navigation @media Mobile */
@media only screen and (max-width : 640px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.navigation .link {
	padding-left:4px;
	padding-right:5px;
}

.footer-left-col-wrapper {
	display:block;
}

.menu > .section {
	padding-top:40px;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:20px;
}

.menu .delimiter {
	margin-bottom:10px;
}
}

/* b-section @media Mobile */
@media only screen and (max-width : 640px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.d-box-light {
	padding-top:20px !important;
	padding-right:20px !important;
	padding-bottom:20px !important;
	padding-left:20px !important;
}

.d-box-dark {
	padding-top:20px !important;
	padding-right:20px !important;
	padding-bottom:20px !important;
	padding-left:20px !important;
}

.d-box-color {
	padding-top:20px !important;
	padding-right:20px !important;
	padding-bottom:20px !important;
	padding-left:20px !important;
}

.d-box-transparent {
	padding-top:20px !important;
	padding-right:20px !important;
	padding-bottom:20px !important;
	padding-left:20px !important;
}

.d-box-contour {
	padding-top:20px !important;
	padding-right:20px !important;
	padding-bottom:20px !important;
	padding-left:20px !important;
}

.box-background-light-color {
	background-image:none;
}

.section.section-bleed-desktop-tablet {
	max-width:auto;
}
}

/* h-modifier @media Mobile */
@media only screen and (max-width : 640px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.mod-align-right {
	left:0;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
	text-align:left;
}

.mod-hide-mobile {
	display:none;
}

.mod-hide-tablet {
	display:none;
}

.mod-hide-desktop {
	display:block;
}

.mod-no-wrap.multicolumn {
	flex-direction:row;
}

.mod-no-wrap.multicolumn .col {
	margin-bottom:0px;
	min-width:0px;
}
}

/* design @media Tablet */
@media only screen and (max-width : 1040px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.page-body .breadcrumbs.section {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}
}

/* slider @media Tablet */
@media only screen and (max-width : 1040px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.m-listing-slider .l-s-controls .l-s-c-next {
	right:0;
}

.m-listing-slider .l-s-controls .l-s-c-prev {
	left:0;
}
}

/* b-section @media Tablet */
@media only screen and (max-width : 1040px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.d-box-color.d-box-title {
	padding-top:40px;
}

.section {
	max-width:calc(100vw - 2 * 20px);
}

.vw-overflow-fix .section.section-bleed {
	max-width:100%;
}

.vw-overflow-fix .section {
	max-width:calc(100vw - 2 * 20px - 17px);
}
}

/* h-modifier @media Tablet */
@media only screen and (max-width : 1040px) {

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.mod-hide-tablet {
	display:none;
}
}