<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* @license
* MyFonts Webfont Build ID 386052
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license from one of MyFonts official sites.
* http://www.fonts.com
* http://www.myfonts.com
* http://www.linotype.com
*
*/
@font-face {
  font-family: "RadikalUltraThin";
  src: url('../webFonts/RadikalUltraThin/font.woff2') format('woff2'), url('../webFonts/RadikalUltraThin/font.woff') format('woff');
}
@font-face {
  font-family: "RadikalThin";
  src: url('../webFonts/RadikalThin/font.woff2') format('woff2'), url('../webFonts/RadikalThin/font.woff') format('woff');
}
@font-face {
  font-family: "RadikalLight";
  src: url('../webFonts/RadikalLight/font.woff2') format('woff2'), url('../webFonts/RadikalLight/font.woff') format('woff');
}
@font-face {
  font-family: "RadikalLightItalic";
  src: url('../webFonts/RadikalLightItalic/font.woff2') format('woff2'), url('../webFonts/RadikalLightItalic/font.woff') format('woff');
}
@font-face {
  font-family: "RadikalRegular";
  src: url('../webFonts/RadikalRegular/font.woff2') format('woff2'), url('../webFonts/RadikalRegular/font.woff') format('woff');
}
@font-face {
  font-family: "RadikalMedium";
  src: url('../webFonts/RadikalMedium/font.woff2') format('woff2'), url('../webFonts/RadikalMedium/font.woff') format('woff');
}
@font-face {
  font-family: "RadikalBold";
  src: url('../webFonts/RadikalBold/font.woff2') format('woff2'), url('../webFonts/RadikalBold/font.woff') format('woff');
}
@font-face {
  font-family: "RadikalBlack";
  src: url('../webFonts/RadikalBlack/font.woff2') format('woff2'), url('../webFonts/RadikalBlack/font.woff') format('woff');
}



/* COLORS *
Brand Black		#082E31
Brand Black 20	#5E7779
Brand Black 15	#E1E6E6
Brand Black 10	#F7F8F8

Brand Green 1	#126E74
Brand Green 2	#239C95
Brand Green 3	#4DBFAB
Brand Green 4	#91DDC2
Brand Green 5	#CAFAE9
Brand Green 6	#EAFDF6

Brand/White 50	rgba(255,255,255,.4);
Brand/White 20	rgba(255,255,255,.2);
Brand/White 10	rgba(255,255,255,.1);
*/



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

::-moz-selection {
	color: #fff;
	background: #126E74;
}

::selection {
	color: #fff;
	background: #126E74;
}
:root {
	--input-padding-x: 1.5rem;
	--input-padding-y: .75rem;
}

/* Overflow on ios devices */
html, body {
	position: relative;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	min-width: 320px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	font-family: "RadikalLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
	font-size: 19px;
	line-height: 32px;
	letter-spacing: 0;
	color: #1D1D1B;
}
body .cf:before,
body .cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
body .cf:after {
	clear: both;
}
body img { border: 0; }






/* HEADLINES */
h1,
h2,
h3,
.h1,
.h2,
.h3 {
	margin-bottom: 0;
	margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "RadikalLight";
	font-weight: normal;
	font-style: normal;
	line-height: 1.789;
	color: #3e3e3e;
}
.home--intro h1,
.home--intro .h1,
h1,
.h1,
.mask_defaultheadline.green--headline .intro--header h2 {
	font-family: "RadikalThin";
	font-weight: normal;
	font-size: 38px;
	line-height: 45px;
	color: #1D1D1B;
	margin-bottom: 16px;
}
.home--intro h1,
.home--intro .h1 {
	font-size: 38px;
	line-height: 45px;
	color: #fff;
}
@media (min-width: 992px) {
	h1,
	.h1,
	.mask_defaultheadline.green--headline .intro--header h2 {
		font-family: "RadikalThin";
		font-weight: normal;
		font-size: 72px;
		line-height: 84px;
		color: #1D1D1B;
		margin-bottom: 0;
	}
	.home--intro h1,
	.home--intro .h1 {
		font-size: 96px;
		line-height: 103px;
	}
}

@media (min-width: 1200px) {
	h1,
	.h1,
	.mask_defaultheadline.green--headline .intro--header h2 {
		font-family: "RadikalThin";
		font-weight: normal;
		font-size: 85px;
		line-height: 107px;
		color: #1D1D1B;
		margin-bottom: 0;
	}
	.home--intro h1,
	.home--intro .h1 {
		font-size: 96px;
		line-height: 103px;
	}
}

h2,
.h2 {
	font-size: 45px;
	line-height: 66px;
	margin-bottom: 16px;
}
.mask_downloadstext .headline h2 { margin-bottom: 8px; }
.downloads--latestview h2 { margin-bottom: 0; }
#main--projects h2,
#main--blog h2 { margin-bottom: 2px; }
h2.project--headline {
	font-family: "RadikalMedium";
	font-size: 44px;
	line-height: 54px;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	h2.project--headline {
		font-size: 34px;
		line-height: 54px;
	}
}
@media (min-width: 992px) {
	h2,
	.h2 {
		font-size: 80px;
		line-height: 90px;
		margin-bottom: 31px;
	}
	h2.project--headline {
		font-size: 36px;
		line-height: 54px;
	}
	.mask_downloadstext .headline h2 { margin-bottom: 8px; }
}

h3,
.h3 {
	font-family: "RadikalMedium";
	font-size: 36px;
	line-height: 50px;
}

main .default__text h3 {
	font-size: 23px;
	line-height: 32px;
	color: #126E74;
}


.frame-type-uploads h3,
.mask_defaultheadline.marged--headline h3 {
	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 23px;
	line-height: 32px;
	color: #126E74;
	margin-bottom: 26px;
}
.mask_defaultheadline.marged--headline h3 { margin-bottom: 17px; }

.swiper--content h3 {
	font-family: "RadikalBlack";
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #000;
}
.mask_standardtext h3 &gt; img {
	vertical-align: bottom;
	margin-left: 12px;
}
.download__list h3 {
	font-family: "RadikalBold";
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
}

.project--item h3 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 8px;
}
.news.latest h3.card-title {
	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 24px;
	line-height: 36px;
	color: #082E31;
}


@media (min-width: 992px) {
	h3,
	.h3 {
		font-size: 36px;
		line-height: 50px;
	}
	.page-1 .headline h3 {
		font-size: 55px;
		line-height: 74px;
		margin-bottom: 8px;
	}

	.download__list h3 {
		font-size: 36px;
		line-height: 50px;
	}
	.swiper--content h3 {
		font-size: 18px;
		line-height: 23px;
	}
	.project--item h3 {
		font-size: 28px;
		line-height: 44px;
		margin-bottom: 8px;
	}
	.news.latest h3.card-title {
		font-size: 28px;
		line-height: 44px;
	}

}


h4,
.h4 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 60px;
}

.frame-type-uploads h4 {
	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 19px;
	line-height: 32px;
	color: #082E31;
	margin-bottom: 18px;
}

.project--facts h4 {
	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0;
}

.alert h4,
.alert .h4 {
	margin-bottom: 5px;
	color: #fff;
}


@media (min-width: 992px) {
	/* tablet landscape */
}

@media (min-width: 1200px) {
	/* desktop */
}

h5,
.h5 {
	font-weight: 500;
}
	



/* Headline spans */
h1 &gt; span,
.h1 &gt; span,
h2 &gt; span,
.h2 &gt; span,
h3 &gt; span,
.h3 &gt; span,
h4 &gt; span,
.h4 &gt; span,
h5 &gt; span,
.h5 &gt; span {}



strong, b {
	font-family: "RadikalMedium";
	font-weight: normal;
}
i, em {
	font-family: "RadikalLightItalic";
	font-weight: normal;
}

p { margin: 0 0 25px 0; }
p:last-of-type:not(.text *) { margin-bottom: 0; }

.small,
small {
	font-size: 16px;
	line-height: 37px;
	font-weight: 400;
}
p + p.small { margin-top: -38px; }


p + ol,
p + ul {}

main p +  ul.list_default,
main h3 +  ul.list_default {}

main ul.list_default,
.page--detail .project--teaser ul {
	font-size: 19px;
	line-height: 32px;
	color: #082E31;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
main ul.list_default li,
.page--detail .project--teaser li {
	margin-bottom: 12px;
	padding-bottom: 0;
	padding-left: 17px;
	position: relative;
}
main ul.list_default li::before,
.page--detail .project--teaser li::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDggMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAuNzU5Mzg5IDAuMDUwMjUzNEw3LjcyNTAyIDUuMDAwMDRMMC43NTkzOSA5Ljk0OTc1TDAuNzU5MzkgNUwwLjc1OTM4OSAwLjA1MDI1MzRaIiBmaWxsPSIjMTI2RTc0Ii8+PC9zdmc+");
	background-repeat: no-repeat;
	background-size: 8px 10px;
	background-position: center;
	display: block;
	content: "";
	position: absolute;
	width: 8px;
	height: 10px;
	top: 0;
	left: 0;
	margin-top: 9px;
	background-color: transparent;
}
.page--detail .project--teaser li::before { margin-top: 12px; }

@media all and (min-width: 992px) {
	.page--detail .project--teaser li::before { margin-top: 17px; }
}


main ul.list_default li a {
	color: #126E74;
	text-decoration: underline;
}
main ul.list_default li a:hover,
main ul.list_default li a:focus {
	text-decoration: none;
}

ol.list_small li {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 6px;
	padding-left: 12px;
}


a {
	color: #126E74;
	text-decoration: underline;
	text-decoration-color: #126E74;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
a:hover,
a:focus {
	color: #082E31;
	text-decoration: underline;
	text-decoration-color: #CAFAE9;
}

path,
rect,
circle {
	-webkit-transition: stroke .15s ease-in-out;
	-moz-transition: stroke .15s ease-in-out;
	-o-transition: stroke .15s ease-in-out;
	-ms-transition: stroke .15s ease-in-out;
	transition: stroke .15s ease-in-out;
}



dl {}
dt, dd {}
.dl-horizontal dt { width: auto; font-weight: normal; }
.dl-horizontal dd { margin-left: 120px; }

input, textarea { -webkit-appearance: none; }
textarea { resize: none; }


/* fade image in while loading and show a spinner as background image (good for progressive images) */
img.lazyload {
	opacity: 0;
}
img.lazyloading {
	opacity: 1;
	transition: opacity 300ms;
	background: #f7f7f7 url("../Images/loader/loader.svg") no-repeat center;
}
img.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
img.img--svg {
	width: 100%;
}


/* TEXT COLOR */
.text--brand-blue { color: #33A5E4; }
.text--brand-white { color: #fff; }
.text--white50 { color: rgba(255,255,255,.5); }


/* LINK COLOR */
.link--white { color: #fff; }


/* BACKGROUND COLOR */
.background-green { background-color: #91DDC2; }
.background-white { background-color: #fff; }
.background-gray { background-color: rgba(15, 56, 75, .1); }
.background-black10 { background-color: #F7F8F8; }
.background-weak { background-color: rgba(242, 242, 242, 1); }


body {
	overflow-x: hidden !important;
	overflow-y: visible !important;
}
body:before {
	content: 'mobile';
	display: none;
}
body.open_nav {
	position: fixed;
	left: 0;
	right: 0;
}




/* BOOTSTRAP GRID */
@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1488px;
	}
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	padding-right: 16px;
	padding-left: 16px;
}
.row {
	margin-right: -16px;
	margin-left: -16px;
}
.row &gt; * {
	padding-right: 16px;
	padding-left: 16px;
}
.h-65 { height: 65% !important; }
.h-35 { height: 35% !important; }

@media all and (max-width: 991px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		padding-right: 23px;
		padding-left: 23px;
	}
	.row {
		margin-right: -23px;
		margin-left: -23px;
	}
	.row &gt; * {
		padding-right: 23px;
		padding-left: 23px;
	}
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical&gt;.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode&gt;.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode&gt;.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode&gt;.swiper-wrapper&gt;.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode&gt;.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode&gt;.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered&gt;.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal&gt;.swiper-wrapper&gt;.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal&gt;.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical&gt;.swiper-wrapper&gt;.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical&gt;.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered&gt;.swiper-wrapper&gt;.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled&gt;.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal&gt;.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical&gt;.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical&gt;.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl&gt;.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal&gt;.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical&gt;.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled&gt;.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal&gt;.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical&gt;.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container&gt;canvas,.swiper-zoom-container&gt;img,.swiper-zoom-container&gt;svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode&gt;.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid&gt;.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column&gt;.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* ***************
 * Swiper 8.3.2
*************** */

/* LOGO */
.header-logo {
	position: absolute;
	z-index: 5;
	left: 26px;
	top: 32px;

	max-width: 180px;
	margin: 0;
	padding: 0;
}
body.open_nav .header-logo { z-index: 3; }
.header-logo &gt; a { margin: 0; }

@media all and (min-width: 992px) {
	.header-logo {
		max-width: 330px;
		left: 32px;
		top: 60px;
	}
}
@media all and (min-width: 1440px) {
	.header-logo { margin: 0; }
}




/* HEADER */
header.header,
header.container,
header.container-fluid {
	max-width: inherit;
	position: absolute;
	margin: 0 auto;
	padding: 28px 0 0 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
}
header.header &gt; div.row,
header.header-fluid &gt; div.row { margin: 0 auto; padding: 0; }


@media all and (min-width: 992px) {
	header.header,
	header.container,
	header.container-fluid { padding-top: 34px; }
	header .header-logo { max-width: 330px; margin: 0 0 0 32px; }
	header .header-logo &gt; a { margin: 0; }
}
@media all and (min-width: 1440px) {
	header .header-logo { margin: 0; }
}

/* MAIN NAVIGATION */
header .collapse.navbar-collapse {}
header .navbar-collapse .main--nav--col {}

header .navbar-collapse .main--nav--col .main--nav {
	background-color: #fff;
}

@media all and (min-width: 1400px) {
	header .collapse.navbar-collapse { justify-content: flex-end; }
	header .navbar-collapse .main--nav--col .main--nav::after {
		content: "";
		background: #fff;
		height: 89px;
		width: 200%;
		display: block;
		position: absolute;
		z-index: -1;
		filter: drop-shadow(-8px 2px 17px rgba(0,0,0,.05));
	}
}

.main--nav a {
	font-family: "RadikalBold";
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 0.02em;
	color: #082E31;
	padding: 30px 23px;
	margin: 0;
	white-space: nowrap;
}
@media all and (min-width: 1400px) and (max-width: 1490px) {
	.main--nav a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media all and (min-width: 1400px) and (max-width: 1540px) {
	.language-fr-CH .main--nav a {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media all and (min-width: 1400px) and (max-width: 1520px) {
	.language-it-CH .main--nav a {
		padding-left: 10px;
		padding-right: 10px;
	}
}



.main--nav a.link-active,
.main--nav a.link-active:hover,
.main--nav a.link-active:active,
.main--nav a.link-active:focus {
	color: #126E74;
	background-color: #CAFAE9;
}
.main--nav a.link-active:hover { color: #082E31; }
.main--nav a:hover,
.main--nav a:active,
.main--nav a:focus { background-color: #EAFDF6; }

.main--nav a.link-active::after,
.main--nav a:hover::after,
.main--nav a:active::after,
.main--nav a:focus::after { background-color: #879CA5; }
.main--nav a.link-active::after { background-color: #33A5E4; }



@media all and (max-width: 1399px) {
	.navbar-toggler {
		position: absolute;
		top: 0;
		right: 14px;
		width: 50px;
		height: 50px;
		transition-duration: .5s;
		border: 0 none;
		z-index: 3;
		padding: 0;
		margin: 0;
		border-radius: 0;
	}
	.navbar-toggler:focus { box-shadow: inherit; }
	
	.navbar-toggler .icon {
		transition-duration: 0.5s;
		position: absolute;
		height: 2px;
		width: 28px;
		background-color: #CAFAE9;
		border-radius: 4px;
		top: 27px;
		right: 11px;
	}
	.navbar-toggler .icon:before {
		transition-duration: 0.5s;
		position: absolute;
		width: 28px;
		height: 2px;
		background-color: #CAFAE9;
		content: "";
		border-radius: 4px;
		top: -10px;
		right: 0;
	}
	.navbar-toggler .icon:after {
		transition-duration: 0.5s;
		position: absolute;
		width: 28px;
		height: 2px;
		background-color: #CAFAE9;
		content: "";
		border-radius: 4px;
		top: 10px;
		right: 0;
	}
	.navbar-toggler:not(.collapsed) .icon {
		transition-duration: 0.5s;
		background: transparent;
	}
	.navbar-toggler:not(.collapsed) .icon:before {
		background-color: #fff;
		transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
	}
	.navbar-toggler:not(.collapsed) .icon:after {
		background-color: #fff;
		transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
	}
	.navbar-toggler:hover {
		cursor: pointer;
	}
	
	
	
	/* MOBILE NAVIGATION */
	.navbar-collapse.collapse {
		background-color: rgba(8,46,49,0);
		-webkit-transition: background-color .5s ease-in-out;
		-moz-transition: background-color .5s ease-in-out;
		-o-transition: background-color .5s ease-in-out;
		transition: background-color .5s ease-in-out;
	}
	
	.navbar-collapse.collapsing,
	.navbar-collapse.collapse.show {
		align-items: unset;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		
		margin: 0;
		padding: 0;
		width: 100vw;
		height: auto;
		z-index: 2;
	}
	.navbar-collapse.collapse.show { background-color: rgba(8,46,49,.8); }
	
	.navbar-collapse.collapsing &gt; div {
		opacity: 0;
		display: none !important;
		visibility: hidden;
	}
	.navbar-collapse .main--nav--col {
		height: auto;
		padding-top: 22px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.navbar-collapse .main--nav--col &gt; nav {
		padding: 26px 8px 26px 8px;
		box-shadow: 0px 4px 74px rgba(0,0,0,.1);
	}
	
	
	/* mainnav */
	.main--nav a {
		font-size: 20px;
		line-height: 29px;
		padding: 14px;
		margin: 0;
	}
	
}
@media all and (max-width: 566px) {
	.navbar-collapse .main--nav--col &gt; nav { width: 80vw; }
}
@media all and (min-width: 567px) and (max-width: 1399px) {
	.navbar-collapse .main--nav--col &gt; nav {
		position: absolute;
		left: 0;
		min-width: 338px;
		max-width: 338px;
	}
}


/* LANGUAGE NAVIGATION */
.navbar-collapse .main--nav--col .dropdown.language--nav {}
.navbar-collapse .main--nav--col .dropdown.language--nav a.dropdown-toggle {
	text-decoration: none;
	font-family: "RadikalBold";
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 0.02em;
	color: #082E31;
	padding: 30px 10px 28px 15px;
	margin: 0;
	white-space: nowrap;
}
.navbar-collapse .main--nav--col .dropdown.language--nav a.dropdown-toggle:hover,
.navbar-collapse .main--nav--col .dropdown.language--nav a.dropdown-toggle:focus {
	color: #082E31;
	background-color: #EAFDF6;
}
.navbar-collapse .main--nav--col .dropdown.language--nav a.dropdown-toggle::after { content: none; }

/* LANGUGE DROPDOWN */
.navbar-collapse .main--nav--col .dropdown.language--nav ul.dropdown-menu {
	min-width: inherit;
	border-radius: 0;
	margin-top: 0;
	padding: 0;
	left: -1px;
	border: 0 none;
}
.navbar-collapse .main--nav--col .dropdown.language--nav ul.dropdown-menu li a.dropdown-item {
	text-decoration: none;
	font-family: "RadikalBold";
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 0.02em;
	color: #082E31;
	padding: 30px 23px;
	margin: 0;
	white-space: nowrap;
	width: 82px;
	text-align: center;
}
.navbar-collapse .main--nav--col .dropdown.language--nav ul.dropdown-menu li a.dropdown-item:focus,
.navbar-collapse .main--nav--col .dropdown.language--nav ul.dropdown-menu li a.dropdown-item:hover {
	color: #082E31;
	background-color: #EAFDF6;
}


/* HEADER SUBPAGES */
.intro.sub--intro .sub--header { height: 400px; }
.intro.sub--intro .sub--header img.img--thehead {
	height: 100%;
	width: auto;
	max-height: 400px;
	object-fit: cover;
	object-position: 50% 50%;
}
.page-84 .intro.sub--intro .sub--header img.img--thehead,
.page-85 .intro.sub--intro .sub--header img.img--thehead,
.page-86 .intro.sub--intro .sub--header img.img--thehead,
.page-89 .intro.sub--intro .sub--header img.img--thehead {
	object-position: 100% 50%;
	width: 100%;
	height: 100%;
}
@media all and (min-width: 992px) {
	.intro.sub--intro .sub--header { height: 660px; }
	.intro.sub--intro .sub--header img.img--thehead {
		object-fit: cover;
		object-position: 50% 50%;
		display: block;
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
		max-height: 660px;
		max-width: none;
	}
}

/* Image color */
.intro.sub--intro .sub--header img.img--thehead {
	filter: grayscale(1);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.intro.sub--intro .sub--header img.img--thehead:hover,
.intro.sub--intro .sub--header img.img--thehead:focus { filter: grayscale(0); }




/* HEADER IMAGES and SLIDER HOME */
.home--header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.intro .swiper { height: 100%; }
.intro .swiper .swiper-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#news_029 .intro .swiper .swiper-slide { background-position: bottom center; }
.intro .swiper .intro--header {
	position: absolute;
	top: 175px;
	left: 25px;
	z-index: 4;
	max-width: 850px;
}

.intro .swiper .intro--stoerer {
	position: absolute;
	right: 16%;
	top: 8%;
	height: 150px;
	width: 150px;
	text-align: center;
	z-index: 12;
	transform: rotate(10deg);
}
.intro .swiper .intro--stoerer &gt; a {
	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	border-radius: 100px;
	width: 150px;
	height: 150px;
	transition: .3s;
	background-color: #7C4272;
	white-space: normal;
	flex-direction: column;
}
.intro .swiper .intro--stoerer &gt; a:hover,
.intro .swiper .intro--stoerer &gt; a:focus {
	background-color: #6e3464;
}

.intro .swiper .intro--stoerer &gt; a &gt; span {
	font-family: "RadikalBlack";
}
.intro .swiper .intro--stoerer &gt; a &gt; span.btn-st {
	font-family: "RadikalLight";
	font-size: 20px;
	line-height: 1.1;
	text-decoration: underline;
	margin-top: 5px;
}



.intro .swiper .swiper--content {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #fff;
	padding: 17px 18px 18px 18px;
	max-width: 255px;
}

.intro .swiper--content p {
	font-size: 14px;
	line-height: 18px;
	color: #000;
}

@media all and (min-width: 992px) {
	.intro .swiper .intro--header {
		top: 300px;
		left: 100px;
		max-width: 900px;
	}
	
	.intro .swiper .intro--stoerer {
		right: 12%;
		top: 28%;
		height: 200px;
		width: 200px;
	}
	.intro .swiper .intro--stoerer &gt; a {
		font-size: 28px;
		line-height: 32px;
		border-radius: 100px;
		width: 200px;
		height: 200px;
	}

	
	
	
	.intro .swiper .swiper--content {
		padding: 32px 34px 39px 34px;
		max-width: none;
	}
	.intro .swiper--content p {
		font-size: 18px;
		line-height: 23px;
	}
	.swiper-horizontal &gt; .swiper-pagination-bullets { width: 32%; }
}


/* swiper navigation */
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: auto;
	bottom: 115px;
	color: #f7f8f8;
	margin-top: 0;
}
.project--header .swiper-button-next,
.project--header .swiper-button-prev { bottom: 51px; }

.swiper-button-prev {
	left: auto;
	right: 160px;
}
.swiper-button-next {
	left: auto;
	right: 32px;
}
.swiper .swiper-pagination-bullet { background-color: #f7f8f8; }
.swiper .swiper-pagination-bullet-active { background: #f7f8f8; }

@media all and (min-width: 992px) {
	.swiper-button-next,
	.swiper-button-prev { bottom: 160px; }
	.project--header .swiper-button-next,
	.project--header .swiper-button-prev { bottom: 151px; }
}

/* STICKY CONTENT NAVIGATION */
/*#sidebar.affix-top { top: 195px; width: 285px; }
#sidebar.affix {
	position: fixed !important;
	top: 135px;
	width: 285px;
}
div.sticky--nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: yellow;
  padding: 50px;
  font-size: 20px;
}
*/
@media all and (min-width: 1200px) {
	#collapseSticky.collapse:not(.show) { display: block; }
}

.sticky--nav.sidebar {
	background: #fff;
	filter: drop-shadow(0px 4px 20px rgba(0,0,0,.1));
	border: 0 none;
	border-radius: 0;
	margin-top: 150px;
	margin-bottom: 150px;
	width: 340px;
}

.sticky--nav.sidebar ul { margin: 0; }
.sticky--nav.sidebar li {}
.sticky--nav.sidebar a {
	font-family: "RadikalBold";
	font-weight: normal;
	font-size: 20px;
	line-height: 29px;
	color: #082E31;
	display: block;
	margin: 0;
	padding: 32px 30px 32px 30px;
	background-repeat: no-repeat;
	background-position: left 21px center;
}
.sticky--nav.sidebar li.active a,
.sticky--nav.sidebar a:hover,
.sticky--nav.sidebar li.active a:hover {
	color: #126E74;
	background-color: #CAFAE9;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuNjc1OSAxMC45OTk5TDExLjMxMTkgNS42MzU5MkwxMi43MjU5IDQuMjIxOTJMMjAuNTAzOSAxMS45OTk5TDEyLjcyNTkgMTkuNzc3OUwxMS4zMTE5IDE4LjM2MzlMMTYuNjc1OSAxMi45OTk5SDQuNTAzOTFWMTAuOTk5OUgxNi42NzU5WiIgZmlsbD0iIzEyNkU3NCIvPjwvc3ZnPg==");
	padding-left: 60px;
}
.sticky--nav.sidebar a:hover {
	color: #082E31;
	background-image: none;
	background-color: #EAFDF6;
	padding-left: 30px;
}
.sticky--nav.sidebar li.active a:hover { color: #082E31; }



@media all and (max-width: 1199px) {
	.sticky--col {
		height: 0;
		z-index: 1;
	}
	.sticky--col.sticky--open { height: auto; }
	.sticky--nav.sidebar {
		margin-top: 0;
		margin-bottom: 0;
		position: relative;
		width: 100%;
		visibility: visible !important;
	}
}


@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}



/* HOMEPAGE */
/* HOME INTRO */
@media all and (min-width: 992px) {
	.home--intro &gt; .home--header {
		height: 80vh;
	}
}

@media all and (max-width: 991px) {
	.home--intro &gt; .home--header {
		height: 520px;
	}
}

/* green intro */
#main--intro { position: relative; }
#main--intro &gt; div.mask_homeintro {}
#main--intro &gt; div.mask_homeintro .home--intro {
	padding-top: 65px;
	padding-bottom: 61px;
	padding-right: 56px;
}
#main--intro &gt; div.mask_homeintro::before {
	content: "";
	background: #91DDC2;
	position: absolute;
	height: 100%;
	width: 82vw;
	left: 0;
	top: 0;
	z-index: -1;
}
#main--intro .lead {
	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 17px;
	line-height: 28px;
	color: #1D1D1B;
	margin-bottom: 34px;
}
#main--intro .lead &gt; p {
	font-family: "RadikalMedium";
	font-size: 16px;
	line-height: 30px;
}
#main--intro .bg-light-color {
	background-color: rgba(255,255,255,.28);
	border-radius: 7px;
	padding: 28px 35px 29px 35px;
	max-width: 470px;
	margin-bottom: 34px;
}
#main--intro .bg-light-color &gt; p {
	font-family: "RadikalLight";
	font-size: 16px;
	line-height: 30px;
}
#main--intro .home-right-text &gt; p {
	font-family: "RadikalLight";
	font-size: 16px;
	line-height: 30px;
	color: #1D1D1B;
	margin-bottom: 32px;
}
#main--intro .home-right-text &gt; p:last-of-type { margin-bottom: 30px; }

@media all and (max-width: 991px) {
	#main--intro .mask_homeintro div div.background-green { background-color: transparent; }
}
@media all and (min-width: 768px) {
	#main--intro &gt; div.mask_homeintro .home--intro { padding-right: 175px; }
}
@media all and (min-width: 992px) {
	#main--intro &gt; div.mask_homeintro::before { width: 85vw; }
	#main--intro &gt; div.mask_homeintro .home--intro {
		padding-top: 165px;
		padding-bottom: 150px;
		padding-right: 78px;
	}
	#main--intro .lead {
		font-size: 28px;
		line-height: 44px;
		margin-bottom: 34px;
	}
	#main--intro .lead &gt; p {
		font-size: 28px;
		line-height: 44px;
	}
	#main--intro .bg-light-color &gt; p {
		font-size: 19px;
		line-height: 33px;
		margin-bottom: 0;
	}
	#main--intro .home-right-text &gt; p {
		font-size: 19px;
		line-height: 32px;
		margin-bottom: 32px;
	}
	#main--intro .home-right-text &gt; p:last-of-type { margin-bottom: 30px; }
}

/* PROJECTS */
.mask_projekt { margin-bottom: 32px; }
.mask_projekt + .mask_defaultheadline { margin-top: 157px; }
.mask_projekt hr {
	margin: 20px 0 32px 0;
	border-top: 1px solid #d9d9d9;
	opacity: 1;
}
.mask_projekt .project--address {
	display: flex;
}
.mask_projekt .project--address--bottom { margin-top: 21px; }
.mask_projekt .project--address--left { margin-top: 21px; }

.mask_projekt .project--address img { margin-right: 9px; }

.mask_projekt .project--image { padding-bottom: 40px; }
.mask_projekt .project--image img {
	filter: grayscale(1);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.mask_projekt .project--image img:hover { filter: grayscale(0); }
.mask_projekt p { margin-bottom: 22px; }
.mask_projekt p:last-of-type { margin-bottom: 16px; }
.mask_projekt .content--container a.card-link svg {
	transform: rotate(90deg);
}
.mask_projekt .content--container a.card-link.shown--text svg {
	transform: rotate(-90deg);
}

.project--facts div {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 4%;
	margin-bottom: 14px;
}
.mask_projekt .project--facts div &gt; p { margin-bottom: 0; }
.mask_projekt span.badge.rounded-pill {
	background-color: none !important;
	border: 1px solid #126E74;
	color: #126E74;
	text-transform: uppercase;
	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 12px;
	line-height: 23px;
	letter-spacing: 7%;
	text-align: center;
	margin-bottom: 21px;
	padding: 2px 11px 0 11px;
}

@media all and (min-width: 992px) {
	.mask_projekt .project--address--left { margin-top: 11px; }
}


/* LIST PROJECTS */
.project--list.project--listview {
	margin-top: 123px;
	margin-bottom: 123px;
}
@media all and (min-width: 992px) {
	.project--list.project--listview {
		margin-top: 246px;
		margin-bottom: 246px;
	}
}
/* LATEST PROJECTS */
.project--list.project--latestview { margin-top: 165px; }
.project--list.project--latestview &gt; .section-header { margin-bottom: 105px; }


/* PROJECT DETAIL + NEWS DETAIL */
.project--detail {}
.project--detail .intro .swiper { max-height: 429px; }
.project--detail section.projects { margin-top: 0; }

.page--detail .project--backlink { padding-top: 69px; padding-bottom: 52px; }
.page--detail .project--title { padding-bottom: 24px; }
.page--detail .project--teaser { padding-bottom: 56px; }
.page--detail .project--description { padding-bottom: 43px; }
.page--detail .project--downloads { padding-bottom: 23px; }
.page--detail .project--button { padding-bottom: 43px; }
.page--detail .project--video { padding-top: 28px; padding-bottom: 56px; }


.page--detail .project--title h1 {
	font-family: "RadikalThin";
	font-weight: normal;
	font-size: 34px;
	line-height: 48px;
	color: #082E31;
	hyphens: auto;
}
.page--detail .project--teaser p,
.page--detail .project--teaser li {
	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 24px;
	line-height: 36px;
	color: #1D1D1B;
}

.project--detail .project--video figure.video { margin-bottom: 23px; }

@media all and (min-width: 768px) {
	.page--detail .project--title h1 {
		font-size: 65px;
		line-height: 84px;
	}
	.page--detail .project--teaser p,
	.page--detail .project--teaser li {
		font-size: 24px;
		line-height: 36px;
	}

}

@media all and (min-width: 992px) {
	.project--detail {}
	.project--detail .intro .swiper { max-height: 829px; }
	.project--detail section.projects {
		margin-top: -151px;
		z-index: 5;
		position: relative;
	}

	.page--detail .project--backlink { padding-top: 69px; padding-bottom: 52px; }
	.page--detail .project--title { padding-bottom: 24px; }
	.page--detail .project--teaser { padding-bottom: 56px; }
	.page--detail .project--description { padding-bottom: 43px; }
	.page--detail .project--downloads { padding-bottom: 23px; }
	.page--detail .project--button { padding-bottom: 43px; }
	.page--detail .project--video { padding-top: 28px; padding-bottom: 56px; }


	.page--detail .project--title h1 {
		font-size: 85px;
		line-height: 107px;
	}
	.page--detail .project--teaser p,
	.page--detail .project--teaser li {
		font-size: 28px;
		line-height: 44px;
	}

	.project--detail .project--video figure.video { margin-bottom: 23px; }
}


/* BLOCKQUOTE */
.the--text {
	margin-top: 137px;
	padding-bottom: 148px;
}
.the--text .blockquote {
	font-weight: 400;
	font-size: 40px;
	line-height: 53px;
	color: #0f384b;
}
.the--text .blockquote span {
	color: #33a5e4;
}


/* NO BLOG ON FR AND IT */
#main--projects + #main--downloads { margin-top: 80px; }

/* LATEST DOWNLOADS */
#main--downloads {
	padding-top: 65px;
	padding-bottom: 61px;
}
#main--downloads .downloads--latestview .section-header { margin-bottom: 82px; }
#main--downloads .card-body {
	padding: 0 40px 48px 40px;
}
#main--downloads .downloads--latestview .the--latest-downloads &gt; div { margin-bottom: 23px; }
#main--downloads img.card-img {
	width: 50%;
	height: auto;
	border-radius: 3px;
	filter: drop-shadow(0px 4px 44px rgba(0,0,0,.25));
	margin-top: 69px;
	margin-bottom: 52px;
}
#main--downloads h3.card-title {
	font-size: 28px;
	line-height: 44px;
	color: #082E31;
	margin-bottom: 5px;
}
#main--downloads a.card-link.text-link {}

@media all and (min-width: 992px) {
	#main--projects + #main--downloads { margin-top: 180px; }
	#main--downloads {
		padding-top: 133px;
		padding-bottom: 133px;
	}
	#main--downloads .downloads--latestview .section-header { margin-bottom: 82px; }
	#main--downloads .downloads--latestview .the--latest-downloads &gt; div { margin-bottom: 0; }
}

/* DOWNLOADS FILELIST DEFAULT */
.frame-type-uploads {}
.frame-type-uploads ul.list-group { margin-bottom: 0; }
.frame-type-uploads ul.list-group li.list-group-item {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #E1E6E6;
	background-color: #F7F8F8;
	padding: 15px 40px 10px 14px;
	
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNzIiIHZpZXdCb3g9IjAgMCAyNCA3MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDEySDE2TDEyIDE2TDggMTJIMTFWOEgxM1YxMlpNMTUgNEg1VjIwSDE5VjhIMTVWNFpNMyAyLjk5MkMzIDIuNDQ0IDMuNDQ3IDIgMy45OTkgMkgxNkwyMSA3VjIwLjk5M0MyMS4wMDA5IDIxLjEyNDMgMjAuOTc2IDIxLjI1NDUgMjAuOTI2NiAyMS4zNzYyQzIwLjg3NzIgMjEuNDk3OSAyMC44MDQzIDIxLjYwODcgMjAuNzEyMSAyMS43MDIyQzIwLjYxOTkgMjEuNzk1NyAyMC41MTAxIDIxLjg3MDEgMjAuMzg5MiAyMS45MjEyQzIwLjI2ODIgMjEuOTcyMyAyMC4xMzgzIDIxLjk5OTEgMjAuMDA3IDIySDMuOTkzQzMuNzMwMzggMjEuOTk4MiAzLjQ3OTAyIDIxLjg5MzEgMy4yOTMyMiAyMS43MDc1QzMuMTA3NDIgMjEuNTIxOSAzLjAwMjA5IDIxLjI3MDYgMyAyMS4wMDhWMi45OTJaIiBmaWxsPSIjMTI2RTc0Ii8+CjxwYXRoIGQ9Ik0xMyA2MEgxNkwxMiA2NEw4IDYwSDExVjU2SDEzVjYwWk0xNSA1Mkg1VjY4SDE5VjU2SDE1VjUyWk0zIDUwLjk5MkMzIDUwLjQ0NCAzLjQ0NyA1MCAzLjk5OSA1MEgxNkwyMSA1NVY2OC45OTNDMjEuMDAwOSA2OS4xMjQzIDIwLjk3NiA2OS4yNTQ1IDIwLjkyNjYgNjkuMzc2MkMyMC44NzcyIDY5LjQ5NzkgMjAuODA0MyA2OS42MDg3IDIwLjcxMjEgNjkuNzAyMkMyMC42MTk5IDY5Ljc5NTcgMjAuNTEwMSA2OS44NzAxIDIwLjM4OTIgNjkuOTIxMkMyMC4yNjgyIDY5Ljk3MjMgMjAuMTM4MyA2OS45OTkxIDIwLjAwNyA3MEgzLjk5M0MzLjczMDM4IDY5Ljk5ODIgMy40NzkwMiA2OS44OTMxIDMuMjkzMjIgNjkuNzA3NUMzLjEwNzQyIDY5LjUyMTkgMy4wMDIwOSA2OS4yNzA2IDMgNjkuMDA4VjUwLjk5MloiIGZpbGw9IiMxMjZFNzQiLz4KPC9zdmc+");
	background-position: right 13px top -32px;
	background-size: 24px 72px;
	background-repeat: no-repeat;
	
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;

}
.frame-type-uploads ul.list-group li.list-group-item a {
	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 19px;
	line-height: 30px;
	color: #4DBFAB;
}
.frame-type-uploads ul.list-group li.list-group-item:hover,
.frame-type-uploads ul.list-group li.list-group-item:focus {
	background-color: #CAFAE9;
	border-color: #91DDC2;
	background-position: right 13px top 16px;
}
.frame-type-uploads ul.list-group li.list-group-item a:hover,
.frame-type-uploads ul.list-group li.list-group-item a:focus { color: #126E74; }

@media all and (min-width: 768px) {
	.frame-type-uploads ul.list-group li.list-group-item { padding-right: 13px; }
}

/* ICON + TEXT */
.card.icon-box {
	padding-top: 50px;
	padding-bottom: 50px;
}
.card.icon-box figure {
	content: "";
	height: 174px;
	width: 174px; 
	background-color: rgba(15, 56, 75, 0.05);
	border-radius: 100%;
	margin: 0;
}
.card.icon-box .card-body { padding: 0; }
.card.icon-box:first-of-type { margin-top: 100px; }
.card.icon-box:last-of-type { margin-bottom: 100px; }

.card.icon-box h5.card-title,
.card.icon-box .card-body {
	font-size: 26px;
	line-height: 37px;
}
.card.icon-box h5.card-title,
.card.icon-box .card-title {
	font-weight: 700;
	margin: 0;
}
.card.icon-box p { font-weight: 300; }
.card.icon-box p:last-of-type {
	margin-bottom: 23px;
}

/* **********
* SUBPAGES  *
********** */
section.background-gray {
	padding-top: 71px;
	padding-bottom: 94px;
}
.template-pagets__t3tmplstart section.background-gray {
	padding-top: 0;
	padding-bottom: 0;
}

.container--columns {}

.container--columns figure.figure {
	margin: 0;
	background-color: #fff;
	border-radius: 100%;
	padding: 17px;
}
.container--columns figure.figure img.figure-img { margin: 0; }


.container--columns .column-text { padding-top: 8px; }
.container--columns h3,
.container--columns p {
	font-size: 26px;
	line-height: 37px;
}
.container--columns h3 { margin-bottom: 0; }
.container--columns p {
	font-weight: 300;
	margin-bottom: 36px;
}
.container--columns p:last-of-type { margin-bottom: 0; }

.container--columns a.btn-googlemaps {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #33A5E4;
	text-decoration: none;
	background-image: url(../Images/icon-pin.svg);
	background-position: right 0 center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	padding-left: 0;
	padding-right: 30px;
}





.default--content &gt; div &gt; div {
	margin-top: 92px;
}

/* DEFAULT HEADLINE and GREEN BG */
.mask_downloadsaccordion.accordion + .mask_defaultheadline.green--headline { margin-top: 50px; }

.mask_defaultheadline.green--headline {}

.mask_defaultheadline.green--headline::before,
.mask_defaultheadline.green--headline::after {
	background-color: #91DDC2;
	margin-bottom: 0;
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}
.mask_defaultheadline.green--headline::before {
	height: 515px;
	width: 100%;
	margin-top: 0;
	z-index: -1;
}

.mask_defaultheadline.green--headline::after {
	height: 715px;
	width: 124px;
	margin-top: -515px;
	z-index: -2;
}
@media all and (max-width: 575px) {
	.mask_defaultheadline.green--headline::after {
		width: 24px;
		left: 0;
	}
}
@media all and (max-width: 767px) {
	.mask_defaultheadline.green--headline::after {
		width: 24px;
		left: inherit;
		margin-left: -24px;
	}
}
@media all and (max-width: 991px) {
	.mask_defaultheadline.green--headline::after {
		width: 24px;
		left: inherit;
		margin-left: -24px;
	}
}
@media all and (max-width: 1199px) {
	.mask_defaultheadline.green--headline::after {
		width: 124px;
		left: inherit;
		margin-left: -124px;
	}
}



/* DEFAULT HEADLINE and HEADLINE GREEN BG Paddings */
.mask_defaultheadline .headline--padding {
	padding-top: 51px;
	padding-bottom: 43px;
}
.mask_defaultheadline.headline--text .headline--padding {
	padding-top: 51px;
	padding-bottom: 8px;
}
@media all and (max-width: 991px) {
	.template-pagets__t3tmplsubpage .mask_defaultheadline:first-of-type .headline--padding,
	.template-pagets__t3tmplsubpage .mask_defaultheadline.headline--text:first-of-type .headline--padding {
		padding-top: 52px;
	}
}
.mask_defaultheadline.marged--headline .headline--padding {
	padding-top: 0;
	padding-bottom: 0;
}
.mask_defaultheadline.headline--text .teaser_text {
	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 17px;
	line-height: 28px;
	color: #1D1D1B;
	padding-bottom: 60px;
}


@media all and (min-width: 992px) {
	.mask_defaultheadline .headline--padding {
		padding-top: 90px;
		padding-bottom: 88px;
		padding-left: 46px;
	}
	.mask_defaultheadline.headline--text .headline--padding {
		padding-top: 90px;
		padding-bottom: 23px;
		padding-left: 46px;
	}

	
	
	.mask_defaultheadline.headline--text .teaser_text {
		font-size: 28px;
		line-height: 44px;
		padding-bottom: 100px;
		padding-left: 46px;
	}
	
	.template-pagets__t3tmplsubpagewide .mask_defaultheadline .headline--padding,
	.template-pagets__t3tmplsubpagewide .mask_defaultheadline.headline--text .headline--padding,
	.template-pagets__t3tmplsubpagewide .mask_defaultheadline.headline--text .teaser_text { padding-left: 16px; }
}



/* DEFAULT CONTENT CONTAINERS */
.frame .content--container,
.default__text .content--container,
.default__btn .content--container,
.mask_downloadsaccordion .content--container {
	padding: 47px 0 54px 23px;
	margin-left: 0;
}
.mask_projekt.default__text .content--container { padding: 47px 23px 22px 23px; }

.page-4 .default__text .content--container {
	padding-top: 0;
	padding-bottom: 0;
}
.page-92 .default__text .content--container {
	padding-top: 25px;
	padding-bottom: 10px;
}
.mask_defaultheadline.green--headline + .default__text .headline.content--container {
	padding-top: 36px;
	padding-bottom: 0px;
}
.default__text .headline.content--container {
	padding-top: 14px;
	padding-bottom: 0px;
}
.mask_defaultimage.default__text.image--headline.image--image .headline.content--container {
	padding-top: 3px;
	padding-bottom: 0;
}
.mask_defaultimage.default__text.image--headline.image--image .the--image {
	padding-top: 20px;
	padding-bottom: 38px;
}
.mask_defaultimage.default__text.image--headline.image--image.image--news .the--image {
	padding-left: 0;
}


.default__btn .content--container { padding: 0 0 54px 23px; }
.mask_downloadsaccordion .content--container { padding: 0 0 54px 23px; }

.mask_defaultheadline.green--headline + .frame.frame-type-uploads .text.content--container {
	padding-top: 47px;
	padding-bottom: 0;
}
.frame.frame-type-uploads .content--container {
	padding-top: 76px;
	padding-bottom: 8px;
}
.frame.marged--headline .content--container {
	padding-top: 76px;
	padding-bottom: 0;
}
.frame.marged--headline + .frame.frame-type-uploads .text.content--container {
	padding-top: 0;
	padding-bottom: 0;
}
.frame .tx-ttaddress .team--col .content--container {
	padding: 47px 0 0 23px;
	margin-left: 0;
	margin-bottom: 30px;
}
@media all and (min-width: 768px) {
	.mask_projekt.default__text .content--container { padding: 47px 23px 22px 23px; }
}
@media all and (min-width: 992px) {
	.frame .content--container,
	.default__text .content--container,
	.default__btn .content--container,
	.mask_downloadsaccordion .content--container {
		padding: 97px 0 54px 124px;
		margin-left: 31px;
	}
	.mask_projekt.default__text .content--container { padding: 67px 43px 42px 43px; }
	.page-4 .default__text .content--container {
		padding-top: 0;
		padding-bottom: 0;
	}
	.page-92 .default__text .content--container {
		padding-top: 25px;
		padding-bottom: 10px;
	}
	.mask_defaultheadline.green--headline + .default__text .headline.content--container {
		padding-top: 66px;
		padding-bottom: 0px;
	}
	.default__text .headline.content--container {
		padding-top: 14px;
		padding-bottom: 0px;
	}
	.mask_defaultimage.default__text.image--headline.image--image .headline.content--container {
		padding-top: 3px;
		padding-bottom: 0;
	}
	.mask_defaultimage.default__text.image--headline.image--image .the--image {
		padding-top: 20px;
		padding-bottom: 38px;
	}

	.mask_defaultimage.default__text.image--headline.image--image.image--news .the--image {
		margin-left: 0;
		padding-top: 20px;
		padding-bottom: 38px;
		padding-left: 0;
	}


	.default__btn .content--container { padding: 0 0 54px 124px; }
	.mask_downloadsaccordion .content--container { padding: 0 0 54px 124px; }

	.mask_defaultheadline.green--headline + .frame.frame-type-uploads .text.content--container {
		padding-top: 97px;
		padding-bottom: 0;
	}
	.frame.frame-type-uploads .content--container {
		padding-top: 76px;
		padding-bottom: 8px;
	}
	.frame.marged--headline .content--container {
		padding-top: 76px;
		padding-bottom: 0;
		margin-left: 0;
	}
	.frame.marged--headline + .frame.frame-type-uploads .text.content--container {
		padding-top: 0;
		padding-bottom: 0;
	}
	.frame .tx-ttaddress .team--col .content--container {
		padding: 114px 0 54px 23px;
		margin-left: 124px;
		margin-bottom: 0;
	}

}
@media all and (min-width: 1024px) {
	.mask_projekt.default__text .content--container {
		margin-left: 0;
		padding: 82px 85px 21px 84PX; }
}

@media all and (min-width: 1200px) {
	.mask_projekt.default__text .content--container {
		margin-left: 31px;
		padding: 82px 125px 21px 124px; }
}

/* DOWNLOADS ACCORDION */
.mask_downloadsaccordion.accordion {
	border-radius: 0;
}
.accordion-header {
	margin-bottom: 0;
	border-radius: 0;
}

.accordion-flush .accordion-item {
	margin-bottom: 19px;
	border: 0 none;
}
.accordion-flush .accordion-item:last-child { margin-bottom: 0; }

.mask_downloadsaccordion.accordion .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 32px 12px 18px 0;
	
	border-radius: 0 !important;
	border-top: 0 none;
	border-bottom: 1px solid rgba(15, 56, 75, 0.1);

	text-align: left;
	background-color: rgba(255,255,255,1);
	overflow-anchor: none;

	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 19px;
	line-height: 32px;
	color: #082E31;
}
.accordion-button:focus {
	border: 0 none;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}
.accordion-button:not(.collapsed) {
	color: #0F384B;
	background-color: rgba(15, 56, 75, 0.05);
	box-shadow: none;
}
.accordion-flush .accordion-item .accordion-button:not(.collapsed) {
	border-radius: 8px 8px 0 0;
	border: 0 none;
}
.accordion-button::after {
	content: "";
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	margin-right: auto;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.66602 8.66675V0.666748H11.3327V8.66675H19.3327V11.3334H11.3327V19.3334H8.66602V11.3334H0.666016V8.66675H8.66602Z' fill='%23082E31'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 50%;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.66602 8.66675V0.666748H11.3327V8.66675H19.3327V11.3334H11.3327V19.3334H8.66602V11.3334H0.666016V8.66675H8.66602Z' fill='%23082E31'/%3E%3C/svg%3E");
	transform: rotate(45deg);
}

.accordion-button &gt; span {
	width: 100%;
	margin: 0;
}

.accordion.mask_downloadsaccordion .accordion-item .accordion-collapse.show {
	padding-bottom: 40px;
	border-bottom: 1px solid #E9E9E9;
	border-radius: 0;
}

.accordion-body {
	padding: 0;
	background-color: transparent;
	opacity: 1;
	border-radius: 0;
	font-family: "RadikalLight";
	font-weight: normal;
	font-size: 19px;
	line-height: 32px;
	color: #1D1D1B;
}
.accordion-body h3 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 25px;
}
.accordion-body p,
.accordion-body p:last-of-type { margin-bottom: 25px; }
.accordion-body ul {}
.accordion-body li {
	color: #1D1D1B;
}


/* TEAM LIST */
.tx-ttaddress .team--col { z-index: 2; }

.tx-ttaddress .team--box { margin-bottom: 120px; }
.tx-ttaddress .team--box .vcard {}
.tx-ttaddress .team--box .vcard figure {
	position: relative;
}
.tx-ttaddress .team--box .vcard figure img {
	filter: grayscale(1);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;

}
.tx-ttaddress .team--box .vcard figure figcaption {
	padding: 24px 0 20px 24px;
	background-color: #EAFDF6;
	font-family: "RadikalLight";
	font-weight: normal;
	font-size: 24px;
	line-height: 32px;
	color: #082E31;
	width: 90%;
	position: absolute;
	bottom: -64px;
	
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.tx-ttaddress .team--box .vcard figure figcaption p.position {
	font-size: 20px;
	line-height: 28px;
}
.tx-ttaddress .team--box .vcard figure figcaption p.position span {
	font-size: 18px;
	margin-left: 0;
	display: block;
}
.tx-ttaddress .team--box .vcard:hover figure img,
.tx-ttaddress .team--box .vcard:focus figure img { filter: grayscale(0); }
.tx-ttaddress .team--box .vcard:hover figure figcaption,
.tx-ttaddress .team--box .vcard:focus figure figcaption {
	background-color: #91DDC2;
	padding: 24px 10px 20px 24px;
}

.tx-ttaddress .team--box .vcard figure figcaption strong { font-family: "RadikalMedium"; }
.tx-ttaddress .team--box .vcard figure figcaption p { margin-bottom: 0; }
.tx-ttaddress .team--box .vcard:hover figure figcaption p { margin-bottom: 25px; }
.tx-ttaddress .team--box .vcard figure figcaption p.list-item {
	display: none;
	visibility: hidden;
	margin-bottom: 6px;
}
.tx-ttaddress .team--box .vcard figure figcaption p.list-item svg { margin-right: 8px; }
.tx-ttaddress .team--box .vcard:hover figure figcaption p.list-item { display: block; visibility: visible; }

.tx-ttaddress .team--box .vcard figure figcaption p.list-item,
.tx-ttaddress .team--box .vcard figure figcaption p.list-item a {
	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	color: #082E31;
	text-decoration: none;
}
.tx-ttaddress .team--box .vcard figure figcaption p.list-item a { cursor: pointer; }

@media all and (min-width: 992px) {
	.tx-ttaddress .team--box .vcard figure figcaption {
		padding: 24px 0 20px 24px;
		font-size: 24px;
		line-height: 32px;
	}
	.tx-ttaddress .team--box .vcard figure figcaption p.position {
		font-size: 22px;
		line-height: 26px;
	}
	.tx-ttaddress .team--box .vcard figure figcaption p.position span {
		font-size: 16px;
		margin-left: 8px;
		display: inline;
	}

	.tx-ttaddress .team--box .vcard figure figcaption p.list-item,
	.tx-ttaddress .team--box .vcard figure figcaption p.list-item a {
		font-size: 15px;
		line-height: 20px;
	}
}
@media all and (min-width: 1440px) {
	.tx-ttaddress .team--box .vcard figure figcaption {
		padding: 24px 10px 20px 24px;
		font-size: 28px;
		line-height: 44px;
	}
	.tx-ttaddress .team--box .vcard figure figcaption p.position {
		font-size: 24px;
		line-height: 30px;
	}
	.tx-ttaddress .team--box .vcard figure figcaption p.position span {
		font-size: 18px;
		margin-left: 8px;
	}

	.tx-ttaddress .team--box .vcard figure figcaption p.list-item,
	.tx-ttaddress .team--box .vcard figure figcaption p.list-item a {
		font-size: 15px;
		line-height: 20px;
	}
}



/* NEWS */
/* NEWS LATEST */
.news.latest { margin-top: 165px; }
.news.latest .section-content &gt; div { margin-bottom: 41px; }
.news.latest .section-content &gt; div:last-of-type { margin-bottom: 0; }
.news.latest .news-header {
	padding-top: 15px;
	padding-bottom: 12px;
}
.news.latest .section-content {
	padding-top: 68px;
	padding-bottom: 68px;
}
.news.latest .card-subtitle {
	font-family: "RadikalLight";
	font-size: 19px;
	line-height: 32px;
}

@media all and (min-width: 992px) {
	.news.latest .section-content &gt; div { margin-bottom: 0; }
	.news.latest .section-content {
		padding-top: 68px;
		padding-bottom: 255px;
	}

}


/* NEWS LIST */
.news-list-view { padding: 6px 0 0 23px; }

@media all and (min-width: 992px) {
	.news-list-view {
		padding: 97px 0 54px 124px;
		margin-left: 31px;
	}
}
@media all and (min-width: 1200px) {
	.news-list-view {
		padding: 50px 0 0 0;
		margin-left: 0;
	}
}


.news-list-view .card {
	margin-top: 39px;
	margin-bottom: 39px;
}
.news-list-view .card .meta { margin-bottom: 4px; }
.news-list-view .card p &gt; span.news-list-date {
	font-size: 19px;
	line-height: 32px;
	color: #1D1D1B;
}
.news-list-view .card h3.card-title {
	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 28px;
	line-height: 44px;
	color: #082E31;
	margin-bottom: 21px;
	text-decoration: none;
}


/* ajax loader */
.load-more-row { padding-top: 100px; padding-bottom: 134px; }
.page-load-status {
	display: none;
	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 28px;
	line-height: 44px;
	padding-top: 20px;
	color: #082E31;
}
/* ajax loading dots */
.loader-ellips {
	font-size: 20px; /* change size here */
	position: relative;
	width: 4em;
	height: 1em;
	margin: 10px auto;
}

.loader-ellips__dot {
	display: block;
	width: 1em;
	height: 1em;
	border-radius: 0.5em;
	background: #91DDC2; /* change color here */
	position: absolute;
	animation-duration: .5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) { left: 0; }
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
	from { transform: scale(.001); }
	to { transform: scale(1); }
}

@keyframes slide {
	to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) { animation-name: reveal; }
.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) { animation-name: slide; }
.loader-ellips__dot:nth-child(4) {
	animation-name: reveal;
	animation-direction: reverse;
}



/* NEWS DETAIL */
.news--detail {}

.news--detail .detail--header .swiper .swiper-slide .mediaelement {
	background-color: #000;
}
.news--detail .detail--header .swiper .swiper-slide .mediaelement .ratio { min-height: 429px; }


.news--detail .bg--black { background-color: #000; }
.news--detail .video--container { margin-bottom: 40px; }


.news--detail .detail--intro .detail--header,
.project--detail .detail--intro .project--header { height: 429px; }
.news--detail .news--slider .news--text {
	margin-top: 0;
	padding-bottom: 56px;
	z-index: 3;
	position: relative;
}

.news--detail .blog--highlight {
	background-color: #91DDC2;
	padding: 25px 30px 30px 30px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.news--detail .news--text h2 {
	font-family: "RadikalMedium";
	font-size: 44px;
	line-height: 50px;
	color: #082E31;
}
.news--detail p + p.small { margin-top: 0; }

@media all and (min-width: 992px) {
	.news--detail .detail--intro .detail--header,
	.project--detail .detail--intro .project--header { height: 829px; }
	.news--detail .news--slider .news--text {
		margin-top: -151px;
		padding-bottom: 56px;
		z-index: 3;
		position: relative;
	}
}





/* PAGINATION */
.pagination {}

.pagination .page-item .page-link {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #0F384B;
	background-color: #fff;
	border: 1px solid rgba(15,56,75,.1);
	padding: 15px 23px;
}
.pagination .page-item .page-link:hover {
	color: #33A5E4;
	background-color: #fff;
	border: 1px solid rgba(15,56,75,.1);
	text-decoration: none;
}
.pagination .page-item:first-child .page-link {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination .page-item:last-child .page-link {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pagination .page-item.active &gt; .page-link,
.pagination .page-item .page-link.active {
	color: #fff;
	background-color: #33A5E4;
	border-color: #33A5E4;
}




/* ***************************************** */
/* START http://bootsnipp.com/snippets/ZkMKE */
/* ***************************************** */
/* CHECKBOX */
.checkbox { padding-left: 0; }
.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 7px;
}
.checkbox label::before,
.multiselect-container &gt; li &gt; a &gt; label.checkbox::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 28px;
	height: 28px;
	left: 0;
	top: 0;
	margin-left: 0;
	background-color: #fff;
	border: 2px solid #E1E6E6;
	border-radius: 2px;
	
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
.checkbox label::after,
.multiselect-container &gt; li.active &gt; a &gt; label.checkbox::after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 28px;
	height: 28px;
	left: 0;
	top: 0;
	margin-left: 0;
	border-radius: 6px;
	background-color: #fff;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.checkbox input[type="checkbox"] {
	opacity: 0;
	visibility: hidden;
	display: none;
}
.checkbox input[type="checkbox"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
	content: "";
	color: #fff;
	background-color: #5E7779;
	border: 2px solid #5E7779;
	border-radius: 2px;
	background-image: url("../Images/icon_check.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;

	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);

}
.checkbox input[type="checkbox"]:disabled + label { opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.checkbox.checkbox-circle label::before { border-radius: 50%; }
.checkbox.checkbox-inline { margin-top: 0; }
.checkbox-primary input[type="checkbox"]:checked + label::before {
	background-color: #00295B;
	border-color: #00295B;
}
.checkbox-primary input[type="checkbox"]:checked + label::after { color: #fff; }
.checkbox-danger input[type="checkbox"]:checked + label::before {
	background-color: #d9534f;
	border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after { color: #fff; }
.checkbox-info input[type="checkbox"]:checked + label::before {
	background-color: #5bc0de;
	border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after { color: #fff; }
.checkbox-warning input[type="checkbox"]:checked + label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after { color: #fff; }
.checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #5cb85c;
	border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after { color: #fff; }


/* RADIO */
.radio { padding-left: 0; }
.radio label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}
.radio label::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 28px;
	height: 28px;
	left: 0;
	top: 0;
	margin-left: 0;
	background-color: #fff;
	border: 2px solid #E1E6E6;
	border-radius: 2px;
	
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
.radio label::after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 28px;
	height: 28px;
	left: 0;
	top: 0;
	margin-left: 0;
	border-radius: 6px;
	background-color: #fff;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] { opacity: 0; }
.radio input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
	content: "";
	color: #fff;
	background-color: #5E7779;
	border: 2px solid #5E7779;
	border-radius: 2px;
	background-image: url("../Images/icon_check.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;

	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}


.radio input[type="radio"]:disabled + label { opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before { cursor: not-allowed; }
.radio.radio-inline { margin-top: 0; }
.radio-primary input[type="radio"] + label::after { background-color: #00295B; }
.radio-primary input[type="radio"]:checked + label::before { border-color: #00295B; }
.radio-primary input[type="radio"]:checked + label::after { background-color: #00295B; }
.radio-danger input[type="radio"] + label::after { background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before { border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after { background-color: #d9534f; }
.radio-info input[type="radio"] + label::after { background-color: #ccc; }
.radio-info input[type="radio"]:checked + label::before { border-color: #888; }
.radio-info input[type="radio"]:checked + label::after { background-color: #ccc; }
.radio-warning input[type="radio"] + label::after { background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before { border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after { background-color: #f0ad4e; }
.radio-success input[type="radio"] + label::after { background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before { border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after { background-color: #5cb85c; }
/* *************************************** */
/* END http://bootsnipp.com/snippets/ZkMKE */
/* *************************************** */


/* CONTACT MAPS */
.default__maps .gcontent {}
.default__maps .gcontent .gcontent--text {
	padding: 40px 33px 40px 33px;
	box-shadow: 0px 4px 20px rgba(0,0,0,.1);
	margin-top: 30px;
}
.default__maps .gcontent .gcontent--text a:not(.btn) {
	color: #1D1D1B;
	text-decoration: none;
}
.default__maps .gcontent .gcontent--text a:not(.btn):hover,
.default__maps .gcontent .gcontent--text a:not(.btn):focus {
	color: #126E74;
	text-decoration: underline;
	text-decoration-color: #126E74;
}
.default__maps .gcontent .gcontent--text a.btn { margin-top: 26px; }

.default__maps .gcontent {}

@media all and (min-width: 992px) {
	.default__maps .gcontent .gcontent--text {
		padding: 40px 33px 40px 33px;
		margin-top: calc(((-576px - -320px) / 2) - 320px);
		z-index: 2;
		position: absolute;
		max-width: 350px;
	}
}
@media all and (min-width: 1200px) {
	.default__maps .gcontent .gcontent--text { max-width: inherit; }
}


/* CONTACT FORM */
.contact--form {
	margin-bottom: 140px;
	padding-top: 92px;
}

.frame-layout-150 .contact--form,
.frame-layout-150 .contact--form { padding-top: 0; }

.frame-layout-150 .contact--form &gt; section,
.frame-layout-150 .contact--form &gt; section {
	padding: 0 0 54px 23px;
	margin-left: 0;
}
@media all and (min-width: 992px) {
	.frame-layout-150 .contact--form &gt; section,
	.frame-layout-150 .contact--form &gt; section {
		padding: 0 0 54px 124px;
		margin-left: 31px;
	}
}


.frame-type-form_formframework h2 {
	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 23px;
	line-height: 32px;
	color: #126E74;
}

.tx-form form { padding-top: 0; }

.tx-form form#investormeeting2024-234 .rows div.clearfix p.statutory-text {
	color: #343434;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 42px;
}

.tx-form .row { margin-bottom: 0; }
.tx-form .row.input-RadioButton { margin-bottom: 42px; }
.tx-form .row.textarearow { min-height: 200px; }
.tx-form label.control-label { color: #343434; }
.tx-form .input-MultiCheckbox { margin-bottom: 20px; }
.tx-form .input-MultiCheckbox label.control-label,
.tx-form .input-RadioButton label.control-label{
	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
}
.tx-form .input-MultiCheckbox .checkbox-wrapper {
	margin-top: 11px;
	margin-bottom: 20px;
}

.tx-form .form-group { margin-bottom: 0; }

.tx-form .has-error label { color: red !important; }
.tx-form .has-error .form-control { margin-bottom: 0; }
span.error.help-block {
	color: red;
	font-family: "RadikalRegular";
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
	margin-top: 3px;
	margin-bottom: 9px;
	display: block;
}

.tx-form div &gt; div.flying-label {
	position: relative;
}
.tx-form div &gt; div.flying-label label.control-label {
	position: absolute;
	top: 20px;
	left: 15px;
	transition: all .1s ease-in-out;
	cursor: text;
	
	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
}

.tx-form div &gt; div.flying-label .form-control:focus + label.control-label,
.tx-form div &gt; div.flying-label .form-control:not(:empty) + label.control-label,
.tx-form div &gt; div.flying-label label.flying-label-active,
.tx-form div &gt; div.flying-label label.flying-label-shift {
	top: 10px;
	background-color: transparent;
	font-size: 14px;
	line-height: 20px;
	color: #879CA5 !important;
}
.tx-form div &gt; div.flying-label label.flying-label-shift { color: #343434; }
.tx-form div &gt; div.flying-label .form-control:focus:invalid + label.control-label {
	color: red;
	top: 0;
	background: #fff;
	font-weight: 700;
	font-size: 12px;
}
.tx-form .form-control.flying-label-filled {
	border: 2px solid #5E7779;
	box-shadow: 0px 0px 0px 3px #CAFAE9 !important;
}
.tx-form .form-control.flying-label-filled:hover {
	border: 2px solid #4DBFAB;
	box-shadow: none !important;
}
.tx-form .form-control.flying-label-filled:active,
.tx-form .form-control.flying-label-filled:focus {
	border: 2px solid #5E7779;
	box-shadow: none !important;
}

.tx-form .form-control {
	width: 100%;
	padding: 29px 14px 9px 14px;
	font-family: "RadikalMedium";
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #343434;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: rgba(255,255,255,.1);
	border: 2px solid #E1E6E6;
	border-radius: 2px;
	margin-bottom: 24px;
}

.tx-form .form-control:hover {
	border: 2px solid #4DBFAB;
	color: #343434;
	outline: 0;
}
.tx-form .form-control:focus {
	border: 2px solid #5E7779;
	color: #343434;
	outline: 0;
	box-shadow: 0 0 0 3px #CAFAE9 !important;
}

.tx-form textarea.form-control {
	height: auto;
	min-height: 200px;
}

.tx-form .form-control.thepassword,
.tx-form .form-control.thepassword:hover,
.tx-form .form-control.thepassword:focus { margin-bottom: 8px; }


.tx-form .form-control:-moz-placeholder {
	color: #343434;
	opacity: 1;
}
.tx-form .form-control:-ms-input-placeholder { color: #343434; }
.tx-form .form-control:-webkit-input-placeholder { color: #343434; }

.tx-form .checkbox label,
.tx-form .radio label {
	color: #343434;
	font-size: 20px;
	line-height: 24px;
	padding-top: 5px;
	padding-left: 40px;
}

.tx-form .hide-labels &gt; div.input-MultiCheckbox &gt; label.control-label { display: none; }

.tx-form label a {
	color: #343434;
	text-decoration-color: #343434;
}
.tx-form label a:hover,
.tx-form label a:focus {
	color: #33cf77;
	text-decoration-color: #33cf77;
}

/* radio + checkbox */
.tx-form .checkbox label,
.tx-form .radio label {
	color: #343434;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	padding-top: 4px;
	padding-left: 45px;
}

.tx-form label a {
	color: #343434;
	text-decoration-color: #343434;
}
.tx-form label a:hover,
.tx-form label a:focus {
	color: #004B87;
	text-decoration-color: #004B87;
}

.tx-form .radio.form-check-inline label.form-check-label {
	padding-top: 5px;
	padding-left: 20px;
}

.tx-form .input-RadioButton .inputs-list.form-check.form-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

/* Radios not inline */
.tx-form .radio--block .input-RadioButton .inputs-list.form-check.form-check-inline {
	display: block;
	padding: 0;
}
.tx-form .radio--block .input-RadioButton .inputs-list.form-check.form-check-inline .radio,
.tx-form .radio--block .input-MultiCheckbox .checkbox-wrapper .checkbox {
	padding-right: 0;
	margin-bottom: 6px;
}

.tx-form .input-RadioButton .inputs-list.form-check.form-check-inline .radio label,
.tx-form .input-RadioButton .inputs-list.form-check.form-check-inline .checkbox label,
.tx-form .input-MultiCheckbox .checkbox label {
	color: #343434;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}
.tx-form .input-RadioButton .inputs-list.form-check.form-check-inline .checkbox label { line-height: inherit; }
.tx-form .small-label-text &gt; div.input-MultiCheckbox .checkbox &gt; label { padding-top: 12px; }
.tx-form .input-RadioButton .inputs-list.form-check.form-check-inline .radio { padding-right: 50px; }
.tx-form .input-MultiCheckbox .inputs-list.form-check.form-check-inline .checkbox { padding-right: 30px; }

.tx-form .input-RadioButton .inputs-list.form-check.form-check-inline .radio .form-control,
.tx-form .input-RadioButton .inputs-list.form-check.form-check-inline .checkbox .form-control {
	margin: 0;
	padding: 0;
	border: 0 none;
	width: inherit;
}

/* submit */
.tx-form .actions .form-navigation { margin-top: 16px; }
.tx-form .actions .mandatory--text {
	font-family: "RadikalLight";
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: .04em;
	color: #000;
}


.tx-form .rows.radio-not-inline .input-RadioButton .inputs-list.form-check.form-check-inline,
.tx-form .rows.checkbox-not-inline .input-RadioButton .inputs-list.form-check.form-check-inline {
	display: -ms-initial;
	display: initial;
	-ms-flex-align: initial;
	align-items: initial;
	padding: 0;
}


/* FORM Investormeeting */
.hidden-accompaniment { display: none; }


/* SWIPER */
.slide--container { position: relative; }
.slide--container &gt; .swiper-button-next { right: -50px; }
.slide--container &gt; .swiper-button-prev { left: -50px; }

.slide--container .swiper--intro { margin-bottom: 20px; }
.slide--container h3 { margin-bottom: 20px; }
.slide--container p.text {
	font-size: 22px;
	line-height: 30px;
}
.intro.detail--intro .swip--over { display: none; }
@media all and (min-width: 992px) {
	.intro.detail--intro .swip--over {
		background-color: #fff;
		height: 151px;
		width: 50%;
		position: relative;
		left: 0;
		z-index: 2;
		bottom: 151px;
		display: block;
	}

	.project--detail .swiper-horizontal &gt; .swiper-pagination-bullets,
	.project--detail .swiper-pagination-bullets.swiper-pagination-horizontal,
	.news--detail .swiper-horizontal &gt; .swiper-pagination-bullets,
	.news--detail .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 10px;
		left: inherit;
		right: 0;
		width: 43%;
	}
}


/* FOOTER */
footer.footer {
	background-color: #082e31;
	margin-top: 0;
	padding: 47px 0 0 0;
}
.footer .footer--navigation { margin-bottom: 39px; }
footer.footer .footer--signet {
	padding-top: 27px;
	padding-bottom: 43px;
}


.footer h5 {
	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 28px;
	line-height: 44px;
	margin-bottom: 8px;
}
.footer ul li a {
	font-family: "RadikalLight";
	font-weight: normal;
	font-size: 19px;
	line-height: 32px;
	color: rgba(255,255,255,.4);
	padding: 9px 0;
}

@media all and (min-width: 992px) {
	footer.footer { padding-top: 92px; }
	.footer .footer--navigation { margin-bottom: 69px; }
	footer.footer .footer--signet {
		padding-top: 27px;
		padding-bottom: 0;
	}
}


footer .footer--bottom {}
footer .footer--bottom &gt; div.height32 { height: 32px; }

footer .footer--bottom .col--foot {
	padding-top: 52px;
	padding-bottom: 40px;
}
footer .footer--bottom .col--foot.col--address {
	padding-top: 54px;
	padding-bottom: 40px;
}

footer .footer--bottom h5 { margin-bottom: 9px; }

footer .footer--bottom p {
	font-size: 17px;
	line-height: 23px;
	margin: 0 0 24px 0;
}
footer .footer--bottom p:last-of-type { margin-bottom: 15px; }

footer .footer--bottom .col--socialmedia p {
	font-size: 19px;
	line-height: 32px;
	margin-bottom: 9px;
}
footer .footer--bottom .col--socialmedia p:last-of-type { margin-bottom: 0; }
footer .footer--bottom .col--socialmedia p &gt; a {}
footer .footer--bottom .col--socialmedia svg { margin-right: 12px; }



footer .footer--bottom p &gt; a {
	color: rgba(255,255,255,.5);
	text-decoration: none;
}
footer .footer--bottom p &gt; a:hover,
footer .footer--bottom p &gt; a:focus,
footer .footer--bottom p &gt; a:active { color: rgba(255,255,255,1); }

/* pricacy nav */
footer .footer--bottom ul.nav--privacy li a {
	font-size: 17px;
	line-height: 23px;
}
footer .footer--bottom ul.nav--privacy li a:hover,
footer .footer--bottom ul.nav--privacy li a:focus,
footer .footer--bottom ul.nav--privacy li a.active { text-decoration: underline; }


footer .footer--bottom ul.nav--privacy li a:after {
	content: "|";
	margin-left: 8px;
}
footer .footer--bottom ul.nav--privacy li:last-of-type a:after {
	content: none;
}
footer .footer--bottom ul.nav--privacy li a {}
footer .footer--bottom ul.nav--privacy li a {}




footer .border-top { border-color: rgba(255,255,255,.1) !important; }

footer .border--right {
	position: relative;
	z-index: 0;
}
@media all and (min-width: 1200px) {
	footer .border--right:before {
		content: "";
		background-color: rgba(255,255,255,.1);
		display: block;
		width: 1px;
		height: 100%;
		position: absolute;
		z-index: -1;
		top: 0;
		right: 30px;
	}
}
footer .footer--bottom .col--language h5 { margin-bottom: 23px; }

footer .footer--bottom .language .btn.btn-link.btn--lang {
	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
	text-transform: none;
	letter-spacing: 0;
	text-align: center;
	margin-left: 0;
	margin-top: 15px;
	padding: 6px 0 3px 0;
	border-radius: 5px;
	min-width: 137px;
	color: rgba(255,255,255,.4);
	background: rgba(255,255,255,.1);
}
footer .footer--bottom .language .btn.btn-link.btn--lang:first-of-type { margin-top: 0; margin-left: 0; }
footer .footer--bottom .language span.btn.btn-link.btn--lang:first-of-type { margin-top: 15px; margin-left: 0; }
footer .footer--bottom .language .btn.btn-link.btn--lang:hover,
footer .footer--bottom .language .btn.btn-link.btn--lang:focus {
	color: #082E31;
	background-color: #91DDC2;
}
footer .footer--bottom .language .btn.btn-link.btn--lang.link-active {
	color: #126E74;
	background: #91DDC2;
}
@media all and (min-width: 992px) {
	footer .footer--bottom .language .btn.btn-link.btn--lang {
		margin-left: 7px;
		margin-top: 0;
	}
	footer .footer--bottom .language .btn.btn-link.btn--lang:first-of-type { margin-left: 0; }
	footer .footer--bottom .language span.btn.btn-link.btn--lang:first-of-type { margin-top: 0; margin-left: 7px; }
}



/* BUTTONS .BTN */
.btn {
	padding: 8px 21px 5px 21px;
	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: .07em;
	text-transform: uppercase;
	border-radius: 5px;
	border-style: solid;
	border-width: 3px;
	
}

@media all and (min-width: 992px) {
	.btn {
		font-size: 17px;
		line-height: 23px;
		padding: 15px 30px;
	}
}

.btn &gt; svg {
	margin-left: 8px;
}
.btn.btn-primary {
	color: #fff;
	border-color: #126E74;
	background-color: #126E74;
	text-decoration: none;
}
.btn.btn-primary:hover {
	color: #082E31;
	border-color: #91DDC2;
	background-color: #91DDC2;
	text-decoration: none;
}
.form-navigation .btn.btn-primary:hover,
.background-green .btn.btn-primary:hover {
	color: #CAFAE9;
	border-color: #082E31;
	background-color: #082E31;
	text-decoration: none;
}


#openhouse-209 .btn.btn-primary {
  color: #fff;
  border-color: #FF7809;
  background-color: #FF7809;
  text-decoration: none;
}
#openhouse-209 .form-navigation .btn.btn-primary:hover {
	color: #fff;
	border-color: #ff650f;
	background-color: #ff650f;
	text-decoration: none;
}


.btn.btn-secondary {
	color: #126E74;
	border-color: #126E74;
	background-color: transparent;
	text-decoration: none;
}
.btn.btn-secondary:hover {
	color: #126E74;
	border-color: #4DBFAB;
	background-color: transparent;
	text-decoration: none;
}


.btn.btn-light {
	color: #126E74;
	border-color: #CAFAE9;
	background-color: #CAFAE9;
	text-decoration: none;
}
.btn.btn-light:hover {
	color: #082E31;
	border-color: #CAFAE9;
	background-color: #CAFAE9;
	text-decoration: none;
}
.intro--header .btn.btn-light:hover {
	color: #082E31;
	border-color: #91DDC2;
	background-color: #91DDC2;
}



.btn.btn-stickyopen {
	height: 56px;
	width: 60px;
	margin-top: -28px;
	padding: 0;
	color: #000;
	border-color: #fff;
	border-radius: 0;
	background-color: #fff;
	text-decoration: none;
	box-shadow: 0px 4px 20px rgba(0,0,0,.1);
}
.btn.btn-stickyopen &gt; svg { margin: 0; }

.btn.btn-stickyopen:hover {
	color: #082E31;
	border-color: #CAFAE9;
	background-color: #CAFAE9;
	text-decoration: none;
}




.btn.btn-link { color: #4DBFAB; }


a.card-link.text-link,
.project--detail a.text-link,
.news--detail a.text-link {
	font-family: "RadikalMedium";
	font-weight: normal;
	font-size: 14px;
	line-height: 23px;
	color: #4DBFAB;
}
a.card-link.text-link:hover,
a.card-link.text-link:focus {}

@media all and (min-width: 992px) {
	a.card-link.text-link,
	.project--detail a.text-link,
	.news--detail a.text-link {
		font-size: 19px;
		line-height: 30px;
	}

}


/* home project and news buttons */
.go--next .btn.btn-secondary {
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 24px;
}
.go--next .btn.btn-secondary:last-of-type { margin-left: 15px; }

@media all and (min-width: 992px) {
	.go--next .btn.btn-secondary { margin-top: 0; }
}

/* arrow */
.icon-box .btn.btn-primary,
.news-list &gt; div .btn.btn-primary {
	background-image: url("../Images/icon_arrow_right.svg");
	background-repeat: no-repeat;
	background-position: center right 14px;
	padding-left: 14px;
	padding-right: 44px;
}

/* close btn (news and projects) */
.btn-detail-back {
	z-index: 3;
	position: absolute;
	right: 50px;
	top: 50px;
	background-color: #fff;
	width: 58px;
	height: 58px;
	filter: drop-shadow(0px 2px 12px rgba(0,0,0,.1));
	border-radius: 100%;
	padding: 0;
	border: 0 none;
	text-align: center;
	margin: 0 auto;
}
.btn-detail-back svg { margin-top: 17px; }

/* arrow back */
.news--detail .backlink &gt; .btn.btn-primary {
	background-image: url("../Images/icon_arrow_left.svg");
	background-repeat: no-repeat;
	background-position: center left 14px;
	padding-left: 44px;
	padding-right: 14px;
}





/* TABLES */
.table-responsive {
	border: 0;
}
.table-responsive table.table th,
.table-responsive table.table td {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 17px;
}
.table-responsive table tbody th { text-align: left; }

table {
	width: 100%;
	font-family: "RadikalLight";
	font-weight: normal;
	font-size: 19px;
	line-height: 32px;
	color: #1D1D1B;

	
}
table tr { border-bottom: 1px solid #E1E6E6; }
table.table th {
	font-family: "RadikalMedium";
	width: 216px;
	padding-left: 0;
	padding-right: 16px;
}
table.table td {
	width: 340px;
	height: 37px;
	padding-left: 0;
	padding-right: 16px;
}

.table-responsive table.table th p:last-of-type,
.table-responsive table.table td p:last-of-type { margin-bottom: 0; }

@media all and (max-width: 991px) {
	.page-9 table.table th,
	.page-9 table.table td {
		width: 100%;
		height: auto;
		display: block;
		border: 0 none;
	}
	.page-9 table.table th {
		padding-bottom: 0;
	}
}

/* GALLERY */
.page-79 .mask_defaultimage.default__text.image--headline.image--image .the--image {
	padding-top: 20px;
	padding-bottom: 38px;
}
.ce-gallery &gt; .row { padding-bottom: 32px; }
.ce-gallery &gt; .row &gt; div:first-of-type { padding-bottom: 32px; }

@media all and (max-width: 991px) {
	.ce-gallery &gt; .row { padding-bottom: 46px; }
}

@media all and (min-width: 768px) {
	.ce-gallery &gt; .row &gt; div:first-of-type { padding-bottom: 0; }
}


@media all and (min-width: 992px) {
	.page-79 .mask_defaultimage.default__text.image--headline.image--image .the--image {
		padding-top: 114px;
		padding-bottom: 38px;
	}
}

/* Cookiebot */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText  {display: none; }
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo { display: none;  }


/* ****************** */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* ****************** */
/* Magnific Popup CSS */
</pre></body></html>