@charset "UTF-8";
/* moved by compressor */
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

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

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

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

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

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

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

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

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

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

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

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

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

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

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }
/* default styles for extension "tx_openimmo" */
		.tx-openimmo.bootstrap4 .card {
			overflow: hidden;
		}
	
		/* Search view */
		.form-left .form-group {
			margin-bottom: 10px;
			display: inline-block;
			width: 100%;
		}
		.form-top .control-label,
		.form-left .control-label {
			margin-bottom: 0;
		}
		.tx-openimmo.bootstrap4 .form-top span,
		.tx-openimmo.bootstrap4 .form-left span {
			font-size: 0.8rem;
		}
		.checkboxes {
			overflow-x: hidden;
			overflow-y: scroll;
			max-height: 200px;
			border: 1px solid #ccc;
			padding-left: 10px;
			background-color: #fff;
		}
		.tx-openimmo select option.option-group {
			font-weight: bold;
		}
		#openimmo-search-form .checkbox {
			margin-top: 5px;
		}
		#openimmo-list-form .openimmo-list-result-label {
			line-height: 30px;
			margin: 0;
			padding-top: 4px;
		}
		#openimmo-list-form button,
		#openimmo-search-form button {
			width: 100%
		}

		.immobilie-list-item.highlight {
			background-color: #eee;
		}
	
		/* Teaser elements */
		.openimmo-teaser-item img {
			width: 100%;
			height: auto;
		}
		.openimmo-teaser-item .openimmo-teaser-actions,
		.openimmo-teaser-item a.btn {
			width: 100%;
		}
	
		/* Quick search */
		#openimmo-quick-search-form .btn-group {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			width: 100%;
			margin-bottom: 20px;
		}
		#openimmo-quick-search-form .btn-group a,
		#openimmo-quick-search-form .btn-group button {
			flex-grow: 1;
		}
	
		/* Details */
		.tx-openimmo .openimmo-details-images {
			padding: 4px;
			background-color: #fff;
		}
		.tx-openimmo .openimmo-details-images .openimmo-details-images-large {
			position: relative;
			overflow: hidden;
		}
		.tx-openimmo .openimmo-details-images .openimmo-details-images-large .openimmo-details-image-large {
			cursor: pointer;
			z-index: 1;
			position: absolute;
			top: 0;
			left: 0;
		}
		.tx-openimmo .openimmo-details-images .openimmo-details-images-large .openimmo-details-image-large img {
			width: 100%;
			height: auto;
		}
		.tx-openimmo .openimmo-details-images .openimmo-details-images-large .openimmo-details-image-large span {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			background-color: rgba(255, 255, 255, 0.7);
			text-align: center;
			padding: 2px;
		}
		.tx-openimmo .openimmo-details-images .openimmo-details-images-large .openimmo-details-image-large.active {
			cursor: pointer;
			z-index: 2;
		}
		.tx-openimmo .openimmo-details-images .openimmo-details-images-large .modal-dialog {
			max-width: 800px;
		}
		.tx-openimmo .openimmo-details-images .openimmo-details-images-large .modal-dialog .modal-content {
			width: 100%;
		}
		.tx-openimmo .openimmo-details-image-thumbnails {
			width: 100%;
			overflow: hidden;
			position: relative;
			min-height: 77px;
			margin-top: 4px;
		}
		.tx-openimmo .openimmo-details-image-thumbnails > * {
			float: left;
			display: block;
		}
		.tx-openimmo .openimmo-details-image-thumbnails > a {
			width: 30px;
			height: 100%;
			position: absolute;
			top: 0;
			z-index: 99;
			text-align: center;
			font-size: 24px;
			padding-top: 22px;
		}
		.tx-openimmo .openimmo-details-image-thumbnails a.openimmo-details-image-previous {
			left: 0;
	
			background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
			background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
			background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
			background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
			background-repeat: repeat-x;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
		}
		.tx-openimmo .openimmo-details-image-thumbnails a.openimmo-details-image-next {
			right: 0;
			background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
			background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
			background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
			background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
			background-repeat: repeat-x;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
		}
	
	
		.tx-openimmo .openimmo-details-image-thumbnails ul {
			width: 9999px;
			padding: 0;
			margin: 0;
    		list-style: none;
			height: 100px;
			position: absolute;
			top: 0;
			left: 0;
		}
		.tx-openimmo .openimmo-details-image-thumbnails ul li {
			float: left;
			padding: 0;
			margin: 0 1px;
		}
		.tx-openimmo .openimmo-details-image-thumbnails ul li a {
			display: block;
			border: 1px solid transparent;
		}
		.tx-openimmo .openimmo-details-image-thumbnails ul li a:hover {
			border: 1px solid {$themes.configuration.colors.primary};
		}
		.tx-openimmo .openimmo-details-image-thumbnails ul li.active a {
			border: 1px solid {$themes.configuration.colors.primary};
		}

		.tx-openimmo .energiepass {
			overflow: visible;
		}
		.tx-openimmo .energiepass .strip-wrapper {
			position: relative;
		}
		.tx-openimmo .energiepass .strip-wrapper small {
			width: 100%;
		}
		.tx-openimmo .energiepass .strip-wrapper small span.pull-left {
			width: 40px;
			text-align: left;
		}
		.tx-openimmo .energiepass .strip-wrapper small span.pull-right {
			width: 40px;
			text-align: right;
		}
		.tx-openimmo .energiepass .strip-wrapper .strip {
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5cb85c+0,f0ad4e+50,b94a48+100 */
			background: rgb(92, 184, 92); /* Old browsers */
			background: -moz-linear-gradient(left, rgba(92, 184, 92, 1) 0%, rgba(240, 173, 78, 1) 50%, rgba(185, 74, 72, 1) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left, rgba(92, 184, 92, 1) 0%, rgba(240, 173, 78, 1) 50%, rgba(185, 74, 72, 1) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right, rgba(92, 184, 92, 1) 0%, rgba(240, 173, 78, 1) 50%, rgba(185, 74, 72, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb85c', endColorstr='#b94a48', GradientType=1); /* IE6-9 */
			width: 100%;
			height: 10px;
			margin-bottom: 15px;
			border-radius: 3px;
		}
		.tx-openimmo .energiepass .strip-wrapper .popover {
			position: absolute ;
			top: 0;
			left: 0;
			transform: translateX(-80px) translateY(30px) translateZ(0px);
			width: 160px;
			text-align: center;
		}

		.openimmo-details-actions.btn-group {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			/*width: 100%;*/
			margin-bottom: 20px;
		}
		.openimmo-details-actions.btn-group a,
		.openimmo-details-actions.btn-group button {
			flex-grow: 1;
		}
		.tx-openimmo.show.bootstrap4 dt {
			float: left;
			margin-right: 10px;
		}
		.tx-openimmo.show.bootstrap4 .openimmo-details-description dt {
			float: none;
			margin-right: 0;
		}
	
		/* PRO VERSION */
		#openimmo-google-map-overview {
			width: 100%;
			height: 400px;
		}
		#openimmo-google-map-points-of-interest {
			width: 100%;
			height: 500px;
		}
		/* All map marker */
		.openimmo-google-map-point {
			font-size: 18px;
			position: absolute;
			cursor: pointer;
			padding: 0;
			text-align: center;
		}
		/* Immobilie marker on points of interest */
		#openimmo-google-map-immobilie {
			color: {$themes.configuration.colors.primary};
			border: 1px solid {$themes.configuration.colors.primary};
			border-radius: 50%;
			background-color: rgba(99, 99, 99, 0.5);
			line-height: 48px;
			height: 50px;
			width: 50px;
		}
		/* Immobilie marker on overview map */
		.openimmo-google-map-point.openimmo-google-map-overview {
			color: {$themes.configuration.colors.primary};
			border: 1px solid {$themes.configuration.colors.primary};
			border-radius: 50%;
			background-color: rgba(99, 99, 99, 0.5);
			line-height: 48px;
			height: 50px;
			width: 50px;
		}
		/* Points of interest marker */
		.openimmo-google-map-point.openimmo-google-map-points-of-interest {
			background-color: rgba(99, 99, 99, 0.8);
			color: {$themes.configuration.colors.secondary};
			border-color: red;
			border: 1px solid {$themes.configuration.colors.secondary};
			border-radius: 4px;
			line-height: 28px;
			width: 30px;
			height: 30px;
			margin-bottom: 4px;
		}
		.openimmo-google-map-point.openimmo-google-map-points-of-interest:after {
			border-left: 4px solid transparent;
			border-right: 4px solid transparent;
			border-top: 5px solid {$themes.configuration.colors.secondary};
			content: "";
			height: 0;
			left: 11px;
			position: absolute;
			top: 29px;
			width: 0;
		}
		/* Points of interest button group */
		.openimmo-google-map-points-of-interest-buttons.btn-group {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			width: 100%;
		}
		.openimmo-google-map-points-of-interest-buttons.btn-group button {
			flex-grow: 1;
		}

		/* Bookmarks */
		.btn-bookmarks .fa.fa-check-square-o {
			display: none;
		}
		.btn-bookmarks.bookmarked .fa.fa-check-square-o {
			display: inline-block;
		}
		.btn-bookmarks.bookmarked .fa.fa-square-o {
			display: none;
		}
		.openimmo-bookmarks-button .openimmo-bookmarks-button-label {
			display: none;
		}
		.openimmo-bookmarks-button .openimmo-bookmarks-item-count {
			display: inline-block;
		}
		.openimmo-bookmarks-button .openimmo-bookmarks-item-label {
			display: none;
		}
		.openimmo-bookmarks-button .openimmo-bookmarks-item-label.active {
			display: inline-block;
		}
		.openimmo-bookmarks-actions.openimmo-bookmarks-empty,
		 .openimmo-bookmarks-list-empty-message.openimmo-bookmarks-not-empty {
			display: none;
		}

		/* Search request */
		#openimmo-search-request-map {
			width: 100%;
			height: 300px;
		}

		/* Rating request */

		#rating-steps {
			overflow: hidden;
		}
		#rating-steps-slide {
			width: 99999px;
		}
		.rating-step {
			float: left;
			margin-right: 15px;
		}
		.rating-step h2.rating-step-headline {
			margin-top: 10px;
			border-top: 1px solid #eee;
			padding-top: 30px;
			margin-bottom: 20px;
		}

		.openimmo-rating-request h4 {
			text-decoration: none;
			width: 100%;
			display: inline-block;
			margin-top: 20px;
			margin-bottom: 0;
		}
		.openimmo-rating-request .card .image,
		.openimmo-rating-request .card .image-hover {
			width: 100%;
			height: 200px;
			background-position: center center;
			background-repeat: no-repeat;
		}
		.openimmo-rating-request .card .image-hover {
			display: none;
		}
		.openimmo-rating-request a:hover .image,
		.openimmo-rating-request a.active .image {
			display: none;
		}
		.openimmo-rating-request a:hover .image-hover,
		.openimmo-rating-request a.active .image-hover {
			display: block;
		}

		.rating-address-widget-map {
			height: 300px;
			width: 100%;
		}
		/* Rating request: progress bar */
		.openimmo-rating-request ul#rating-progress-bar {
			width: auto;
    		display: inline-block;
			height: 30px;
			margin: 0;
			padding: 0;
			position: relative;
		}
		.openimmo-rating-request ul#rating-progress-bar::after {
			content: "";
			position: absolute;
			top: 13px;
			left: 0;
			width: 100%;
			height: 3px;
			background-color: #eee;
			z-index: -1;
		}
		.openimmo-rating-request ul#rating-progress-bar li {
			float: left;
			display: inline-block;
			width: 30px;
			height: 30px;
			text-align: center;
			margin-right: 10px;
			padding-top: 4px;
			background-color: #eee;
			cursor: default;
		}
		.openimmo-rating-request ul#rating-progress-bar li:last-child {
			margin-right: 0;
		}
		.openimmo-rating-request ul#rating-progress-bar li.active {
			background-color: {$themes.configuration.colors.primary};
			color: #fff;
		}
 		.address-widget label {
			white-space: nowrap;
		}
		/* Rating request: finish form */
		.rating-finish-form .radio-label {
			width: 100%;
			display: inline-block;
		}


.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;-webkit-transition-duration:inherit;transition-duration:inherit;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(.47,0,.74,.71);transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;-webkit-transition-timing-function:cubic-bezier(.22,.61,.36,1);transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;-webkit-transition:opacity .25s,visibility 0s linear .25s;transition:opacity .25s,visibility 0s linear .25s;-webkit-box-sizing:border-box;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;-webkit-transition:opacity .25s,visibility 0s;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;-webkit-transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;-webkit-transition:background .25s;transition:background .25s;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:-webkit-gradient(linear,left top, left bottom,color-stop(0, transparent),color-stop(20%, rgba(0,0,0,.1)),color-stop(40%, rgba(0,0,0,.2)),color-stop(80%, rgba(0,0,0,.6)),to(rgba(0,0,0,.8)));background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:opacity .25s;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{-webkit-transition-timing-function:cubic-bezier(0,0,.25,1);transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);-webkit-box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;-webkit-transition:all .2s cubic-bezier(.25,.46,.45,.94);transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImpxdWVyeS5mYW5jeWJveC5taW4uY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGlCQUFpQixrQkFBa0IsZUFBZSxDQUFDLHVCQUF1QixpQkFBaUIsV0FBVyxDQUFDLG9CQUFvQixrQkFBa0IsWUFBWSxhQUFhLGlCQUFpQixDQUFDLG9CQUFvQixlQUFlLE1BQU0sT0FBTyxXQUFXLFlBQVksY0FBYyx3Q0FBd0MsbUNBQW1DLDJCQUEyQixnQ0FBZ0MsdUJBQXVCLENBQUMsd0NBQXdDLGFBQWEsQ0FBQyw2REFBNkQsa0JBQWtCLE1BQU0sUUFBUSxTQUFTLE1BQU0sQ0FBQyxnQkFBZ0IsZ0JBQWdCLGdDQUFnQyxDQUFDLGFBQWEsbUJBQW1CLFVBQVUsb0NBQUEsNEJBQTRCLG9DQUFBLDRCQUE0QiwrREFBQSxzREFBc0QsQ0FBQywrQkFBK0IsWUFBWSwrREFBQSxzREFBc0QsQ0FBQywyREFBMkQsa0JBQWtCLGNBQWMsY0FBYyxVQUFVLGtCQUFrQiwwREFBQSxrREFBa0QsOEJBQUEscUJBQXFCLENBQUMsZ0lBQWdJLFVBQVUsbUJBQW1CLDhDQUFBLHFDQUFxQyxDQUFDLGtCQUFrQixNQUFNLFNBQVMsaUJBQWlCLENBQUMsd0JBQXdCLHFCQUFxQixXQUFXLGlCQUFpQixlQUFlLHNEQUFzRCxrQkFBa0IsV0FBVyxtQ0FBbUMsb0JBQW9CLHlCQUF5QixzQkFBc0IscUJBQXFCLGlCQUFpQiwyQkFBMkIsd0NBQXdDLDJDQUEyQyxDQUFDLGtCQUFrQixNQUFNLE9BQU8sQ0FBQyxnQkFBZ0IsZ0JBQWdCLGNBQWMsY0FBYywrQkFBK0IsQ0FBQyxnQkFBZ0Isa0JBQWtCLE1BQU0sT0FBTyxXQUFXLFlBQVksU0FBUyxVQUFVLGNBQWMsYUFBYSxtQkFBbUIsOEJBQUEsc0JBQXNCLGtCQUFrQixjQUFjLGlDQUFpQyxhQUFhLG1DQUFtQywyQkFBMkIsOENBQThDLHNEQUFBLHNDQUFzQyx3REFBd0Qsb0NBQW9DLDJCQUEyQixDQUFDLHVCQUF1QixXQUFXLHFCQUFxQixzQkFBc0IsWUFBWSxPQUFPLENBQUMsOEdBQThHLGFBQWEsQ0FBQyx1QkFBdUIsZ0JBQWdCLENBQUMsOEJBQThCLFlBQVksQ0FBQyx1RUFBdUUsZUFBZSxDQUFDLG1FQUFtRSxrQkFBa0IsQ0FBQyxzQkFBc0IsYUFBYSxDQUFDLG9CQUFvQixxQkFBcUIsa0JBQWtCLGFBQWEsY0FBYyxlQUFlLHNCQUFzQixnQkFBZ0Isc0JBQXNCLGNBQWMsOEJBQUEscUJBQXFCLENBQUMscUNBQXFDLGtCQUFrQixNQUFNLE9BQU8sU0FBUyxVQUFVLFNBQVMsY0FBYyx1QkFBdUIsZUFBZSxpQkFBaUIsa0NBQWtDLDBCQUEwQiwwQkFBMEIsNEJBQTRCLG1DQUFtQywyQkFBMkIseUJBQXlCLHNCQUFzQixxQkFBcUIsZ0JBQWdCLENBQUMsMkNBQTJDLHdCQUFBLGVBQWUsQ0FBQywwQ0FBMEMsdUJBQUEsY0FBYyxDQUFDLHdDQUF3QyxvQkFBb0IsV0FBVyxDQUFDLDJDQUEyQyx3QkFBd0IsZUFBZSxDQUFDLG9DQUFvQyxrQkFBa0IsTUFBTSxPQUFPLFdBQVcsWUFBWSxTQUFTLFVBQVUsU0FBUyxlQUFlLGdCQUFnQix5QkFBeUIsc0JBQXNCLHFCQUFxQixnQkFBZ0IsQ0FBQyxvQkFBb0IsU0FBUyxDQUFDLDBDQUEwQyxVQUFVLFVBQVUsV0FBVyw2QkFBNkIsNkJBQTZCLGlCQUFpQixlQUFlLENBQUMsaUJBQWlCLGNBQWMsVUFBVSxTQUFTLFdBQVcsQ0FBQyxpQ0FBaUMsU0FBUyxXQUFXLGVBQWUsQ0FBQyxnQkFBZ0IsYUFBYSxnQkFBZ0IsY0FBYyxDQUFDLGtCQUFrQixTQUFTLFVBQVUsV0FBVyx3REFBd0QsQ0FBQyxzQkFBc0Isa0JBQWtCLE1BQU0sUUFBUSxXQUFXLFlBQVksVUFBVSxTQUFTLFNBQVMsZ0JBQWdCLGFBQWEsdUJBQXVCLFdBQVcsY0FBYyxDQUFDLDRCQUE0QixZQUFZLGtCQUFrQixRQUFRLFVBQVUsV0FBVyxZQUFZLHlEQUF5RCxXQUFXLGdCQUFnQixrQkFBa0Isa0JBQWtCLGVBQWUsZ0JBQWdCLG1DQUFBLDJCQUEyQiw4QkFBQSxzQkFBc0IsU0FBUyxDQUFDLGtDQUFrQyx1QkFBdUIsQ0FBQyxrQ0FBa0MsV0FBVyxlQUFlLENBQUMsOENBQThDLE1BQU0sV0FBVyxDQUFDLG9EQUFvRCx1QkFBdUIsZUFBZSxVQUFVLENBQUMsMERBQTBELFVBQVUsQ0FBQyx1QkFBdUIsU0FBUyxPQUFPLFFBQVEsb0JBQW9CLHdNQUF5SCxBQUF6SCx5SEFBeUgsbUJBQW1CLENBQUMsa0JBQWtCLGVBQWUsd0NBQXdDLGVBQWUsc0RBQXNELFdBQVcsaUJBQWlCLDZCQUE2QixDQUFDLHNFQUFzRSxrQkFBa0IsQ0FBQyxvQkFBb0IsV0FBVyx5QkFBeUIsQ0FBQyxpQkFBaUIscUJBQXFCLGtCQUFrQixTQUFTLFVBQVUsU0FBUyxXQUFXLFlBQVksaUJBQWlCLGtCQUFrQix1QkFBdUIsV0FBVyxnQkFBZ0IsZUFBZSxtQkFBbUIsWUFBWSxDQUFDLDJCQUEyQixlQUFlLG1CQUFtQixDQUFDLHlDQUF5Qyw0QkFBNEIsQ0FBQyx1Q0FBdUMsV0FBVyx5QkFBeUIsQ0FBQywrQ0FBK0MsV0FBVyxvQkFBb0Isa0JBQWtCLDhCQUE4QixtQkFBbUIsV0FBVyw4QkFBQSxzQkFBc0Isb0JBQW9CLENBQUMsbUVBQW1FLFVBQVUsQ0FBQywyREFBMkQsU0FBUyxVQUFVLFdBQVcsdUJBQXVCLGtDQUFrQyxtQ0FBbUMsQ0FBQyw2QkFBNkIsVUFBVSxrQ0FBa0MseUJBQXlCLENBQUMsOEJBQThCLFdBQVcsZ0NBQWdDLHVCQUF1QixDQUFDLHVCQUF1Qiw2QkFBNkIsQ0FBQyx3QkFBd0IsOEJBQThCLENBQUMsNkRBQTZELFdBQVcscUJBQXFCLGtCQUFrQixXQUFXLFdBQVcsb0JBQW9CLG9CQUFvQixDQUFDLCtCQUErQixnQ0FBZ0MsdUJBQXVCLENBQUMsOEJBQThCLGlDQUFpQyx3QkFBd0IsQ0FBQyxnQkFBZ0Isa0JBQWtCLFFBQVEsaUJBQWlCLGFBQWEsV0FBVyxVQUFVLFNBQVMsYUFBYSxnQkFBZ0IsZUFBZSxjQUFjLFVBQVUseUJBQXlCLHNCQUFzQixxQkFBcUIsaUJBQWlCLGdDQUFBLHVCQUF1QixDQUFDLHNCQUFzQixXQUFXLGtCQUFrQixTQUFTLFdBQVcsWUFBWSxtQ0FBbUMscVZBQXFWLDRCQUE0Qix3QkFBd0IseUJBQXlCLENBQUMsdUJBQXVCLE9BQU8sQ0FBQyxzQkFBc0IsT0FBTyw2QkFBNkIsb0JBQW9CLENBQUMseURBQXlELE1BQU0sQ0FBQyxtQ0FBbUMsVUFBVSxDQUFDLDZDQUE2QyxVQUFVLENBQUMsa0NBQWtDLG1DQUFtQyx3Q0FBd0MsbUJBQW1CLFlBQVksV0FBVyx3Q0FBd0MsZ0NBQWdDLHVCQUF1QixrQkFBa0IsUUFBUSxTQUFTLGlCQUFpQixrQkFBa0IsYUFBYSxDQUFDLHFCQUFxQixHQUFHLCtCQUErQixzQkFBc0IsQ0FBQyxHQUFHLGlDQUFpQyx3QkFBd0IsQ0FBQyxDQUFDLGFBQWEsR0FBRywrQkFBK0Isc0JBQXNCLENBQUMsR0FBRyxpQ0FBaUMsd0JBQXdCLENBQUMsQ0FBQyxtQkFBbUIsMkRBQUEsa0RBQWtELENBQUMsNENBQTRDLHlDQUF5QyxpQ0FBaUMsU0FBUyxDQUFDLHdDQUF3Qyx3Q0FBd0MsZ0NBQWdDLFNBQVMsQ0FBQywyQ0FBMkMsZ0NBQWdDLHdCQUF3QixTQUFTLENBQUMsa0ZBQWtGLFVBQVUsNkRBQUEsb0RBQW9ELENBQUMsMENBQTBDLFNBQVMsQ0FBQyxrREFBa0QsdUNBQXVDLCtCQUErQixTQUFTLENBQUMsOENBQThDLG9DQUFvQyw0QkFBNEIsU0FBUyxDQUFDLGlEQUFpRCw0QkFBNEIsb0JBQW9CLFNBQVMsQ0FBQyw2Q0FBNkMsaUNBQWlDLHlCQUF5QixTQUFTLENBQUMseUNBQXlDLGdDQUFnQyx3QkFBd0IsU0FBUyxDQUFDLDRDQUE0QywrQkFBK0IsdUJBQXVCLFNBQVMsQ0FBQywrQ0FBK0Msd0RBQXdELGdEQUFnRCxTQUFTLENBQUMsMkNBQTJDLHVEQUF1RCwrQ0FBK0MsU0FBUyxDQUFDLDhDQUE4QywwQ0FBMEMsa0NBQWtDLFNBQVMsQ0FBQywyQ0FBMkMsZ0VBQWdFLHVEQUF1RCxDQUFDLHVDQUF1Qyw4REFBOEQscURBQXFELENBQUMsMENBQTBDLHlDQUF5QyxnQ0FBZ0MsQ0FBQyx5QkFBeUIsa0JBQWtCLE9BQU8sYUFBYSxDQUFDLCtDQUErQyxzQkFBc0IsQ0FBQyxrQkFBa0IsZUFBZSxRQUFRLENBQUMsQ0FBQyxvQ0FBb0MsV0FBVyxZQUFZLHFCQUFxQixvQkFBb0IsaUJBQWlCLGVBQWUsQ0FBQyw2REFBNkQsb0JBQW9CLHFCQUFxQixzQkFBc0IsQ0FBQyw4QkFBOEIsUUFBUSxTQUFTLGlDQUFpQyxvQ0FBb0MsdUJBQXVCLGlCQUFpQixDQUFDLCtCQUErQixVQUFVLFlBQVksbUJBQW1CLGtCQUFrQixDQUFDLDBDQUEwQyxZQUFZLENBQUMseUJBQXlCLHlCQUF5QixvQkFBb0IsQ0FBQyw4QkFBOEIsY0FBYyxDQUFDLGdDQUFnQyxVQUFVLFdBQVcsb0JBQW9CLHFCQUFxQixrSEFBQSx5R0FBeUcsQ0FBQyxpQkFBaUIsa0JBQWtCLE1BQU0sUUFBUSxTQUFTLFVBQVUsWUFBWSxTQUFTLG9CQUFvQixnQkFBZ0Isa0JBQWtCLHdDQUF3QyxpQ0FBaUMsNENBQTRDLDhCQUFBLHNCQUFzQixhQUFhLENBQUMsdUNBQXVDLGFBQWEsQ0FBQyxzQ0FBc0MsV0FBVyxDQUFDLG9CQUFvQixnQkFBZ0Isa0JBQWtCLGtCQUFrQixXQUFXLFlBQVksU0FBUyxVQUFVLGtCQUFrQixnQkFBZ0IsV0FBVyxDQUFDLHVCQUF1QixXQUFXLGdCQUFnQixjQUFjLFVBQVUsU0FBUyxZQUFZLFlBQVksa0JBQWtCLGVBQWUsYUFBYSw2QkFBNkIsbUJBQW1CLHFCQUFxQix3Q0FBd0MsbUNBQW1DLDJCQUEyQiw4QkFBQSxxQkFBcUIsQ0FBQywyQkFBMkIseUJBQXlCLENBQUMsMkJBQTJCLGtCQUFrQixNQUFNLE9BQU8sZUFBZSxnQkFBZ0IsZUFBZSxnQkFBZ0IsMkJBQTJCLHlCQUF5QixzQkFBc0IscUJBQXFCLGdCQUFnQixDQUFDLDhCQUE4QixXQUFXLGtCQUFrQixNQUFNLFFBQVEsU0FBUyxPQUFPLGtCQUFrQix5QkFBeUIsY0FBYyxVQUFVLHlEQUFBLGdEQUFnRCxDQUFDLHFEQUFxRCxTQUFTLENBQUMsQ0FBQyIsImZpbGUiOiJqcXVlcnkuZmFuY3lib3gubWluLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIkBjaGFyc2V0IFwiVVRGLThcIjsuZmFuY3lib3gtZW5hYmxlZHtvdmVyZmxvdzpoaWRkZW59LmZhbmN5Ym94LWVuYWJsZWQgYm9keXtvdmVyZmxvdzp2aXNpYmxlO2hlaWdodDoxMDAlfS5mYW5jeWJveC1pcy1oaWRkZW57cG9zaXRpb246YWJzb2x1dGU7dG9wOi05OTk5cHg7bGVmdDotOTk5OXB4O3Zpc2liaWxpdHk6aGlkZGVufS5mYW5jeWJveC1jb250YWluZXJ7cG9zaXRpb246Zml4ZWQ7dG9wOjA7bGVmdDowO3dpZHRoOjEwMCU7aGVpZ2h0OjEwMCU7ei1pbmRleDo5OTk5Mzstd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6dHJhbnNwYXJlbnQ7LXdlYmtpdC1iYWNrZmFjZS12aXNpYmlsaXR5OmhpZGRlbjtiYWNrZmFjZS12aXNpYmlsaXR5OmhpZGRlbjstd2Via2l0LXRyYW5zZm9ybTp0cmFuc2xhdGVaKDApO3RyYW5zZm9ybTp0cmFuc2xhdGVaKDApfS5mYW5jeWJveC1jb250YWluZXJ+LmZhbmN5Ym94LWNvbnRhaW5lcnt6LWluZGV4Ojk5OTkyfS5mYW5jeWJveC1iZywuZmFuY3lib3gtaW5uZXIsLmZhbmN5Ym94LW91dGVyLC5mYW5jeWJveC1zdGFnZXtwb3NpdGlvbjphYnNvbHV0ZTt0b3A6MDtyaWdodDowO2JvdHRvbTowO2xlZnQ6MH0uZmFuY3lib3gtb3V0ZXJ7b3ZlcmZsb3cteTphdXRvOy13ZWJraXQtb3ZlcmZsb3ctc2Nyb2xsaW5nOnRvdWNofS5mYW5jeWJveC1iZ3tiYWNrZ3JvdW5kOiMxZTFlMWU7b3BhY2l0eTowO3RyYW5zaXRpb24tZHVyYXRpb246aW5oZXJpdDt0cmFuc2l0aW9uLXByb3BlcnR5Om9wYWNpdHk7dHJhbnNpdGlvbi10aW1pbmctZnVuY3Rpb246Y3ViaWMtYmV6aWVyKC40NywwLC43NCwuNzEpfS5mYW5jeWJveC1pcy1vcGVuIC5mYW5jeWJveC1iZ3tvcGFjaXR5Oi44Nzt0cmFuc2l0aW9uLXRpbWluZy1mdW5jdGlvbjpjdWJpYy1iZXppZXIoLjIyLC42MSwuMzYsMSl9LmZhbmN5Ym94LWNhcHRpb24td3JhcCwuZmFuY3lib3gtaW5mb2JhciwuZmFuY3lib3gtdG9vbGJhcntwb3NpdGlvbjphYnNvbHV0ZTtkaXJlY3Rpb246bHRyO3otaW5kZXg6OTk5OTc7b3BhY2l0eTowO3Zpc2liaWxpdHk6aGlkZGVuO3RyYW5zaXRpb246b3BhY2l0eSAuMjVzLHZpc2liaWxpdHkgMHMgbGluZWFyIC4yNXM7Ym94LXNpemluZzpib3JkZXItYm94fS5mYW5jeWJveC1zaG93LWNhcHRpb24gLmZhbmN5Ym94LWNhcHRpb24td3JhcCwuZmFuY3lib3gtc2hvdy1pbmZvYmFyIC5mYW5jeWJveC1pbmZvYmFyLC5mYW5jeWJveC1zaG93LXRvb2xiYXIgLmZhbmN5Ym94LXRvb2xiYXJ7b3BhY2l0eToxO3Zpc2liaWxpdHk6dmlzaWJsZTt0cmFuc2l0aW9uOm9wYWNpdHkgLjI1cyx2aXNpYmlsaXR5IDBzfS5mYW5jeWJveC1pbmZvYmFye3RvcDowO2xlZnQ6NTAlO21hcmdpbi1sZWZ0Oi03OXB4fS5mYW5jeWJveC1pbmZvYmFyX19ib2R5e2Rpc3BsYXk6aW5saW5lLWJsb2NrO3dpZHRoOjcwcHg7bGluZS1oZWlnaHQ6NDRweDtmb250LXNpemU6MTNweDtmb250LWZhbWlseTpIZWx2ZXRpY2EgTmV1ZSxIZWx2ZXRpY2EsQXJpYWwsc2Fucy1zZXJpZjt0ZXh0LWFsaWduOmNlbnRlcjtjb2xvcjojZGRkO2JhY2tncm91bmQtY29sb3I6cmdiYSgzMCwzMCwzMCwuNyk7cG9pbnRlci1ldmVudHM6bm9uZTstd2Via2l0LXVzZXItc2VsZWN0Om5vbmU7LW1vei11c2VyLXNlbGVjdDpub25lOy1tcy11c2VyLXNlbGVjdDpub25lO3VzZXItc2VsZWN0Om5vbmU7LXdlYmtpdC10b3VjaC1jYWxsb3V0Om5vbmU7LXdlYmtpdC10YXAtaGlnaGxpZ2h0LWNvbG9yOnRyYW5zcGFyZW50Oy13ZWJraXQtZm9udC1zbW9vdGhpbmc6c3VicGl4ZWwtYW50aWFsaWFzZWR9LmZhbmN5Ym94LXRvb2xiYXJ7dG9wOjA7cmlnaHQ6MH0uZmFuY3lib3gtc3RhZ2V7b3ZlcmZsb3c6aGlkZGVuO2RpcmVjdGlvbjpsdHI7ei1pbmRleDo5OTk5NDstd2Via2l0LXRyYW5zZm9ybTp0cmFuc2xhdGVaKDApfS5mYW5jeWJveC1zbGlkZXtwb3NpdGlvbjphYnNvbHV0ZTt0b3A6MDtsZWZ0OjA7d2lkdGg6MTAwJTtoZWlnaHQ6MTAwJTttYXJnaW46MDtwYWRkaW5nOjA7b3ZlcmZsb3c6YXV0bztvdXRsaW5lOm5vbmU7d2hpdGUtc3BhY2U6bm9ybWFsO2JveC1zaXppbmc6Ym9yZGVyLWJveDt0ZXh0LWFsaWduOmNlbnRlcjt6LWluZGV4Ojk5OTk0Oy13ZWJraXQtb3ZlcmZsb3ctc2Nyb2xsaW5nOnRvdWNoO2Rpc3BsYXk6bm9uZTstd2Via2l0LWJhY2tmYWNlLXZpc2liaWxpdHk6aGlkZGVuO2JhY2tmYWNlLXZpc2liaWxpdHk6aGlkZGVuO3RyYW5zaXRpb24tcHJvcGVydHk6b3BhY2l0eSwtd2Via2l0LXRyYW5zZm9ybTt0cmFuc2l0aW9uLXByb3BlcnR5OnRyYW5zZm9ybSxvcGFjaXR5O3RyYW5zaXRpb24tcHJvcGVydHk6dHJhbnNmb3JtLG9wYWNpdHksLXdlYmtpdC10cmFuc2Zvcm07LXdlYmtpdC10cmFuc2Zvcm0tc3R5bGU6cHJlc2VydmUtM2Q7dHJhbnNmb3JtLXN0eWxlOnByZXNlcnZlLTNkfS5mYW5jeWJveC1zbGlkZTpiZWZvcmV7Y29udGVudDpcIlwiO2Rpc3BsYXk6aW5saW5lLWJsb2NrO3ZlcnRpY2FsLWFsaWduOm1pZGRsZTtoZWlnaHQ6MTAwJTt3aWR0aDowfS5mYW5jeWJveC1pcy1zbGlkaW5nIC5mYW5jeWJveC1zbGlkZSwuZmFuY3lib3gtc2xpZGUtLWN1cnJlbnQsLmZhbmN5Ym94LXNsaWRlLS1uZXh0LC5mYW5jeWJveC1zbGlkZS0tcHJldmlvdXN7ZGlzcGxheTpibG9ja30uZmFuY3lib3gtc2xpZGUtLWltYWdle292ZXJmbG93OnZpc2libGV9LmZhbmN5Ym94LXNsaWRlLS1pbWFnZTpiZWZvcmV7ZGlzcGxheTpub25lfS5mYW5jeWJveC1zbGlkZS0tdmlkZW8gLmZhbmN5Ym94LWNvbnRlbnQsLmZhbmN5Ym94LXNsaWRlLS12aWRlbyBpZnJhbWV7YmFja2dyb3VuZDojMDAwfS5mYW5jeWJveC1zbGlkZS0tbWFwIC5mYW5jeWJveC1jb250ZW50LC5mYW5jeWJveC1zbGlkZS0tbWFwIGlmcmFtZXtiYWNrZ3JvdW5kOiNlNWUzZGZ9LmZhbmN5Ym94LXNsaWRlLS1uZXh0e3otaW5kZXg6OTk5OTV9LmZhbmN5Ym94LXNsaWRlPmRpdntkaXNwbGF5OmlubGluZS1ibG9jaztwb3NpdGlvbjpyZWxhdGl2ZTtwYWRkaW5nOjI0cHg7bWFyZ2luOjQ0cHggMDtib3JkZXItd2lkdGg6MDt2ZXJ0aWNhbC1hbGlnbjptaWRkbGU7dGV4dC1hbGlnbjpsZWZ0O2JhY2tncm91bmQtY29sb3I6I2ZmZjtvdmVyZmxvdzphdXRvO2JveC1zaXppbmc6Ym9yZGVyLWJveH0uZmFuY3lib3gtc2xpZGUgLmZhbmN5Ym94LWltYWdlLXdyYXB7cG9zaXRpb246YWJzb2x1dGU7dG9wOjA7bGVmdDowO21hcmdpbjowO3BhZGRpbmc6MDtib3JkZXI6MDt6LWluZGV4Ojk5OTk1O2JhY2tncm91bmQ6dHJhbnNwYXJlbnQ7Y3Vyc29yOmRlZmF1bHQ7b3ZlcmZsb3c6dmlzaWJsZTstd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46dG9wIGxlZnQ7dHJhbnNmb3JtLW9yaWdpbjp0b3AgbGVmdDtiYWNrZ3JvdW5kLXNpemU6MTAwJSAxMDAlO2JhY2tncm91bmQtcmVwZWF0Om5vLXJlcGVhdDstd2Via2l0LWJhY2tmYWNlLXZpc2liaWxpdHk6aGlkZGVuO2JhY2tmYWNlLXZpc2liaWxpdHk6aGlkZGVuOy13ZWJraXQtdXNlci1zZWxlY3Q6bm9uZTstbW96LXVzZXItc2VsZWN0Om5vbmU7LW1zLXVzZXItc2VsZWN0Om5vbmU7dXNlci1zZWxlY3Q6bm9uZX0uZmFuY3lib3gtY2FuLXpvb21PdXQgLmZhbmN5Ym94LWltYWdlLXdyYXB7Y3Vyc29yOnpvb20tb3V0fS5mYW5jeWJveC1jYW4tem9vbUluIC5mYW5jeWJveC1pbWFnZS13cmFwe2N1cnNvcjp6b29tLWlufS5mYW5jeWJveC1jYW4tZHJhZyAuZmFuY3lib3gtaW1hZ2Utd3JhcHtjdXJzb3I6LXdlYmtpdC1ncmFiO2N1cnNvcjpncmFifS5mYW5jeWJveC1pcy1kcmFnZ2luZyAuZmFuY3lib3gtaW1hZ2Utd3JhcHtjdXJzb3I6LXdlYmtpdC1ncmFiYmluZztjdXJzb3I6Z3JhYmJpbmd9LmZhbmN5Ym94LWltYWdlLC5mYW5jeWJveC1zcGFjZWJhbGx7cG9zaXRpb246YWJzb2x1dGU7dG9wOjA7bGVmdDowO3dpZHRoOjEwMCU7aGVpZ2h0OjEwMCU7bWFyZ2luOjA7cGFkZGluZzowO2JvcmRlcjowO21heC13aWR0aDpub25lO21heC1oZWlnaHQ6bm9uZTstd2Via2l0LXVzZXItc2VsZWN0Om5vbmU7LW1vei11c2VyLXNlbGVjdDpub25lOy1tcy11c2VyLXNlbGVjdDpub25lO3VzZXItc2VsZWN0Om5vbmV9LmZhbmN5Ym94LXNwYWNlYmFsbHt6LWluZGV4OjF9LmZhbmN5Ym94LXNsaWRlLS1pZnJhbWUgLmZhbmN5Ym94LWNvbnRlbnR7cGFkZGluZzowO3dpZHRoOjgwJTtoZWlnaHQ6ODAlO21heC13aWR0aDpjYWxjKDEwMCUgLSAxMDBweCk7bWF4LWhlaWdodDpjYWxjKDEwMCUgLSA4OHB4KTtvdmVyZmxvdzp2aXNpYmxlO2JhY2tncm91bmQ6I2ZmZn0uZmFuY3lib3gtaWZyYW1le2Rpc3BsYXk6YmxvY2s7cGFkZGluZzowO2JvcmRlcjowO2hlaWdodDoxMDAlfS5mYW5jeWJveC1lcnJvciwuZmFuY3lib3gtaWZyYW1le21hcmdpbjowO3dpZHRoOjEwMCU7YmFja2dyb3VuZDojZmZmfS5mYW5jeWJveC1lcnJvcntwYWRkaW5nOjQwcHg7bWF4LXdpZHRoOjM4MHB4O2N1cnNvcjpkZWZhdWx0fS5mYW5jeWJveC1lcnJvciBwe21hcmdpbjowO3BhZGRpbmc6MDtjb2xvcjojNDQ0O2ZvbnQ6MTZweC8yMHB4IEhlbHZldGljYSBOZXVlLEhlbHZldGljYSxBcmlhbCxzYW5zLXNlcmlmfS5mYW5jeWJveC1jbG9zZS1zbWFsbHtwb3NpdGlvbjphYnNvbHV0ZTt0b3A6MDtyaWdodDowO3dpZHRoOjQ0cHg7aGVpZ2h0OjQ0cHg7cGFkZGluZzowO21hcmdpbjowO2JvcmRlcjowO2JvcmRlci1yYWRpdXM6MDtvdXRsaW5lOm5vbmU7YmFja2dyb3VuZDp0cmFuc3BhcmVudDt6LWluZGV4OjEwO2N1cnNvcjpwb2ludGVyfS5mYW5jeWJveC1jbG9zZS1zbWFsbDphZnRlcntjb250ZW50Olwiw5dcIjtwb3NpdGlvbjphYnNvbHV0ZTt0b3A6NXB4O3JpZ2h0OjVweDt3aWR0aDozMHB4O2hlaWdodDozMHB4O2ZvbnQ6MjBweC8zMHB4IEFyaWFsLEhlbHZldGljYSBOZXVlLEhlbHZldGljYSxzYW5zLXNlcmlmO2NvbG9yOiM4ODg7Zm9udC13ZWlnaHQ6MzAwO3RleHQtYWxpZ246Y2VudGVyO2JvcmRlci1yYWRpdXM6NTAlO2JvcmRlci13aWR0aDowO2JhY2tncm91bmQ6I2ZmZjt0cmFuc2l0aW9uOmJhY2tncm91bmQgLjI1cztib3gtc2l6aW5nOmJvcmRlci1ib3g7ei1pbmRleDoyfS5mYW5jeWJveC1jbG9zZS1zbWFsbDpmb2N1czphZnRlcntvdXRsaW5lOjFweCBkb3R0ZWQgIzg4OH0uZmFuY3lib3gtY2xvc2Utc21hbGw6aG92ZXI6YWZ0ZXJ7Y29sb3I6IzU1NTtiYWNrZ3JvdW5kOiNlZWV9LmZhbmN5Ym94LXNsaWRlLS1pZnJhbWUgLmZhbmN5Ym94LWNsb3NlLXNtYWxse3RvcDowO3JpZ2h0Oi00NHB4fS5mYW5jeWJveC1zbGlkZS0taWZyYW1lIC5mYW5jeWJveC1jbG9zZS1zbWFsbDphZnRlcntiYWNrZ3JvdW5kOnRyYW5zcGFyZW50O2ZvbnQtc2l6ZTozNXB4O2NvbG9yOiNhYWF9LmZhbmN5Ym94LXNsaWRlLS1pZnJhbWUgLmZhbmN5Ym94LWNsb3NlLXNtYWxsOmhvdmVyOmFmdGVye2NvbG9yOiNmZmZ9LmZhbmN5Ym94LWNhcHRpb24td3JhcHtib3R0b206MDtsZWZ0OjA7cmlnaHQ6MDtwYWRkaW5nOjYwcHggMzBweCAwO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KDE4MGRlZyx0cmFuc3BhcmVudCAwLHJnYmEoMCwwLDAsLjEpIDIwJSxyZ2JhKDAsMCwwLC4yKSA0MCUscmdiYSgwLDAsMCwuNikgODAlLHJnYmEoMCwwLDAsLjgpKTtwb2ludGVyLWV2ZW50czpub25lfS5mYW5jeWJveC1jYXB0aW9ue3BhZGRpbmc6MzBweCAwO2JvcmRlci10b3A6MXB4IHNvbGlkIGhzbGEoMCwwJSwxMDAlLC40KTtmb250LXNpemU6MTRweDtmb250LWZhbWlseTpIZWx2ZXRpY2EgTmV1ZSxIZWx2ZXRpY2EsQXJpYWwsc2Fucy1zZXJpZjtjb2xvcjojZmZmO2xpbmUtaGVpZ2h0OjIwcHg7LXdlYmtpdC10ZXh0LXNpemUtYWRqdXN0Om5vbmV9LmZhbmN5Ym94LWNhcHRpb24gYSwuZmFuY3lib3gtY2FwdGlvbiBidXR0b24sLmZhbmN5Ym94LWNhcHRpb24gc2VsZWN0e3BvaW50ZXItZXZlbnRzOmFsbH0uZmFuY3lib3gtY2FwdGlvbiBhe2NvbG9yOiNmZmY7dGV4dC1kZWNvcmF0aW9uOnVuZGVybGluZX0uZmFuY3lib3gtYnV0dG9ue2Rpc3BsYXk6aW5saW5lLWJsb2NrO3Bvc2l0aW9uOnJlbGF0aXZlO21hcmdpbjowO3BhZGRpbmc6MDtib3JkZXI6MDt3aWR0aDo0NHB4O2hlaWdodDo0NHB4O2xpbmUtaGVpZ2h0OjQ0cHg7dGV4dC1hbGlnbjpjZW50ZXI7YmFja2dyb3VuZDp0cmFuc3BhcmVudDtjb2xvcjojZGRkO2JvcmRlci1yYWRpdXM6MDtjdXJzb3I6cG9pbnRlcjt2ZXJ0aWNhbC1hbGlnbjp0b3A7b3V0bGluZTpub25lfS5mYW5jeWJveC1idXR0b25bZGlzYWJsZWRde2N1cnNvcjpkZWZhdWx0O3BvaW50ZXItZXZlbnRzOm5vbmV9LmZhbmN5Ym94LWJ1dHRvbiwuZmFuY3lib3gtaW5mb2Jhcl9fYm9keXtiYWNrZ3JvdW5kOnJnYmEoMzAsMzAsMzAsLjYpfS5mYW5jeWJveC1idXR0b246aG92ZXI6bm90KFtkaXNhYmxlZF0pe2NvbG9yOiNmZmY7YmFja2dyb3VuZDpyZ2JhKDAsMCwwLC44KX0uZmFuY3lib3gtYnV0dG9uOmFmdGVyLC5mYW5jeWJveC1idXR0b246YmVmb3Jle2NvbnRlbnQ6XCJcIjtwb2ludGVyLWV2ZW50czpub25lO3Bvc2l0aW9uOmFic29sdXRlO2JhY2tncm91bmQtY29sb3I6Y3VycmVudENvbG9yO2NvbG9yOmN1cnJlbnRDb2xvcjtvcGFjaXR5Oi45O2JveC1zaXppbmc6Ym9yZGVyLWJveDtkaXNwbGF5OmlubGluZS1ibG9ja30uZmFuY3lib3gtYnV0dG9uW2Rpc2FibGVkXTphZnRlciwuZmFuY3lib3gtYnV0dG9uW2Rpc2FibGVkXTpiZWZvcmV7b3BhY2l0eTouM30uZmFuY3lib3gtYnV0dG9uLS1sZWZ0OmFmdGVyLC5mYW5jeWJveC1idXR0b24tLXJpZ2h0OmFmdGVye3RvcDoxOHB4O3dpZHRoOjZweDtoZWlnaHQ6NnB4O2JhY2tncm91bmQ6dHJhbnNwYXJlbnQ7Ym9yZGVyLXRvcDoycHggc29saWQgY3VycmVudENvbG9yO2JvcmRlci1yaWdodDoycHggc29saWQgY3VycmVudENvbG9yfS5mYW5jeWJveC1idXR0b24tLWxlZnQ6YWZ0ZXJ7bGVmdDoyMHB4Oy13ZWJraXQtdHJhbnNmb3JtOnJvdGF0ZSgtMTM1ZGVnKTt0cmFuc2Zvcm06cm90YXRlKC0xMzVkZWcpfS5mYW5jeWJveC1idXR0b24tLXJpZ2h0OmFmdGVye3JpZ2h0OjIwcHg7LXdlYmtpdC10cmFuc2Zvcm06cm90YXRlKDQ1ZGVnKTt0cmFuc2Zvcm06cm90YXRlKDQ1ZGVnKX0uZmFuY3lib3gtYnV0dG9uLS1sZWZ0e2JvcmRlci1ib3R0b20tbGVmdC1yYWRpdXM6NXB4fS5mYW5jeWJveC1idXR0b24tLXJpZ2h0e2JvcmRlci1ib3R0b20tcmlnaHQtcmFkaXVzOjVweH0uZmFuY3lib3gtYnV0dG9uLS1jbG9zZTphZnRlciwuZmFuY3lib3gtYnV0dG9uLS1jbG9zZTpiZWZvcmV7Y29udGVudDpcIlwiO2Rpc3BsYXk6aW5saW5lLWJsb2NrO3Bvc2l0aW9uOmFic29sdXRlO2hlaWdodDoycHg7d2lkdGg6MTZweDt0b3A6Y2FsYyg1MCUgLSAxcHgpO2xlZnQ6Y2FsYyg1MCUgLSA4cHgpfS5mYW5jeWJveC1idXR0b24tLWNsb3NlOmJlZm9yZXstd2Via2l0LXRyYW5zZm9ybTpyb3RhdGUoNDVkZWcpO3RyYW5zZm9ybTpyb3RhdGUoNDVkZWcpfS5mYW5jeWJveC1idXR0b24tLWNsb3NlOmFmdGVyey13ZWJraXQtdHJhbnNmb3JtOnJvdGF0ZSgtNDVkZWcpO3RyYW5zZm9ybTpyb3RhdGUoLTQ1ZGVnKX0uZmFuY3lib3gtYXJyb3d7cG9zaXRpb246YWJzb2x1dGU7dG9wOjUwJTttYXJnaW46LTUwcHggMCAwO2hlaWdodDoxMDBweDt3aWR0aDo1NHB4O3BhZGRpbmc6MDtib3JkZXI6MDtvdXRsaW5lOm5vbmU7YmFja2dyb3VuZDpub25lO2N1cnNvcjpwb2ludGVyO3otaW5kZXg6OTk5OTU7b3BhY2l0eTowOy13ZWJraXQtdXNlci1zZWxlY3Q6bm9uZTstbW96LXVzZXItc2VsZWN0Om5vbmU7LW1zLXVzZXItc2VsZWN0Om5vbmU7dXNlci1zZWxlY3Q6bm9uZTt0cmFuc2l0aW9uOm9wYWNpdHkgLjI1c30uZmFuY3lib3gtYXJyb3c6YWZ0ZXJ7Y29udGVudDpcIlwiO3Bvc2l0aW9uOmFic29sdXRlO3RvcDoyOHB4O3dpZHRoOjQ0cHg7aGVpZ2h0OjQ0cHg7YmFja2dyb3VuZC1jb2xvcjpyZ2JhKDMwLDMwLDMwLC44KTtiYWNrZ3JvdW5kLWltYWdlOnVybChkYXRhOmltYWdlL3N2Zyt4bWw7YmFzZTY0LFBITjJaeUJtYVd4c1BTSWpSa1pHUmtaR0lpQm9aV2xuYUhROUlqUTRJaUIyYVdWM1FtOTRQU0l3SURBZ01qUWdNalFpSUhkcFpIUm9QU0kwT0NJZ2VHMXNibk05SW1oMGRIQTZMeTkzZDNjdWR6TXViM0puTHpJd01EQXZjM1puSWo0Z0lDQWdQSEJoZEdnZ1pEMGlUVEFnTUdneU5IWXlORWd3ZWlJZ1ptbHNiRDBpYm05dVpTSXZQaUFnSUNBOGNHRjBhQ0JrUFNKTk1USWdOR3d0TVM0ME1TQXhMalF4VERFMkxqRTNJREV4U0RSMk1tZ3hNaTR4TjJ3dE5TNDFPQ0ExTGpVNVRERXlJREl3YkRndE9Ib2lMejQ4TDNOMlp6ND0pO2JhY2tncm91bmQtcmVwZWF0Om5vLXJlcGVhdDtiYWNrZ3JvdW5kLXBvc2l0aW9uOjUwJTtiYWNrZ3JvdW5kLXNpemU6MjRweCAyNHB4fS5mYW5jeWJveC1hcnJvdy0tcmlnaHR7cmlnaHQ6MH0uZmFuY3lib3gtYXJyb3ctLWxlZnR7bGVmdDowOy13ZWJraXQtdHJhbnNmb3JtOnNjYWxlWCgtMSk7dHJhbnNmb3JtOnNjYWxlWCgtMSl9LmZhbmN5Ym94LWFycm93LS1sZWZ0OmFmdGVyLC5mYW5jeWJveC1hcnJvdy0tcmlnaHQ6YWZ0ZXJ7bGVmdDowfS5mYW5jeWJveC1zaG93LW5hdiAuZmFuY3lib3gtYXJyb3d7b3BhY2l0eTouNn0uZmFuY3lib3gtc2hvdy1uYXYgLmZhbmN5Ym94LWFycm93W2Rpc2FibGVkXXtvcGFjaXR5Oi4zfS5mYW5jeWJveC1zbGlkZT4uZmFuY3lib3gtbG9hZGluZ3tib3JkZXI6NnB4IHNvbGlkIGhzbGEoMCwwJSwzOSUsLjQpO2JvcmRlci10b3A6NnB4IHNvbGlkIGhzbGEoMCwwJSwxMDAlLC42KTtib3JkZXItcmFkaXVzOjEwMCU7aGVpZ2h0OjUwcHg7d2lkdGg6NTBweDstd2Via2l0LWFuaW1hdGlvbjphIC44cyBpbmZpbml0ZSBsaW5lYXI7YW5pbWF0aW9uOmEgLjhzIGluZmluaXRlIGxpbmVhcjtiYWNrZ3JvdW5kOnRyYW5zcGFyZW50O3Bvc2l0aW9uOmFic29sdXRlO3RvcDo1MCU7bGVmdDo1MCU7bWFyZ2luLXRvcDotMjVweDttYXJnaW4tbGVmdDotMjVweDt6LWluZGV4Ojk5OTk5fUAtd2Via2l0LWtleWZyYW1lcyBhezAley13ZWJraXQtdHJhbnNmb3JtOnJvdGF0ZSgwZGVnKTt0cmFuc2Zvcm06cm90YXRlKDBkZWcpfXRvey13ZWJraXQtdHJhbnNmb3JtOnJvdGF0ZSgzNTlkZWcpO3RyYW5zZm9ybTpyb3RhdGUoMzU5ZGVnKX19QGtleWZyYW1lcyBhezAley13ZWJraXQtdHJhbnNmb3JtOnJvdGF0ZSgwZGVnKTt0cmFuc2Zvcm06cm90YXRlKDBkZWcpfXRvey13ZWJraXQtdHJhbnNmb3JtOnJvdGF0ZSgzNTlkZWcpO3RyYW5zZm9ybTpyb3RhdGUoMzU5ZGVnKX19LmZhbmN5Ym94LWFuaW1hdGVke3RyYW5zaXRpb24tdGltaW5nLWZ1bmN0aW9uOmN1YmljLWJlemllcigwLDAsLjI1LDEpfS5mYW5jeWJveC1meC1zbGlkZS5mYW5jeWJveC1zbGlkZS0tcHJldmlvdXN7LXdlYmtpdC10cmFuc2Zvcm06dHJhbnNsYXRlM2QoLTEwMCUsMCwwKTt0cmFuc2Zvcm06dHJhbnNsYXRlM2QoLTEwMCUsMCwwKTtvcGFjaXR5OjB9LmZhbmN5Ym94LWZ4LXNsaWRlLmZhbmN5Ym94LXNsaWRlLS1uZXh0ey13ZWJraXQtdHJhbnNmb3JtOnRyYW5zbGF0ZTNkKDEwMCUsMCwwKTt0cmFuc2Zvcm06dHJhbnNsYXRlM2QoMTAwJSwwLDApO29wYWNpdHk6MH0uZmFuY3lib3gtZngtc2xpZGUuZmFuY3lib3gtc2xpZGUtLWN1cnJlbnR7LXdlYmtpdC10cmFuc2Zvcm06dHJhbnNsYXRlWigwKTt0cmFuc2Zvcm06dHJhbnNsYXRlWigwKTtvcGFjaXR5OjF9LmZhbmN5Ym94LWZ4LWZhZGUuZmFuY3lib3gtc2xpZGUtLW5leHQsLmZhbmN5Ym94LWZ4LWZhZGUuZmFuY3lib3gtc2xpZGUtLXByZXZpb3Vze29wYWNpdHk6MDt0cmFuc2l0aW9uLXRpbWluZy1mdW5jdGlvbjpjdWJpYy1iZXppZXIoLjE5LDEsLjIyLDEpfS5mYW5jeWJveC1meC1mYWRlLmZhbmN5Ym94LXNsaWRlLS1jdXJyZW50e29wYWNpdHk6MX0uZmFuY3lib3gtZngtem9vbS1pbi1vdXQuZmFuY3lib3gtc2xpZGUtLXByZXZpb3Vzey13ZWJraXQtdHJhbnNmb3JtOnNjYWxlM2QoMS41LDEuNSwxLjUpO3RyYW5zZm9ybTpzY2FsZTNkKDEuNSwxLjUsMS41KTtvcGFjaXR5OjB9LmZhbmN5Ym94LWZ4LXpvb20taW4tb3V0LmZhbmN5Ym94LXNsaWRlLS1uZXh0ey13ZWJraXQtdHJhbnNmb3JtOnNjYWxlM2QoLjUsLjUsLjUpO3RyYW5zZm9ybTpzY2FsZTNkKC41LC41LC41KTtvcGFjaXR5OjB9LmZhbmN5Ym94LWZ4LXpvb20taW4tb3V0LmZhbmN5Ym94LXNsaWRlLS1jdXJyZW50ey13ZWJraXQtdHJhbnNmb3JtOnNjYWxlWCgxKTt0cmFuc2Zvcm06c2NhbGVYKDEpO29wYWNpdHk6MX0uZmFuY3lib3gtZngtcm90YXRlLmZhbmN5Ym94LXNsaWRlLS1wcmV2aW91c3std2Via2l0LXRyYW5zZm9ybTpyb3RhdGUoLTF0dXJuKTt0cmFuc2Zvcm06cm90YXRlKC0xdHVybik7b3BhY2l0eTowfS5mYW5jeWJveC1meC1yb3RhdGUuZmFuY3lib3gtc2xpZGUtLW5leHR7LXdlYmtpdC10cmFuc2Zvcm06cm90YXRlKDF0dXJuKTt0cmFuc2Zvcm06cm90YXRlKDF0dXJuKTtvcGFjaXR5OjB9LmZhbmN5Ym94LWZ4LXJvdGF0ZS5mYW5jeWJveC1zbGlkZS0tY3VycmVudHstd2Via2l0LXRyYW5zZm9ybTpyb3RhdGUoMGRlZyk7dHJhbnNmb3JtOnJvdGF0ZSgwZGVnKTtvcGFjaXR5OjF9LmZhbmN5Ym94LWZ4LWNpcmN1bGFyLmZhbmN5Ym94LXNsaWRlLS1wcmV2aW91c3std2Via2l0LXRyYW5zZm9ybTpzY2FsZTNkKDAsMCwwKSB0cmFuc2xhdGUzZCgtMTAwJSwwLDApO3RyYW5zZm9ybTpzY2FsZTNkKDAsMCwwKSB0cmFuc2xhdGUzZCgtMTAwJSwwLDApO29wYWNpdHk6MH0uZmFuY3lib3gtZngtY2lyY3VsYXIuZmFuY3lib3gtc2xpZGUtLW5leHR7LXdlYmtpdC10cmFuc2Zvcm06c2NhbGUzZCgwLDAsMCkgdHJhbnNsYXRlM2QoMTAwJSwwLDApO3RyYW5zZm9ybTpzY2FsZTNkKDAsMCwwKSB0cmFuc2xhdGUzZCgxMDAlLDAsMCk7b3BhY2l0eTowfS5mYW5jeWJveC1meC1jaXJjdWxhci5mYW5jeWJveC1zbGlkZS0tY3VycmVudHstd2Via2l0LXRyYW5zZm9ybTpzY2FsZVgoMSkgdHJhbnNsYXRlWigwKTt0cmFuc2Zvcm06c2NhbGVYKDEpIHRyYW5zbGF0ZVooMCk7b3BhY2l0eToxfS5mYW5jeWJveC1meC10dWJlLmZhbmN5Ym94LXNsaWRlLS1wcmV2aW91c3std2Via2l0LXRyYW5zZm9ybTp0cmFuc2xhdGUzZCgtMTAwJSwwLDApIHNjYWxlKC4xKSBza2V3KC0xMGRlZyk7dHJhbnNmb3JtOnRyYW5zbGF0ZTNkKC0xMDAlLDAsMCkgc2NhbGUoLjEpIHNrZXcoLTEwZGVnKX0uZmFuY3lib3gtZngtdHViZS5mYW5jeWJveC1zbGlkZS0tbmV4dHstd2Via2l0LXRyYW5zZm9ybTp0cmFuc2xhdGUzZCgxMDAlLDAsMCkgc2NhbGUoLjEpIHNrZXcoMTBkZWcpO3RyYW5zZm9ybTp0cmFuc2xhdGUzZCgxMDAlLDAsMCkgc2NhbGUoLjEpIHNrZXcoMTBkZWcpfS5mYW5jeWJveC1meC10dWJlLmZhbmN5Ym94LXNsaWRlLS1jdXJyZW50ey13ZWJraXQtdHJhbnNmb3JtOnRyYW5zbGF0ZVooMCkgc2NhbGUoMSk7dHJhbnNmb3JtOnRyYW5zbGF0ZVooMCkgc2NhbGUoMSl9QG1lZGlhIChtYXgtd2lkdGg6ODAwcHgpey5mYW5jeWJveC1pbmZvYmFye2xlZnQ6MDttYXJnaW4tbGVmdDowfS5mYW5jeWJveC1idXR0b24tLWxlZnQsLmZhbmN5Ym94LWJ1dHRvbi0tcmlnaHR7ZGlzcGxheTpub25lIWltcG9ydGFudH0uZmFuY3lib3gtY2FwdGlvbntwYWRkaW5nOjIwcHggMDttYXJnaW46MH19LmZhbmN5Ym94LWJ1dHRvbi0tZnVsbHNjcmVlbjpiZWZvcmV7d2lkdGg6MTVweDtoZWlnaHQ6MTFweDtsZWZ0OmNhbGMoNTAlIC0gN3B4KTt0b3A6Y2FsYyg1MCUgLSA2cHgpO2JvcmRlcjoycHggc29saWQ7YmFja2dyb3VuZDpub25lfS5mYW5jeWJveC1idXR0b24tLXBhdXNlOmJlZm9yZSwuZmFuY3lib3gtYnV0dG9uLS1wbGF5OmJlZm9yZXt0b3A6Y2FsYyg1MCUgLSA2cHgpO2xlZnQ6Y2FsYyg1MCUgLSA0cHgpO2JhY2tncm91bmQ6dHJhbnNwYXJlbnR9LmZhbmN5Ym94LWJ1dHRvbi0tcGxheTpiZWZvcmV7d2lkdGg6MDtoZWlnaHQ6MDtib3JkZXItdG9wOjZweCBpbnNldCB0cmFuc3BhcmVudDtib3JkZXItYm90dG9tOjZweCBpbnNldCB0cmFuc3BhcmVudDtib3JkZXItbGVmdDoxMHB4IHNvbGlkO2JvcmRlci1yYWRpdXM6MXB4fS5mYW5jeWJveC1idXR0b24tLXBhdXNlOmJlZm9yZXt3aWR0aDo3cHg7aGVpZ2h0OjExcHg7Ym9yZGVyLXN0eWxlOnNvbGlkO2JvcmRlci13aWR0aDowIDJweH0uZmFuY3lib3gtYnV0dG9uLS10aHVtYnMsLmZhbmN5Ym94LXRodW1ic3tkaXNwbGF5Om5vbmV9QG1lZGlhIChtaW4td2lkdGg6ODAwcHgpey5mYW5jeWJveC1idXR0b24tLXRodW1ic3tkaXNwbGF5OmlubGluZS1ibG9ja30uZmFuY3lib3gtYnV0dG9uLS10aHVtYnMgc3Bhbntmb250LXNpemU6MjNweH0uZmFuY3lib3gtYnV0dG9uLS10aHVtYnM6YmVmb3Jle3dpZHRoOjNweDtoZWlnaHQ6M3B4O3RvcDpjYWxjKDUwJSAtIDJweCk7bGVmdDpjYWxjKDUwJSAtIDJweCk7Ym94LXNoYWRvdzowIC00cHggMCwtNHB4IC00cHggMCw0cHggLTRweCAwLGluc2V0IDAgMCAwIDMycHgsLTRweCAwIDAsNHB4IDAgMCwwIDRweCAwLC00cHggNHB4IDAsNHB4IDRweCAwfS5mYW5jeWJveC10aHVtYnN7cG9zaXRpb246YWJzb2x1dGU7dG9wOjA7cmlnaHQ6MDtib3R0b206MDtsZWZ0OmF1dG87d2lkdGg6MjIwcHg7bWFyZ2luOjA7cGFkZGluZzo1cHggNXB4IDAgMDtiYWNrZ3JvdW5kOiNmZmY7d29yZC1icmVhazpub3JtYWw7LXdlYmtpdC10YXAtaGlnaGxpZ2h0LWNvbG9yOnRyYW5zcGFyZW50Oy13ZWJraXQtb3ZlcmZsb3ctc2Nyb2xsaW5nOnRvdWNoOy1tcy1vdmVyZmxvdy1zdHlsZTotbXMtYXV0b2hpZGluZy1zY3JvbGxiYXI7Ym94LXNpemluZzpib3JkZXItYm94O3otaW5kZXg6OTk5OTV9LmZhbmN5Ym94LXNob3ctdGh1bWJzIC5mYW5jeWJveC10aHVtYnN7ZGlzcGxheTpibG9ja30uZmFuY3lib3gtc2hvdy10aHVtYnMgLmZhbmN5Ym94LWlubmVye3JpZ2h0OjIyMHB4fS5mYW5jeWJveC10aHVtYnM+dWx7bGlzdC1zdHlsZTpub25lO3Bvc2l0aW9uOmFic29sdXRlO3Bvc2l0aW9uOnJlbGF0aXZlO3dpZHRoOjEwMCU7aGVpZ2h0OjEwMCU7bWFyZ2luOjA7cGFkZGluZzowO292ZXJmbG93LXg6aGlkZGVuO292ZXJmbG93LXk6YXV0bztmb250LXNpemU6MH0uZmFuY3lib3gtdGh1bWJzPnVsPmxpe2Zsb2F0OmxlZnQ7b3ZlcmZsb3c6aGlkZGVuO21heC13aWR0aDo1MCU7cGFkZGluZzowO21hcmdpbjowO3dpZHRoOjEwNXB4O2hlaWdodDo3NXB4O3Bvc2l0aW9uOnJlbGF0aXZlO2N1cnNvcjpwb2ludGVyO291dGxpbmU6bm9uZTtib3JkZXI6NXB4IHNvbGlkIHRyYW5zcGFyZW50O2JvcmRlci10b3Atd2lkdGg6MDtib3JkZXItcmlnaHQtd2lkdGg6MDstd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6dHJhbnNwYXJlbnQ7LXdlYmtpdC1iYWNrZmFjZS12aXNpYmlsaXR5OmhpZGRlbjtiYWNrZmFjZS12aXNpYmlsaXR5OmhpZGRlbjtib3gtc2l6aW5nOmJvcmRlci1ib3h9bGkuZmFuY3lib3gtdGh1bWJzLWxvYWRpbmd7YmFja2dyb3VuZDpyZ2JhKDAsMCwwLC4xKX0uZmFuY3lib3gtdGh1bWJzPnVsPmxpPmltZ3twb3NpdGlvbjphYnNvbHV0ZTt0b3A6MDtsZWZ0OjA7bWluLXdpZHRoOjEwMCU7bWluLWhlaWdodDoxMDAlO21heC13aWR0aDpub25lO21heC1oZWlnaHQ6bm9uZTstd2Via2l0LXRvdWNoLWNhbGxvdXQ6bm9uZTstd2Via2l0LXVzZXItc2VsZWN0Om5vbmU7LW1vei11c2VyLXNlbGVjdDpub25lOy1tcy11c2VyLXNlbGVjdDpub25lO3VzZXItc2VsZWN0Om5vbmV9LmZhbmN5Ym94LXRodW1icz51bD5saTpiZWZvcmV7Y29udGVudDpcIlwiO3Bvc2l0aW9uOmFic29sdXRlO3RvcDowO3JpZ2h0OjA7Ym90dG9tOjA7bGVmdDowO2JvcmRlci1yYWRpdXM6MnB4O2JvcmRlcjo0cHggc29saWQgIzRlYTdmOTt6LWluZGV4Ojk5OTkxO29wYWNpdHk6MDt0cmFuc2l0aW9uOmFsbCAuMnMgY3ViaWMtYmV6aWVyKC4yNSwuNDYsLjQ1LC45NCl9LmZhbmN5Ym94LXRodW1icz51bD5saS5mYW5jeWJveC10aHVtYnMtYWN0aXZlOmJlZm9yZXtvcGFjaXR5OjF9fSJdfQ== */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}div[class*="root-"]{margin:0 auto;max-width:1920px;overflow:hidden;width:100%}.nc-icon{display:inline-block;position:relative}.nc-icon use{fill:inherit}.nc-icon.nc-icon-outline use{stroke:inherit}.icon-map-marker-gundlach{background:transparent url("/fileadmin/Distribution/Public/Icons/map-marker-gundlach.svg") no-repeat scroll center / 100% auto}.nc-icon-wrap{position:relative}.nc-icon-wrap .title{background:#000000;color:#ffffff;display:block;font-size:13px;font-weight:400;line-height:24px;opacity:0;padding:0 5px;position:absolute;right:0;top:-35px;transform:translateY(-10px);transition:all 0.3s ease;visibility:hidden}.nc-icon-wrap .title::after{background:#000000;bottom:-3px;content:"";display:block;height:6px;position:absolute;right:20px;transform:rotate(45deg);width:6px}.nc-icon-wrap .nc-icon:hover+.title{opacity:1;transform:translateY(0);visibility:visible}@font-face{font-family:"FontAwesome";font-style:normal;font-weight:normal;src:url("/fileadmin/Distribution/Public/Fonts/fontawesome-webfont.eot");src:url("/fileadmin/Distribution/Public/Fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/fileadmin/Distribution/Public/Fonts/fontawesome-webfont.woff2") format("woff2"), url("/fileadmin/Distribution/Public/Fonts/fontawesome-webfont.woff") format("woff"), url("/fileadmin/Distribution/Public/Fonts/fontawesome-webfont.ttf") format("truetype"), url("/fileadmin/Distribution/Public/Fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg")}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa::before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{text-align:center;width:1.28571429em}.fa-ul{list-style-type:none;margin-left:2.14285714em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2.14285714em;position:absolute;text-align:center;top:0.14285714em;width:2.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{border:solid 0.08em #eeeeee;border-radius:0.1em;padding:0.2em 0.25em 0.15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:0.3em}.fa.fa-pull-right{margin-left:0.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:0.3em}.fa.pull-right{margin-left:0.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#ffffff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}[class*="uk-animation-"]{animation-duration:0.5s;animation-timing-function:ease-out;animation-fill-mode:both}.uk-animation-fade{animation-name:uk-fade;animation-duration:0.8s;animation-timing-function:linear}.uk-animation-scale-up{animation-name:uk-fade-scale-02}.uk-animation-scale-down{animation-name:uk-fade-scale-18}.uk-animation-slide-top{animation-name:uk-fade-top}.uk-animation-slide-bottom{animation-name:uk-fade-bottom}.uk-animation-slide-left{animation-name:uk-fade-left}.uk-animation-slide-right{animation-name:uk-fade-right}.uk-animation-slide-top-small{animation-name:uk-fade-top-small}.uk-animation-slide-bottom-small{animation-name:uk-fade-bottom-small}.uk-animation-slide-left-small{animation-name:uk-fade-left-small}.uk-animation-slide-right-small{animation-name:uk-fade-right-small}.uk-animation-slide-top-medium{animation-name:uk-fade-top-medium}.uk-animation-slide-bottom-medium{animation-name:uk-fade-bottom-medium}.uk-animation-slide-left-medium{animation-name:uk-fade-left-medium}.uk-animation-slide-right-medium{animation-name:uk-fade-right-medium}.uk-animation-kenburns{animation-name:uk-scale-kenburns;animation-duration:15s}.uk-animation-shake{animation-name:uk-shake}.uk-animation-stroke{animation-name:uk-stroke;stroke-dasharray:var(--uk-animation-stroke);animation-duration:2s}.uk-animation-reverse{animation-direction:reverse;animation-timing-function:ease-in}.uk-animation-fast{animation-duration:0.1s}.uk-animation-toggle:not(:hover):not(:focus) [class*="uk-animation-"]{animation-name:none}.uk-animation-toggle{-webkit-tap-highlight-color:transparent}.uk-animation-toggle:focus{outline:none}@keyframes uk-fade{0%{opacity:0}100%{opacity:1}}@keyframes uk-fade-top{0%{opacity:0;transform:translateY(-100%)}100%{opacity:1;transform:translateY(0)}}@keyframes uk-fade-bottom{0%{opacity:0;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}@keyframes uk-fade-left{0%{opacity:0;transform:translateX(-100%)}100%{opacity:1;transform:translateX(0)}}@keyframes uk-fade-right{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0)}}@keyframes uk-fade-top-small{0%{opacity:0;transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}@keyframes uk-fade-bottom-small{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}@keyframes uk-fade-left-small{0%{opacity:0;transform:translateX(-10px)}100%{opacity:1;transform:translateX(0)}}@keyframes uk-fade-right-small{0%{opacity:0;transform:translateX(10px)}100%{opacity:1;transform:translateX(0)}}@keyframes uk-fade-top-medium{0%{opacity:0;transform:translateY(-50px)}100%{opacity:1;transform:translateY(0)}}@keyframes uk-fade-bottom-medium{0%{opacity:0;transform:translateY(50px)}100%{opacity:1;transform:translateY(0)}}@keyframes uk-fade-left-medium{0%{opacity:0;transform:translateX(-50px)}100%{opacity:1;transform:translateX(0)}}@keyframes uk-fade-right-medium{0%{opacity:0;transform:translateX(50px)}100%{opacity:1;transform:translateX(0)}}@keyframes uk-fade-scale-02{0%{opacity:0;transform:scale(0.2)}100%{opacity:1;transform:scale(1)}}@keyframes uk-fade-scale-18{0%{opacity:0;transform:scale(1.8)}100%{opacity:1;transform:scale(1)}}@keyframes uk-scale-kenburns{0%{transform:scale(1)}100%{transform:scale(1.2)}}@keyframes uk-shake{0%,100%{transform:translateX(0)}10%{transform:translateX(-9px)}20%{transform:translateX(8px)}30%{transform:translateX(-7px)}40%{transform:translateX(6px)}50%{transform:translateX(-5px)}60%{transform:translateX(4px)}70%{transform:translateX(-3px)}80%{transform:translateX(2px)}90%{transform:translateX(-1px)}}@keyframes uk-stroke{0%{stroke-dashoffset:var(--uk-animation-stroke)}100%{stroke-dashoffset:0}}.container{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media (min-width:576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media (min-width:768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media (min-width:992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}@font-face{font-display:optional;font-family:"Lato";font-style:normal;font-weight:300;src:url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-300.eot");src:local("Lato Light"), local("Lato-Light"), url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-300.woff2") format("woff2"), url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-300.woff") format("woff"), url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-300.ttf") format("truetype"), url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-300.svg#Lato") format("svg")}@font-face{font-display:optional;font-family:"Lato";font-style:normal;font-weight:400;src:url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-regular.eot");src:local("Lato Regular"), local("Lato-Regular"), url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-regular.woff2") format("woff2"), url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-regular.woff") format("woff"), url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-regular.ttf") format("truetype"), url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-regular.svg#Lato") format("svg")}@font-face{font-display:optional;font-family:"Lato";font-style:italic;font-weight:400;src:url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-italic.eot");src:local("Lato Italic"), local("Lato-Italic"), url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-italic.eot?#iefix") format("embedded-opentype"), url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-italic.woff2") format("woff2"), url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-italic.woff") format("woff"), url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-italic.ttf") format("truetype"), url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-italic.svg#Lato") format("svg")}@font-face{font-display:optional;font-family:"Lato";font-style:normal;font-weight:700;src:url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-700.eot");src:local("Lato Bold"), local("Lato-Bold"), url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-700.woff2") format("woff2"), url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-700.woff") format("woff"), url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-700.ttf") format("truetype"), url("/fileadmin/Distribution/Public/Fonts/lato-v16-latin-ext_latin-700.svg#Lato") format("svg")}@font-face{font-display:optional;font-family:"a_song_for_jenniferregular";src:url("/fileadmin/Distribution/Public/Fonts/a-song-for-jennifer/a_song_for_jennifer.woff2") format("woff2"), url("/fileadmin/Distribution/Public/Fonts/a-song-for-jennifer/a_song_for_jennifer.woff") format("woff"), url("/fileadmin/Distribution/Public/Fonts/a-song-for-jennifer/a_song_for_jennifer.ttf") format("truetype");font-weight:normal;font-style:normal}.mobile-only{display:block}@media (min-width:768px){.mobile-only{display:none}}.tablet-only{display:none}@media (min-width:768px){.tablet-only{display:block}}@media (min-width:1200px){.tablet-only{display:none}}.desktop-only{display:none}@media (min-width:1200px){.desktop-only{display:block}}#main .text-center,#main-top .text-center,#main-bottom .text-center,#aside .text-center,#footer .text-center,.fancybox-container .text-center{text-align:center}#main .text-right,#main-top .text-right,#main-bottom .text-right,#aside .text-right,#footer .text-right,.fancybox-container .text-right{text-align:right}#main .text-justify,#main-top .text-justify,#main-bottom .text-justify,#aside .text-justify,#footer .text-justify,.fancybox-container .text-justify{text-align:justify}#main .text-white,#main-top .text-white,#main-bottom .text-white,#aside .text-white,#footer .text-white,.fancybox-container .text-white{color:#ffffff}#main .text-white h1,#main .text-white h2,#main .text-white h3,#main .text-white h4,#main .text-white p,#main .text-white ul,#main .text-white li,#main .text-white blockquote p,#main .text-white .lead,#main .text-white .description,#main-top .text-white h1,#main-top .text-white h2,#main-top .text-white h3,#main-top .text-white h4,#main-top .text-white p,#main-top .text-white ul,#main-top .text-white li,#main-top .text-white blockquote p,#main-top .text-white .lead,#main-top .text-white .description,#main-bottom .text-white h1,#main-bottom .text-white h2,#main-bottom .text-white h3,#main-bottom .text-white h4,#main-bottom .text-white p,#main-bottom .text-white ul,#main-bottom .text-white li,#main-bottom .text-white blockquote p,#main-bottom .text-white .lead,#main-bottom .text-white .description,#aside .text-white h1,#aside .text-white h2,#aside .text-white h3,#aside .text-white h4,#aside .text-white p,#aside .text-white ul,#aside .text-white li,#aside .text-white blockquote p,#aside .text-white .lead,#aside .text-white .description,#footer .text-white h1,#footer .text-white h2,#footer .text-white h3,#footer .text-white h4,#footer .text-white p,#footer .text-white ul,#footer .text-white li,#footer .text-white blockquote p,#footer .text-white .lead,#footer .text-white .description,.fancybox-container .text-white h1,.fancybox-container .text-white h2,.fancybox-container .text-white h3,.fancybox-container .text-white h4,.fancybox-container .text-white p,.fancybox-container .text-white ul,.fancybox-container .text-white li,.fancybox-container .text-white blockquote p,.fancybox-container .text-white .lead,.fancybox-container .text-white .description{color:#ffffff}#main .text-white .lead,#main-top .text-white .lead,#main-bottom .text-white .lead,#aside .text-white .lead,#footer .text-white .lead,.fancybox-container .text-white .lead{font-weight:400}#main h1,#main h2,#main h3,#main h4,#main-top h1,#main-top h2,#main-top h3,#main-top h4,#main-bottom h1,#main-bottom h2,#main-bottom h3,#main-bottom h4,#aside h1,#aside h2,#aside h3,#aside h4,#footer h1,#footer h2,#footer h3,#footer h4,.fancybox-container h1,.fancybox-container h2,.fancybox-container h3,.fancybox-container h4{word-break:break-word;word-wrap:break-word;overflow-wrap:break-word;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}@media (min-width:1200px){#main h1,#main h2,#main h3,#main h4,#main-top h1,#main-top h2,#main-top h3,#main-top h4,#main-bottom h1,#main-bottom h2,#main-bottom h3,#main-bottom h4,#aside h1,#aside h2,#aside h3,#aside h4,#footer h1,#footer h2,#footer h3,#footer h4,.fancybox-container h1,.fancybox-container h2,.fancybox-container h3,.fancybox-container h4{hyphens:none}}#main h1,#main-top h1,#main-bottom h1,#aside h1,#footer h1,.fancybox-container h1{color:#4b4b4b;font-size:36px;font-weight:300;line-height:44px;margin-bottom:44px}@media (min-width:768px){#main h1,#main-top h1,#main-bottom h1,#aside h1,#footer h1,.fancybox-container h1{font-size:44px;line-height:52px;margin-bottom:52px}}#main h2,#main-top h2,#main-bottom h2,#aside h2,#footer h2,.fancybox-container h2{color:#4b4b4b;font-size:36px;font-weight:300;line-height:44px;margin-bottom:44px}#main h3,#main-top h3,#main-bottom h3,#aside h3,#footer h3,.fancybox-container h3{color:#4b4b4b;font-size:20px;font-weight:700;line-height:30px;margin-bottom:30px}@media (min-width:768px){#main h3,#main-top h3,#main-bottom h3,#aside h3,#footer h3,.fancybox-container h3{font-size:22px;line-height:33px;margin-bottom:33px}}#main h4,#main-top h4,#main-bottom h4,#aside h4,#footer h4,.fancybox-container h4{color:#4b4b4b;font-size:15px;font-weight:700;line-height:22px;margin-bottom:22px}#main ul,#main ol,#main-top ul,#main-top ol,#main-bottom ul,#main-bottom ol,#aside ul,#aside ol,#footer ul,#footer ol,.fancybox-container ul,.fancybox-container ol{margin-bottom:24px;padding:0 0 0 30px}#main ul:last-child,#main ol:last-child,#main-top ul:last-child,#main-top ol:last-child,#main-bottom ul:last-child,#main-bottom ol:last-child,#aside ul:last-child,#aside ol:last-child,#footer ul:last-child,#footer ol:last-child,.fancybox-container ul:last-child,.fancybox-container ol:last-child{margin-bottom:0}#main ul+h2,#main ul+h3,#main ul+h4,#main ol+h2,#main ol+h3,#main ol+h4,#main-top ul+h2,#main-top ul+h3,#main-top ul+h4,#main-top ol+h2,#main-top ol+h3,#main-top ol+h4,#main-bottom ul+h2,#main-bottom ul+h3,#main-bottom ul+h4,#main-bottom ol+h2,#main-bottom ol+h3,#main-bottom ol+h4,#aside ul+h2,#aside ul+h3,#aside ul+h4,#aside ol+h2,#aside ol+h3,#aside ol+h4,#footer ul+h2,#footer ul+h3,#footer ul+h4,#footer ol+h2,#footer ol+h3,#footer ol+h4,.fancybox-container ul+h2,.fancybox-container ul+h3,.fancybox-container ul+h4,.fancybox-container ol+h2,.fancybox-container ol+h3,.fancybox-container ol+h4{margin-top:48px}#main li,#main-top li,#main-bottom li,#aside li,#footer li,.fancybox-container li{color:#4b4b4b;font-size:15px;font-weight:400;line-height:24px;margin:0 0 10px;padding:0 0 0 5px}#main li::marker,#main-top li::marker,#main-bottom li::marker,#aside li::marker,#footer li::marker,.fancybox-container li::marker{color:#ed6c30}#main p,#main-top p,#main-bottom p,#aside p,#footer p,.fancybox-container p{color:#4b4b4b;font-size:15px;font-weight:400;line-height:24px;margin-bottom:24px}#main p:last-child,#main-top p:last-child,#main-bottom p:last-child,#aside p:last-child,#footer p:last-child,.fancybox-container p:last-child{margin-bottom:0}#main p+h2,#main p+h3,#main p+h4,#main-top p+h2,#main-top p+h3,#main-top p+h4,#main-bottom p+h2,#main-bottom p+h3,#main-bottom p+h4,#aside p+h2,#aside p+h3,#aside p+h4,#footer p+h2,#footer p+h3,#footer p+h4,.fancybox-container p+h2,.fancybox-container p+h3,.fancybox-container p+h4{margin-top:48px}#main .lead,#main .lead p,#main-top .lead,#main-top .lead p,#main-bottom .lead,#main-bottom .lead p,#aside .lead,#aside .lead p,#footer .lead,#footer .lead p,.fancybox-container .lead,.fancybox-container .lead p{font-size:18px;font-weight:300;line-height:30px;margin-bottom:30px}@media (min-width:768px){#main .lead,#main .lead p,#main-top .lead,#main-top .lead p,#main-bottom .lead,#main-bottom .lead p,#aside .lead,#aside .lead p,#footer .lead,#footer .lead p,.fancybox-container .lead,.fancybox-container .lead p{font-size:20px}}#main blockquote,#main-top blockquote,#main-bottom blockquote,#aside blockquote,#footer blockquote,.fancybox-container blockquote{margin-bottom:24px !important}#main blockquote p,#main-top blockquote p,#main-bottom blockquote p,#aside blockquote p,#footer blockquote p,.fancybox-container blockquote p{color:#4b4b4b;font-size:18px;font-style:italic;font-weight:400;line-height:24px;margin-bottom:24px}#main blockquote+h2,#main blockquote+h3,#main blockquote+h4,#main-top blockquote+h2,#main-top blockquote+h3,#main-top blockquote+h4,#main-bottom blockquote+h2,#main-bottom blockquote+h3,#main-bottom blockquote+h4,#aside blockquote+h2,#aside blockquote+h3,#aside blockquote+h4,#footer blockquote+h2,#footer blockquote+h3,#footer blockquote+h4,.fancybox-container blockquote+h2,.fancybox-container blockquote+h3,.fancybox-container blockquote+h4{margin-top:48px}#main .label,#main-top .label,#main-bottom .label,#aside .label,#footer .label,.fancybox-container .label{color:#ed6c30;font-size:14px;font-weight:400;line-height:24px;margin-bottom:24px;text-transform:uppercase}#main .description,#main-top .description,#main-bottom .description,#aside .description,#footer .description,.fancybox-container .description{color:#ed6c30;font-size:13px;font-weight:400;hyphens:auto;line-height:21px;margin-bottom:21px;word-break:break-word;word-wrap:break-word;overflow-wrap:break-word;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}@media (min-width:768px){#main .description,#main-top .description,#main-bottom .description,#aside .description,#footer .description,.fancybox-container .description{font-size:22px;hyphens:none;line-height:30px;margin-bottom:30px}}#main .small,#main-top .small,#main-bottom .small,#aside .small,#footer .small,.fancybox-container .small{color:#666666;font-size:13px;font-weight:400;line-height:24px;margin-bottom:24px}#main figcaption,#main-top figcaption,#main-bottom figcaption,#aside figcaption,#footer figcaption,.fancybox-container figcaption{margin-top:10px}#main a,#main-top a,#main-bottom a,#aside a,#footer a,.fancybox-container a{border-bottom:1px dashed transparent;color:#ed6c30;text-decoration:none;transition:all 0.3s ease}#main a:hover,#main-top a:hover,#main-bottom a:hover,#aside a:hover,#footer a:hover,.fancybox-container a:hover{background:rgba(237, 108, 48, 0.05);border-bottom:1px dashed #ed6c30}#main a.button,#main-top a.button,#main-bottom a.button,#aside a.button,#footer a.button,.fancybox-container a.button{cursor:pointer;display:inline-block;font-size:14px;font-weight:400;line-height:42px;padding:0 15px;position:relative;text-align:center;text-transform:uppercase;transition:background-color 0.3s ease, border 0.3s ease;white-space:nowrap;will-change:background-color, border;appearance:none}#main a.button.primary,#main-top a.button.primary,#main-bottom a.button.primary,#aside a.button.primary,#footer a.button.primary,.fancybox-container a.button.primary{background-color:#ed6c30;border:1px solid #ed6c30;color:#ffffff}#main a.button.primary:hover,#main-top a.button.primary:hover,#main-bottom a.button.primary:hover,#aside a.button.primary:hover,#footer a.button.primary:hover,.fancybox-container a.button.primary:hover{background-color:#ca5d2b;border:1px solid #ca5d2b}#main a.button.primary[disabled="disabled"],#main-top a.button.primary[disabled="disabled"],#main-bottom a.button.primary[disabled="disabled"],#aside a.button.primary[disabled="disabled"],#footer a.button.primary[disabled="disabled"],.fancybox-container a.button.primary[disabled="disabled"]{background-color:#979797;border:1px solid #979797;cursor:default;opacity:0.5;pointer-events:none}#main a.button.secondary,#main-top a.button.secondary,#main-bottom a.button.secondary,#aside a.button.secondary,#footer a.button.secondary,.fancybox-container a.button.secondary{background-color:#ffffff;border:1px solid #cccccc;color:#ed6c30}#main a.button.secondary:hover,#main-top a.button.secondary:hover,#main-bottom a.button.secondary:hover,#aside a.button.secondary:hover,#footer a.button.secondary:hover,.fancybox-container a.button.secondary:hover{background-color:#eeeeee}#main a.button.secondary[disabled="disabled"],#main-top a.button.secondary[disabled="disabled"],#main-bottom a.button.secondary[disabled="disabled"],#aside a.button.secondary[disabled="disabled"],#footer a.button.secondary[disabled="disabled"],.fancybox-container a.button.secondary[disabled="disabled"]{color:#979797;cursor:default;opacity:0.5;pointer-events:none}#main a.button.tertiary,#main-top a.button.tertiary,#main-bottom a.button.tertiary,#aside a.button.tertiary,#footer a.button.tertiary,.fancybox-container a.button.tertiary{background-color:#ffffff;border:1px solid #979797;color:#ed6c30}#main a.button.tertiary:hover,#main-top a.button.tertiary:hover,#main-bottom a.button.tertiary:hover,#aside a.button.tertiary:hover,#footer a.button.tertiary:hover,.fancybox-container a.button.tertiary:hover{background-color:#eeeeee}#main a.button.tertiary[disabled="disabled"],#main-top a.button.tertiary[disabled="disabled"],#main-bottom a.button.tertiary[disabled="disabled"],#aside a.button.tertiary[disabled="disabled"],#footer a.button.tertiary[disabled="disabled"],.fancybox-container a.button.tertiary[disabled="disabled"]{color:#979797;cursor:default;opacity:0.5;pointer-events:none}#main a.button .nc-icon,#main-top a.button .nc-icon,#main-bottom a.button .nc-icon,#aside a.button .nc-icon,#footer a.button .nc-icon,.fancybox-container a.button .nc-icon{color:#4b4b4b;height:12px;position:absolute;right:10px;top:15px;width:12px}ul{list-style-type:square}.frame-layout-0{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%}@media (min-width:576px){.frame-layout-0{max-width:540px}}@media (min-width:768px){.frame-layout-0{max-width:720px}}@media (min-width:992px){.frame-layout-0{max-width:960px}}@media (min-width:1200px){.frame-layout-0{max-width:1140px}}.frame-layout-1{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%}@media (min-width:576px){.frame-layout-1{max-width:540px}}@media (min-width:768px){.frame-layout-1{max-width:720px}}@media (min-width:992px){.frame-layout-1{max-width:960px}}@media (min-width:1200px){.frame-layout-1{max-width:1140px}}@media (min-width:768px){.frame-layout-1>.row>.col{flex:0 0 66.6666666667%;max-width:66.6666666667%}}.frame-layout-2{max-width:100%;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%}.frame{margin-bottom:0;margin-top:0}.frame.frame-space-before-yes{margin-top:60px}.frame.frame-space-after-yes{margin-bottom:60px}.frame>.row{justify-content:center}.frame.frame-type-shortcut>.row{justify-content:flex-start}.frame-type-shortcut{width:100%}.frame-type-shortcut .frame:last-child{margin-bottom:0}.ce-gallery img{height:auto;width:100%}#main ul.ce-uploads{padding:0}#main ul.ce-uploads li{margin:0;padding:0}#main ul.ce-uploads li::after{clear:both;content:"";display:block}#main ul.ce-uploads img{margin:0 30px 0 0;padding:0}#c454 ul{list-style:none;padding:0;text-align:right}#c454 ul li{display:inline-block;margin:0 0 0 30px}#c454 ul li:first-child{margin:0}#c380 h2{margin-bottom:14px}#main #c1561{background:#ed6c30;margin-bottom:15px;padding-bottom:15px;padding-top:15px}#main #c1561 h3{color:#ffffff;margin-bottom:15px}#main #c1561 p{color:#ffffff}#main #c1448 .gallery-slider.layout-1 .gallery-content{max-width:480px !important}#main #c1449 .gallery-slider.layout-2 .gallery-content{max-width:480px !important}#main #c1648 .swiper-button-prev,#main #c1648 .swiper-button-next{display:none}#main #c430 .google-map{margin:0 -15px}#main #c2157 ul{list-style:none}@media (min-width:768px){#main #c2157 ul{columns:2}}@media (min-width:992px){#main #c2157 ul{columns:3}}fieldset{border:none;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){fieldset.left,fieldset.right{flex:0 0 50%;max-width:50%}}@media (min-width:768px){fieldset.default .powermail_fieldwrap_type_check,fieldset.default .powermail_fieldwrap_type_date,fieldset.default .powermail_fieldwrap_type_input,fieldset.default .powermail_fieldwrap_type_select{flex:0 0 50%;max-width:50%}}@media (min-width:992px){fieldset.default .powermail_fieldwrap_type_file{flex:0 0 50%;max-width:50%}}@media (min-width:768px){fieldset.default .powermail_fieldwrap_aufwasmoechtensienichtverzichten_01,fieldset.default .powermail_fieldwrap_stadtteil,fieldset.default .powermail_fieldwrap_womoechtensiewohnen_01{flex:0 0 100%;max-width:100%}}fieldset.default .powermail_fieldwrap_aufwasmoechtensienichtverzichten_01 .input-wrap,fieldset.default .powermail_fieldwrap_stadtteil .input-wrap,fieldset.default .powermail_fieldwrap_womoechtensiewohnen_01 .input-wrap{margin:0 0 25px !important;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}fieldset.default .powermail_fieldwrap_aufwasmoechtensienichtverzichten_01 .input-wrap .checkbox,fieldset.default .powermail_fieldwrap_stadtteil .input-wrap .checkbox,fieldset.default .powermail_fieldwrap_womoechtensiewohnen_01 .input-wrap .checkbox{flex:0 0 100%;max-width:100%}@media (min-width:768px){fieldset.default .powermail_fieldwrap_aufwasmoechtensienichtverzichten_01 .input-wrap .checkbox,fieldset.default .powermail_fieldwrap_stadtteil .input-wrap .checkbox,fieldset.default .powermail_fieldwrap_womoechtensiewohnen_01 .input-wrap .checkbox{flex:0 0 50%;max-width:50%}}fieldset.default .powermail_fieldwrap_wohnberechtigungsscheinvorhanden .input-wrap{margin:0 0 25px !important;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}fieldset.default .powermail_fieldwrap_wohnberechtigungsscheinvorhanden .input-wrap .radio{flex:0 0 33.3333333333%;max-width:33.3333333333%}@media (min-width:576px){fieldset.default .powermail_fieldwrap_wohnberechtigungsscheinvorhanden .input-wrap .radio{flex:0 0 16.6666666667%;max-width:16.6666666667%}}fieldset.powermail_fieldset_43 .input-wrap{margin:0 0 25px !important;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}fieldset.powermail_fieldset_43 .checkbox{flex:0 0 100%;max-width:100%}@media (min-width:768px){fieldset.powermail_fieldset_43 .checkbox{flex:0 0 50%;max-width:50%}}fieldset.powermail_fieldset_25{display:none}.powermail_fieldwrap{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}.powermail_fieldwrap h4{margin-bottom:0 !important}.powermail_fieldwrap.powermail_fieldwrap_kurzfristig{padding:24px 15px 0}.powermail_fieldwrap.powermail_fieldwrap_type_radio .input-wrap{background:transparent}.input-wrap{background:#ffffff;margin:0 0 25px;position:relative}.input-wrap.hidden{display:none}.input-wrap.no-bg{background:transparent}.input-wrap.orange{background:#ed6c30}.input-wrap.orange select{border:none;color:#ffffff}.input-wrap.orange select~span{background:transparent url("/fileadmin/Distribution/Public/Icons/select_weiss.svg") no-repeat scroll center / 6px;border-left:1px solid #ffffff}.input-wrap.orange select option{color:#4b4b4b}.input-wrap img{margin:10px 0 0}.powermail-errors-list.filled li{color:#d0021b !important}.powermail_fieldwrap_type_captcha .input-wrap,.powermail_fieldwrap_type_check .input-wrap,.powermail_fieldwrap_type_html .input-wrap,.powermail_fieldwrap_type_submit .input-wrap,.powermail_fieldwrap_type_text .input-wrap{background:transparent}.powermail_fieldwrap_textemailtelefon.my-parsley-error p,.powermail_fieldwrap_textemailtelefon_qf.my-parsley-error p{color:red !important}label{color:#666666;display:inline-block;font-size:15px;font-weight:400;line-height:24px;margin-bottom:4px}label.disabled{cursor:default;opacity:0.5}input[type="text"],input[type="email"],input[type="password"],input[type="date"],textarea{background:#ffffff;border:1px solid #cccccc;border-radius:0px;color:#4b4b4b;font-size:15px;font-weight:400;line-height:24px;outline:none;padding:6px 10px;resize:none;transition:all 0.3s ease;width:100%;font-family:"Lato";-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,input[type="date"]:focus,textarea:focus{border:1px solid #00594e}input[type="text"].error,input[type="text"].my-parsley-error,input[type="text"].parsley-error,input[type="email"].error,input[type="email"].my-parsley-error,input[type="email"].parsley-error,input[type="password"].error,input[type="password"].my-parsley-error,input[type="password"].parsley-error,input[type="date"].error,input[type="date"].my-parsley-error,input[type="date"].parsley-error,textarea.error,textarea.my-parsley-error,textarea.parsley-error{border:1px solid #d0021b}input[type="text"][disabled="disabled"],input[type="email"][disabled="disabled"],input[type="password"][disabled="disabled"],input[type="date"][disabled="disabled"],textarea[disabled="disabled"]{opacity:0.5}.radio{height:24px;margin:0 0 15px}.radio:last-child{margin:0}.radio.hidden{display:none}input[type="radio"]{display:inline-block;height:24px;opacity:0;width:24px}input[type="radio"]:checked+label::after{opacity:1;transform:scale(1)}input[type="radio"][disabled="disabled"]+label{cursor:default;opacity:0.5}input[type="radio"][disabled="disabled"]+label::before{border:1px solid #cccccc}input[type="radio"][disabled="disabled"]+label::after{background:#cccccc}input[type="radio"]+label{display:inline-block;margin:0 0 0 10px;position:relative;top:-5px}input[type="radio"]+label::before{border:1px solid #ed6c30;border-radius:0;content:"";display:block;height:20px;left:-35px;position:absolute;top:2px;width:20px}input[type="radio"]+label::after{background:#ed6c30;border-radius:0;content:"";display:block;height:8px;left:-29px;opacity:0;position:absolute;top:8px;transform:scale(0.8);transition:all 0.3s ease;width:8px}.checkbox{margin:0 0 15px;position:relative}.checkbox:last-child{margin:0}.checkbox.hidden{display:none}input[type="checkbox"]{display:block;height:38px;left:15px;opacity:0;position:absolute;top:0;width:38px}input[type="checkbox"]:checked+label::after{opacity:1;transform:scale(1)}input[type="checkbox"][disabled="disabled"]+label{cursor:default;opacity:0.5}input[type="checkbox"][disabled="disabled"]+label::after{background:#cccccc url("/fileadmin/Distribution/Public/Icons/check_weiss.svg") no-repeat scroll center / 16px}input[type="checkbox"]+label{cursor:pointer;display:inline-block;left:52px;max-width:calc(100% - 52px);padding:7px 0;position:relative}input[type="checkbox"]+label::before{background:#ffffff;border:1px solid #cccccc;border-radius:0;content:"";display:block;height:38px;left:-52px;position:absolute;top:0;width:38px}input[type="checkbox"]+label::after{background:#ed6c30 url("/fileadmin/Distribution/Public/Icons/check_weiss.svg") no-repeat scroll center / 16px;border:1px solid #cccccc;border-radius:0;content:"";display:block;height:38px;left:-52px;opacity:0;position:absolute;top:0;transform:scale(0.8);transition:all 0.3s ease;width:38px}input[type="checkbox"]+label a{white-space:nowrap}.checkbox.parsley-error input[type="checkbox"]+label{color:red}select{background:transparent;border:1px solid #cccccc;border-radius:0;color:#4b4b4b;font-size:15px;font-weight:400;height:38px;line-height:24px;outline:none;padding:8px 44px 8px 10px;position:relative;transition:all 0.3s ease;width:100%;z-index:10;-webkit-appearance:none;-moz-appearance:none;appearance:none}select:focus{border:1px solid #00594e}select.error,select.my-parsley-error,select.parsley-error{border:1px solid #d0021b}select[disabled="disabled"]{opacity:0.5}select[disabled="disabled"]+span{opacity:0.5}select~span{background:transparent url("/fileadmin/Distribution/Public/Icons/select_grau.svg") no-repeat scroll center / 6px;border-left:1px solid #cccccc;display:block;height:38px;position:absolute;right:0;top:0;width:34px;z-index:5}input[type="file"]{background:#ffffff;border:1px solid #cccccc;border-radius:0;color:#4b4b4b;cursor:pointer;font-size:15px;font-weight:400;height:38px;line-height:24px;opacity:0.2;outline:none;padding:6px 10px;resize:none;transition:all 0.3s ease;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type="file"]:focus{border:1px solid #00594e}input[type="file"].error,input[type="file"].my-parsley-error,input[type="file"].parsley-error{border:1px solid #d0021b}input[type="file"][disabled="disabled"]{opacity:0.5}input[type="file"]+label{background:#ffffff;border:1px solid #cccccc;border-radius:0;bottom:0;color:#4b4b4b;font-size:15px;font-weight:400;left:0;line-height:24px;position:absolute;right:0;top:0}input[type="file"]+label::before{background:#ffffff;border:1px solid #cccccc;border-radius:0;color:#4b4b4b;content:attr(data-before);display:block;font-size:15px;font-weight:400;left:5px;line-height:24px;padding:0 17px;position:absolute;top:5px}input[type="file"]+label::after{color:#4b4b4b;content:attr(data-after);display:block;font-size:15px;font-weight:400;left:143px;line-height:24px;padding:0 17px;position:absolute;top:5px}input[type="submit"],button.button{border-radius:0;cursor:pointer;font-size:14px;line-height:42px;padding:0 15px;text-align:center;text-transform:uppercase;transition:all 0.3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type="submit"].primary,button.button.primary{background:#ed6c30;border:1px solid #ed6c30;color:#ffffff}input[type="submit"].primary:hover,button.button.primary:hover{background:#ca5d2b;border:1px solid #ca5d2b}input[type="submit"].primary[disabled="disabled"],button.button.primary[disabled="disabled"]{background:#979797;border:1px solid #979797;cursor:default;opacity:0.5}input[type="submit"].tertiary,button.button.tertiary{background:#ffffff;border:1px solid #979797;color:#ed6c30}input[type="submit"].tertiary:hover,button.button.tertiary:hover{background:#eeeeee}input[type="submit"].tertiary[disabled="disabled"],button.button.tertiary[disabled="disabled"]{color:#979797;cursor:default;opacity:0.5;pointer-events:none}#footer .alert,#main .alert{border-radius:0;padding:15px;position:relative}#footer .alert.success,#main .alert.success{background:#d4edda;border:1px solid #00594e}#footer .alert.success p,#main .alert.success p{color:#00594e}#footer .parsley-errors-list,#main .parsley-errors-list,#main-bottom .parsley-errors-list{bottom:-20px;left:0;list-style:none;margin:0;padding:0;position:absolute}#footer .parsley-errors-list li,#main .parsley-errors-list li,#main-bottom .parsley-errors-list li{color:#ff0000;font-size:12px;line-height:19px;margin:0;padding:0;white-space:nowrap}#main .login_fieldwrap{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .login_fieldwrap:nth-child(1),#main .login_fieldwrap:nth-child(2){flex:0 0 50%;max-width:50%}}#main .femanager_gender .input-wrap,#main .femanager_usergroup .input-wrap{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .femanager_gender .checkbox,#main .femanager_usergroup .checkbox{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .femanager_gender .checkbox,#main .femanager_usergroup .checkbox{flex:0 0 50%;max-width:50%}}#main .femanager_gender .radio,#main .femanager_usergroup .radio{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%}@media (min-width:768px){#main .femanager_gender .radio,#main .femanager_usergroup .radio{flex:0 0 25%;max-width:25%}}#main .tx-felogin-pi1 h2 .nc-icon{height:30px;margin:0 5px 0 0;width:30px}.g-recaptcha{margin:0 0 24px}#c1194,#c1196,#c1346,#c1347,#c1373,#c1374,#c1378,#c1926,#c473,#c4134,#c8850,.frame-type-login{background:#eeeeee;padding:60px 15px}.cr_form .form-grid{display:grid;grid-template-columns:1fr;grid-column-gap:28px}.cr_form .form-grid .form-grid-column .cr_ipe_item{margin:0 0 25px}.cr_form .form-grid .form-grid-column .cr_ipe_item .select-wrap{position:relative}.cr_form .form-grid .form-grid-column .cr_ipe_item .clever_form_error{border:1px solid #d0021b}@media (min-width:768px){.cr_form .form-grid{grid-template-columns:1fr 1fr}.cr_form .form-grid:first-child .form-grid-column:first-child{margin-bottom:25px}}@media (max-width:767px){.cr_form .form-grid:first-child .form-grid-column:first-child{margin-bottom:16px}}.cr_form .checkbox.clever_form_error label{color:red}.kesearch_searchbox{padding:0}.kesearch_searchbox .kesearchbox #ke_search_sword{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding-right:80px;border-radius:0;transition:all 0.3s ease}.kesearch_searchbox .kesearchbox #ke_search_sword:hover{box-shadow:none}.kesearch_searchbox .resetbutt a.resetButton{min-width:169px;max-width:220px;font-size:1em;font-family:Sans-Serif;padding:5px 10px;margin:0 10px 10px 0;display:block;cursor:pointer;-moz-user-select:none;background-color:#f5f5f5;border:1px solid rgba(0, 0, 0, 0.1) !important;color:#444;border-radius:2px;text-align:center;line-height:42px;text-transform:uppercase;transition:all 0.3s ease}.kesearch_searchbox .resetbutt a.resetButton:hover{text-decoration:none;cursor:pointer;background-color:#f8f8f8 !important;border:1px solid #c6c6c6;box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);color:#222}#form_kesearch_autocomplete{margin:60px 0 0}#form_kesearch_autocomplete .input-wrap{margin:0;max-width:360px}#form_kesearch_autocomplete .input-wrap:last-child{display:none}#form_kesearch_autocomplete .search-reset{color:#cccccc;cursor:pointer;display:block;height:38px;line-height:40px;position:absolute;right:0;text-align:center;top:0;width:38px;z-index:10}#form_kesearch_autocomplete .search-reset .nc-icon{height:14px;width:14px}#form_kesearch_autocomplete label{color:#00594e;display:block;height:38px;left:0;line-height:42px;position:absolute;text-align:center;top:0;width:38px;z-index:10}#form_kesearch_autocomplete label .nc-icon{height:16px;width:16px}#form_kesearch_autocomplete input[type="text"]{padding:6px 38px}#form_kesearch_header_nav{background:#00594e;left:16px;opacity:0;position:absolute;top:0;transition:all 0.3s ease;visibility:hidden;width:calc(100% - 16px)}#form_kesearch_header_nav.search-open{opacity:1;visibility:visible}#form_kesearch_header_nav input[type="text"]{background:transparent;border:none;color:#ffffff;font-size:16px;margin:-1px 0 0;padding:0 38px 0 10px}#form_kesearch_header_nav input[type="text"]:focus{border:none;box-shadow:none}#form_kesearch_header_nav input[type="submit"]{display:none}#form_kesearch_header_nav .search-reset{color:#ffffff;cursor:pointer;display:block;height:21px;position:absolute;right:0;top:0;width:21px}#form_kesearch_header_nav .search-reset.search-open{opacity:1;visibility:visible}#form_kesearch_header_nav .search-reset .nc-icon{height:15px;left:3px;position:relative;top:3px;width:15px}#form_kesearch_mobile{margin:0 0 20px}#form_kesearch_mobile .kesearchbox{position:relative;background:#fff;height:40px}#form_kesearch_mobile .input-wrap{margin:0;position:static}#form_kesearch_mobile .search-reset{display:none;color:#cccccc;cursor:pointer;height:40px;line-height:40px;position:absolute;right:95px;text-align:center;top:0;width:38px;z-index:10}#form_kesearch_mobile .search-reset .nc-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:14px;width:14px}#form_kesearch_mobile label{color:#4b4b4b;display:block;height:40px;left:0;line-height:40px;position:absolute;text-align:center;top:0;width:40px;z-index:1}#form_kesearch_mobile label .nc-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:16px;width:16px}#form_kesearch_mobile input[type="text"]{max-width:none;padding:0 20px 0 38px;width:calc(100% - 94px);border:0;height:40px}#form_kesearch_mobile input[type="text"]:focus{box-shadow:initial}#form_kesearch_mobile input[type="submit"]{background:rgba(75, 75, 75, 0.2);border:0;border-radius:0;color:#4b4b4b;cursor:pointer;font-size:14px;font-weight:bold;line-height:32px;position:absolute;right:4px;text-align:center;text-transform:none;top:4px;width:94px;-webkit-appearance:none;appearance:none}#kesearch_num_results{color:#4b4b4b;font-size:15px;font-weight:400;line-height:24px;margin:10px 0 60px}.tx-kesearch-pi1 #kesearch_results .result-list-item{padding-bottom:26px;border-bottom:solid 1px #ccc;margin:0 0 30px}.tx-kesearch-pi1 #kesearch_results .result-list-item h3{margin-bottom:24px}.tx-kesearch-pi1 #kesearch_results .result-list-item h3 a{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:"Lato", sans-serif;font-size:36px;line-height:44px;font-weight:300}.tx-kesearch-pi1 #kesearch_results .result-list-item h3 a .hit{color:#ed6c30;font-weight:300}.tx-kesearch-pi1 #kesearch_results .result-list-item .clearer{height:15px}.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info{display:none}.tx-kesearch-pi1 #kesearch_results .result-list-item p{color:#000000;font-weight:400;font-size:15px;line-height:24px}.tx-kesearch-pi1 #kesearch_results .result-list-item p .hit{color:#000000;font-weight:400}#c8{margin-top:45px}#c7{margin-bottom:25px}#c7 .row .col,#c8 .row .col,#c9611 .row .col{flex:0 0 100%;max-width:1100px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}#c7 .row .col .ce-textpic .ce-bodytext .headline p,#c8 .row .col .ce-textpic .ce-bodytext .headline p,#c9611 .row .col .ce-textpic .ce-bodytext .headline p{color:#ed6c30;font-family:"Lato", sans-serif;font-weight:700;font-size:14px;line-height:17px;text-align:center;text-transform:uppercase;margin-top:20px}#c7 .row .col .ce-textpic .ce-bodytext .headline h1,#c8 .row .col .ce-textpic .ce-bodytext .headline h1,#c9611 .row .col .ce-textpic .ce-bodytext .headline h1{margin:0;text-align:center}#c7 .row .col .tx-kesearch-pi1,#c8 .row .col .tx-kesearch-pi1,#c9611 .row .col .tx-kesearch-pi1{width:100%;display:flex;flex-direction:column;align-items:center;padding-bottom:40px}#c7 .row .col .tx-kesearch-pi1 #kesearch_num_results,#c8 .row .col .tx-kesearch-pi1 #kesearch_num_results,#c9611 .row .col .tx-kesearch-pi1 #kesearch_num_results{width:100%}#c7 .row .col .tx-kesearch-pi1 #kesearch_num_results .pages_total .result_txt,#c8 .row .col .tx-kesearch-pi1 #kesearch_num_results .pages_total .result_txt,#c9611 .row .col .tx-kesearch-pi1 #kesearch_num_results .pages_total .result_txt{font-family:"Lato", sans-serif;font-weight:400;font-size:15px;color:#979797}#c7 .row .col .tx-kesearch-pi1 #form_kesearch_pi1,#c8 .row .col .tx-kesearch-pi1 #form_kesearch_pi1,#c9611 .row .col .tx-kesearch-pi1 #form_kesearch_pi1{width:100%}#c7 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox,#c8 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox,#c9611 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox{height:50px;margin:0}#c7 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox input,#c8 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox input,#c9611 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox input{height:50px;border:1px solid #B2B2B2;color:#4b4b4b;font-family:"Lato", sans-serif;font-weight:500;font-size:18px;line-height:22px}#c7 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox input:focus,#c8 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox input:focus,#c9611 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox input:focus{color:#000;border:1px solid #00594e;box-shadow:none;outline:none}#c7 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox input:focus-visible,#c8 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox input:focus-visible,#c9611 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox input:focus-visible{color:#000;border:1px solid #00594e;box-shadow:none;outline:none}#c7 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox .submitbutt,#c8 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox .submitbutt,#c9611 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox .submitbutt{position:absolute;right:0;top:1px;height:50px}#c7 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox .submitbutt input,#c8 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox .submitbutt input,#c9611 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox .submitbutt input{position:absolute;right:0;z-index:10;background-color:transparent;min-width:50px;font-size:0;color:transparent;margin:0;border:0px solid #B2B2B2;border-left:0;box-shadow:none;border-radius:0}#c7 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox .submitbutt svg,#c8 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox .submitbutt svg,#c9611 .row .col .tx-kesearch-pi1 #form_kesearch_pi1 .kesearch_searchbox .kesearchbox .submitbutt svg{position:absolute;top:15px;right:15px;width:20px;height:20px}#c7 .row .col .tx-kesearch-pi1 #kesearch_results,#c8 .row .col .tx-kesearch-pi1 #kesearch_results,#c9611 .row .col .tx-kesearch-pi1 #kesearch_results{margin-top:0;max-width:840px}#c7 .row .col #kesearch_pagebrowser_bottom,#c8 .row .col #kesearch_pagebrowser_bottom,#c9611 .row .col #kesearch_pagebrowser_bottom{padding-bottom:60px}#c7 .row .col #kesearch_pagebrowser_bottom .pages_total,#c8 .row .col #kesearch_pagebrowser_bottom .pages_total,#c9611 .row .col #kesearch_pagebrowser_bottom .pages_total{border:none}#c7 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination,#c8 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination,#c9611 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination{border-top:none;display:flex;flex-wrap:wrap;padding:0;margin:0;justify-content:center}#c7 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li:first-child,#c8 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li:first-child,#c9611 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li:first-child{padding-left:0}#c7 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li,#c8 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li,#c9611 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li{padding-left:0;margin:0 10px 0 0;line-height:30px}#c7 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li span.page-link,#c8 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li span.page-link,#c9611 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li span.page-link{transform:translateY(1px);display:block}#c7 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .current,#c8 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .current,#c9611 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .current{display:flex;justify-content:center;align-items:center;background-color:#ed6c30;color:#fff;width:30px;height:30px}#c7 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li a,#c8 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li a,#c9611 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li a{display:flex;justify-content:center;align-items:center;background-color:none;color:#ed6c30;width:30px;height:30px;position:relative;padding-top:6px}#c7 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li a:hover,#c8 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li a:hover,#c9611 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li a:hover{color:#fff;background-color:#ed6c30}#c7 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li.page-item,#c8 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li.page-item,#c9611 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li.page-item{display:flex;justify-content:center;align-items:center;background:#eeeeee;border:none;color:#ed6c30;display:block;font-size:14px;font-weight:400;height:30px;overflow:hidden;position:relative;text-align:center;text-decoration:none;width:30px}#c7 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li.page-item.active,#c8 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li.page-item.active,#c9611 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li.page-item.active{font-size:14px;font-weight:400;height:30px;width:30px;line-height:30px;background:#ed6c30;border:none;color:#ffffff;text-align:center;padding:0}#c7 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .next,#c7 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .prev,#c8 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .next,#c8 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .prev,#c9611 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .next,#c9611 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .prev{background:transparent url(/fileadmin/Distribution/Public/Icons/prev.svg) no-repeat scroll center / 12px auto;display:block;font-size:0;color:transparent;opacity:0.3}#c7 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .next:hover,#c7 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .prev:hover,#c8 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .next:hover,#c8 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .prev:hover,#c9611 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .next:hover,#c9611 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .prev:hover{background-color:transparent;border:none}#c7 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .next,#c8 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .next,#c9611 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .next{background:transparent url(/fileadmin/Distribution/Public/Icons/next.svg) no-repeat scroll center / 12px auto}#c7 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .prev,#c8 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .prev,#c9611 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .prev{margin-right:-2px}#c7 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .prev::before,#c8 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .prev::before,#c9611 .row .col #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul.pagination li .prev::before{transform:rotate(135deg);-webkit-transform:rotate(135deg);left:10px}.ui-autocomplete{background:#ffffff;box-shadow:0 0 16px rgba(0, 0, 0, 0.3);cursor:default;list-style:none;overflow:hidden;position:absolute;width:1px;z-index:300}.ui-autocomplete li{background:#ffffff;border:1px solid #cccccc;border-top:none;color:#4b4b4b;cursor:pointer;display:block;font-size:15px;font-weight:400;line-height:24px;padding:6px 10px;transition:all 0.3s ease}.ui-autocomplete li:first-child{border-top:1px solid #cccccc;border-top-left-radius:4px;border-top-right-radius:4px}.ui-autocomplete li:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.ui-autocomplete li:hover{background:rgba(237, 108, 48, 0.05);color:#ed6c30}.ui-helper-hidden-accessible{display:none}#kesearch_filters{margin:30px 0 0}#kesearch_filters .input-wrap{margin:0 0 25px;max-width:none}#kesearch_filters .input-wrap:last-child{display:block;margin:0}#kesearch_filters .powermail_fieldwrap{padding:0}#kesearch_filters label{color:#666666;display:inline-block;font-size:13px;font-weight:400;line-height:24px;position:relative;width:auto}#kesearch_filters input[type="checkbox"]{display:block;height:38px;left:15px;opacity:0;position:absolute;top:0;width:38px}#kesearch_filters input[type="checkbox"]:checked+label::after{opacity:1;transform:scale(1)}#kesearch_filters input[type="checkbox"][disabled="disabled"]+label{cursor:default;opacity:0.5}#kesearch_filters input[type="checkbox"][disabled="disabled"]+label::after{background:#cccccc url("/fileadmin/Distribution/Public/Icons/check_weiss.svg") no-repeat scroll center / 16px}#kesearch_filters input[type="checkbox"]+label{cursor:pointer;display:inline-block;left:52px;max-width:calc(100% - 52px);padding:7px 0;position:relative}#kesearch_filters input[type="checkbox"]+label::before{background:#ffffff;border:1px solid #cccccc;content:"";display:block;height:38px;left:-52px;position:absolute;top:0;width:38px}#kesearch_filters input[type="checkbox"]+label::after{background:#ed6c30 url("/fileadmin/Distribution/Public/Icons/check_weiss.svg") no-repeat scroll center / 16px;border:1px solid #cccccc;content:"";display:block;height:38px;left:-52px;opacity:0;position:absolute;top:0;transform:scale(0.8);transition:all 0.3s ease;width:38px}#kesearch_filters input[type="checkbox"]+label a{white-space:nowrap}#quick-finder{bottom:1016px;display:none;left:0;overflow:hidden;padding:10px 0 0;position:absolute;right:0;z-index:-1}@media (min-width:768px){#quick-finder{bottom:50%;transform:translateY(50%);display:block;left:auto;overflow:visible;padding:0;position:fixed;right:-510px;transition:all 0.3s ease;z-index:800}#quick-finder.clicked{transform:translate(-510px, 50%)}#quick-finder.invisible{transform:translate(100px, 50%)}}@media (max-height:700px){#quick-finder{bottom:40%}}#quick-finder>ul{margin:0 auto;position:relative;width:283px}@media (min-width:768px){#quick-finder>ul{width:580px}}#quick-finder>ul::before{background:#ffffff;content:"";display:block;height:20px;left:-15px;position:absolute;right:-15px;top:100%}@media (min-width:768px){#quick-finder>ul::before{display:none}}#quick-finder>ul::after{clear:both;content:"";display:block}#quick-finder>ul>li{cursor:pointer;display:block;float:left;height:65px;margin:0 1px 20px 0 !important;position:relative;width:70px;background:#ed6c30;box-shadow:0 0 8px rgba(0, 0, 0, 0.25)}@media (min-width:768px){#quick-finder>ul>li{display:block;float:none;margin:0 0 20px !important}}#quick-finder>ul>li:last-child{margin:0 !important}#quick-finder>ul>li::before{}#quick-finder>ul>li:last-child::before{display:none}#quick-finder>ul>li:last-child span::before{display:none}#quick-finder>ul>li .quick-icon{display:block}#quick-finder>ul>li .quick-icon-active{display:none}#quick-finder>ul>li.active{background:#ffffff;z-index:10}#quick-finder>ul>li.active .nc-icon{color:#4b4b4b}#quick-finder>ul>li.active .nc-icon path{fill:#4b4b4b}#quick-finder>ul>li.active span{display:none}#quick-finder>ul>li.active .quick-icon{display:none}#quick-finder>ul>li.active .quick-icon-active{display:block}#quick-finder>ul>li .nc-icon{color:#ffffff;height:34px;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);width:34px}#quick-finder>ul>li img{height:34px;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);width:34px}#quick-finder>ul>li span{color:transparent;display:none;font-size:14px;font-weight:400;left:70px;line-height:65px;padding:0 0 0 50px;position:absolute;text-transform:uppercase;top:0;width:510px;background:#ed6c30}@media (min-width:768px){#quick-finder>ul>li span{display:block}}#quick-finder .item-wrap{position:relative;z-index:11}@media (min-width:768px){#quick-finder .item-wrap{box-shadow:0 0 8px rgba(0, 0, 0, 0.5);left:70px;position:absolute;top:0;width:510px}}#quick-finder .item-wrap .item{background:#ffffff;display:none;padding:0 15px}@media (min-width:768px){#quick-finder .item-wrap .item{max-height:500px;overflow-y:scroll;padding:0;-webkit-overflow-scrolling:touch}}#quick-finder .item-wrap .item.active{display:block}#quick-finder .item-wrap .item[data-target="1"] h3:nth-child(3){margin-bottom:0 !important}#quick-finder .item-wrap .item[data-target="3"] a{line-height:60px;margin:0 0 30px;text-align:center;width:100%}#quick-finder .item-wrap .item[data-target="3"] a .nc-icon{color:#ffffff;height:36px;left:15px;position:absolute;top:12px;width:36px}#quick-finder .item-wrap .item[data-target="4"] .frame-layout-1>.row>.col{flex:0 0 100%;max-width:100%}#quick-finder .item-wrap .item[data-target="4"] .frame-layout-1>.row>.col .femanager_gender .input-wrap{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#quick-finder .item-wrap .item[data-target="4"] .frame-layout-1>.row>.col .radio{padding:0 15px;flex:0 0 33.3333333333%;max-width:33.3333333333%}#quick-finder .item-wrap .item iframe{border:1px solid #cccccc;height:400px;margin:0 0 24px;width:100%}#quick-finder .item-wrap .item .g-recaptcha{margin:0 0 24px}#quick-finder .item-wrap .item .g-recaptcha iframe{border:none;height:78px;margin:0;width:100% !important}#quick-finder .item-wrap .item header{padding:0 15px}#quick-finder .item-wrap .item .frame-type-list h3,#quick-finder .item-wrap .item h2{display:none}#quick-finder .item-wrap .item .row:nth-child(2),#quick-finder .item-wrap .item .row:nth-child(3){margin-top:0;padding:0}#quick-finder .item-wrap .item .row:nth-child(2)::before,#quick-finder .item-wrap .item .row:nth-child(3)::before{display:none}#quick-finder .item-wrap .item .frame.frame-space-after-yes,#quick-finder .item-wrap .item .frame.frame-space-before-yes{margin:0}#quick-finder .item-wrap .item p strong{margin:0}#quick-finder .item-wrap .item .tabs{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;overflow:hidden;position:relative}#quick-finder .item-wrap .item .tabs button{background:#eeeeee;border:none;color:#4b4b4b;display:block;font-size:16px;font-weight:700;line-height:50px;padding:0 20px;text-transform:uppercase;transition:all 0.3s ease;cursor:pointer}#quick-finder .item-wrap .item .tabs button.active{background:#ed6c30;border:none;color:#ffffff}#quick-finder .item-wrap .item .tabs button:hover{background:#ed6c30;border:none;color:#ffffff}#quick-finder .item-wrap .item .tabs::after{bottom:-10px;-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.2);box-shadow:0 0 8px rgba(0, 0, 0, 0.2);content:"";display:block;height:10px;left:0;position:absolute;width:100%;z-index:10}#quick-finder .item-wrap .item .tabcontent{display:none;padding-top:20px;margin:0 -15px}#quick-finder .item-wrap .item .tabcontent.active{display:block}#quick-finder .item-wrap .item .tabcontent>p{margin:0 15px 15px 15px}#quick-finder .item-wrap .item header{margin-bottom:0}#quick-finder .item-wrap .item header h3{margin-bottom:15px}#quick-finder .item-wrap .container{background:#ffffff;box-shadow:0 0 8px rgba(0, 0, 0, 0.25);max-width:570px;padding:90px 30px 30px;position:relative}@media (min-width:768px){#quick-finder .item-wrap .container{box-shadow:none}}#quick-finder .item-wrap .container .close-quick-finder{cursor:pointer;height:44px;position:absolute;right:30px;top:15px;width:44px}#quick-finder .item-wrap .container .close-quick-finder .nc-icon{color:#4b4b4b;height:18px;left:13px;position:relative;top:13px;width:18px}#quick-finder .item-wrap table{margin:0 0 30px}#quick-finder .item-wrap table:last-child{margin:0}.fancybox-slide .tx-felogin-pi1{margin:0;padding:30px 15px}@media (min-width:1200px){.fancybox-slide .tx-felogin-pi1{padding:30px}}.fancybox-caption-wrap{padding:60px 15px 0}.fancybox-caption-wrap .fancybox-caption{font-family:"Lato", sans-serif;font-size:15px;font-weight:400;line-height:24px;margin:0 auto;max-width:1200px}#main .pagination{border-top:1px solid #cccccc;margin:60px 0}#main .pagination ul{list-style:none;margin:0;padding:25px 0 0;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;justify-content:center}#main .pagination ul li{display:inline-block;margin:0 10px 0 0}#main .pagination ul li.current{font-size:14px;font-weight:400;height:30px;width:30px;line-height:30px;background:#ed6c30;border:none;color:#ffffff;text-align:center;padding:0}#main .pagination ul li:last-child{margin:0}#main .pagination ul li.prev+.next{border-left:none;margin:0;padding:0}#main .pagination ul li a{background:#eeeeee;border:none;color:#ed6c30;display:block;font-size:14px;font-weight:400;height:30px;line-height:30px;overflow:hidden;position:relative;text-align:center;text-decoration:none;width:30px}#main .pagination ul li a:hover,#main .pagination ul li a.current{background:#ed6c30;border:none;color:#ffffff}#main .pagination ul li a.prev,#main .pagination ul li a.next{background:transparent url("/fileadmin/Distribution/Public/Icons/prev.svg") no-repeat scroll center / 12px auto;color:transparent;opacity:0.3}#main .pagination ul li a.prev:hover,#main .pagination ul li a.next:hover{color:transparent}#main .pagination ul li a.next{background:transparent url("/fileadmin/Distribution/Public/Icons/next.svg") no-repeat scroll center / 12px auto}.ce-table{border-collapse:collapse;margin-left:-15px;margin-right:-15px;max-width:none;width:100%}.ce-table th{border:none;color:#4b4b4b;font-size:15px;font-weight:700;line-height:24px;padding:10px 15px;text-align:left}.ce-table td{border:none;color:#4b4b4b;font-size:15px;font-weight:400;line-height:24px;padding:10px 15px;position:relative;text-align:left}.ce-table thead tr{background:#ffffff}.ce-table tbody tr{background:#eeeeee}.ce-table tbody tr td{background:#eeeeee}.ce-table tbody tr:nth-child(2n+2){background:#ffffff}.ce-table tbody tr:nth-child(2n+2) td{background:#ffffff}.ce-table.ce-table-simple tr,.ce-table.ce-table-simple td{background:none;border-bottom:1px solid #979797}.ce-table-kennzahlen{border:1px solid #cccccc;display:block;max-width:none;overflow:hidden;width:auto;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.ce-table-kennzahlen thead,.ce-table-kennzahlen tbody,.ce-table-kennzahlen tfoot{display:block;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}.ce-table-kennzahlen thead tr,.ce-table-kennzahlen tbody tr,.ce-table-kennzahlen tfoot tr{background:#ffffff;display:block;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.ce-table-kennzahlen thead tr:nth-child(2n+2),.ce-table-kennzahlen tbody tr:nth-child(2n+2),.ce-table-kennzahlen tfoot tr:nth-child(2n+2){background:#eeeeee}.ce-table-kennzahlen thead th,.ce-table-kennzahlen tbody th,.ce-table-kennzahlen tfoot th{background:#ed6c30;border-bottom:none;color:#ffffff}.ce-table-kennzahlen thead th,.ce-table-kennzahlen thead td,.ce-table-kennzahlen tbody th,.ce-table-kennzahlen tbody td,.ce-table-kennzahlen tfoot th,.ce-table-kennzahlen tfoot td{display:block;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:768px){.ce-table-kennzahlen thead th,.ce-table-kennzahlen thead td,.ce-table-kennzahlen tbody th,.ce-table-kennzahlen tbody td,.ce-table-kennzahlen tfoot th,.ce-table-kennzahlen tfoot td{text-align:right}}.ce-table-kennzahlen thead th:nth-child(1),.ce-table-kennzahlen thead td:nth-child(1),.ce-table-kennzahlen tbody th:nth-child(1),.ce-table-kennzahlen tbody td:nth-child(1),.ce-table-kennzahlen tfoot th:nth-child(1),.ce-table-kennzahlen tfoot td:nth-child(1){flex:0 0 100%;max-width:100%}@media (min-width:768px){.ce-table-kennzahlen thead th:nth-child(1),.ce-table-kennzahlen thead td:nth-child(1),.ce-table-kennzahlen tbody th:nth-child(1),.ce-table-kennzahlen tbody td:nth-child(1),.ce-table-kennzahlen tfoot th:nth-child(1),.ce-table-kennzahlen tfoot td:nth-child(1){text-align:left;flex:0 0 50%;max-width:50%}}.ce-table-kennzahlen thead th:nth-child(2),.ce-table-kennzahlen thead td:nth-child(2),.ce-table-kennzahlen tbody th:nth-child(2),.ce-table-kennzahlen tbody td:nth-child(2),.ce-table-kennzahlen tfoot th:nth-child(2),.ce-table-kennzahlen tfoot td:nth-child(2){flex:0 0 33.3333333333%;max-width:33.3333333333%}@media (min-width:768px){.ce-table-kennzahlen thead th:nth-child(2),.ce-table-kennzahlen thead td:nth-child(2),.ce-table-kennzahlen tbody th:nth-child(2),.ce-table-kennzahlen tbody td:nth-child(2),.ce-table-kennzahlen tfoot th:nth-child(2),.ce-table-kennzahlen tfoot td:nth-child(2){flex:0 0 16.6666666667%;max-width:16.6666666667%}}.ce-table-kennzahlen thead th:nth-child(3),.ce-table-kennzahlen thead td:nth-child(3),.ce-table-kennzahlen tbody th:nth-child(3),.ce-table-kennzahlen tbody td:nth-child(3),.ce-table-kennzahlen tfoot th:nth-child(3),.ce-table-kennzahlen tfoot td:nth-child(3){flex:0 0 33.3333333333%;max-width:33.3333333333%}@media (min-width:768px){.ce-table-kennzahlen thead th:nth-child(3),.ce-table-kennzahlen thead td:nth-child(3),.ce-table-kennzahlen tbody th:nth-child(3),.ce-table-kennzahlen tbody td:nth-child(3),.ce-table-kennzahlen tfoot th:nth-child(3),.ce-table-kennzahlen tfoot td:nth-child(3){flex:0 0 16.6666666667%;max-width:16.6666666667%}}.ce-table-kennzahlen thead th:nth-child(4),.ce-table-kennzahlen thead td:nth-child(4),.ce-table-kennzahlen tbody th:nth-child(4),.ce-table-kennzahlen tbody td:nth-child(4),.ce-table-kennzahlen tfoot th:nth-child(4),.ce-table-kennzahlen tfoot td:nth-child(4){flex:0 0 33.3333333333%;max-width:33.3333333333%}@media (min-width:768px){.ce-table-kennzahlen thead th:nth-child(4),.ce-table-kennzahlen thead td:nth-child(4),.ce-table-kennzahlen tbody th:nth-child(4),.ce-table-kennzahlen tbody td:nth-child(4),.ce-table-kennzahlen tfoot th:nth-child(4),.ce-table-kennzahlen tfoot td:nth-child(4){flex:0 0 16.6666666667%;max-width:16.6666666667%}}.ce-table-kennzahlen thead th[colspan="4"],.ce-table-kennzahlen thead td[colspan="4"],.ce-table-kennzahlen tbody th[colspan="4"],.ce-table-kennzahlen tbody td[colspan="4"],.ce-table-kennzahlen tfoot th[colspan="4"],.ce-table-kennzahlen tfoot td[colspan="4"]{flex:0 0 100%;max-width:100%}@media (min-width:768px){.ce-table-kennzahlen thead th[colspan="4"],.ce-table-kennzahlen thead td[colspan="4"],.ce-table-kennzahlen tbody th[colspan="4"],.ce-table-kennzahlen tbody td[colspan="4"],.ce-table-kennzahlen tfoot th[colspan="4"],.ce-table-kennzahlen tfoot td[colspan="4"]{text-align:left;flex:0 0 100%;max-width:100%}}.immo-table{border-collapse:collapse;margin:15px 0;width:100%}.immo-table tr.border{border-bottom:1px solid #cccccc;border-top:1px solid #cccccc}.immo-table tr.border+tr th,.immo-table tr.border+tr td{padding:10px 0 5px}.immo-table th{color:#4b4b4b;font-size:15px;font-weight:700;line-height:24px;padding:5px 0;text-align:left;width:50%}.immo-table td{color:#4b4b4b;font-size:15px;font-weight:400;line-height:24px;padding:5px 0;text-align:right;width:50%}.immo-table .nc-icon{height:25px;position:relative;top:2px;width:50px}#main .loading,#main-bottom .loading{animation:fancybox-rotate 0.8s infinite linear;background:transparent;border:6px solid rgba(100, 100, 100, 0.4);border-radius:100%;border-top:6px solid rgba(255, 255, 255, 0.6);height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%) rotate(0deg);width:50px;z-index:10}@keyframes fancybox-rotate{from{transform:translate(-50%, -50%) rotate(0deg)}to{transform:translate(-50%, -50%) rotate(359deg)}}#main .frame-type-mask_kennzahlen .accordion,#main .frame-type-mask_accordion .accordion{width:100%}#main .frame-type-mask_kennzahlen .accordion.lvl-2,#main .frame-type-mask_accordion .accordion.lvl-2{display:none;margin:20px 0;width:auto}#main .frame-type-mask_kennzahlen .accordion.lvl-2 .accordion-headline,#main .frame-type-mask_accordion .accordion.lvl-2 .accordion-headline{background:#ed6c30}#main .frame-type-mask_kennzahlen .accordion.lvl-2 .accordion-headline .nc-icon,#main .frame-type-mask_accordion .accordion.lvl-2 .accordion-headline .nc-icon{right:20px}#main .frame-type-mask_kennzahlen .accordion.lvl-2 .accordion-item,#main .frame-type-mask_accordion .accordion.lvl-2 .accordion-item{border-left:10px solid transparent}#main .frame-type-mask_kennzahlen .accordion.lvl-2 .accordion-item .accordion-content,#main .frame-type-mask_accordion .accordion.lvl-2 .accordion-item .accordion-content{padding:40px 15px 20px 0}#main .frame-type-mask_kennzahlen .accordion.lvl-2 .accordion-item::before,#main .frame-type-mask_accordion .accordion.lvl-2 .accordion-item::before{background:#ed6c30;content:"";display:block;height:100%;left:-10px;position:absolute;top:0;width:10px}@media (min-width:576px){#main .frame-type-mask_kennzahlen .accordion.lvl-2,#main .frame-type-mask_accordion .accordion.lvl-2{margin:40px 0 20px 20px}#main .frame-type-mask_kennzahlen .accordion.lvl-2 .accordion-item .accordion-content,#main .frame-type-mask_accordion .accordion.lvl-2 .accordion-item .accordion-content{padding:40px 15px 20px}}#main .frame-type-mask_kennzahlen .accordion.lvl-3,#main .frame-type-mask_accordion .accordion.lvl-3{display:none;margin:40px 0 20px 20px}#main .frame-type-mask_kennzahlen .accordion.lvl-3 .accordion-headline,#main .frame-type-mask_accordion .accordion.lvl-3 .accordion-headline{background:#666666}#main .frame-type-mask_kennzahlen .accordion.lvl-3 .accordion-item,#main .frame-type-mask_accordion .accordion.lvl-3 .accordion-item{border-left:10px solid transparent}#main .frame-type-mask_kennzahlen .accordion.lvl-3 .accordion-item::before,#main .frame-type-mask_accordion .accordion.lvl-3 .accordion-item::before{background:#666666;content:"";display:block;height:100%;left:-10px;position:absolute;top:0;width:10px}#main .frame-type-mask_kennzahlen .accordion .showall,#main .frame-type-mask_accordion .accordion .showall{text-align:center}#main .frame-type-mask_kennzahlen .accordion-item,#main .frame-type-mask_accordion .accordion-item{background:#eeeeee;margin:0 0 20px;position:relative}#main .frame-type-mask_kennzahlen .accordion-item:last-child,#main .frame-type-mask_accordion .accordion-item:last-child{margin:0}#main .frame-type-mask_kennzahlen .accordion-item.active>.accordion-headline .nc-icon,#main .frame-type-mask_accordion .accordion-item.active>.accordion-headline .nc-icon{transform:translateY(-50%) rotate(-90deg)}#main .frame-type-mask_kennzahlen .accordion-item.hidden,#main .frame-type-mask_accordion .accordion-item.hidden{display:none}#main .frame-type-mask_kennzahlen .accordion-headline,#main .frame-type-mask_accordion .accordion-headline{background:#00594e;color:#ffffff;cursor:pointer;font-size:15px;font-weight:700;line-height:24px;overflow:hidden;padding:15px 55px 15px 15px;position:relative}@media (min-width:576px){#main .frame-type-mask_kennzahlen .accordion-headline,#main .frame-type-mask_accordion .accordion-headline{font-size:20px;line-height:30px}}@media (min-width:768px){#main .frame-type-mask_kennzahlen .accordion-headline,#main .frame-type-mask_accordion .accordion-headline{font-size:22px;line-height:33px}}#main .frame-type-mask_kennzahlen .accordion-headline .nc-icon,#main .frame-type-mask_accordion .accordion-headline .nc-icon{height:18px;position:absolute;right:20px;top:50%;transform:translateY(-50%) rotate(90deg);transform-origin:center;transition:transform 0.3s ease;width:18px}#main .frame-type-mask_kennzahlen .accordion-content,#main .frame-type-mask_accordion .accordion-content{display:none;padding:40px 15px 20px}#main .frame-type-mask_kennzahlen .accordion-content::after,#main .frame-type-mask_accordion .accordion-content::after{clear:both;content:"";display:block}#main .frame-type-mask_kennzahlen .accordion-content img,#main .frame-type-mask_accordion .accordion-content img{margin:0 30px 0 0}#main .frame-type-mask_kennzahlen .accordion-item{background:#ffffff}#main .frame-type-mask_kennzahlen .accordion-content{border:1px solid #cccccc}#main #c2310 .accordion-headline{background:#ed6c30}#main #c2310 .lvl-2 .accordion-item::before{background:#00594e}#main #c2310 .lvl-2 .accordion-headline{background:#00594e}#aside .frame-type-html .accordion,#aside .frame-type-list .accordion{background:#eeeeee;border:1px solid #cccccc}#aside .frame-type-html .accordion.lvl-2,#aside .frame-type-list .accordion.lvl-2{background:#e1e1e1;border-bottom:none;border-left:10px solid #cccccc;border-right:none;display:none}#aside .frame-type-html .accordion.lvl-3,#aside .frame-type-list .accordion.lvl-3{background:#d5d5d5;border-bottom:none;border-left:10px solid #cccccc;border-right:none;display:none}#aside .frame-type-html .accordion-item,#aside .frame-type-list .accordion-item{border-bottom:1px solid #cccccc}#aside .frame-type-html .accordion-item:last-child,#aside .frame-type-list .accordion-item:last-child{border-bottom:none}#aside .frame-type-html .accordion-item.active>.accordion-headline .nc-icon,#aside .frame-type-list .accordion-item.active>.accordion-headline .nc-icon{transform:translateY(-50%) rotate(-90deg)}#aside .frame-type-html .accordion-headline,#aside .frame-type-list .accordion-headline{color:#4b4b4b;cursor:pointer;font-size:15px;font-weight:700;height:65px;line-height:24px;padding:20px;position:relative}#aside .frame-type-html .accordion-headline .nc-icon,#aside .frame-type-list .accordion-headline .nc-icon{height:18px;position:absolute;right:20px;top:50%;transform:translateY(-50%) rotate(90deg);transform-origin:center;transition:transform 0.3s ease;width:18px}#aside .frame-type-html .accordion-content,#aside .frame-type-list .accordion-content{border-top:1px solid #cccccc;display:none;padding:20px}@keyframes fadein{0%{opacity:0}100%{opacity:1}}@keyframes modal-popin{0%{transform:translate(-50%, -50%) scale(0);opacity:0}85%{transform:translate(-50%, -50%) scale(1.05);opacity:1}100%{transform:translate(-50%, -50%) scale(1);opacity:1}}.copyright_icon{position:absolute;box-sizing:content-box;right:5px;bottom:5px;height:15px;padding:4px;background-color:rgba(75, 75, 75, 0.7);color:#ffffff;font-size:11px;line-height:15px;text-align:center;z-index:50}.copyright_helper{position:relative;width:100%;height:100%}body{font-family:"Lato", sans-serif}body.open{height:100vh;overflow:hidden;width:100vw}.cc-right{right:5em}#header{background:#00594e;height:90px;left:0;position:relative;top:0;width:100%;z-index:200;height:90px}#header.fixed{position:fixed;top:-90px;transition:transform 0.3s ease}#header.fixed.scrolled-up{transform:translateY(90px)}#header .container{max-width:100%}#header #logo-desktop{display:none;height:67px;margin:10px auto 0;width:204px;overflow:hidden;text-align:center}@media (min-width:1200px){#header #logo-desktop{display:block}}#header #logo-desktop img{height:auto;width:100%}#header #logo-desktop.vier img{height:100%;width:auto}#header #logo-mobile{display:block;height:60px;margin:15px auto 0;text-align:center}@media (min-width:1200px){#header #logo-mobile{display:none}}#header #logo-mobile img{height:100%;width:auto;position:relative;left:-5px}#header #logo-mobile.vier img{height:100%;width:auto}#header .bottom{margin:0 auto}@media (max-width:1199px){#header .container{max-width:100%}}#header-agn{background:#ffffff;height:60px;left:0;position:fixed;top:0;width:100%;z-index:200}@media (min-width:1200px){#header-agn{height:179px;position:relative}#header-agn.fixed{position:fixed;top:-179px;transition:transform 0.3s ease}#header-agn.fixed.scrolled-up{transform:translateY(179px)}}@media (min-width:1200px){#header-agn.home{height:99px}#header-agn.home.fixed{position:fixed;top:-99px;transition:transform 0.3s ease}#header-agn.home.fixed.scrolled-up{transform:translateY(99px)}}#header-agn #logo-desktop{display:none;overflow:hidden;padding:30px 0 0;width:360px}@media (min-width:1200px){#header-agn #logo-desktop{display:block}}#header-agn #logo-desktop img{height:auto;width:360px}#header-agn #logo-mobile{display:block;height:30px;height:60px;padding:10px 0;width:218px}@media (min-width:1200px){#header-agn #logo-mobile{display:none}}#header-agn #logo-mobile img{height:100%;width:auto}#header-agn .col{position:static}#agn-header-images{margin:80px 0 50px;height:auto;position:relative;text-align:center}#agn-header-images .left-image,#agn-header-images .right-image{position:absolute;bottom:0;width:350px;z-index:5}#agn-header-images .left-image img,#agn-header-images .right-image img{width:100%}#agn-header-images .left-image{left:0}#agn-header-images .right-image{right:0}#agn-header-images .text{box-sizing:border-box;max-width:650px;margin:0 auto;text-align:center;background-color:rgba(255, 255, 255, 0.8);padding:20px}@media only screen and (max-width:768px){#agn-header-images .left-image,#agn-header-images .right-image{display:inline-block;position:inherit;width:45%;text-align:center}#agn-header-images .left-image img,#agn-header-images .right-image img{width:95%}}#mobile-nav-toggle{color:#ffffff;display:block;height:60px;line-height:60px;position:absolute;right:0;text-align:center;text-decoration:none;top:15px;width:60px;cursor:pointer}#mobile-nav-toggle.open span:first-child{opacity:0}#mobile-nav-toggle.open span:last-child{opacity:1}#mobile-nav-toggle span{display:block;height:60px;left:0;position:absolute;top:0;transition:all 0.3s ease 0s;width:60px}#mobile-nav-toggle span:first-child .nc-icon{height:20px;left:17px;position:absolute;top:20px;width:20px}#mobile-nav-toggle span:last-child{opacity:0}#mobile-nav-toggle span:last-child .nc-icon{height:16px;left:19px;position:absolute;top:22px;width:16px}#mobile-nav-bgblur{height:0;opacity:0;transition:all 0.3s ease 0s}#mobile-nav-bgblur.open{opacity:1;position:absolute;top:90px;left:0;width:100vw;height:100vh;z-index:240;background-color:rgba(255, 255, 255, 0.7)}#mobile-nav{background:#00594e;height:calc(100vh - 90px);right:0;opacity:0;overflow-y:scroll;padding:20px 0;position:absolute;top:90px;z-index:250;transition:all 0.3s ease;visibility:hidden;width:100%;max-width:414px;-webkit-overflow-scrolling:touch}#mobile-nav.open{opacity:1;visibility:visible}#mobile-nav .container{max-width:100%}#mobile-nav .container .contact-button{text-align:center;margin-bottom:100px}@media (min-width:500px){#mobile-nav .container .contact-button{margin-bottom:10px}}#mobile-nav .container .contact-button a{cursor:pointer;display:block;font-size:14px;font-weight:400;line-height:42px;padding:0 15px;position:relative;text-align:center;text-transform:uppercase;transition:all 0.3s ease;white-space:nowrap;background:#ed6c30;border:1px solid #ed6c30;color:#fff;text-decoration:none}#mobile-nav .container .contact-button a:hover{background:#ca5d2b;border:1px solid #ca5d2b}#mobile-main-nav{margin:0 -15px 40px}#mobile-main-nav ul{list-style:none}#mobile-main-nav ul li.hover>ul{max-height:100%;opacity:1;visibility:visible}#mobile-main-nav .lvl-1>li{display:block;position:relative}#mobile-main-nav .lvl-1>li::after{background:rgba(255, 255, 255, 0.2);bottom:0;content:"";display:block;height:1px;left:15px;position:absolute;right:15px}#mobile-main-nav .lvl-1>li.hover>a{background:#eeeeee;color:#ed6c30}#mobile-main-nav .lvl-1>li.hover>a svg{transform:translateY(-50%) rotate(180deg)}#mobile-main-nav .lvl-1>li.hover>a svg path{fill:#ed6c30}#mobile-main-nav .lvl-1>li.active>a,#mobile-main-nav .lvl-1>li.current>a{color:#ed6c30}#mobile-main-nav .lvl-1>li>a{color:#ffffff;display:block;font-size:16px;font-weight:700;line-height:56px;padding:0 15px;position:relative;text-decoration:none;text-transform:uppercase;transition:all 0.3s ease}#mobile-main-nav .lvl-1>li>a::after{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}#mobile-main-nav .lvl-1>li>a svg{display:none;position:absolute;right:15px;top:50%;transform:translateY(-50%);transition:all 0.3s ease-in}#mobile-main-nav .lvl-1>li.sub>a svg{display:block}#mobile-main-nav .lvl-2{background:#eeeeee;max-height:0;opacity:0;overflow:hidden;position:relative;transition:all 0.3s ease;visibility:hidden}#mobile-main-nav .lvl-2>li{display:block}#mobile-main-nav .lvl-2>li:last-child>a::after{display:none}#mobile-main-nav .lvl-2>li>a{color:#ed6c30;display:block;font-size:15px;font-weight:400;line-height:40px;padding:0 15px 0 35px;position:relative;text-decoration:none;transition:all 0.3s ease}#mobile-main-nav .lvl-2>li>a::after{background:rgba(75, 75, 75, 0.1);bottom:0;content:"";display:block;height:1px;left:15px;position:absolute;right:15px}#mobile-main-nav .lvl-2>li>a:hover{color:#000000}#mobile-main-nav .lvl-2>li>a .nc-icon{color:#000000;height:12px;left:15px;position:absolute;top:24px;width:12px}#mobile-main-nav .lvl-2>li>a[data-uid="54"]~.lvl-3>li:first-child{margin:15px 0 10px}#mobile-main-nav .lvl-2>li.current{background-color:rgba(75, 75, 75, 0.1)}#mobile-main-nav .lvl-2>li.current>a::after{display:none}#mobile-main-nav .lvl-3{background:#eeeeee;max-height:0;opacity:0;overflow:hidden;position:relative;transition:all 0.3s ease;visibility:hidden}#mobile-main-nav .lvl-3.visible{max-height:initial;opacity:1;overflow:initial;visibility:visible}#mobile-main-nav .lvl-3>li{display:block;margin:0 0 10px}#mobile-main-nav .lvl-3>li:first-child{margin:15px 0 0}#mobile-main-nav .lvl-3>li:last-child{margin:10px 0 15px}#mobile-main-nav .lvl-3>li>a{color:#ed6c30;display:block;font-size:15px;font-weight:400;line-height:24px;padding:0 15px 0 35px;position:relative;text-decoration:none;transition:all 0.3s ease}#mobile-main-nav .lvl-3>li>a:hover{color:#000000}#mobile-main-nav .lvl-3>li>a .nc-icon{color:#000000;height:12px;left:15px;position:absolute;top:6px;width:12px}#mobile-main-nav .lvl-3>li>a[data-uid="55"],#mobile-main-nav .lvl-3>li>a[data-uid="56"],#mobile-main-nav .lvl-3>li>a[data-uid="685"],#mobile-main-nav .lvl-3>li>a[data-uid="686"]{background:#ed6c30;color:#ffffff;font-size:14px;line-height:56px;margin:0 15px;padding:0;text-align:center;text-transform:uppercase}#mobile-main-nav .lvl-3>li>a[data-uid="55"]:hover,#mobile-main-nav .lvl-3>li>a[data-uid="56"]:hover,#mobile-main-nav .lvl-3>li>a[data-uid="685"]:hover,#mobile-main-nav .lvl-3>li>a[data-uid="686"]:hover{background:#ca5d2b}#mobile-main-nav .lvl-3>li>a[data-uid="55"] .nc-icon,#mobile-main-nav .lvl-3>li>a[data-uid="56"] .nc-icon,#mobile-main-nav .lvl-3>li>a[data-uid="685"] .nc-icon,#mobile-main-nav .lvl-3>li>a[data-uid="686"] .nc-icon{color:#ffffff;height:36px;top:10px;width:36px}#header-nav{display:none;position:absolute;right:15px;top:15px}@media (min-width:1200px){#header-nav{display:block}}#header-nav ul{list-style:none}#header-nav ul li{display:inline-block;line-height:0;margin:0 15px 0 0}#header-nav ul li:first-child a .nc-icon{height:16px;margin:0 10px 0 0;width:16px}#header-nav ul li:last-child{margin:0}#header-nav ul li a{color:#ffffff;display:block;font-size:16px;line-height:21px;opacity:0.6;text-decoration:none;transition:all 0.2s ease}#header-nav ul li a:hover,#header-nav ul li a.active,#header-nav ul li a.current{opacity:1}#main-mega-nav{display:none;margin:10px auto 0}@media (min-width:1200px){#main-mega-nav{display:block}}#main-mega-nav.home{margin:25px auto 0}#main-mega-nav.home.fixed{margin:10px auto 0}#main-mega-nav.home.fixed .lvl-1>li>a{padding:10px 15px}#main-mega-nav.home.fixed .lvl-1>li:last-child>a::after{height:30px}#main-mega-nav.home .lvl-1>li>a{padding:15px 15px 19px}#main-mega-nav.home .lvl-1>li:last-child>a::after{height:40px}#main-mega-nav.search-open{opacity:0.25;pointer-events:none}#main-mega-nav .lvl-1{display:flex;list-style:none;flex-flow:row nowrap;justify-content:center}#main-mega-nav .lvl-1>li{}#main-mega-nav .lvl-1>li>.caret{cursor:pointer;display:block;height:20px;margin:-20px 0 0;overflow:hidden;position:relative;z-index:51}#main-mega-nav .lvl-1>li>.caret::before{background:#eeeeee;box-shadow:0 0 16px rgba(0, 0, 0, 0.3);content:"";display:block;height:18px;left:50%;position:absolute;top:35px;transform:rotate(45deg) translateX(-50%);transition:all 0.3s ease;width:18px}#main-mega-nav .lvl-1>li.active>.caret::before,#main-mega-nav .lvl-1>li.current>.caret::before{background:#ffffff;top:22px;opacity:0}#main-mega-nav .lvl-1>li.active>a,#main-mega-nav .lvl-1>li.current>a{background:#ffffff;color:#ed6c30}#main-mega-nav .lvl-1>li.active:last-child>a,#main-mega-nav .lvl-1>li.current:last-child>a{color:#ed6c30}#main-mega-nav .lvl-1>li.active:last-child>a:hover,#main-mega-nav .lvl-1>li.current:last-child>a:hover{background:#ffffff;color:#ed6c30}#main-mega-nav .lvl-1>li.active:last-child>a::after,#main-mega-nav .lvl-1>li.current:last-child>a::after{background:#ed6c30;opacity:1}#main-mega-nav .lvl-1>li:hover>.caret::before,#main-mega-nav .lvl-1>li.hover>.caret::before{background:#eeeeee !important;top:22px;opacity:1}#main-mega-nav .lvl-1>li:hover>a,#main-mega-nav .lvl-1>li.hover>a{background:#ffffff;color:#ed6c30}#main-mega-nav .lvl-1>li:hover:last-child>a,#main-mega-nav .lvl-1>li.hover:last-child>a{background:transparent;color:#ffffff}#main-mega-nav .lvl-1>li:hover:last-child>a::after,#main-mega-nav .lvl-1>li.hover:last-child>a::after{background:#ed6c30;opacity:1}#main-mega-nav .lvl-1>li.sub:hover .lvl-2,#main-mega-nav .lvl-1>li.sub.hover .lvl-2{opacity:1;visibility:visible}#main-mega-nav .lvl-1>li>a{color:#ffffff;display:block;font-size:16px;font-weight:700;line-height:24px;padding:10px 15px;position:relative;text-decoration:none;text-transform:uppercase;transition:all 0.3s ease;white-space:nowrap}#main-mega-nav .lvl-2{background:#eeeeee;box-shadow:0 0 16px rgba(0, 0, 0, 0.3);left:0;opacity:0;padding:30px 0;position:absolute;top:100%;transition:all 0.3s ease;visibility:hidden;width:100%;z-index:50}#main-mega-nav .lvl-2>.container>.row{border-top:1px solid #cccccc;list-style:none;padding:50px 0 0}#main-mega-nav .lvl-2>.container>.row:first-child{border-top:none}#main-mega-nav .lvl-2>.container>.row>li{border-right:1px solid #cccccc;margin:0 0 50px;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}#main-mega-nav .lvl-2>.container>.row>li:last-child{border-right:none}#main-mega-nav .lvl-2>.container>.row>li.col-1{flex:0 0 33.3333333333%;max-width:33.3333333333%}#main-mega-nav .lvl-2>.container>.row>li.col-2{flex:0 0 66.6666666667%;max-width:66.6666666667%}#main-mega-nav .lvl-2>.container>.row>li.col-3{flex:0 0 100%;max-width:100%;border-right:none}#main-mega-nav .lvl-2>.container>.row>li>.row>.col>a{color:#000000;display:inline-block;font-size:22px;line-height:27px;margin:0 0 55px;text-decoration:none;transition:all 0.3s ease}#main-mega-nav .lvl-2>.container>.row>li>.row>.col>a:hover{color:#ed6c30}#main-mega-nav .lvl-2>.container>.row>li>.row>.col>p{color:#666666;font-size:15px;line-height:24px}#main-mega-nav .lvl-2>.container>.row>li>.row>.col>p:nth-child(2) a{display:inline}#main-mega-nav .lvl-2>.container>.row>li>.row>.col>p a{color:#ed6c30;display:inline-block;font-size:15px;line-height:24px;margin:25px 0 0;text-decoration:none;transition:all 0.3s ease}#main-mega-nav .lvl-2>.container>.row>li>.row>.col>p a:hover{color:#000000}#main-mega-nav .lvl-2>.container>.row>li>.row>.col img{height:auto;width:100%}#main-mega-nav .lvl-2>.container>.row>li[data-uid="54"] .col-8{display:none}#main-mega-nav .lvl-3{list-style:none}#main-mega-nav .lvl-3 .col[data-uid="55"],#main-mega-nav .lvl-3 .col[data-uid="56"],#main-mega-nav .lvl-3 .col[data-uid="685"],#main-mega-nav .lvl-3 .col[data-uid="686"]{flex:0 0 100%;max-width:100%}#main-mega-nav .lvl-3 .col[data-uid="55"]>a,#main-mega-nav .lvl-3 .col[data-uid="56"]>a,#main-mega-nav .lvl-3 .col[data-uid="685"]>a,#main-mega-nav .lvl-3 .col[data-uid="686"]>a{background:#ed6c30;color:#ffffff;display:block;font-size:14px;line-height:56px;padding:0;position:relative;text-align:center;text-transform:uppercase}#main-mega-nav .lvl-3 .col[data-uid="55"]>a:hover,#main-mega-nav .lvl-3 .col[data-uid="56"]>a:hover,#main-mega-nav .lvl-3 .col[data-uid="685"]>a:hover,#main-mega-nav .lvl-3 .col[data-uid="686"]>a:hover{background:#ca5d2b;color:#ffffff}#main-mega-nav .lvl-3 .col[data-uid="55"]>a .nc-icon,#main-mega-nav .lvl-3 .col[data-uid="56"]>a .nc-icon,#main-mega-nav .lvl-3 .col[data-uid="685"]>a .nc-icon,#main-mega-nav .lvl-3 .col[data-uid="686"]>a .nc-icon{height:36px;left:15px;position:absolute;top:10px;width:36px}#main-mega-nav .lvl-3 .col[data-uid="55"]>a{margin:-20px 0 10px}#main-mega-nav .lvl-3 .col[data-uid="56"]>a{margin:0}#main-mega-nav .lvl-3 .col>a{color:#000000;display:inline-block;font-size:15px;font-weight:700;line-height:24px;margin:0 0 25px;text-decoration:none;transition:all 0.3s ease}#main-mega-nav .lvl-3 .col>a:hover{color:#ed6c30}#main-mega-nav .lvl-3 .col>p{color:#666666;font-size:15px;line-height:24px}#main-mega-nav .lvl-3 .col>p a{color:#ed6c30;display:inline-block;font-size:15px;line-height:24px;margin:25px 0 0;text-decoration:none;transition:all 0.3s ease}#main-mega-nav .lvl-3 .col>p a:hover{color:#000000}#main-nav-agn{display:none;margin:10px auto 0}@media (min-width:1200px){#main-nav-agn{display:block}}#main-nav-agn .lvl-1{display:flex;list-style:none;flex-flow:row nowrap;justify-content:flex-end}#main-nav-agn .lvl-1>li>.caret{cursor:pointer;display:block;height:20px;margin:-20px 0 0;overflow:hidden;position:relative;z-index:51;visibility:hidden;opacity:0;transition:all 0.3s ease}#main-nav-agn .lvl-1>li>.caret::before{background:#eeeeee;box-shadow:0 0 16px rgba(0, 0, 0, 0.3);content:"";display:block;height:18px;left:50%;position:absolute;top:35px;transform:rotate(45deg) translateX(-50%);transition:all 0.3s ease;width:18px}#main-nav-agn .lvl-1>li:hover .caret,#main-nav-agn .lvl-1>li.hover .caret{visibility:visible;opacity:1}#main-nav-agn .lvl-1>li:hover>.caret::before,#main-nav-agn .lvl-1>li.hover>.caret::before{background:#eeeeee !important;top:22px}#main-nav-agn .lvl-1>li:hover>a,#main-nav-agn .lvl-1>li.hover>a{background:#ffffff;color:#ed6c30}#main-nav-agn .lvl-1>li.active>.caret::before,#main-nav-agn .lvl-1>li.current>.caret::before{background:#ffffff;top:22px}#main-nav-agn .lvl-1>li.active>a,#main-nav-agn .lvl-1>li.current>a{color:#ed6c30}#main-nav-agn .lvl-1>li.active:last-child>a,#main-nav-agn .lvl-1>li.current:last-child>a{color:#ed6c30}#main-nav-agn .lvl-1>li.active:last-child>a::after,#main-nav-agn .lvl-1>li.current:last-child>a::after{background:#ed6c30;opacity:1}#main-nav-agn .lvl-1>li.sub{position:relative}#main-nav-agn .lvl-1>li.sub:hover .lvl-2,#main-nav-agn .lvl-1>li.sub.hover .lvl-2{opacity:1;visibility:visible}#main-nav-agn .lvl-1>li>a{color:#4b4b4b;display:block;font-size:20px;font-weight:700;line-height:24px;padding:10px 15px;position:relative;text-decoration:none;text-transform:uppercase;transition:all 0.3s ease;white-space:nowrap}#main-nav-agn .lvl-2{background:#eeeeee;box-shadow:0 0 16px rgba(0, 0, 0, 0.3);right:0;opacity:0;padding:20px 0;position:absolute;top:100%;transition:all 0.3s ease;visibility:hidden;width:300px;z-index:50}#main-nav-agn .lvl-2>.container>.row{border-top:1px solid #cccccc;list-style:none;padding:0}#main-nav-agn .lvl-2>.container>.row:first-child{border-top:none}#main-nav-agn .lvl-2>.container>.row>li{display:block;box-sizing:border-box;width:100%;margin:0;padding:0;position:relative;transition:all 0.3s ease}#main-nav-agn .lvl-2>.container>.row>li .nc-icon{position:absolute;top:15px;left:20px;width:10px;height:10px}#main-nav-agn .lvl-2>.container>.row>li a,#main-nav-agn .lvl-2>.container>.row>li a:hover{display:block;width:100%;text-decoration:none;color:#4b4b4b;font-weight:bold;padding:10px 20px 10px 40px;transition:all 0.3s ease}#main-nav-agn .lvl-2>.container>.row>li a p,#main-nav-agn .lvl-2>.container>.row>li a:hover p{font-weight:lighter}#main-nav-agn .lvl-2>.container>.row>li a:hover,#main-nav-agn .lvl-2>.container>.row>li a:hover:hover{color:#ed6c30}#main-nav-agn .lvl-2>.container>.row>li:hover{background:#fff}#main-nav-agn .lvl-2>.container>.row>li[data-uid="54"] .col-8{display:none}#main{z-index:1}@media (min-width:1200px){#main{padding:0}#main.fixed{padding:90px 0 0}#main.fixed.home{padding:160px 0 0}}@media (min-width:1200px){#main-top{padding:0}#main-top.fixed{padding:90px 0 0}#main-top.fixed.home{padding:160px 0 0}}#main-bottom{background:#eeeeee;min-height:250px;padding:0 0 60px;position:relative}@media (min-width:1200px){.agn #main.fixed{padding:179px 0 0}}@media (min-width:1200px){.agn #main.home.fixed{padding:99px 0 0}}#main ul.ce-uploads li a img{width:150px;min-height:150px;display:inline-block;float:left;border:1px solid #ccc;margin:0px 30px 10px 0;background-image:url(https://www.gundlach-bau.de/fileadmin/Distribution/Public/Images/logo.svg);background-position:right;background-repeat:no-repeat;padding:5px}#breadcrumb{padding:20px 0;min-height:24px}#breadcrumb ul{list-style:none;padding:0}#breadcrumb li{display:inline-block;margin:0 2px 0 0;padding:0 29px 0 0;position:relative}#breadcrumb li::after{background:transparent url("/fileadmin/Distribution/Public/Icons/next.svg") no-repeat scroll center / 6px auto;content:"";display:inline-block;height:24px;opacity:0.5;position:absolute;right:0;top:0;width:24px}#breadcrumb li:first-child{color:#979797;padding:0}#breadcrumb li:first-child::after{display:none}#breadcrumb li:last-child{margin:0}#breadcrumb li.current{font-weight:700;text-decoration:none}#breadcrumb li.current::after{display:none}#breadcrumb a{border-bottom:none;color:#4b4b4b;display:block;text-decoration:underline}#breadcrumb a:hover{border-bottom:none;color:#ed6c30}#footer{position:relative;z-index:100}#footer #to-top{bottom:15px;height:44px;line-height:24px;opacity:0;position:fixed;right:15px;text-align:center;transition:all 0.3s ease;visibility:hidden;width:44px;z-index:2000;-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.25);box-shadow:0 0 8px rgba(0, 0, 0, 0.25)}@media (min-width:768px){#footer #to-top{bottom:60px;right:60px}}#footer #to-top.visible{opacity:1;visibility:visible}#footer #to-top .nc-icon{color:#ffffff;height:20px;left:0;position:relative;top:12px;transform:rotate(-90deg);width:20px}#footer .footer-inner{background:#ffffff;border-top:30px solid #eeeeee;padding:30px 0 70px}@media (min-width:768px){#footer .footer-inner{padding:70px 0}}#footer .row:nth-child(1) .inner{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}#footer .row:nth-child(1) .inner:nth-child(1){order:2}@media (min-width:768px){#footer .row:nth-child(1) .inner:nth-child(1){order:1;flex:0 0 50%;max-width:50%}}@media (min-width:1200px){#footer .row:nth-child(1) .inner:nth-child(1){flex:0 0 33.3333333333%;max-width:33.3333333333%}}#footer .row:nth-child(1) .inner:nth-child(2){display:none}@media (min-width:1200px){#footer .row:nth-child(1) .inner:nth-child(2){display:block;order:2;flex:0 0 33.3333333333%;max-width:33.3333333333%;padding-left:70px}}#footer .row:nth-child(1) .inner:nth-child(3){order:1;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}@media (min-width:768px){#footer .row:nth-child(1) .inner:nth-child(3){order:4;flex:0 0 50%;max-width:50%}}@media (min-width:1200px){#footer .row:nth-child(1) .inner:nth-child(3){flex:0 0 33.3333333333%;max-width:33.3333333333%}}#footer .row:nth-child(1) .inner:last-child{margin:0}#footer .row:nth-child(2){margin-top:35px;padding:35px 0 45px;position:relative;align-items:center}#footer .row:nth-child(2)::before{background:#eeeeee;content:"";display:block;height:1px;left:15px;position:absolute;top:0;width:calc(100% - 30px)}#footer .row:nth-child(2) .inner{margin:0 0 30px;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#footer .row:nth-child(2) .inner{flex:0 0 50%;max-width:50%}}@media (min-width:1200px){#footer .row:nth-child(2) .inner{flex:0 0 33.3333333333%;max-width:33.3333333333%}}@media (min-width:1200px){#footer .row:nth-child(2) .inner:nth-child(2){padding-left:70px}}#footer .row:nth-child(2) .inner:last-child{margin:0}#footer .row:nth-child(2) .inner:last-child a.c02-logo{text-decoration:none !important;background:transparent !important;border-bottom:0 !important;display:block}#footer .row:nth-child(2) .inner:last-child a.c02-logo img{display:block;max-width:260px;height:auto}#footer .row:nth-child(2) .inner:last-child a.c02-logo:hover{text-decoration:none;background:transparent;border-bottom:0}#footer .row:nth-child(3){padding:35px 0 0;position:relative;align-items:center}#footer .row:nth-child(3)::before{background:#eeeeee;content:"";display:block;height:1px;left:15px;position:absolute;top:0;width:calc(100% - 30px)}#footer .row:nth-child(3) .inner{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}#footer .row:nth-child(3) .inner:first-child{order:2}#footer .row:nth-child(3) .inner:last-child{order:1}@media (min-width:992px){#footer .row:nth-child(3) .inner:first-child{flex:0 0 66.6666666667%;max-width:66.6666666667%;order:1}#footer .row:nth-child(3) .inner:last-child{flex:0 0 33.3333333333%;max-width:33.3333333333%;order:2}}#footer p{color:#666666;font-size:15px;line-height:24px}#footer p strong{color:#000000;display:block;font-weight:700;margin:0 0 24px}#footer a.button{background:rgba(0, 89, 78, 0.15);color:#000000;display:inline-block;padding:0 10px;text-transform:uppercase}#footer a.button:hover{background:#00594e;border:none;color:#ffffff}#footer ul{list-style:none;padding:0}#footer ul li{margin:0 0 10px;padding:0}#footer table{max-width:400px}#footer table.opening td:first-child{width:60px}#footer table tr.margin td{padding:0 0 10px}#footer table tr.margin td:last-child{padding:0 0 10px 30px}#footer table td{color:#666666;font-size:16px;font-weight:400;line-height:23px;overflow:hidden;position:relative;vertical-align:bottom}#footer table td:last-child{padding:0 0 0 30px}#footer table td[colspan="2"]{padding:0;width:auto}#footer table td span{background:#ffffff;hyphens:auto;padding:0;position:relative;z-index:10}@media (min-width:576px){#footer table td span{hyphens:none}}#footer table td span:last-child{bottom:0;padding:0;position:absolute;right:0;z-index:5}#footer table td span:last-child::before{content:". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";display:none;white-space:nowrap}#newsletter-footer{margin:0 0 30px;order:1;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#newsletter-footer{margin:0;order:2}}#newsletter-footer form{margin:-10px 0 0}#newsletter-footer form fieldset{padding:0}#newsletter-footer form fieldset::after{clear:both;content:"";display:block}#newsletter-footer form fieldset .fieldwrap_type_input{float:left;margin:0 5px 0 0;width:calc(100% - 115px)}#newsletter-footer form fieldset .fieldwrap_type_input input[type="email"]{background:#eeeeee;font-size:14px;padding:9px 10px}#newsletter-footer form fieldset .fieldwrap_type_submit{float:left;margin:0;width:110px}#newsletter-footer form fieldset .fieldwrap_type_submit input[type="submit"]{text-transform:none;width:110px}.social-nav{display:flex;list-style:none;margin-bottom:40px !important;max-width:300px !important;padding:0 !important;align-items:center;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;flex-flow:row nowrap;justify-content:flex-start;order:2}@media (min-width:768px){.social-nav{order:1}}@media (min-width:992px){.social-nav{margin-bottom:0px !important}}.social-nav.agn{margin-left:15px}@media (min-width:992px){.social-nav.agn{margin-bottom:40px !important}}.social-nav li{display:block;margin:0 24px 0 0 !important}.social-nav li:last-child{margin:0 !important}.social-nav a{border:none !important;display:block;font-size:35px;position:relative}.social-nav a img{display:block;height:35px;width:auto}.social-nav a .nc-icon{display:block;height:35px;transition:all 0.3s ease;z-index:5px}.social-nav a.icon-facebook{color:#3b5998 !important}.social-nav a.icon-youtube{color:#d32322 !important}.social-nav a.icon-instagram{color:#4b4b4b !important}.social-nav a.icon-twitter{color:#1da1f2 !important}.social-nav a:hover{background:transparent;border:none !important}.social-nav a:hover .nc-icon{opacity:0.8}#footer-nav ul{list-style:none;padding:0;text-align:left}#footer-nav ul li{display:inline-block;line-height:0;margin:0 30px 30px 0 !important;padding:0 !important}@media (min-width:576px){#footer-nav ul li{margin:0 !important;padding:0 20px 0 0 !important}}#footer-nav ul li:nth-child(3){margin:0 0 30px}@media (min-width:576px){#footer-nav ul li:nth-child(3){margin:0 20px 0 0}}#footer-nav ul li:nth-child(4){margin:0 30px 30px}@media (min-width:576px){#footer-nav ul li:nth-child(4){margin:0}}#footer-nav ul li:last-child{border-right:none;padding:0;margin:0 !important}#footer-nav ul li:last-child a{position:relative}#footer-nav ul li:last-child a .nc-icon{color:#979797;height:16px;position:absolute;right:0;top:0;width:16px}#footer-nav ul li a{font-size:15px;font-weight:400;line-height:24px}#main .frame-type-mask_introduction .row,#main-top .frame-type-mask_introduction .row{position:relative;justify-content:center}#main .frame-type-mask_introduction .disrupter,#main-top .frame-type-mask_introduction .disrupter{color:#ffffff;height:60px;left:15px;margin-bottom:60px;padding:8px;top:48px;width:60px}@media (min-width:768px){#main .frame-type-mask_introduction .disrupter,#main-top .frame-type-mask_introduction .disrupter{margin-bottom:0;position:absolute}}#main .frame-type-mask_introduction .disrupter.layout-2,#main-top .frame-type-mask_introduction .disrupter.layout-2{background:#00594e}#main .frame-type-mask_introduction .disrupter.layout-3,#main-top .frame-type-mask_introduction .disrupter.layout-3{background:#00594e}#main .frame-type-mask_introduction .disrupter .nc-icon,#main-top .frame-type-mask_introduction .disrupter .nc-icon{height:44px;width:44px}#main .frame-type-mask_introduction .disrupter p,#main-top .frame-type-mask_introduction .disrupter p{left:0;line-height:19px;position:absolute;right:0;top:70px}#main .frame-type-mask_introduction .back-button,#main-top .frame-type-mask_introduction .back-button{left:15px;line-height:24px;padding:0 0 0 23px;position:absolute;top:0}#main .frame-type-mask_introduction .back-button .nc-icon,#main-top .frame-type-mask_introduction .back-button .nc-icon{display:block;height:18px;left:0;position:absolute;top:3px;width:18px}#main .frame-type-mask_introduction .ce-bodytext,#main .frame-type-mask_introduction header,#main-top .frame-type-mask_introduction .ce-bodytext,#main-top .frame-type-mask_introduction header{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .frame-type-mask_introduction .ce-bodytext,#main .frame-type-mask_introduction header,#main-top .frame-type-mask_introduction .ce-bodytext,#main-top .frame-type-mask_introduction header{flex:0 0 66.6666666667%;max-width:66.6666666667%}}#main .frame-type-mask_introduction .ce-bodytext .address,#main .frame-type-mask_introduction header .address,#main-top .frame-type-mask_introduction .ce-bodytext .address,#main-top .frame-type-mask_introduction header .address{color:#ed6c30;cursor:pointer}#main .frame-type-mask_introduction .ce-bodytext .nc-icon,#main .frame-type-mask_introduction header .nc-icon,#main-top .frame-type-mask_introduction .ce-bodytext .nc-icon,#main-top .frame-type-mask_introduction header .nc-icon{height:18px;margin:0 5px;position:relative;top:3px;width:18px}#main .frame-type-mask_introduction .ce-bodytext .property,#main .frame-type-mask_introduction header .property,#main-top .frame-type-mask_introduction .ce-bodytext .property,#main-top .frame-type-mask_introduction header .property{display:flex;justify-content:center;border-top:1px solid #eeeeee;border-bottom:1px solid #eeeeee;padding:8px 0}#main .frame-type-mask_introduction .ce-bodytext .property .nc-icon,#main .frame-type-mask_introduction header .property .nc-icon,#main-top .frame-type-mask_introduction .ce-bodytext .property .nc-icon,#main-top .frame-type-mask_introduction header .property .nc-icon{height:25px;width:50px}#main .frame-type-mask_introduction .ce-bodytext .property div,#main .frame-type-mask_introduction header .property div,#main-top .frame-type-mask_introduction .ce-bodytext .property div,#main-top .frame-type-mask_introduction header .property div{min-width:90px;padding-right:80px}#main .frame-type-mask_introduction .ce-bodytext .property div p,#main .frame-type-mask_introduction header .property div p,#main-top .frame-type-mask_introduction .ce-bodytext .property div p,#main-top .frame-type-mask_introduction header .property div p{font-weight:bold}#main .frame-type-mask_introduction .ce-bodytext .property ul,#main .frame-type-mask_introduction header .property ul,#main-top .frame-type-mask_introduction .ce-bodytext .property ul,#main-top .frame-type-mask_introduction header .property ul{padding:0 !important;list-style-type:none !important;display:flex;justify-content:flex-end;line-height:24px}#main .frame-type-mask_introduction .ce-bodytext .property ul li,#main .frame-type-mask_introduction header .property ul li,#main-top .frame-type-mask_introduction .ce-bodytext .property ul li,#main-top .frame-type-mask_introduction header .property ul li{padding:0 8px;margin:0 !important;border-right:1px solid #4b4b4b}#main .frame-type-mask_introduction .ce-bodytext .property ul li:last-child,#main .frame-type-mask_introduction header .property ul li:last-child,#main-top .frame-type-mask_introduction .ce-bodytext .property ul li:last-child,#main-top .frame-type-mask_introduction header .property ul li:last-child{border:none;margin-right:0}@media (max-width:550px){#main .frame-type-mask_introduction .ce-bodytext .property,#main .frame-type-mask_introduction header .property,#main-top .frame-type-mask_introduction .ce-bodytext .property,#main-top .frame-type-mask_introduction header .property{display:block}#main .frame-type-mask_introduction .ce-bodytext .property div,#main .frame-type-mask_introduction header .property div,#main-top .frame-type-mask_introduction .ce-bodytext .property div,#main-top .frame-type-mask_introduction header .property div{text-align:center;margin-bottom:8px;padding-right:0}#main .frame-type-mask_introduction .ce-bodytext .property ul,#main .frame-type-mask_introduction header .property ul,#main-top .frame-type-mask_introduction .ce-bodytext .property ul,#main-top .frame-type-mask_introduction header .property ul{justify-content:center}}#main .frame-type-mask_teaser_stage_project header .col{flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .frame-type-mask_teaser_stage_project header .col{flex:0 0 50%;max-width:50%}}@media (min-width:768px){#main .frame-type-mask_teaser_stage_project header .col.fullwidth{flex:0 0 100%;max-width:100%}}#main .frame-type-mask_teaser_stage_project header .col:nth-child(2){margin-bottom:40px;text-align:center}@media (min-width:768px){#main .frame-type-mask_teaser_stage_project header .col:nth-child(2){margin-bottom:0;text-align:right}}@media (min-width:768px){#main .frame-type-mask_teaser_stage_project header .col:nth-child(2) .button{top:3px}}#main .frame-type-mask_teaser_stage_project .image{position:relative}#main .frame-type-mask_teaser_stage_project .image img{height:auto;width:100%;aspect-ratio:1.7777777778}#main .frame-type-mask_teaser_stage_project .image .copyright_icon{right:20px;bottom:35px}#main .frame-type-mask_teaser_stage_project .image .project-status{bottom:0;color:#ffffff;font-size:16px;font-weight:700;height:30px;left:15px;line-height:30px;position:absolute;right:15px;text-align:center;z-index:20}#main .frame-type-mask_teaser_stage_project .image .project-status.layout-1{display:none}#main .frame-type-mask_teaser_stage_project .image .project-status.layout-2{background:#00594e}#main .frame-type-mask_teaser_stage_project .image .project-status.layout-3{background:#ed6c30}#main .frame-type-mask_teaser_stage_project .image .project-status.layout-4{background:#4b4b4b}#main .frame-type-mask_teaser_stage_project .image .project-status.layout-5{background:#00594e}#main .frame-type-mask_teaser_stage_project .image .project-status.layout-6{background:#ed6c30}#main .frame-type-mask_teaser_stage_project .left{background:#eeeeee;padding:30px;position:relative;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .frame-type-mask_teaser_stage_project .left{padding:30px 45px;flex:0 0 50%;max-width:50%}}@media (min-width:992px){#main .frame-type-mask_teaser_stage_project .left{flex:0 0 66.6666666667%;max-width:66.6666666667%}}#main .frame-type-mask_teaser_stage_project .left::before{background:#ffffff;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:15px}#main .frame-type-mask_teaser_stage_project .left::after{background:#ffffff;content:"";display:block;height:100%;position:absolute;right:0;top:0;width:15px}@media (min-width:768px){#main .frame-type-mask_teaser_stage_project .left::after{display:none}}#main .frame-type-mask_teaser_stage_project .left .label{margin-bottom:0}#main .frame-type-mask_teaser_stage_project .left .label+h3{margin-top:0}#main .frame-type-mask_teaser_stage_project .right{background:#eeeeee;padding:30px;position:relative;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .frame-type-mask_teaser_stage_project .right{padding:30px 45px;flex:0 0 50%;max-width:50%}}@media (min-width:992px){#main .frame-type-mask_teaser_stage_project .right{flex:0 0 33.3333333333%;max-width:33.3333333333%}}#main .frame-type-mask_teaser_stage_project .right::before{background:#ffffff;content:"";display:block;height:100%;position:absolute;right:0;top:0;width:15px}#main .frame-type-mask_teaser_stage_project .right::after{background:#ffffff;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:15px}@media (min-width:768px){#main .frame-type-mask_teaser_stage_project .right::after{display:none}}#main .frame-type-mask_teaser_stage_project .right .button{width:100%}#main .frame-type-mask_teaser_stage_project .right .frame .row .col{padding:0}#main .frame-type-mask_teaser_stage_project .right .frame-type-table .row .col .ce-table{border-collapse:collapse;margin:15px 0;width:100%}#main .frame-type-mask_teaser_stage_project .right .frame-type-table .row .col .ce-table tr{background:none}#main .frame-type-mask_teaser_stage_project .right .frame-type-table .row .col .ce-table th{color:#4b4b4b;font-size:15px;font-weight:700;line-height:24px;padding:5px 0;text-align:left;width:50%}#main .frame-type-mask_teaser_stage_project .right .frame-type-table .row .col .ce-table td{color:#4b4b4b;font-size:15px;font-weight:400;line-height:24px;padding:5px 0;text-align:right;width:50%;background:none}#main .frame-type-mask_teaser_stage_projects .swiper-container{height:auto;margin-left:auto;margin-right:auto;overflow:hidden;position:relative;width:100%;z-index:1}@media (min-width:768px){#main .frame-type-mask_teaser_stage_projects .swiper-container{height:600px}}#main .frame-type-mask_teaser_stage_projects .swiper-container-no-flexbox .swiper-slide{float:left}#main .frame-type-mask_teaser_stage_projects .swiper-container-vertical>.swiper-wrapper{flex-direction:column}#main .frame-type-mask_teaser_stage_projects .swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}#main .frame-type-mask_teaser_stage_projects .swiper-container-android .swiper-slide,#main .frame-type-mask_teaser_stage_projects .swiper-wrapper{transform:translate3d(0px, 0, 0)}#main .frame-type-mask_teaser_stage_projects .swiper-slide{background:#4b4b4b;height:100%;margin:0 !important;position:relative;width:100%;flex-shrink:0}#main .frame-type-mask_teaser_stage_projects .swiper-wp8-horizontal{touch-action:pan-y}#main .frame-type-mask_teaser_stage_projects .swiper-wp8-vertical{touch-action:pan-x}#main .frame-type-mask_teaser_stage_projects .swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}#main .frame-type-mask_teaser_stage_projects .swiper-container-fade .swiper-slide{transition-property:opacity;pointer-events:none}#main .frame-type-mask_teaser_stage_projects .swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}#main .frame-type-mask_teaser_stage_projects .swiper-container-fade .swiper-slide-active,#main .frame-type-mask_teaser_stage_projects .swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}#main .frame-type-mask_teaser_stage_projects .swiper-zoom-container{display:flex;height:100%;text-align:center;width:100%;justify-content:center;align-items:center}#main .frame-type-mask_teaser_stage_projects .swiper-zoom-container>img,#main .frame-type-mask_teaser_stage_projects .swiper-zoom-container>svg,#main .frame-type-mask_teaser_stage_projects .swiper-zoom-container>canvas{max-height:100%;max-width:100%;object-fit:contain}#main .frame-type-mask_teaser_stage_projects .swiper-button-prev,#main .frame-type-mask_teaser_stage_projects .swiper-button-next{color:#ffffff;cursor:pointer;height:24px;left:0;line-height:24px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:24px;z-index:10}#main .frame-type-mask_teaser_stage_projects .swiper-button-prev .nc-icon,#main .frame-type-mask_teaser_stage_projects .swiper-button-next .nc-icon{height:12px;width:12px}#main .frame-type-mask_teaser_stage_projects .swiper-button-next{left:auto;right:0}#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects{margin-left:-15px;margin-right:-15px;justify-content:flex-start}#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-image{overflow:hidden;padding:0 !important;position:relative;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-image{height:100%;flex:0 0 58.3333333333%;max-width:58.3333333333%}}#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-image img{height:auto;width:100%}@media (min-width:768px){#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-image img{height:auto;left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate(-50%, -50%);width:auto}}#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-image .copyright_icon{bottom:36px}#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-image .project-status{bottom:0;color:#ffffff;font-size:16px;font-weight:700;height:30px;left:0;line-height:30px;position:absolute;right:0;text-align:center;z-index:20}#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-image .project-status.layout-1{display:none}#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-image .project-status.layout-2{background:#00594e}#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-image .project-status.layout-3{background:#ed6c30}#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-image .project-status.layout-4{background:#4b4b4b}#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-image .project-status.layout-5{background:#00594e}#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-text{padding-bottom:25px;padding-top:25px;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-text{max-width:410px !important;padding-bottom:40px;padding-left:50px !important;padding-top:40px;flex:0 0 41.6666666667%;max-width:41.6666666667%}}#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-text::after{clear:both;content:"";display:block}#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-text h3{margin-bottom:0}#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-text h2{margin-bottom:24px}#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-text h2,#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-text h3,#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-text p,#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-text .immo-table th,#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-text .immo-table td{color:#ffffff}#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-text a.button{float:left;margin:0 4% 0 0;width:48%}#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-text a.tertiary{background:rgba(255, 255, 255, 0.2);color:#ffffff;margin:0}#main .frame-type-mask_teaser_stage_projects .teaser-stage-projects-text a.tertiary .nc-icon{color:#ffffff}#main .frame-type-mask_teaser_stage_projects .swiper-teaser-stage-projects-control{bottom:30px;height:24px;left:50%;max-width:100px;position:absolute;transform:translateX(-50%);width:100%}@media (min-width:768px){#main .frame-type-mask_teaser_stage_projects .swiper-teaser-stage-projects-control{left:calc(58.33333% + 150px);transform:none}}#main .frame-type-mask_teaser_stage_projects .swiper-teaser-stage-projects-control.hidden{display:none}#main .frame-type-mask_teaser_stage_projects .swiper-teaser-stage-projects-counter{bottom:0;color:#ffffff;font-size:15px;font-weight:400;height:24px;left:50%;line-height:24px;position:absolute;text-align:center;transform:translateX(-50%);width:60px;z-index:10}#main .frame-type-mask_teaser_stage_projects .swiper-teaser-stage-projects-counter span{color:#ed6c30}#main{}#main .frame-type-mask_slideshow{padding:0}#main .frame-type-mask_slideshow>.row{margin:0;padding:0}#main .frame-type-mask_slideshow>.row>.col{margin:0;padding:0}#main .frame-type-mask_slideshow .swiper-container{height:calc(100vh - 124px);margin-left:auto;margin-right:auto;overflow:hidden;position:relative;width:100%;z-index:1}@media (min-width:1200px){#main .frame-type-mask_slideshow .swiper-container{height:calc(100vh - 153px)}}#main .frame-type-mask_slideshow .swiper-container-no-flexbox .swiper-slide{float:left}#main .frame-type-mask_slideshow .swiper-container-vertical>.swiper-wrapper{flex-direction:column}#main .frame-type-mask_slideshow .swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}#main .frame-type-mask_slideshow .swiper-container-android .swiper-slide,#main .frame-type-mask_slideshow .swiper-wrapper{transform:translate3d(0px, 0, 0)}#main .frame-type-mask_slideshow .swiper-slide{height:100%;position:relative;width:100%;flex-shrink:0}#main .frame-type-mask_slideshow .swiper-slide.swiper-slide-active p{opacity:1;transform:translateY(0)}#main .frame-type-mask_slideshow .swiper-slide.swiper-slide-active p:last-child{transform:translateY(0)}#main .frame-type-mask_slideshow .swiper-image{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}#main .frame-type-mask_slideshow .swiper-image img{height:auto;left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate(-50%, -50%)}#main .frame-type-mask_slideshow .swiper-video{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0;background-color:#eeeeee}#main .frame-type-mask_slideshow .swiper-video img{height:auto;left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate(-50%, -50%)}#main .frame-type-mask_slideshow .swiper-video .video-overlay{bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:all 0.3s ease;z-index:10;background-image:url("/fileadmin/Distribution/Public/Images/yt_icon_mono_light.png");background-size:70px 50px;background-position:center center;background-repeat:no-repeat}#main .frame-type-mask_slideshow .swiper-video .video-overlay .external-disclaimer{position:absolute;left:0;right:0;top:0;width:100%;z-index:10;padding:8px 16px;color:#ffffff;background:#666666;text-align:center}#main .frame-type-mask_slideshow .swiper-video .video-overlay.hidden{opacity:0;visibility:hidden}#main .frame-type-mask_slideshow .swiper-video iframe{height:100%;width:100%}#main .frame-type-mask_slideshow .swiper-content{bottom:40px;left:0;max-width:600px;padding:30px 30px 0px;position:absolute;transition:all 0.3s ease;width:100%;z-index:30}@media (min-width:768px){#main .frame-type-mask_slideshow .swiper-content{background:rgba(255, 255, 255, 0.7);padding:30px}#main .frame-type-mask_slideshow .swiper-content.layout-1{bottom:auto;left:50%;top:50%;transform:translate(-50%, -50%)}#main .frame-type-mask_slideshow .swiper-content.layout-2{bottom:auto;left:0;top:0}#main .frame-type-mask_slideshow .swiper-content.layout-3{bottom:auto;left:auto;right:0;top:0}#main .frame-type-mask_slideshow .swiper-content.layout-4{bottom:0;left:auto;right:0}#main .frame-type-mask_slideshow .swiper-content.layout-5{bottom:0;left:0}}#main .frame-type-mask_slideshow .swiper-content.hidden{opacity:0;visibility:hidden}#main .frame-type-mask_slideshow .swiper-content p{color:#ffffff;font-size:18px;font-weight:400;line-height:30px;margin:0 0 40px;opacity:0;text-align:center;text-shadow:0 1px 3px black;transform:translateY(60px);transition:all 0.3s ease 0.6s}@media (min-width:768px){#main .frame-type-mask_slideshow .swiper-content p{color:#4b4b4b;font-size:20px;line-height:30px;text-shadow:none}#main .frame-type-mask_slideshow .swiper-content p:last-child{margin:0}}#main .frame-type-mask_slideshow .swiper-content p:last-child{transform:translateY(-60px)}#main .frame-type-mask_slideshow .swiper-content p.text{display:none}@media (min-width:768px){#main .frame-type-mask_slideshow .swiper-content p.text{display:block}}#main .frame-type-mask_slideshow .swiper-content p strong{display:block;font-size:36px;font-weight:400;line-height:44px;margin:0 0 40px}#main .frame-type-mask_slideshow .swiper-content a.button{text-shadow:none}#main .frame-type-mask_slideshow .swiper-wp8-horizontal{touch-action:pan-y}#main .frame-type-mask_slideshow .swiper-wp8-vertical{touch-action:pan-x}#main .frame-type-mask_slideshow .swiper-pagination{bottom:77px;left:50%;position:absolute;text-align:center;transform:translateX(-50%);z-index:20}#main .frame-type-mask_slideshow .swiper-pagination.hidden{display:none}#main .frame-type-mask_slideshow .swiper-pagination.no-arrow{bottom:16px;width:100%}#main .frame-type-mask_slideshow .swiper-pagination-bullet{background:#ffffff;border-radius:0;cursor:pointer;display:inline-block;height:15px;margin:0 8px;opacity:0.5;transition:all 0.3s ease;width:15px}#main .frame-type-mask_slideshow .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}#main .frame-type-mask_slideshow .swiper-to-bottom{bottom:15px;cursor:pointer;left:50%;position:absolute;transform:translateX(-50%);z-index:20}#main .frame-type-mask_slideshow .swiper-to-bottom .nc-icon{animation:1s ease-in 1s infinite alternate both running move;color:#ffffff;height:45px;transform:translateY(-15px) rotate(90deg);width:45px}#main .frame-type-mask_slideshow .swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}#main .frame-type-mask_slideshow .swiper-container-fade .swiper-slide{transition-property:opacity;pointer-events:none}#main .frame-type-mask_slideshow .swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}#main .frame-type-mask_slideshow .swiper-container-fade .swiper-slide-active,#main .frame-type-mask_slideshow .swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}#main .frame-type-mask_slideshow .swiper-zoom-container{display:flex;height:100%;text-align:center;width:100%;justify-content:center;align-items:center}#main .frame-type-mask_slideshow .swiper-zoom-container>img,#main .frame-type-mask_slideshow .swiper-zoom-container>svg,#main .frame-type-mask_slideshow .swiper-zoom-container>canvas{max-height:100%;max-width:100%;object-fit:contain}#main .frame-type-mask_slideshow.neighbors .swiper-container{height:calc(100vh - 374px) !important}@media (min-width:768px){#main .frame-type-mask_slideshow.neighbors .swiper-container{height:calc(100vh - 205px) !important}}@media (min-width:1200px){#main .frame-type-mask_slideshow.neighbors .swiper-container{height:calc(100vh - 242px) !important}}#main .frame-type-mask_slideshow.nocrop .swiper-container{height:initial}#main .frame-type-mask_slideshow.nocrop .swiper-container .swiper-slide{height:initial}#main .frame-type-mask_slideshow.nocrop .swiper-container .swiper-slide .swiper-video{position:initial}#main .frame-type-mask_slideshow.nocrop .swiper-container .swiper-slide .swiper-image{height:initial;left:initial;position:initial;top:initial}#main .frame-type-mask_slideshow.nocrop .swiper-container .swiper-slide .swiper-image img{display:block;position:initial;left:initial;right:initial;top:initial;height:auto;max-height:initial;width:100%;left:initial;transform:initial}#main .frame-type-mask_slideshow.nocrop .swiper-container .swiper-slide .swiper-video img{display:block;position:initial;left:initial;right:initial;top:initial;height:auto;max-height:initial;width:100%;left:initial;transform:initial}#main .frame-type-mask_slideshow.nocrop .swiper-container .swiper-slide .swiper-video iframe{height:100%}#main .frame-type-mask_slideshow.nocrop .swiper-container .swiper-wrapper .swiper-slide .swiper-image picture,#main .frame-type-mask_slideshow.nocrop .swiper-container .swiper-wrapper .swiper-slide .swiper-image img,#main .frame-type-mask_slideshow.nocrop .swiper-container .swiper-wrapper .swiper-slide .swiper-video picture,#main .frame-type-mask_slideshow.nocrop .swiper-container .swiper-wrapper .swiper-slide .swiper-video img{aspect-ratio:1.7777777778}@keyframes move{0%{transform:translateY(-15px) rotate(90deg)}100%{transform:translateY(15px) rotate(90deg)}}#main .usp{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .usp footer{margin:0 0 60px;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}#main .usp h2{font-size:36px;line-height:44px;margin-bottom:44px}@media (min-width:768px){#main .usp h2{font-size:44px;line-height:52px;margin-bottom:52px}}#main .usp-center{padding-top:60px;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}#main .usp-center .usp-list .usp-item{margin:0 0 24px}@media (min-width:768px){#main .usp-center .usp-list .usp-item{margin:0 0 56px}}#main .usp-left,#main .usp-right{padding-bottom:60px;padding-top:60px;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .usp-left,#main .usp-right{flex:0 0 50%;max-width:50%}}@media (min-width:768px){#main .usp-left{border-right:1px solid #ffffff}}#main .usp-left::after{background:#ffffff;bottom:0;content:"";display:block;height:1px;left:-15px;position:absolute;right:-15px}@media (min-width:768px){#main .usp-left::after{display:none}}#main .usp-right+footer{margin:60px 0}#main .usp-list{justify-content:center;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .usp-list .usp-item{border-right:1px solid #cccccc;max-width:290px !important;padding:30px 20px;text-align:center;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%}#main .usp-list .usp-item:nth-child(even){border-right:none}@media (min-width:992px){#main .usp-list .usp-item:nth-child(even){border-right:1px solid #cccccc}}#main .usp-list .usp-item:last-child{border-right:none}#main .usp-list .usp-item.layout-1{flex:0 0 100%;max-width:100%}@media (min-width:992px){#main .usp-list .usp-item.layout-3{flex:0 0 33.3333333333%;max-width:33.3333333333%}}@media (min-width:992px){#main .usp-list .usp-item.layout-4{flex:0 0 25%;max-width:25%}}#main .usp-list .usp-item img{height:auto;margin-bottom:15px;width:100%}#main .usp-list .usp-item a{border-bottom:none;display:block}#main .usp-list .usp-item a p{transition:all 0.3s ease}#main .usp-list .usp-item a:hover{}#main .usp-list .usp-item a:hover p{color:#ed6c30}#main .usp-list .usp-item .nc-icon{color:#4b4b4b;display:block;height:60px;margin:0 auto 20px;width:60px}@media (min-width:992px){#main .usp-list .usp-item .nc-icon{margin:0 auto 44px}}#main .usp-list .usp-item .number{display:block;font-size:44px;font-weight:300}@media (min-width:992px){#main .usp-list .usp-item .number{font-size:60px}}#main .usp-list .traffic-light{background:#ffffff;height:140px;margin:15px auto 0;padding:5px;width:50px}#main .usp-list .traffic-light.status-1 span:nth-child(3){background:#00594e}#main .usp-list .traffic-light.status-2 span:nth-child(2){background:#ed6c30}#main .usp-list .traffic-light.status-3 span:nth-child(1){background:#d0021b}#main .usp-list .traffic-light span{background:#eeeeee;border-radius:100%;display:block;height:40px;margin:0 0 5px;width:40px}#main .usp-list .traffic-light span:last-child{margin:0}#main .frame-type-mask_usp_white .usp-center{padding-top:0}#main .frame-type-mask_usp_white p{color:#4b4b4b}#main .frame-type-mask_usp_green{background:#00594e}@media (min-width:768px){#main .frame-type-mask_usp_green h2{padding:0 40px}}#main .frame-type-mask_usp_green p{color:#ffffff}#main .frame-type-mask_usp_green .usp-list .usp-item{border-color:rgba(255, 255, 255, 0.3)}#main .frame-type-mask_usp_green .usp-list .usp-item .nc-icon{color:#ffffff}#main .frame-type-mask_usp_green a.button{border:1px solid #ed6c30}#main .frame-type-mask_usp_green a.button.primary:hover{background:#ca5d2b;border:1px solid #ca5d2b}#main .frame-type-mask_usp_countup{background:#00594e}@media (min-width:768px){#main .frame-type-mask_usp_countup h2{padding:0 40px}}#main .frame-type-mask_usp_countup p{color:#ffffff;font-size:15px;line-height:30px}@media (min-width:768px){#main .frame-type-mask_usp_countup p{font-size:15px;line-height:30px}}#main .frame-type-mask_usp_countup .usp-list{display:grid;grid-template-columns:1fr 1fr}@media (min-width:768px){#main .frame-type-mask_usp_countup .usp-list{justify-content:center;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;grid-template-columns:initial}}#main .frame-type-mask_usp_countup .usp-list .usp-item{border-color:rgba(255, 255, 255, 0.3)}#main .frame-type-mask_usp_countup .usp-list .usp-item .number::after{content:attr(data-after)}#main .frame-type-mask_usp_countup.compact p{line-height:24px}#main .frame-type-mask_usp_countup.compact .usp-list .usp-item{padding:0 20px;margin:0 0 24px}#main .frame-type-mask_usp_countup.compact .usp-list .usp-item .number{font-size:32px;margin-bottom:16px}#main .frame-type-mask_usp_countup.compact .usp-list .usp-item .traffic-light{width:40px;height:110px}#main .frame-type-mask_usp_countup.compact .usp-list .usp-item .traffic-light span{width:30px;height:30px}@media (max-width:767px){#main .frame-type-mask_awards .usp-list{display:block}#main .frame-type-mask_awards .usp-list .usp-item{flex:initial;padding-left:0;padding-right:0;border-right:0;max-width:100% !important}}#main .frame-type-mask_awards p{font-size:15px;line-height:30px;text-align:left}@media (min-width:768px){#main .frame-type-mask_awards p{font-size:15px;line-height:30px}}#main .frame-type-mask_awards p span{color:#ed6c30}#main .frame-type-mask_teaser_stage header{padding:0 15px}@media (min-width:576px){#main .frame-type-mask_teaser_stage header{padding:0}}#main .frame-type-mask_teaser_stage .project-status{bottom:30px;color:#ffffff;font-size:16px;font-weight:700;height:30px;left:0;line-height:30px;position:absolute;right:0;text-align:center;z-index:20}#main .frame-type-mask_teaser_stage .project-status.layout-1{display:none}#main .frame-type-mask_teaser_stage .project-status.layout-2{background:#00594e}#main .frame-type-mask_teaser_stage .project-status.layout-3{background:#ed6c30}#main .frame-type-mask_teaser_stage .project-status.layout-4{background:#4b4b4b}#main .frame-type-mask_teaser_stage .project-status.layout-5{background:#00594e}#main .frame-type-mask_teaser_stage .project-status.layout-6{background:#ed6c30}#main .frame-type-mask_teaser_stage .col{padding:0}@media (min-width:576px){#main .frame-type-mask_teaser_stage .col{padding:0 15px}}#main .frame-type-mask_teaser_stage .swiper-container{margin-left:auto;margin-right:auto;overflow:hidden;position:relative;width:100%;z-index:1}#main .frame-type-mask_teaser_stage .swiper-container.teaser-stage-main{overflow:visible;padding:0 0 30px}#main .frame-type-mask_teaser_stage .swiper-container.teaser-stage-main .copyright_icon{bottom:35px}@media (min-width:768px){#main .frame-type-mask_teaser_stage .swiper-container.teaser-stage-main .swiper-button-next,#main .frame-type-mask_teaser_stage .swiper-container.teaser-stage-main .swiper-button-prev{display:none}}@media (min-width:1200px){#main .frame-type-mask_teaser_stage .swiper-container.teaser-stage-main .swiper-button-next,#main .frame-type-mask_teaser_stage .swiper-container.teaser-stage-main .swiper-button-prev{display:block}}#main .frame-type-mask_teaser_stage .swiper-container.teaser-stage-pagination{display:none;height:184px;padding:0 0 34px}@media (min-width:768px){#main .frame-type-mask_teaser_stage .swiper-container.teaser-stage-pagination{display:block}}#main .frame-type-mask_teaser_stage .swiper-container.teaser-stage-pagination .swiper-button-next,#main .frame-type-mask_teaser_stage .swiper-container.teaser-stage-pagination .swiper-button-prev{bottom:0;height:24px;left:auto;line-height:24px;right:50%;transform:translateX(-30px);width:24px}#main .frame-type-mask_teaser_stage .swiper-container.teaser-stage-pagination .swiper-button-next .nc-icon,#main .frame-type-mask_teaser_stage .swiper-container.teaser-stage-pagination .swiper-button-prev .nc-icon{height:12px;width:12px}#main .frame-type-mask_teaser_stage .swiper-container.teaser-stage-pagination .swiper-button-next{left:50%;right:auto;transform:translateX(30px)}#main .frame-type-mask_teaser_stage .swiper-container.teaser-stage-pagination .swiper-teaser-stage-counter{bottom:0;color:#4b4b4b;font-size:15px;font-weight:400;height:24px;left:50%;line-height:24px;position:absolute;text-align:center;transform:translateX(-50%);width:60px;z-index:10}#main .frame-type-mask_teaser_stage .swiper-container.teaser-stage-pagination .swiper-teaser-stage-counter span{color:#ed6c30}#main .frame-type-mask_teaser_stage .swiper-container.teaser-stage-pagination .swiper-slide{cursor:pointer;width:175px}@media (min-width:992px){#main .frame-type-mask_teaser_stage .swiper-container.teaser-stage-pagination .swiper-slide{width:235px}}@media (min-width:1200px){#main .frame-type-mask_teaser_stage .swiper-container.teaser-stage-pagination .swiper-slide{width:280px}}#main .frame-type-mask_teaser_stage .swiper-container-no-flexbox .swiper-slide{float:left}#main .frame-type-mask_teaser_stage .swiper-container-vertical>.swiper-wrapper{flex-direction:column}#main .frame-type-mask_teaser_stage .swiper-wrapper{box-sizing:content-box;display:flex;height:100%;overflow:hidden;position:relative;transition-property:transform;width:100%;z-index:1}#main .frame-type-mask_teaser_stage .swiper-container-android .swiper-slide,#main .frame-type-mask_teaser_stage .swiper-wrapper{transform:translate3d(0px, 0, 0)}#main .frame-type-mask_teaser_stage .swiper-slide{height:100%;overflow:hidden;position:relative;width:100%;flex-shrink:0}#main .frame-type-mask_teaser_stage .swiper-slide img{height:auto;width:100%;aspect-ratio:1.7777777778}#main .frame-type-mask_teaser_stage .swiper-slide .iframe-wrap{position:relative;height:0;padding:0 0 56.25%;width:100%}#main .frame-type-mask_teaser_stage .swiper-slide .iframe-wrap .video-overlay{cursor:pointer;position:absolute;left:0;bottom:0;right:0;top:0;transition:all 0.3s ease;z-index:10;background-image:url("/fileadmin/Distribution/Public/Images/yt_icon_mono_light.png");background-size:70px 50px;background-position:center center;background-repeat:no-repeat}#main .frame-type-mask_teaser_stage .swiper-slide .iframe-wrap .video-overlay .external-disclaimer{position:absolute;left:0;right:0;bottom:0;width:100%;z-index:10;padding:8px 16px;color:#ffffff;background:#666666;text-align:center}#main .frame-type-mask_teaser_stage .swiper-slide .iframe-wrap .video-overlay.hidden{opacity:0;visibility:hidden}#main .frame-type-mask_teaser_stage .swiper-slide .iframe-wrap iframe{height:calc(100% - 30px);left:0;position:absolute;top:0;width:100%}#main .frame-type-mask_teaser_stage .swiper-wp8-horizontal{touch-action:pan-y}#main .frame-type-mask_teaser_stage .swiper-wp8-vertical{touch-action:pan-x}#main .frame-type-mask_teaser_stage .swiper-button-next,#main .frame-type-mask_teaser_stage .swiper-button-prev{color:#ffffff;cursor:pointer;height:36px;left:15px;line-height:36px;position:absolute;text-align:center;top:calc(50% - 15px);transform:translateY(-50%);width:36px;z-index:10}@media (min-width:768px){#main .frame-type-mask_teaser_stage .swiper-button-next,#main .frame-type-mask_teaser_stage .swiper-button-prev{bottom:-110px;color:#4b4b4b;left:-50px;top:auto}}#main .frame-type-mask_teaser_stage .swiper-button-next .nc-icon,#main .frame-type-mask_teaser_stage .swiper-button-prev .nc-icon{height:36px;width:36px}#main .frame-type-mask_teaser_stage .swiper-button-next{left:auto;right:15px}@media (min-width:768px){#main .frame-type-mask_teaser_stage .swiper-button-next{right:-50px}}#main .frame-type-mask_teaser_stage .swiper-pagination{bottom:0;display:none;position:absolute;text-align:center;transform:translate3d(0, 0, 0);width:100%;z-index:20}@media (min-width:768px){#main .frame-type-mask_teaser_stage .swiper-pagination{display:none}}#main .frame-type-mask_teaser_stage .swiper-pagination-bullet{background:#4b4b4b;cursor:pointer;display:inline-block;height:15px;margin:0 8px;opacity:0.5;transition:all 0.3s ease;width:15px}#main .frame-type-mask_teaser_stage .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}#main .frame-type-mask_teaser_stage .swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}#main .frame-type-mask_teaser_stage .swiper-container-fade .swiper-slide{transition-property:opacity;pointer-events:none}#main .frame-type-mask_teaser_stage .swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}#main .frame-type-mask_teaser_stage .swiper-container-fade .swiper-slide-active,#main .frame-type-mask_teaser_stage .swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}#main .frame-type-mask_teaser_stage .swiper-zoom-container{display:flex;height:100%;text-align:center;width:100%;justify-content:center;align-items:center}#main .frame-type-mask_teaser_stage .swiper-zoom-container>canvas,#main .frame-type-mask_teaser_stage .swiper-zoom-container>img,#main .frame-type-mask_teaser_stage .swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}#main .tiles-view{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .tiles-view .tiles-item{margin-bottom:35px;padding-bottom:90px;position:relative;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .tiles-view .tiles-item{flex:0 0 50%;max-width:50%}}@media (min-width:992px){#main .tiles-view .tiles-item{flex:0 0 33.3333333333%;max-width:33.3333333333%}}#main .tiles-view .tiles-item.openimmo-rent,#main .tiles-view .tiles-item.openimmo-buy,#main .tiles-view .tiles-item.openimmo-service{padding-bottom:0}#main .tiles-view .tiles-item.openimmo-rent .content,#main .tiles-view .tiles-item.openimmo-buy .content,#main .tiles-view .tiles-item.openimmo-service .content{padding:40px 15px 60px !important}#main .tiles-view .tiles-item.openimmo-rent a.button,#main .tiles-view .tiles-item.openimmo-buy a.button,#main .tiles-view .tiles-item.openimmo-service a.button{bottom:15px;left:15px;position:absolute;right:15px}#main .tiles-view .tiles-item.project{background:#eeeeee}#main .tiles-view .tiles-item.project::before{background:#ffffff;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:15px}#main .tiles-view .tiles-item.project::after{background:#ffffff;content:"";display:block;height:100%;position:absolute;right:0;top:0;width:15px}#main .tiles-view .tiles-item.hidden{display:none}#main .tiles-view .tiles-item .thumbnail{border:none;display:block;line-height:0;margin:0 0 15px;position:relative}#main .tiles-view .tiles-item .thumbnail:hover{border:none}#main .tiles-view .tiles-item .thumbnail img{height:auto;width:100%;aspect-ratio:1.3333333333}#main .tiles-view .tiles-item .thumbnail .copyright_icon{bottom:35px}#main .tiles-view .tiles-item .thumbnail .project-status{bottom:0;color:#ffffff;font-size:16px;font-weight:700;height:30px;left:0;line-height:30px;position:absolute;right:0;text-align:center;z-index:20}#main .tiles-view .tiles-item .thumbnail .project-status.layout-1{display:none}#main .tiles-view .tiles-item .thumbnail .project-status.layout-2{background:#00594e}#main .tiles-view .tiles-item .thumbnail .project-status.layout-3{background:#ed6c30}#main .tiles-view .tiles-item .thumbnail .project-status.layout-4{background:#4b4b4b}#main .tiles-view .tiles-item .thumbnail .project-status.layout-5{background:#00594e}#main .tiles-view .tiles-item .thumbnail .project-status.layout-6{background:#ed6c30}#main .tiles-view .tiles-item .content{padding:0 15px}#main .tiles-view .tiles-item .content .label,#main .tiles-view .tiles-item .content h3{margin:0}#main .tiles-view .tiles-item .content table{margin:15px 0}#main .tiles-view .tiles-item .content table tr.border{border-bottom:1px solid #cccccc;border-top:1px solid #cccccc}#main .tiles-view .tiles-item .content table tr.border+tr td,#main .tiles-view .tiles-item .content table tr.border+tr th{padding:10px 0 5px}#main .tiles-view .tiles-item .content table td,#main .tiles-view .tiles-item .content table th{padding:5px 0}#main .tiles-view .tiles-item .content .button{bottom:15px;left:30px;position:absolute;right:30px;width:auto}#main .tiles-view .tiles-item .content .button .nc-icon{color:#4b4b4b;height:12px;position:absolute;right:10px;top:15px;width:12px}#main .tiles-view .tiles-item.openimmo-buy .image,#main .tiles-view .tiles-item.openimmo-rent .image,#main .tiles-view .tiles-item.openimmo-service .image{bottom:0;left:15px;overflow:hidden;position:absolute;right:15px;top:0;z-index:0}#main .tiles-view .tiles-item.openimmo-buy .image::after,#main .tiles-view .tiles-item.openimmo-rent .image::after,#main .tiles-view .tiles-item.openimmo-service .image::after{background:#00594e;bottom:0;content:"";display:block;height:100%;left:0;opacity:0.8;position:absolute;right:0;top:0;width:100%}#main .tiles-view .tiles-item.openimmo-buy .image img,#main .tiles-view .tiles-item.openimmo-rent .image img,#main .tiles-view .tiles-item.openimmo-service .image img{height:auto;left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate(-50%, -50%);width:auto}#main .tiles-view .tiles-item.openimmo-buy .content,#main .tiles-view .tiles-item.openimmo-rent .content,#main .tiles-view .tiles-item.openimmo-service .content{height:100%;padding:40px 15px 15px;position:relative;z-index:1}#main .tiles-view .tiles-item.openimmo-buy .content h2,#main .tiles-view .tiles-item.openimmo-rent .content h2,#main .tiles-view .tiles-item.openimmo-service .content h2{text-align:center}#main .tiles-view .tiles-item.openimmo-buy .content h3,#main .tiles-view .tiles-item.openimmo-rent .content h3,#main .tiles-view .tiles-item.openimmo-service .content h3{margin-bottom:30px}@media (min-width:768px){#main .tiles-view .tiles-item.openimmo-buy .content h3,#main .tiles-view .tiles-item.openimmo-rent .content h3,#main .tiles-view .tiles-item.openimmo-service .content h3{margin-bottom:33px}}#main .tiles-view .tiles-item.openimmo-buy .content h2,#main .tiles-view .tiles-item.openimmo-buy .content h3,#main .tiles-view .tiles-item.openimmo-buy .content h4,#main .tiles-view .tiles-item.openimmo-buy .content ul,#main .tiles-view .tiles-item.openimmo-buy .content ol,#main .tiles-view .tiles-item.openimmo-buy .content li,#main .tiles-view .tiles-item.openimmo-buy .content p,#main .tiles-view .tiles-item.openimmo-rent .content h2,#main .tiles-view .tiles-item.openimmo-rent .content h3,#main .tiles-view .tiles-item.openimmo-rent .content h4,#main .tiles-view .tiles-item.openimmo-rent .content ul,#main .tiles-view .tiles-item.openimmo-rent .content ol,#main .tiles-view .tiles-item.openimmo-rent .content li,#main .tiles-view .tiles-item.openimmo-rent .content p,#main .tiles-view .tiles-item.openimmo-service .content h2,#main .tiles-view .tiles-item.openimmo-service .content h3,#main .tiles-view .tiles-item.openimmo-service .content h4,#main .tiles-view .tiles-item.openimmo-service .content ul,#main .tiles-view .tiles-item.openimmo-service .content ol,#main .tiles-view .tiles-item.openimmo-service .content li,#main .tiles-view .tiles-item.openimmo-service .content p{color:#ffffff}#main .tiles-view .tiles-item.openimmo-buy .content .button,#main .tiles-view .tiles-item.openimmo-rent .content .button,#main .tiles-view .tiles-item.openimmo-service .content .button{left:15px;right:15px}#main .tiles-view .tiles-item.openimmo-rent .image::after{background:#ed6c30}#main .tiles-view .tiles-item.openimmo-rent .content ul li::marker{color:#ffffff}#main .tiles-view .tiles-item.openimmo-service .image::after{display:none}#main .tiles-view.neighbors_projects .tiles-item{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .tiles-view.neighbors_projects .tiles-item{flex:0 0 50%;max-width:50%}}#main .tiles-view-more{height:60px;line-height:60px;position:relative;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}#main .tiles-view-more.hidden{display:none}#main .tiles-view-more a.button{height:60px;line-height:60px;width:100%}#main .tiles-view-more a.button .nc-icon{color:#4b4b4b;height:12px;position:absolute;right:30px;top:22px;transform:rotate(90deg);width:12px}@media (min-width:768px){#main .tiles-view-more a.button .nc-icon{right:60px}}#main .list-view{margin:0 !important}#main .list-view .list-header,#main .list-view .list-item{background:#eeeeee;margin:0 0 10px;padding-bottom:15px;padding-top:15px;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:992px){#main .list-view .list-header,#main .list-view .list-item{padding-bottom:0;padding-top:0}}#main .list-view .list-header.hidden,#main .list-view .list-item.hidden{display:none}#main .list-view .list-header>.row>div,#main .list-view .list-item>.row>div{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}#main .list-view .list-header .region,#main .list-view .list-item .region{flex:0 0 100%;max-width:100%}@media (min-width:992px){#main .list-view .list-header .region,#main .list-view .list-item .region{flex:0 0 16.6666666667%;max-width:16.6666666667%}}#main .list-view .list-header .objekt,#main .list-view .list-item .objekt{margin:0 0 24px;flex:0 0 100%;max-width:100%}@media (min-width:992px){#main .list-view .list-header .objekt,#main .list-view .list-item .objekt{margin:0;flex:0 0 33.3333333333%;max-width:33.3333333333%}}#main .list-view .list-header .objekt p,#main .list-view .list-item .objekt p{font-weight:700}#main .list-view .list-header .art,#main .list-view .list-header .miete,#main .list-view .list-item .art,#main .list-view .list-item .miete{flex:0 0 50%;max-width:50%}@media (min-width:992px){#main .list-view .list-header .art,#main .list-view .list-header .miete,#main .list-view .list-item .art,#main .list-view .list-item .miete{flex:0 0 16.6666666667%;max-width:16.6666666667%}}#main .list-view .list-header .zimmer,#main .list-view .list-item .zimmer{flex:0 0 25%;max-width:25%}@media (min-width:992px){#main .list-view .list-header .zimmer,#main .list-view .list-item .zimmer{flex:0 0 8.3333333333%;max-width:8.3333333333%}}#main .list-view .list-header .flaeche,#main .list-view .list-item .flaeche{flex:0 0 25%;max-width:25%}@media (min-width:992px){#main .list-view .list-header .flaeche,#main .list-view .list-item .flaeche{flex:0 0 8.3333333333%;max-width:8.3333333333%}}#main .list-view .list-header .status,#main .list-view .list-item .status{flex:0 0 50%;max-width:50%}@media (min-width:992px){#main .list-view .list-header .status,#main .list-view .list-item .status{flex:0 0 16.6666666667%;max-width:16.6666666667%}}#main .list-view .list-header .link,#main .list-view .list-item .link{margin:24px 0 0;text-align:right;flex:0 0 100%;max-width:100%}@media (min-width:992px){#main .list-view .list-header .link,#main .list-view .list-item .link{margin:0;flex:0 0 16.6666666667%;max-width:16.6666666667%}}@media (min-width:992px){#main .list-view .list-header p,#main .list-view .list-item p{padding:18px 0}}#main .list-view .list-header .button,#main .list-view .list-item .button{position:relative}@media (min-width:992px){#main .list-view .list-header .button,#main .list-view .list-item .button{top:50%;transform:translateY(-50%)}}#main .list-view .list-header .button .nc-icon,#main .list-view .list-item .button .nc-icon{display:none}#main .list-view .list-header{background:#ffffff;display:none}@media (min-width:992px){#main .list-view .list-header{display:block}}#main .list-view .list-header .objekt p{font-weight:400}#main .list-view .list-header p{padding:0}#main .list-view .list-view-more{height:60px;line-height:60px;padding:0 !important;position:relative;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}#main .list-view .list-view-more.hidden{display:none}#main .list-view .list-view-more a.button{height:60px;line-height:60px;width:100%}#main .list-view .list-view-more a.button .nc-icon{color:#4b4b4b;height:12px;position:absolute;right:30px;top:22px;transform:rotate(90deg);width:12px}@media (min-width:768px){#main .list-view .list-view-more a.button .nc-icon{right:60px}}#main #openimmo-search-fields+.view-nav-wrap>.col:last-child .row .col:nth-child(2),#main #openimmo-search-fields+.view-nav-wrap>.col:last-child .row .col:nth-child(3){display:none}@media (min-width:768px){#main #openimmo-search-fields+.view-nav-wrap>.col:last-child .row .col:nth-child(2),#main #openimmo-search-fields+.view-nav-wrap>.col:last-child .row .col:nth-child(3){display:block}}#main .view-nav-wrap{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .view-nav-wrap>.col:first-child{flex:0 0 50%;max-width:50%}@media (min-width:768px){#main .view-nav-wrap>.col:first-child{flex:0 0 33.3333333333%;max-width:33.3333333333%}}#main .view-nav-wrap>.col:last-child{flex:0 0 50%;max-width:50%}@media (min-width:768px){#main .view-nav-wrap>.col:last-child{flex:0 0 66.6666666667%;max-width:66.6666666667%}}#main .view-nav-wrap>.col:last-child p{padding:13px 0}#main .view-nav-wrap>.col:last-child .input-wrap{margin:5px 0}#main .view-nav-wrap>.col:last-child .row{justify-content:flex-end}#main .view-nav-wrap>.col:last-child .row .col{flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .view-nav-wrap>.col:last-child .row .col{flex:0 0 33.3333333333%;max-width:33.3333333333%}}@media (min-width:768px){#main .view-nav-wrap>.col:last-child .row .col:first-child{display:none}}#main .view-nav-wrap>.col:last-child .row .col:last-child{display:none}@media (min-width:768px){#main .view-nav-wrap>.col:last-child .row .col:last-child{display:block}}#main .view-nav-wrap>.col:last-child .row .col p{text-align:right;white-space:nowrap}#main .view-nav{list-style:none;padding:0}#main .view-nav::after{clear:both;content:"";display:block}#main .view-nav li{display:block;float:left;margin:0 10px 0 0;padding:0}#main .view-nav li:last-child{display:none;margin:0}@media (min-width:768px){#main .view-nav li:last-child{display:block}}#main .view-nav li a{background:#eeeeee;border:none;display:block;height:50px;line-height:54px;text-align:center;width:50px;color:#4b4b4b}#main .view-nav li a:hover{background:#dddddd;border:none}#main .view-nav li a.active{background:#ed6c30}#main .view-nav li a.active svg.nc-icon use{fill:#ffffff;color:#ffffff}#main .view-nav li a .nc-icon{color:#4b4b4b;height:16px;left:50%;right:auto;top:50%;transform:translate(-50%, -50%);width:16px}#main .view-nav.agn{float:left}#main .view-nav.agn li{display:inline-block;float:none;padding:0}#main .view-nav.agn li:nth-child(1){margin:0 20px 20px 0}#main .view-nav.agn a{display:inline-block;height:50px;line-height:50px;width:auto;padding-left:40px;position:relative}#main .view-nav.agn a:hover{background:#dddddd;border:none}#main .view-nav.agn a.active{background:#ed6c30;color:#fff}#main .view-nav.agn a.active .nc-icon{color:#fff}#main .view-nav.agn a .nc-icon{position:absolute;left:20px;right:inherit}#main .view-nav-content{background:#ffffff;margin:45px 0 0;min-height:200px;overflow:hidden;position:relative}#main .view-nav-content .view-nav-item{background:#ffffff;left:0;opacity:0;position:absolute;right:0;top:0;transition:all 0.3s ease;visibility:hidden;width:100%;z-index:20}#main .view-nav-content .view-nav-item.active{opacity:1;position:relative;visibility:visible}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns,#main .frame-type-mask_reference .infoboxes.three-columns{padding:0 15px}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .lvl-1 .col,#main .frame-type-mask_reference .infoboxes.three-columns .lvl-1 .col{flex:0 0 100%;max-width:100%}@media (min-width:992px){#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .lvl-1>.col:nth-child(1),#main .frame-type-mask_reference .infoboxes.three-columns .lvl-1>.col:nth-child(1){flex:0 0 66.6666666667%;max-width:66.6666666667%}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .lvl-1>.col:nth-child(1)>.row,#main .frame-type-mask_reference .infoboxes.three-columns .lvl-1>.col:nth-child(1)>.row{margin-right:0}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .lvl-1>.col:nth-child(1)>.row:nth-child(2) .image,#main .frame-type-mask_reference .infoboxes.three-columns .lvl-1>.col:nth-child(1)>.row:nth-child(2) .image{order:1}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .lvl-1>.col:nth-child(1)>.row:nth-child(2) .text,#main .frame-type-mask_reference .infoboxes.three-columns .lvl-1>.col:nth-child(1)>.row:nth-child(2) .text{order:0}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .lvl-1>.col:nth-child(2),#main .frame-type-mask_reference .infoboxes.three-columns .lvl-1>.col:nth-child(2){flex:0 0 33.3333333333%;max-width:33.3333333333%}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .lvl-1>.col:nth-child(2)>.row,#main .frame-type-mask_reference .infoboxes.three-columns .lvl-1>.col:nth-child(2)>.row{margin-left:-5px}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .lvl-1>.col:nth-child(2) .lvl-2,#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .lvl-1>.col:nth-child(2) .lvl-3,#main .frame-type-mask_reference .infoboxes.three-columns .lvl-1>.col:nth-child(2) .lvl-2,#main .frame-type-mask_reference .infoboxes.three-columns .lvl-1>.col:nth-child(2) .lvl-3{height:100%}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .lvl-1>.col:nth-child(2) .infobox .image,#main .frame-type-mask_reference .infoboxes.three-columns .lvl-1>.col:nth-child(2) .infobox .image{flex:0 0 100%;max-width:100%}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .lvl-1>.col:nth-child(2) .infobox .text,#main .frame-type-mask_reference .infoboxes.three-columns .lvl-1>.col:nth-child(2) .infobox .text{flex:0 0 100%;max-width:100%}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .lvl-1>.col:nth-child(2) .infobox.under_construction .text,#main .frame-type-mask_reference .infoboxes.three-columns .lvl-1>.col:nth-child(2) .infobox.under_construction .text{position:relative;top:-15px}}@media (min-width:992px){#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .lvl-1:nth-child(even)>.col:first-child,#main .frame-type-mask_reference .infoboxes.three-columns .lvl-1:nth-child(even)>.col:first-child{order:1}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .lvl-1:nth-child(even)>.col:first-child>.row,#main .frame-type-mask_reference .infoboxes.three-columns .lvl-1:nth-child(even)>.col:first-child>.row{margin-left:0;margin-right:-15px}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .lvl-1:nth-child(even)>.col:first-child>.row:nth-child(1) .image,#main .frame-type-mask_reference .infoboxes.three-columns .lvl-1:nth-child(even)>.col:first-child>.row:nth-child(1) .image{order:1}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .lvl-1:nth-child(even)>.col:first-child>.row:nth-child(1) .text,#main .frame-type-mask_reference .infoboxes.three-columns .lvl-1:nth-child(even)>.col:first-child>.row:nth-child(1) .text{order:0}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .lvl-1:nth-child(even)>.col:first-child>.row:nth-child(2) .image,#main .frame-type-mask_reference .infoboxes.three-columns .lvl-1:nth-child(even)>.col:first-child>.row:nth-child(2) .image{order:0}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .lvl-1:nth-child(even)>.col:first-child>.row:nth-child(2) .text,#main .frame-type-mask_reference .infoboxes.three-columns .lvl-1:nth-child(even)>.col:first-child>.row:nth-child(2) .text{order:1}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .lvl-1:nth-child(even)>.col:last-child,#main .frame-type-mask_reference .infoboxes.three-columns .lvl-1:nth-child(even)>.col:last-child{order:0}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .lvl-1:nth-child(even)>.col:last-child>.row,#main .frame-type-mask_reference .infoboxes.three-columns .lvl-1:nth-child(even)>.col:last-child>.row{margin-left:-15px;margin-right:-5px}}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .infobox,#main .frame-type-mask_reference .infoboxes.three-columns .infobox{background:#eeeeee;margin-bottom:30px;min-height:200px}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .infobox .image,#main .frame-type-mask_reference .infoboxes.three-columns .infobox .image{line-height:0;overflow:hidden;padding:0 !important;position:relative}@media (min-width:768px){#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .infobox .image,#main .frame-type-mask_reference .infoboxes.three-columns .infobox .image{flex:0 0 50%;max-width:50%}}@media (min-width:992px){#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .infobox .image,#main .frame-type-mask_reference .infoboxes.three-columns .infobox .image{height:320px}}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .infobox .image picture,#main .frame-type-mask_reference .infoboxes.three-columns .infobox .image picture{display:block;line-height:0;min-height:200px}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .infobox .image img,#main .frame-type-mask_reference .infoboxes.three-columns .infobox .image img{display:block;height:auto;width:100%}@media (min-width:768px){#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .infobox .image img,#main .frame-type-mask_reference .infoboxes.three-columns .infobox .image img{height:320px;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);width:auto}}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .infobox .text,#main .frame-type-mask_reference .infoboxes.three-columns .infobox .text{padding-bottom:30px;padding-top:30px;position:relative}@media (min-width:768px){#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .infobox .text,#main .frame-type-mask_reference .infoboxes.three-columns .infobox .text{flex:0 0 50%;max-width:50%}}@media (min-width:992px){#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .infobox .text,#main .frame-type-mask_reference .infoboxes.three-columns .infobox .text{height:320px}}@media (min-width:992px){#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .infobox .text .text-inner,#main .frame-type-mask_reference .infoboxes.three-columns .infobox .text .text-inner{left:15px;position:absolute;right:15px;top:50%;transform:translateY(-50%)}}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .infobox.under_construction,#main .frame-type-mask_reference .infoboxes.three-columns .infobox.under_construction{background-color:#00594e}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .infobox.under_construction .text,#main .frame-type-mask_reference .infoboxes.three-columns .infobox.under_construction .text{background-color:#00594e;background-image:url("/fileadmin/Distribution/Public/Icons/im-bau.svg");background-repeat:no-repeat;background-position:top right}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .infobox.under_construction .text .text-inner,#main .frame-type-mask_reference .infoboxes.three-columns .infobox.under_construction .text .text-inner{right:25px}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .infobox.under_construction .text h3,#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .infobox.under_construction .text p,#main .frame-type-mask_reference .infoboxes.three-columns .infobox.under_construction .text h3,#main .frame-type-mask_reference .infoboxes.three-columns .infobox.under_construction .text p{color:#ffffff}@media (max-width:991px){#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .infobox.under_construction .text,#main .frame-type-mask_reference .infoboxes.three-columns .infobox.under_construction .text{background-size:70px;padding-right:40px}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .infobox.under_construction .text .text-inner,#main .frame-type-mask_reference .infoboxes.three-columns .infobox.under_construction .text .text-inner{right:initial}}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .link-all,#main .frame-type-mask_reference .infoboxes.three-columns .link-all{margin-top:-15px;justify-content:flex-end}#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .link-all .col,#main .frame-type-mask_reference .infoboxes.three-columns .link-all .col{flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .link-all .col,#main .frame-type-mask_reference .infoboxes.three-columns .link-all .col{flex:0 0 50%;max-width:50%}}@media (min-width:992px){#main .frame-type-mask_infoboxes_three_columns .infoboxes.three-columns .link-all .col,#main .frame-type-mask_reference .infoboxes.three-columns .link-all .col{flex:0 0 33.3333333333%;max-width:33.3333333333%}}#main .frame-type-mask_infoboxes_four_columns .infoboxes.four-columns{padding:0 15px}@media (min-width:992px){#main .frame-type-mask_infoboxes_four_columns .infoboxes.four-columns>.row:nth-child(even) .image{order:1}#main .frame-type-mask_infoboxes_four_columns .infoboxes.four-columns>.row:nth-child(even) .text{order:0}}#main .frame-type-mask_infoboxes_four_columns .infoboxes.four-columns .infobox{background:#eeeeee;margin-bottom:30px;min-height:200px;flex:0 0 100%;max-width:100%}@media (min-width:992px){#main .frame-type-mask_infoboxes_four_columns .infoboxes.four-columns .infobox{margin-bottom:0;flex:0 0 50%;max-width:50%}}#main .frame-type-mask_infoboxes_four_columns .infoboxes.four-columns .infobox .image{line-height:0;overflow:hidden;padding:0 !important;position:relative}@media (min-width:768px){#main .frame-type-mask_infoboxes_four_columns .infoboxes.four-columns .infobox .image{flex:0 0 50%;max-width:50%}#main .frame-type-mask_infoboxes_four_columns .infoboxes.four-columns .infobox .image.fullwidth{height:260px;flex:0 0 100%;max-width:100%}#main .frame-type-mask_infoboxes_four_columns .infoboxes.four-columns .infobox .image.fullwidth img{position:absolute;top:50%;transform:translateY(-50%)}}@media (min-width:992px){#main .frame-type-mask_infoboxes_four_columns .infoboxes.four-columns .infobox .image.fullwidth{height:272px}}#main .frame-type-mask_infoboxes_four_columns .infoboxes.four-columns .infobox .image picture{line-height:0;min-height:200px}#main .frame-type-mask_infoboxes_four_columns .infoboxes.four-columns .infobox .image img{display:block;height:auto;width:100%}#main .frame-type-mask_infoboxes_four_columns .infoboxes.four-columns .infobox .text{padding:30px 15px;position:relative}@media (min-width:768px){#main .frame-type-mask_infoboxes_four_columns .infoboxes.four-columns .infobox .text{flex:0 0 50%;max-width:50%}#main .frame-type-mask_infoboxes_four_columns .infoboxes.four-columns .infobox .text.fullwidth{min-height:260px;flex:0 0 100%;max-width:100%}}@media (min-width:992px){#main .frame-type-mask_infoboxes_four_columns .infoboxes.four-columns .infobox .text.fullwidth{min-height:272px}}@media (min-width:768px){#main .frame-type-mask_infoboxes_four_columns .infoboxes.four-columns .infobox .text .text-inner{left:15px;position:absolute;right:15px;top:50%;transform:translateY(-50%)}}#main .frame-type-mask_infoboxes_four_columns.mobileview .infoboxes.four-columns .infobox{margin-bottom:30px;flex:0 0 100%;max-width:100%}#main .frame-type-mask_infobox_two_images .infobox{background:#eeeeee}#main .frame-type-mask_infobox_two_images .infobox .image-1,#main .frame-type-mask_infobox_two_images .infobox .image-2{line-height:0;padding-left:0;padding-right:0;position:relative;flex:0 0 100%;max-width:100%}@media (min-width:992px){#main .frame-type-mask_infobox_two_images .infobox .image-1,#main .frame-type-mask_infobox_two_images .infobox .image-2{flex:0 0 33.3333333333%;max-width:33.3333333333%}}#main .frame-type-mask_infobox_two_images .infobox .image-1 img,#main .frame-type-mask_infobox_two_images .infobox .image-2 img{height:auto;width:100%}#main .frame-type-mask_infobox_two_images .infobox .image-1{padding-left:0;padding-right:0}@media (min-width:992px){#main .frame-type-mask_infobox_two_images .infobox .image-1{padding-left:15px}}#main .frame-type-mask_infobox_two_images .infobox .image-2{padding-left:0;padding-right:0}@media (min-width:992px){#main .frame-type-mask_infobox_two_images .infobox .image-2{padding-right:15px}}#main .frame-type-mask_infobox_two_images .infobox .text{background:#eeeeee;min-height:260px;padding-bottom:15px;padding-top:15px;position:relative;flex:0 0 100%;max-width:100%}@media (min-width:992px){#main .frame-type-mask_infobox_two_images .infobox .text{min-height:1px !important;flex:0 0 33.3333333333%;max-width:33.3333333333%}}#main .frame-type-mask_infobox_two_images .infobox .text-inner{left:15px;position:absolute;right:15px;top:50%;transform:translateY(-50%)}#main .frame-type-mask_google_map.frame-layout-2 .col{padding-left:0;padding-right:0}#main .frame-type-mask_google_map .google-map{height:400px;overflow-y:hidden}@media (min-width:768px){#main .frame-type-mask_google_map .google-map{height:300px}}@media (min-width:992px){#main .frame-type-mask_google_map .google-map{height:400px}}@media (min-width:1200px){#main .frame-type-mask_google_map .google-map{height:500px}}#main .frame-type-mask_google_map .google-map iframe{border:0;height:100%;width:100%;position:relative;top:-3px}#main .frame-type-mask_good_neighbors{background:#eeeeee}#main .frame-type-mask_good_neighbors .good-neighbors{overflow:hidden;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .frame-type-mask_good_neighbors .layout-1 .row{position:relative}#main .frame-type-mask_good_neighbors .layout-1 .row::after{background:#00594e;content:"";display:block;height:10px;left:15px;max-width:300px;position:absolute;top:0;width:100%}#main .frame-type-mask_good_neighbors .layout-1 .row .logo{margin:60px 0 0;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}#main .frame-type-mask_good_neighbors .layout-1 .row .logo img{height:auto;max-width:300px;width:100%}#main .frame-type-mask_good_neighbors .layout-1 .left{bottom:0;left:0;padding-bottom:60px;padding-left:0;padding-right:0;padding-top:60px;position:absolute !important;z-index:0;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 33.3333333333%;max-width:33.3333333333%}@media (min-width:992px){#main .frame-type-mask_good_neighbors .layout-1 .left{position:relative !important}}#main .frame-type-mask_good_neighbors .layout-1 .left img{bottom:0;height:auto;left:0;position:absolute;right:0;width:100%}#main .frame-type-mask_good_neighbors .layout-1 .center{padding-bottom:120px;padding-top:60px;text-align:center;z-index:10;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .frame-type-mask_good_neighbors .layout-1 .center{padding-bottom:180px}}@media (min-width:992px){#main .frame-type-mask_good_neighbors .layout-1 .center{padding-bottom:60px;flex:0 0 33.3333333333%;max-width:33.3333333333%}}#main .frame-type-mask_good_neighbors .layout-1 .center a.button{margin-top:30px}#main .frame-type-mask_good_neighbors .layout-1 .right{bottom:0;padding-bottom:60px;padding-top:60px;position:absolute !important;right:0;z-index:0;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 33.3333333333%;max-width:33.3333333333%}@media (min-width:992px){#main .frame-type-mask_good_neighbors .layout-1 .right{position:relative !important}}#main .frame-type-mask_good_neighbors .layout-1 .right img{bottom:0;height:auto;left:0;position:absolute;right:0;width:100%}#main .frame-type-mask_good_neighbors .layout-2 .row{position:relative;padding:0 15px}#main .frame-type-mask_good_neighbors .layout-2 .row::after{background:#00594e;content:"";display:block;height:10px;left:15px;max-width:300px;position:absolute;top:0;width:100%}#main .frame-type-mask_good_neighbors .layout-2 .row .logo{margin:60px 0 0;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}#main .frame-type-mask_good_neighbors .layout-2 .row .logo img{height:auto;max-width:300px;width:100%}#main .frame-type-mask_good_neighbors .layout-2 .left{bottom:0;left:20px;line-height:0;padding:0 !important;position:absolute !important;z-index:1;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%}#main .frame-type-mask_good_neighbors .layout-2 .left img{height:auto;width:100%}#main .frame-type-mask_good_neighbors .layout-2 .center{padding-bottom:75px;padding-top:55px;text-align:center;z-index:10;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}#main .frame-type-mask_good_neighbors .layout-2 .center p{margin-bottom:95px}#main .frame-type-mask_good_neighbors .layout-2 .right{bottom:0;line-height:0;padding:0 !important;position:absolute !important;right:20px;z-index:0;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%}#main .frame-type-mask_good_neighbors .layout-2 .right img{height:auto;width:100%}#main .frame-type-mask_good_neighbors .layout-3 .row{position:relative}#main .frame-type-mask_good_neighbors .layout-3 .row::after{background:#00594e;content:"";display:block;height:10px;left:15px;max-width:300px;position:absolute;top:0;width:100%}#main .frame-type-mask_good_neighbors .layout-3 .row .logo{margin:60px 0 0;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}#main .frame-type-mask_good_neighbors .layout-3 .row .logo img{height:auto;max-width:300px;width:100%}#main .frame-type-mask_good_neighbors .layout-3 .center{padding-bottom:60px;padding-top:60px;text-align:center;z-index:10;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}#main .frame-type-mask_move_design_banner .row{margin-bottom:60px;justify-content:center}#main .frame-type-mask_move_design_banner .row:nth-child(2){padding:0 15px}@media (min-width:992px){#main .frame-type-mask_move_design_banner .row:nth-child(2){padding:0}}#main .frame-type-mask_move_design_banner .row:last-child{margin-bottom:0}#main .frame-type-mask_move_design_banner .move,#main .frame-type-mask_move_design_banner .design{overflow:hidden;position:relative;flex:0 0 100%;max-width:100%}@media (min-width:992px){#main .frame-type-mask_move_design_banner .move,#main .frame-type-mask_move_design_banner .design{margin:0 15px;flex:0 0 41.6666666667%;max-width:41.6666666667%}}#main .frame-type-mask_move_design_banner .move .image,#main .frame-type-mask_move_design_banner .design .image{bottom:0;left:0;position:absolute;right:0;top:0;z-index:0}#main .frame-type-mask_move_design_banner .move .image::after,#main .frame-type-mask_move_design_banner .design .image::after{content:"";display:block;height:100%;opacity:0.8;position:absolute;width:100%}#main .frame-type-mask_move_design_banner .move .image img,#main .frame-type-mask_move_design_banner .design .image img{height:auto;left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate(-50%, -50%);width:auto}#main .frame-type-mask_move_design_banner .move .content,#main .frame-type-mask_move_design_banner .design .content{padding:30px 15px;position:relative;z-index:10}@media (min-width:992px){#main .frame-type-mask_move_design_banner .move .content,#main .frame-type-mask_move_design_banner .design .content{padding:30px 50px}}#main .frame-type-mask_move_design_banner .move .content a.button,#main .frame-type-mask_move_design_banner .design .content a.button{width:100%}#main .frame-type-mask_move_design_banner .move{margin-bottom:60px}@media (min-width:992px){#main .frame-type-mask_move_design_banner .move{margin-bottom:0}}#main .frame-type-mask_move_design_banner .move .image::after{background:#00594e}#main .frame-type-mask_move_design_banner .design .image::after{background:#ed6c30}#main .frame-type-mask_move_design_banner .design .content ul li::marker{color:#ffffff}#main .frame-type-mask_move_design_banner_2 .move-design-banner-2{background:#eeeeee;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .frame-type-mask_move_design_banner_2 .move-design-banner-2 .image{min-height:200px !important;overflow:hidden;position:relative;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .frame-type-mask_move_design_banner_2 .move-design-banner-2 .image{flex:0 0 25%;max-width:25%}}#main .frame-type-mask_move_design_banner_2 .move-design-banner-2 .image::after{bottom:0;content:"";display:block;left:0;opacity:0.8;position:absolute;right:0;top:0}#main .frame-type-mask_move_design_banner_2 .move-design-banner-2 .image.layout-1::after{background:#00594e}#main .frame-type-mask_move_design_banner_2 .move-design-banner-2 .image.layout-2::after{background:#ed6c30}#main .frame-type-mask_move_design_banner_2 .move-design-banner-2 .image img{height:auto;left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate(-50%, -50%);width:auto}#main .frame-type-mask_move_design_banner_2 .move-design-banner-2 .image p{color:#ffffff;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);z-index:10}#main .frame-type-mask_move_design_banner_2 .move-design-banner-2 .image p.off{display:none}#main .frame-type-mask_move_design_banner_2 .move-design-banner-2 .text{padding-bottom:30px;padding-top:30px;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .frame-type-mask_move_design_banner_2 .move-design-banner-2 .text{flex:0 0 50%;max-width:50%}}#main .frame-type-mask_move_design_banner_2 .move-design-banner-2 .text h2{margin-bottom:24px}@media (min-width:768px){#main .frame-type-mask_move_design_banner_2 .move-design-banner-2 .text h2{margin-bottom:24px}}#main .frame-type-mask_move_design_banner_2 .move-design-banner-2 .buttons{min-height:80px !important;position:relative;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .frame-type-mask_move_design_banner_2 .move-design-banner-2 .buttons{flex:0 0 25%;max-width:25%}}#main .frame-type-mask_move_design_banner_2 .move-design-banner-2 .buttons .button{left:50%;position:absolute;top:0;transform:translateX(-50%)}@media (min-width:768px){#main .frame-type-mask_move_design_banner_2 .move-design-banner-2 .buttons .button{top:50%;transform:translate(-50%, -50%)}}#main .frame-type-mask_move_design_banner_3 .move-design-banner-3{overflow:hidden;position:relative;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;justify-content:center}#main .frame-type-mask_move_design_banner_3 .move-design-banner-3 .image{bottom:0;left:0;position:absolute;right:0;top:0}#main .frame-type-mask_move_design_banner_3 .move-design-banner-3 .image img{height:auto;left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate(-50%, -50%);width:auto}#main .frame-type-mask_move_design_banner_3 .move-design-banner-3 .headline{padding-bottom:18px;padding-top:18px;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}#main .frame-type-mask_move_design_banner_3 .move-design-banner-3 .headline.layout-1{background:#00594e}#main .frame-type-mask_move_design_banner_3 .move-design-banner-3 .headline.layout-2{background:#ed6c30}#main .frame-type-mask_move_design_banner_3 .move-design-banner-3 .headline h1,#main .frame-type-mask_move_design_banner_3 .move-design-banner-3 .headline h2,#main .frame-type-mask_move_design_banner_3 .move-design-banner-3 .headline h3,#main .frame-type-mask_move_design_banner_3 .move-design-banner-3 .headline h4{color:#ffffff;margin-bottom:0}#main .frame-type-mask_move_design_banner_3 .move-design-banner-3 .left,#main .frame-type-mask_move_design_banner_3 .move-design-banner-3 .right{padding-bottom:50px;padding-top:25px;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .frame-type-mask_move_design_banner_3 .move-design-banner-3.width-1 .left,#main .frame-type-mask_move_design_banner_3 .move-design-banner-3.width-1 .right{flex:0 0 41.6666666667%;max-width:41.6666666667%}}#main .frame-type-mask_timeline .timeline{list-style:none;padding:0;position:relative}#main .frame-type-mask_timeline .timeline::before{background:#00594e;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:4px}#main .frame-type-mask_timeline .timeline li{margin:0 0 60px;opacity:0;padding:90px 0 0 30px;position:relative;transform:translateY(120px);transition:all 0.3s ease 0.6s;visibility:hidden}@media (min-width:992px){#main .frame-type-mask_timeline .timeline li{padding:30px 0 0 120px}}#main .frame-type-mask_timeline .timeline li.visible{opacity:1;transform:translateY(0);visibility:visible}#main .frame-type-mask_timeline .timeline li::before{background:#ffffff;border:5px solid #00594e;content:"";display:block;height:20px;left:-8px;position:absolute;top:37px;width:20px;z-index:10}#main .frame-type-mask_timeline .timeline li .year{color:#00594e;font-size:20px;font-weight:700;left:30px;line-height:30px;margin-bottom:30px;position:absolute;top:30px}@media (min-width:768px){#main .frame-type-mask_timeline .timeline li .year{font-size:22px;line-height:33px;margin-bottom:33px}}#main .frame-type-mask_timeline .timeline li .image{margin:0 0 30px;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:992px){#main .frame-type-mask_timeline .timeline li .image{margin:0;flex:0 0 33.3333333333%;max-width:33.3333333333%}}#main .frame-type-mask_timeline .timeline li .image img{height:auto;width:100%}#main .frame-type-mask_timeline .timeline li .content{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:992px){#main .frame-type-mask_timeline .timeline li .content{flex:0 0 66.6666666667%;max-width:66.6666666667%}}#main .frame-type-mask_timeline .timeline.icons li{padding-left:60px}#main .frame-type-mask_timeline .timeline.icons li h3{margin-bottom:16px}#main .frame-type-mask_timeline .timeline.icons li .image{flex:0 0 100px}#main .project-description{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;justify-content:space-between;margin-left:0;margin-right:0}@media (min-width:768px){#main .project-description.layout-2 .project-description-left{flex:0 0 33.3333333333%;max-width:33.3333333333%}}#main .project-description.layout-2 .project-description-right{margin-bottom:60px}@media (min-width:768px){#main .project-description.layout-2 .project-description-right{margin-bottom:0;flex:0 0 58.3333333333%;max-width:58.3333333333%}}#main .project-description .project-description-left{margin-bottom:60px;padding:0 !important;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .project-description .project-description-left{margin-bottom:0;flex:0 0 58.3333333333%;max-width:58.3333333333%}}#main .project-description .project-description-left .frame:first-child{margin-top:0}#main .project-description .project-description-left .frame:last-child{margin-bottom:0}#main .project-description .project-description-left .frame-layout-0{padding:0 !important}#main .project-description .project-description-right{padding:0 !important;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:768px){#main .project-description .project-description-right{flex:0 0 33.3333333333%;max-width:33.3333333333%}}#main .project-description .project-description-right .frame:first-child{margin-top:0}#main .project-description .project-description-right .frame:last-child{margin-bottom:0}#main .project-description .project-description-right .frame-type-table .row .col{padding:0}#main .project-description .project-description-right .frame-type-table .row .col .ce-table{margin-left:0;margin-right:0}#main .project-description .project-description-right .frame-layout-0{padding:0}#header-agn .tabs,#main .tabs,#main-bottom .tabs{background:#ffffff;margin-left:-15px;margin-right:-15px;overflow:hidden;position:relative;transition:all 0.3 ease-in}#header-agn .tabs::after,#main .tabs::after,#main-bottom .tabs::after{bottom:0;bottom:-10px;-webkit-box-shadow:0 0 16px rgba(0, 0, 0, 0.2);box-shadow:0 0 16px rgba(0, 0, 0, 0.2);content:"";display:none;height:10px;left:0;position:absolute;width:100%;z-index:10}@media (min-width:768px){#header-agn .tabs::after,#main .tabs::after,#main-bottom .tabs::after{display:block}}#header-agn .tabs ul:first-child,#main .tabs ul:first-child,#main-bottom .tabs ul:first-child{list-style:none;padding:0}#header-agn .tabs ul:first-child li,#main .tabs ul:first-child li,#main-bottom .tabs ul:first-child li{display:block;margin:0 0 5px;padding:0}@media (min-width:768px){#header-agn .tabs ul:first-child li,#main .tabs ul:first-child li,#main-bottom .tabs ul:first-child li{display:inline-block;margin:10px 10px 0 0}}#header-agn .tabs ul:first-child li.marked,#main .tabs ul:first-child li.marked,#main-bottom .tabs ul:first-child li.marked{}#header-agn .tabs ul:first-child li.active a,#header-agn .tabs ul:first-child li.current a,#header-agn .tabs ul:first-child li:hover a,#main .tabs ul:first-child li.active a,#main .tabs ul:first-child li.current a,#main .tabs ul:first-child li:hover a,#main-bottom .tabs ul:first-child li.active a,#main-bottom .tabs ul:first-child li.current a,#main-bottom .tabs ul:first-child li:hover a{background:#ed6c30;border:none;color:#ffffff}#header-agn .tabs ul:first-child li a,#main .tabs ul:first-child li a,#main-bottom .tabs ul:first-child li a{background:#eeeeee;border:none;color:#4b4b4b;display:block;font-size:16px;font-weight:700;line-height:50px;padding:0 20px;text-transform:uppercase}#header-agn .tabs ul:first-child li a.active,#header-agn .tabs ul:first-child li a.current,#header-agn .tabs ul:first-child li a:hover,#main .tabs ul:first-child li a.active,#main .tabs ul:first-child li a.current,#main .tabs ul:first-child li a:hover,#main-bottom .tabs ul:first-child li a.active,#main-bottom .tabs ul:first-child li a.current,#main-bottom .tabs ul:first-child li a:hover{background:#ed6c30;border:none;color:#ffffff}#header-agn .tabs ul:first-child{text-align:right}#header-agn .tabs ul:first-child li a{text-decoration:none;transition:all 0.3s ease}.frame-type-mask_tabs.sticky-tabs{position:-webkit-sticky;position:sticky;top:0;z-index:100}.frame-type-mask_tabs.sticky-tabs .row .col .tabs .container .toggle{display:none;margin:10px 0;padding:0;background:#eeeeee;border:none;color:#4b4b4b;font-size:16px;font-weight:700;line-height:50px;padding:0 20px;text-transform:uppercase;position:relative;cursor:pointer}.frame-type-mask_tabs.sticky-tabs .row .col .tabs .container .toggle svg{position:absolute;top:50%;right:20px;width:24px;height:auto;transform:translateY(-50%);transition:all 0.3s ease-in}.frame-type-mask_tabs.sticky-tabs .row .col .tabs .container .toggle.clicked svg{transform:translateY(-50%) rotate(180deg)}.frame-type-mask_tabs.sticky-tabs .row .col .tabs .container ul{list-style:none;padding:0}.frame-type-mask_tabs.sticky-tabs .row .col .tabs .container ul li{display:inline-block;margin:10px 0 0 0 !important}.frame-type-mask_tabs.sticky-tabs .row .col .tabs .container ul li.active a,.frame-type-mask_tabs.sticky-tabs .row .col .tabs .container ul li.current a,.frame-type-mask_tabs.sticky-tabs .row .col .tabs .container ul li:hover a{background:#ed6c30;border:none;color:#ffffff}.frame-type-mask_tabs.sticky-tabs .row .col .tabs .container ul li a{background:#eeeeee;border:0 !important;color:#ffffff !important;display:block;font-size:16px;font-weight:700;line-height:50px;padding:0 20px;text-transform:uppercase}.frame-type-mask_tabs.sticky-tabs .row .col .tabs .container ul li a.active,.frame-type-mask_tabs.sticky-tabs .row .col .tabs .container ul li a.current,.frame-type-mask_tabs.sticky-tabs .row .col .tabs .container ul li a:hover{background:#ed6c30;border:0 !important;color:#ffffff !important}.frame-type-mask_tabs.sticky-tabs.sticky{margin-top:0;margin-bottom:0}.frame-type-mask_tabs.sticky-tabs.sticky .row .col .tabs{background:rgba(255, 255, 255, 0.7)}.frame-type-mask_tabs.sticky-tabs.sticky .row .col .tabs .container ul li{margin:10px 0 !important}.frame-type-mask_tabs.sticky-tabs.sticky .row .col .tabs .container ul::after{display:none}@media (max-width:1200px){.frame-type-mask_tabs.sticky-tabs .row .col .tabs .container .toggle{display:block}.frame-type-mask_tabs.sticky-tabs .row .col .tabs .container ul{height:0;overflow:hidden;transition:all 0.3s ease-in;padding:0 !important;transition:all 0.3s ease-in}.frame-type-mask_tabs.sticky-tabs .row .col .tabs .container ul li{display:block;margin:0 0 5px;padding:0 !important}.frame-type-mask_tabs.sticky-tabs .row .col .tabs .container ul.expanded{height:auto;overflow:visible}.frame-type-mask_tabs.sticky-tabs .row .col .tabs .container .toggle.clicked+ul{height:auto;overflow:visible}}#main .gallery-slider{background:#00594e;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}@media (min-width:992px){#main .gallery-slider{height:600px}}#main .gallery-slider.layout-1{justify-content:flex-start}@media (min-width:992px){#main .gallery-slider.layout-1 .gallery-content{margin:0;padding-left:50px !important}#main .gallery-slider.layout-1 .gallery-content a.button{bottom:25px;left:50px;position:absolute}}@media (min-width:992px) and (min-width:768px){#main .gallery-slider.layout-1 .gallery-content a.button{bottom:60px}}#main .gallery-slider.layout-2{justify-content:flex-end}@media (min-width:992px){#main .gallery-slider.layout-2 .gallery-content{margin:0;padding-right:50px !important;order:0}#main .gallery-slider.layout-2 .gallery-content a.button{bottom:25px;left:15px;position:absolute}#main .gallery-slider.layout-2 .swiper-container{order:1}}@media (min-width:992px) and (min-width:992px){#main .gallery-slider.layout-2 .gallery-content a.button{bottom:60px}}#main .gallery-slider .gallery-content{padding-bottom:25px;padding-top:25px;word-break:break-word !important;word-wrap:break-word !important;overflow-wrap:break-word !important;-moz-hyphens:auto !important;hyphens:auto !important;order:1;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}#main .gallery-slider .gallery-content h2{margin-bottom:16px !important}#main .gallery-slider .gallery-content.buttons-textflow a.button{position:static;bottom:initial;left:initial}#main .gallery-slider .gallery-content.collapse{max-height:200px;overflow:hidden;padding-bottom:40px}#main .gallery-slider .gallery-content.collapse .show-more{display:block;position:absolute;bottom:0;left:0;right:0;height:40px;text-align:center;background:#00594e;cursor:pointer}#main .gallery-slider .gallery-content.collapse .show-more::before{position:absolute;top:-80px;left:0;right:0;content:"";height:80px;background:linear-gradient(180deg, rgba(241, 243, 244, 0) 0%, #00594e 88.54%)}#main .gallery-slider .gallery-content.collapse .show-more svg{transition:transform 0.3s ease-in-out;vertical-align:middle;max-width:100%;height:auto;box-sizing:border-box}#main .gallery-slider .gallery-content.collapse.expanded{max-height:initial;overflow:initial}#main .gallery-slider .gallery-content.collapse.expanded .show-more svg{transform:rotate(180deg)}#main .gallery-slider .gallery-content.collapse.expanded .show-more::before{display:none}@media (min-width:768px){#main .gallery-slider .gallery-content{margin:0 auto;max-width:720px}#main .gallery-slider .gallery-content.collapse{max-height:initial;overflow:initial}#main .gallery-slider .gallery-content.collapse .show-more{display:none}}@media (min-width:992px){#main .gallery-slider .gallery-content{max-width:500px !important;padding-bottom:60px;padding-top:60px;flex:0 0 41.6666666667%;max-width:41.6666666667%}}#main .gallery-slider .gallery-content li,#main .gallery-slider .gallery-content li p{line-height:normal}#main .gallery-slider .gallery-content h2{word-break:break-word !important;word-wrap:break-word !important;overflow-wrap:break-word !important;-moz-hyphens:auto !important;hyphens:auto !important}#main .gallery-slider .swiper-container{height:auto;margin:0 !important;overflow:hidden;padding-left:0 !important;padding-right:0 !important;z-index:1;order:0;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:992px){#main .gallery-slider .swiper-container{height:100%;flex:0 0 58.3333333333%;max-width:58.3333333333%}}#main .gallery-slider .swiper-container-no-flexbox .swiper-slide{float:left}#main .gallery-slider .swiper-container-vertical>.swiper-wrapper{flex-direction:column}#main .gallery-slider .swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}#main .gallery-slider .swiper-container-android .swiper-slide,#main .gallery-slider .swiper-wrapper{transform:translate3d(0px, 0, 0)}#main .gallery-slider .swiper-slide{height:100%;position:relative;width:100%;flex-shrink:0}#main .gallery-slider .swiper-slide .video-overlay{bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:all 0.3s ease;z-index:10;background-image:url("/fileadmin/Distribution/Public/Images/yt_icon_mono_light.png");background-size:70px 50px;background-position:center center;background-repeat:no-repeat}#main .gallery-slider .swiper-slide .video-overlay .external-disclaimer{position:absolute;left:0;right:0;bottom:0;width:100%;z-index:10;padding:8px 16px;color:#ffffff;background:#666666;text-align:center}#main .gallery-slider .swiper-slide .video-overlay.hidden{opacity:0;visibility:hidden}#main .gallery-slider .swiper-slide iframe{height:100%;width:100%}#main .gallery-slider .swiper-slide img{aspect-ratio:1.7777777778;height:100%;left:50%;min-height:100%;min-width:100%;position:relative;top:50%;transform:translate(-50%, -50%);width:auto}#main .gallery-slider .swiper-wp8-horizontal{touch-action:pan-y}#main .gallery-slider .swiper-wp8-vertical{touch-action:pan-x}#main .gallery-slider .swiper-button-next,#main .gallery-slider .swiper-button-prev{color:#ffffff;cursor:pointer;height:36px;left:15px;line-height:36px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:36px;z-index:10}#main .gallery-slider .swiper-button-next.hidden,#main .gallery-slider .swiper-button-prev.hidden{display:none}#main .gallery-slider .swiper-button-next .nc-icon,#main .gallery-slider .swiper-button-prev .nc-icon{height:36px;width:36px}#main .gallery-slider .swiper-button-next{left:auto;right:15px}#main .gallery-slider .swiper-pagination{bottom:45px;position:absolute;text-align:center;transform:translate3d(0, 0, 0);width:100%;z-index:20}#main .gallery-slider .swiper-pagination.hidden{display:none}#main .gallery-slider .swiper-pagination-bullet{background:#ffffff;cursor:pointer;display:inline-block;height:15px;margin:0 8px;opacity:0.5;transition:all 0.3s ease;width:15px}#main .gallery-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}#main .gallery-slider .swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}#main .gallery-slider .swiper-container-fade .swiper-slide{transition-property:opacity;pointer-events:none}#main .gallery-slider .swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}#main .gallery-slider .swiper-container-fade .swiper-slide-active,#main .gallery-slider .swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}#main .gallery-slider .swiper-zoom-container{display:flex;height:100%;text-align:center;width:100%;justify-content:center;align-items:center}#main .gallery-slider .swiper-zoom-container>canvas,#main .gallery-slider .swiper-zoom-container>img,#main .gallery-slider .swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}#main #c2520 .gallery-slider.layout-1 .gallery-content a.button{bottom:auto;left:auto;margin:0 0 10px;position:relative}#main #c2520 .gallery-slider.layout-1 .gallery-content a.button:last-child{margin:0}#main .link-tiles{justify-content:center;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .link-tiles .link-tile{margin-bottom:15px;min-height:250px !important;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .link-tiles .link-tile{margin-bottom:0;flex:0 0 50%;max-width:50%}}#main .link-tiles .link-tile:last-child{margin-bottom:0}#main .link-tiles .link-tile .image{height:100%;left:15px;overflow:hidden;position:absolute;right:15px;top:0;z-index:0}#main .link-tiles .link-tile .image img{height:auto;left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate(-50%, -50%);width:auto}#main .link-tiles .link-tile .content{height:100%;margin:0 auto;max-width:400px;padding:32px 24px;position:relative;z-index:10}#main .link-tiles .link-tile .content h2{margin-bottom:24px}#main .link-tiles .link-tile .content a{}#main .link-tiles .link-tile .content ul{text-align:left !important}#main .frame-type-mask_project_description .project-description-right .frame-type-mask_link_tiles{padding:0 !important}#main .frame-type-mask_project_description .project-description-right .frame-type-mask_link_tiles .link-tiles .link-tile{flex:1;max-width:100%}#main .frame-type-mask_project_description .project-description-right .frame-type-mask_link_tiles .link-tiles .link-tile .content{padding:24px}#main .frame-type-mask_video_panel .swiper-container{height:auto;margin-left:auto;margin-right:auto;overflow:hidden;position:relative;width:100%;z-index:1}@media (min-width:768px){#main .frame-type-mask_video_panel .swiper-container{height:600px}}#main .frame-type-mask_video_panel .swiper-container-no-flexbox .swiper-slide{float:left}#main .frame-type-mask_video_panel .swiper-container-vertical>.swiper-wrapper{flex-direction:column}#main .frame-type-mask_video_panel .swiper-wrapper{background:#4b4b4b;box-sizing:content-box;display:flex;height:100%;padding:0 0 50px;position:relative;transition-property:transform;width:100%;z-index:1}@media (min-width:768px){#main .frame-type-mask_video_panel .swiper-wrapper{padding:0}}#main .frame-type-mask_video_panel .swiper-container-android .swiper-slide,#main .frame-type-mask_video_panel .swiper-wrapper{transform:translate3d(0px, 0, 0)}#main .frame-type-mask_video_panel .swiper-slide{background:#4b4b4b;height:100%;margin:0 !important;position:relative;width:100%;flex-shrink:0}#main .frame-type-mask_video_panel .swiper-wp8-horizontal{touch-action:pan-y}#main .frame-type-mask_video_panel .swiper-wp8-vertical{touch-action:pan-x}#main .frame-type-mask_video_panel .swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}#main .frame-type-mask_video_panel .swiper-container-fade .swiper-slide{transition-property:opacity;pointer-events:none}#main .frame-type-mask_video_panel .swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}#main .frame-type-mask_video_panel .swiper-container-fade .swiper-slide-active,#main .frame-type-mask_video_panel .swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}#main .frame-type-mask_video_panel .swiper-zoom-container{display:flex;height:100%;text-align:center;width:100%;justify-content:center;align-items:center}#main .frame-type-mask_video_panel .swiper-zoom-container>canvas,#main .frame-type-mask_video_panel .swiper-zoom-container>img,#main .frame-type-mask_video_panel .swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}#main .frame-type-mask_video_panel .swiper-button-next,#main .frame-type-mask_video_panel .swiper-button-prev{color:#ffffff !important;cursor:pointer;height:24px;left:0;line-height:24px;position:absolute;text-align:center;top:50% !important;transform:translateY(-50%);width:24px;z-index:10}#main .frame-type-mask_video_panel .swiper-button-next .nc-icon,#main .frame-type-mask_video_panel .swiper-button-prev .nc-icon{height:12px;width:12px}#main .frame-type-mask_video_panel .swiper-button-next{left:auto;right:0}#main .frame-type-mask_video_panel .video-panel{margin-left:-15px;margin-right:-15px;justify-content:flex-start}#main .frame-type-mask_video_panel .video-panel-video{background-color:#eeeeee;height:300px;overflow:hidden;padding:0 !important;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .frame-type-mask_video_panel .video-panel-video{height:100%;flex:0 0 58.3333333333%;max-width:58.3333333333%}}#main .frame-type-mask_video_panel .video-panel-video .video-overlay{bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:all 0.3s ease;z-index:10;background-image:url("/fileadmin/Distribution/Public/Images/yt_icon_mono_light.png");background-size:70px 50px;background-position:center center;background-repeat:no-repeat}#main .frame-type-mask_video_panel .video-panel-video .video-overlay .external-disclaimer{position:absolute;left:0;right:0;bottom:0;width:100%;z-index:10;padding:8px 16px;color:#ffffff;background:#666666;text-align:center}#main .frame-type-mask_video_panel .video-panel-video .video-overlay.hidden{opacity:0;visibility:hidden}#main .frame-type-mask_video_panel .video-panel-video iframe{height:100%;width:100%}#main .frame-type-mask_video_panel .video-panel-video img{width:100%;height:100%;object-fit:cover}#main .frame-type-mask_video_panel .video-panel-text{padding-bottom:25px;padding-top:25px;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .frame-type-mask_video_panel .video-panel-text{max-width:410px !important;padding-bottom:60px;padding-left:50px !important;padding-top:60px;flex:0 0 41.6666666667%;max-width:41.6666666667%}}#main .frame-type-mask_video_panel .video-panel-text h3,#main .frame-type-mask_video_panel .video-panel-text li,#main .frame-type-mask_video_panel .video-panel-text p{color:#ffffff}#main .frame-type-mask_video_panel .swiper-video-panel-control{bottom:30px;height:24px;left:50%;max-width:100px;position:absolute;transform:translateX(-50%);width:100%;z-index:200}@media (min-width:768px){#main .frame-type-mask_video_panel .swiper-video-panel-control{left:calc(58.33333% + 150px);transform:none}}#main .frame-type-mask_video_panel .swiper-video-panel-control.hidden{display:none}#main .frame-type-mask_video_panel .swiper-video-panel-counter{bottom:0;color:#ffffff;font-size:15px;font-weight:400;height:24px;left:50%;line-height:24px;position:absolute;text-align:center;transform:translateX(-50%);width:60px;z-index:10}#main .frame-type-mask_video_panel .swiper-video-panel-counter span{color:#ed6c30}#main .frame-type-mask_video_panel.vimeo .video-panel-video{height:auto;flex:0 0 100%;max-width:100%}@media only screen and (min-width:1024px){#main .frame-type-mask_video_panel.vimeo .video-panel-video{flex:0 0 58.3333333333%;max-width:58.3333333333%}}#main .frame-type-mask_video_panel.vimeo .video-panel-text{flex:0 0 100%;max-width:100%}@media only screen and (min-width:1024px){#main .frame-type-mask_video_panel.vimeo .video-panel-text{flex:0 0 41.6666666667%;max-width:41.6666666667%}}#main .frame-type-mask_video_panel.vimeo .vimeo-responsive{position:relative;padding-bottom:56.25%;padding-top:0;height:0;overflow:hidden}#main .frame-type-mask_video_panel.vimeo .vimeo-responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}#main .frame-type-mask_video_panel.vimeo .swiper-container{height:auto !important;min-height:300px !important}#main .frame-type-mask_video .video{max-height:600px;background-color:#eeeeee;padding:0 0 56.25%;position:relative}#main .frame-type-mask_video .video .video-overlay{bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:all 0.3s ease;z-index:10;background-image:url("/fileadmin/Distribution/Public/Images/yt_icon_mono_light.png");background-size:70px 50px;background-position:center center;background-repeat:no-repeat}#main .frame-type-mask_video .video .video-overlay.hidden{opacity:0;visibility:hidden}#main .frame-type-mask_video .video img{position:absolute;width:100%;height:100%;object-fit:cover}#main .frame-type-mask_video .video .video-title{background:linear-gradient(to bottom, #00594e 0%, rgba(0, 89, 78, 0) 100%);padding:15px 30px 0;position:absolute;top:0;width:100%;z-index:10}#main .frame-type-mask_video .video .video-title h3{color:#ffffff}#main .frame-type-mask_video .video .external-disclaimer{position:absolute;left:0;right:0;bottom:-30px;width:100%;z-index:10;padding:8px 16px;color:#ffffff;background:#666666;text-align:center}#main .frame-type-mask_video .video iframe{height:100%;left:0;position:absolute;top:0;width:100%}#main .frame-type-mask_video.responsive .video{padding:0;margin:0}#main .frame-type-mask_video.responsive .video video{width:100%;height:auto}#main .frame-type-mask_coverflow{padding:0}#main .frame-type-mask_coverflow>.container{margin-bottom:60px}#main .frame-type-mask_coverflow>.container .row{justify-content:flex-end}#main .frame-type-mask_coverflow>.container .row header{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .frame-type-mask_coverflow>.container .row header{flex:0 0 75%;max-width:75%}}@media (min-width:768px){#main .frame-type-mask_coverflow>.container .row header h1,#main .frame-type-mask_coverflow>.container .row header h2,#main .frame-type-mask_coverflow>.container .row header h3,#main .frame-type-mask_coverflow>.container .row header h4{margin-bottom:0}}#main .frame-type-mask_coverflow>.container .row .col{flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .frame-type-mask_coverflow>.container .row .col{flex:0 0 25%;max-width:25%}}#main .frame-type-mask_coverflow:first-child{margin-top:0}#main .frame-type-mask_coverflow>.row{margin:0;padding:0}#main .frame-type-mask_coverflow>.row>.col{margin:0;padding:0}#main .frame-type-mask_coverflow .swiper-container{height:660px;margin-left:auto;margin-right:auto;overflow:hidden;padding:0 0 80px;position:relative;width:100%;z-index:1}#main .frame-type-mask_coverflow .loading{top:calc(50% - 60px)}#main .frame-type-mask_coverflow .swiper-container-no-flexbox .swiper-slide{float:left}#main .frame-type-mask_coverflow .swiper-container-vertical>.swiper-wrapper{flex-direction:column}#main .frame-type-mask_coverflow .swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:11}#main .frame-type-mask_coverflow .swiper-container-android .swiper-slide,#main .frame-type-mask_coverflow .swiper-wrapper{transform:translate3d(0px, 0, 0)}#main .frame-type-mask_coverflow .swiper-slide{box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);height:100%;opacity:0.3;position:relative;transition:transform 0.3s ease, opacity 0.3s ease;width:100%;flex-shrink:0}#main .frame-type-mask_coverflow .swiper-slide.swiper-slide-active{box-shadow:0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);opacity:1;z-index:1}#main .frame-type-mask_coverflow .swiper-slide.swiper-slide-active p{opacity:1;transform:translateY(0)}#main .frame-type-mask_coverflow .swiper-slide.swiper-slide-active p:last-child{transform:translateY(0)}#main .frame-type-mask_coverflow .swiper-slide.swiper-slide-prev{transform:scale(0.9) translateX(10%);transform-origin:center right;z-index:0}#main .frame-type-mask_coverflow .swiper-slide.swiper-slide-next{transform:scale(0.9) translateX(-10%);transform-origin:center left;z-index:0}#main .frame-type-mask_coverflow .swiper-image{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}#main .frame-type-mask_coverflow .swiper-image img{height:auto;left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate(-50%, -50%);width:auto}#main .frame-type-mask_coverflow .swiper-content{min-height:300px;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:10}#main .frame-type-mask_coverflow .swiper-content .container{height:100%;min-height:300px}#main .frame-type-mask_coverflow .swiper-content .row{height:100%;min-height:300px;justify-content:center}#main .frame-type-mask_coverflow .swiper-content .col{height:100%;min-height:300px}@media (min-width:768px){#main .frame-type-mask_coverflow .swiper-content .col{flex:0 0 66.6666666667%;max-width:66.6666666667%}}#main .frame-type-mask_coverflow .swiper-content p{color:#ffffff;font-size:18px;font-weight:400;line-height:30px;opacity:0;text-align:center;text-shadow:0 1px 3px black;transform:translateY(30px);transition:all 0.3s ease 0.6s}@media (min-width:768px){#main .frame-type-mask_coverflow .swiper-content p{font-size:20px;line-height:30px}}#main .frame-type-mask_coverflow .swiper-content p.text{display:none}@media (min-width:768px){#main .frame-type-mask_coverflow .swiper-content p.text{display:block}}#main .frame-type-mask_coverflow .swiper-content p:last-child{bottom:0;left:0;position:absolute;text-align:center;transform:translateY(-30px);width:100%}@media (min-width:768px){#main .frame-type-mask_coverflow .swiper-content p:last-child{margin:75px 0 0;position:relative}}#main .frame-type-mask_coverflow .swiper-content p strong{display:block;font-size:36px;font-weight:400;line-height:44px;margin:0 0 40px}@media (min-width:768px){#main .frame-type-mask_coverflow .swiper-content p strong{font-size:60px;line-height:65px}}#main .frame-type-mask_coverflow .swiper-content p a{text-shadow:none}#main .frame-type-mask_coverflow .swiper-wp8-horizontal{touch-action:pan-y}#main .frame-type-mask_coverflow .swiper-wp8-vertical{touch-action:pan-x}#main .frame-type-mask_coverflow .swiper-pagination{bottom:45px;position:absolute;text-align:center;transform:translate3d(0, 0, 0);width:100%;z-index:20}#main .frame-type-mask_coverflow .swiper-pagination-bullet{background:#ffffff;cursor:pointer;display:inline-block;height:15px;margin:0 8px;opacity:0.5;transition:all 0.3s ease;width:15px}#main .frame-type-mask_coverflow .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}#main .frame-type-mask_coverflow .swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}#main .frame-type-mask_coverflow .swiper-container-fade .swiper-slide{transition-property:opacity;pointer-events:none}#main .frame-type-mask_coverflow .swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}#main .frame-type-mask_coverflow .swiper-container-fade .swiper-slide-active,#main .frame-type-mask_coverflow .swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}#main .frame-type-mask_coverflow .swiper-zoom-container{display:flex;height:100%;text-align:center;width:100%;justify-content:center;align-items:center}#main .frame-type-mask_coverflow .swiper-zoom-container>img,#main .frame-type-mask_coverflow .swiper-zoom-container>svg,#main .frame-type-mask_coverflow .swiper-zoom-container>canvas{max-height:100%;max-width:100%;object-fit:contain}#main .frame-type-mask_coverflow .swiper-container-3d{perspective:1200px}#main .frame-type-mask_coverflow .swiper-container-3d .swiper-wrapper,#main .frame-type-mask_coverflow .swiper-container-3d .swiper-slide,#main .frame-type-mask_coverflow .swiper-container-3d .swiper-slide-shadow-left,#main .frame-type-mask_coverflow .swiper-container-3d .swiper-slide-shadow-right,#main .frame-type-mask_coverflow .swiper-container-3d .swiper-slide-shadow-top,#main .frame-type-mask_coverflow .swiper-container-3d .swiper-slide-shadow-bottom,#main .frame-type-mask_coverflow .swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}#main .frame-type-mask_coverflow .swiper-container-3d .swiper-slide-shadow-left,#main .frame-type-mask_coverflow .swiper-container-3d .swiper-slide-shadow-right,#main .frame-type-mask_coverflow .swiper-container-3d .swiper-slide-shadow-top,#main .frame-type-mask_coverflow .swiper-container-3d .swiper-slide-shadow-bottom{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10;pointer-events:none}#main .frame-type-mask_coverflow .swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}#main .frame-type-mask_coverflow .swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}#main .frame-type-mask_coverflow .swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}#main .frame-type-mask_coverflow .swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}#main .frame-type-mask_coverflow .swiper-container-wp8-horizontal,#main .frame-type-mask_coverflow .swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}#main .frame-type-mask_coverflow .swiper-container-wp8-vertical,#main .frame-type-mask_coverflow .swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}#main .frame-type-mask_coverflow .swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}#main .frame-type-mask_coverflow .swiper-coverflow-control{background:#eeeeee;height:60px;position:relative;top:20px}#main .frame-type-mask_coverflow .swiper-coverflow-control .swiper-coverflow-counter{color:#4b4b4b;font-size:15px;font-weight:400;height:24px;left:50%;line-height:24px;position:absolute;text-align:center;top:18px;transform:translateX(-50%);width:60px;z-index:10}#main .frame-type-mask_coverflow .swiper-coverflow-control .swiper-coverflow-counter span{color:#ed6c30}#main .frame-type-mask_coverflow .swiper-coverflow-control .swiper-button-prev-coverflow,#main .frame-type-mask_coverflow .swiper-coverflow-control .swiper-button-next-coverflow{color:#4b4b4b;cursor:pointer;height:24px;left:50%;line-height:24px;margin-left:-12px;position:absolute;text-align:center;top:18px;transform:translateX(-50px);width:24px;z-index:10}#main .frame-type-mask_coverflow .swiper-coverflow-control .swiper-button-prev-coverflow .nc-icon,#main .frame-type-mask_coverflow .swiper-coverflow-control .swiper-button-next-coverflow .nc-icon{height:12px;width:12px}#main .frame-type-mask_coverflow .swiper-coverflow-control .swiper-button-next-coverflow{transform:translateX(50px)}#main .frame-type-mask_coverflow .swiper-wrapper-inactive{display:none}#main .frame-type-mask_testimonial{padding:0;overflow:hidden}@media (min-width:1200px){#main .frame-type-mask_testimonial{overflow:visible}}#main .frame-type-mask_testimonial .swiper-container{margin-left:auto;margin-right:auto;overflow:hidden;padding:0 15px 66px;position:relative;width:100%;z-index:1;height:100% !important;margin-bottom:0 !important}@media (min-width:1200px){#main .frame-type-mask_testimonial .swiper-container{padding:0 15px}}#main .frame-type-mask_testimonial .swiper-container-no-flexbox .swiper-slide{float:left}#main .frame-type-mask_testimonial .swiper-container-vertical>.swiper-wrapper{flex-direction:column}#main .frame-type-mask_testimonial .swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}#main .frame-type-mask_testimonial .swiper-container-android .swiper-slide,#main .frame-type-mask_testimonial .swiper-wrapper{transform:translate3d(0px, 0, 0)}#main .frame-type-mask_testimonial .swiper-slide{height:100%;position:relative;width:100%;flex-shrink:0}#main .frame-type-mask_testimonial .swiper-slide .image-wrap a{border-bottom:none;display:block}#main .frame-type-mask_testimonial .swiper-slide .image-wrap a:hover{all:initial;color:none;background:none;border-bottom:none;cursor:pointer}#main .frame-type-mask_testimonial .swiper-slide .image-wrap img{height:auto;margin:0 0 30px;width:100%}#main .frame-type-mask_testimonial .swiper-slide .swiper-content ul{list-style:none;padding:0;margin:0}#main .frame-type-mask_testimonial .swiper-slide .swiper-content ul li{line-height:24px;padding:5px 10px;margin:0}#main .frame-type-mask_testimonial .swiper-slide .swiper-content ul li:nth-child(even){background-color:#eeeeee}#main .frame-type-mask_testimonial .swiper-wp8-horizontal{touch-action:pan-y}#main .frame-type-mask_testimonial .swiper-wp8-vertical{touch-action:pan-x}#main .frame-type-mask_testimonial .swiper-button-next,#main .frame-type-mask_testimonial .swiper-button-prev{bottom:0;color:#4b4b4b;cursor:pointer;height:36px !important;left:calc(50% - 50px);line-height:36px !important;position:absolute;text-align:center;width:36px !important;z-index:10}@media (min-width:1200px){#main .frame-type-mask_testimonial .swiper-button-next,#main .frame-type-mask_testimonial .swiper-button-prev{bottom:auto;left:-50px;top:50% !important;transform:translateY(-50%)}}#main .frame-type-mask_testimonial .swiper-button-next .nc-icon,#main .frame-type-mask_testimonial .swiper-button-prev .nc-icon{height:36px !important;width:36px !important}#main .frame-type-mask_testimonial .swiper-button-next{left:auto;right:calc(50% - 50px)}@media (min-width:1200px){#main .frame-type-mask_testimonial .swiper-button-next{right:-50px}}#main .frame-type-mask_testimonial .swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}#main .frame-type-mask_testimonial .swiper-container-fade .swiper-slide{transition-property:opacity;pointer-events:none}#main .frame-type-mask_testimonial .swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}#main .frame-type-mask_testimonial .swiper-container-fade .swiper-slide-active,#main .frame-type-mask_testimonial .swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}#main .frame-type-mask_testimonial .swiper-zoom-container{display:flex;height:100%;text-align:center;width:100%;justify-content:center;align-items:center}#main .frame-type-mask_testimonial .swiper-zoom-container>canvas,#main .frame-type-mask_testimonial .swiper-zoom-container>img,#main .frame-type-mask_testimonial .swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}#main .frame-type-mask_testimonial.neighbors .swiper-button-prev{bottom:50px;top:inherit;left:20px}@media (min-width:1200px){#main .frame-type-mask_testimonial.neighbors .swiper-button-prev{bottom:-50px !important;top:inherit !important}}#main .frame-type-mask_testimonial.neighbors .swiper-button-next{bottom:50px;top:inherit;left:auto;right:15px}@media (min-width:1200px){#main .frame-type-mask_testimonial.neighbors .swiper-button-next{bottom:-50px !important;top:inherit !important}}@media (min-width:576px){#main .frame-type-mask_testimonial.same-height .swiper-container .swiper-slide .image-wrap{height:300px;margin-bottom:20px}#main .frame-type-mask_testimonial.same-height .swiper-container .swiper-slide .image-wrap img{max-height:300px;width:auto;max-width:100%}}@media (min-width:768px){#main .frame-type-mask_testimonial.same-height .swiper-container .swiper-slide .image-wrap{height:250px}#main .frame-type-mask_testimonial.same-height .swiper-container .swiper-slide .image-wrap img{max-height:250px}}@media (min-width:992px){#main .frame-type-mask_testimonial.same-height .swiper-container .swiper-slide .image-wrap{height:400px}#main .frame-type-mask_testimonial.same-height .swiper-container .swiper-slide .image-wrap img{max-height:400px}}#blog #main{padding-top:0;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:992px){#blog #main{flex:0 0 66.6666666667%;max-width:66.6666666667%}}#blog #main .frame:first-child{margin-top:0}#blog #main .news{margin-left:-15px;margin-right:-15px}#blog #aside{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:992px){#blog #aside{flex:0 0 33.3333333333%;max-width:33.3333333333%}}#blog #aside .frame{margin-bottom:0;margin-top:0}#blog #aside .frame.frame-type-html{margin-bottom:30px}#blog #aside .frame:last-child{margin-bottom:60px}#blog #aside .frame .col{padding:0}#blog #aside .social-nav{margin-bottom:0 !important}#blog .news-search-form.layout-1{background:#eeeeee;border:1px solid #cccccc;height:66px;margin-bottom:30px}#blog .news-search-form.layout-1 fieldset{padding:0}#blog .news-search-form.layout-1 .news-fieldwrap{position:relative}#blog .news-search-form.layout-1 .input-wrap{margin:0;position:static}#blog .news-search-form.layout-1 .search-reset{color:#cccccc;cursor:pointer;display:block;height:38px;line-height:40px;position:absolute;right:20px;text-align:center;top:12px;width:38px;z-index:10}#blog .news-search-form.layout-1 .search-reset .nc-icon{height:14px;width:14px}#blog .news-search-form.layout-1 label{color:#00594e;display:block;height:38px;left:10px;line-height:42px;position:absolute;text-align:center;top:14px;width:38px;z-index:1}#blog .news-search-form.layout-1 label .nc-icon{height:16px;width:16px}#blog .news-search-form.layout-1 input{background:transparent;border:none;line-height:65px;padding:0 20px 0 58px}#blog .news-search-form.layout-1 .button{display:none}#blog .news-search-result .count-msg{margin-bottom:60px;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}#blog .social-nav{margin-bottom:0}#blog .news-list-view.layout-1,#blog .news-search-result.layout-1{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#blog .news-list-view.layout-1 .article,#blog .news-search-result.layout-1 .article{margin-bottom:60px;padding-bottom:0;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#blog .news-list-view.layout-1 .article,#blog .news-search-result.layout-1 .article{flex:0 0 50%;max-width:50%}}#blog .news-list-view.layout-1 .image,#blog .news-search-result.layout-1 .image{margin-bottom:15px;overflow:hidden;position:relative}#blog .news-list-view.layout-1 .image a,#blog .news-search-result.layout-1 .image a{border:none;display:block;line-height:0}#blog .news-list-view.layout-1 .image a:hover,#blog .news-search-result.layout-1 .image a:hover{border:none}#blog .news-list-view.layout-1 .image img,#blog .news-search-result.layout-1 .image img{height:auto;width:100%}#blog .news-list-view.layout-1 .image .comments,#blog .news-search-result.layout-1 .image .comments{bottom:15px;color:#ffffff;position:absolute;right:60px}#blog .news-list-view.layout-1 .image .comments .nc-icon,#blog .news-search-result.layout-1 .image .comments .nc-icon{height:18px;margin:0 3px 0 0;position:relative;top:3px;width:18px}#blog .news-list-view.layout-1 .image .hearts,#blog .news-search-result.layout-1 .image .hearts{bottom:15px;color:#ffffff;position:absolute;right:15px}#blog .news-list-view.layout-1 .image .hearts.liked,#blog .news-search-result.layout-1 .image .hearts.liked{color:#d0021b;opacity:1}#blog .news-list-view.layout-1 .image .hearts .nc-icon,#blog .news-search-result.layout-1 .image .hearts .nc-icon{height:18px;margin:0 3px 0 0;position:relative;top:3px;width:18px}#blog .news-list-view.layout-1 .info,#blog .news-search-result.layout-1 .info{color:#ed6c30;font-size:15px;font-weight:400;line-height:24px;margin-bottom:15px;text-transform:uppercase}#blog .news-list-view.layout-1 .info span,#blog .news-search-result.layout-1 .info span{color:#4b4b4b}#blog .news-list-view.layout-1 .info span.date,#blog .news-search-result.layout-1 .info span.date{margin:0 5px 0 0}#blog .news-list-view.layout-1 .info span.category,#blog .news-search-result.layout-1 .info span.category{margin:0 0 0 5px}#blog .news-list-view.layout-1 .teaser h3,#blog .news-search-result.layout-1 .teaser h3{margin-bottom:15px}#blog .news-list-view.layout-2,#blog .news-search-result.layout-2{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#blog .news-list-view.layout-2 .article,#blog .news-search-result.layout-2 .article{margin-bottom:60px;padding-bottom:0;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#blog .news-list-view.layout-2 .article,#blog .news-search-result.layout-2 .article{flex:0 0 33.3333333333%;max-width:33.3333333333%}}#blog .news-list-view.layout-2 .image,#blog .news-search-result.layout-2 .image{margin-bottom:15px;overflow:hidden;position:relative}#blog .news-list-view.layout-2 .image a,#blog .news-search-result.layout-2 .image a{border:none;display:block;line-height:0}#blog .news-list-view.layout-2 .image a:hover,#blog .news-search-result.layout-2 .image a:hover{border:none}#blog .news-list-view.layout-2 .image img,#blog .news-search-result.layout-2 .image img{height:auto;width:100%}#blog .news-list-view.layout-2 .image .comments,#blog .news-search-result.layout-2 .image .comments{bottom:15px;color:#ffffff;position:absolute;right:60px}#blog .news-list-view.layout-2 .image .comments .nc-icon,#blog .news-search-result.layout-2 .image .comments .nc-icon{height:18px;margin:0 3px 0 0;position:relative;top:3px;width:18px}#blog .news-list-view.layout-2 .image .hearts,#blog .news-search-result.layout-2 .image .hearts{bottom:15px;color:#ffffff;position:absolute;right:15px}#blog .news-list-view.layout-2 .image .hearts.liked,#blog .news-search-result.layout-2 .image .hearts.liked{color:#d0021b;opacity:1}#blog .news-list-view.layout-2 .image .hearts .nc-icon,#blog .news-search-result.layout-2 .image .hearts .nc-icon{height:18px;margin:0 3px 0 0;position:relative;top:3px;width:18px}#blog .news-list-view.layout-2 .info,#blog .news-search-result.layout-2 .info{color:#ed6c30;font-size:15px;font-weight:400;line-height:24px;margin-bottom:15px;text-transform:uppercase}#blog .news-list-view.layout-2 .info span,#blog .news-search-result.layout-2 .info span{color:#4b4b4b}#blog .news-list-view.layout-2 .info span.date,#blog .news-search-result.layout-2 .info span.date{margin:0 5px 0 0}#blog .news-list-view.layout-2 .info span.category,#blog .news-search-result.layout-2 .info span.category{margin:0 0 0 5px}#blog .news-list-view.layout-2 .teaser h3,#blog .news-search-result.layout-2 .teaser h3{margin-bottom:15px}#blog .news-list-view .pagination,#blog .news-search-result .pagination{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}#blog .news-single{margin-top:60px}#blog .news-single .info{color:#ed6c30;font-size:15px;font-weight:400;line-height:24px;margin-bottom:15px;text-transform:uppercase}#blog .news-single .info::after{clear:both;content:"";display:block}#blog .news-single .info span{color:#4b4b4b}#blog .news-single .info span.date{margin:0 10px 0 0}#blog .news-single .info span.category{margin:0 0 0 10px}#blog .news-single .info span.comments{cursor:pointer;float:right;opacity:0.5}#blog .news-single .info span.hearts{cursor:pointer;float:right;margin:0 0 0 15px;opacity:0.5;transition:all 0.3s ease}#blog .news-single .info span.hearts.liked{color:#d0021b;opacity:1}#blog .news-single .info span.hearts.liked .news-like-text-js{color:#d0021b}#blog .news-single .info span .nc-icon{height:18px;margin:0 3px 0 0;position:relative;top:3px;width:18px}#blog .news-single .info span .news-like-text-js{display:inline-block;text-align:center;width:20px}#blog .news-single .frame-type-mask_teaser_stage{margin:0 0 60px}#blog .news-single .news-img-wrap{float:none;margin:0 0 30px;width:100%}#blog .news-single .news-img-wrap img{height:auto;width:100%}#blog .news-single .single-image{margin:0 0 60px}#blog .news-single .single-image img{height:auto;width:100%}#blog .news-single .frame,#blog .news-single .lead,#blog .news-single .text{padding-left:0px !important;padding-right:0px !important}#blog .news-single .tags{margin:24px 0 0}@media (min-width:768px){#blog .news-single .tags{padding:0 60px}}#blog .news-single .tags ul{list-style:none;padding:0}#blog .news-single .tags ul li{background:#eeeeee;display:inline-block;font-weight:700;margin:0 10px 10px 0;padding:5px 15px}#blog .news-single .social-share{margin:24px 0 0}#blog .news-single .social-share ul{list-style:none;padding:0;flex:0 0 100%;max-width:100%}#blog .news-single .social-share ul::after{clear:both;content:"";display:block}#blog .news-single .social-share ul li{display:block;font-weight:700;margin:0 0 10px;max-width:none;min-width:none;padding:0;width:100%;flex:none;float:left;margin:0 10px 10px 0;width:calc(50% - 5px)}#blog .news-single .social-share ul li:nth-child(2n+2){margin:0 0 10px}@media (min-width:992px){#blog .news-single .social-share ul li{width:calc(25% - 8px)}#blog .news-single .social-share ul li:nth-child(2n+2){margin:0 10px 10px 0}#blog .news-single .social-share ul li:nth-child(4n+4){margin:0 10px 10px 0}}#blog .news-single .social-share ul li .fab::before,#blog .news-single .social-share ul li .fas::before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:14px;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#blog .news-single .social-share ul li.mail a span.fa-envelope{position:relative;top:-2px}@media (min-width:768px){#blog .news-single .social-share ul li.whatsapp{display:none}}#blog .news-single .social-share ul li:last-child{margin:0}#blog .news-single .social-share ul li.facebook a:hover{background:#2d4373}#blog .news-single .social-share ul li.xing a:hover{background:#0a3a3c}#blog .news-single .social-share ul li.twitter a:hover{background:#2795e9}#blog .news-single .social-share ul li.whatsapp a:hover{background:#489d38}#blog .news-single .social-share ul li.mail a:hover{background:gray}#blog .news-single .social-share ul li .share_text{display:inline-block;text-indent:0;width:calc(100% - 35px)}#blog .news-single .social-share ul li a{border:none;color:#ffffff;text-transform:capitalize;padding:0 10px}#blog .news-single .social-share ul li a:hover{border:none}#blog .news-single .social-share ul li a .share_text{padding-left:10px}#blog .news-single .pager{border-bottom:1px solid #cccccc;border-top:1px solid #cccccc;list-style:none;margin:60px 0 0 !important;padding:10px 0;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#blog .news-single .pager li{margin:0;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%}#blog .news-single .pager li .nc-icon{height:12px;position:absolute;top:6px;width:12px}#blog .news-single .pager li.previous a{padding:0 0 0 20px}#blog .news-single .pager li.previous a .nc-icon{left:0}#blog .news-single .pager li.next{text-align:right}#blog .news-single .pager li.next a{padding:0 20px 0 0}#blog .news-single .pager li.next a .nc-icon{right:0}#blog .news-single .pager li a{display:inline-block;height:100%;position:relative}#blog .news-single .related-news{margin-top:60px}#blog .news-single .related-news ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#blog .news-single .related-news ul li{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#blog .news-single .related-news ul li{flex:0 0 50%;max-width:50%}}#blog .news-single .related-news ul li a{border:none;display:block;height:100%}#blog .news-single .related-news ul li a:hover{border:none}#blog .news-single .related-news ul li .item{background:#eeeeee;height:100%;padding:15px}#blog .news-single .related-news ul li .image{float:right;height:125px;margin:0 0 0 15px;overflow:hidden;position:relative;width:125px}#blog .news-single .related-news ul li .image img{height:auto;left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate(-50%, -50%);width:auto}#blog .news-single .related-news ul li .date{display:block}@media (min-width:992px){#blog.single-view #main,#blog.single-view #aside{flex:0 0 100%;max-width:100%}}#blog.single-view #main .frame table.ce-table{margin:0 !important}#main .news-list-view.layout-2{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .news-list-view.layout-2 .article{margin-bottom:60px;padding-bottom:0;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .news-list-view.layout-2 .article{flex:0 0 33.3333333333%;max-width:33.3333333333%}}#main .news-list-view.layout-2 .image{margin-bottom:15px;overflow:hidden;position:relative}#main .news-list-view.layout-2 .image a{border:none;display:block;line-height:0}#main .news-list-view.layout-2 .image a:hover{border:none}#main .news-list-view.layout-2 .image img{height:auto;width:100%}#main .news-list-view.layout-2 .image .comments{bottom:15px;color:#ffffff;position:absolute;right:60px}#main .news-list-view.layout-2 .image .comments .nc-icon{height:18px;margin:0 3px 0 0;position:relative;top:3px;width:18px}#main .news-list-view.layout-2 .image .hearts{bottom:15px;color:#ffffff;position:absolute;right:15px}#main .news-list-view.layout-2 .image .hearts.liked{color:#d0021b;opacity:1}#main .news-list-view.layout-2 .image .hearts .nc-icon{height:18px;margin:0 3px 0 0;position:relative;top:3px;width:18px}#main .news-list-view.layout-2 .info{color:#ed6c30;font-size:15px;font-weight:400;line-height:24px;margin-bottom:15px;text-transform:uppercase}#main .news-list-view.layout-2 .info span{color:#4b4b4b}#main .news-list-view.layout-2 .info span.date{margin:0 5px 0 0}#main .news-list-view.layout-2 .info span.category{margin:0 0 0 5px}#main .news-list-view.layout-2 .teaser h3{margin-bottom:15px}#main-top .news-list-view.layout-3 .article-top{padding:0 15px;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}@media (min-width:768px){#main-top .news-list-view.layout-3 .article-top:nth-child(2n+2) .article-top-image{order:1}#main-top .news-list-view.layout-3 .article-top:nth-child(2n+2) .article-top-content{order:0}}#main-top .news-list-view.layout-3 .article-top-image{overflow:hidden;padding:0 !important;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main-top .news-list-view.layout-3 .article-top-image{flex:0 0 66.6666666667%;max-width:66.6666666667%}}#main-top .news-list-view.layout-3 .article-top-image a{border:none;display:block;height:100%;line-height:0;position:relative;width:100%}#main-top .news-list-view.layout-3 .article-top-image a:hover{border:none}#main-top .news-list-view.layout-3 .article-top-image img{height:auto;width:100%}@media (min-width:768px){#main-top .news-list-view.layout-3 .article-top-image img{height:100%;left:50%;position:absolute;transform:translateX(-50%);width:auto}}@media (min-width:992px){#main-top .news-list-view.layout-3 .article-top-image img{height:auto;left:auto;position:relative;transform:none;width:100%}}#main-top .news-list-view.layout-3 .article-top-image .comments{bottom:15px;color:#ffffff;position:absolute;right:60px}#main-top .news-list-view.layout-3 .article-top-image .comments .nc-icon{height:18px;margin:0 3px 0 0;position:relative;top:3px;width:18px}#main-top .news-list-view.layout-3 .article-top-image .hearts{bottom:15px;color:#ffffff;position:absolute;right:15px}#main-top .news-list-view.layout-3 .article-top-image .hearts.liked{color:#d0021b;opacity:1}#main-top .news-list-view.layout-3 .article-top-image .hearts .nc-icon{height:18px;margin:0 3px 0 0;position:relative;top:3px;width:18px}#main-top .news-list-view.layout-3 .article-top-content{background:#00594e;position:relative;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main-top .news-list-view.layout-3 .article-top-content{flex:0 0 33.3333333333%;max-width:33.3333333333%}}#main-top .news-list-view.layout-3 .article-top-content .article-top-content-inner{padding:30px 0}@media (min-width:992px){#main-top .news-list-view.layout-3 .article-top-content .article-top-content-inner{left:0;padding:0 30px;position:absolute;top:50%;transform:translateY(-50%);width:100%}}#main-top .news-list-view.layout-3 .article-top-content .info{color:#ed6c30;font-size:15px;font-weight:400;line-height:24px;margin-bottom:15px;text-transform:uppercase}#main-top .news-list-view.layout-3 .article-top-content .info span{color:#ffffff}#main-top .news-list-view.layout-3 .article-top-content .info span.date{margin:0 5px 0 0}#main-top .news-list-view.layout-3 .article-top-content .info span.category{margin:0 0 0 5px}#main-top .news-list-view.layout-3 .article-top-content p{color:#ffffff}.root-20 #main-bottom,.root-340 #main-bottom,.root-341 #main-bottom{display:none}#main-bottom .view-nav-content{min-height:200px;overflow:hidden;position:relative}#main-bottom .view-nav-content .frame{background:#eeeeee;left:0;opacity:0;position:absolute;right:0;top:0;transition:all 0.3s ease;visibility:hidden;width:100%;z-index:20}#main-bottom .view-nav-content .frame.current{opacity:1;position:relative;visibility:visible}#main-bottom .no-comments{margin:0 0 60px}#main-bottom .typo3-messages{margin:0 0 30px}#main-bottom .typo3-messages .typo3-messages{list-style:none;padding:0}#main-bottom .typo3-messages .alert{border:1px solid currentColor;font-size:15px;font-weight:400;line-height:24px;margin-bottom:0;padding:15px;position:relative}#main-bottom .typo3-messages .alert.alert-danger{background:rgba(208, 2, 27, 0.1);color:#d0021b}#main-bottom .typo3-messages .alert.alert-danger p{color:#d0021b}#main-bottom .typo3-messages .alert.alert-success{background:rgba(0, 89, 78, 0.1)}#main-bottom .typo3-messages .alert.alert-success::after{color:#00594e;content:"Vielen Dank für Deinen Kommentar! Wir werden ihn vor der Veröffentlichung prüfen. Danke für Deine Geduld!";display:inline-block}#main-bottom .typo3-messages .alert.alert-success p{display:none}#main-bottom .comments ul{list-style:none;padding:0}#main-bottom .comments ul ul{margin:30px 0 60px;padding:0 0 0 60px}#main-bottom .comments ul li{display:block;margin:0 0 30px;padding:0}#main-bottom .comments ul li:last-child{margin:0}#main-bottom .comments .comment .comment-box{background:#ffffff;border:1px solid #cccccc}#main-bottom .comments .comment .comment-box .comment-head{border-bottom:1px solid #cccccc;padding:15px 20px}#main-bottom .comments .comment .comment-box .comment-head .comment-name{display:inline-block;margin:0 30px 0 0;position:relative}#main-bottom .comments .comment .comment-box .comment-head .comment-name::after{background:#4b4b4b;border-radius:100%;content:"";display:block;height:4px;opacity:0.5;position:absolute;right:-20px;top:11px;width:4px}#main-bottom .comments .comment .comment-box .comment-head .comment-date{display:inline-block;opacity:0.5}#main-bottom .comments .comment .comment-box .comment-content{padding:20px}#main-bottom .comments .comment .comment-box .comment-footer{border-top:1px solid #cccccc;padding:15px 20px;text-align:right}#main-bottom .comments .comment .comment-box .comment-footer .votesum{color:#ffffff;display:none;margin:0 10px 0 0;position:relative}#main-bottom .comments .comment .comment-box .comment-footer .votesum::after{content:"";display:block;height:30px;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);width:100%;z-index:0}#main-bottom .comments .comment .comment-box .comment-footer .votesum span{padding:0 10px;position:relative;z-index:1}#main-bottom .comments .comment .comment-box .comment-footer .votesum.voted-positive{display:inline-block}#main-bottom .comments .comment .comment-box .comment-footer .votesum.voted-positive::after{background:#00594e}#main-bottom .comments .comment .comment-box .comment-footer .votesum.voted-negative{display:inline-block}#main-bottom .comments .comment .comment-box .comment-footer .votesum.voted-negative::after{background:#d0021b}#main-bottom .comments .comment .comment-box .comment-footer a{display:inline-block;margin:0 0 0 5px;position:relative}#main-bottom .comments .comment .comment-box .comment-footer a.reply{margin:0 0 0 60px}#main-bottom .comments .comment .comment-box .comment-footer a.reply::after{background:#cccccc;content:"";display:block;height:100%;left:-30px;position:absolute;top:0;width:1px}#main-bottom .comments .comment .comment-box .comment-footer a.reply span{margin:0 0 0 5px}#main-bottom .comments .comment .comment-box .comment-footer a.upvote,#main-bottom .comments .comment .comment-box .comment-footer a.downvote{padding:0 5px}#main-bottom .comments .comment .comment-box .comment-footer a span{margin:0 0 0 5px}#main-bottom .comments .comment .comment-box .comment-footer a .nc-icon{height:18px;position:relative;top:3px;transform:rotate(-90deg);width:18px}#comment-link{background:#ed6c30;box-shadow:0 0 16px rgba(0, 0, 0, 0.5);cursor:pointer;height:65px;margin:0 0 50px;padding:15px 0;position:relative;text-align:center;width:70px}@font-face{font-family:"Shadows Into Light Two";font-style:normal;font-weight:400;src:url('../../../typo3temp/assets//Fonts/shadows-into-light-two-v5-latin-regular.eot');src:local("Shadows Into Light Two"), local("ShadowsIntoLightTwo-Regular"), url('../../../typo3temp/assets/Fonts/shadows-into-light-two-v5-latin-regular.eot?#iefix') format("embedded-opentype"), url('../../../typo3temp/assets/Fonts/shadows-into-light-two-v5-latin-regular.woff2') format("woff2"), url('../../../typo3temp/assets/Fonts/shadows-into-light-two-v5-latin-regular.woff') format("woff"), url('../../../typo3temp/assets/Fonts/shadows-into-light-two-v5-latin-regular.ttf') format("truetype"), url('../../../typo3temp/assets/Fonts/shadows-into-light-two-v5-latin-regular.svg#ShadowsIntoLightTwo') format("svg")}#main #writeComment ul.typo3-messages{list-style:none;padding:0;margin-bottom:48px}#main #writeComment ul.typo3-messages .alert-success{background:#ECFCDB}#main .comments-agn-wrapper{position:relative;background-color:#4C4C4C;background-image:url("https://www.gundlach-bau.de/fileadmin/Distribution/Public/Icons/pin-bg.png");box-sizing:border-box;padding:50px 30px;width:100%}@media only screen and (min-width:1100px){#main .comments-agn-wrapper{padding:60px 80px}}#main .comments-agn-wrapper::after{position:absolute;left:0px;bottom:0px;width:100%;height:250px;background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.21) 53%, rgba(255, 255, 255, 0.4) 100%);content:""}#main .comments-agn-wrapper h2.orange{color:#ed6c30;margin-bottom:40px}#main .comments-agn-wrapper .comments-agn-masonry{margin:1.5em auto;width:100%;column-gap:20px;column-count:1}@media only screen and (min-width:700px){#main .comments-agn-wrapper .comments-agn-masonry{column-count:2}}@media only screen and (min-width:1024px){#main .comments-agn-wrapper .comments-agn-masonry{column-count:3}}@media only screen and (min-width:1500px){#main .comments-agn-wrapper .comments-agn-masonry{column-count:4}}#main .comments-agn-wrapper .comments-agn-masonry .col{margin:0 0 15px;display:inline-block}#main .comments-agn-wrapper .comments-agn-masonry .col .comment-wrapper{box-shadow:0 3px 4px rgba(0, 0, 0, 0.35);position:relative;margin-top:40px;background-color:#eee}#main .comments-agn-wrapper .comments-agn-masonry .col .comment-wrapper::before{position:absolute;content:"";top:-14px;left:50%;margin-left:-42px;width:84px;height:28px;background-color:rgba(220, 210, 30, 0.5);border:1px solid rgba(255, 255, 255, 0.3);box-shadow:0 1px 0 rgba(0, 0, 0, 0.2);border-bottom-right-radius:40px 5px;transform:rotate(3deg)}#main .comments-agn-wrapper .comments-agn-masonry .col .comment-wrapper .comment-box{background-color:#fff}#main .comments-agn-wrapper .comments-agn-masonry .col .comment-wrapper .comment-box .comment-content{background-color:#FCFAE2}#main .comments-agn-wrapper .comments-agn-masonry .col .comment-wrapper .comment-box .comment-content p{font-family:"Shadows Into Light Two", cursive;color:#336FA5 !important;font-size:21px;padding:30px 15px 10px;line-height:1.6;text-align:center;word-wrap:break-word;-moz-hyphens:auto;-o-hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}#main .comments-agn-wrapper .comments-agn-masonry .col .comment-wrapper .comment-box .comment-content .comment-name{font-size:16px;color:#666;padding-bottom:8px;font-weight:300;text-align:center;font-family:"Lato", "Trebuchet MS", sans-serif}#main .comments-agn-wrapper .comments-agn-masonry .col .comment-wrapper .comment-box .comment-content .comment-date{font-size:14px;color:#666;padding-bottom:24px;font-weight:300;text-align:center;font-family:"Lato", "Trebuchet MS", sans-serif}#main .comments-agn-wrapper .comments-agn-masonry .col .comment-wrapper .comment-box .comment-footer{text-align:center;padding:20px}#main .comments-agn-wrapper .comments-agn-masonry .col .comment-wrapper .reply-box{background-color:#fff}#main .comments-agn-wrapper .comments-agn-masonry .col .comment-wrapper .reply-box .reply-content{background-color:#fff;position:relative;text-align:center}#main .comments-agn-wrapper .comments-agn-masonry .col .comment-wrapper .reply-box .reply-content::before{position:absolute;left:50%;content:"";margin-left:-12px;margin-top:15px;margin-bottom:15px;display:inline-block;width:24px;height:24px;background-image:url("https://www.gundlach-bau.de/fileadmin/Distribution/Public/Icons/nbcIcon.png");background-position:center center;background-repeat:no-repeat;background-size:24px 264px;background-position:0 -192px}#main .comments-agn-wrapper .comments-agn-masonry .col .comment-wrapper .reply-box .reply-content p{font-family:"Lato", "Trebuchet MS", sans-serif;font-style:italic;color:#666;font-size:15px;padding:50px 15px 10px;line-height:1.6;text-align:center;word-wrap:break-word;-moz-hyphens:auto;-o-hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}#main .comments-agn-wrapper .comments-agn-masonry .col .comment-wrapper .reply-box .reply-content span{border-top:2px solid;color:#ed6c30;display:inline-block;margin-bottom:20px;padding:10px 4px 0;border-top:2px solid;text-align:center}#main .comments-agn-wrapper .comments-agn-masonry .col .comment-wrapper .reply-box .reply-content span em{display:block;text-align:center;color:#666;font-family:"Lato", "Trebuchet MS", sans-serif;font-style:normal}#main .comments-agn-wrapper .comments-agn-masonry .col .comment-wrapper.writeNew{background-color:#00594e;padding:170px 20px 20px;text-align:center}#main .comments-agn-wrapper .comments-agn-masonry .col .comment-wrapper.writeNew h3{color:#fff}#main .comments-agn-wrapper .comments-agn-masonry .col .comment-wrapper.writeNew h3::before{position:absolute;content:"";top:-20px;background-image:url("https://www.gundlach-bau.de/fileadmin/Distribution/Public/Icons/pencil.png");background-position:center center;background-repeat:no-repeat;background-size:100%;width:207px;height:164px;z-index:2}#main .comments-agn-wrapper .comments-agn-masonry .col .comment-wrapper.writeNew p{color:#fff}#main .comments-agn-wrapper .comments-agn-masonry .col .comment-wrapper.writeNew::before{display:none}#main .comments-agn-wrapper .comments-agn-masonry .col:nth-child(3n+2) .comment-wrapper::before{transform:rotate(-2deg);border-top-right-radius:40px 5px}#main .comments-agn-wrapper .comments-agn-masonry .col:nth-child(3n+2) .comment-wrapper .comment-box .comment-content{background-color:#ECFCDB}#main .comments-agn-wrapper .comments-agn-masonry .col:nth-child(3n+3) .comment-wrapper::before{transform:rotate(2deg);border-top-left-radius:20px 2px}#main .comments-agn-wrapper .comments-agn-masonry .col:nth-child(3n+3) .comment-wrapper .comment-box .comment-content{background-image:url("https://www.gundlach-bau.de/fileadmin/Distribution/Public/Icons/squ-pattern.png")}#main .comments-agn-wrapper .no-comments{text-align:center;color:#fff;font-size:16px;font-style:normal}#main .comments-agn-wrapper .thank-you{margin:80px 0 0;text-align:center;width:100%}#main .comments-agn-wrapper .thank-you h4{color:#fff;font-size:24px}#comment-link{background:#ed6c30;box-shadow:0 0 16px rgba(0, 0, 0, 0.5);cursor:pointer;height:65px;margin:0 0 50px;padding:15px 0;position:relative;text-align:center;width:70px}.tx-openimmo header .col:last-child{display:none}@media (min-width:768px){.tx-openimmo header .col:last-child{display:block}}.tx-openimmo .frame{padding:0}@media (min-width:768px){.tx-openimmo .frame{padding:0 15px}}#main #openimmo-search-fields-button{display:inline-block;font-size:14px;font-weight:400;line-height:42px;padding:0 40px 0 15px;position:relative;text-align:center;text-transform:uppercase;transition:all 0.3s ease;white-space:nowrap}@media (min-width:768px){#main #openimmo-search-fields-button{}}#main #openimmo-search-fields-button:hover{background:#ca5d2b;border:1px solid #ca5d2b}#main #openimmo-search-fields-button .nc-icon{height:15px;position:absolute;right:15px;top:15px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;width:20px}#main #openimmo-search-fields-button.active .nc-icon{-webkit-transform:rotate(45deg);transform:rotate(45deg)}#openimmo-search-fields{margin-bottom:35px}#openimmo-search-fields .helper{margin-bottom:15px}#openimmo-search-fields .helper>div{margin-bottom:15px}@media (min-width:576px){#openimmo-search-fields .helper{display:flex;justify-content:space-between}}#openimmo-search-fields .col{flex:0 0 100%;max-width:100%}@media (min-width:768px){#openimmo-search-fields .col{flex:0 0 33.3333333333%;max-width:33.3333333333%}}@media (min-width:768px){#openimmo-search-fields .col:first-child{display:none}}@media (min-width:768px){#openimmo-search-fields .col:last-child{display:none}}#openimmo-search-fields .openimmo-fieldwrap{display:none}#openimmo-search-fields .openimmo-fieldwrap-ort,#openimmo-search-fields .openimmo-fieldwrap-ortsteil{flex:0 0 100%;max-width:100%}#openimmo-search-fields .openimmo-fieldwrap-ort .checkbox,#openimmo-search-fields .openimmo-fieldwrap-ortsteil .checkbox{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%}@media (min-width:768px){#openimmo-search-fields .openimmo-fieldwrap-ort .checkbox,#openimmo-search-fields .openimmo-fieldwrap-ortsteil .checkbox{flex:0 0 33.3333333333%;max-width:33.3333333333%}}#openimmo-search-fields .openimmo-fieldwrap-ausstattung,#openimmo-search-fields .openimmo-fieldwrap-region{flex:0 0 100%;max-width:100%}#openimmo-search-fields .openimmo-fieldwrap-ausstattung .checkbox,#openimmo-search-fields .openimmo-fieldwrap-region .checkbox{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#openimmo-search-fields .openimmo-fieldwrap-ausstattung .checkbox,#openimmo-search-fields .openimmo-fieldwrap-region .checkbox{flex:0 0 33.3333333333%;max-width:33.3333333333%}}#openimmo-search-fields .openimmo-fieldwrap-ausstattung #openimmo-ausstattung-button,#openimmo-search-fields .openimmo-fieldwrap-region #openimmo-ausstattung-button{display:none}#openimmo-search-fields .openimmo-fieldwrap-ausstattung #openimmo-ausstattung-button span,#openimmo-search-fields .openimmo-fieldwrap-region #openimmo-ausstattung-button span{bottom:0;display:block;left:0;position:absolute;right:0;top:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}#openimmo-search-fields .openimmo-fieldwrap-ausstattung #openimmo-ausstattung-button span:nth-child(2),#openimmo-search-fields .openimmo-fieldwrap-region #openimmo-ausstattung-button span:nth-child(2){opacity:0}#openimmo-search-fields .openimmo-fieldwrap-ausstattung #openimmo-ausstattung-button.open span:first-child,#openimmo-search-fields .openimmo-fieldwrap-region #openimmo-ausstattung-button.open span:first-child{opacity:0}#openimmo-search-fields .openimmo-fieldwrap-ausstattung #openimmo-ausstattung-button.open span:nth-child(2),#openimmo-search-fields .openimmo-fieldwrap-region #openimmo-ausstattung-button.open span:nth-child(2){opacity:1}#openimmo-search-fields .openimmo-fieldwrap-ausstattung #openimmo-ausstattung-button .nc-icon,#openimmo-search-fields .openimmo-fieldwrap-region #openimmo-ausstattung-button .nc-icon{color:#4b4b4b;height:12px;position:absolute;right:30px;top:22px;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:12px}@media (min-width:768px){#openimmo-search-fields .openimmo-fieldwrap-ausstattung #openimmo-ausstattung-button .nc-icon,#openimmo-search-fields .openimmo-fieldwrap-region #openimmo-ausstattung-button .nc-icon{right:60px}}#openimmo-search-fields h4{margin-bottom:10px}@media (min-width:768px){#openimmo-search-fields .openimmo-fieldwrap-bueroflaeche,#openimmo-search-fields .openimmo-fieldwrap-gesamtflaeche,#openimmo-search-fields .openimmo-fieldwrap-grundstuecksflaeche,#openimmo-search-fields .openimmo-fieldwrap-kaufpreis,#openimmo-search-fields .openimmo-fieldwrap-nettokaltmiete,#openimmo-search-fields .openimmo-fieldwrap-wohnflaeche,#openimmo-search-fields .openimmo-fieldwrap-zimmer{flex:0 0 33.3333333333%;max-width:33.3333333333%}}#openimmo-search-fields .openimmo-fieldwrap-bueroflaeche h4,#openimmo-search-fields .openimmo-fieldwrap-gesamtflaeche h4,#openimmo-search-fields .openimmo-fieldwrap-grundstuecksflaeche h4,#openimmo-search-fields .openimmo-fieldwrap-kaufpreis h4,#openimmo-search-fields .openimmo-fieldwrap-nettokaltmiete h4,#openimmo-search-fields .openimmo-fieldwrap-wohnflaeche h4,#openimmo-search-fields .openimmo-fieldwrap-zimmer h4{margin-bottom:5px;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}#openimmo-search-fields .openimmo-fieldwrap-bueroflaeche .input-wrap,#openimmo-search-fields .openimmo-fieldwrap-gesamtflaeche .input-wrap,#openimmo-search-fields .openimmo-fieldwrap-grundstuecksflaeche .input-wrap,#openimmo-search-fields .openimmo-fieldwrap-kaufpreis .input-wrap,#openimmo-search-fields .openimmo-fieldwrap-nettokaltmiete .input-wrap,#openimmo-search-fields .openimmo-fieldwrap-wohnflaeche .input-wrap,#openimmo-search-fields .openimmo-fieldwrap-zimmer .input-wrap{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 41.6666666667%;max-width:41.6666666667%}#openimmo-search-fields .openimmo-fieldwrap-bueroflaeche .input-wrap:nth-child(3),#openimmo-search-fields .openimmo-fieldwrap-gesamtflaeche .input-wrap:nth-child(3),#openimmo-search-fields .openimmo-fieldwrap-grundstuecksflaeche .input-wrap:nth-child(3),#openimmo-search-fields .openimmo-fieldwrap-kaufpreis .input-wrap:nth-child(3),#openimmo-search-fields .openimmo-fieldwrap-nettokaltmiete .input-wrap:nth-child(3),#openimmo-search-fields .openimmo-fieldwrap-wohnflaeche .input-wrap:nth-child(3),#openimmo-search-fields .openimmo-fieldwrap-zimmer .input-wrap:nth-child(3){flex:0 0 16.6666666667%;max-width:16.6666666667%}#openimmo-search-fields .openimmo-fieldwrap-bueroflaeche .input-wrap p,#openimmo-search-fields .openimmo-fieldwrap-gesamtflaeche .input-wrap p,#openimmo-search-fields .openimmo-fieldwrap-grundstuecksflaeche .input-wrap p,#openimmo-search-fields .openimmo-fieldwrap-kaufpreis .input-wrap p,#openimmo-search-fields .openimmo-fieldwrap-nettokaltmiete .input-wrap p,#openimmo-search-fields .openimmo-fieldwrap-wohnflaeche .input-wrap p,#openimmo-search-fields .openimmo-fieldwrap-zimmer .input-wrap p{margin-top:30px}@media (min-width:768px){#openimmo-search-fields .openimmo-fieldwrap-vermarktungsart{margin-right:33.33333%}}#openimmo-search-fields .openimmo-fieldwrap-submit{text-align:right;flex:0 0 100%;max-width:100%}#openimmo-search-fields .openimmo-fieldwrap-submit button{width:auto}#openimmo-google-map-overview,#openimmo-google-map-points-of-interest{border:1px solid #cccccc;height:800px}#openimmo-google-map-overview .openimmo-google-map-point#openimmo-google-map-immobilie,#openimmo-google-map-overview .openimmo-google-map-point.openimmo-google-map-overview,#openimmo-google-map-points-of-interest .openimmo-google-map-point#openimmo-google-map-immobilie,#openimmo-google-map-points-of-interest .openimmo-google-map-point.openimmo-google-map-overview{background:transparent;height:40px;width:40px}#openimmo-google-map-overview .openimmo-google-map-point .icon-map-marker-gundlach,#openimmo-google-map-points-of-interest .openimmo-google-map-point .icon-map-marker-gundlach{display:block;height:45px;left:5px;position:relative;top:-10px;width:30px}#openimmo-google-map-overview .openimmo-google-map-point.openimmo-google-map-points-of-interest,#openimmo-google-map-points-of-interest .openimmo-google-map-point.openimmo-google-map-points-of-interest{background-color:#ed6c30 !important;color:#fff;border-radius:0}#openimmo-google-map-overview .google-maps-window,#openimmo-google-map-points-of-interest .google-maps-window{width:340px}#openimmo-google-map-overview .google-maps-window p,#openimmo-google-map-points-of-interest .google-maps-window p{line-height:34px;margin:0;text-align:right}#openimmo-google-map-overview .google-maps-window p::after,#openimmo-google-map-points-of-interest .google-maps-window p::after{clear:both;content:"";display:block}#openimmo-google-map-overview .google-maps-window p:nth-child(1),#openimmo-google-map-points-of-interest .google-maps-window p:nth-child(1){color:#4b4b4b;font-size:20px;font-weight:700;line-height:30px;margin:0 0 24px;text-align:left}@media (min-width:768px){#openimmo-google-map-overview .google-maps-window p:nth-child(1),#openimmo-google-map-points-of-interest .google-maps-window p:nth-child(1){font-size:22px;line-height:33px}}#openimmo-google-map-overview .google-maps-window p:nth-child(2),#openimmo-google-map-points-of-interest .google-maps-window p:nth-child(2){border-bottom:1px solid #cccccc;border-top:1px solid #cccccc;margin:0 0 10px}#openimmo-google-map-overview .google-maps-window p:nth-child(4),#openimmo-google-map-points-of-interest .google-maps-window p:nth-child(4){margin:0 0 24px}#openimmo-google-map-overview .google-maps-window p strong,#openimmo-google-map-points-of-interest .google-maps-window p strong{float:left;font-weight:700}#openimmo-google-map-overview .google-maps-window .button,#openimmo-google-map-points-of-interest .google-maps-window .button{position:relative;width:100%}#openimmo-google-map-overview .google-maps-window .button span,#openimmo-google-map-points-of-interest .google-maps-window .button span{color:#4b4b4b;position:absolute;right:10px}.btn-group.openimmo-google-map-points-of-interest-buttons{display:grid;flex-wrap:initial;justify-content:initial;grid-template-columns:repeat(auto-fit, minmax(45px, 1fr))}.btn-group.openimmo-google-map-points-of-interest-buttons button{flex-grow:initial;border:0;border-right:1px solid #cccccc;border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group.openimmo-google-map-points-of-interest-buttons button i{margin-right:10px}.btn-group.openimmo-google-map-points-of-interest-buttons button:last-child{border-right:0}.btn-group.openimmo-google-map-points-of-interest-buttons button.active{background:#ed6c30;color:#fff}@media (max-width:1199px){.btn-group.openimmo-google-map-points-of-interest-buttons button{padding:0}.btn-group.openimmo-google-map-points-of-interest-buttons button span{display:none}.btn-group.openimmo-google-map-points-of-interest-buttons button i{margin-right:0}}#openimmo-detail-introduction{margin-top:0}#openimmo-detail-introduction span{text-transform:uppercase}#openimmo-detail-introduction .nc-icon{height:16px;margin:0 0 0 10px;position:relative;top:1px;width:16px}@media (min-width:576px){#openimmo-detail-nav .tabs{margin-left:-30px;margin-right:-30px}}#openimmo-detail-nav ul{margin:0;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:1200px){#openimmo-detail-nav ul{flex:0 0 50%;max-width:50%}}#openimmo-detail-nav ul:first-child{padding:0 15px !important}@media (min-width:576px){#openimmo-detail-nav ul:first-child{padding:0 !important}}@media (min-width:768px){#openimmo-detail-nav ul:first-child li:first-child{margin:0 10px 0 15px}}#openimmo-detail-nav ul:last-child{display:none;list-style:none;text-align:right}@media (min-width:1200px){#openimmo-detail-nav ul:last-child{display:block}}#openimmo-detail-nav ul:last-child li{display:inline-block;margin:0}#openimmo-detail-nav ul:last-child li a{border:none;color:#4b4b4b;display:block;font-size:15px;font-weight:400;line-height:50px;padding:0 15px;text-decoration:none}#openimmo-detail-nav ul:last-child li a:hover{background:transparent;border:none;color:#ed6c30}#openimmo-detail-nav ul:last-child li a .nc-icon{height:24px;margin:0 10px 0 0;position:relative;top:4px;width:24px}#openimmo-detail-view-wrap{margin-bottom:60px}#openimmo-detail-view-wrap>.row{background:#ffffff;min-height:200px;position:relative}#openimmo-detail-view-wrap>.row .loading{-webkit-animation:fancybox-rotate 0.8s infinite linear;animation:fancybox-rotate 0.8s infinite linear;background:transparent;border:6px solid rgba(100, 100, 100, 0.4);border-radius:100%;border-top:6px solid rgba(255, 255, 255, 0.6);height:50px;left:50%;margin-left:-25px;margin-top:-25px;position:absolute;top:100px;width:50px;z-index:10}#openimmo-detail-view-wrap>.row>.col{background:#ffffff;left:0;opacity:0;position:absolute;right:0;top:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;visibility:hidden;width:100%;z-index:20}#openimmo-detail-view-wrap>.row>.col.active{opacity:1;position:relative;visibility:visible}#main #openimmo-detail-view-information h2{margin-top:0}#main #openimmo-detail-view-information h3{border-bottom:1px solid #cccccc;margin-bottom:20px;padding-bottom:20px}#main #openimmo-detail-view-information img{height:auto;margin:0 0 50px;width:100%}#main #openimmo-detail-view-information .label{margin-bottom:0}#main #openimmo-detail-view-information p.address{margin-bottom:50px}#main #openimmo-detail-view-information .row:last-child .col{margin-bottom:50px;flex:0 0 100%;max-width:100%}@media (min-width:992px){#main #openimmo-detail-view-information .row:last-child .col{flex:0 0 33.3333333333%;max-width:33.3333333333%}#main #openimmo-detail-view-information .row:last-child .col:last-child{margin-bottom:0;flex:0 0 100%;max-width:100%}}.frame-type-mask_tabs+.frame-type-list .tx-openimmo #openimmo-search-fields,.frame-type-mask_tabs+.frame-type-list .tx-openimmo header{display:none}#openimmo-quick-search-nav .input-wrap::after{clear:both;content:"";display:block}#openimmo-quick-search-nav .radio{float:left;width:33%}#openimmo-quick-search-wrap{height:283px;position:relative}#openimmo-quick-search-wrap .openimmo-quick-search-form{display:none;height:219px;left:0;position:absolute;top:64px;width:100%}#openimmo-quick-search-wrap .openimmo-quick-search-form.active{display:block}#main #openimmo-detail-view-information #openimmo-detail-view-gallery img{margin:0}#main #openimmo-detail-view-information #openimmo-detail-view-gallery .stage-main{flex:0 0 100%;max-width:100%}@media (min-width:768px){#main #openimmo-detail-view-information #openimmo-detail-view-gallery .stage-main{flex:0 0 75%;max-width:75%}}#main #openimmo-detail-view-information #openimmo-detail-view-gallery .stage-main .swiper-container.teaser-stage-main{padding:0}#main #openimmo-detail-view-information #openimmo-detail-view-gallery .stage-aside{flex:0 0 25%;max-width:25%}#main #openimmo-detail-view-information #openimmo-detail-view-gallery .stage-aside .swiper-container.teaser-stage-pagination{height:319px}@media (min-width:992px){#main #openimmo-detail-view-information #openimmo-detail-view-gallery .stage-aside .swiper-container.teaser-stage-pagination{height:419px}}@media (min-width:1200px){#main #openimmo-detail-view-information #openimmo-detail-view-gallery .stage-aside .swiper-container.teaser-stage-pagination{height:495px}}#main #openimmo-detail-view-information #openimmo-detail-view-gallery .stage-aside .swiper-container.teaser-stage-pagination::after{background:#ffffff;bottom:0;content:"";display:block;height:34px;left:0;position:absolute;right:0;z-index:5}#main #openimmo-detail-view-information #openimmo-detail-view-gallery .stage-aside .swiper-container.teaser-stage-pagination .swiper-wrapper{top:-99px}@media (min-width:992px){#main #openimmo-detail-view-information #openimmo-detail-view-gallery .stage-aside .swiper-container.teaser-stage-pagination .swiper-wrapper{top:-132px}}@media (min-width:1200px){#main #openimmo-detail-view-information #openimmo-detail-view-gallery .stage-aside .swiper-container.teaser-stage-pagination .swiper-wrapper{top:-157px}}#main #openimmo-detail-view-information #openimmo-detail-view-gallery .stage-aside .swiper-container.teaser-stage-pagination .swiper-slide{height:auto;width:100%}#main #openimmo-detail-view-information .frame-type-mask_cta_image{padding:0 0}#openimmo-detail-view-wrap .overview-bar{background-color:#00594e;padding:20px;color:#ffffff;display:grid;grid-template-columns:250px auto auto auto auto auto;margin-top:-50px;position:relative;z-index:1}#openimmo-detail-view-wrap .overview-bar>div{border-right:1px solid #ffffff;padding-left:20px}#openimmo-detail-view-wrap .overview-bar>div p{margin-top:5px;color:#ffffff !important}#openimmo-detail-view-wrap .overview-bar>div:last-child{border-right:0}#openimmo-detail-view-wrap .immo-description{display:grid;grid-template-columns:auto 300px;column-gap:40px;row-gap:80px;margin-top:50px;margin-bottom:100px}#openimmo-detail-view-wrap .immo-description>div p{margin-bottom:0 !important}#openimmo-detail-view-wrap .immo-description>div .col{padding:0 !important;margin-bottom:40px}#openimmo-detail-view-wrap .immo-description>div.sidebar .button-wrap{margin-bottom:24px}#openimmo-detail-view-wrap .immo-description>div.sidebar .button-wrap .button{display:block;text-align:left;margin-block:16px}#openimmo-detail-view-wrap .immo-description>div.sidebar .button-wrap .button svg{position:relative;top:7px;margin-right:10px}#openimmo-detail-view-wrap .immo-contacts{}#openimmo-detail-view-wrap .immo-contacts .contact-person h3{border-bottom:0 !important;padding-bottom:0 !important}@media (max-width:1024px){#openimmo-detail-view-wrap .overview-bar{grid-template-columns:1fr 1fr 1fr;row-gap:32px}#openimmo-detail-view-wrap .overview-bar>div{border-right:0}#openimmo-detail-view-wrap .overview-bar>div:nth-child(3n+1),#openimmo-detail-view-wrap .overview-bar>div:nth-child(3n+2){border-right:1px solid #ffffff}#openimmo-detail-view-wrap .immo-description{grid-template-columns:auto 260px}}@media (max-width:768px){#openimmo-detail-view-wrap .overview-bar{margin-top:-1px}#openimmo-detail-view-wrap .immo-description{grid-template-columns:1fr}#openimmo-detail-view-wrap .immo-description .sidebar{display:grid}#openimmo-detail-view-wrap .immo-description .sidebar>div.button-wrap{order:3}}@media (max-width:550px){#openimmo-detail-view-wrap .overview-bar{grid-template-columns:1fr 1fr}#openimmo-detail-view-wrap .overview-bar>div,#openimmo-detail-view-wrap .overview-bar>div:nth-child(3n+1),#openimmo-detail-view-wrap .overview-bar>div:nth-child(3n+2){border-right:0}#openimmo-detail-view-wrap .overview-bar>div:nth-child(odd){border-right:1px solid #ffffff}}#openimmo-detail-view-gallery-slider{margin:0 -15px}#openimmo-detail-view-gallery-slider .swiper-container{margin-left:auto;margin-right:auto;position:relative;width:100%;z-index:1}#openimmo-detail-view-gallery-slider .swiper-container .swiper-wrapper{box-sizing:content-box;display:flex;position:relative;transition-property:transform;height:100%;width:100%;max-width:1000px;z-index:1}#openimmo-detail-view-gallery-slider .swiper-container .swiper-wrapper .swiper-slide{position:relative;max-width:800px;width:100%;flex-shrink:0;padding-top:56.25%;overflow:hidden}#openimmo-detail-view-gallery-slider .swiper-container .swiper-wrapper .swiper-slide a{display:block;position:absolute;top:0;left:0;width:100%;height:100%}#openimmo-detail-view-gallery-slider .swiper-container .swiper-wrapper .swiper-slide a img{object-fit:cover;width:100% !important;height:100% !important;margin:0 !important}#openimmo-detail-view-gallery-slider .swiper-container .swiper-wrapper .swiper-slide a:hover{border-bottom:0 !important}#openimmo-detail-view-gallery-slider .swiper-container .swiper-button-prev{background:#ed6c30;position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:1;width:40px;height:40px;cursor:pointer}#openimmo-detail-view-gallery-slider .swiper-container .swiper-button-prev .nc-icon{position:absolute;width:100%;height:100%;padding:14px;color:#fff}#openimmo-detail-view-gallery-slider .swiper-container .swiper-button-next{background:#ed6c30;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:1;width:40px;height:40px;cursor:pointer}#openimmo-detail-view-gallery-slider .swiper-container .swiper-button-next .nc-icon{position:absolute;width:100%;height:100%;padding:14px;color:#fff}@media (max-width:550px){#openimmo-detail-view-gallery-slider{margin:0}}#main .frame-type-mask_two_columns .two-columns{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}@media (min-width:992px){#main .frame-type-mask_two_columns .two-columns{min-height:680px}}#main .frame-type-mask_two_columns .two-columns .two-columns-left,#main .frame-type-mask_two_columns .two-columns .two-columns-right{background:#eeeeee;padding-top:40px;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:992px){#main .frame-type-mask_two_columns .two-columns .two-columns-left,#main .frame-type-mask_two_columns .two-columns .two-columns-right{padding-right:120px !important;flex:0 0 50%;max-width:50%}}#main .frame-type-mask_two_columns .two-columns .two-columns-left::after,#main .frame-type-mask_two_columns .two-columns .two-columns-right::after{clear:both;content:"";display:block}#main .frame-type-mask_two_columns .two-columns .two-columns-left .frame,#main .frame-type-mask_two_columns .two-columns .two-columns-right .frame{height:100%;padding:0 !important}@media (min-width:992px){#main .frame-type-mask_two_columns .two-columns .two-columns-left .frame,#main .frame-type-mask_two_columns .two-columns .two-columns-right .frame{float:right;max-width:330px;max-width:345px}}@media (min-width:1200px){#main .frame-type-mask_two_columns .two-columns .two-columns-left .frame,#main .frame-type-mask_two_columns .two-columns .two-columns-right .frame{max-width:435px}}#main .frame-type-mask_two_columns .two-columns .two-columns-left .frame .col,#main .frame-type-mask_two_columns .two-columns .two-columns-left .frame .row,#main .frame-type-mask_two_columns .two-columns .two-columns-right .frame .col,#main .frame-type-mask_two_columns .two-columns .two-columns-right .frame .row{height:100%}#main .frame-type-mask_two_columns .two-columns .two-columns-left .frame.frame-type-table .row,#main .frame-type-mask_two_columns .two-columns .two-columns-right .frame.frame-type-table .row{margin:0 !important}#main .frame-type-mask_two_columns .two-columns .two-columns-left .frame.frame-type-table .row .col,#main .frame-type-mask_two_columns .two-columns .two-columns-right .frame.frame-type-table .row .col{padding:0 !important}#main .frame-type-mask_two_columns .two-columns .two-columns-left .frame.frame-type-table .row .col .ce-table,#main .frame-type-mask_two_columns .two-columns .two-columns-right .frame.frame-type-table .row .col .ce-table{margin:0 !important}#main .frame-type-mask_two_columns .two-columns .two-columns-left .frame:first-child,#main .frame-type-mask_two_columns .two-columns .two-columns-right .frame:first-child{margin-top:0}#main .frame-type-mask_two_columns .two-columns .two-columns-left .frame:last-child,#main .frame-type-mask_two_columns .two-columns .two-columns-right .frame:last-child{margin-bottom:0}@media (min-width:992px){#main .frame-type-mask_two_columns .two-columns .two-columns-right{padding-left:120px !important;padding-right:15px !important}}@media (min-width:992px){#main .frame-type-mask_two_columns .two-columns .two-columns-right .frame{float:left}}#main .frame-type-mask_two_columns .two-columns #c502 header h1,#main .frame-type-mask_two_columns .two-columns #c502 header h2,#main .frame-type-mask_two_columns .two-columns #c502 header h3,#main .frame-type-mask_two_columns .two-columns #c502 header h4{color:#ffffff}@media (min-width:992px){#main .frame-type-mask_two_columns .two-columns #c502 .ce-textpic{bottom:0;left:15px;position:absolute}}#main .frame-type-mask_two_columns .two-columns #c502 .ce-textpic p{color:#ffffff}#main .frame-type-mask_two_columns .two-columns.neighbors{min-height:inherit}#main .frame-type-mask_two_columns .two-columns.neighbors .two-columns-left{padding-right:20px !important}#main .frame-type-mask_two_columns .two-columns.neighbors .two-columns-right{padding-left:20px !important}#main .frame-type-mask_two_columns .two-columns.neighbors .two-columns-left,#main .frame-type-mask_two_columns .two-columns.neighbors .two-columns-right{background-color:#ffffff !important;padding-bottom:0}#main .frame-type-mask_two_columns .two-columns.neighbors .two-columns-left .frame,#main .frame-type-mask_two_columns .two-columns.neighbors .two-columns-right .frame{max-width:530px !important}#main .frame-type-mask_two_columns .two-columns.seventy-thirty{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 auto;padding-right:initial;padding-left:initial}#main .frame-type-mask_two_columns .two-columns.seventy-thirty .two-columns-left{background:initial !important;padding-right:initial !important;padding-left:initial}@media (min-width:992px){#main .frame-type-mask_two_columns .two-columns.seventy-thirty .two-columns-left{flex:0 0 66.6666666667%;max-width:66.6666666667%}}#main .frame-type-mask_two_columns .two-columns.seventy-thirty .two-columns-left .frame{float:initial;max-width:initial}#main .frame-type-mask_two_columns .two-columns.seventy-thirty .two-columns-left .row{width:100%}#main .frame-type-mask_two_columns .two-columns.seventy-thirty .two-columns-left .row .col{max-width:initial !important;width:100%}#main .frame-type-mask_two_columns .two-columns.seventy-thirty .two-columns-right{background:initial !important;padding-left:initial !important}@media (min-width:992px){#main .frame-type-mask_two_columns .two-columns.seventy-thirty .two-columns-right{flex:0 0 33.3333333333%;max-width:33.3333333333%}}#main .frame-type-mask_two_columns .two-columns.thirty-seventy{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%;margin:0 auto;padding-right:0 !important;padding-left:0 !important}#main .frame-type-mask_two_columns .two-columns.thirty-seventy .two-columns-left{background:initial !important;padding-right:initial !important;padding-left:initial}@media (min-width:992px){#main .frame-type-mask_two_columns .two-columns.thirty-seventy .two-columns-left{flex:0 0 33.3333333333%;max-width:33.3333333333%}}#main .frame-type-mask_two_columns .two-columns.thirty-seventy .two-columns-left .frame{float:initial;max-width:initial}#main .frame-type-mask_two_columns .two-columns.thirty-seventy .two-columns-left .row{width:100%}#main .frame-type-mask_two_columns .two-columns.thirty-seventy .two-columns-left .row .col{max-width:initial !important;width:100%}#main .frame-type-mask_two_columns .two-columns.thirty-seventy .two-columns-right{background:initial !important;padding-left:initial !important;padding-right:initial !important}@media (min-width:992px){#main .frame-type-mask_two_columns .two-columns.thirty-seventy .two-columns-right{padding-left:48px !important;flex:0 0 66.6666666667%;max-width:66.6666666667%}}#main .frame-type-mask_two_columns .two-columns.thirty-seventy .two-columns-right .frame{max-width:100% !important}#main #c500 .two-columns .two-columns-right{background:#eeeeee url("/fileadmin/Bilder/Mit-gutem-Gefuehl/karriere.jpg") no-repeat scroll top center / cover}#main #c500 .two-columns .two-columns-right::after{background:linear-gradient(20deg, #00594e 0%, rgba(0, 89, 78, 0) 60%);bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:0}#main #c500 .two-columns .two-columns-right .frame{position:relative;z-index:10}#main #c1918 .two-columns .two-columns-left{background:#ffffff;padding-bottom:60px;padding-right:15px !important;padding-top:0}@media (min-width:992px){#main #c1918 .two-columns .two-columns-left{padding-bottom:0}}#main #c1918 .two-columns .two-columns-left .frame{max-width:535px}#main #c1918 .two-columns .two-columns-right{background:#ffffff;padding-bottom:0;padding-top:0}@media (min-width:992px){#main #c1918 .two-columns .two-columns-right .ce-textpic{position:relative;top:111px}}.frame-type-mask_three_columns .three-columns-container{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:30px}.frame-type-mask_three_columns .three-columns-container .column .frame{padding:0;margin:0}.frame-type-mask_three_columns .three-columns-container .column .frame.frame-type-shortcut .row{margin-left:0 !important;margin-right:0 !important}.frame-type-mask_three_columns .three-columns-container .column .frame.frame-type-shortcut .row .contact-person img{width:100%;height:auto}.frame-type-mask_three_columns .three-columns-container .column .frame.frame-type-textmedia.frame-layout-0{margin-bottom:initial;width:100%;height:auto}.frame-type-mask_three_columns .three-columns-container .column .frame.frame-type-textmedia.frame-layout-0 .row{display:block;flex-wrap:initial;margin-left:0 !important;margin-right:0 !important}.frame-type-mask_three_columns .three-columns-container .column .frame.frame-type-textmedia.frame-layout-0 .row .col{flex-basis:initial;flex-grow:initial}.frame-type-mask_three_columns .three-columns-container .column .frame.frame-type-textmedia.frame-layout-0 .row .col .ce-textpic.ce-center.ce-above,.frame-type-mask_three_columns .three-columns-container .column .frame.frame-type-textmedia.frame-layout-0 .row .col header{margin-left:-15px;margin-right:-15px}.frame-type-mask_three_columns .three-columns-container .column .frame.frame-type-textmedia.frame-layout-0 .row .col .ce-outer{position:initial;float:initial;right:initial}.frame-type-mask_three_columns .three-columns-container .column .frame.frame-type-textmedia.frame-layout-0 .row .col .ce-outer .ce-inner{position:initial;float:initial;right:initial}.frame-type-mask_three_columns .three-columns-container .column .frame.frame-type-textmedia.frame-layout-0 .row .col .ce-outer .ce-inner .ce-row .ce-column{width:100%}.frame-type-mask_three_columns .three-columns-container .column .frame.frame-type-textmedia.frame-layout-0 .row .col .ce-outer .ce-inner .ce-row .ce-column figure{width:100%}.frame-type-mask_three_columns .three-columns-container .column .frame.frame-type-mask_benefits.frame-layout-0{margin-top:initial}.frame-type-mask_three_columns .three-columns-button{text-align:center}@media (max-width:1199px){.frame-type-mask_three_columns .three-columns-container{grid-template-columns:1fr 1fr}.frame-type-mask_three_columns .column:last-child{grid-column:span 2}}@media (max-width:991px){.frame-type-mask_three_columns .three-columns-container{grid-template-columns:1fr}.frame-type-mask_three_columns .column:last-child{grid-column:initial}}.frame-type-mask_four_columns .four-columns-container{display:grid;grid-template-columns:1fr;grid-column-gap:32px;grid-row-gap:48px}.frame-type-mask_four_columns .four-columns-container>div{box-sizing:border-box;text-align:left !important}.frame-type-mask_four_columns .four-columns-container>div h3{margin:0 0 60px !important;text-align:left !important}.frame-type-mask_four_columns .four-columns-container>div .frame{margin-top:0}.frame-type-mask_four_columns .four-columns-container .frame,.frame-type-mask_four_columns .four-columns-container .row,.frame-type-mask_four_columns .four-columns-container .col{padding-left:0 !important;padding-right:0 !important;margin-left:0 !important;margin-right:0 !important}@media (min-width:576px){.frame-type-mask_four_columns .four-columns-container{grid-template-columns:repeat(2, 1fr)}}@media (min-width:992px){.frame-type-mask_four_columns .four-columns-container{grid-template-columns:repeat(4, 1fr)}}#c2759 .column>div{margin-bottom:10px !important}#c2759 .ce-bodytext h3{margin-bottom:10px !important}.news .clear{clear:both}.news .nav ul{float:left;display:inline;margin:0}.news .nav li{float:left}.news .nav a{float:left;display:block}.news .nav:after{content:".";display:block;height:0;clear:both;visibility:hidden}.news .article{padding-bottom:15px;margin-bottom:15px}.news .article:last-child{padding-bottom:0;margin-bottom:0}.news .article:after{content:".";display:block;height:0;clear:both;visibility:hidden}.news .article .news-img-wrap{float:left;margin:3px 12px 5px 0;background:#fff}.news .article .news-img-wrap a{display:block;float:left;padding:4px;border:1px solid #ddd;background:#fff}.news .article .news-img-wrap img{float:left;height:auto;width:auto}.news .article .teaser-text{margin:0 0 10px 0}.news .article h3{margin-bottom:0}.news .footer{clear:both;padding:10px 0 0 0;border-top:1px solid #eee;margin-top:15px;color:#888}.news .footer p{line-height:1em}.news .footer span{display:inline-block;padding-right:8px;margin-right:8px;border-right:1px solid #ddd}.news .footer span:last-child{border-right:0}.news .footer .news-category a{text-transform:uppercase}.news .no-news-found{color:#DB0202;font-style:italic}.news .page-navigation p{float:left}.news .page-navigation ul{float:right}.news .page-navigation ul li{float:left;display:block;padding:0 2px;background:none}.news .page-navigation ul li a{display:block}.news-category-view ul li{padding:5px 8px}.news-category-view ul li li{padding:2px 8px 2px 12px}.news-category-view>ul>li:nth-child(even){background:#f9f9f9;border-top:1px solid #eee;border-bottom:1px solid #eee}.news-category-view .category-desc{padding-left:10px;margin-left:10px;border-left:1px solid #ddd}.news-single .footer{margin-bottom:20px;margin-top:5px;padding:10px 0 0 0;border-bottom:0;border-top:1px solid #eee}.news-single .article .news-img-wrap{float:right;width:282px;margin:0 0 0 25px}.news-single .article .news-img-wrap img{float:none}.news-single .teaser-text{font-size:15px;color:#888}.news-text-wrap{margin-bottom:10px}.news-img-caption{color:#888}.news-related-wrap{display:table;margin-top:20px;width:100%}.news-related{width:50%;padding:15px;border:1px solid #eee;display:table-cell}.news-related ul li{line-height:1em;margin-bottom:12px}.news-related ul li span{border-right:1px solid #DDDDDD;display:inline-block;margin-right:8px;padding-right:8px;color:#888}.news-related ul li span:last-child{border-right:0;padding-right:0}.news-related h4{margin-bottom:10px}.news-related-files ul li{margin-bottom:20px}.news-related-files .news-related-files-link .jpg{background-position:0 0}.news-clear{clear:both}#main .news.layout-6{background:#eeeeee;padding:60px 0;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .news.layout-6 .link-all{margin-top:15px;justify-content:flex-end}#main .news.layout-6 .link-all .col{flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .news.layout-6 .link-all .col{padding-left:100px;flex:0 0 50%;max-width:50%}}#main .news.layout-7,#main .news.layout-9{padding:60px 0}#main .news.layout-7 .link-all,#main .news.layout-9 .link-all{margin-top:15px;justify-content:flex-end}#main .news.layout-7 .link-all .col,#main .news.layout-9 .link-all .col{flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .news.layout-7 .link-all .col,#main .news.layout-9 .link-all .col{padding-left:100px;flex:0 0 50%;max-width:50%}}#main .news-list-view.layout-2{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .news-list-view.layout-2 .article{margin-bottom:60px;padding-bottom:0;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .news-list-view.layout-2 .article{flex:0 0 33.3333333333%;max-width:33.3333333333%}}#main .news-list-view.layout-2 .image{margin-bottom:15px;overflow:hidden;position:relative}#main .news-list-view.layout-2 .image a{border:none;display:block;line-height:0}#main .news-list-view.layout-2 .image a:hover{border:none}#main .news-list-view.layout-2 .image img{height:auto;width:100%}#main .news-list-view.layout-2 .image .comments{bottom:15px;color:#ffffff;position:absolute;right:60px}#main .news-list-view.layout-2 .image .comments .nc-icon{height:18px;margin:0 3px 0 0;position:relative;top:3px;width:18px}#main .news-list-view.layout-2 .image .hearts{bottom:15px;color:#ffffff;position:absolute;right:15px}#main .news-list-view.layout-2 .image .hearts .nc-icon{height:18px;margin:0 3px 0 0;position:relative;top:3px;width:18px}#main .news-list-view.layout-2 .info{color:#ed6c30;font-size:15px;font-weight:400;line-height:24px;margin-bottom:15px;text-transform:uppercase}#main .news-list-view.layout-2 .info span{color:#4b4b4b}#main .news-list-view.layout-2 .info span.date{margin:0 5px 0 0}#main .news-list-view.layout-2 .info span.category{margin:0 0 0 5px}#main .news-list-view.layout-2 .teaser h3{margin-bottom:15px}#main .news-list-view.layout-4{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .news-list-view.layout-4 .article{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}#main .news-list-view.layout-4 .article::after{clear:both;content:"";display:block}#main .news-list-view.layout-4 .date{border-right:1px solid #ed6c30;float:left;height:100%;padding:0 15px 0 0;width:55px}#main .news-list-view.layout-4 .date p{color:#ed6c30;text-align:right}#main .news-list-view.layout-4 .teaser{float:right;width:calc(100% - 85px)}#main .news-list-view.layout-4 .teaser h3{margin-bottom:15px}#main .news-list-view.layout-4 img{display:none}#main .news-list-view.layout-5{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .news-list-view.layout-5 .article{margin-bottom:30px;padding-bottom:0;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .news-list-view.layout-5 .article{flex:0 0 50%;max-width:50%}}#main .news-list-view.layout-5 .teaser{background:#eeeeee;padding:15px}#main .news-list-view.layout-5 h3{margin-bottom:0}#main .news-list-view.layout-6,#main .news-list-view.layout-7,#main .news-list-view.layout-9{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .news-list-view.layout-6 .article,#main .news-list-view.layout-7 .article,#main .news-list-view.layout-9 .article{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .news-list-view.layout-6 .article,#main .news-list-view.layout-7 .article,#main .news-list-view.layout-9 .article{flex:0 0 50%;max-width:50%}}#main .news-list-view.layout-6 .article:last-child,#main .news-list-view.layout-7 .article:last-child,#main .news-list-view.layout-9 .article:last-child{margin-bottom:15px;padding-bottom:15px}#main .news-list-view.layout-6 .article::after,#main .news-list-view.layout-7 .article::after,#main .news-list-view.layout-9 .article::after{clear:both;content:"";display:block}#main .news-list-view.layout-6 .date,#main .news-list-view.layout-7 .date,#main .news-list-view.layout-9 .date{border-right:1px solid #ed6c30;float:left;height:100%;padding:0 15px 0 0;width:55px}#main .news-list-view.layout-6 .date p,#main .news-list-view.layout-7 .date p,#main .news-list-view.layout-9 .date p{color:#ed6c30;text-align:right}#main .news-list-view.layout-6 .teaser,#main .news-list-view.layout-7 .teaser,#main .news-list-view.layout-9 .teaser{float:right;width:calc(100% - 85px)}#main .news-list-view.layout-6 .teaser.year p,#main .news-list-view.layout-7 .teaser.year p,#main .news-list-view.layout-9 .teaser.year p{display:inline-block;margin:0 5px 0 0}#main .news-list-view.layout-6 .teaser h3,#main .news-list-view.layout-7 .teaser h3,#main .news-list-view.layout-9 .teaser h3{margin-bottom:15px}#main .news-list-view.layout-6 .preview,#main .news-list-view.layout-7 .preview,#main .news-list-view.layout-9 .preview{width:100%}@media (min-width:576px){#main .news-list-view.layout-6 .preview,#main .news-list-view.layout-7 .preview,#main .news-list-view.layout-9 .preview{float:left;height:100%;width:100px}}#main .news-list-view.layout-6 .preview+.teaser,#main .news-list-view.layout-7 .preview+.teaser,#main .news-list-view.layout-9 .preview+.teaser{width:100%}@media (min-width:576px){#main .news-list-view.layout-6 .preview+.teaser,#main .news-list-view.layout-7 .preview+.teaser,#main .news-list-view.layout-9 .preview+.teaser{width:calc(100% - 130px)}}#main .news-list-view.layout-6 .preview img,#main .news-list-view.layout-7 .preview img,#main .news-list-view.layout-9 .preview img{display:block;height:auto;width:100%}#main .news-list-view.layout-6 img,#main .news-list-view.layout-7 img,#main .news-list-view.layout-9 img{display:none}#main .news-list-view.layout-7 .teaser p,#main .news-list-view.layout-7 .teaser h3,#main .news-list-view.layout-9 .teaser p,#main .news-list-view.layout-9 .teaser h3{margin-bottom:0;margin-top:0}#main .news-list-view .pagination{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}#main .news-single.layout-6{background:#ffffff;padding:0}#main .news-single.layout-6 .info{color:#ed6c30;font-size:15px;font-weight:400;line-height:24px;margin-bottom:15px;text-transform:uppercase}#main .news-single.layout-6 .info::after{clear:both;content:"";display:block}#main .news-single.layout-6 .info span{color:#4b4b4b}#main .news-single.layout-6 .info span.date{margin:0 10px 0 0}#main .news-single.layout-6 .info span.category{margin:0 0 0 10px}#main .news-single.layout-6 .info span.comments{float:right;opacity:0.5}#main .news-single.layout-6 .info span.hearts{float:right;margin:0 0 0 15px;opacity:0.5}#main .news-single.layout-6 .info span .nc-icon{height:18px;margin:0 3px 0 0;position:relative;top:3px;width:18px}#main .news-single.layout-6 .frame-type-mask_teaser_stage{margin:0 0 60px;max-width:1140px;width:100%}#main .news-single.layout-6 .news-img-wrap{float:none;margin:0 0 30px;width:100%}#main .news-single.layout-6 .news-img-wrap img{height:auto;width:100%}@media (min-width:768px){#main .news-single.layout-6 .lead,#main .news-single.layout-6 .text{padding:0 60px}}#main .news-single.layout-6 .tags{margin:24px 0 0}@media (min-width:768px){#main .news-single.layout-6 .tags{padding:0 60px}}#main .news-single.layout-6 .tags ul{list-style:none;padding:0}#main .news-single.layout-6 .tags ul li{background:#eeeeee;display:inline-block;font-weight:700;margin:0 10px 0 0;padding:5px 15px}#main .news-single.layout-6 .pager{border-bottom:1px solid #cccccc;border-top:1px solid #cccccc;list-style:none;margin:60px 0 0 !important;padding:10px 0;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .news-single.layout-6 .pager li{margin:0;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%}#main .news-single.layout-6 .pager li .nc-icon{height:12px;position:absolute;top:6px;width:12px}#main .news-single.layout-6 .pager li.previous a{padding:0 0 0 20px}#main .news-single.layout-6 .pager li.previous a .nc-icon{left:0}#main .news-single.layout-6 .pager li.next{text-align:right}#main .news-single.layout-6 .pager li.next a{padding:0 20px 0 0}#main .news-single.layout-6 .pager li.next a .nc-icon{right:0}#main .news-single.layout-6 .pager li a{display:inline-block;height:100%;position:relative}#main .news-single.layout-6 .related-news{margin-top:60px}#main .news-single.layout-6 .related-news ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .news-single.layout-6 .related-news ul li{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%}#main .news-single.layout-6 .related-news ul li a{border:none;display:block;height:100%}#main .news-single.layout-6 .related-news ul li a:hover{border:none}#main .news-single.layout-6 .related-news ul li .item{background:#eeeeee;height:100%;padding:15px}#main .news-single.layout-6 .related-news ul li .image{float:left;height:75px;margin:0 15px 0 0;overflow:hidden;position:relative;width:75px}#main .news-single.layout-6 .related-news ul li .image img{height:auto;left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate(-50%, -50%);width:auto}#main .news-single.layout-6 .related-news ul li .date{display:block}#main .news-single.layout-6 .frame{padding:0 60px}#c986 .link-all,#c987 .link-all,#c2478 .link-all{display:none}#c988 .article{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}#main #projects-marker,#main #locations-marker{display:none}#main #projects-map,#main #openimmo-google-map-overview,#main #locations-map{border:1px solid #cccccc;background:#eeeeee}#main #projects-map .thumbnail,#main #openimmo-google-map-overview .thumbnail,#main #locations-map .thumbnail{border:none;display:block;line-height:0;margin:0 0 15px;position:relative;width:320px}@media (min-width:768px){#main #projects-map .thumbnail,#main #openimmo-google-map-overview .thumbnail,#main #locations-map .thumbnail{width:480px}}#main #projects-map .thumbnail:hover,#main #openimmo-google-map-overview .thumbnail:hover,#main #locations-map .thumbnail:hover{border:none}#main #projects-map .thumbnail img,#main #openimmo-google-map-overview .thumbnail img,#main #locations-map .thumbnail img{height:auto;width:100%}#main #projects-map .thumbnail .project-status,#main #openimmo-google-map-overview .thumbnail .project-status,#main #locations-map .thumbnail .project-status{bottom:0;color:#ffffff;font-size:16px;font-weight:700;height:30px;left:0;line-height:30px;position:absolute;right:0;text-align:center;z-index:20}#main #projects-map .thumbnail .project-status.layout-1,#main #openimmo-google-map-overview .thumbnail .project-status.layout-1,#main #locations-map .thumbnail .project-status.layout-1{display:none}#main #projects-map .thumbnail .project-status.layout-2,#main #openimmo-google-map-overview .thumbnail .project-status.layout-2,#main #locations-map .thumbnail .project-status.layout-2{background:#00594e}#main #projects-map .thumbnail .project-status.layout-3,#main #openimmo-google-map-overview .thumbnail .project-status.layout-3,#main #locations-map .thumbnail .project-status.layout-3{background:#ed6c30}#main #projects-map .thumbnail .project-status.layout-4,#main #openimmo-google-map-overview .thumbnail .project-status.layout-4,#main #locations-map .thumbnail .project-status.layout-4{background:#4b4b4b}#main #projects-map .thumbnail .project-status.layout-5,#main #openimmo-google-map-overview .thumbnail .project-status.layout-5,#main #locations-map .thumbnail .project-status.layout-5{background:#00594e}#main #projects-map .thumbnail .project-status.layout-6,#main #openimmo-google-map-overview .thumbnail .project-status.layout-6,#main #locations-map .thumbnail .project-status.layout-6{background:#ed6c30}#main #projects-map .content,#main #openimmo-google-map-overview .content,#main #locations-map .content{padding:0 15px 60px 15px;position:relative;width:320px}@media (min-width:768px){#main #projects-map .content,#main #openimmo-google-map-overview .content,#main #locations-map .content{width:480px}}#main #projects-map .content .label,#main #projects-map .content h3,#main #openimmo-google-map-overview .content .label,#main #openimmo-google-map-overview .content h3,#main #locations-map .content .label,#main #locations-map .content h3{margin:0}#main #projects-map .content table,#main #openimmo-google-map-overview .content table,#main #locations-map .content table{margin:15px 0}#main #projects-map .content table tr.border,#main #openimmo-google-map-overview .content table tr.border,#main #locations-map .content table tr.border{border-bottom:1px solid #cccccc;border-top:1px solid #cccccc}#main #projects-map .content table tr.border+tr td,#main #projects-map .content table tr.border+tr th,#main #openimmo-google-map-overview .content table tr.border+tr td,#main #openimmo-google-map-overview .content table tr.border+tr th,#main #locations-map .content table tr.border+tr td,#main #locations-map .content table tr.border+tr th{padding:10px 0 5px}#main #projects-map .content table td,#main #projects-map .content table th,#main #openimmo-google-map-overview .content table td,#main #openimmo-google-map-overview .content table th,#main #locations-map .content table td,#main #locations-map .content table th{padding:5px 0}#main #projects-map .content .button,#main #openimmo-google-map-overview .content .button,#main #locations-map .content .button{bottom:15px;left:15px;position:absolute;right:15px;width:auto}#main #projects-map .content .button .nc-icon,#main #openimmo-google-map-overview .content .button .nc-icon,#main #locations-map .content .button .nc-icon{color:#4b4b4b;height:12px;position:absolute;right:10px;top:15px;width:12px}@media (min-width:768px){#main #locations-map .thumbnail,#main #locations-map .content{width:320px}}#main .tx-team{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .tx-team .input-wrap{margin:0}#main .tx-team #team-filter-2[disabled="disabled"]+span{display:none}#main .tx-team .search-reset{color:#cccccc;cursor:pointer;display:block;height:38px;line-height:40px;position:absolute;right:0;text-align:center;top:0;width:38px;z-index:10}#main .tx-team .search-reset .nc-icon{height:14px;position:relative;width:14px}#main .tx-team label{color:#00594e;display:block;height:38px;left:0;line-height:42px;position:absolute;text-align:center;top:0;width:38px;z-index:10}#main .tx-team label .nc-icon{height:16px;position:relative;width:16px}#main .tx-team input[type="text"]{padding:6px 38px}#main .tx-team .team-filter{padding-bottom:60px;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .tx-team .team-filter .col{flex:0 0 100%;max-width:100%}#main .tx-team .team-filter .col:nth-child(1){margin:0 0 30px}@media (min-width:768px){#main .tx-team .team-filter .col:nth-child(1){margin:0;flex:0 0 33.3333333333%;max-width:33.3333333333%}}@media (min-width:768px){#main .tx-team .team-filter .col:nth-child(2){margin:0 0 0 8.3333333333%;text-align:right;flex:0 0 8.3333333333%;max-width:8.3333333333%}}#main .tx-team .team-filter .col:nth-child(3){margin:0 0 30px}@media (min-width:768px){#main .tx-team .team-filter .col:nth-child(3){margin:0;flex:0 0 25%;max-width:25%}}@media (min-width:768px){#main .tx-team .team-filter .col:nth-child(4){flex:0 0 25%;max-width:25%}}#main .tx-team .team-filter p{line-height:38px !important}#main .tx-team .team-filter #hidden-filter-2{display:none}#main .tx-team .team-list{min-height:200px;padding:60px 0;position:relative;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .tx-team .team-list.mauer-1{background:transparent url("/fileadmin/Distribution/Public/Images/mauer-1.jpg") repeat-y scroll top center / 100% auto}#main .tx-team .team-list.mauer-2{background:transparent url("/fileadmin/Distribution/Public/Images/mauer-2.jpg") repeat-y scroll top center / 100% auto}#main .tx-team .team-list.mauer-3{background:transparent url("/fileadmin/Distribution/Public/Images/mauer-3.jpg") repeat scroll top center}#main .tx-team .team-list::after{background:linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);content:"";display:block;height:200px;left:0;position:absolute;right:0;top:0;z-index:0}#main .tx-team .team-list .container-fluid{display:none;overflow:hidden;position:relative;z-index:10}#main .tx-team .team-list #hidden-list{display:none}#main .tx-team .team-list #visible-list{padding:95px 0 0;position:relative}#main .tx-team .team-list #visible-list::before{background-attachment:scroll, scroll;background-image:url("/fileadmin/Distribution/Public/Images/schrauben.png"), url("/fileadmin/Distribution/Public/Images/schrauben.png");background-position:left center, right center;background-repeat:no-repeat, no-repeat;background-size:auto 100%, auto 100%;box-shadow:0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);color:#4b4b4b;content:attr(data-before);display:block;font-size:20px;font-weight:700;left:15px;line-height:29px;padding:22px 45px;position:absolute;top:0;z-index:10}@media (min-width:768px){#main .tx-team .team-list #visible-list::before{font-size:22px}}#main .tx-team .team-list #visible-list::after{background:linear-gradient(to right, #eeeeee, #a2a2a2);clear:both;color:transparent;content:attr(data-before);display:block;font-size:20px;font-weight:700;left:15px;line-height:29px;padding:22px 45px;position:absolute;text-align:center;top:0;z-index:5}@media (min-width:768px){#main .tx-team .team-list #visible-list::after{font-size:22px}}#main .tx-team .team-list .contact-person{box-shadow:0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);margin:15px 15px 30px;overflow:hidden;position:relative;width:calc(100% - 30px)}@media (min-width:768px){#main .tx-team .team-list .contact-person{float:left;width:calc(50% - 30px)}}@media (min-width:992px){#main .tx-team .team-list .contact-person{width:calc(33% - 30px)}}@media (min-width:1500px){#main .tx-team .team-list .contact-person{width:calc(25% - 30px)}}#main .tx-team .team-list .contact-person::before{bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:10}#main .tx-team .team-list .contact-person::after{content:"";display:block;padding-bottom:100%}#main .tx-team .team-list .contact-person.image-frame-1::before{background:transparent url("/fileadmin/Distribution/Public/Images/rahmen-1.png") no-repeat scroll center / cover}#main .tx-team .team-list .contact-person.image-frame-1 .text,#main .tx-team .team-list .contact-person.image-frame-1 .text-bg{padding:10px 40px 28px}@media (min-width:1200px){#main .tx-team .team-list .contact-person.image-frame-1 .text,#main .tx-team .team-list .contact-person.image-frame-1 .text-bg{padding:20px 53px 48px}}#main .tx-team .team-list .contact-person.image-frame-2::before{background:transparent url("/fileadmin/Distribution/Public/Images/rahmen-5.png") no-repeat scroll center / cover}#main .tx-team .team-list .contact-person.image-frame-2 .text,#main .tx-team .team-list .contact-person.image-frame-2 .text-bg{padding:10px 44px 26px}@media (min-width:1200px){#main .tx-team .team-list .contact-person.image-frame-2 .text,#main .tx-team .team-list .contact-person.image-frame-2 .text-bg{padding:20px 53px 47px}}#main .tx-team .team-list .contact-person.image-frame-3::before{background:transparent url("/fileadmin/Distribution/Public/Images/rahmen-3.png") no-repeat scroll center / cover}#main .tx-team .team-list .contact-person.image-frame-3 .text,#main .tx-team .team-list .contact-person.image-frame-3 .text-bg{padding:10px 27px 24px}@media (min-width:1200px){#main .tx-team .team-list .contact-person.image-frame-3 .text,#main .tx-team .team-list .contact-person.image-frame-3 .text-bg{padding:20px 38px 34px}}#main .tx-team .team-list .contact-person.image-frame-4::before{background:transparent url("/fileadmin/Distribution/Public/Images/rahmen-4.png") no-repeat scroll center / cover}#main .tx-team .team-list .contact-person.image-frame-4 .text,#main .tx-team .team-list .contact-person.image-frame-4 .text-bg{padding:10px 30px 24px}@media (min-width:1200px){#main .tx-team .team-list .contact-person.image-frame-4 .text,#main .tx-team .team-list .contact-person.image-frame-4 .text-bg{padding:20px 48px 42px}}#main .tx-team .team-list .contact-person:hover .text-bg,#main .tx-team .team-list .contact-person.hover .text-bg{height:100%}#main .tx-team .team-list .contact-person:hover .text p,#main .tx-team .team-list .contact-person:hover .text-bg p,#main .tx-team .team-list .contact-person.hover .text p,#main .tx-team .team-list .contact-person.hover .text-bg p{display:block;margin-bottom:24px}#main .tx-team .team-list .contact-person:hover .text p:nth-child(2),#main .tx-team .team-list .contact-person:hover .text-bg p:nth-child(2),#main .tx-team .team-list .contact-person.hover .text p:nth-child(2),#main .tx-team .team-list .contact-person.hover .text-bg p:nth-child(2){margin-bottom:24px}#main .tx-team .team-list .contact-person:hover .text p:last-child,#main .tx-team .team-list .contact-person:hover .text-bg p:last-child,#main .tx-team .team-list .contact-person.hover .text p:last-child,#main .tx-team .team-list .contact-person.hover .text-bg p:last-child{margin-bottom:0}#main .tx-team .team-list .contact-person img{height:auto;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);width:100%;z-index:0}#main .tx-team .team-list .contact-person .text,#main .tx-team .team-list .contact-person .text-bg{bottom:0;left:0;padding:15px;position:absolute;right:0;z-index:15}#main .tx-team .team-list .contact-person .text h3,#main .tx-team .team-list .contact-person .text-bg h3{margin-bottom:0}#main .tx-team .team-list .contact-person .text p,#main .tx-team .team-list .contact-person .text-bg p{display:none;margin-bottom:24px}#main .tx-team .team-list .contact-person .text p:nth-child(2),#main .tx-team .team-list .contact-person .text-bg p:nth-child(2){display:block;margin-bottom:0}#main .tx-team .team-list .contact-person .text p:last-child,#main .tx-team .team-list .contact-person .text-bg p:last-child{margin-bottom:0}#main .tx-team .team-list .contact-person .text-bg{background:rgba(255, 255, 255, 0.7);z-index:5}#main .tx-team .team-list .contact-person .text-bg h3,#main .tx-team .team-list .contact-person .text-bg p{opacity:0;visibility:hidden}#main .tx-team .selected-list{margin:0 -15px}@media (min-width:576px){#main .tx-team .selected-list .row.columns-1 .contact-person{flex:0 0 100%;max-width:100%}}@media (min-width:768px){#main .tx-team .selected-list .row.columns-1 .contact-person{flex:0 0 100%;max-width:100%}}@media (min-width:992px){#main .tx-team .selected-list .row.columns-1 .contact-person{flex:0 0 100%;max-width:100%}}@media (min-width:992px){#main .tx-team .selected-list .row.columns-2 .contact-person{flex:0 0 50%;max-width:50%}#main .tx-team .selected-list .row.columns-2 .contact-person:nth-last-child(2){margin-bottom:0}}@media (min-width:992px){#main .tx-team .selected-list .row.columns-3 .contact-person{flex:0 0 33.3333333333%;max-width:33.3333333333%}#main .tx-team .selected-list .row.columns-3 .contact-person:nth-last-child(2),#main .tx-team .selected-list .row.columns-3 .contact-person:nth-last-child(3){margin-bottom:0}}@media (min-width:992px){#main .tx-team .selected-list .row.columns-4 .contact-person{flex:0 0 25%;max-width:25%}#main .tx-team .selected-list .row.columns-4 .contact-person:nth-last-child(2) #main .tx-team .selected-list .row.columns-4 .contact-person:nth-last-child(3) #main .tx-team .selected-list .row.columns-4 .contact-person:nth-last-child(4){margin-bottom:0}}#main .tx-team .selected-list .contact-person{margin-bottom:60px;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:576px){#main .tx-team .selected-list .contact-person{flex:0 0 50%;max-width:50%}}@media (min-width:768px){#main .tx-team .selected-list .contact-person{flex:0 0 33.3333333333%;max-width:33.3333333333%}}#main .tx-team .selected-list .contact-person:last-child{margin-bottom:0}#main .tx-team .selected-list .contact-person img{height:auto;margin:0 0 30px;width:100%}#main .tx-team .selected-list .contact-person h3{margin-bottom:0}#main .news-list-view.layout-8{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .news-list-view.layout-8 .article{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .news-list-view.layout-8 .article{flex:0 0 50%;max-width:50%}#main .news-list-view.layout-8 .article:nth-child(2n+1){border-right:1px solid #cccccc}}@media (min-width:992px){#main .news-list-view.layout-8 .article{border-right:1px solid #cccccc;flex:0 0 25%;max-width:25%}#main .news-list-view.layout-8 .article:nth-child(4n+4){border-right:none}}#main .news-list-view.layout-8 .article a.image-link{display:block;text-decoration:none !important;border-bottom:0 !important;background:none !important}#main .news-list-view.layout-8 .article a.image-link:hover{text-decoration:none !important;border-bottom:0 !important;background:none !important}#main .news-list-view.layout-8 .article img{height:auto;margin-bottom:15px;width:100%}#main .news-list-view.layout-8 .article p{font-size:15px;line-height:30px;text-align:left}@media (min-width:768px){#main .news-list-view.layout-8 .article p{font-size:15px;line-height:30px}}#main .news-list-view.layout-8 .article p span{color:#ed6c30;display:inline-block;margin:0 5px 0 0}#main .frame-type-target{background:#eeeeee;border:1px solid #cccccc;margin-bottom:60px;margin-top:15px;margin-top:0;padding-bottom:15px;padding-top:15px;position:relative}#main .frame-type-target::after{background:#cccccc;bottom:-30px;content:"";display:block;height:1px;left:-15px;position:absolute;right:-15px}#main .frame-type-target:last-child{margin-bottom:0}#main .frame-type-target:last-child::after{display:none}#main .frame-type-target .ce-bodytext .col{flex:0 0 100%;max-width:100%}#main .frame-type-target .ce-bodytext .col::after{clear:both;content:"";display:block}@media (min-width:768px){#main .frame-type-target .ce-bodytext .col:nth-child(1){flex:0 0 58.3333333333%;max-width:58.3333333333%}}#main .frame-type-target .ce-bodytext .col:nth-child(1) .info{display:none}@media (min-width:768px){#main .frame-type-target .ce-bodytext .col:nth-child(1) .info{display:block}}#main .frame-type-target .ce-bodytext .col:nth-child(2){flex:0 0 25%;max-width:25%}@media (min-width:768px){#main .frame-type-target .ce-bodytext .col:nth-child(2){flex:0 0 8.3333333333%;max-width:8.3333333333%}}#main .frame-type-target .ce-bodytext .col:nth-child(3){flex:0 0 75%;max-width:75%}@media (min-width:768px){#main .frame-type-target .ce-bodytext .col:nth-child(3){flex:0 0 33.3333333333%;max-width:33.3333333333%}}@media (min-width:768px){#main .frame-type-target .ce-bodytext .col:nth-child(3) .info{display:none}}#main .frame-type-target .traffic-light{background:#ffffff;float:left;height:140px;margin:0 30px 0 0;padding:5px;width:50px}#main .frame-type-target .traffic-light.status-1 span:nth-child(3){background:#00594e}#main .frame-type-target .traffic-light.status-2 span:nth-child(2){background:#ed6c30}#main .frame-type-target .traffic-light.status-3 span:nth-child(1){background:#d0021b}#main .frame-type-target .traffic-light span{background:#eeeeee;border-radius:100%;display:block;height:40px;margin:0 0 5px;width:40px}#main .frame-type-target .traffic-light span:last-child{margin:0}#main .frame-type-kennzahl,#main .frame-type-new-target{background:#eeeeee;border:1px solid #cccccc;margin-bottom:60px;margin-top:15px;margin-top:0;padding-bottom:15px;padding-top:15px;position:relative}#main .frame-type-kennzahl::after,#main .frame-type-new-target::after{background:#cccccc;bottom:-30px;content:"";display:block;height:1px;left:-15px;position:absolute;right:-15px}#main .frame-type-kennzahl:last-child,#main .frame-type-new-target:last-child{margin-bottom:0}#main .frame-type-kennzahl:last-child::after,#main .frame-type-new-target:last-child::after{display:none}#main .frame-type-kennzahl .frame-type-table,#main .frame-type-new-target .frame-type-table{margin-bottom:0;margin-top:0}#main .frame-type-kennzahl .ce-textpic,#main .frame-type-new-target .ce-textpic{overflow:visible}#main .frame-type-kennzahl .ce-bodytext,#main .frame-type-new-target .ce-bodytext{position:relative}#main .frame-type-kennzahl .ce-bodytext::after,#main .frame-type-new-target .ce-bodytext::after{background:#ed6c30;content:"";display:none;height:65px;left:-15px;position:absolute;right:-15px;top:-15px;z-index:0}@media (min-width:768px){#main .frame-type-kennzahl .ce-bodytext::after,#main .frame-type-new-target .ce-bodytext::after{display:block}}#main .frame-type-kennzahl .ce-bodytext>.row>.col,#main .frame-type-new-target .ce-bodytext>.row>.col{flex:0 0 100%;max-width:100%}#main .frame-type-kennzahl .ce-bodytext>.row>.col:nth-child(1),#main .frame-type-new-target .ce-bodytext>.row>.col:nth-child(1){margin:0 0 30px}@media (min-width:768px){#main .frame-type-kennzahl .ce-bodytext>.row>.col:nth-child(1),#main .frame-type-new-target .ce-bodytext>.row>.col:nth-child(1){margin:0;flex:0 0 50%;max-width:50%}}@media (min-width:992px){#main .frame-type-kennzahl .ce-bodytext>.row>.col:nth-child(1),#main .frame-type-new-target .ce-bodytext>.row>.col:nth-child(1){flex:0 0 66.6666666667%;max-width:66.6666666667%}}@media (min-width:768px){#main .frame-type-kennzahl .ce-bodytext>.row>.col:nth-child(2),#main .frame-type-new-target .ce-bodytext>.row>.col:nth-child(2){padding-top:6px;flex:0 0 50%;max-width:50%}}@media (min-width:992px){#main .frame-type-kennzahl .ce-bodytext>.row>.col:nth-child(2),#main .frame-type-new-target .ce-bodytext>.row>.col:nth-child(2){flex:0 0 33.3333333333%;max-width:33.3333333333%}}#main .frame-type-kennzahl .ce-bodytext h2,#main .frame-type-new-target .ce-bodytext h2{position:relative;z-index:2}@media (min-width:768px){#main .frame-type-kennzahl .ce-bodytext h2,#main .frame-type-new-target .ce-bodytext h2{background:#ed6c30;color:#ffffff}}#main .frame-type-kennzahl .ce-table,#main .frame-type-new-target .ce-table{position:relative;z-index:1}#main .frame-type-kennzahl .ce-table tr:first-child,#main .frame-type-new-target .ce-table tr:first-child{background:#ed6c30}#main .frame-type-kennzahl .ce-table tr:first-child td,#main .frame-type-new-target .ce-table tr:first-child td{color:#ffffff;background:#ed6c30}#main .frame-type-kennzahl .ce-table tr:nth-child(2n+2),#main .frame-type-new-target .ce-table tr:nth-child(2n+2){background:#eeeeee}#main .frame-type-kennzahl .ce-table tr:nth-child(2n+2) td,#main .frame-type-new-target .ce-table tr:nth-child(2n+2) td{background:#eeeeee}#main .frame-type-kennzahl .ce-table td,#main .frame-type-new-target .ce-table td{text-align:right;white-space:nowrap}@media (min-width:768px){#main .frame-type-kennzahl .ce-table td,#main .frame-type-new-target .ce-table td{min-width:25%}}#main .frame-type-kennzahl .ce-table td:first-child,#main .frame-type-new-target .ce-table td:first-child{text-align:right}#main .frame-type-kennzahl .ce-table td[data-check],#main .frame-type-new-target .ce-table td[data-check]{color:transparent}#main .frame-type-kennzahl .ce-table td[data-check]::after,#main .frame-type-new-target .ce-table td[data-check]::after{background:#666666;content:"";display:block;height:20px;left:58%;position:absolute;top:10px;transform:translateX(-50%);width:20px}#main .frame-type-kennzahl .col::after{clear:both;content:"";display:block}#main .frame-type-kennzahl .ce-table{float:right}#main .frame-type-kennzahl .ce-bodytext>.row>.col{flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .frame-type-kennzahl .ce-bodytext>.row>.col:nth-child(1){margin:0 0 30px;flex:0 0 100%;max-width:100%}}@media (min-width:992px){#main .frame-type-kennzahl .ce-bodytext>.row>.col:nth-child(1){margin:0;flex:0 0 50%;max-width:50%}}#main .frame-type-kennzahl .ce-bodytext>.row>.col:nth-child(2){display:none}@media (min-width:768px){#main .frame-type-kennzahl .ce-bodytext>.row>.col:nth-child(2){display:block;padding-top:0;flex:0 0 33.3333333333%;max-width:33.3333333333%}}@media (min-width:992px){#main .frame-type-kennzahl .ce-bodytext>.row>.col:nth-child(2){flex:0 0 16.6666666667%;max-width:16.6666666667%}}#main .frame-type-kennzahl .ce-bodytext>.row>.col:nth-child(2) .graph{height:100%;margin-left:-15px;margin-right:-15px;position:relative}#main .frame-type-kennzahl .ce-bodytext>.row>.col:nth-child(2) .graph img{height:calc(100% - 50px);margin:0;position:absolute;right:0;top:50px;width:200px}@media (min-width:768px){#main .frame-type-kennzahl .ce-bodytext>.row>.col:nth-child(3){padding-top:0;flex:0 0 66.6666666667%;max-width:66.6666666667%}}@media (min-width:992px){#main .frame-type-kennzahl .ce-bodytext>.row>.col:nth-child(3){padding-top:6px;flex:0 0 33.3333333333%;max-width:33.3333333333%}}#main .frame-type-kennzahl-neu{margin-top:0;padding:0;border-bottom:1px solid #cccccc}#main .frame-type-kennzahl-neu .headline{background:#ed6c30;padding:10px 15px;margin-bottom:23px}#main .frame-type-kennzahl-neu .headline h3{color:#ffffff;font-size:22px;line-height:33px;font-weight:300;margin:0}#main .frame-type-kennzahl-neu .inner{position:relative;padding:0}@media (min-width:768px){#main .frame-type-kennzahl-neu .inner{margin:0 24px}}#main .frame-type-kennzahl-neu .inner .description{margin-bottom:0;max-width:100%;min-height:24px}@media (min-width:768px){#main .frame-type-kennzahl-neu .inner .description{max-width:65%}}@media (min-width:1024px){#main .frame-type-kennzahl-neu .inner .description{max-width:75%}}#main .frame-type-kennzahl-neu .inner .unit{margin:15px 0;color:#ed6c30;font-weight:700;text-align:right;line-height:20px;height:20px}@media (min-width:768px){#main .frame-type-kennzahl-neu .inner .unit{position:relative;top:-20px;margin:0}}#main .frame-type-kennzahl-neu .inner .table{margin-top:-50px;margin-bottom:60px}#main .frame-type-kennzahl-neu .inner .table .controls{position:relative;z-index:1;top:50px;height:50px}#main .frame-type-kennzahl-neu .inner .table .controls .next,#main .frame-type-kennzahl-neu .inner .table .controls .previous{display:none;height:50px;width:50px;color:#ed6c30;cursor:pointer;position:absolute;top:0}#main .frame-type-kennzahl-neu .inner .table .controls .next .nc-icon,#main .frame-type-kennzahl-neu .inner .table .controls .previous .nc-icon{width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#ed6c30}#main .frame-type-kennzahl-neu .inner .table .controls .previous{left:0;transform:rotate(180deg)}#main .frame-type-kennzahl-neu .inner .table .controls .next{right:0}#main .frame-type-kennzahl-neu .inner .table .frame-type-table{padding:0;margin:0}#main .frame-type-kennzahl-neu .inner .table .frame-type-table .row{padding:0;margin:0}#main .frame-type-kennzahl-neu .inner .table .frame-type-table .row .col{padding:0;margin:0}#main .frame-type-kennzahl-neu .inner .table .frame-type-table .row .col .ce-table{padding:0;margin:0;table-layout:fixed}#main .frame-type-kennzahl-neu .inner .table .frame-type-table .row .col .ce-table thead tr{border:2px solid #ed6c30}#main .frame-type-kennzahl-neu .inner .table .frame-type-table .row .col .ce-table thead tr th{border:0;color:#ed6c30;font-weight:400;height:50px;text-align:center;padding:10px 50px 10px 0}#main .frame-type-kennzahl-neu .inner .table .frame-type-table .row .col .ce-table thead tr th:first-child{width:120px;padding-right:20px}@media (min-width:768px){#main .frame-type-kennzahl-neu .inner .table .frame-type-table .row .col .ce-table thead tr th:first-child{width:250px}}#main .frame-type-kennzahl-neu .inner .table .frame-type-table .row .col .ce-table tbody::before{line-height:24px;content:"|";color:transparent;display:block}#main .frame-type-kennzahl-neu .inner .table .frame-type-table .row .col .ce-table tbody tr td{text-align:center;vertical-align:middle;padding:10px 50px 10px 0}#main .frame-type-kennzahl-neu .inner .table .frame-type-table .row .col .ce-table tbody tr td:first-child{text-align:left;padding-left:15px;padding-right:20px}#main .service-numbers{min-height:420px;position:relative;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#main .service-numbers.width-1 .image{height:420px;margin-bottom:60px;overflow:hidden;width:100%}#main .service-numbers.width-1 .image img{height:auto;position:relative;top:50%;transform:translateY(-50%);width:100%}#main .service-numbers.width-1 .content{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;justify-content:center}#main .service-numbers.width-1 .content header{padding-top:40px;flex:0 0 100%;max-width:100%;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}#main .service-numbers.width-1 .content .col{padding-bottom:40px;flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .service-numbers.width-1 .content .col{flex:0 0 41.6666666667%;max-width:41.6666666667%}}#main .service-numbers.width-1 .content .col h2{margin-top:-24px}#main .service-numbers.width-1.layout-1 .image{height:100%;left:0;margin-bottom:0;position:absolute;top:0;width:100%;z-index:0}#main .service-numbers.width-1.layout-1 .image img{height:auto;left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate(-50%, -50%);width:auto}#main .service-numbers.width-1.layout-1 .content *{color:#ffffff}#main .service-numbers.width-2 .image{height:100%;left:0;margin-bottom:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}#main .service-numbers.width-2 .image img{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate(-50%, -50%)}#main .service-numbers.width-2 .content{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;justify-content:center}#main .service-numbers.width-2 .content header{padding-top:40px;flex:0 0 100%;max-width:100%;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}#main .service-numbers.width-2 .content .col{flex:0 0 100%;max-width:100%}@media (min-width:768px){#main .service-numbers.width-2 .content .col{flex:0 0 41.6666666667%;max-width:41.6666666667%}}#main .service-numbers.width-2 .content .col h2{margin-top:-24px}#main .service-numbers.width-2 .content *{color:#ffffff;text-align:center}#main .frame-type-mask_projektphasen{background:#eeeeee;margin-bottom:0 !important;padding:60px 15px 0}#main .frame-type-mask_projektphasen .swiper-container{height:500px;margin-bottom:60px;margin-left:auto;margin-right:auto;position:relative;width:100%;z-index:1}#main .frame-type-mask_projektphasen .swiper-container-no-flexbox .swiper-slide{float:left}#main .frame-type-mask_projektphasen .swiper-container-vertical>.swiper-wrapper{flex-direction:column}#main .frame-type-mask_projektphasen .swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}#main .frame-type-mask_projektphasen .swiper-container-android .swiper-slide,#main .frame-type-mask_projektphasen .swiper-wrapper{transform:translate3d(0px, 0, 0)}#main .frame-type-mask_projektphasen .swiper-slide{height:100%;position:relative;flex-shrink:0}#main .frame-type-mask_projektphasen .swiper-slide::after{background:#ffffff;bottom:0;content:"";display:block;position:absolute;right:0;top:0;width:5px;z-index:0}#main .frame-type-mask_projektphasen .swiper-slide:last-child::after{display:none}#main .frame-type-mask_projektphasen .swiper-wp8-horizontal{touch-action:pan-y}#main .frame-type-mask_projektphasen .swiper-wp8-vertical{touch-action:pan-x}#main .frame-type-mask_projektphasen .swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}#main .frame-type-mask_projektphasen .swiper-container-fade .swiper-slide{transition-property:opacity;pointer-events:none}#main .frame-type-mask_projektphasen .swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}#main .frame-type-mask_projektphasen .swiper-container-fade .swiper-slide-active,#main .frame-type-mask_projektphasen .swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}#main .frame-type-mask_projektphasen .swiper-zoom-container{display:flex;height:100%;text-align:center;width:100%;justify-content:center;align-items:center}#main .frame-type-mask_projektphasen .swiper-zoom-container>img,#main .frame-type-mask_projektphasen .swiper-zoom-container>svg,#main .frame-type-mask_projektphasen .swiper-zoom-container>canvas{max-height:100%;max-width:100%;object-fit:contain}#main .frame-type-mask_projektphasen .swiper-button-prev,#main .frame-type-mask_projektphasen .swiper-button-next{color:#4b4b4b;cursor:pointer;height:24px;left:0;line-height:24px;position:absolute;text-align:center;top:-77px;width:24px;z-index:10}#main .frame-type-mask_projektphasen .swiper-button-prev .nc-icon,#main .frame-type-mask_projektphasen .swiper-button-next .nc-icon{height:24px;width:24px}#main .frame-type-mask_projektphasen .swiper-button-next{left:auto;right:0}#main .frame-type-mask_projektphasen .label{margin:0}#main .frame-type-mask_projektphasen .swiper-container ul{height:420px;list-style:none;padding:0;position:relative;z-index:10}#main .frame-type-mask_projektphasen .swiper-container ul::before{background:#979797;content:"";display:block;height:4px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%}#main .frame-type-mask_projektphasen .swiper-container ul::after{clear:both;content:"";display:block}#main .frame-type-mask_projektphasen .swiper-container ul li{display:block;float:left;height:420px;margin:0 20px;position:relative;width:140px}#main .frame-type-mask_projektphasen .swiper-container ul li::before{color:#ffffff;content:attr(data-iterator);display:block;font-size:22px;font-weight:700;height:100px;left:50%;line-height:100px;position:absolute;text-align:center;top:50%;transform:translate(-50%, -50%);transition:all 0.3s ease;width:100px}#main .frame-type-mask_projektphasen .swiper-container ul li.status-1::before{background:#00594e}#main .frame-type-mask_projektphasen .swiper-container ul li.status-2::before{background:#ed6c30}#main .frame-type-mask_projektphasen .swiper-container ul li.status-3::before{background:#979797}#main .frame-type-mask_projektphasen .swiper-container ul li .text{left:0;position:absolute;right:0;top:0}#main .frame-type-mask_projektphasen .swiper-container ul li[data-iterator="2"] .text,#main .frame-type-mask_projektphasen .swiper-container ul li[data-iterator="4"] .text,#main .frame-type-mask_projektphasen .swiper-container ul li[data-iterator="6"] .text,#main .frame-type-mask_projektphasen .swiper-container ul li[data-iterator="8"] .text,#main .frame-type-mask_projektphasen .swiper-container ul li[data-iterator="10"] .text,#main .frame-type-mask_projektphasen .swiper-container ul li[data-iterator="12"] .text,#main .frame-type-mask_projektphasen .swiper-container ul li[data-iterator="14"] .text{bottom:0;top:auto}#main .frame-type-mask_projektphasen .swiper-container ul a:hover li.status-1::before{background:#008c7b}#main .frame-type-mask_projektphasen .swiper-container ul a:hover li.status-2::before{background:#f18d5f}#main .frame-type-mask_projektphasen .swiper-container ul a:hover li.status-3::before{background:#b1b1b1}#main .frame-type-mask_projektphasen .projektphasen-content{background:#ffffff;margin:0 -15px}#main .frame-type-mask_projektphasen .projektphasen-content .projektphasen-item{padding:60px 0}#main .frame-type-mask_projektphasen .projektphasen-content .frame:nth-child(2){margin-top:0 !important}#main .frame-type-mask_projektphasen .projektphasen-content .frame:last-child{margin-bottom:0 !important}#main .frame-type-mask_projektphasen .projektphasen-content .circle{height:100px;margin:0 0 30px;position:relative}#main .frame-type-mask_projektphasen .projektphasen-content .circle::before{color:#ffffff;content:attr(data-iterator);display:block;font-size:22px;font-weight:700;height:100px;left:0;line-height:100px;position:absolute;text-align:center;top:0;width:100px;z-index:10}#main .frame-type-mask_projektphasen .projektphasen-content .circle.status-1::before{background:#00594e}#main .frame-type-mask_projektphasen .projektphasen-content .circle.status-2::before{background:#ed6c30}#main .frame-type-mask_projektphasen .projektphasen-content .circle.status-3::before{background:#979797}#main .frame-type-mask_projektphasen .projektphasen-content .circle::after{background:#eeeeee;content:"";display:block;height:40px;left:0;position:absolute;right:0;top:30px;z-index:5}#main .frame-type-mask_slideshow_good_neighbors{padding:0;height:inherit;position:relative}#main .frame-type-mask_slideshow_good_neighbors .swiper-container{height:inherit;margin-left:auto;margin-right:auto;margin-bottom:0;width:100%;overflow:hidden;position:relative}#main .frame-type-mask_slideshow_good_neighbors .swiper-wrapper{box-sizing:content-box;position:relative;transition-property:transform;width:100%;z-index:1}#main .frame-type-mask_slideshow_good_neighbors .swiper-slide{height:100%;position:relative;width:100%;flex-shrink:0}#main .frame-type-mask_slideshow_good_neighbors .swiper-image a,#main .frame-type-mask_slideshow_good_neighbors .swiper-image a:hover{text-decoration:none !important;border-bottom:none;color:transparent}#main .frame-type-mask_slideshow_good_neighbors .swiper-image img{width:100%}#main .frame-type-mask_slideshow_good_neighbors .swiper-content{padding:10px 100px 0 10px;position:relative}#main .frame-type-mask_slideshow_good_neighbors .swiper-controls{position:absolute;box-sizing:border-box;bottom:0px;right:0px;width:100px;height:30px;background-color:#ffffff;z-index:1;padding-right:10px}#main .frame-type-mask_slideshow_good_neighbors .swiper-controls .swiper-pagination{box-sizing:border-box;position:absolute;bottom:0px;top:0px;left:30px;width:40px;height:30px;line-height:30px;text-align:center;color:#979797}#main .frame-type-mask_slideshow_good_neighbors .swiper-controls .swiper-pagination .swiper-pagination-current{color:#ed6c30}#main .frame-type-mask_slideshow_good_neighbors .swiper-controls .swiper-button-prev,#main .frame-type-mask_slideshow_good_neighbors .swiper-controls .swiper-button-next{box-sizing:border-box;position:absolute;bottom:0px;top:0px;width:30px;height:30px;line-height:30px;text-align:center;padding-top:5px}#main .frame-type-mask_slideshow_good_neighbors .swiper-controls .swiper-button-prev .nc-icon,#main .frame-type-mask_slideshow_good_neighbors .swiper-controls .swiper-button-next .nc-icon{height:20px;width:20px}#main .tiles_good_neighbors .col{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:576px){#main .tiles_good_neighbors .col{flex:0 0 100%;max-width:100%}}@media (min-width:992px){#main .tiles_good_neighbors .col{flex:0 0 50%;max-width:50%}}#main .tiles_good_neighbors .image a,#main .tiles_good_neighbors .image a:hover{text-decoration:none !important;border-bottom:none;color:transparent}#main .tiles_good_neighbors .image img{width:100%;height:auto}#main .tiles_good_neighbors .text{width:100%;margin-top:5px;margin-bottom:25px}.frame-type-mask_projects_good_neighbors .projetcs-wrapper{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.frame-type-mask_projects_good_neighbors .projetcs-wrapper .col{box-sizing:border-box;padding-bottom:30px;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}@media (min-width:768px){.frame-type-mask_projects_good_neighbors .projetcs-wrapper .col{flex:0 0 50%;max-width:50%}}.frame-type-mask_projects_good_neighbors .projetcs-wrapper .col .project{box-sizing:border-box;width:100%;height:auto;background:#00594e;padding:0;margin:0;color:#fff !important}.frame-type-mask_projects_good_neighbors .projetcs-wrapper .col .project a{display:block}.frame-type-mask_projects_good_neighbors .projetcs-wrapper .col .project .image{width:100%;overflow:hidden}.frame-type-mask_projects_good_neighbors .projetcs-wrapper .col .project .image img{display:block;width:100%;height:auto;transition:all 0.25s ease-out}.frame-type-mask_projects_good_neighbors .projetcs-wrapper .col .project .content{padding:20px}.frame-type-mask_projects_good_neighbors .projetcs-wrapper .col .project .content .label{color:#ed6c30;margin-bottom:10px !important}.frame-type-mask_projects_good_neighbors .projetcs-wrapper .col .project .content h3{color:#fff !important;margin-top:0 !important;margin-bottom:0 !important}.frame-type-mask_projects_good_neighbors .projetcs-wrapper .col .project:hover{background:#ed6c30;color:#fff}.frame-type-mask_projects_good_neighbors .projetcs-wrapper .col .project:hover .content .label{color:#fff !important}.frame-type-mask_projects_good_neighbors .projetcs-wrapper .col .project:hover .image img{transform:scale(1.1)}.frame-type-mask_donations{position:relative;background:#00594e;padding:100px 0}.frame-type-mask_donations #snow{position:absolute;top:0;left:0;width:100%;height:100%}.frame-type-mask_donations .head{margin-bottom:48px;text-align:center;padding:0 16px}.frame-type-mask_donations .head h2{color:#ffffff !important;font-size:45px;margin-bottom:16px !important}.frame-type-mask_donations .head #donation_total{color:#ffffff !important;font-size:36px}.frame-type-mask_donations .head #msg{color:#ed6c30;margin-top:20px;font-weight:bold}.frame-type-mask_donations .head #msg.succces{font-size:22px;line-height:33px}.frame-type-mask_donations .head #donation-form{margin:0 auto;max-width:400px;text-align:center}.frame-type-mask_donations .head #donation-form form{margin-top:40px;display:flex;justify-content:center}.frame-type-mask_donations .head #donation-form form #donate-val{width:180px}.frame-type-mask_donations .projects{display:grid;grid-template-columns:repeat(auto-fit, minmax(290px, 1fr));column-gap:40px;row-gap:40px;margin:0 auto;max-width:1024px;padding:0 16px}.frame-type-mask_donations .projects .project-image{width:100%;height:300px;background-size:cover;background-repeat:no-repeat;background-position:center;order:1;position:relative}.frame-type-mask_donations .projects .project-image a{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;text-decoration:none !important;border-bottom:0 !important}.frame-type-mask_donations .projects .project-image a .play-button{position:absolute;top:calc(50% - 50px);left:calc(50% - 50px);width:100px;height:100px;background-color:rgba(255, 255, 255, 0.7);cursor:pointer}.frame-type-mask_donations .projects .project-image a .play-button div{margin:0 auto;top:30%;left:6px;position:relative;width:0;height:0;border-style:solid;border-width:20px 0 20px 30px;border-color:transparent transparent transparent #000}.frame-type-mask_donations .projects .project-text{background-color:#eeeeee;text-align:center;padding:30px;order:2}@media only screen and (max-width:1023px){.frame-type-mask_donations .projects .project-text{min-height:initial}}.frame-type-mask_donations .projects .project-text span{display:block;margin-top:10px;margin-bottom:25px;font-size:30px}.frame-type-mask_donations .projects .project-text h3{color:#ed6c30 !important;margin-bottom:10px !important}.frame-type-mask_donations .projects .project-arrow{order:3;display:block;position:relative;background:#00594e;padding:15px 0;text-align:center}.frame-type-mask_donations .projects .project-arrow:after{content:"";display:block;position:absolute;left:0;top:100%;width:0;height:0;border-top:20px solid #00594e;border-bottom:0 solid transparent;border-right:267px solid transparent;border-left:267px solid transparent}@media only screen and (max-width:1199px){.frame-type-mask_donations .projects .project-arrow:after{border-right:222px solid transparent;border-left:222px solid transparent}}@media only screen and (max-width:1023px){.frame-type-mask_donations .projects .project-arrow:after{border-right:0 solid transparent;border-left:0 solid transparent}}.frame-type-mask_donations .projects .project-form{margin-top:50px}.frame-type-mask_donations .projects .project-form input{width:100%;text-transform:uppercase;text-align:center;line-height:50px;font-weight:bold;font-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.frame-type-mask_donations .projects .project-form input[type="text"]{margin-bottom:5px}@media only screen and (max-width:1023px){.frame-type-mask_donations .projects .project-form{background-color:#eeeeee;padding:30px;margin-top:0;margin-bottom:50px}}.frame-type-mask_donations .projects:nth-child(2) .project-image{order:1}.frame-type-mask_donations .projects:nth-child(2) .project-text{order:2}@media only screen and (max-width:1023px){.frame-type-mask_donations .projects:nth-child(2) .project-image{order:1}.frame-type-mask_donations .projects:nth-child(2) .project-text{order:2}}.frame-type-mask_donations .donation-form-container{margin:0 auto;max-width:660px;text-align:center;padding:0 16px}.frame-type-mask_donations .donation-form-container h3{color:#ffffff !important;font-size:30px;margin-bottom:16px !important}.frame-type-mask_donations .donation-form-container p{color:#ffffff !important}.frame-type-mask_donations .donation-form-container #lottery-msg{color:#ed6c30;margin-bottom:20px;font-weight:bold}.frame-type-mask_donations .donation-form-container #lottery-msg.succces{font-size:22px;line-height:33px}.frame-type-mask_donations .donation-form-container #lottery-msg.succces a{text-decoration:underline}.frame-type-mask_donations .donation-form-container #lottery-form textarea{margin-top:16px;height:100px}.frame-type-mask_donations .donation-form-container #lottery-form input.button{margin-top:16px}.frame-type-mask_donations .donation-form-container #lottery-form label{position:relative;margin-top:16px !important;color:#ffffff !important;padding-left:48px}.frame-type-mask_donations .donation-form-container #lottery-form label input[type="checkbox"]{left:0;opacity:1}#c10238,#c10233{background-color:#FADACB;max-width:100%}#c10238 .row,#c10233 .row{position:relative;z-index:2}#c10238 .row .col,#c10233 .row .col{max-width:1140px}#c10238{padding-top:60px;position:relative}#c10238 .ce-bodytext{max-width:800px;margin:0 auto}#c10238::after{position:absolute;top:0;right:20px;transform:rotate(180deg);z-index:1;width:250px;height:250px;background-image:url("/fileadmin/Bilder/Weihnachten/twig.svg");background-position:bottom left;background-repeat:no-repeat;background-size:contain;content:""}@media (max-width:1100px){#c10238::after{width:150px;height:150px}}@media (max-width:400px){#c10238::after{right:0px;transform:rotate(270deg)}}#c10233{position:relative;padding-top:40px;padding-bottom:60px}#c10233::after{position:absolute;bottom:0;left:20px;z-index:1;width:250px;height:250px;background-image:url("/fileadmin/Bilder/Weihnachten/twig.svg");background-position:bottom left;background-repeat:no-repeat;background-size:contain;content:""}@media (max-width:1400px){#c10233::after{width:150px;height:150px}}#c10233 .col.infobox{background:#00594e !important}#c10233 .col.infobox p{color:#ffffff !important}@media (min-width:992px){#c10284 div,#c10284 p,#c10284 h1{text-align:right !important}}#c10236{position:relative}#c10236 header{border-bottom:2px solid #ed6c30;margin-bottom:44px}#c10236 header h2{margin-bottom:0 !important}#c10236::before{position:absolute;bottom:43px;right:0;z-index:1;width:200px;height:110px;background-image:url("/fileadmin/Bilder/Weihnachten/trees.svg");background-position:center;background-repeat:no-repeat;background-size:contain;content:""}@media (max-width:767px){#c10236::before{right:-160px}}#c10259{position:relative;padding-left:0 !important;padding-right:0 !important}#c10259::before{position:absolute;top:30%;left:10%;z-index:1;width:100px;height:100px;background-image:url("/fileadmin/Bilder/Weihnachten/star.svg");background-position:center;background-repeat:no-repeat;background-size:contain;content:""}#c10259::after{position:absolute;bottom:30%;right:10%;z-index:1;width:100px;height:100px;background-image:url("/fileadmin/Bilder/Weihnachten/star.svg");background-position:center;background-repeat:no-repeat;background-size:contain;content:""}@media (max-width:1100px){#c10259::before{top:10%;left:2%}#c10259::after{bottom:10%;right:2%}}@media (max-width:767px){#c10259::before{display:none}}#c10233 .link-all .col{flex:0 0 100% !important;max-width:100% !important;text-align:center}#c10233 .link-all .col a{cursor:pointer;display:inline-block;font-size:14px;font-weight:400;line-height:42px;padding:0 15px;position:relative;text-align:center;text-transform:uppercase;transition:all 0.3s ease;white-space:nowrap;appearance:none;background:#ed6c30;border:1px solid #ed6c30;color:#ffffff}#c10233 .link-all .col a:hover{background:#ca5d2b;border:1px solid #ca5d2b}#main .frame-type-mask_breakpoint_images_slider{padding:0}#main .frame-type-mask_breakpoint_images_slider>.row{margin:0;padding:0}#main .frame-type-mask_breakpoint_images_slider>.row>.col{margin:0;padding:0}#main .frame-type-mask_breakpoint_images_slider .swiper-container{margin-left:auto;margin-right:auto;overflow:hidden;position:relative;width:100%;height:auto;z-index:1}@media (min-width:1200px){#main .frame-type-mask_breakpoint_images_slider .swiper-container{height:auto}}#main .frame-type-mask_breakpoint_images_slider .swiper-container-no-flexbox .swiper-slide{float:left}#main .frame-type-mask_breakpoint_images_slider .swiper-container-vertical>.swiper-wrapper{flex-direction:column}#main .frame-type-mask_breakpoint_images_slider .swiper-wrapper{box-sizing:content-box;display:flex;position:relative;transition-property:transform;width:100%;z-index:1}#main .frame-type-mask_breakpoint_images_slider .swiper-container-android .swiper-slide,#main .frame-type-mask_breakpoint_images_slider .swiper-wrapper{transform:translate3d(0px, 0, 0)}#main .frame-type-mask_breakpoint_images_slider .swiper-slide{height:100%;position:relative;width:100%;flex-shrink:0}#main .frame-type-mask_breakpoint_images_slider .swiper-slide.swiper-slide-active p{opacity:1;transform:translateY(0)}#main .frame-type-mask_breakpoint_images_slider .swiper-slide.swiper-slide-active p:last-child{transform:translateY(0)}#main .frame-type-mask_breakpoint_images_slider .swiper-slide picture,#main .frame-type-mask_breakpoint_images_slider .swiper-slide img{width:100%;height:auto}#main .frame-type-mask_breakpoint_images_slider .swiper-wp8-horizontal{touch-action:pan-y}#main .frame-type-mask_breakpoint_images_slider .swiper-wp8-vertical{touch-action:pan-x}#main .frame-type-mask_breakpoint_images_slider .swiper-pagination{bottom:75px;left:50%;position:absolute;text-align:center;transform:translateX(-50%);z-index:20}#main .frame-type-mask_breakpoint_images_slider .swiper-pagination.hidden{display:none}#main .frame-type-mask_breakpoint_images_slider .swiper-pagination-bullet{background:#ffffff;cursor:pointer;display:inline-block;height:15px;margin:0 8px;opacity:0.5;transition:all 0.3s ease;width:15px}#main .frame-type-mask_breakpoint_images_slider .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}#main .frame-type-mask_breakpoint_images_slider .swiper-to-bottom{bottom:15px;cursor:pointer;left:50%;position:absolute;transform:translateX(-50%);z-index:20}#main .frame-type-mask_breakpoint_images_slider .swiper-to-bottom .nc-icon{animation:1s ease-in 1s infinite alternate both running move;color:#ffffff;height:45px;transform:translateY(-15px) rotate(90deg);width:45px}#main .frame-type-mask_breakpoint_images_slider .swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}#main .frame-type-mask_breakpoint_images_slider .swiper-container-fade .swiper-slide{transition-property:opacity;pointer-events:none}#main .frame-type-mask_breakpoint_images_slider .swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}#main .frame-type-mask_breakpoint_images_slider .swiper-container-fade .swiper-slide-active,#main .frame-type-mask_breakpoint_images_slider .swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}#main .frame-type-mask_breakpoint_images_slider .swiper-zoom-container{display:flex;height:100%;text-align:center;width:100%;justify-content:center;align-items:center}#main .frame-type-mask_breakpoint_images_slider .swiper-zoom-container>img,#main .frame-type-mask_breakpoint_images_slider .swiper-zoom-container>svg,#main .frame-type-mask_breakpoint_images_slider .swiper-zoom-container>canvas{max-height:100%;max-width:100%;object-fit:contain}@keyframes move{0%{transform:translateY(-15px) rotate(90deg)}100%{transform:translateY(15px) rotate(90deg)}}@keyframes pulse-animation{0%{transform:scale(1)}50%{transform:scale(1.2)}100%{transform:scale(1)}}@keyframes jump{0%{transform:translateY(0)}20%{transform:translateY(0)}40%{transform:translateY(-30px)}50%{transform:translateY(0)}60%{transform:translateY(-15px)}80%{transform:translateY(0)}100%{transform:translateY(0)}}.frame-type-mask_plan_of_site>h1{font-size:35px !important;line-height:40px !important;margin-bottom:10px !important}.frame-type-mask_plan_of_site>h2{font-size:25px !important;line-height:30px !important;margin-bottom:20px !important}.frame-type-mask_plan_of_site .map{position:relative;overflow:hidden}.frame-type-mask_plan_of_site .map>img{width:100%;height:auto}.frame-type-mask_plan_of_site .map .map-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.frame-type-mask_plan_of_site .map .klimawohl{position:absolute;top:0;right:0;z-index:2;width:80px}@media (min-width:992px){.frame-type-mask_plan_of_site .map .klimawohl{width:150px}}.frame-type-mask_plan_of_site .map .klimawohl a{display:block}.frame-type-mask_plan_of_site .map .klimawohl a img{width:100%;height:auto}.frame-type-mask_plan_of_site .map .klimawohl a:hover{all:initial;cursor:pointer;border-bottom:0 !important}.frame-type-mask_plan_of_site .map .datapoint{position:absolute;z-index:1;width:30px;height:30px;line-height:30px;background-color:#00594e;background-size:15px;background-position:center center;background-repeat:no-repeat;transition:all 0.3s ease-in-out;cursor:pointer}@media (min-width:576px){.frame-type-mask_plan_of_site .map .datapoint{width:40px;height:40px;line-height:40px;background-size:25px}}@media (min-width:768px){.frame-type-mask_plan_of_site .map .datapoint{width:50px;height:50px;line-height:50px;background-size:35px}}@media (min-width:992px){.frame-type-mask_plan_of_site .map .datapoint{width:70px;height:70px;line-height:70px;background-size:45px}}.frame-type-mask_plan_of_site .map .datapoint:hover{background-color:#ed6c30;animation:jump 1.5s ease 0s infinite normal;z-index:3}.frame-type-mask_plan_of_site .map .datapoint.active{background-color:#ed6c30;z-index:2;animation-name:pulse-animation;animation-duration:2s;animation-iteration-count:infinite}.frame-type-mask_plan_of_site .map .overlay{visibility:hidden;position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background-color:rgba(255, 255, 255, 0.75)}.frame-type-mask_plan_of_site .map .overlay .box{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:100%;max-width:550px;background-color:rgba(255, 255, 255, 0.75);padding:40px;box-shadow:10px 10px 47px 3px rgba(0, 0, 0, 0.5)}.frame-type-mask_plan_of_site .map .overlay .box h4{font-size:30px !important;line-height:35px !important;margin-bottom:20px !important;font-weight:300 !important}.frame-type-mask_plan_of_site .map .overlay .box .close{position:absolute;top:10px;right:10px;z-index:1;width:30px;height:30px;background:#4b4b4b;cursor:pointer}.frame-type-mask_plan_of_site .map .overlay .box .close::after,.frame-type-mask_plan_of_site .map .overlay .box .close::before{position:absolute;top:14px;left:5.5px;width:20px;height:3px;background-color:#ffffff;content:"";transform:rotate(45deg)}.frame-type-mask_plan_of_site .map .overlay .box .close::after{transform:rotate(-45deg)}.frame-type-mask_plan_of_site .map .overlay .box .icon{position:absolute;top:-30px;left:-30px;z-index:1;width:70px;height:70px;line-height:70px;background-color:#00594e;background-size:45px;background-position:center;background-repeat:no-repeat}.frame-type-mask_plan_of_site .map .overlay.active{visibility:visible}.frame-type-mask_plan_of_site .legend{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:25px;grid-row-gap:25px;margin-top:20px;margin-bottom:20px}.frame-type-mask_plan_of_site .legend>div span{display:block;color:#ed6c30;font-weight:700;font-size:22px;margin-right:20px}@media (min-width:1200px){.frame-type-mask_plan_of_site .legend>div span{display:inline}}@media (min-width:768px){.frame-type-mask_plan_of_site .legend{grid-template-columns:1fr 1fr 1fr}}.frame-type-mask_plan_of_site .grid{display:grid;grid-template-columns:1fr;grid-column-gap:25px;grid-row-gap:25px;max-width:300px;margin:50px auto 0}.frame-type-mask_plan_of_site .grid .card{position:relative;width:100%;padding-top:100%;perspective:1000;cursor:pointer}.frame-type-mask_plan_of_site .grid .card .inner{position:absolute;top:0;left:0;bottom:0;right:0;transition:0.6s;transform-style:preserve-3d}.frame-type-mask_plan_of_site .grid .card .inner .back,.frame-type-mask_plan_of_site .grid .card .inner .front{width:100%;height:100%;overflow:hidden;background:#00594e;color:#ffffff !important;word-break:break-word;word-wrap:break-word;overflow-wrap:break-word;-moz-hyphens:auto;hyphens:auto;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;transition:0.6s;transform-style:preserve-3d;transform:rotateY(0deg);position:absolute;top:0;left:0}.frame-type-mask_plan_of_site .grid .card .inner .front{z-index:2;background-color:#00594e;background-size:80px;background-position:center;background-repeat:no-repeat}.frame-type-mask_plan_of_site .grid .card .inner .back{transform:rotateY(180deg);background-color:#ed6c30;padding:15px 15px 0}.frame-type-mask_plan_of_site .grid .card .inner .back h4{font-size:22px !important;margin-bottom:20px;color:#ffffff !important;line-height:26px !important}.frame-type-mask_plan_of_site .grid .card .inner .back p{color:#ffffff !important;line-height:22px !important}.frame-type-mask_plan_of_site .grid .card .inner .back a{color:#ffffff !important;text-decoration:underline !important}.frame-type-mask_plan_of_site .grid .card.flipped .inner{transform:rotateY(180deg)}@media (min-width:600px){.frame-type-mask_plan_of_site .grid{max-width:100%;margin:50px 0 0;grid-template-columns:1fr 1fr}.frame-type-mask_plan_of_site .grid .card .inner .back p{line-height:18px !important}}@media (min-width:1000px){.frame-type-mask_plan_of_site .grid{grid-template-columns:1fr 1fr 1fr}}@media (min-width:1200px){.frame-type-mask_plan_of_site .grid{grid-template-columns:1fr 1fr 1fr 1fr}}.frame-type-mask_benefits .benefits-container{background:#eeeeee;padding:30px;margin-bottom:30px}.frame-type-mask_benefits .benefits-container .icon-container{width:80px;height:80px;background:#ed6c30;margin-bottom:30px}.frame-type-mask_benefits .benefits-container .icon-container .icon{padding:20px}.frame-type-mask_benefits .benefits-container .icon-container .icon img{width:40px;height:auto}.frame-type-mask_benefits .benefits-container h3{margin-bottom:20px !important}.frame-type-mask_benefits .benefits-container ul{margin-bottom:24px;list-style:none;display:grid;grid-template-columns:repeat(auto-fit, minmax(1fr));grid-row-gap:8px;padding:initial !important}.frame-type-mask_benefits .benefits-container ul li{position:relative;padding-left:25px !important}.frame-type-mask_benefits .benefits-container ul li::before{position:absolute;top:3px;left:0;width:18px;height:18px;content:"";background:url("/fileadmin/Bilder/Karriere/Corporate_Benefits/Icons/check_circle_24px.svg") no-repeat center}.frame-type-mask_content_teaser_stage .above{margin-bottom:30px}@media (min-width:1200px){.frame-type-mask_content_teaser_stage .above{display:grid;grid-template-columns:1fr 460px;grid-column-gap:30px;grid-row-gap:50px}}.frame-type-mask_content_teaser_stage .above>div .filter-wrap button{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#eeeeee;color:#4b4b4b;font-style:normal;font-weight:bold;font-size:14px;text-align:center;text-transform:uppercase;border:0;padding:15px;margin:5px;cursor:pointer}@media (max-width:767px){.frame-type-mask_content_teaser_stage .above>div .filter-wrap button{display:block;width:100%;margin:5px 0}}.frame-type-mask_content_teaser_stage .above>div .filter-wrap button:hover{background:#ed6c30;color:#ffffff}.frame-type-mask_content_teaser_stage .above>div .filter-wrap button.active{background-color:#ed6c30;color:#ffffff}.frame-type-mask_content_teaser_stage .above>div .filter-wrap button.active:hover{background:#ca5d2b}.frame-type-mask_content_teaser_stage .swiper-container.slider{margin-left:auto;margin-right:auto;overflow:hidden;position:relative;width:100%;height:auto;z-index:1}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper{position:relative;width:100%;z-index:1;display:flex;align-items:flex-start;transition-property:transform, height;box-sizing:content-box;transform:translate3d(0px, 0, 0)}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper .swiper-slide{overflow:hidden;position:relative;z-index:1;width:100%;height:auto;flex-shrink:0;background-color:#eeeeee}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper .swiper-slide.swiper-slide-active{z-index:2}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper .swiper-slide .slide-inner{display:grid;grid-template-columns:1fr 1fr;min-height:500px}@media (max-width:991px){.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper .swiper-slide .slide-inner{min-height:initial;display:block;grid-template-columns:initial}}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper .swiper-slide .slide-inner .image{position:relative}@media (max-width:991px){.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper .swiper-slide .slide-inner .image{display:none}}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper .swiper-slide .slide-inner .image>div{position:absolute;width:100%;height:100%}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper .swiper-slide .slide-inner .image>div img{width:100%;height:100%;object-fit:cover}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper .swiper-slide .slide-inner .image>div .swiper-lazy-preloader{background-color:#00594e;position:absolute;width:100%;height:100%;top:0}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper .swiper-slide .slide-inner .image>div .swiper-lazy-preloader .loader-dual-ring{display:inline-block;width:64px;height:64px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper .swiper-slide .slide-inner .image>div .swiper-lazy-preloader .loader-dual-ring::after{content:" ";display:block;width:46px;height:46px;margin:1px;border-radius:50%;border:5px solid #fff;border-color:#fff transparent #fff transparent;animation:loader-dual-ring 1.2s linear infinite}@keyframes loader-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper .swiper-slide .slide-inner .content{padding:25px 15px}@media (min-width:768px){.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper .swiper-slide .slide-inner .content{padding:40px}}@media (min-width:1200px){.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper .swiper-slide .slide-inner .content{padding:85px}}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper .swiper-slide .slide-inner .content>div{max-width:500px}@media (max-width:991px){.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper .swiper-slide .slide-inner .content>div{max-width:initial}}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper .swiper-slide .slide-inner .content>div .text{margin:40px 0;font-style:normal;font-size:20px;font-weight:300;line-height:30px}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper .swiper-slide .slide-inner .content>div .button-pages{display:flex;justify-content:flex-start;align-items:center}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper .swiper-slide .slide-inner .content>div .button-pages .slide-counter{margin-left:30px}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper .swiper-slide .slide-inner .content>div .button-pages .slide-counter span{color:#ed6c30}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-wrapper-inactive{display:none}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-button-next,.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-button-prev{position:absolute;top:50%;z-index:2;transform:translateY(-50%);width:44px;height:44px;background-color:#ed6c30;cursor:pointer}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-button-next svg,.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-button-prev svg{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%;padding:14px;color:#fff}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-button-next.swiper-button-disabled,.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-button-prev.swiper-button-disabled{cursor:initial;opacity:50%}@media (max-width:991px){.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-button-next,.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-button-prev{display:none}}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-button-prev{left:0}.frame-type-mask_content_teaser_stage .swiper-container.slider .swiper-button-next{right:50%}.frame-type-mask_content_teaser_stage .swiper-container.thumbs{margin-bottom:10px;overflow:hidden}.frame-type-mask_content_teaser_stage .swiper-container.thumbs .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:border-box;transform:translate3d(0px, 0, 0);padding-left:7px}.frame-type-mask_content_teaser_stage .swiper-container.thumbs .swiper-wrapper .swiper-slide{overflow:hidden;position:relative;width:250px;height:150px;flex-shrink:0;background-color:#eeeeee;cursor:pointer}.frame-type-mask_content_teaser_stage .swiper-container.thumbs .swiper-wrapper .swiper-slide img{width:100%;height:100%;object-fit:cover}.frame-type-mask_content_teaser_stage .swiper-container.thumbs .swiper-wrapper .swiper-slide.swiper-slide-active{border:5px solid #ed6c30}.frame-type-mask_content_teaser_stage .swiper-container.thumbs .swiper-wrapper-inactive{display:none}.frame-type-mask_video_stage{background-color:#00594e;max-width:1110px}.frame-type-mask_video_stage.frame.frame-space-before-yes{margin-top:160px}.frame-type-mask_video_stage .video-container{position:relative;top:-100px;width:100%;max-width:920px;height:200px;margin:0 auto -100px}.frame-type-mask_video_stage .video-container .video-overlay{bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:all 0.3s ease;z-index:1}.frame-type-mask_video_stage .video-container .video-overlay.hidden{opacity:0;visibility:hidden}.frame-type-mask_video_stage .video-container .play-button{display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:#ed6c30;color:#ffffff;cursor:pointer;font-size:14px;font-weight:400;line-height:44px;padding:0 15px 0 40px;position:relative;text-align:center;text-transform:uppercase;transition:all 0.3s ease;white-space:nowrap;z-index:2}.frame-type-mask_video_stage .video-container .play-button.hidden{opacity:0;visibility:hidden}.frame-type-mask_video_stage .video-container .play-button:hover{background-color:#ca5d2b}.frame-type-mask_video_stage .video-container .play-button::after{position:absolute;left:16px;top:15px;content:"";width:0;height:0;border-top:8px solid transparent;border-left:13px solid #ffffff;border-bottom:8px solid transparent}.frame-type-mask_video_stage .video-container iframe{position:absolute;left:0;top:0;height:100%;width:100%}.frame-type-mask_video_stage .video-container img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.frame-type-mask_video_stage .video-container video{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.frame-type-mask_video_stage .video-container .external-disclaimer{position:absolute;left:0;right:0;bottom:0;width:100%;z-index:10;padding:8px 16px;color:#ffffff;background:#666666;text-align:center}.frame-type-mask_video_stage .text{width:100%;max-width:750px;margin:0 auto;padding:50px 0 0;text-align:center}.frame-type-mask_video_stage .text h2{color:#FFFFFF !important}.frame-type-mask_video_stage .text p{font-weight:300 !important;line-height:30px !important;margin-bottom:30px !important;font-size:20px !important;color:#FFFFFF !important}.frame-type-mask_video_stage .button{text-align:center;padding-bottom:46px}@media (min-width:576px){.frame-type-mask_video_stage.frame.frame-space-before-yes{margin-top:210px}.frame-type-mask_video_stage .video-container{top:-150px;height:300px;margin:0 auto -150px}}@media (min-width:768px){.frame-type-mask_video_stage.frame.frame-space-before-yes{margin-top:260px}.frame-type-mask_video_stage .video-container{top:-200px;height:400px;margin:0 auto -200px}}@media (min-width:1200px){.frame-type-mask_video_stage.frame.frame-space-before-yes{margin-top:290px}.frame-type-mask_video_stage .video-container{top:-230px;height:465px;margin:0 auto -230px}}#curator-feed-default-feed-layout .crt-post,#curator-feed-traumjob-layout .crt-post{border:0 !important}#curator-feed-default-feed-layout .crt-post .crt-post-border,#curator-feed-traumjob-layout .crt-post .crt-post-border{border:0 !important}#curator-feed-default-feed-layout .crt-post .crt-post-header,#curator-feed-traumjob-layout .crt-post .crt-post-header{margin:20px 0 0}#curator-feed-default-feed-layout .crt-post .crt-post-header .crt-post-fullname,#curator-feed-traumjob-layout .crt-post .crt-post-header .crt-post-fullname{padding-left:20px}#curator-feed-default-feed-layout .crt-post .crt-post-text,#curator-feed-default-feed-layout .crt-post .crt-post-title,#curator-feed-traumjob-layout .crt-post .crt-post-text,#curator-feed-traumjob-layout .crt-post .crt-post-title{padding:0 20px}#curator-feed-default-feed-layout .crt-post .crt-post-footer,#curator-feed-traumjob-layout .crt-post .crt-post-footer{margin:0 5px}#curator-feed-default-feed-layout .crt-post .crt-post-footer .crt-post-username,#curator-feed-traumjob-layout .crt-post .crt-post-footer .crt-post-username{display:none}#curator-feed-default-feed-layout .crt-post .crt-post-footer .crt-post-date,#curator-feed-traumjob-layout .crt-post .crt-post-footer .crt-post-date{display:none}#curator-feed-default-feed-layout .crt-post .crt-post-read-more-button,#curator-feed-traumjob-layout .crt-post .crt-post-read-more-button{display:block;height:40px;margin:0 15px;color:#ed6c30;border:1px solid #979797 !important;border-radius:0 !important;background:#fff}#curator-feed-default-feed-layout .crt-post .crt-post-read-more-button:hover,#curator-feed-traumjob-layout .crt-post .crt-post-read-more-button:hover{border-bottom:0;background:#eee !important}#curator-feed-default-feed-layout .crt-panel-next,#curator-feed-traumjob-layout .crt-panel-next{background-color:transparent !important;border-radius:0}#curator-feed-default-feed-layout .crt-panel-next:before,#curator-feed-traumjob-layout .crt-panel-next:before{font-size:35px;color:#4b4b4b}@media (max-width:857px){#curator-feed-default-feed-layout .crt-panel-next,#curator-feed-traumjob-layout .crt-panel-next{right:10px;width:40px;height:40px}#curator-feed-default-feed-layout .crt-panel-next:before,#curator-feed-traumjob-layout .crt-panel-next:before{font-size:17px;font-weight:bold;display:block;width:40px;height:40px;padding:10px 8px 10px 5px;background-color:#fff}}#curator-feed-default-feed-layout .crt-panel-prev,#curator-feed-traumjob-layout .crt-panel-prev{background-color:transparent !important;border-radius:0}#curator-feed-default-feed-layout .crt-panel-prev:before,#curator-feed-traumjob-layout .crt-panel-prev:before{font-size:35px;color:#4b4b4b}@media (max-width:857px){#curator-feed-default-feed-layout .crt-panel-prev,#curator-feed-traumjob-layout .crt-panel-prev{left:10px;width:40px;height:40px}#curator-feed-default-feed-layout .crt-panel-prev:before,#curator-feed-traumjob-layout .crt-panel-prev:before{font-size:17px;font-weight:bold;display:block;width:40px;height:40px;padding:10px 8px 10px 5px;background-color:#fff}}#curator-feed-default-feed-layout .crt-load-more,#curator-feed-traumjob-layout .crt-load-more{color:#ed6c30;border:1px solid #979797 !important;background:#fff}#curator-feed-default-feed-layout .crt-load-more:hover,#curator-feed-traumjob-layout .crt-load-more:hover{border-bottom:0;background:#eee !important}#news-container-3688 .comments,#news-container-3688 .hearts{display:none}#curator-feed-n-bereich-layout .crt-post{border:0 !important}#curator-feed-n-bereich-layout .crt-post .crt-post-border{border:0 !important}#curator-feed-n-bereich-layout .crt-post .crt-post-header{margin:20px 0 0}#curator-feed-n-bereich-layout .crt-post .crt-post-header .crt-post-fullname{padding-left:20px}#curator-feed-n-bereich-layout .crt-post .crt-post-text,#curator-feed-n-bereich-layout .crt-post .crt-post-title{padding:0 20px}#curator-feed-n-bereich-layout .crt-post .crt-post-footer{margin:0 5px}#curator-feed-n-bereich-layout .crt-post .crt-post-read-more-button{display:block;width:calc(100% - 30px);height:44px;margin:0 15px;color:#ed6c30;border:1px solid #979797 !important;border-radius:0 !important;background:#fff;font-size:14px;line-height:44px;font-weight:400;text-transform:uppercase}#curator-feed-n-bereich-layout .crt-post .crt-post-read-more-button:hover{border-bottom:0;background:#eee !important}#curator-feed-n-bereich-layout .crt-controls-outside .crt-panel-next,#curator-feed-n-bereich-layout .crt-controls-outside .crt-panel-prev{background:none;border-radius:0}#curator-feed-n-bereich-layout .crt-controls-outside .crt-panel-next svg,#curator-feed-n-bereich-layout .crt-controls-outside .crt-panel-prev svg{height:35px;color:#4b4b4b}#curator-feed-n-bereich-layout .crt-controls-outside .crt-panel-prev{left:0px}#curator-feed-n-bereich-layout .crt-controls-outside .crt-panel-next{right:0px}@media (max-width:857px){#curator-feed-n-bereich-layout .crt-controls-outside{padding:0}#curator-feed-n-bereich-layout .crt-controls-outside .crt-panel-next,#curator-feed-n-bereich-layout .crt-controls-outside .crt-panel-prev{font-size:17px;font-weight:bold;display:block;width:40px;height:40px;background-color:#fff;padding:8px}#curator-feed-n-bereich-layout .crt-controls-outside .crt-panel-next svg,#curator-feed-n-bereich-layout .crt-controls-outside .crt-panel-prev svg{height:100%}#curator-feed-n-bereich-layout .crt-controls-outside .crt-panel-prev{left:10px}#curator-feed-n-bereich-layout .crt-controls-outside .crt-panel-next{right:10px}}.frame-type-mask_image_two_cards{max-width:100%;margin-right:auto;margin-left:auto;width:100%;padding-right:initial !important;padding-left:initial !important}.frame-type-mask_image_two_cards .image-wrapper{max-width:100%;width:100%;position:relative;padding-bottom:31.25%;background-repeat:no-repeat, repeat;background-position:center;background-size:cover}@media only screen and (max-width:1135px){.frame-type-mask_image_two_cards .image-wrapper{padding-bottom:50% !important;bottom:-30px}}@media only screen and (max-width:857px){.frame-type-mask_image_two_cards .image-wrapper{padding-bottom:90% !important;overflow:initial !important;background-size:initial !important}}.frame-type-mask_image_two_cards .card-wrapper{max-width:1100px;width:100%;margin:-10% auto 0}.frame-type-mask_image_two_cards .card-wrapper.two{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:30px;margin-top:-10%}@media only screen and (max-width:900px){.frame-type-mask_image_two_cards .card-wrapper.two{grid-template-columns:1fr;grid-column-gap:none;grid-row-gap:30px}.frame-type-mask_image_two_cards .card-wrapper.two .card{z-index:1;margin:0 auto}}@media only screen and (max-width:1135px){.frame-type-mask_image_two_cards .card-wrapper.two{padding-left:15px;padding-right:15px}.frame-type-mask_image_two_cards .card-wrapper.two .card{padding:25px 20px}}.frame-type-mask_image_two_cards .card-wrapper .card{z-index:1;background:#00594e;padding:50px 40px;max-width:540px;width:100%;margin:0 auto;position:relative}.frame-type-mask_image_two_cards .card-wrapper .card .content{margin:0 auto}.frame-type-mask_image_two_cards .card-wrapper .card .content h2{text-align:center !important;color:#FFFFFF !important}.frame-type-mask_image_two_cards .card-wrapper .card .content .link-wrapper{text-align:center}.frame-type-mask_image_two_cards .card-wrapper .card .content .link-wrapper .line{display:none}.frame-type-mask_image_two_cards .card-wrapper .card .content .link-wrapper .icon{width:60px;height:60px;margin:0 auto 40px}.frame-type-mask_image_two_cards .card-wrapper .card .content .link-wrapper.two{display:grid;grid-template-columns:1fr 1fr;margin:initial}@media only screen and (max-width:460px){.frame-type-mask_image_two_cards .card-wrapper .card .content .link-wrapper.two{grid-template-columns:1fr;grid-column-gap:none}.frame-type-mask_image_two_cards .card-wrapper .card .content .link-wrapper.two .link{border-right:none !important;border-bottom:1px solid rgba(255, 255, 255, 0.3);margin-bottom:20px}.frame-type-mask_image_two_cards .card-wrapper .card .content .link-wrapper.two .link:first-child .button{padding-bottom:40px}.frame-type-mask_image_two_cards .card-wrapper .card .content .link-wrapper.two .link:last-child{margin-top:20px;margin-bottom:initial;border-bottom:none}}.frame-type-mask_image_two_cards .card-wrapper .card .content .link-wrapper.two .link{border-right:1px solid rgba(255, 255, 255, 0.3)}.frame-type-mask_image_two_cards .card-wrapper .card .content .link-wrapper.two .link:last-child{border-right:none}.frame-type-mask_image_two_cards .card-wrapper .card .content .link-wrapper.two .link .icon{width:60px;height:60px;margin:0 auto 40px}.frame-type-mask_image_quote{max-width:1100px}.frame-type-mask_image_quote .content-wrapper{position:relative;display:grid;grid-template-columns:1fr 570px}.frame-type-mask_image_quote .content-wrapper .image-wrapper{position:relative;padding-bottom:45.455%;max-width:635px;width:100%;height:100%}.frame-type-mask_image_quote .content-wrapper .image-wrapper picture img{position:absolute;left:0;top:0;width:calc(100% + 95px);height:100%;object-fit:cover}.frame-type-mask_image_quote .content-wrapper .column-2{padding:60px 0}.frame-type-mask_image_quote .content-wrapper .column-2 .quote{background-color:#00594e;padding:40px 60px;position:relative}.frame-type-mask_image_quote .content-wrapper .column-2 .quote svg{margin-bottom:20px}.frame-type-mask_image_quote .content-wrapper .column-2 .quote p{color:#FFFFFF !important;font-size:20px !important;line-height:30px !important;text-align:left;font-style:italic !important}.frame-type-mask_image_quote .content-wrapper .column-2 .quote p.person{font-style:normal !important;text-align:right;font-size:15px !important;line-height:24px !important}@media (max-width:960px){.frame-type-mask_image_quote .content-wrapper{grid-template-columns:1fr 500px}}@media (max-width:840px){.frame-type-mask_image_quote .content-wrapper{grid-template-columns:1fr}.frame-type-mask_image_quote .content-wrapper .image-wrapper{padding-bottom:75% !important;max-width:initial !important}.frame-type-mask_image_quote .content-wrapper .image-wrapper picture img{width:100%}.frame-type-mask_image_quote .content-wrapper .column-2{padding:0}.frame-type-mask_image_quote .content-wrapper .column-2 .quote{padding:40px !important}}.frame-type-mask_image_with_infobox{max-width:1100px}.frame-type-mask_image_with_infobox .content-wrapper{position:relative;display:grid;grid-template-columns:635px 1fr;grid-row-start:1}.frame-type-mask_image_with_infobox .content-wrapper .column-1{padding:60px 0;z-index:1;order:1}.frame-type-mask_image_with_infobox .content-wrapper .column-1 .infobox{background-color:#00594e;padding:60px;position:relative;max-width:635px;width:100%}.frame-type-mask_image_with_infobox .content-wrapper .column-1 .infobox .link{display:grid;grid-template-columns:50px 1fr;grid-column-gap:40px;padding-bottom:40px;align-items:center;overflow:hidden}.frame-type-mask_image_with_infobox .content-wrapper .column-1 .infobox .link:last-child{padding-bottom:25px}.frame-type-mask_image_with_infobox .content-wrapper .column-1 .infobox .link .icon{text-align:center;margin:0 auto;max-height:50px;height:100%}.frame-type-mask_image_with_infobox .content-wrapper .column-1 .infobox .link .icon img{display:block;height:48px;width:auto;max-width:60px;min-height:initial;margin:0 auto}.frame-type-mask_image_with_infobox .content-wrapper .column-1 .infobox h2{color:#FFFFFF !important;margin-bottom:30px !important}.frame-type-mask_image_with_infobox .content-wrapper .column-1 .infobox p{color:#FFFFFF !important;margin-bottom:50px !important;max-width:445px;font-size:15px;line-height:24px}.frame-type-mask_image_with_infobox .content-wrapper .column-2{order:2}.frame-type-mask_image_with_infobox .content-wrapper .column-2 .image-wrapper{position:relative;padding-bottom:126.4814814815%;max-width:540px;width:100%;height:100%;left:-60px}.frame-type-mask_image_with_infobox .content-wrapper .column-2 .image-wrapper picture img{position:absolute;left:0;top:0;width:calc(100% + 65px);height:100%;object-fit:cover}@media (max-width:1000px){.frame-type-mask_image_with_infobox .content-wrapper{grid-template-columns:530px 1fr}}@media (max-width:840px){.frame-type-mask_image_with_infobox .content-wrapper{grid-template-columns:1fr}.frame-type-mask_image_with_infobox .content-wrapper .column-1{order:2;padding:initial}.frame-type-mask_image_with_infobox .content-wrapper .column-1 .infobox{max-width:initial;padding:40px !important}.frame-type-mask_image_with_infobox .content-wrapper .column-2{order:1}.frame-type-mask_image_with_infobox .content-wrapper .column-2 .image-wrapper{position:relative;padding-bottom:75% !important;max-width:initial !important;width:100%;height:100%;left:initial}.frame-type-mask_image_with_infobox .content-wrapper .column-2 .image-wrapper picture img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}}@media (max-width:465px){.frame-type-mask_image_with_infobox .content-wrapper .column-1{order:2;padding:initial}.frame-type-mask_image_with_infobox .content-wrapper .column-1 .infobox{max-width:initial;padding:30px !important}.frame-type-mask_image_with_infobox .content-wrapper .column-1 .infobox .link{display:block}.frame-type-mask_image_with_infobox .content-wrapper .column-1 .infobox .link .icon{text-align:center;margin-bottom:20px}.frame-type-mask_image_with_infobox .content-wrapper .column-1 .infobox .link .icon:last-child{margin-bottom:initial}.frame-type-mask_image_with_infobox .content-wrapper .column-1 .infobox .link .button{text-align:center}}.frame-type-mask_info_slideshow .headline{max-width:1110px;margin:0 auto}.frame-type-mask_info_slideshow .headline h2{max-width:482px}.frame-type-mask_info_slideshow .swiper-container{margin-left:auto;margin-right:auto;position:relative;width:100%;z-index:1}.frame-type-mask_info_slideshow .swiper-container .swiper-teaser-stage-projects-control{position:absolute;top:30%;left:50%;transform:translate(-50%, -50%);z-index:500;max-width:1100px;width:100%;cursor:pointer}@media (max-width:1230px){.frame-type-mask_info_slideshow .swiper-container .swiper-teaser-stage-projects-control{max-width:850px !important}}@media (max-width:470px){.frame-type-mask_info_slideshow .swiper-container .swiper-teaser-stage-projects-control{top:12%}}.frame-type-mask_info_slideshow .swiper-container .swiper-teaser-stage-projects-control .swiper-button-next{background:#ed6c30;right:0;position:absolute;width:40px;height:40px}.frame-type-mask_info_slideshow .swiper-container .swiper-teaser-stage-projects-control .swiper-button-next svg.nc-icon{position:absolute;width:100%;height:100%;padding:14px;color:#fff}.frame-type-mask_info_slideshow .swiper-container .swiper-teaser-stage-projects-control .swiper-button-prev{background:#ed6c30;left:0;position:absolute;width:40px;height:40px}.frame-type-mask_info_slideshow .swiper-container .swiper-teaser-stage-projects-control .swiper-button-prev svg.nc-icon{position:absolute;width:100%;height:100%;padding:14px;color:#fff}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide{height:100%;position:relative;max-width:1100px;width:100%;flex-shrink:0}@media (max-width:1230px){.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide{max-width:850px}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard{padding:40px !important;max-width:800px !important}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard .inner .buttons a:first-child{margin-bottom:10px}}@media (max-width:768px){.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard{padding:24px !important}}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .swiper-image{height:0;position:relative;padding-bottom:45.455%;margin:0 auto}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .swiper-image img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}@media (max-width:857px){.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .swiper-image{padding-bottom:75% !important}}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .swiper-image .copyright_icon{bottom:initial !important;top:5px !important}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard{visibility:hidden;position:relative;background-color:#00594e;max-width:920px;margin:-60px auto 0;padding:60px;display:grid;grid-template-columns:1fr 1px 1fr;grid-column-gap:45px;align-items:center;opacity:0;transition:visibility 0s 0.25s, opacity 0.25s linear}@media (max-width:990px){.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard{margin:0 auto}}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard .first ul li{color:#ed6c30 !important}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard .first ul li p{color:#FFFFFF !important}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard .first h3{color:#FFFFFF !important;margin-bottom:10px !important}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard .first p{color:#FFFFFF !important}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard .line{background:rgba(255, 255, 255, 0.5);width:100%;height:100%}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard .last{position:relative}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard .last .inner .datalist-wrap{display:grid;grid-template-columns:130px 1fr;grid-column-gap:16px;grid-row-gap:16px}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard .last .inner .datalist-wrap p.label{font-weight:bold !important;color:#FFFFFF !important;font-size:initial !important;line-height:initial !important;margin-bottom:initial !important;text-transform:initial !important}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard .last .inner .datalist-wrap p.content{color:#FFFFFF !important}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard .buttons a.button.primary{margin-top:30px;margin-right:20px !important}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard .buttons a.button.secondary{margin-top:30px;border:2px solid #FFFFFF !important;color:#FFFFFF !important;background-color:initial !important;line-height:41px !important;margin-bottom:0px !important}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard .buttons a.button.secondary:hover{background-color:rgba(255, 255, 255, 0.2) !important}@media (max-width:500px){.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard .buttons{text-align:center}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard .buttons a.button.primary{margin-right:0 !important;margin-bottom:0px !important}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard .buttons a.button.secondary{margin-top:24px;margin-bottom:0px !important}}@media (max-width:857px){.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard{z-index:50;grid-template-columns:1fr;grid-template-rows:auto;grid-column-gap:initial;grid-row-gap:16px}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard .line{background:rgba(255, 255, 255, 0.5);width:100%;height:1px}}@media (max-width:458px){.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard .last .inner{display:grid;grid-row-gap:10px}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide .infocard .last .inner .datalist-wrap{grid-row-gap:initial}}.frame-type-mask_info_slideshow .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .infocard{visibility:visible;opacity:1;transition:opacity 0.25s linear}.frame-type-mask_info_slideshow .swiper-container-no-flexbox .swiper-slide{float:left}.frame-type-mask_info_slideshow .swiper-container-vertical>.swiper-wrapper{flex-direction:column}#c9858{margin-top:0 !important;margin-bottom:0 !important}#c9858 .col{padding-left:0 !important;padding-right:0 !important}#c9858 .col #info-banner{background-color:#ed6c30;color:#fff;text-align:center;padding:8px 16px}#c9858 .col #info-banner a{color:#ffffff}#important-notice-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;color:#4b4b4b;overflow:auto}#important-notice-modal .modal-underlay{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0, 0, 0, 0.4);cursor:pointer;animation:fadein 0.5s}#important-notice-modal .modal{width:90%;max-width:530px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:#00594e;margin:auto;animation:modal-popin 0.3s;box-shadow:0 0 16px rgba(0, 0, 0, 0.2)}@media (max-width:500px){#important-notice-modal .modal{top:120px;transform:translate(-50%, 0%)}}#important-notice-modal .modal .modal-close{position:absolute;top:20px;right:20px;width:15px;height:15px;color:#ffffff}#important-notice-modal .modal .modal-close .nc-icon{width:15px;height:15px}#important-notice-modal .modal .modal-close:hover{color:#ed6c30 !important}#important-notice-modal .modal .modal-close:focus,#important-notice-modal .modal .modal-close:hover{color:#000;text-decoration:none;cursor:pointer}#important-notice-modal .modal .modal-body{padding:40px}#important-notice-modal .modal .modal-body h1{margin-bottom:24px}#important-notice-modal .modal .modal-body p{margin-bottom:18px !important;color:#ffffff !important}#important-notice-modal .modal .modal-body p strong{font-weight:700}#important-notice-modal .modal .modal-body p:last-child{margin:0 !important}#important-notice-modal .modal .modal-body .columns{display:grid;grid-template-columns:1fr;grid-row-gap:20px;grid-column-gap:20px}@media (min-width:600px){#important-notice-modal .modal .modal-body .columns{grid-template-columns:1fr 150px}}#important-notice-modal .modal .modal-body .columns>div img{display:block;width:100%;height:auto;max-width:250px;margin:0 auto}#important-notice-modal .modal .modal-body .columns p.info{font-size:10px !important}#important-notice-modal .modal .modal-footer{background-color:#eeeeee;text-align:right;padding:20px}#important-notice-modal.temp{display:block}#important-notice-modal.xmas .modal{max-width:600px}#important-notice-modal.xmas .modal .modal-body{padding:30px 0 0 0}#important-notice-modal.xmas .modal .modal-body img{width:100%;margin-bottom:-4px}.frame-type-mask_jobpostings .container{padding:0}.frame-type-mask_jobpostings .container .postings{display:grid;grid-template-columns:1fr;grid-row-gap:30px;grid-column-gap:30px}.frame-type-mask_jobpostings .container .postings>div{background:#eeeeee}.frame-type-mask_jobpostings .container .postings>div .posting{padding:15px}.frame-type-mask_jobpostings .container .postings>div .posting h3{margin-bottom:0 !important}.frame-type-mask_jobpostings .container .postings>div .posting .hidden-data{height:0;overflow:hidden;visibility:hidden}@media (min-width:992px){.frame-type-mask_jobpostings .container .postings{grid-template-columns:1fr 1fr}}.frame-type-mask_newsletter_cta .inner{display:flex;justify-content:flex-end;align-items:center;background-color:#00594e;background-image:url("/fileadmin/Distribution/Public/Images/newsletter-cta.svg");background-repeat:no-repeat;background-position:left center;background-size:auto 100%}@media (max-width:992px){.frame-type-mask_newsletter_cta .inner{background-position:calc(100% + 100px) center}}@media (max-width:766px){.frame-type-mask_newsletter_cta .inner{background-position:calc(100% + 150px) center}}@media (max-width:500px){.frame-type-mask_newsletter_cta .inner{background-size:250px auto;background-position:top left}}@media (max-width:991px){.frame-type-mask_newsletter_cta .inner{display:block;justify-content:initial;align-items:initial}}.frame-type-mask_newsletter_cta .inner .text{padding-top:40px;padding-bottom:40px;max-width:390px;margin-right:64px}@media (max-width:1200px){.frame-type-mask_newsletter_cta .inner .text{margin-left:198px;margin-right:32px}}@media (max-width:992px){.frame-type-mask_newsletter_cta .inner .text{margin-left:32px;margin-right:32px}}@media (max-width:500px){.frame-type-mask_newsletter_cta .inner .text{padding-top:150px}}.frame-type-mask_newsletter_cta .inner .text h3{color:#fff !important;margin-bottom:8px !important}.frame-type-mask_newsletter_cta .inner .text p{margin-bottom:initial !important;color:#fff !important}.frame-type-mask_newsletter_cta .inner .button-wrapper{text-align:center;margin-right:64px}@media (max-width:992px){.frame-type-mask_newsletter_cta .inner .button-wrapper{text-align:left;padding-left:32px;padding-bottom:32px}}.frame-type-mask_newsletter_cta.frame-layout-2{padding-left:0;padding-right:0;border-radius:0}@media (max-width:766px){.frame-type-mask_two_columns .frame-type-mask_newsletter_cta .inner{background-position:calc(100% + 150px) center}}@media (max-width:500px){.frame-type-mask_two_columns .frame-type-mask_newsletter_cta .inner{background-size:250px auto;background-position:top left;display:block;justify-content:initial;align-items:initial}}@media (min-width:992px){.frame-type-mask_two_columns .frame-type-mask_newsletter_cta .inner{background-size:350px auto;background-position:calc(100% + 50px) top;display:block;justify-content:initial;align-items:initial}}@media (max-width:992px){.frame-type-mask_two_columns .frame-type-mask_newsletter_cta .inner .text{margin-left:32px;margin-right:32px}}@media (max-width:500px){.frame-type-mask_two_columns .frame-type-mask_newsletter_cta .inner .text{padding-top:150px}}@media (min-width:992px){.frame-type-mask_two_columns .frame-type-mask_newsletter_cta .inner .text{padding-top:100px;margin-left:32px;margin-right:32px}}.frame-type-mask_two_columns .frame-type-mask_newsletter_cta .inner .button-wrapper{text-align:left;padding-left:32px;padding-bottom:32px}.frame-type-mask_sitemap nav .first-level{padding:0 !important;list-style:none;margin-top:80px !important}.frame-type-mask_sitemap nav .first-level>li{position:relative;border-bottom:2px solid #eeeeee;margin-bottom:40px !important;padding-left:0 !important}.frame-type-mask_sitemap nav .first-level>li>a{display:inline-block;color:#4b4b4b !important;border-bottom:0 !important;font-size:26px;line-height:100%;text-decoration:none;font-weight:300;margin-bottom:20px}.frame-type-mask_sitemap nav .first-level>li>a:hover{background:none !important;border-bottom:0 !important}.frame-type-mask_sitemap nav .first-level.diverses ul.second-level{list-style:none;padding:24px 0 0 0 !important;border-top:2px solid #eeeeee;margin-top:9px}.frame-type-mask_sitemap nav .first-level.diverses ul.second-level li{margin-bottom:25px !important;padding-left:initial !important;border-bottom:2px solid #eeeeee !important;max-width:540px;width:100%;padding-bottom:9px !important}.frame-type-mask_sitemap nav .first-level.diverses ul.second-level li a{border-bottom:1px dashed transparent;color:#ed6c30;text-decoration:none;transition:all 0.3s ease;font-size:20px;line-height:30px}.frame-type-mask_sitemap nav .first-level.diverses li{border-bottom:initial !important}.frame-type-mask_sitemap nav>.second-level{padding:0 !important;list-style:none;max-width:540px}.frame-type-mask_sitemap nav>.second-level>li{display:block;border-bottom:2px solid #eeeeee;margin-bottom:24px !important;padding-bottom:8px !important;padding-left:0 !important}.frame-type-mask_sitemap nav>.second-level>li>a{font-size:20px;line-height:30px}.frame-type-mask_sitemap nav>.second-level>li>ul.lvl-1{list-style:none;padding:24px 0 0 0 !important;border-top:2px solid #eeeeee;margin-top:9px}.frame-type-mask_sitemap nav>.second-level>li>ul.lvl-1 li{padding:0 !important;margin-bottom:16px !important}.frame-type-mask_sitemap nav>.second-level>li>ul.lvl-1 li .toggle{position:relative;display:inline-block;width:24px;height:24px;cursor:pointer;right:-12px;top:6px;transition:all 0.3s ease-in-out}.frame-type-mask_sitemap nav>.second-level>li>ul.lvl-1 li .toggle svg{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.frame-type-mask_sitemap nav>.second-level>li>ul.lvl-1 li>ul.lvl-2{list-style:none;display:block;height:0;overflow:hidden;transition:all 0.3s ease-in-out;padding-left:24px !important}.frame-type-mask_sitemap nav>.second-level>li>ul.lvl-1 li.show-subs .toggle{transform:rotate(-180deg)}.frame-type-mask_sitemap nav>.second-level>li>ul.lvl-1 li.show-subs>ul.lvl-2{padding:14px 0 8px 24px !important;height:initial}.frame-type-mask_sitemap nav>.second-level>li.sub{border-bottom:0 !important}#feedback-popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;color:#4b4b4b}#feedback-popup .modal-underlay{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0, 0, 0, 0.4);cursor:pointer;animation:fadein 0.5s}#feedback-popup .modal{width:90%;max-width:530px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:#fefefe;margin:auto;animation:modal-popin 0.3s;box-shadow:0 0 16px rgba(0, 0, 0, 0.2)}@media (max-width:500px){#feedback-popup .modal{top:120px;transform:translate(-50%, 0%)}}#feedback-popup .modal .modal-close{position:absolute;top:20px;right:20px;width:15px;height:15px;color:#4b4b4b}#feedback-popup .modal .modal-close .nc-icon{width:15px;height:15px}#feedback-popup .modal .modal-close:hover{color:#ed6c30 !important}#feedback-popup .modal .modal-close:focus,#feedback-popup .modal .modal-close:hover{color:#000;text-decoration:none;cursor:pointer}#feedback-popup .modal .modal-body{padding:40px}#feedback-popup .modal .modal-body h1{margin-bottom:24px}#feedback-popup .modal .modal-body p{margin-bottom:18px !important}#feedback-popup .modal .modal-body p strong{font-weight:700}#feedback-popup .modal .modal-body p:last-child{margin:0 !important}#feedback-button{display:block;height:100px;width:100px;background:#ed6c30;box-shadow:0 0 16px rgba(0, 0, 0, 0.5);text-decoration:none;transition:all 0.3s ease;position:relative}#feedback-button .nc-icon{color:#ffffff;height:60px;width:60px;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%)}#paperplane{display:none;position:fixed;left:0;right:0;top:50%;transform:translateY(-50%);z-index:101;height:350px}@media screen and (max-width:1200px){#paperplane{overflow:hidden;height:300px}#paperplane #paperplane-animation{position:absolute;left:0;top:0;width:1500px}}@media screen and (max-width:800px){#paperplane{height:200px}#paperplane #paperplane-animation{width:1200px}}#newsletter-quick-cta{display:block;position:fixed;left:0;top:50%;transform:translate(-160%, -50%);z-index:800;cursor:pointer;height:65px;width:70px;background:#ed6c30;-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.2);box-shadow:0 0 8px rgba(0, 0, 0, 0.2);text-decoration:none;transition:all 0.3s ease}#newsletter-quick-cta:hover{background:#ed6c30 !important;border-bottom:initial !important}#newsletter-quick-cta.visible{transform:translate(0, -50%)}#newsletter-quick-cta .nc-icon{color:#ffffff;height:50px;width:50px;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%)}.frame-type-mask_cta_image .wrapper{display:grid;grid-template-columns:fit-content(42%) auto}.frame-type-mask_cta_image .wrapper .content{background:#00594e;display:grid;align-items:center;justify-items:center}.frame-type-mask_cta_image .wrapper .content .inner{padding:80px 40px;text-align:center}.frame-type-mask_cta_image .wrapper .content .inner h2{color:#fff !important;font-weight:bold !important;line-height:44px !important;margin-bottom:24px !important;word-break:break-word;word-wrap:break-word;overflow-wrap:break-word;-moz-hyphens:auto;hyphens:auto}.frame-type-mask_cta_image .wrapper .image{position:relative}.frame-type-mask_cta_image .wrapper .image img{width:100% !important;height:100% !important;object-fit:cover;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);aspect-ratio:1.7777777778}@media (max-width:992px){.frame-type-mask_cta_image .wrapper{grid-template-columns:1fr}.frame-type-mask_cta_image .wrapper .content .inner{padding:40px}.frame-type-mask_cta_image .wrapper .image img{position:initial;top:initial;left:initial;transform:initial;width:100%;height:auto;object-fit:initial}}.frame-type-mask_project_description .frame-type-mask_cta_image .content .inner{padding:40px 20px !important}.frame-type-mask_project_description .frame-type-mask_cta_image .content .inner h2{font-size:22px !important;line-height:26px !important}.frame-type-mask_teaser_two_columns .row .col .container{padding-top:60px;padding-bottom:60px}.frame-type-mask_teaser_two_columns .row .col .container .columns{max-width:790px;margin:0 auto;display:grid;grid-template-columns:1fr 1px 1fr;grid-column-gap:73px;grid-template-rows:auto}.frame-type-mask_teaser_two_columns .row .col .container .columns>div .frame{margin:0;padding:0 !important}.frame-type-mask_teaser_two_columns .row .col .container .columns>div.divider{background-color:rgba(255, 255, 255, 0.3)}@media (max-width:768px){.frame-type-mask_teaser_two_columns .row .col .container .columns{grid-template-columns:1fr;grid-row-gap:30px}.frame-type-mask_teaser_two_columns .row .col .container .columns>div.divider{height:1px}}.frame-type-mask_teaser_two_columns.grey_bg .row .col .container{background-color:#eeeeee}.frame-type-mask_teaser_two_columns.grey_bg .row .col .container .columns>div.divider{background-color:#4b4b4b;opacity:0.3}.frame-type-mask_teaser_two_columns.green_bg .row .col .container{background-color:#00594e}.frame-type-mask_teaser_two_columns.green_bg .row .col .container .ce-bodytext p,.frame-type-mask_teaser_two_columns.green_bg .row .col .container h1,.frame-type-mask_teaser_two_columns.green_bg .row .col .container h2,.frame-type-mask_teaser_two_columns.green_bg .row .col .container h3,.frame-type-mask_teaser_two_columns.green_bg .row .col .container h4,.frame-type-mask_teaser_two_columns.green_bg .row .col .container h5,.frame-type-mask_teaser_two_columns.green_bg .row .col .container h6,.frame-type-mask_teaser_two_columns.green_bg .row .col .container ul,.frame-type-mask_teaser_two_columns.green_bg .row .col .container li{color:#ffffff !important}.frame-type-mask_teaser_two_columns.green_bg .row .col .container li::marker{color:#ed6c30 !important}.frame-type-mask_teaser_two_columns.frame-layout-2{padding-left:0 !important;padding-right:0 !important}.frame-type-mask_teaser_two_columns.frame-layout-2.green_bg .row .col{background-color:#00594e}.frame-type-mask_teaser_two_columns.frame-layout-2.grey_bg .row .col{background-color:#eeeeee}.frame-type-mask_accordion_two_columns .columns{display:grid;grid-template-columns:repeat(auto-fit, minmax(290px, 1fr));grid-column-gap:16px}.frame-type-mask_accordion_two_columns .columns>div .first-level .item{position:relative;color:#ffffff !important;padding:24px;margin-bottom:16px}.frame-type-mask_accordion_two_columns .columns>div .first-level .item .toggle{position:absolute;right:24px;top:27px;width:24px;height:24px;cursor:pointer;transition:transform 0.3s ease-in-out}.frame-type-mask_accordion_two_columns .columns>div .first-level .item .toggle svg{width:100%;height:auto}.frame-type-mask_accordion_two_columns .columns>div .first-level .item .toggle.clicked{transform:rotate(180deg)}.frame-type-mask_accordion_two_columns .columns>div .first-level .item .toggle.clicked+.inner{max-height:5000px;overflow:visible;opacity:1;padding-top:16px}.frame-type-mask_accordion_two_columns .columns>div .first-level .item p{color:#ffffff !important}.frame-type-mask_accordion_two_columns .columns>div .first-level .item h3{display:inline-block;color:#ffffff !important;font-weight:700;font-size:20px !important;line-height:140% !important;margin-bottom:0 !important;padding-right:40px}.frame-type-mask_accordion_two_columns .columns>div .first-level .item ul{color:#ffffff !important;padding:0 0 0 16px !important}.frame-type-mask_accordion_two_columns .columns>div .first-level .item ul li{color:#ffffff !important}.frame-type-mask_accordion_two_columns .columns>div .first-level .item ul li::marker{color:#ed6c30}.frame-type-mask_accordion_two_columns .columns>div .first-level .item .inner{max-height:0;overflow:hidden;opacity:0;transition:all 0.5s ease-in-out}.frame-type-mask_accordion_two_columns .columns>div .first-level>.item{background-color:#00594e}.frame-type-mask_accordion_two_columns .columns>div .first-level .second-level .item{background-color:rgba(255, 255, 255, 0.14);padding:16px}.frame-type-mask_accordion_two_columns .columns>div .first-level .second-level .item h3{font-size:18px !important;line-height:24px !important}.frame-type-mask_accordion_two_columns .columns>div .first-level .second-level .item .toggle{top:16px}.cc-type-opt-in.dp--revoke{z-index:200;border-radius:0 !important;-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.25);box-shadow:0 0 8px rgba(0, 0, 0, 0.25);min-width:44px !important;height:44px !important;margin:0 !important;left:15px !important;bottom:15px !important}.cc-window{bottom:0 !important;left:0 !important;z-index:2147483647 !important}.cc-window .cc-compliance .cc-btn{background:#ed6c30 !important;color:#ffffff !important;transition:all 0.2s ease;text-decoration:none !important;width:100%;border-bottom:1px solid #ffffff}.cc-window .cc-compliance .cc-btn:hover{background:#CA5D2B !important;text-decoration:none !important}.cc-window .cc-compliance .cc-btn:last-child{border-bottom:0 !important}@media (max-width:450px){.cc-window{width:100% !important;max-width:initial !important}}#cookie-consent.cookie-consent-container .consent-modal{border-radius:0;height:640px}#cookie-consent.cookie-consent-container .consent-modal form button.btn--primary,#cookie-consent.cookie-consent-container .consent-modal form button.btn--secondary{border-radius:0;background:#ed6c30;border:0px;color:#ffffff;opacity:1}#cookie-consent.cookie-consent-container .consent-modal form button.btn--primary:hover,#cookie-consent.cookie-consent-container .consent-modal form button.btn--secondary:hover{background:#d75113}#cookie-consent.cookie-consent-container .consent-modal form span.checkmark{background:#ed6c30}#cookie-consent .cookie-headline{text-align:center}#cookie-consent .hint{text-align:center}#cookie-consent form ul.options{max-width:370px;margin:10px auto}body.dp--cookie-consent #cookie-consent{display:none !important}#change-cookie-settings{line-height:1;position:fixed;top:auto;display:flex;overflow:hidden;align-items:center;flex-wrap:nowrap;justify-content:center;box-sizing:border-box;padding:0.5em;cursor:pointer;transition:all 0.3s ease-in-out;transform:none;text-decoration:none;background-color:#eee;color:#4b4b4b;z-index:200;border-radius:0 !important;box-shadow:0 0 8px rgba(0, 0, 0, 0.25);min-width:44px !important;height:44px !important;margin:0 !important;left:15px !important;bottom:15px !important}#change-cookie-settings svg{width:100%;height:auto}.cookie-consent-replacement{position:relative;width:100%;height:100%;background:#eeeeee;background:transparent url("/fileadmin/Distribution/Public/Images/mauer-2.jpg") repeat-y scroll top center / 100% auto;padding:20px;text-align:center}.cookie-consent-replacement>div{background:#00594e;max-width:70%;margin:80px auto;padding:24px;color:#fff !important}@media (max-width:450px){.cookie-consent-replacement>div{max-width:85%}}.cookie-consent-replacement>div h3{margin-bottom:16px !important;color:#fff !important}.cookie-consent-replacement>div>div{color:#fff !important;margin-bottom:16px}.frame-type-mask_sustainability_intro .frame h1,.frame-type-mask_sustainability_intro .frame h2,.frame-type-mask_sustainability_intro .frame h3,.frame-type-mask_sustainability_intro .frame h4,.frame-type-mask_sustainability_intro .frame h5{font-family:"a_song_for_jenniferregular";font-size:60px !important;line-height:60px !important;color:#ffffff !important}.frame-type-mask_sustainability_intro .frame p{color:#ffffff !important}.frame-type-mask_media_text_tiles .tiles{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-column-gap:40px;grid-row-gap:40px}.frame-type-mask_media_text_tiles .tiles .tile{background-color:#eeeeee}.frame-type-mask_media_text_tiles .tiles .tile .media{position:relative}.frame-type-mask_media_text_tiles .tiles .tile .media .video{position:relative;padding-bottom:56.25%;padding-top:0;height:0;overflow:hidden}.frame-type-mask_media_text_tiles .tiles .tile .media .video .video-overlay{cursor:pointer;position:absolute;bottom:0;left:0;right:0;top:0;transition:all 0.3s ease;z-index:10;background-image:url("/fileadmin/Distribution/Public/Images/yt_icon_mono_light.png");background-size:70px 50px;background-position:center center;background-repeat:no-repeat}.frame-type-mask_media_text_tiles .tiles .tile .media .video .video-overlay .external-disclaimer{position:absolute;left:0;right:0;bottom:0;width:100%;z-index:10;padding:8px 16px;color:#ffffff;background:#666666;text-align:center}.frame-type-mask_media_text_tiles .tiles .tile .media .video .video-overlay.hidden{opacity:0;visibility:hidden}.frame-type-mask_media_text_tiles .tiles .tile .media .video embed,.frame-type-mask_media_text_tiles .tiles .tile .media .video iframe,.frame-type-mask_media_text_tiles .tiles .tile .media .video object{position:absolute;top:0;left:0;width:100%;height:100%}.frame-type-mask_media_text_tiles .tiles .tile .media img{display:block;width:100%;height:auto}.frame-type-mask_media_text_tiles .tiles .tile .inner{padding:32px}@media (min-width:992px){.frame-type-mask_media_text_tiles .tiles{grid-template-columns:1fr 1fr}}@keyframes jump{0%{transform:translateY(0)}20%{transform:translateY(0)}40%{transform:translateY(-30px)}50%{transform:translateY(0)}60%{transform:translateY(-15px)}80%{transform:translateY(0)}100%{transform:translateY(0)}}.frame-type-mask_oekoleitlinien .row .col .inner{position:relative;overflow:hidden}.frame-type-mask_oekoleitlinien .row .col .inner img.background{display:block;width:100%;height:auto}.frame-type-mask_oekoleitlinien .row .col .inner .text{position:absolute;top:5%;right:20%;width:60%;font-weight:700;color:#ffffff;font-size:30px;line-height:36px;text-align:center}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint{position:absolute;z-index:10;width:35px;height:35px;line-height:35px;text-align:center;color:transparent;font-weight:700;background-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint::before{display:block;position:absolute;z-index:1;background-size:contain;background-repeat:no-repeat;content:""}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint.clicked::before{display:block}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint.one{z-index:20}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint.one::before{top:-150px;left:-200px;width:250px;height:170px;background:url("/fileadmin/Bilder/Ueber-uns/Nachhaltigkeit/Oekoleitlinien/sprechblase-1.svg")}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint.two::before{top:-140px;left:0;width:250px;height:170px;background:url("/fileadmin/Bilder/Ueber-uns/Nachhaltigkeit/Oekoleitlinien/sprechblase-2.svg")}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint.three::before{top:-180px;left:-170px;width:250px;height:170px;background:url("/fileadmin/Bilder/Ueber-uns/Nachhaltigkeit/Oekoleitlinien/sprechblase-3.svg")}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint.four::before{top:-20px;left:20px;width:250px;height:170px;background:url("/fileadmin/Bilder/Ueber-uns/Nachhaltigkeit/Oekoleitlinien/sprechblase-4.svg")}@media (max-width:991px){.frame-type-mask_oekoleitlinien .row .col .inner .text{font-size:22px;line-height:26px}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint{color:#ffffff;background-color:#ed6c30;cursor:pointer}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint::before{display:none}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint.jump{animation:jump 1.5s ease 0s infinite normal}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint.one::before{top:-150px;left:-210px}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint.two::before{top:-140px;left:10px}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint.three::before{top:-160px;left:-200px}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint.four::before{top:20px;left:-10px;background:url("/fileadmin/Bilder/Ueber-uns/Nachhaltigkeit/Oekoleitlinien/sprechblase-4-mobile.svg")}}@media (max-width:767px){.frame-type-mask_oekoleitlinien .row .col .inner img.background{display:block;width:160%;height:auto;position:relative;left:-38%}.frame-type-mask_oekoleitlinien .row .col .inner .text{right:10%;width:80%;font-size:17px;line-height:20px}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint.one::before{left:-100px;top:-170px}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint.two::before{left:-150px;top:-170px}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint.three::before{top:-440px;left:-60px}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint.four::before{top:-370px;left:-150px}}@media (max-width:400px){.frame-type-mask_oekoleitlinien .row .col .inner img.background{display:block;width:160%;height:auto;position:relative;left:-38%}.frame-type-mask_oekoleitlinien .row .col .inner .text{right:10%;width:80%;font-size:17px;line-height:20px}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint.one::before{left:-100px}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint.two::before{left:-150px}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint.three::before{top:-350px;left:-60px}.frame-type-mask_oekoleitlinien .row .col .inner .infopoint.four::before{top:-300px;left:-150px}}.frame-type-mask_slideshow_card .row .col{padding-right:0 !important;padding-left:0 !important}.frame-type-mask_slideshow_card .row .col .swiper-container{position:relative;width:100%;margin:0;z-index:1}.frame-type-mask_slideshow_card .row .col .swiper-container .slide-control{display:none;position:absolute;top:36%;left:50%;transform:translate(-50%, -50%);z-index:500;width:100%;cursor:pointer}.frame-type-mask_slideshow_card .row .col .swiper-container .slide-control .swiper-button-next{background:#ed6c30;right:0;position:absolute;width:40px;height:40px}.frame-type-mask_slideshow_card .row .col .swiper-container .slide-control .swiper-button-next svg.nc-icon{position:absolute;width:100%;height:100%;padding:14px;color:#fff}.frame-type-mask_slideshow_card .row .col .swiper-container .slide-control .swiper-button-prev{background:#ed6c30;left:0;position:absolute;width:40px;height:40px}.frame-type-mask_slideshow_card .row .col .swiper-container .slide-control .swiper-button-prev svg.nc-icon{position:absolute;width:100%;height:100%;padding:14px;color:#fff}.frame-type-mask_slideshow_card .row .col .swiper-container .swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.frame-type-mask_slideshow_card .row .col .swiper-container .swiper-wrapper .swiper-slide{height:100%;position:relative;width:100%;flex-shrink:0}.frame-type-mask_slideshow_card .row .col .swiper-container .swiper-wrapper .swiper-slide .swiper-image{position:relative}.frame-type-mask_slideshow_card .row .col .swiper-container .swiper-wrapper .swiper-slide .swiper-image img{display:block;width:100%;height:auto;aspect-ratio:1.7777777778}.frame-type-mask_slideshow_card .row .col .swiper-container .swiper-wrapper .swiper-slide .swiper-image .copyright_icon{bottom:initial !important;top:5px !important}.frame-type-mask_slideshow_card .row .col .swiper-container .swiper-wrapper .swiper-slide .infocard{position:relative;background-color:#00594e;max-width:920px;margin:-90px auto 0;padding:60px;opacity:0;transition:visibility 0s 0.25s, opacity 0.25s linear;text-align:center}.frame-type-mask_slideshow_card .row .col .swiper-container .swiper-wrapper .swiper-slide .infocard h3,.frame-type-mask_slideshow_card .row .col .swiper-container .swiper-wrapper .swiper-slide .infocard span{display:block;color:#fff !important;font-size:30px !important;line-height:36px !important;font-weight:300 !important;margin-bottom:33px}.frame-type-mask_slideshow_card .row .col .swiper-container .swiper-wrapper .swiper-slide .infocard p{color:#fff !important}.frame-type-mask_slideshow_card .row .col .swiper-container .swiper-wrapper .swiper-slide .infocard a.button{margin:12px}.frame-type-mask_slideshow_card .row .col .swiper-container-no-flexbox .swiper-slide{float:left}.frame-type-mask_slideshow_card .row .col .swiper-container-vertical>.swiper-wrapper{flex-direction:column}@media (max-width:1500px){.frame-type-mask_slideshow_card .row .col .swiper-container .slide-control{top:35%}}@media (max-width:1200px){.frame-type-mask_slideshow_card .row .col .swiper-container .slide-control{top:30%}}@media (max-width:991px){.frame-type-mask_slideshow_card .row .col .swiper-container .slide-control{top:25%}.frame-type-mask_slideshow_card .row .col .swiper-container .swiper-wrapper .swiper-slide .infocard{margin:0;max-width:initial}}@media (max-width:575px){.frame-type-mask_slideshow_card .row .col .swiper-container .slide-control{top:20%}.frame-type-mask_slideshow_card .row .col .swiper-container .swiper-wrapper .swiper-slide .infocard{padding:30px}}.frame-type-mask_slideshow_card.slider .row .col .swiper-container .slide-control{display:block}.frame-type-mask_slideshow_card.slider .row .col .swiper-container .swiper-wrapper .swiper-slide .infocard{visibility:hidden}.frame-type-mask_slideshow_card.slider .row .col .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .infocard{visibility:visible;opacity:1;transition:opacity 0.25s linear}.frame-type-mask_topics_entry_point .row .col{padding-right:0 !important;padding-left:0 !important}.frame-type-mask_topics_entry_point .row .col .media-mobile{display:none}.frame-type-mask_topics_entry_point .row .col a{display:block;border-bottom:0 !important}.frame-type-mask_topics_entry_point .row .col a:hover{background:transparent !important;border-bottom:0 !important}.frame-type-mask_topics_entry_point .row .col picture,.frame-type-mask_topics_entry_point .row .col img,.frame-type-mask_topics_entry_point .row .col video{display:block;width:100%;height:auto;min-height:400px}.frame-type-mask_topics_entry_point .row .col .media-desktop picture,.frame-type-mask_topics_entry_point .row .col .media-desktop img,.frame-type-mask_topics_entry_point .row .col .media-desktop video{aspect-ratio:1.7777777778}.frame-type-mask_topics_entry_point .row .col .media-mobile picture,.frame-type-mask_topics_entry_point .row .col .media-mobile img,.frame-type-mask_topics_entry_point .row .col .media-mobile video{aspect-ratio:1}.frame-type-mask_topics_entry_point .row .col .infocard{position:relative;background-color:#00594e;max-width:920px;margin:0 auto;transform:translateY(-90px);padding:40px 60px;text-align:center}.frame-type-mask_topics_entry_point .row .col .infocard ul{display:grid;grid-template-columns:repeat(3, 1fr);column-gap:32px;row-gap:20px;list-style:none;padding:0 !important;overflow:hidden}.frame-type-mask_topics_entry_point .row .col .infocard ul li{text-align:center;position:relative;padding:20px 0 !important}.frame-type-mask_topics_entry_point .row .col .infocard ul li::after{content:"";width:1px;height:100%;position:absolute;right:-15px;top:50%;transform:translateY(-50%);background-color:rgba(255, 255, 255, 0.5)}.frame-type-mask_topics_entry_point .row .col .infocard ul li a{display:inline-block;color:#ffffff !important;text-decoration:none !important;font-size:20px;white-space:nowrap}.frame-type-mask_topics_entry_point .row .col .infocard ul li a img{display:block;height:60px;width:auto;max-width:60px;min-height:initial;margin:0 auto 16px}.frame-type-mask_topics_entry_point .row .col .infocard ul li a div{padding-left:8px}.frame-type-mask_topics_entry_point .row .col .infocard ul li a svg{position:relative;top:2px;left:-8px;display:inline;width:16px;height:16px;margin-left:16px;transition:all 0.3s ease-in-out}.frame-type-mask_topics_entry_point .row .col .infocard ul li a:hover{background:rgba(237, 108, 48, 0) !important;border-bottom:0px !important}.frame-type-mask_topics_entry_point .row .col .infocard ul li a:hover svg{left:0}@media (max-width:991px){.frame-type-mask_topics_entry_point .row .col .infocard{margin:0;transform:translateY(0);max-width:initial;padding:24px 16px}}@media (max-width:779px){.frame-type-mask_topics_entry_point .row .col .media-mobile{display:block}.frame-type-mask_topics_entry_point .row .col .media-desktop{display:none}.frame-type-mask_topics_entry_point .row .col .infocard ul{grid-template-columns:repeat(2, 1fr)}}@media (max-width:575px){.frame-type-mask_topics_entry_point .row .col picture,.frame-type-mask_topics_entry_point .row .col img,.frame-type-mask_topics_entry_point .row .col video{min-height:200px}.frame-type-mask_topics_entry_point .row .col .infocard ul{column-gap:0;row-gap:24px}.frame-type-mask_topics_entry_point .row .col .infocard ul li::after{right:-3px}.frame-type-mask_topics_entry_point .row .col .infocard ul li a{font-size:15px}.frame-type-mask_topics_entry_point .row .col .infocard ul li a img{height:56px}.frame-type-mask_topics_entry_point .row .col .infocard ul li a svg{top:20x;left:-4px;width:12px;height:12px;margin-left:12px}}.root-1134 .news-list-category,.root-1135 .news-list-category,.root-1136 .news-list-category{display:none !important}.root-1136 #main .frame-type-mask_magazine_header .row .col .sub-magazin-menu.small li:first-child{margin-right:4px !important}.root-1135 #main .frame-type-mask_magazine_header .row .col .sub-magazin-menu.small li:first-child{margin-right:4px !important}.news.layout-10 .news-list-view.layout-10{display:flex;flex-wrap:wrap;column-gap:38px;row-gap:60px}.news.layout-10 .news-list-view.layout-10 .article{display:flex;float:initial;margin:0;padding-bottom:0;flex:0 0 100%;position:relative;flex-direction:column}.news.layout-10 .news-list-view.layout-10 .article .news-img-wrap{margin:0}.news.layout-10 .news-list-view.layout-10 .article .news-img-wrap a{display:block;border:0 !important;aspect-ratio:1.3333333333;padding:0}.news.layout-10 .news-list-view.layout-10 .article .news-img-wrap a::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;z-index:100}.news.layout-10 .news-list-view.layout-10 .article .news-img-wrap a img{width:100%;height:100%;object-fit:cover}.news.layout-10 .news-list-view.layout-10 .article .news-img-wrap a:hover{background:none !important}.news.layout-10 .news-list-view.layout-10 .article .news-list-category{color:#6788BD;margin-bottom:18px;text-transform:uppercase;transition:all ease-out 0.3s;background-color:transparent;border:none}.news.layout-10 .news-list-view.layout-10 .article .news-list-category:hover{color:#60779B !important}.news.layout-10 .news-list-view.layout-10 .article .news-list-category.green{color:#00594e}.news.layout-10 .news-list-view.layout-10 .article .news-list-category.green:hover{color:#004b41 !important}.news.layout-10 .news-list-view.layout-10 .article .news-list-category.orange{color:#ed6c30}.news.layout-10 .news-list-view.layout-10 .article .news-list-category.orange:hover{color:#d0622e !important}.news.layout-10 .news-list-view.layout-10 .article .news-content-wrap{height:100%;background-color:#f5f5f5;padding:25px}.news.layout-10 .news-list-view.layout-10 .article .header h3{margin-bottom:16px !important}.news.layout-10 .news-list-view.layout-10 .article .header h3 a{color:#4b4b4b !important}.news.layout-10 .news-list-view.layout-10 .article .teaser-text{display:none;position:initial;padding-bottom:0;margin:0}.news.layout-10 .news-list-view.layout-10 .article .teaser-text div p{margin-bottom:0 !important}.news.layout-10 .news-list-view.layout-10 .article .teaser-text .more{display:none;position:absolute;bottom:0}.news.layout-10 .news-list-view.layout-10 .article.topnews{display:flex;flex:100%;background-color:#eeeeee;padding:0;position:relative;flex-direction:column}.news.layout-10 .news-list-view.layout-10 .article.topnews.blue .news-content-wrap{background-color:#6788BD}.news.layout-10 .news-list-view.layout-10 .article.topnews.green .news-content-wrap{background-color:#00594e}.news.layout-10 .news-list-view.layout-10 .article.topnews.orange .news-content-wrap{background-color:#ed6c30}.news.layout-10 .news-list-view.layout-10 .article.topnews .news-img-wrap{margin:0;flex:200%}.news.layout-10 .news-list-view.layout-10 .article.topnews .news-img-wrap a{width:100%;height:100%}.news.layout-10 .news-list-view.layout-10 .article.topnews .news-content-wrap{padding:6% 3%}.news.layout-10 .news-list-view.layout-10 .article.topnews .news-content-wrap .news-list-category{padding:0;background-color:transparent;color:#fff;margin-top:3%}.news.layout-10 .news-list-view.layout-10 .article.topnews .news-content-wrap .header{padding:20px 0;margin-top:3%}.news.layout-10 .news-list-view.layout-10 .article.topnews .news-content-wrap .header h3{margin:0 !important}.news.layout-10 .news-list-view.layout-10 .article.topnews .news-content-wrap .header h3 a span{color:#fff;font-size:36px;font-style:normal;font-weight:300;line-height:44px}.news.layout-10 .news-list-view.layout-10 .article.topnews .news-content-wrap .teaser-text{display:block;position:initial}.news.layout-10 .news-list-view.layout-10 .article.topnews .news-content-wrap .teaser-text p{color:#fff !important}.news.layout-10 .news-list-view.layout-10 .article.topnews .news-content-wrap .teaser-text .more{bottom:3%}.news.layout-10 .news-list-view.layout-10 .article.topnews::after{width:0}@media (min-width:992px){.news.layout-10 .news-list-view.layout-10 .article:nth-child(3n+6) .news-img-wrap{order:1}.news.layout-10 .news-list-view.layout-10 .article:nth-child(3n+6) .news-content-wrap{order:0}.news.layout-10 .news-list-view.layout-10 .article:nth-child(3n+6).topnews .news-img-wrap{order:0}.news.layout-10 .news-list-view.layout-10 .article:nth-child(3n+6).topnews .news-content-wrap{order:1}}.news.layout-10 .news-list-view.layout-10 .pagination{flex:0 0 100%}.news.layout-10 .news-list-view.layout-10 #c10677{margin:0;padding:50px 5%;background-color:#00594e;background-image:url("/fileadmin/Distribution/Public/Images/CTA-Newsletter.svg");background-repeat:no-repeat;background-position:left center;background-size:contain}.news.layout-10 .news-list-view.layout-10 #c10677 h3,.news.layout-10 .news-list-view.layout-10 #c10677 p{color:#fff;font-size:15px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:0;margin:0 0 0 auto;margin-left:25%;max-width:380px}.news.layout-10 .news-list-view.layout-10 #c10677 h3{font-size:22px;font-weight:700;line-height:33px;margin-bottom:8px}.news.layout-10 .news-list-view.layout-10 #c10677 p:last-child{position:absolute;right:5%;margin:0;top:50%;transform:translateY(-50%)}@media (max-width:991px){.news.layout-10 .news-list-view.layout-10 #c10677{background-position-y:-50%;background-position-x:-50%;background-size:auto}.news.layout-10 .news-list-view.layout-10 #c10677 h3{display:none}.news.layout-10 .news-list-view.layout-10 #c10677 h3,.news.layout-10 .news-list-view.layout-10 #c10677 p{margin:0 auto;text-align:center}.news.layout-10 .news-list-view.layout-10 #c10677 p:last-child{display:flex;justify-content:center;align-items:center;position:relative;right:0;margin:16px auto 0;top:0;transform:translateY(0)}}@media (max-width:767px){.news.layout-10 .news-list-view.layout-10 #c10677{background-position-x:-90%}}@media (max-width:565px){.news.layout-10 .news-list-view.layout-10 #c10677{background-position-x:150px}.news.layout-10 .news-list-view.layout-10 .article .news-img-wrap a{width:100%}}.news.layout-10 .news-list-view.layout-10 .pagination ul{position:relative;max-width:180px;justify-content:space-between !important;margin:0 auto !important}.news.layout-10 .news-list-view.layout-10 .pagination ul li{display:none !important;background-color:#ed6c30}.news.layout-10 .news-list-view.layout-10 .pagination ul li.prev,.news.layout-10 .news-list-view.layout-10 .pagination ul li.next{display:block !important;padding:0 !important;z-index:100}.news.layout-10 .news-list-view.layout-10 .pagination ul li.prev a,.news.layout-10 .news-list-view.layout-10 .pagination ul li.next a{opacity:1 !important;filter:brightness(0) invert(1)}.news.layout-10 .news-list-view.layout-10 .pagination ul li.prev{margin:0 auto 0 0 !important}.news.layout-10 .news-list-view.layout-10 .pagination ul li.next{margin:0 0 0 auto !important}.news.layout-10 .news-list-view.layout-10 .pagination ul::before,.news.layout-10 .news-list-view.layout-10 .pagination ul::after{content:"";display:block;position:absolute;left:0;width:30px;height:30px;background:#979797 url("/fileadmin/Distribution/Public/Icons/prev.svg") no-repeat scroll center / 12px auto;opacity:0.3}.news.layout-10 .news-list-view.layout-10 .pagination ul::after{right:0;left:auto;background:#979797 url("/fileadmin/Distribution/Public/Icons/next.svg") no-repeat scroll center / 12px auto}.news.layout-10 .news-list-view.layout-10.paggination-1135 .pagination ul li{background-color:#00594e}.news.layout-10 .news-list-view.layout-10.paggination-1136 .pagination ul li{background-color:#6788BD}@media (min-width:576px){.news.layout-10 .news-list-view.layout-10 .article{flex:0 0 calc(50% - 26px)}}@media (min-width:992px){.news.layout-10 .news-list-view.layout-10 .article{flex:0 0 calc(33% - 26px)}.news.layout-10 .news-list-view.layout-10 .article.topnews{flex-direction:row}.news.layout-10 .news-list-view.layout-10 .article.topnews .news-content-wrap .news-list-category{margin:0}.news.layout-10 .news-list-view.layout-10 .article.topnews .news-content-wrap .teaser-text .more{bottom:9%}}.sub-magazin-menu{list-style:none;display:grid;grid-template-columns:repeat(3, 1fr);column-gap:38px;margin-top:80px;max-width:1100px;margin-left:auto;margin-right:auto;padding:0 !important}.sub-magazin-menu li{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:32px;padding:50px 25px !important;text-align:center;margin:0;height:100%}.sub-magazin-menu li.orange{background-color:#ed6c30}.sub-magazin-menu li.green{background-color:#00594e}.sub-magazin-menu li.blue{background-color:#6788BD}.sub-magazin-menu li p{font-size:18px !important;font-weight:300 !important;line-height:28px !important}.sub-magazin-menu li header h2,.sub-magazin-menu li p{color:#fff !important}.sub-magazin-menu li header h2{margin:0 !important;font-size:32px !important;font-style:normal;font-weight:300;line-height:44px}.sub-magazin-menu li .button.secondary{color:#4b4b4b !important}.sub-magazin-menu li .sub-link{display:block;padding:18px 40px;background-color:#ed6c30;color:#fff !important;text-transform:uppercase;border:none !important;transition:all ease-out 0.3s;text-align:center}.sub-magazin-menu li .sub-link:hover{background-color:#d0622e !important;border:none !important}.sub-magazin-menu.small{display:flex;margin:0;position:absolute;top:0;right:20%;transform:translateY(-100%);column-gap:0}.sub-magazin-menu.small .magazin-home{width:50px;height:50px;background-color:#eeeeee !important;background-image:url("/fileadmin/Distribution/Public/Icons/magazin-home.svg");background-size:30px;background-repeat:no-repeat;background-position:center;margin:0 6px !important}.sub-magazin-menu.small .magazin-home a{border:none !important;width:100%;height:100%;margin:0 !important}.sub-magazin-menu.small li{padding:0 !important;margin-bottom:0 !important;background-color:#eeeeee;height:auto;margin:0 6px !important}.sub-magazin-menu.small li .sub-link{all:unset;font-weight:200;transition:all ease-out 0.35s;position:relative !important;text-align:center;font-size:16px;font-weight:700;line-height:50px;text-transform:uppercase;color:#4b4b4b !important;padding:0 20px !important;box-shadow:0px -24px 16px -24px rgba(0, 0, 0, 0.2) inset}.sub-magazin-menu.small li .sub-link:hover{all:unset;cursor:pointer;font-weight:200;background-color:transparent !important;transition:all ease-out 0.35s;position:relative !important;text-align:center;font-size:16px;font-weight:700;line-height:50px;text-transform:uppercase;box-shadow:0px -24px 16px -24px rgba(0, 0, 0, 0.2) inset}.sub-magazin-menu.small li .sub-link.button-active-1134{background-color:#ed6c30;color:#fff !important}.sub-magazin-menu.small li .sub-link.button-active-1134:hover{background-color:#ed6c30 !important}.sub-magazin-menu.small li .sub-link.button-active-1135{background-color:#00594e;color:#fff !important}.sub-magazin-menu.small li .sub-link.button-active-1135:hover{background-color:#00594e !important}.sub-magazin-menu.small li .sub-link.button-active-1136{background-color:#6788BD;color:#fff !important}.sub-magazin-menu.small li .sub-link.button-active-1136:hover{background-color:#6788BD !important}@media (max-width:880px){.sub-magazin-menu{grid-template-columns:repeat(3, 1fr);column-gap:12px}.sub-magazin-menu header,.sub-magazin-menu .ce-bodytext{display:none}.sub-magazin-menu li{background-color:transparent !important;padding:9px 0 !important}.sub-magazin-menu li a.button.secondary{background-color:#ed6c30 !important;color:#fff !important;width:200px;line-height:50px !important}.sub-magazin-menu li.green a.button.secondary{background-color:#00594e !important}.sub-magazin-menu li.blue a.button.secondary{background-color:#6788BD !important}}@media (max-width:650px){.sub-magazin-menu{grid-template-columns:1fr}}#main .frame-type-mask_magazine_header{padding-right:0 !important;padding-left:0 !important}#main .frame-type-mask_magazine_header .row.start .col .wrapper img{position:relative;width:100%;height:auto}@media (max-width:1024px){#main .frame-type-mask_magazine_header .row.start .col .wrapper{height:300px;overflow:hidden;display:flex;justify-content:center;align-items:center}#main .frame-type-mask_magazine_header .row.start .col .wrapper img{height:320px;width:auto;margin-top:-8x}}@media (max-width:700px){#main .frame-type-mask_magazine_header .row.start .col .wrapper{height:300px;display:block}#main .frame-type-mask_magazine_header .row.start .col .wrapper img{height:300px;margin-left:-90px;margin-top:0}}@media (max-width:500px){#main .frame-type-mask_magazine_header .row.start .col .wrapper{height:280px}#main .frame-type-mask_magazine_header .row.start .col .wrapper img{height:280px;margin-left:-135px}}#main .frame-type-mask_magazine_header .row .col .wrapper{position:relative}#main .frame-type-mask_magazine_header .row .col .wrapper.start img{position:relative;width:100%;height:auto}#main .frame-type-mask_magazine_header .row .col .wrapper.start .textbox{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);padding:24px;background:rgba(237, 108, 48, 0.8);text-align:center}#main .frame-type-mask_magazine_header .row .col .wrapper.start .textbox h1{margin-bottom:24px !important}#main .frame-type-mask_magazine_header .row .col .wrapper.start .textbox h1,#main .frame-type-mask_magazine_header .row .col .wrapper.start .textbox p{color:#ffffff !important}#main .frame-type-mask_magazine_header .row .col .row{max-width:1140px;margin:80px auto;text-align:center}#main .frame-type-mask_magazine_header .row .col .row .textbox .sub-headline{position:relative;display:block;font-size:16px;font-style:normal;font-weight:500;line-height:35px;text-transform:uppercase;color:#ed6c30;padding-bottom:32px}#main .frame-type-mask_magazine_header .row .col .row .textbox h1{margin-bottom:32px}#main .frame-type-mask_magazine_header .row .col .row .textbox p{max-width:720px;margin:0 auto}#main .frame-type-mask_magazine_header .row.zuhause,#main .frame-type-mask_magazine_header .row.nachhaltigkeit,#main .frame-type-mask_magazine_header .row.hannover{position:relative;display:block;padding:60px 100px;height:550px;background-color:#ed6c30}#main .frame-type-mask_magazine_header .row.zuhause>.col,#main .frame-type-mask_magazine_header .row.nachhaltigkeit>.col,#main .frame-type-mask_magazine_header .row.hannover>.col{display:grid;grid-template-columns:40% 60%;column-gap:60px;position:absolute;top:0;left:0;height:100%}#main .frame-type-mask_magazine_header .row.zuhause>.col>div,#main .frame-type-mask_magazine_header .row.nachhaltigkeit>.col>div,#main .frame-type-mask_magazine_header .row.hannover>.col>div{overflow:hidden}#main .frame-type-mask_magazine_header .row.zuhause>.col .row,#main .frame-type-mask_magazine_header .row.nachhaltigkeit>.col .row,#main .frame-type-mask_magazine_header .row.hannover>.col .row{width:100%}#main .frame-type-mask_magazine_header .row.zuhause>.col .row .col,#main .frame-type-mask_magazine_header .row.nachhaltigkeit>.col .row .col,#main .frame-type-mask_magazine_header .row.hannover>.col .row .col{position:relative;display:flex;align-items:flex-end;padding-left:0}#main .frame-type-mask_magazine_header .row.zuhause>.col .row .col .textbox,#main .frame-type-mask_magazine_header .row.nachhaltigkeit>.col .row .col .textbox,#main .frame-type-mask_magazine_header .row.hannover>.col .row .col .textbox{display:flex;flex-direction:column;justify-content:flex-end;bottom:0;margin-right:30px}#main .frame-type-mask_magazine_header .row.zuhause>.col .row .col .textbox h1,#main .frame-type-mask_magazine_header .row.zuhause>.col .row .col .textbox p,#main .frame-type-mask_magazine_header .row.nachhaltigkeit>.col .row .col .textbox h1,#main .frame-type-mask_magazine_header .row.nachhaltigkeit>.col .row .col .textbox p,#main .frame-type-mask_magazine_header .row.hannover>.col .row .col .textbox h1,#main .frame-type-mask_magazine_header .row.hannover>.col .row .col .textbox p{color:#fff;text-align:left;max-width:550px;margin:0}#main .frame-type-mask_magazine_header .row.zuhause>.col .row .col .textbox .sub-headline,#main .frame-type-mask_magazine_header .row.nachhaltigkeit>.col .row .col .textbox .sub-headline,#main .frame-type-mask_magazine_header .row.hannover>.col .row .col .textbox .sub-headline{display:none}#main .frame-type-mask_magazine_header .row.zuhause img,#main .frame-type-mask_magazine_header .row.nachhaltigkeit img,#main .frame-type-mask_magazine_header .row.hannover img{max-height:550px;aspect-ratio:1.3333333333;width:auto}#main .frame-type-mask_magazine_header .row.nachhaltigkeit{background-color:#00594e}#main .frame-type-mask_magazine_header .row.hannover{background-color:#6788BD}@media (max-width:880px){#main .frame-type-mask_magazine_header .row.zuhause,#main .frame-type-mask_magazine_header .row.nachhaltigkeit,#main .frame-type-mask_magazine_header .row.hannover{margin-top:90px;height:400px}#main .frame-type-mask_magazine_header .row.zuhause>.col,#main .frame-type-mask_magazine_header .row.nachhaltigkeit>.col,#main .frame-type-mask_magazine_header .row.hannover>.col{grid-template-columns:35% 65%;column-gap:24px}#main .frame-type-mask_magazine_header .row .col .wrapper.zuhause h1,#main .frame-type-mask_magazine_header .row .col .wrapper.zuhause p,#main .frame-type-mask_magazine_header .row .col .wrapper.nachhaltigkeit h1,#main .frame-type-mask_magazine_header .row .col .wrapper.nachhaltigkeit p,#main .frame-type-mask_magazine_header .row .col .wrapper.hannover h1,#main .frame-type-mask_magazine_header .row .col .wrapper.hannover p{width:100%}#main .frame-type-mask_magazine_header .row .col .wrapper.zuhause p,#main .frame-type-mask_magazine_header .row .col .wrapper.nachhaltigkeit p,#main .frame-type-mask_magazine_header .row .col .wrapper.hannover p{font-size:20px !important}#main .frame-type-mask_magazine_header .row .col .wrapper.zuhause .menu-wrapper,#main .frame-type-mask_magazine_header .row .col .wrapper.nachhaltigkeit .menu-wrapper,#main .frame-type-mask_magazine_header .row .col .wrapper.hannover .menu-wrapper{top:32px !important;left:52px !important}#main .frame-type-mask_magazine_header .row .col .sub-magazin-menu.small{flex-direction:row !important;top:-20px !important;right:0 !important;width:100%;justify-content:center;align-items:center;column-gap:0}#main .frame-type-mask_magazine_header .row .col .sub-magazin-menu.small li{background-color:transparent}#main .frame-type-mask_magazine_header .row .col .sub-magazin-menu.small li.magazin-home{margin-right:-6px !important}#main .frame-type-mask_magazine_header .row .col .sub-magazin-menu.small li .sub-link{box-shadow:none}#main .frame-type-mask_magazine_header .row .col .sub-magazin-menu.small li .sub-link::before{width:100% !important;opacity:1 !important;bottom:-1px !important}#main .frame-type-mask_magazine_header .row .col .sub-magazin-menu.small li .sub-link.button-1134{color:#fff !important;background-color:#ed6c30}#main .frame-type-mask_magazine_header .row .col .sub-magazin-menu.small li .sub-link.button-1134:hover{background-color:#ed6c30 !important}#main .frame-type-mask_magazine_header .row .col .sub-magazin-menu.small li .sub-link.button-1135{color:#fff !important;background-color:#00594e}#main .frame-type-mask_magazine_header .row .col .sub-magazin-menu.small li .sub-link.button-1135:hover{background-color:#00594e !important}#main .frame-type-mask_magazine_header .row .col .sub-magazin-menu.small li .sub-link.button-1136{color:#fff !important;background-color:#6788BD}#main .frame-type-mask_magazine_header .row .col .sub-magazin-menu.small li .sub-link.button-1136:hover{background-color:#6788BD !important}#main .frame-type-mask_magazine_header .row .col .sub-magazin-menu.small li .sub-link.button-active-1134,#main .frame-type-mask_magazine_header .row .col .sub-magazin-menu.small li .sub-link.button-active-1135,#main .frame-type-mask_magazine_header .row .col .sub-magazin-menu.small li .sub-link.button-active-1136{display:none}}@media (max-width:600px){#main .frame-type-mask_magazine_header .row.zuhause,#main .frame-type-mask_magazine_header .row.nachhaltigkeit,#main .frame-type-mask_magazine_header .row.hannover{height:300px}#main .frame-type-mask_magazine_header .row .col .wrapper.zuhause h1,#main .frame-type-mask_magazine_header .row .col .wrapper.nachhaltigkeit h1,#main .frame-type-mask_magazine_header .row .col .wrapper.hannover h1{margin-bottom:18px !important;margin-top:180px}#main .frame-type-mask_magazine_header .row .col .wrapper.zuhause p,#main .frame-type-mask_magazine_header .row .col .wrapper.nachhaltigkeit p,#main .frame-type-mask_magazine_header .row .col .wrapper.hannover p{font-size:18px !important}#main .frame-type-mask_magazine_header .row .col .wrapper.zuhause .menu-wrapper,#main .frame-type-mask_magazine_header .row .col .wrapper.nachhaltigkeit .menu-wrapper,#main .frame-type-mask_magazine_header .row .col .wrapper.hannover .menu-wrapper{top:28px !important;left:28px !important}#main .frame-type-mask_magazine_header .row .col .sub-magazin-menu.small a.sub-link{font-size:12px;padding:0 8px !important}}.magazin-news-single .related-news{margin-top:60px !important}.magazin-news-single .related-news>h4{font-size:24px !important}.news.news-single.layout-10 .article .magazin-news-single .lead,.news.news-single.layout-10 .article .magazin-news-single .text,.news.news-single.layout-10 .article .magazin-news-single .related-news{max-width:1140px;margin:0 auto}.news.news-single.layout-10 .article .magazin-news-single .magazin-news-hero{background-color:#ed6c30}.news.news-single.layout-10 .article .magazin-news-single .magazin-news-hero>div{position:relative;display:grid;grid-template-columns:1fr 1fr;column-gap:90px;max-width:1140px;margin:0 auto}.news.news-single.layout-10 .article .magazin-news-single .magazin-news-hero>div>div{order:1}.news.news-single.layout-10 .article .magazin-news-single .magazin-news-hero>div>div h1{position:absolute;bottom:0;color:#fff !important}.news.news-single.layout-10 .article .magazin-news-single .magazin-news-hero>div .single-image{position:relative;order:0;max-height:380px;transform:translateY(50%);margin:0}.news.news-single.layout-10 .article .magazin-news-single .magazin-news-hero>div .single-image img{max-height:380px;width:100%}.news.news-single.layout-10 .article .magazin-news-single .author{height:320px;position:relative;display:grid;grid-template-columns:1fr 1fr;column-gap:90px;max-width:1140px;margin:0 auto}.news.news-single.layout-10 .article .magazin-news-single .author>div{display:flex;flex-direction:row;column-gap:40px;max-height:130px;margin-top:52px}.news.news-single.layout-10 .article .magazin-news-single .author>div img{height:130px}.news.news-single.layout-10 .article .magazin-news-single .author>div .content{flex:100%;display:flex;flex-direction:column;font-size:14px;font-weight:400;line-height:24px}.news.news-single.layout-10 .article .magazin-news-single .author>div .content h2{margin:0 0 12px 0 !important;font-size:16px !important;font-weight:600 !important;line-height:36px !important;color:#000 !important}.news.news-single.layout-10 .article .magazin-news-single .author>div .content ul.social-nav{max-height:34px}.news.news-single.layout-10 .article .magazin-news-single .author>div .content ul.social-nav li{margin-right:12px !important}.news.news-single.layout-10 .article .magazin-news-single .author>div .content ul.social-nav li a img{height:34px !important}.news.news-single.layout-10 .article .magazin-news-single .related-news ul{display:grid;grid-template-columns:repeat(3, 1fr);column-gap:30px;list-style:none;padding:0 !important}.news.news-single.layout-10 .article .magazin-news-single .related-news ul li{padding:0 !important}.news.news-single.layout-10 .article .magazin-news-single .related-news ul li>a .item{position:relative;display:flex;flex-direction:column}.news.news-single.layout-10 .article .magazin-news-single .related-news ul li>a .item .image{padding:0}.news.news-single.layout-10 .article .magazin-news-single .related-news ul li>a .item .image img{width:100%}.news.news-single.layout-10 .article .magazin-news-single .related-news ul li>a .item>div{height:100%;background-color:#f5f5f5;padding:25px;color:#4b4b4b !important;font-size:22px;line-height:33px}.news.news-single.layout-10 .article .magazin-news-single .related-news ul li>a .item>div p{display:none}.news.news-single.layout-10 .article .magazin-news-single .related-news ul li:nth-child(n+4){display:none}.news.news-single.layout-10 .article .magazin-news-single .related-news ul li:nth-child(2) a .item .image{order:1}.news.news-single.layout-10 .article .magazin-news-single .related-news ul li:nth-child(2) a .item .image img{transform:translateY(7px)}.news.news-single.layout-10 .article .magazin-news-single .related-news ul li:nth-child(2) a .item>div{order:0}.news.news-single.layout-10 .article .magazin-news-single .related-news .news-img-caption{position:absolute}.news.news-single.layout-10 .article .magazin-news-single.categeory-153 .magazin-news-hero{background-color:#00594e}.news.news-single.layout-10 .article .magazin-news-single.categeory-155 .magazin-news-hero{background-color:#00594e}.news.news-single.layout-10 .article .magazin-news-single.categeory-156 .magazin-news-hero{background-color:#6788BD}@media (max-width:1000px){.news.news-single.layout-10 .article .magazin-news-single .magazin-news-hero>div{column-gap:45px}.news.news-single.layout-10 .article .magazin-news-single .magazin-news-hero>div>div h1{margin-bottom:32px !important;font-size:38px !important}.news.news-single.layout-10 .article .magazin-news-single .magazin-news-hero>div .single-image img{max-height:380px;width:100%}.news.news-single.layout-10 .article .magazin-news-single .author{column-gap:45px}.news.news-single.layout-10 .article .magazin-news-single .author>div{margin-top:32px;margin-left:0}.news.news-single.layout-10 .article .magazin-news-single .author>div .content h2{margin:0 !important}}@media (max-width:900px){.news.news-single.layout-10 .article .magazin-news-single .related-news ul{grid-template-columns:1fr}.news.news-single.layout-10 .article .magazin-news-single .related-news ul li:nth-child(2) a .item .image{order:0}.news.news-single.layout-10 .article .magazin-news-single .related-news ul li:nth-child(2) a .item .image img{transform:translateY(0px) !important}.news.news-single.layout-10 .article .magazin-news-single .related-news ul li:nth-child(2) a .item>div{order:1}}@media (max-width:800px){.news.news-single.layout-10 .article .magazin-news-single .magazin-news-hero{background-color:transparent !important}.news.news-single.layout-10 .article .magazin-news-single .magazin-news-hero>div{grid-template-columns:1fr;column-gap:0;margin:0 auto}.news.news-single.layout-10 .article .magazin-news-single .magazin-news-hero>div>div{order:0}.news.news-single.layout-10 .article .magazin-news-single .magazin-news-hero>div>div h1{margin:0 20px 32px 20px;padding-top:60px;position:relative;font-size:24px !important;line-height:32px !important}.news.news-single.layout-10 .article .magazin-news-single .magazin-news-hero>div .single-image{background-color:transparent !important;order:0;max-height:auto;margin:0;transform:translateY(30px);margin-bottom:0}.news.news-single.layout-10 .article .magazin-news-single .magazin-news-hero>div .single-image img{max-width:400px;width:100%}.news.news-single.layout-10 .article .magazin-news-single .author{height:auto;column-gap:0;margin-top:60px;grid-template-columns:1fr;margin-bottom:60px}.news.news-single.layout-10 .article .magazin-news-single .author>div{display:flex;flex-direction:row;column-gap:15px;margin-top:0}.news.news-single.layout-10 .article .magazin-news-single .author>div img{height:100px}.news.news-single.layout-10 .article .magazin-news-single .author>div .content h2{margin:0 !important;line-height:28px !important}.news.news-single.layout-10 .article .magazin-news-single .author>div .content p{line-height:20px !important}.news.news-single.layout-10 .article .magazin-news-single.categeory-154 .magazin-news-hero>div>div{background-color:#ed6c30}.news.news-single.layout-10 .article .magazin-news-single.categeory-155 .magazin-news-hero>div>div{background-color:#00594e}.news.news-single.layout-10 .article .magazin-news-single.categeory-156 .magazin-news-hero>div>div{background-color:#6788BD}.news.news-single.layout-10 .article .magazin-news-single.categeory-153 .magazin-news-hero>div>div{background-color:#00594e}}#co2-calculator-wrap{background:#00594e;padding:40px}#co2-calculator-wrap h2{color:#fff}#co2-calculator-wrap form{display:grid;grid-template-columns:auto 120px;column-gap:30px}#co2-calculator-wrap #co2-calculator-result p{color:#fff !important}#co2-calculator-wrap #co2-calculator-result p strong{font-weight:600;font-size:17px;color:#ed6c30}@media (max-width:550px){#co2-calculator-wrap form{grid-template-columns:1fr;row-gap:30px}}.vier #header,.vier #mobile-nav,.vier #main .gallery-slider,.vier #main .frame-type-mask_usp_countup{background:#aaaaaa}#mobile-main-nav .lvl-1>li.sub>a svg{width:20px}#mobile-extra-nav{display:none}#header-nav{display:none}.agn img[src*="planungsstand-button.svg"]{width:170px}.agn #main-mega-nav .lvl-1>li>a,.agn #mobile-main-nav .lvl-1>li>a,.agn #mobile-nav-toggle{color:#4b4b4b}.agn #mobile-nav{top:60px !important;height:calc(100vh - 60px) !important}.agn #mobile-nav #mobile-main-nav ul.lvl-1>li a svg{width:20px}.agn #mobile-nav #mobile-main-nav ul.lvl-1>li ul.lvl-2>li a svg{top:16px;width:12px}.agn #main-mega-nav .lvl-1>li.active>a,.agn #main-mega-nav .lvl-1>li:hover>a{color:#ed6c30}.agn #main-mega-nav .lvl-1>li:last-child:hover>a{color:#ffffff}.agn #mobile-nav{background:#ffffff}.agn #main-mega-nav{margin:55px auto 0}.agn #main-mega-nav .lvl-1{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end}.agn #main-mega-nav .lvl-1>li>.caret::before{display:none}.agn #main-mega-nav .lvl-1 .lvl-2 .col{flex:0 0 33.3333333333%;max-width:33.3333333333%}.agn #main-mega-nav .lvl-1 .lvl-2 .col:nth-child(3n+3){border-right:none}.agn #main-mega-nav .lvl-1 .lvl-2 a{color:#000000;display:inline-block;font-size:22px;line-height:27px;text-decoration:none;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.agn #main-mega-nav .lvl-1 .lvl-2 a:hover{color:#ed6c30}.agn #main-mega-nav .lvl-1 .lvl-2 p{color:#666666;font-size:15px;line-height:24px}.agn #main-mega-nav .lvl-1 .lvl-2 p:nth-child(2) a{display:inline}.agn #main-mega-nav .lvl-1 .lvl-2 p a{color:#ed6c30;display:inline-block;font-size:15px;line-height:24px;margin:25px 0 0;text-decoration:none;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.agn #main-mega-nav .lvl-1 .lvl-2 p a:hover{color:#000000}.agn #main .project-description-right ul{list-style:none;padding:0}.agn #main .project-description-right ul li{border-bottom:1px dashed #cccccc;margin:0;padding:5px 0 5px 30px;position:relative}.agn #main .project-description-right ul li::before{background:#000000;content:"";display:block;height:14px;left:0;position:absolute;top:10px;width:14px}.agn #main .project-description-right ul li::after{border:7px solid transparent;border-left:7px solid #000000;content:"";display:block;height:14px;left:14px;position:absolute;top:10px;width:14px}#header-agn .frame{display:none;margin:30px 0 0}@media (min-width:1200px){#header-agn .frame{display:block}}.agn-tabs{margin:30px 0 0}@media (min-width:1200px){.agn-tabs{display:none}}.stiftung{}.stiftung #header{background:#FFF;border-bottom:2px solid #ed6c30}.stiftung #header .container .row:last-child{background-color:#fff !important}.stiftung #header #logo-desktop{width:auto}.stiftung #header #logo-desktop img{height:100%;width:auto}.stiftung #header #logo-desktop .logo-home{height:60px;width:auto}.stiftung #header #logo-mobile{height:initial !important;margin:0 !important;position:absolute;top:50%;left:50%;transform:translate(-50%, 60%);width:300px}.stiftung #header #logo-mobile img{width:100%;height:auto;position:static !important}@media (max-width:500px){.stiftung #header #logo-mobile{transform:translate(-50%, 90%);width:220px}}.stiftung #header #header-nav a{color:#4b4b4b;opacity:1}.stiftung #header #header-nav a:hover{color:#ed6c30}.stiftung #header #mobile-nav-toggle{color:#4b4b4b !important}.stiftung #header #main-mega-nav .lvl-1>li.active>.caret::before,.stiftung #header #main-mega-nav .lvl-1>li.current>.caret::before{background:#ed6c30;box-shadow:none}.stiftung #header #main-mega-nav .lvl-1>li:last-child:hover>a::after{background:#fff}.stiftung #header #main-mega-nav .lvl-1>li>a{color:#4b4b4b;font-weight:normal}.stiftung #header #main-mega-nav .lvl-1>li:hover>a{color:#ed6c30;background:transparent}.stiftung #header #main-mega-nav .lvl-2 .container{max-width:800px;margin:0 auto}.stiftung #header #main-mega-nav .lvl-2 .container .row>div{padding-left:100px}.stiftung #header #main-mega-nav .lvl-2 .container .parent-page{padding-left:60px !important}.stiftung #header #main-mega-nav .lvl-2 .container .parent-page a{color:#000;display:inline-block;font-size:22px;line-height:27px;margin:0 0 55px;text-decoration:none;transition:all 0.3s ease}.stiftung #header #main-mega-nav .lvl-2 .container .parent-page a:hover{color:#ed6c30}.stiftung #header #main-mega-nav .lvl-2 .container .parent-page p a{color:#ed6c30;display:inline-block;font-size:15px;line-height:24px;margin:25px 0 0;text-decoration:none;transition:all 0.3s ease}.stiftung #header #main-mega-nav .lvl-2 .container .parent-page p a:hover{color:#000}.stiftung #header #main-mega-nav .lvl-2 .container ul{list-style-type:none}.stiftung #header #main-mega-nav .lvl-2 .container ul li{padding:8px 0}.stiftung #header #main-mega-nav .lvl-2 .container ul li a{color:#ed6c30;text-decoration:none}.stiftung #header #main-mega-nav .lvl-2 .container ul li a:hover{text-decoration:underline}.stiftung #header #main-mega-nav .lvl-2 .container ul li:first-child{padding:0 0 8px}.stiftung #header #main-mega-nav.home.fixed{margin:25px auto 0 !important}.stiftung #header #mobile-nav{background:#eeeeee}.stiftung #header #mobile-nav #mobile-main-nav{margin-bottom:0;background:#eeeeee}.stiftung #header #mobile-nav #mobile-main-nav .lvl-1>li>a{color:#ed6c30}.stiftung #header #mobile-nav #mobile-main-nav .lvl-1>li>a .nc-icon{visibility:hidden}.stiftung #header #mobile-nav #mobile-main-nav .lvl-1>li:hover>a{background:#666666;color:#fff}.stiftung #header #mobile-nav #mobile-main-nav .lvl-1>li.hover>a{background:#666666;color:#fff}.stiftung #header #mobile-nav #mobile-main-nav .lvl-1>li:last-child a{display:block;border-radius:0;margin:0}.stiftung #header #mobile-nav #mobile-main-nav .lvl-1>li:last-child a:hover{background:#666666;color:#fff;display:block;border-radius:0}.stiftung #header #mobile-nav #mobile-main-nav .lvl-1>li:last-child a .nc-icon{display:inline-block}.stiftung #header #mobile-nav #mobile-main-nav .lvl-2>li{display:block}.stiftung #header #mobile-nav #mobile-main-nav .lvl-2>li a{color:#ed6c30;display:block;font-size:15px;font-weight:400;line-height:24px;padding:18px 15px 18px 35px;border-radius:none;position:relative;text-decoration:none;transition:all 0.3s ease}.stiftung #header #mobile-nav #mobile-main-nav .lvl-2>li a .nc-icon{color:#000;height:12px;left:15px;position:absolute;top:24px;width:12px}.stiftung #header #mobile-nav #mobile-main-nav .lvl-2>li a::after{bottom:-1px}.stiftung #header #mobile-nav #mobile-main-nav .lvl-2>li:hover>a{background:#666666;color:#fff}.stiftung #header #mobile-nav #mobile-main-nav .lvl-2>li:hover>a .nc-icon{color:#fff}.stiftung #header #mobile-nav #mobile-main-nav .sub{border-bottom:1px solid #fff}.stiftung #header #mobile-nav #mobile-main-nav .sub a{color:#ed6c30}.stiftung #header #mobile-nav #mobile-main-nav .sub a .nc-icon{visibility:visible !important}.stiftung #header #mobile-nav #mobile-main-nav .sub:last-child{margin:0}.stiftung #header #mobile-nav #mobile-main-nav .sub:last-child>a{background:none;margin:0;padding:8px 15px}.stiftung #header #mobile-nav #mobile-main-nav .sub.hover>a .nc-icon{color:#fff}.stiftung #header #mobile-nav #mobile-extra-nav{background:#eeeeee}.stiftung #header #mobile-nav #mobile-extra-nav .sub a{color:#ed6c30}.stiftung #header.home{border-bottom:none;height:120px;position:relative !important;transform:translateY(0) !important}@media only screen and (max-width:1199px){.stiftung #header.home{height:90px}}.stiftung #header.home.fixed{position:relative !important}.stiftung #header.home.scrolled-up{transform:translateY(0) !important}.stiftung #breadcrumb{padding-top:60px !important}@media only screen and (max-width:767px){.stiftung #breadcrumb{display:none}}.stiftung #main.home.fixed{padding:0 !important}.stiftung #main .frame h2{margin-bottom:24px}.stiftung #main .frame h3{margin-bottom:16px}.stiftung #c2797.frame-type-mask_slideshow .swiper-container{height:70vh !important}@media only screen and (max-width:1199px){.stiftung #c2797.frame-type-mask_slideshow{margin-top:0 !important}}@media only screen and (max-width:600px){.stiftung .frame-type-mask_awards .usp-item{min-width:100%;border-right:0 !important}}.stiftung .frame-type-mask_video .video{max-height:initial !important}.stiftung .frame-type-mask_project_description .frame-type-textmedia.frame-layout-2 .row .col{padding:0 !important}.stiftung .frame-type-mask_project_description .frame-type-textmedia.frame-layout-2 .row .col .ce-textpic .ce-gallery .ce-outer{position:static;float:none;right:initial}.stiftung .frame-type-mask_project_description .frame-type-textmedia.frame-layout-2 .row .col .ce-textpic .ce-gallery .ce-outer .ce-inner{position:static;float:none;right:initial}.stiftung .frame-type-mask_project_description .frame-type-textmedia.frame-layout-2 .row .col .ce-textpic .ce-gallery .ce-outer .ce-inner .ce-row{overflow:visible}.stiftung .frame-type-mask_project_description .frame-type-textmedia.frame-layout-2 .row .col .ce-textpic .ce-gallery .ce-outer .ce-inner .ce-row .ce-column{float:none}.stiftung .frame-type-mask_project_description .frame-type-textmedia.frame-layout-2 .row .col .ce-textpic .ce-gallery .ce-outer .ce-inner .ce-row .ce-column .image{display:block}.stiftung .frame-type-mask_project_description .frame-type-textmedia.frame-layout-2 .row .col .ce-textpic .ce-gallery .ce-outer .ce-inner .ce-row .ce-column .image figcaption{display:block}.stiftung #footer .footer-inner{padding:70px 0 0}.stiftung #footer .footer-inner .container .row .inner{display:block !important;padding-left:15px}.stiftung #footer .footer-inner .container .row .inner p strong{margin-top:24px;margin-bottom:16px}@media (min-width:1200px){.stiftung #footer .footer-inner .container .row .inner p strong{margin-top:0}}#mobile-nav-new{background:#00594e;height:calc(100vh - 88px);right:0;opacity:0;overflow-y:scroll;padding:20px 0;position:absolute;top:88px;z-index:250;transition:all 0.3s ease;visibility:hidden;width:100%;max-width:414px;-webkit-overflow-scrolling:touch}#mobile-nav-new.open{opacity:1;visibility:visible}#mobile-nav-new #mobile-search{margin:0 15px}#mobile-nav-new .col{padding:0}#mobile-nav-new .contact-button{border-bottom:0px solid rgba(255, 255, 255, 0.2);cursor:pointer;display:block;height:44px;padding:0 15px;position:relative;text-align:center;text-transform:uppercase;transition:all 0.3s ease;white-space:nowrap;background:#ed6c30;border:none;color:#fff !important;margin:32px 16px 0;padding:0}#mobile-nav-new .contact-button:hover{background-color:#ca5d2b}#mobile-nav-new .contact-button a{font-size:14px;font-weight:400;line-height:44px;text-decoration:none;box-sizing:border-box;width:100%;color:#fff !important}#mobile-nav-new .frame-type-menu_sitemap_pages{margin:0 !important}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul{list-style:none}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li{position:relative;padding:0 16px;box-sizing:border-box}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li::after{content:"";display:block;position:absolute;bottom:0;left:16px;width:calc(100% - 32px);height:1px;background-color:rgba(255, 255, 255, 0.2)}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li a{display:inline-block;color:#ffffff;font-size:16px;font-weight:700;line-height:56px;padding:0;position:relative;text-decoration:none;text-transform:uppercase;transition:all 0.3s ease;z-index:10}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li a:hover{text-decoration:underline}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li a.current-page,#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li a.active{color:#ed6c30}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li>.toggle{position:absolute;right:0;top:0;content:">";color:transparent;width:calc(100% - 16px);height:56px;background-image:url('../../../typo3temp/assets/Icons/icons-sprite.svg#arrow-down-primary');background-repeat:no-repeat;background-position:center;background-size:16px;transition:all 0.2s ease-in-out;cursor:pointer;display:flex;justify-content:flex-end;align-items:center;margin-right:16px}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li>.toggle svg{transition:all 0.3s ease-out}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li>ul{transition:all 1s cubic-bezier(0, 1, 0, 1);max-height:0;opacity:0;overflow:hidden;display:none}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li>ul>li{border-bottom:1px solid #cccccc}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li>ul>li a{display:block;font-size:15px;font-weight:400;line-height:40px;padding:0 15px 0 35px;position:relative;text-decoration:none;transition:all 0.3s ease;text-transform:initial}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li>ul>li a.current-page{text-decoration:underline;font-weight:700}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li>ul>li .toggle{display:none}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li>ul>li:last-child{border-bottom:0px solid #cccccc;margin-bottom:16px}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li>ul>li>ul>li{padding-left:32px}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li .toggle.clicked svg{transform:rotate(180deg)}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li .toggle.clicked+ul{max-height:500px;transition:all 0.75s ease-in-out;border-bottom:1px solid rgba(255, 255, 255, 0.2)}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li.open{background-color:#eeeeee}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li.open ul{display:block}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li.open svg path{fill:#ed6c30}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li.open a{color:#ed6c30}#mobile-nav-new .frame-type-menu_sitemap_pages>.row>.col>ul>li.open>ul{opacity:1}#mobile-nav-new .frame-type-menu_sitemap_pages.frame-primary-gray>ul>li a{color:#979797;background-image:url('../../../typo3temp/assets/Icons/icons-sprite.svg#plus-white')}#mobile-nav-new .frame-type-menu_sitemap_pages.frame-primary-gray>ul>li>ul>li a{background-image:url('../../../typo3temp/assets/Icons/icons-sprite.svg#slider-arrow-right-white')}#c3098 .video{max-height:initial !important;background-color:transparent !important;position:initial !important;display:block !important;flex-wrap:initial !important;padding:0 !important;margin:0 !important}#c3619 .powermail_fieldwrap_type_radio .input-wrap,#c3630 .powermail_fieldwrap_type_radio .input-wrap{display:flex}#c3619 .powermail_fieldwrap_type_radio .input-wrap .radio,#c3630 .powermail_fieldwrap_type_radio .input-wrap .radio{margin:0 20px 15px 0}#c3619 form>p,#c3630 form>p{display:none}#c2977{padding:0}#c2977 a:hover{text-decoration:none}#c1562,#c4064,#c4087,#c4181,#c4159,#c6463,#c6852,#c10320{background:#00594e;margin-top:0;max-width:360px;padding:30px !important;position:relative}#c1562 h3,#c4064 h3,#c4087 h3,#c4181 h3,#c4159 h3,#c6463 h3,#c6852 h3,#c10320 h3{color:#ffffff}#c1562 .button,#c4064 .button,#c4087 .button,#c4181 .button,#c4159 .button,#c6463 .button,#c6852 .button,#c10320 .button{margin:0 0 15px;text-align:center;width:100%}#c10320{padding-top:0px !important}.root-54{overflow:visible !important}#c6883 .container ul li:nth-child(1) a{background-color:#CD5959 !important}#c6883 .container ul li:nth-child(2) a{background-color:#BA6A3E !important}#c6883 .container ul li:nth-child(3) a{background-color:#DBCB38 !important}#c6883 .container ul li:nth-child(4) a{background-color:#50923F !important}#c6883 .container ul li:nth-child(5) a{background-color:#323086 !important}#c6883 .container ul li:nth-child(6) a{background-color:#591F75 !important}#c6883 .container ul li:nth-child(7) a{background-color:#621A49 !important}@media (max-width:550px){#c454 ul li:first-child{margin-bottom:24px}}#c2477>.row .col{padding:0}#c3619 form{margin:0 15px}@media (max-width:991px){#c11772 .ce-textpic.ce-right{display:flex;flex-direction:column}#c11772 .ce-textpic.ce-right .ce-gallery{margin:0}#c11772 .ce-textpic.ce-right .ce-gallery .ce-row{display:flex;justify-content:flex-end;align-items:flex-end}}@media print{@page{margin:3cm 3cm 3cm 4cm}*,*:after,*:before,*:first-letter,blockquote:first-line,div:first-line,li:first-line,p:first-line{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}*{-webkit-transition:none !important;transition:none !important}body{background:#fff;color:#000}h1,h2,h3,h4,h5,h6{page-break-after:avoid}article{page-break-before:always}img{display:block;width:100%;height:auto;page-break-inside:avoid}a[href^="http"]:not([href*="gundlach-bau.de"]):after{content:" (" attr(href) ")"}div{display:block !important;box-sizing:border-box !important;width:14cm !important;height:auto !important;padding:0 !important;margin:0 0 2cm !important}#breadcrumb,#footer,#header,#main-bottom,.frame-type-mask_coverflow,.frame-type-mask_testimonial,.frame-type-mask_usp_countup,.frame-type-mask_video_panel{display:none !important}#aside a.button.primary,#footer a.button.primary,#main a.button.primary,#main-bottom a.button.primary,#main-top a.button.primary,.fancybox-container a.button.primary{display:none !important}.frame-layout-0{width:14cm !important;max-width:14cm !important}#c2453,.frame-type-mask_coverflow,.project-description-right{display:none !important}.frame-type-mask_infoboxes_three_columns .text-inner{page-break-inside:avoid}.frame-type-mask_infoboxes_three_columns .row.lvl-3{page-break-inside:avoid}.frame-type-mask_infoboxes_three_columns .row .col.image,.frame-type-mask_infoboxes_three_columns .row .col.text{width:14cm !important;max-width:14cm !important}}/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_reset.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_nc-icons.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_font-awesome.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F..%2FUikit%2Fsrc%2Fscss%2Fcomponents%2Fanimation.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_grid.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2FMixins%2F_breakpoints.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2FMixins%2F_grid-framework.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2FUtilities%2F_flex.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_fonts.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_helper.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_type.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_ce.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_forms.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_search.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_quick-finder.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_fancybox.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_pagination.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_table.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_loading.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_accordion.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_copyright-icon.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_body.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_header.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_mobile-nav.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_header-nav.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_main-mega-nav.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_main-nav-agn.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_main.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_breadcrumb.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_footer.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_social-nav.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_footer-nav.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_introduction.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_teaser-stage-project.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_slideshow.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_usp.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_teaser-stage.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_tiles-view.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_list-view.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_view-nav.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_infoboxes-three-columns.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_infoboxes-four-columns.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_infobox-two-images.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_google-map.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_good-neighbors.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_move-design-banner.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_timeline.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_project-description.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_tabs.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_gallery-slider.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_link-tiles.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_video-panel.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_coverflow.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_testimonial.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_blog.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_comments.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_comments_agn.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_open-immo.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_two-columns.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_three-columns.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_four-columns.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_news-default.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_news.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_map-view.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_team.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_awards.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_target.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_service-numbers.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_projektphasen.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_slideshow_good_neighbors.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_tiles_good_neighbors.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_projects_good_neighbors.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_donations.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_breakpoint_images_slider.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_plan_of_site.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_benefits.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_content-teaser-stage.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_video-stage.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_social.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_image-two-cards.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_image-quote.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_image-with-infobox.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_info-slideshow.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_important-notice.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_jobpostings.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_newsletter-cta.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_sitemap.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_feedback-popup.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_paperplane.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_ctaimage.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_teaser-two-columns.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_accordion-two-columns.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_cookiebanner.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_sustainability_intros.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_media-text-tiles.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_oekoleitlinien.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_slideshow-card.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_topics-entry-point.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_magazine.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_magazine-single.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_co2-calculator.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_vier.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_agn.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_stiftunggundlach.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_main-nav-new.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_specific_ids.scss%22%2C%22%2Ffileadmin%2FDistribution%2FPublic%2FScss%2F_print.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%2CqBAAA%2CwCAAA%2CCAQA%2CoBAAA%2CyDAAA%2CCCRA%2CSAAA%2CsCAAA%2CCAIC%2CaAAA%2CYAAA%2CCAIA%2C6BAAA%2CcAAA%2CCAKD%2C0BAAA%2C8HAAA%2CCAIA%2CcAAA%2CiBAAA%2CCAGC%2CqBAAA%2CiOAAA%2CCAgBC%2C4BAAA%2CiIAAA%2CCAaD%2CoCAAA%2CoDAAA%2CCChDD%2CWAAA%2C2lBAAA%2CCASA%2CIAAA%2C4KAAA%2CCASC%2CYAAA%2C4KAAA%2CCAWD%2COAAA%2C6DAAA%2CCAKA%2COAAA%2CaAAA%2CCAGA%2COAAA%2CaAAA%2CCAGA%2COAAA%2CaAAA%2CCAGA%2COAAA%2CaAAA%2CCAGA%2COAAA%2CoCAAA%2CCAIA%2COAAA%2C4DAAA%2CCAKA%2CUAAA%2CiBAAA%2CCAGA%2COAAA%2C0FAAA%2CCAOA%2CaAAA%2CkBAAA%2CCAGA%2CWAAA%2C2EAAA%2CCAKA%2CcAAA%2CUAAA%2CCAGA%2CeAAA%2CWAAA%2CCAGA%2CiBAAA%2CkBAAA%2CCAGA%2CkBAAA%2CiBAAA%2CCAIA%2CYAAA%2CWAAA%2CCAGA%2CWAAA%2CUAAA%2CCAGA%2CcAAA%2CkBAAA%2CCAGA%2CeAAA%2CiBAAA%2CCAGA%2CSAAA%2CiFAAA%2CCAIA%2CUAAA%2CqFAAA%2CCAIA%2C2BACC%2CGAAA%2CqDAAA%2CCAIA%2CKAAA%2CyDAAA%2CCAAA%2CCAKD%2CmBACC%2CGAAA%2CqDAAA%2CCAIA%2CKAAA%2CyDAAA%2CCAAA%2CCAKD%2CcAAA%2CyJAAA%2CCAMA%2CeAAA%2C4JAAA%2CCAMA%2CeAAA%2C4JAAA%2CCAMA%2CoBAAA%2CgKAAA%2CCAMA%2CkBAAA%2CgKAAA%2CCAMA%2CgHAAA%2CWAAA%2CCAOA%2CUAAA%2CiGAAA%2CCAQA%2C0BAAA%2CqDAAA%2CCAOA%2CaAAA%2CmBAAA%2CCAGA%2CaAAA%2CaAAA%2CCAGA%2CYAAA%2CaAAA%2CCAIA%2CiBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CcAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CoDAAA%2CaAAA%2CCAKA%2CuBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2C%2BBAAA%2CaAAA%2CCAIA%2CmBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2C%2BBAAA%2CaAAA%2CCAGA%2C6BAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2C0CAAA%2CaAAA%2CCAIA%2CmBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CeAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CqCAAA%2CaAAA%2CCAIA%2CkBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CuDAAA%2CaAAA%2CCAKA%2CkBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2C2CAAA%2CaAAA%2CCAIA%2C0BAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2C2BAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2CeAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CyCAAA%2CaAAA%2CCAIA%2CkBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2C8BAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CeAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CmDAAA%2CaAAA%2CCAIA%2CiBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2C4CAAA%2CaAAA%2CCAIA%2C0BAAA%2CaAAA%2CCAGA%2C2BAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CeAAA%2CaAAA%2CCAGA%2CiCAAA%2CaAAA%2CCAIA%2CoBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2C2BAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2C0CAAA%2CaAAA%2CCAIA%2CkBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2C%2BBAAA%2CaAAA%2CCAIA%2CiBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2C6BAAA%2CaAAA%2CCAGA%2C8BAAA%2CaAAA%2CCAGA%2C2BAAA%2CaAAA%2CCAGA%2C6BAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CkCAAA%2CaAAA%2CCAIA%2CiCAAA%2CaAAA%2CCAIA%2CiBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CmCAAA%2CaAAA%2CCAIA%2CmCAAA%2CaAAA%2CCAIA%2CqBAAA%2CaAAA%2CCAGA%2CoCAAA%2CaAAA%2CCAIA%2CkBAAA%2CaAAA%2CCAGA%2CsDAAA%2CaAAA%2CCAKA%2CmBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2C4BAAA%2CaAAA%2CCAGA%2C8BAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CoCAAA%2CaAAA%2CCAIA%2C0CAAA%2CaAAA%2CCAIA%2CuCAAA%2CaAAA%2CCAIA%2CoBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CuCAAA%2CaAAA%2CCAIA%2CkCAAA%2CaAAA%2CCAIA%2C2CAAA%2CaAAA%2CCAIA%2CqBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CiCAAA%2CaAAA%2CCAIA%2CmBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CsCAAA%2CaAAA%2CCAIA%2CuBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2C6BAAA%2CaAAA%2CCAGA%2C8BAAA%2CaAAA%2CCAGA%2C2BAAA%2CaAAA%2CCAGA%2C6BAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2C0CAAA%2CaAAA%2CCAIA%2CoBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CuCAAA%2CaAAA%2CCAIA%2CsBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2C%2BCAAA%2CaAAA%2CCAIA%2C4EAAA%2CaAAA%2CCAKA%2C0BAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2C0CAAA%2CaAAA%2CCAIA%2CoBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2C4BAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2C6BAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2C%2BBAAA%2CaAAA%2CCAGA%2CgCAAA%2CaAAA%2CCAGA%2C6BAAA%2CaAAA%2CCAGA%2C%2BBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CgCAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CsDAAA%2CaAAA%2CCAIA%2CkDAAA%2CaAAA%2CCAIA%2CwDAAA%2CaAAA%2CCAIA%2C%2BBAAA%2CaAAA%2CCAIA%2CeAAA%2CaAAA%2CCAGA%2CiCAAA%2CaAAA%2CCAIA%2CgCAAA%2CaAAA%2CCAIA%2C4DAAA%2CaAAA%2CCAMA%2CkDAAA%2CaAAA%2CCAKA%2C8BAAA%2CaAAA%2CCAIA%2CkCAAA%2CaAAA%2CCAIA%2CgBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2C2BAAA%2CaAAA%2CCAGA%2C2BAAA%2CaAAA%2CCAGA%2C4BAAA%2CaAAA%2CCAGA%2C4BAAA%2CaAAA%2CCAGA%2C6BAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CeAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2C4BAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2C2BAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2C2BAAA%2CaAAA%2CCAGA%2C4BAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CsCAAA%2CaAAA%2CCAIA%2CiBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CeAAA%2CaAAA%2CCAGA%2CcAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2CgCAAA%2CaAAA%2CCAGA%2C%2BBAAA%2CaAAA%2CCAGA%2CsDAAA%2CaAAA%2CCAIA%2CwBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CuCAAA%2CaAAA%2CCAIA%2CyBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2C2BAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2C6DAAA%2CaAAA%2CCAKA%2CkDAAA%2CaAAA%2CCAIA%2CiBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2C8BAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CeAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CeAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CqCAAA%2CaAAA%2CCAIA%2C%2BBAAA%2CaAAA%2CCAIA%2CgBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2C6BAAA%2CaAAA%2CCAGA%2C0EAAA%2CaAAA%2CCAKA%2CgDAAA%2CaAAA%2CCAIA%2CgDAAA%2CaAAA%2CCAIA%2CgDAAA%2CaAAA%2CCAIA%2CuBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CwGAAA%2CaAAA%2CCAOA%2C0BAAA%2CaAAA%2CCAGA%2CqDAAA%2CaAAA%2CCAKA%2CgCAAA%2CaAAA%2CCAIA%2CsBAAA%2CaAAA%2CCAGA%2CeAAA%2CaAAA%2CCAGA%2C2EAAA%2CaAAA%2CCAKA%2CyBAAA%2CaAAA%2CCAGA%2CcAAA%2CaAAA%2CCAGA%2CoCAAA%2CaAAA%2CCAIA%2CuCAAA%2CaAAA%2CCAIA%2C2CAAA%2CaAAA%2CCAIA%2CmBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2C4BAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2C6CAAA%2CaAAA%2CCAIA%2CeAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CcAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CeAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CcAAA%2CaAAA%2CCAGA%2CmDAAA%2CaAAA%2CCAKA%2CoBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2C2BAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2C2CAAA%2CaAAA%2CCAIA%2C2BAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2C6BAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CgCAAA%2CaAAA%2CCAIA%2CmBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CsCAAA%2CaAAA%2CCAIA%2CyBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CgEAAA%2CaAAA%2CCAKA%2CuDAAA%2CaAAA%2CCAIA%2C6CAAA%2CaAAA%2CCAIA%2CgDAAA%2CaAAA%2CCAIA%2C8CAAA%2CaAAA%2CCAIA%2CyBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CkDAAA%2CaAAA%2CCAIA%2CiDAAA%2CaAAA%2CCAIA%2CgDAAA%2CaAAA%2CCAIA%2CqBAAA%2CaAAA%2CCAGA%2C8CAAA%2CaAAA%2CCAIA%2C%2BCAAA%2CaAAA%2CCAIA%2C2BAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2C4BAAA%2CaAAA%2CCAGA%2CcAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CgCAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2C6BAAA%2CaAAA%2CCAGA%2CoCAAA%2CaAAA%2CCAIA%2CkBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2C2BAAA%2CaAAA%2CCAGA%2C4BAAA%2CaAAA%2CCAGA%2C4BAAA%2CaAAA%2CCAGA%2C4BAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CeAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2C2BAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CeAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2C2BAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2C4BAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2C6BAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2C6BAAA%2CaAAA%2CCAGA%2CgCAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CuCAAA%2CaAAA%2CCAGA%2C2EAAA%2CaAAA%2CCAIA%2C%2BDAAA%2CaAAA%2CCAKA%2CiBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2C4CAAA%2CaAAA%2CCAIA%2CsBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2C2BAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CiBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2C8DAAA%2CaAAA%2CCAIA%2CsCAAA%2CaAAA%2CCAIA%2CuBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2C2BAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CwBAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2CyCAAA%2CaAAA%2CCAIA%2C6CAAA%2CaAAA%2CCAIA%2CuBAAA%2CaAAA%2CCAGA%2CyBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2C8CAAA%2CaAAA%2CCAIA%2CkDAAA%2CaAAA%2CCAIA%2CiBAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2C4EAAA%2CaAAA%2CCAKA%2C%2BDAAA%2CaAAA%2CCAIA%2CqDAAA%2CaAAA%2CCAIA%2CwDAAA%2CaAAA%2CCAIA%2CsDAAA%2CaAAA%2CCAIA%2CkBAAA%2CaAAA%2CCAGA%2CkDAAA%2CaAAA%2CCAKA%2CmBAAA%2CaAAA%2CCAGA%2C2BAAA%2CaAAA%2CCAGA%2C2BAAA%2CaAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAGA%2CmDAAA%2CaAAA%2CCAIA%2CuDAAA%2CaAAA%2CCAIA%2CoBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CgBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CqBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CsBAAA%2CaAAA%2CCAGA%2CkBAAA%2CaAAA%2CCAGA%2CSAAA%2C2GAAA%2CCAUA%2CmDAAA%2C0EAAA%2CCCrvEA%2CyBAAA%2CmFAAA%2CCAcA%2CmBAAA%2C%2BEAAA%2CCAUA%2CuBAAA%2C%2BBAAA%2CCACA%2CyBAAA%2C%2BBAAA%2CCAMA%2CwBAAA%2C0BAAA%2CCACA%2C2BAAA%2C6BAAA%2CCACA%2CyBAAA%2C2BAAA%2CCACA%2C0BAAA%2C4BAAA%2CCAMA%2C8BAAA%2CgCAAA%2CCACA%2CiCAAA%2CmCAAA%2CCACA%2C%2BBAAA%2CiCAAA%2CCACA%2CgCAAA%2CkCAAA%2CCAMA%2C%2BBAAA%2CiCAAA%2CCACA%2CkCAAA%2CoCAAA%2CCACA%2CgCAAA%2CkCAAA%2CCACA%2CiCAAA%2CmCAAA%2CCAMA%2CuBAAA%2CuDAAA%2CCASA%2CoBAAA%2CuBAAA%2CCAUA%2CqBAAA%2C0FAAA%2CCAUC%2CsBAAA%2C6DAAA%2CCASA%2CmBAAA%2CuBAAA%2CCAUD%2CsEAAA%2CmBAAA%2CCAMA%2CqBAAA%2CuCAAA%2CCASA%2C2BAAA%2CYAAA%2CCAUA%2CmBACI%2CGAAA%2CSAAA%2CCACA%2CKAAA%2CSAAA%2CCAAA%2CCAOJ%2CuBACI%2CGAAA%2CqCAAA%2CCAIA%2CKAAA%2CiCAAA%2CCAAA%2CCAUJ%2C0BACI%2CGAAA%2CoCAAA%2CCAIA%2CKAAA%2CiCAAA%2CCAAA%2CCAUJ%2CwBACI%2CGAAA%2CqCAAA%2CCAIA%2CKAAA%2CiCAAA%2CCAAA%2CCAUJ%2CyBACI%2CGAAA%2CoCAAA%2CCAIA%2CKAAA%2CiCAAA%2CCAAA%2CCAUJ%2C6BACI%2CGAAA%2CqCAAA%2CCAIA%2CKAAA%2CiCAAA%2CCAAA%2CCAUJ%2CgCACI%2CGAAA%2CoCAAA%2CCAIA%2CKAAA%2CiCAAA%2CCAAA%2CCAUJ%2C8BACI%2CGAAA%2CqCAAA%2CCAIA%2CKAAA%2CiCAAA%2CCAAA%2CCAUJ%2C%2BBACI%2CGAAA%2CoCAAA%2CCAIA%2CKAAA%2CiCAAA%2CCAAA%2CCAUJ%2C8BACI%2CGAAA%2CqCAAA%2CCAIA%2CKAAA%2CiCAAA%2CCAAA%2CCAUJ%2CiCACI%2CGAAA%2CoCAAA%2CCAIA%2CKAAA%2CiCAAA%2CCAAA%2CCAUJ%2C%2BBACI%2CGAAA%2CqCAAA%2CCAIA%2CKAAA%2CiCAAA%2CCAAA%2CCAUJ%2CgCACI%2CGAAA%2CoCAAA%2CCAIA%2CKAAA%2CiCAAA%2CCAAA%2CCAUJ%2C4BACI%2CGAAA%2C8BAAA%2CCAIA%2CKAAA%2C4BAAA%2CCAAA%2CCAUJ%2C4BACI%2CGAAA%2C8BAAA%2CCAIA%2CKAAA%2C4BAAA%2CCAAA%2CCAUJ%2C6BACI%2CGAAA%2CkBAAA%2CCACA%2CKAAA%2CoBAAA%2CCAAA%2CCAOJ%2CoBACI%2CQAAA%2CuBAAA%2CCACA%2CIAAA%2C0BAAA%2CCACA%2CIAAA%2CyBAAA%2CCACA%2CIAAA%2C0BAAA%2CCACA%2CIAAA%2CyBAAA%2CCACA%2CIAAA%2C0BAAA%2CCACA%2CIAAA%2CyBAAA%2CCACA%2CIAAA%2C0BAAA%2CCACA%2CIAAA%2CyBAAA%2CCACA%2CIAAA%2C0BAAA%2CCAAA%2CCAOH%2CqBACG%2CGAAA%2C4CAAA%2CCACA%2CKAAA%2CmBAAA%2CCAAA%2CCC%2FZF%2CWAAA%2CkFAAA%2CCCmDE%2CyBAAA%2CWAAA%2CeAAA%2CCAAA%2CCAAA%2CyBAAA%2CWAAA%2CeAAA%2CCAAA%2CCAAA%2CyBAAA%2CWAAA%2CeAAA%2CCAAA%2CCAAA%2C0BAAA%2CWAAA%2CgBAAA%2CCAAA%2CCDvCF%2CiBAAA%2C6FAAA%2CCAWA%2CKAAA%2CgEAAA%2CCAMA%2CYAAA%2C4BAAA%2CCAIE%2C6CAAA%2C8BAAA%2CCE%2FBF%2CsqBAAA%2CgFAAA%2CCAwBI%2CKAAA%2CuCAAA%2CCAKA%2CUAAA%2CuCAAA%2CCAOE%2COAAA%2C8CAAA%2CCAAA%2COAAA%2CgDAAA%2CCAAA%2COAAA%2C0BAAA%2CCAAA%2COAAA%2CgDAAA%2CCAAA%2COAAA%2CgDAAA%2CCAAA%2COAAA%2C0BAAA%2CCAAA%2COAAA%2CgDAAA%2CCAAA%2COAAA%2CgDAAA%2CCAAA%2COAAA%2C0BAAA%2CCAAA%2CQAAA%2CgDAAA%2CCAAA%2CQAAA%2CgDAAA%2CCAAA%2CQAAA%2C4BAAA%2CCAMA%2CSAAA%2COAAA%2CCAAA%2CSAAA%2COAAA%2CCAAA%2CSAAA%2COAAA%2CCAAA%2CSAAA%2COAAA%2CCAAA%2CSAAA%2COAAA%2CCAAA%2CSAAA%2COAAA%2CCAAA%2CSAAA%2COAAA%2CCAAA%2CSAAA%2COAAA%2CCAAA%2CSAAA%2COAAA%2CCAAA%2CUAAA%2CQAAA%2CCAAA%2CUAAA%2CQAAA%2CCAAA%2CUAAA%2CQAAA%2CCDOJ%2CyBCzBE%2CQAAA%2CuCAAA%2CCAKA%2CaAAA%2CuCAAA%2CCAOE%2CUAAA%2C8CAAA%2CCAAA%2CUAAA%2CgDAAA%2CCAAA%2CUAAA%2C0BAAA%2CCAAA%2CUAAA%2CgDAAA%2CCAAA%2CUAAA%2CgDAAA%2CCAAA%2CUAAA%2C0BAAA%2CCAAA%2CUAAA%2CgDAAA%2CCAAA%2CUAAA%2CgDAAA%2CCAAA%2CUAAA%2C0BAAA%2CCAAA%2CWAAA%2CgDAAA%2CCAAA%2CWAAA%2CgDAAA%2CCAAA%2CWAAA%2C4BAAA%2CCAMA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CaAAA%2CQAAA%2CCAAA%2CaAAA%2CQAAA%2CCAAA%2CaAAA%2CQAAA%2CCAAA%2CCDOJ%2CyBCzBE%2CQAAA%2CuCAAA%2CCAKA%2CaAAA%2CuCAAA%2CCAOE%2CUAAA%2C8CAAA%2CCAAA%2CUAAA%2CgDAAA%2CCAAA%2CUAAA%2C0BAAA%2CCAAA%2CUAAA%2CgDAAA%2CCAAA%2CUAAA%2CgDAAA%2CCAAA%2CUAAA%2C0BAAA%2CCAAA%2CUAAA%2CgDAAA%2CCAAA%2CUAAA%2CgDAAA%2CCAAA%2CUAAA%2C0BAAA%2CCAAA%2CWAAA%2CgDAAA%2CCAAA%2CWAAA%2CgDAAA%2CCAAA%2CWAAA%2C4BAAA%2CCAMA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CaAAA%2CQAAA%2CCAAA%2CaAAA%2CQAAA%2CCAAA%2CaAAA%2CQAAA%2CCAAA%2CCDOJ%2CyBCzBE%2CQAAA%2CuCAAA%2CCAKA%2CaAAA%2CuCAAA%2CCAOE%2CUAAA%2C8CAAA%2CCAAA%2CUAAA%2CgDAAA%2CCAAA%2CUAAA%2C0BAAA%2CCAAA%2CUAAA%2CgDAAA%2CCAAA%2CUAAA%2CgDAAA%2CCAAA%2CUAAA%2C0BAAA%2CCAAA%2CUAAA%2CgDAAA%2CCAAA%2CUAAA%2CgDAAA%2CCAAA%2CUAAA%2C0BAAA%2CCAAA%2CWAAA%2CgDAAA%2CCAAA%2CWAAA%2CgDAAA%2CCAAA%2CWAAA%2C4BAAA%2CCAMA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CaAAA%2CQAAA%2CCAAA%2CaAAA%2CQAAA%2CCAAA%2CaAAA%2CQAAA%2CCAAA%2CCDOJ%2C0BCzBE%2CQAAA%2CuCAAA%2CCAKA%2CaAAA%2CuCAAA%2CCAOE%2CUAAA%2C8CAAA%2CCAAA%2CUAAA%2CgDAAA%2CCAAA%2CUAAA%2C0BAAA%2CCAAA%2CUAAA%2CgDAAA%2CCAAA%2CUAAA%2CgDAAA%2CCAAA%2CUAAA%2C0BAAA%2CCAAA%2CUAAA%2CgDAAA%2CCAAA%2CUAAA%2CgDAAA%2CCAAA%2CUAAA%2C0BAAA%2CCAAA%2CWAAA%2CgDAAA%2CCAAA%2CWAAA%2CgDAAA%2CCAAA%2CWAAA%2C4BAAA%2CCAMA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CYAAA%2COAAA%2CCAAA%2CaAAA%2CQAAA%2CCAAA%2CaAAA%2CQAAA%2CCAAA%2CaAAA%2CQAAA%2CCAAA%2CCCzCJ%2CUAAA%2C6BAAA%2CCACA%2CaAAA%2CgCAAA%2CCACA%2CkBAAA%2CqCAAA%2CCACA%2CqBAAA%2CwCAAA%2CCAEA%2CWAAA%2CyBAAA%2CCACA%2CaAAA%2C2BAAA%2CCACA%2CmBAAA%2CiCAAA%2CCAEA%2CuBAAA%2CqCAAA%2CCACA%2CqBAAA%2CmCAAA%2CCACA%2CwBAAA%2CiCAAA%2CCACA%2CyBAAA%2CwCAAA%2CCACA%2CwBAAA%2CuCAAA%2CCAEA%2CmBAAA%2CiCAAA%2CCACA%2CiBAAA%2C%2BBAAA%2CCACA%2CoBAAA%2C6BAAA%2CCACA%2CsBAAA%2C%2BBAAA%2CCACA%2CqBAAA%2C8BAAA%2CCAEA%2CqBAAA%2CmCAAA%2CCACA%2CmBAAA%2CiCAAA%2CCACA%2CsBAAA%2C%2BBAAA%2CCACA%2CuBAAA%2CsCAAA%2CCACA%2CsBAAA%2CqCAAA%2CCACA%2CuBAAA%2CgCAAA%2CCAEA%2CiBAAA%2C0BAAA%2CCACA%2CkBAAA%2CgCAAA%2CCACA%2CgBAAA%2C8BAAA%2CCACA%2CmBAAA%2C4BAAA%2CCACA%2CqBAAA%2C8BAAA%2CCACA%2CoBAAA%2C6BAAA%2CCFeA%2CyBEhDA%2CaAAA%2C6BAAA%2CCACA%2CgBAAA%2CgCAAA%2CCACA%2CqBAAA%2CqCAAA%2CCACA%2CwBAAA%2CwCAAA%2CCAEA%2CcAAA%2CyBAAA%2CCACA%2CgBAAA%2C2BAAA%2CCACA%2CsBAAA%2CiCAAA%2CCAEA%2C0BAAA%2CqCAAA%2CCACA%2CwBAAA%2CmCAAA%2CCACA%2C2BAAA%2CiCAAA%2CCACA%2C4BAAA%2CwCAAA%2CCACA%2C2BAAA%2CuCAAA%2CCAEA%2CsBAAA%2CiCAAA%2CCACA%2CoBAAA%2C%2BBAAA%2CCACA%2CuBAAA%2C6BAAA%2CCACA%2CyBAAA%2C%2BBAAA%2CCACA%2CwBAAA%2C8BAAA%2CCAEA%2CwBAAA%2CmCAAA%2CCACA%2CsBAAA%2CiCAAA%2CCACA%2CyBAAA%2C%2BBAAA%2CCACA%2C0BAAA%2CsCAAA%2CCACA%2CyBAAA%2CqCAAA%2CCACA%2C0BAAA%2CgCAAA%2CCAEA%2CoBAAA%2C0BAAA%2CCACA%2CqBAAA%2CgCAAA%2CCACA%2CmBAAA%2C8BAAA%2CCACA%2CsBAAA%2C4BAAA%2CCACA%2CwBAAA%2C8BAAA%2CCACA%2CuBAAA%2C6BAAA%2CCAAA%2CCFeA%2CyBEhDA%2CaAAA%2C6BAAA%2CCACA%2CgBAAA%2CgCAAA%2CCACA%2CqBAAA%2CqCAAA%2CCACA%2CwBAAA%2CwCAAA%2CCAEA%2CcAAA%2CyBAAA%2CCACA%2CgBAAA%2C2BAAA%2CCACA%2CsBAAA%2CiCAAA%2CCAEA%2C0BAAA%2CqCAAA%2CCACA%2CwBAAA%2CmCAAA%2CCACA%2C2BAAA%2CiCAAA%2CCACA%2C4BAAA%2CwCAAA%2CCACA%2C2BAAA%2CuCAAA%2CCAEA%2CsBAAA%2CiCAAA%2CCACA%2CoBAAA%2C%2BBAAA%2CCACA%2CuBAAA%2C6BAAA%2CCACA%2CyBAAA%2C%2BBAAA%2CCACA%2CwBAAA%2C8BAAA%2CCAEA%2CwBAAA%2CmCAAA%2CCACA%2CsBAAA%2CiCAAA%2CCACA%2CyBAAA%2C%2BBAAA%2CCACA%2C0BAAA%2CsCAAA%2CCACA%2CyBAAA%2CqCAAA%2CCACA%2C0BAAA%2CgCAAA%2CCAEA%2CoBAAA%2C0BAAA%2CCACA%2CqBAAA%2CgCAAA%2CCACA%2CmBAAA%2C8BAAA%2CCACA%2CsBAAA%2C4BAAA%2CCACA%2CwBAAA%2C8BAAA%2CCACA%2CuBAAA%2C6BAAA%2CCAAA%2CCFeA%2CyBEhDA%2CaAAA%2C6BAAA%2CCACA%2CgBAAA%2CgCAAA%2CCACA%2CqBAAA%2CqCAAA%2CCACA%2CwBAAA%2CwCAAA%2CCAEA%2CcAAA%2CyBAAA%2CCACA%2CgBAAA%2C2BAAA%2CCACA%2CsBAAA%2CiCAAA%2CCAEA%2C0BAAA%2CqCAAA%2CCACA%2CwBAAA%2CmCAAA%2CCACA%2C2BAAA%2CiCAAA%2CCACA%2C4BAAA%2CwCAAA%2CCACA%2C2BAAA%2CuCAAA%2CCAEA%2CsBAAA%2CiCAAA%2CCACA%2CoBAAA%2C%2BBAAA%2CCACA%2CuBAAA%2C6BAAA%2CCACA%2CyBAAA%2C%2BBAAA%2CCACA%2CwBAAA%2C8BAAA%2CCAEA%2CwBAAA%2CmCAAA%2CCACA%2CsBAAA%2CiCAAA%2CCACA%2CyBAAA%2C%2BBAAA%2CCACA%2C0BAAA%2CsCAAA%2CCACA%2CyBAAA%2CqCAAA%2CCACA%2C0BAAA%2CgCAAA%2CCAEA%2CoBAAA%2C0BAAA%2CCACA%2CqBAAA%2CgCAAA%2CCACA%2CmBAAA%2C8BAAA%2CCACA%2CsBAAA%2C4BAAA%2CCACA%2CwBAAA%2C8BAAA%2CCACA%2CuBAAA%2C6BAAA%2CCAAA%2CCFeA%2C0BEhDA%2CaAAA%2C6BAAA%2CCACA%2CgBAAA%2CgCAAA%2CCACA%2CqBAAA%2CqCAAA%2CCACA%2CwBAAA%2CwCAAA%2CCAEA%2CcAAA%2CyBAAA%2CCACA%2CgBAAA%2C2BAAA%2CCACA%2CsBAAA%2CiCAAA%2CCAEA%2C0BAAA%2CqCAAA%2CCACA%2CwBAAA%2CmCAAA%2CCACA%2C2BAAA%2CiCAAA%2CCACA%2C4BAAA%2CwCAAA%2CCACA%2C2BAAA%2CuCAAA%2CCAEA%2CsBAAA%2CiCAAA%2CCACA%2CoBAAA%2C%2BBAAA%2CCACA%2CuBAAA%2C6BAAA%2CCACA%2CyBAAA%2C%2BBAAA%2CCACA%2CwBAAA%2C8BAAA%2CCAEA%2CwBAAA%2CmCAAA%2CCACA%2CsBAAA%2CiCAAA%2CCACA%2CyBAAA%2C%2BBAAA%2CCACA%2C0BAAA%2CsCAAA%2CCACA%2CyBAAA%2CqCAAA%2CCACA%2C0BAAA%2CgCAAA%2CCAEA%2CoBAAA%2C0BAAA%2CCACA%2CqBAAA%2CgCAAA%2CCACA%2CmBAAA%2C8BAAA%2CCACA%2CsBAAA%2C4BAAA%2CCACA%2CwBAAA%2C8BAAA%2CCACA%2CuBAAA%2C6BAAA%2CCAAA%2CCCxCJ%2CWAAA%2CyrBAAA%2CCAeA%2CWAAA%2CqtBAAA%2CCAeA%2CWAAA%2C6sBAAA%2CCAeA%2CWAAA%2CurBAAA%2CCAgBA%2CWAAA%2CsaAAA%2CCC9DA%2CaAAA%2CaAAA%2CCJwDI%2CyBAAA%2CaAAA%2CYAAA%2CCAAA%2CCIhDJ%2CaAAA%2CYAAA%2CCJgDI%2CyBAAA%2CaAAA%2CaAAA%2CCAAA%2CCAAA%2C0BAAA%2CaAAA%2CYAAA%2CCAAA%2CCIrCJ%2CcAAA%2CYAAA%2CCJqCI%2C0BAAA%2CcAAA%2CaAAA%2CCAAA%2CCKlDH%2C8IAAA%2CiBAAA%2CCAIA%2CwIAAA%2CgBAAA%2CCAIA%2CoJAAA%2CkBAAA%2CCAIA%2CwIAAA%2CaAAA%2CCAGC%2CwoDAAA%2CaAAA%2CCAaA%2C4KAAA%2CeAAA%2CCAKD%2CwUAAA%2CuHAAA%2CCLiBG%2C0BAAA%2CwUAAA%2CYAAA%2CCAAA%2CCKCH%2CkFAAA%2CgFAAA%2CCLDG%2CyBAAA%2CkFAAA%2CkDAAA%2CCAAA%2CCKeH%2CkFAAA%2CgFAAA%2CCAQA%2CkFAAA%2CgFAAA%2CCLvBG%2CyBAAA%2CkFAAA%2CkDAAA%2CCAAA%2CCKqCH%2CkFAAA%2CgFAAA%2CCAQA%2CoKAAA%2CqCAAA%2CCAKC%2CwSAAA%2CeAAA%2CCAIA%2CwlBAAA%2CeAAA%2CCAOD%2CkFAAA%2C%2BFAAA%2CCAOC%2CkIAAA%2CaAAA%2CCAKD%2C4EAAA%2CgFAAA%2CCAOC%2C8IAAA%2CeAAA%2CCAIA%2C0RAAA%2CeAAA%2CCAOD%2CoNAAA%2CkEAAA%2CCL3FG%2CyBAAA%2CoNAAA%2CcAAA%2CCAAA%2CCKuGH%2CkIAAA%2C6BAAA%2CCAGC%2C8IAAA%2CkGAAA%2CCASA%2C4bAAA%2CeAAA%2CCAOD%2C0GAAA%2CyGAAA%2CCASA%2C8IAAA%2CqNAAA%2CCLnIG%2CyBAAA%2C8IAAA%2C%2BDAAA%2CCAAA%2CCK0JH%2C0GAAA%2CgFAAA%2CCAQA%2CkIAAA%2CeAAA%2CCAIA%2C4EAAA%2CgGAAA%2CCAMC%2CgHAAA%2CoEAAA%2CCAMD%2CsHAAA%2C%2BRAAA%2CCAeC%2CsKAAA%2C%2BDAAA%2CCAKC%2C0MAAA%2CiDAAA%2CCAKA%2CoSAAA%2CgGAAA%2CCAUD%2CkLAAA%2C%2BDAAA%2CCAKC%2CsNAAA%2CwBAAA%2CCAIA%2CgTAAA%2C4DAAA%2CCASD%2C4KAAA%2C%2BDAAA%2CCAKC%2CgNAAA%2CwBAAA%2CCAIA%2C0SAAA%2C4DAAA%2CCASD%2C4KAAA%2C0EAAA%2CCAWF%2CGAAA%2CsBAAA%2CCC5TA%2CgBAAA%2CkFAAA%2CCNwDI%2CyBAAA%2CgBAAA%2CeAAA%2CCAAA%2CCAAA%2CyBAAA%2CgBAAA%2CeAAA%2CCAAA%2CCAAA%2CyBAAA%2CgBAAA%2CeAAA%2CCAAA%2CCAAA%2C0BAAA%2CgBAAA%2CgBAAA%2CCAAA%2CCMnDJ%2CgBAAA%2CkFAAA%2CCNmDI%2CyBAAA%2CgBAAA%2CeAAA%2CCAAA%2CCAAA%2CyBAAA%2CgBAAA%2CeAAA%2CCAAA%2CCAAA%2CyBAAA%2CgBAAA%2CeAAA%2CCAAA%2CCAAA%2C0BAAA%2CgBAAA%2CgBAAA%2CCAAA%2CCAAA%2CyBAAA%2C0BAAA%2CgDAAA%2CCAAA%2CCMxCJ%2CgBAAA%2CiGAAA%2CCAMA%2COAAA%2C4BAAA%2CCAIC%2C8BAAA%2CeAAA%2CCAIA%2C6BAAA%2CkBAAA%2CCAIA%2CYAAA%2CsBAAA%2CCAIA%2CgCAAA%2C0BAAA%2CCAKD%2CqBAAA%2CUAAA%2CCAGC%2CuCAAA%2CeAAA%2CCAKD%2CgBAAA%2CsBAAA%2CCAKA%2CoBAAA%2CSAAA%2CCAGC%2CuBAAA%2CkBAAA%2CCAIC%2C8BAAA%2CmCAAA%2CCAOD%2CwBAAA%2C2BAAA%2CCAOA%2CSAAA%2C0CAAA%2CCAKC%2CYAAA%2CsCAAA%2CCAIC%2CwBAAA%2CQAAA%2CCAOH%2CSAAA%2CkBAAA%2CCAKC%2CaAAA%2C0EAAA%2CCAMC%2CgBAAA%2CgCAAA%2CCAKA%2CeAAA%2CaAAA%2CCASA%2CuDAAA%2C0BAAA%2CCAMA%2CuDAAA%2C0BAAA%2CCAMA%2CkEAAA%2CYAAA%2CCAOA%2CwBAAA%2CcAAA%2CCAMA%2CgBAAA%2CeAAA%2CCNvFE%2CyBAAA%2CgBAAA%2CSAAA%2CCAAA%2CCAAA%2CyBAAA%2CgBAAA%2CSAAA%2CCAAA%2CCOxDJ%2CSAAA%2CyHAAA%2CCPwDI%2CyBAAA%2C6BAAA%2C0BAAA%2CCAAA%2CCAAA%2CyBAAA%2CoMAAA%2C0BAAA%2CCAAA%2CCAAA%2CyBAAA%2CgDAAA%2C0BAAA%2CCAAA%2CCAAA%2CyBAAA%2CuLAAA%2C4BAAA%2CCAAA%2CCOrBD%2C2NAAA%2C2FAAA%2CCAIC%2CyPAAA%2C4BAAA%2CCPiBA%2CyBAAA%2CyPAAA%2C0BAAA%2CCAAA%2CCOPD%2CmFAAA%2C2FAAA%2CCAIC%2C0FAAA%2CgDAAA%2CCPGA%2CyBAAA%2C0FAAA%2CgDAAA%2CCAAA%2CCOQF%2C2CAAA%2C2FAAA%2CCAKA%2CyCAAA%2C4BAAA%2CCPbE%2CyBAAA%2CyCAAA%2C0BAAA%2CCAAA%2CCOqBH%2C%2BBAAA%2CYAAA%2CCAKD%2CqBAAA%2C6GAAA%2CCAIC%2CwBAAA%2C0BAAA%2CCAIA%2CqDAAA%2CmBAAA%2CCAKC%2CgEAAA%2CsBAAA%2CCAMF%2CYAAA%2CoDAAA%2CCAMC%2CmBAAA%2CYAAA%2CCAIA%2CkBAAA%2CsBAAA%2CCAIA%2CmBAAA%2CkBAAA%2CCAGC%2C0BAAA%2CyBAAA%2CCAIC%2C%2BBAAA%2C%2BIAAA%2CCAKA%2CiCAAA%2CaAAA%2CCAMF%2CgBAAA%2CeAAA%2CCAOC%2CiCAAA%2CwBAAA%2CCAMF%2C6NAAA%2CsBAAA%2CCAUC%2CqHAAA%2CoBAAA%2CCAKD%2CMAAA%2CoGAAA%2CCAQC%2CeAAA%2C0BAAA%2CCAMD%2C0FAAA%2CyRAAA%2CCAsBC%2CwHAAA%2CwBAAA%2CCAKA%2CucAAA%2CwBAAA%2CCAOA%2CmMAAA%2CWAAA%2CCAKD%2COAAA%2C2BAAA%2CCAIC%2CkBAAA%2CQAAA%2CCAIA%2CcAAA%2CYAAA%2CCAKD%2CoBAAA%2CqDAAA%2CCAMC%2CyCAAA%2C4BAAA%2CCAKA%2C%2BCAAA%2C0BAAA%2CCAIC%2CuDAAA%2CwBAAA%2CCAIA%2CsDAAA%2CkBAAA%2CCAKD%2C0BAAA%2CiEAAA%2CCAMC%2CkCAAA%2C6HAAA%2CCAYA%2CiCAAA%2C6KAAA%2CCAiBF%2CUAAA%2CiCAAA%2CCAIC%2CqBAAA%2CQAAA%2CCAIA%2CiBAAA%2CYAAA%2CCAKD%2CuBAAA%2CgFAAA%2CCASC%2C4CAAA%2C4BAAA%2CCAKA%2CkDAAA%2C0BAAA%2CCAIC%2CyDAAA%2C6GAAA%2CCAKD%2C6BAAA%2CyGAAA%2CCAQC%2CqCAAA%2C8IAAA%2CCAaA%2CoCAAA%2CiSAAA%2CCAgBA%2C%2BBAAA%2CkBAAA%2CCAOD%2CqDAAA%2CSAAA%2CCAKD%2COAAA%2C8SAAA%2CCAmBC%2CaAAA%2CwBAAA%2CCAKA%2C0DAAA%2CwBAAA%2CCAOA%2C4BAAA%2CWAAA%2CCAGC%2CiCAAA%2CWAAA%2CCAKD%2CYAAA%2C6NAAA%2CCAaD%2CmBAAA%2C2SAAA%2CCAoBC%2CyBAAA%2CwBAAA%2CCAKA%2C8FAAA%2CwBAAA%2CCAOA%2CwCAAA%2CWAAA%2CCAIA%2CyBAAA%2CyKAAA%2CCAcC%2CiCAAA%2CmNAAA%2CCAgBA%2CgCAAA%2CwJAAA%2CCAeF%2CmCAAA%2C8MAAA%2CCAcC%2CmDAAA%2CyDAAA%2CCAKC%2C%2BDAAA%2C2CAAA%2CCAKA%2C6FAAA%2CsEAAA%2CCAQD%2CqDAAA%2CyDAAA%2CCAKC%2CiEAAA%2CkBAAA%2CCAIA%2C%2BFAAA%2C4DAAA%2CCAWD%2C4BAAA%2C8CAAA%2CCAKC%2C4CAAA%2C2CAAA%2CCAIC%2CgDAAA%2CaAAA%2CCAyBF%2C0FAAA%2CwEAAA%2CCAQC%2CmGAAA%2CmFAAA%2CCAYD%2CuBAAA%2C6GAAA%2CCP1iBG%2CyBAAA%2CwEAAA%2C0BAAA%2CCAAA%2CCO0jBF%2C2EAAA%2CgEAAA%2CCAIA%2CuEAAA%2C6GAAA%2CCP9jBE%2CyBAAA%2CuEAAA%2C0BAAA%2CCAAA%2CCOskBF%2CiEAAA%2C2GAAA%2CCPtkBE%2CyBAAA%2CiEAAA%2C0BAAA%2CCAAA%2CCOilBD%2CkCAAA%2CuCAAA%2CCASH%2CaAAA%2CeAAA%2CCAIA%2C8FAAA%2CoCAAA%2CCAkBC%2CoBAAA%2C2DAAA%2CCAME%2CmDAAA%2CeAAA%2CCAGC%2CgEAAA%2CiBAAA%2CCAIA%2CsEAAA%2CwBAAA%2CCAMF%2CyBAAA%2CoBAAA%2C6BAAA%2CCAIE%2C8DAAA%2CkBAAA%2CCAAA%2CCAKF%2CyBAEE%2C8DAAA%2CkBAAA%2CCAAA%2CCAQF%2C2CAAA%2CSAAA%2CCC9sBF%2CoBAAA%2CSAAA%2CCAII%2CkDAAA%2CmIAAA%2CCASE%2CwDAAA%2CeAAA%2CCAOF%2C6CAAA%2CuVAAA%2CCAmBE%2CmDAAA%2CmJAAA%2CCAYN%2C4BAAA%2CeAAA%2CCAGE%2CwCAAA%2CwBAAA%2CCAIE%2CmDAAA%2CYAAA%2CCAKF%2C0CAAA%2C%2BIAAA%2CCAaE%2CmDAAA%2CsBAAA%2CCAMF%2CkCAAA%2C%2BHAAA%2CCAYE%2C2CAAA%2CsBAAA%2CCAMF%2C%2BCAAA%2CgBAAA%2CCAKF%2C0BAAA%2CiIAAA%2CCAUE%2CsCAAA%2C4BAAA%2CCAKA%2C6CAAA%2CqGAAA%2CCAQE%2CmDAAA%2C2BAAA%2CCAMF%2C%2BCAAA%2CYAAA%2CCAIA%2CwCAAA%2CiGAAA%2CCAUE%2CoDAAA%2C4BAAA%2CCAKA%2CiDAAA%2CyDAAA%2CCAUJ%2CsBAAA%2CeAAA%2CCAGE%2CmCAAA%2C6CAAA%2CCAMA%2CkCAAA%2CwBAAA%2CCAKA%2CoCAAA%2CiJAAA%2CCAaE%2C6CAAA%2CyFAAA%2CCAUF%2C4BAAA%2C8HAAA%2CCAYE%2CqCAAA%2CyFAAA%2CCAUF%2CyCAAA%2CiFAAA%2CCAOE%2C%2BCAAA%2CkBAAA%2CCAKF%2C2CAAA%2CoQAAA%2CCAoBF%2CsBAAA%2CgFAAA%2CCAUI%2CqDAAA%2CgEAAA%2CCAKE%2CwDAAA%2CkBAAA%2CCAGE%2C0DAAA%2CmKAAA%2CCAUE%2C%2BDAAA%2C6BAAA%2CCAOJ%2C8DAAA%2CWAAA%2CCAIA%2C%2BDAAA%2CYAAA%2CCAIA%2CuDAAA%2C6DAAA%2CCAME%2C4DAAA%2C6BAAA%2CCASR%2CIAAA%2CeAAA%2CCAIA%2CIAAA%2CkBAAA%2CCAIA%2C6CAAA%2C0GAAA%2CCAaQ%2C4JAAA%2CuJAAA%2CCAWA%2C%2BJAAA%2C0BAAA%2CCAQN%2CgGAAA%2CoFAAA%2CCAOE%2CkKAAA%2CUAAA%2CCAII%2C6OAAA%2C2EAAA%2CCASJ%2CyJAAA%2CUAAA%2CCAII%2C4PAAA%2CoBAAA%2CCAIE%2C8QAAA%2CiIAAA%2CCAUA%2CgSAAA%2CgEAAA%2CCAOA%2CwTAAA%2CgEAAA%2CCAOA%2CgSAAA%2C6CAAA%2CCAME%2CkTAAA%2C8LAAA%2CCAeA%2C4SAAA%2C4DAAA%2CCAYR%2CsJAAA%2C4BAAA%2CCAMF%2CoIAAA%2CmBAAA%2CCAIA%2C2KAAA%2CWAAA%2CCAII%2CuRAAA%2CqFAAA%2CCAQE%2CoUAAA%2CcAAA%2CCAIA%2CgSAAA%2CiDAAA%2CCAKE%2C6UAAA%2CuCAAA%2CCAKA%2C2TAAA%2CiHAAA%2CCAUA%2CsSAAA%2CmJAAA%2CCAWE%2CwTAAA%2CmCAAA%2CCAMF%2C8TAAA%2CgPAAA%2CCAkBA%2CmVAAA%2C%2BIAAA%2CCAaA%2ComBAAA%2CqKAAA%2CCAQE%2CwoBAAA%2CwCAAA%2CCAMF%2CkTAAA%2C6GAAA%2CCAIA%2CkTAAA%2CiBAAA%2CCAGE%2C0UAAA%2CmEAAA%2CCAYZ%2CiBAAA%2CgJAAA%2CCAUE%2CoBAAA%2CgMAAA%2CCAaE%2CgCAAA%2CmFAAA%2CCAMA%2C%2BBAAA%2C4DAAA%2CCAKA%2C0BAAA%2CiDAAA%2CCAOJ%2C6BAAA%2CYAAA%2CCAIA%2CkBAAA%2CeAAA%2CCAGE%2C8BAAA%2C8BAAA%2CCAIE%2CyCAAA%2CsBAAA%2CCAMF%2CuCAAA%2CSAAA%2CCAIA%2CwBAAA%2C%2BGAAA%2CCAUA%2CyCAAA%2CgFAAA%2CCASE%2C8DAAA%2C4BAAA%2CCAKA%2CoEAAA%2C0BAAA%2CCAIE%2C2EAAA%2C6GAAA%2CCAKF%2C%2BCAAA%2CyGAAA%2CCAQE%2CuDAAA%2C8HAAA%2CCAYA%2CsDAAA%2CiRAAA%2CCAeA%2CiDAAA%2CkBAAA%2CCCtrBN%2CcAAA%2CuGAAA%2CCTwDI%2CyBAAA%2CcAAA%2CwJAAA%2CCSnCF%2CsBAAA%2CgCAAA%2CCAIA%2CwBAAA%2C%2BBAAA%2CCAAA%2CCAKD%2C0BAAA%2CcAAA%2CUAAA%2CCAAA%2CCAqBA%2CiBAAA%2C2CAAA%2CCTKG%2CyBAAA%2CiBAAA%2CWAAA%2CCAAA%2CCSGF%2CyBAAA%2CyGAAA%2CCTHE%2CyBAAA%2CyBAAA%2CYAAA%2CCAAA%2CCSiBF%2CwBAAA%2CmCAAA%2CCAMA%2CoBAAA%2CyKAAA%2CCTvBE%2CyBAAA%2CoBAAA%2CmDAAA%2CCAAA%2CCSuCD%2C%2BBAAA%2CmBAAA%2CCAIA%2C4BAAA%2CCAmBC%2CuCAAA%2CYAAA%2CCAIA%2C4CAAA%2CYAAA%2CCAKD%2CgCAAA%2CaAAA%2CCAIA%2CuCAAA%2CYAAA%2CCAIA%2C2BAAA%2C6BAAA%2CCAIC%2CoCAAA%2CaAAA%2CCAGC%2CyCAAA%2CYAAA%2CCAKD%2CgCAAA%2CYAAA%2CCAIA%2CuCAAA%2CYAAA%2CCAIA%2C8CAAA%2CaAAA%2CCAKD%2C6BAAA%2CuGAAA%2CCAUA%2CwBAAA%2CyFAAA%2CCASA%2CyBAAA%2C2LAAA%2CCT3HC%2CyBAAA%2CyBAAA%2CaAAA%2CCAAA%2CCS2JH%2CyBAAA%2C4BAAA%2CCT3JG%2CyBAAA%2CyBAAA%2CmFAAA%2CCAAA%2CCSsKF%2C%2BBAAA%2C8CAAA%2CCTtKE%2CyBAAA%2C%2BBAAA%2C6EAAA%2CCAAA%2CCSiLD%2CsCAAA%2CaAAA%2CCAKC%2CgEAAA%2C0BAAA%2CCAMA%2CkDAAA%2C6DAAA%2CCAMC%2C2DAAA%2CyEAAA%2CCAYD%2C0EAAA%2C4BAAA%2CCAGC%2CwGAAA%2CgEAAA%2CCAIA%2CiFAAA%2C%2BDAAA%2CCAOF%2CsCAAA%2CgEAAA%2CCAOA%2C4CAAA%2CeAAA%2CCAGC%2CmDAAA%2CsDAAA%2CCAQD%2CsCAAA%2CcAAA%2CCAIA%2CqFAAA%2CYAAA%2CCAKA%2CkGAAA%2CsBAAA%2CCAKC%2CkHAAA%2CYAAA%2CCAKD%2CyHAAA%2CQAAA%2CCAKA%2CwCAAA%2CQAAA%2CCAIA%2CqCAAA%2CiGAAA%2CCAOC%2C4CAAA%2C0LAAA%2CCAaC%2CmDAAA%2C4CAAA%2CCAMA%2CkDAAA%2C4CAAA%2CCAOD%2C4CAAA%2CoLAAA%2CCAcD%2C2CAAA%2C4CAAA%2CCAKC%2CkDAAA%2CaAAA%2CCAIA%2C6CAAA%2CuBAAA%2CCAKD%2CsCAAA%2CeAAA%2CCAEC%2CyCAAA%2CkBAAA%2CCAMF%2CoCAAA%2CkHAAA%2CCT%2FUE%2CyBAAA%2CoCAAA%2CeAAA%2CCAAA%2CCSyVD%2CwDAAA%2C2EAAA%2CCAQC%2CiEAAA%2CyEAAA%2CCAWF%2C%2BBAAA%2CeAAA%2CCAGC%2C0CAAA%2CQAAA%2CCCvaH%2CgCAAA%2C0BAAA%2CCVwDI%2C0BAAA%2CgCAAA%2CYAAA%2CCAAA%2CCU%2FCJ%2CuBAAA%2CmBAAA%2CCAGC%2CyCAAA%2C6GAAA%2CCCXA%2CkBAAA%2C0CAAA%2CCAIC%2CqBAAA%2CiIAAA%2CCAQC%2CwBAAA%2CsCAAA%2CCAIC%2CgCAAA%2C%2BIAAA%2CCAaA%2CmCAAA%2CQAAA%2CCASC%2CmCAAA%2CmCAAA%2CCAaD%2C0BAAA%2C0MAAA%2CCAeC%2CkEAAA%2C4CAAA%2CCAOA%2C8DAAA%2C6IAAA%2CCAMC%2C0EAAA%2CiBAAA%2CCAKD%2C%2BBAAA%2C%2BGAAA%2CCCrFL%2CUAAA%2CuFAAA%2CCAOC%2CaAAA%2C2GAAA%2CCAUA%2CaAAA%2C6HAAA%2CCAYC%2CmBAAA%2CkBAAA%2CCAMA%2CmBAAA%2CkBAAA%2CCAGC%2CsBAAA%2CkBAAA%2CCAIA%2CmCAAA%2CkBAAA%2CCAEC%2CsCAAA%2CkBAAA%2CCAQF%2C0DAAA%2C%2BCAAA%2CCAOF%2CqBAAA%2CiJAAA%2CCASC%2CiFAAA%2C2HAAA%2CCAQC%2C0FAAA%2CiGAAA%2CCAMC%2C0IAAA%2CkBAAA%2CCAKD%2C0FAAA%2CmDAAA%2CCAMA%2CoLAAA%2C8FAAA%2CCZrCE%2CyBAAA%2CoLAAA%2CgBAAA%2CCAAA%2CCY8CD%2CkQAAA%2C4BAAA%2CCZ9CC%2CyBAAA%2CkQAAA%2C0CAAA%2CCAAA%2CCYuDD%2CkQAAA%2CgDAAA%2CCZvDC%2CyBAAA%2CkQAAA%2CgDAAA%2CCAAA%2CCY8DD%2CkQAAA%2CgDAAA%2CCZ9DC%2CyBAAA%2CkQAAA%2CgDAAA%2CCAAA%2CCYqED%2CkQAAA%2CgDAAA%2CCZrEC%2CyBAAA%2CkQAAA%2CgDAAA%2CCAAA%2CCY4ED%2CkQAAA%2C4BAAA%2CCZ5EC%2CyBAAA%2CkQAAA%2C4CAAA%2CCAAA%2CCYwFJ%2CYAAA%2CiDAAA%2CCAME%2CsBAAA%2C4DAAA%2CCAIC%2CwDAAA%2CkBAAA%2CCAOF%2CeAAA%2CqGAAA%2CCAUA%2CeAAA%2CsGAAA%2CCAUA%2CqBAAA%2CgDAAA%2CCCnLA%2CqCAAA%2CkSAAA%2CCAeA%2C2BACC%2CKAAA%2C4CAAA%2CCAGA%2CGAAA%2C8CAAA%2CCAAA%2CCClBA%2CyFAAA%2CUAAA%2CCAGC%2CqGAAA%2CqCAAA%2CCAKC%2C6IAAA%2CkBAAA%2CCAGC%2C%2BJAAA%2CUAAA%2CCAKD%2CqIAAA%2CkCAAA%2CCAGC%2C2KAAA%2CwBAAA%2CCAGA%2CqJAAA%2CqGAAA%2CCAYD%2CyBAAA%2CqGAAA%2CuBAAA%2CCAIE%2C2KAAA%2CsBAAA%2CCAAA%2CCAOH%2CqGAAA%2CoCAAA%2CCAIC%2C6IAAA%2CkBAAA%2CCAIA%2CqIAAA%2CkCAAA%2CCAGC%2CqJAAA%2CqGAAA%2CCAaF%2C2GAAA%2CiBAAA%2CCAMD%2CmGAAA%2CoDAAA%2CCAKC%2CyHAAA%2CQAAA%2CCAOE%2C2KAAA%2CyCAAA%2CCAMF%2CiHAAA%2CYAAA%2CCAKD%2C2GAAA%2C6JAAA%2CCd7CE%2CyBAAA%2C2GAAA%2C%2BBAAA%2CCAAA%2CCAAA%2CyBAAA%2C2GAAA%2C%2BBAAA%2CCAAA%2CCciED%2C6HAAA%2C2JAAA%2CCAYD%2CyGAAA%2CmCAAA%2CCAIC%2CuHAAA%2CmCAAA%2CCAMA%2CiHAAA%2CiBAAA%2CCAOD%2CkDAAA%2CkBAAA%2CCAIA%2CqDAAA%2CwBAAA%2CCAMA%2CiCAAA%2CkBAAA%2CCAKC%2C4CAAA%2CkBAAA%2CCAIA%2CwCAAA%2CkBAAA%2CCAUD%2CsEAAA%2C2CAAA%2CCAIC%2CkFAAA%2CmGAAA%2CCAQA%2CkFAAA%2CmGAAA%2CCASD%2CgFAAA%2C%2BBAAA%2CCAGC%2CsGAAA%2CkBAAA%2CCAKC%2CwJAAA%2CyCAAA%2CCAMF%2CwFAAA%2CuHAAA%2CCAUC%2C0GAAA%2C2JAAA%2CCAYD%2CsFAAA%2CsDAAA%2CCC5OF%2CkBACE%2CGAAA%2CSAAA%2CCAIA%2CKAAA%2CSAAA%2CCAAA%2CCAIF%2CuBACE%2CGAAA%2CkDAAA%2CCAKA%2CIAAA%2CqDAAA%2CCAKA%2CKAAA%2CkDAAA%2CCAAA%2CCAMF%2CgBAAA%2CuMAAA%2CCAgBA%2CkBAAA%2CwCAAA%2CCC1CA%2CKAAA%2C8BAAA%2CCAEC%2CUAAA%2CwCAAA%2CCAOD%2CUAAA%2CSAAA%2CCCTA%2CQAAA%2CgGAAA%2CCAYE%2CcAAA%2CuDAAA%2CCAKC%2C0BAAA%2C0BAAA%2CCAMF%2CmBAAA%2CcAAA%2CCAoCA%2CsBAAA%2CyFAAA%2CCjBHG%2C0BAAA%2CsBAAA%2CaAAA%2CCAAA%2CCiBeF%2C0BAAA%2CsBAAA%2CCAKA%2C%2BBAAA%2CsBAAA%2CCAMD%2CqBAAA%2C8DAAA%2CCjB1BG%2C0BAAA%2CqBAAA%2CYAAA%2CCAAA%2CCiBoCF%2CyBAAA%2CkDAAA%2CCAOA%2C8BAAA%2CsBAAA%2CCAMD%2CgBAAA%2CaAAA%2CCAIA%2C0BACC%2CmBAAA%2CcAAA%2CCAAA%2CCAMF%2CYAAA%2CiFAAA%2CCjB5DI%2C0BAAA%2CYAAA%2C8BAAA%2CCiBwEF%2CkBAAA%2CwDAAA%2CCAKC%2C8BAAA%2C2BAAA%2CCAAA%2CCjB7EC%2C0BAAA%2CiBAAA%2CWAAA%2CCiBuFD%2CuBAAA%2CuDAAA%2CCAKC%2CmCAAA%2C0BAAA%2CCAAA%2CCAOH%2C0BAAA%2CyDAAA%2CCjBnGG%2C0BAAA%2C0BAAA%2CaAAA%2CCAAA%2CCiB6GF%2C8BAAA%2CuBAAA%2CCAMD%2CyBAAA%2CgEAAA%2CCjBnHG%2C0BAAA%2CyBAAA%2CYAAA%2CCAAA%2CCiB8HF%2C6BAAA%2CsBAAA%2CCAMD%2CiBAAA%2CeAAA%2CCAKD%2CmBAAA%2CkEAAA%2CCAMC%2C%2BDAAA%2CgDAAA%2CCAOC%2CuEAAA%2CUAAA%2CCAKD%2C%2BBAAA%2CMAAA%2CCAIA%2CgCAAA%2COAAA%2CCAIA%2CyBAAA%2C4HAAA%2CCAWA%2CyCACC%2C%2BDAAA%2CiEAAA%2CCAMC%2CuEAAA%2CSAAA%2CCAAA%2CCC7OH%2CmBAAA%2C4JAAA%2CCAmBE%2CyCAAA%2CSAAA%2CCAIA%2CwCAAA%2CSAAA%2CCAKD%2CwBAAA%2C%2BFAAA%2CCAUE%2C6CAAA%2C2DAAA%2CCASD%2CmCAAA%2CSAAA%2CCAGC%2C4CAAA%2C2DAAA%2CCAYH%2CmBAAA%2C8CAAA%2CCAIC%2CwBAAA%2C0HAAA%2CCAYD%2CYAAA%2C6OAAA%2CCAyBC%2CiBAAA%2C4BAAA%2CCAKA%2CuBAAA%2CcAAA%2CCAGC%2CuCAAA%2CqCAAA%2CCAIC%2CyBAAA%2CuCAAA%2CkBAAA%2CCAAA%2CCAIA%2CyCAAA%2CgRAAA%2CCAiBC%2C%2BCAAA%2C2CAAA%2CCASJ%2CiBAAA%2CmBAAA%2CCAGC%2CoBAAA%2CeAAA%2CCAIE%2CgCAAA%2C4CAAA%2CCASD%2C2BAAA%2C%2BBAAA%2CCAIC%2CkCAAA%2CuHAAA%2CCAYC%2CmCAAA%2CgCAAA%2CCAGC%2CuCAAA%2CyCAAA%2CCAEC%2C4CAAA%2CYAAA%2CCAUF%2CyEAAA%2CaAAA%2CCAYD%2C6BAAA%2CmLAAA%2CCAYC%2CoCAAA%2CwFAAA%2CCAaA%2CiCAAA%2CwGAAA%2CCAYC%2CqCAAA%2CaAAA%2CCAQJ%2CwBAAA%2CsHAAA%2CCASC%2C2BAAA%2CaAAA%2CCAKG%2C%2BCAAA%2CYAAA%2CCAMF%2C6BAAA%2CiKAAA%2CCAWC%2CoCAAA%2CoHAAA%2CCAWA%2CmCAAA%2CaAAA%2CCAIA%2CsCAAA%2CyEAAA%2CCAUC%2CkEAAA%2CkBAAA%2CCAMF%2CmCAAA%2CsCAAA%2CCAGC%2C4CAAA%2CYAAA%2CCAOH%2CwBAAA%2CsHAAA%2CCASC%2CgCAAA%2CgEAAA%2CCAMA%2C2BAAA%2C6BAAA%2CCAIC%2CuCAAA%2CeAAA%2CCAIA%2CsCAAA%2CkBAAA%2CCAIA%2C6BAAA%2CiKAAA%2CCAWC%2CmCAAA%2CaAAA%2CCAIA%2CsCAAA%2CwEAAA%2CCASA%2CkLAAA%2CmIAAA%2CCAaC%2C0MAAA%2CkBAAA%2CCAIA%2CsNAAA%2C6CAAA%2CCCrYL%2CYAAA%2CkDAAA%2CCnBwDI%2C0BAAA%2CYAAA%2CaAAA%2CCAAA%2CCmB9CH%2CeAAA%2CeAAA%2CCAGC%2CkBAAA%2CoDAAA%2CCAOG%2CyCAAA%2CwCAAA%2CCAQF%2C6BAAA%2CQAAA%2CCAIA%2CoBAAA%2CqHAAA%2CCASC%2CiFAAA%2CSAAA%2CCCzCJ%2CeAAA%2C%2BBAAA%2CCpBwDI%2C0BAAA%2CeAAA%2CaAAA%2CCAAA%2CCoB%2FCH%2CoBAAA%2CkBAAA%2CCAGC%2C0BAAA%2CkBAAA%2CCAIE%2CsCAAA%2CiBAAA%2CCAME%2CwDAAA%2CWAAA%2CCASH%2CgCAAA%2CsBAAA%2CCAME%2CkDAAA%2CWAAA%2CCAQJ%2C2BAAA%2CgCAAA%2CCAMA%2CsBAAA%2CwEAAA%2CCAOC%2CyBAAA%2CCACC%2CgCAAA%2CsGAAA%2CCASC%2CwCAAA%2C%2BMAAA%2CCAqCA%2C%2BFAAA%2CqCAAA%2CCAMA%2CqEAAA%2CgCAAA%2CCAKA%2C2FAAA%2CaAAA%2CCAEC%2CuGAAA%2CgCAAA%2CCAIA%2CyGAAA%2C4BAAA%2CCASD%2C4FAAA%2CgDAAA%2CCAMA%2CkEAAA%2CgCAAA%2CCAKA%2CwFAAA%2CoCAAA%2CCAIC%2CsGAAA%2C4BAAA%2CCAUA%2CoFAAA%2C4BAAA%2CCAOF%2C2BAAA%2CyMAAA%2CCAgBF%2CsBAAA%2CqLAAA%2CCAaC%2CsCAAA%2C6DAAA%2CCAKC%2CkDAAA%2CeAAA%2CCAIA%2CyCAAA%2C%2BHAAA%2CCAMC%2CoDAAA%2CiBAAA%2CCAIA%2C%2BCAAA%2CgDAAA%2CCAIA%2C%2BCAAA%2CgDAAA%2CCAIA%2C%2BCAAA%2C8CAAA%2CCAeC%2CqDAAA%2CgIAAA%2CCASC%2C2DAAA%2CaAAA%2CCAKD%2CqDAAA%2C6CAAA%2CCAME%2CoEAAA%2CcAAA%2CCAKD%2CuDAAA%2CgIAAA%2CCASC%2C6DAAA%2CaAAA%2CCAMF%2CuDAAA%2CsBAAA%2CCAMD%2C%2BDAAA%2CYAAA%2CCAOH%2CsBAAA%2CeAAA%2CCAIE%2C0KAAA%2C4BAAA%2CCAMC%2CkLAAA%2CqJAAA%2CCAWC%2C0MAAA%2CgCAAA%2CCAKA%2CsNAAA%2C2DAAA%2CCAUF%2C4CAAA%2CmBAAA%2CCAIA%2C4CAAA%2CQAAA%2CCAIA%2C6BAAA%2CgJAAA%2CCAUC%2CmCAAA%2CaAAA%2CCAKD%2C6BAAA%2C6CAAA%2CCAKC%2C%2BBAAA%2CgIAAA%2CCASC%2CqCAAA%2CaAAA%2CCCxWL%2CcAAA%2C%2BBAAA%2CCrBwDI%2C0BAAA%2CcAAA%2CaAAA%2CCAAA%2CCqB3CH%2CqBAAA%2C0EAAA%2CCAOE%2C%2BBAAA%2C2JAAA%2CCAYC%2CuCAAA%2C%2BMAAA%2CCAkBI%2C0EAAA%2C4BAAA%2CCAIJ%2C0FAAA%2CsCAAA%2CCAKA%2CgEAAA%2CgCAAA%2CCASA%2C6FAAA%2C2BAAA%2CCAKA%2CmEAAA%2CaAAA%2CCAIA%2CyFAAA%2CaAAA%2CCAGC%2CuGAAA%2C4BAAA%2CCAOF%2C4BAAA%2CiBAAA%2CCAKE%2CkFAAA%2C4BAAA%2CCAOF%2C0BAAA%2CyMAAA%2CCAgBF%2CqBAAA%2CuLAAA%2CCAaC%2CqCAAA%2CsDAAA%2CCAKC%2CiDAAA%2CeAAA%2CCAIA%2CwCAAA%2C4GAAA%2CCASK%2CiDAAA%2C2DAAA%2CCAQA%2C0FAAA%2CiIAAA%2CCASE%2C8FAAA%2CmBAAA%2CCAIA%2CsGAAA%2CaAAA%2CCAKF%2C8CAAA%2CeAAA%2CCAKJ%2C8DAAA%2CYAAA%2CCCjLJ%2CMAAA%2CSAAA%2CCtBwDI%2C0BAAA%2CMAAA%2CSAAA%2CCsBjDA%2CYAAA%2CgBAAA%2CCAGE%2CiBAAA%2CiBAAA%2CCAAA%2CCtB8CF%2C0BAAA%2CUAAA%2CSAAA%2CCsBnCA%2CgBAAA%2CgBAAA%2CCAGE%2CqBAAA%2CiBAAA%2CCAAA%2CCAON%2CaAAA%2CsEAAA%2CCtByBI%2C0BsBdE%2CiBAAA%2CiBAAA%2CCAAA%2CCtBcF%2C0BsBPI%2CsBAAA%2CgBAAA%2CCAAA%2CCAUR%2C6BAAA%2C2QAAA%2CCC3DA%2CYAAA%2C8BAAA%2CCAIC%2CeAAA%2CyBAAA%2CCAKA%2CeAAA%2C0EAAA%2CCAMC%2CsBAAA%2CiNAAA%2CCAYA%2C2BAAA%2CuBAAA%2CCAIC%2CkCAAA%2CYAAA%2CCAKD%2C0BAAA%2CQAAA%2CCAIA%2CuBAAA%2CoCAAA%2CCAIC%2C8BAAA%2CYAAA%2CCAMF%2CcAAA%2CwEAAA%2CCAMC%2CoBAAA%2CgCAAA%2CCCxDF%2CQAAA%2C6BAAA%2CCAIC%2CgBAAA%2CuPAAA%2CCxBoDG%2CyBAAA%2CgBAAA%2CsBAAA%2CCAAA%2CCwBhCF%2CwBAAA%2C4BAAA%2CCAKA%2CyBAAA%2C%2BFAAA%2CCAWD%2CsBAAA%2CoEAAA%2CCxBgBG%2CyBAAA%2CsBAAA%2CcAAA%2CCAAA%2CCwBLF%2CiCAAA%2C6GAAA%2CCAIC%2C8CAAA%2COAAA%2CCxBCC%2CyBAAA%2C8CAAA%2CkCAAA%2CCAAA%2CCAAA%2C0BAAA%2C8CAAA%2CgDAAA%2CCAAA%2CCwBUD%2C8CAAA%2CYAAA%2CCxBVC%2C0BAAA%2C8CAAA%2CwFAAA%2CCAAA%2CCwBmCD%2C8CAAA%2CwEAAA%2CCxBnCC%2CyBAAA%2C8CAAA%2CkCAAA%2CCAAA%2CCAAA%2C0BAAA%2C8CAAA%2CgDAAA%2CCAAA%2CCwBgDD%2C4CAAA%2CQAAA%2CCAMF%2C0BAAA%2CwEAAA%2CCAMC%2CkCAAA%2CgHAAA%2CCAWA%2CiCAAA%2C6HAAA%2CCxBvEE%2CyBAAA%2CiCAAA%2C0BAAA%2CCAAA%2CCAAA%2C0BAAA%2CiCAAA%2CgDAAA%2CCAAA%2CCAAA%2C0BAAA%2C8CAAA%2CiBAAA%2CCAAA%2CCwB4FD%2C4CAAA%2CQAAA%2CCAGC%2CuDAAA%2C0GAAA%2CCAKC%2C2DAAA%2CyCAAA%2CCAMA%2C6DAAA%2C2DAAA%2CCAWJ%2C0BAAA%2CqDAAA%2CCAKC%2CkCAAA%2CgHAAA%2CCAWA%2CiCAAA%2C6GAAA%2CCAIC%2C6CAAA%2COAAA%2CCAIA%2C4CAAA%2COAAA%2CCxB7IC%2CyBwBiJA%2C6CAAA%2CwDAAA%2CCAKA%2C4CAAA%2CwDAAA%2CCAAA%2CCASH%2CUAAA%2C6CAAA%2CCAKC%2CiBAAA%2C2DAAA%2CCASA%2CiBAAA%2C2GAAA%2CCAOC%2CuBAAA%2C4CAAA%2CCAQF%2CWAAA%2CyBAAA%2CCAIC%2CcAAA%2CyBAAA%2CCAMD%2CcAAA%2CeAAA%2CCAWE%2CqCAAA%2CUAAA%2CCAMA%2C2BAAA%2CgBAAA%2CCAGC%2CsCAAA%2CqBAAA%2CCAMF%2CiBAAA%2CqHAAA%2CCASC%2C4BAAA%2CkBAAA%2CCAIA%2C8BAAA%2CoBAAA%2CCAKA%2CsBAAA%2CsEAAA%2CCxBlPC%2CyBAAA%2CsBAAA%2CYAAA%2CCAAA%2CCwB6PA%2CiCAAA%2CsDAAA%2CCAOC%2CyCAAA%2CuJAAA%2CCAWL%2CmBAAA%2CqIAAA%2CCxB%2FQI%2CyBAAA%2CmBAAA%2CgBAAA%2CCAAA%2CCwB4RH%2CwBAAA%2CgBAAA%2CCAGC%2CiCAAA%2CSAAA%2CCAGC%2CwCAAA%2CmCAAA%2CCAMA%2CuDAAA%2CoDAAA%2CCAKC%2C2EAAA%2CkDAAA%2CCAOD%2CwDAAA%2C%2BBAAA%2CCAKC%2C6EAAA%2C%2BBAAA%2CCCjXJ%2CYAAA%2CmSAAA%2CCzBwDI%2CyBAAA%2CYAAA%2COAAA%2CCAAA%2CCAAA%2CyBAAA%2CYAAA%2C4BAAA%2CCAAA%2CCyBjCH%2CgBAAA%2CgBAAA%2CCzBiCG%2CyBAAA%2CgBAAA%2C6BAAA%2CCAAA%2CCyBzBH%2CeAAA%2C0CAAA%2CCAIC%2C0BAAA%2CmBAAA%2CCAKD%2CcAAA%2CqEAAA%2CCAMC%2CkBAAA%2CoCAAA%2CCAKA%2CuBAAA%2C8DAAA%2CCAOA%2C4BAAA%2CwBAAA%2CCAIA%2C2BAAA%2CwBAAA%2CCAQA%2C6BAAA%2CwBAAA%2CCAIA%2C2BAAA%2CwBAAA%2CCAIA%2CoBAAA%2C6CAAA%2CCAIC%2C6BAAA%2CWAAA%2CCCjFF%2CeAAA%2CyCAAA%2CCAQC%2CkBAAA%2CuFAAA%2CC1B%2BCE%2CyBAAA%2CkBAAA%2CiDAAA%2CCAAA%2CC0BpCD%2C%2BBAAA%2CeAAA%2CC1BoCC%2CyBAAA%2C%2BBAAA%2CiBAAA%2CCAAA%2CC0B5BD%2C%2BBAAA%2CkBAAA%2CC1B4BC%2CyBAAA%2C%2BBAAA%2CQAAA%2CCAAA%2CC0BpBD%2C6BAAA%2C%2BCAAA%2CCAKC%2C%2BBAAA%2CiBAAA%2CCAIC%2CwCAAA%2CoEAAA%2CCAWF%2CoBAAA%2C%2BCAAA%2CCCrDD%2CsFAAA%2CwCAAA%2CCAKA%2CkGAAA%2CsFAAA%2CC3BgDE%2CyBAAA%2CkGAAA%2CiCAAA%2CCAAA%2CC2BnCD%2CoHAAA%2CkBAAA%2CCAIA%2CoHAAA%2CkBAAA%2CCAIA%2CoHAAA%2CsBAAA%2CCAKA%2CsGAAA%2C0DAAA%2CCASD%2CsGAAA%2CqEAAA%2CCAOC%2CwHAAA%2CqEAAA%2CCAUD%2CgMAAA%2C6GAAA%2CC3BJE%2CyBAAA%2CgMAAA%2CgDAAA%2CCAAA%2CC2BYD%2CoOAAA%2C4BAAA%2CCAKA%2CoOAAA%2C6DAAA%2CCAQA%2CwOAAA%2C8GAAA%2CCAOC%2C4QAAA%2CsBAAA%2CCAKA%2CwPAAA%2CiCAAA%2CCAGC%2CgQAAA%2CgBAAA%2CCAKD%2CoPAAA%2C2GAAA%2CCAOC%2CgQAAA%2CgEAAA%2CCAKC%2C4SAAA%2C0BAAA%2CCAMF%2CyBAAA%2CwOAAA%2CaAAA%2CCAGC%2CwPAAA%2CmDAAA%2CCAMA%2CoPAAA%2CsBAAA%2CCAAA%2CCC7HC%2CwDAAA%2C4BAAA%2CC5BqDF%2CyBAAA%2CwDAAA%2C0BAAA%2CCAAA%2CCAAA%2CyBAAA%2CkEAAA%2C4BAAA%2CCAAA%2CC4BxCI%2CqEAAA%2CoCAAA%2CC5BwCJ%2CyBAAA%2CqEAAA%2CgCAAA%2CCAAA%2CCAAA%2CyBAAA%2C6EAAA%2COAAA%2CCAAA%2CC4BtBA%2CmDAAA%2CiBAAA%2CCAGE%2CuDAAA%2CgDAAA%2CCAMA%2CmEAAA%2CsBAAA%2CCAKA%2CmEAAA%2CsJAAA%2CCAaE%2C4EAAA%2CYAAA%2CCAIA%2C4EAAA%2CkBAAA%2CCAIA%2C4EAAA%2CkBAAA%2CCAIA%2C4EAAA%2CkBAAA%2CCAIA%2C4EAAA%2CkBAAA%2CCAIA%2C4EAAA%2CkBAAA%2CCAMJ%2CkDAAA%2C8EAAA%2CC5B%2FBA%2CyBAAA%2CkDAAA%2C4CAAA%2CCAAA%2CCAAA%2CyBAAA%2CkDAAA%2CgDAAA%2CCAAA%2CC4BgDE%2C0DAAA%2CiGAAA%2CCAWA%2CyDAAA%2CkGAAA%2CC5B3DF%2CyBAAA%2CyDAAA%2CYAAA%2CCAAA%2CC4B0EE%2CyDAAA%2CeAAA%2CCAGE%2C4DAAA%2CYAAA%2CCAMJ%2CmDAAA%2C8EAAA%2CC5BnFA%2CyBAAA%2CmDAAA%2C4CAAA%2CCAAA%2CCAAA%2CyBAAA%2CmDAAA%2CgDAAA%2CCAAA%2CC4BoGE%2C2DAAA%2CkGAAA%2CCAWA%2C0DAAA%2CiGAAA%2CC5B%2FGF%2CyBAAA%2C0DAAA%2CYAAA%2CCAAA%2CC4B8HE%2C2DAAA%2CUAAA%2CCAOI%2CoEAAA%2CSAAA%2CCASC%2CyFAAA%2CiDAAA%2CCAKG%2C4FAAA%2CeAAA%2CCAIA%2C4FAAA%2CqGAAA%2CCAUA%2C4FAAA%2CsHAAA%2CCAuBV%2C%2BDAAA%2CqGAAA%2CC5BxLA%2CyBAAA%2C%2BDAAA%2CYAAA%2CCAAA%2CC4BsMA%2CwFAAA%2CUAAA%2CCAIA%2CwFAAA%2CqBAAA%2CCAIA%2C6DAAA%2CoHAAA%2CCAUA%2CkJAAA%2CgCAAA%2CCAKA%2C2DAAA%2C6FAAA%2CCAUA%2CoEAAA%2CkBAAA%2CCAIA%2CkEAAA%2CkBAAA%2CCAIA%2C6GAAA%2CmCAAA%2CCAIA%2CkFAAA%2C%2BCAAA%2CCAMA%2CgGAAA%2CmBAAA%2CCAIA%2CuMAAA%2CmBAAA%2CCAKA%2CoEAAA%2C%2BFAAA%2CCAUA%2C2NAAA%2CiDAAA%2CCASA%2CkIAAA%2C6JAAA%2CCAcE%2CoJAAA%2CsBAAA%2CCAMF%2CiEAAA%2CiBAAA%2CCAKA%2CoEAAA%2C%2BDAAA%2CCAOA%2C0EAAA%2CoKAAA%2CC5BrTA%2CyBAAA%2C0EAAA%2C4DAAA%2CCAAA%2CC4BmUE%2C8EAAA%2CsBAAA%2CC5BnUF%2CyBAAA%2C8EAAA%2CwHAAA%2CCAAA%2CC4BmVE%2C0FAAA%2CWAAA%2CCAIA%2C0FAAA%2CgJAAA%2CCAaE%2CmGAAA%2CYAAA%2CCAIA%2CmGAAA%2CkBAAA%2CCAIA%2CmGAAA%2CkBAAA%2CCAIA%2CmGAAA%2CkBAAA%2CCAIA%2CmGAAA%2CkBAAA%2CCAMJ%2CyEAAA%2CkJAAA%2CC5B1XA%2CyBAAA%2CyEAAA%2C6IAAA%2CCAAA%2CC4B0YE%2CgFAAA%2CmCAAA%2CCAMA%2C4EAAA%2CeAAA%2CCAIA%2C4EAAA%2CkBAAA%2CCAIA%2CmZAAA%2CaAAA%2CCAQA%2CkFAAA%2CoCAAA%2CCAMA%2CoFAAA%2C0DAAA%2CCAKE%2C6FAAA%2CaAAA%2CCAMJ%2CmFAAA%2CwGAAA%2CC5BjbA%2CyBAAA%2CmFAAA%2C2CAAA%2CCAAA%2CC4B%2BbE%2C0FAAA%2CYAAA%2CCAKF%2CmFAAA%2CgLAAA%2CCAcE%2CwFAAA%2CaAAA%2CCC1gBN%2CMAAA%2CCAeC%2CiCAAA%2CSAAA%2CCAGC%2CsCAAA%2CkBAAA%2CCAIC%2C2CAAA%2CkBAAA%2CCAMD%2CmDAAA%2CoHAAA%2CC7B4BE%2C0BAAA%2CmDAAA%2C0BAAA%2CCAAA%2CC6BdF%2C4EAAA%2CUAAA%2CCAIA%2C4EAAA%2CqBAAA%2CCAIA%2CiDAAA%2CoHAAA%2CCAUA%2C0HAAA%2CgCAAA%2CCAKA%2C%2BCAAA%2CsDAAA%2CCAQE%2CqEAAA%2CiCAAA%2CCAIC%2CgFAAA%2CuBAAA%2CCAOH%2C%2BCAAA%2C%2BDAAA%2CCAQC%2CmDAAA%2C6GAAA%2CCAWD%2C%2BCAAA%2CwFAAA%2CCASC%2CmDAAA%2C6GAAA%2CCAUA%2C8DAAA%2C%2BQAAA%2CCAeC%2CmFAAA%2CgIAAA%2CCAaA%2CqEAAA%2C2BAAA%2CCAMD%2CsDAAA%2CsBAAA%2CCAMD%2CiDAAA%2CyHAAA%2CC7B1GE%2CyBAAA%2CiDAAA%2CgDAAA%2CC6BwHA%2C0DAAA%2C4DAAA%2CCAOA%2C0DAAA%2CwBAAA%2CCAMA%2C0DAAA%2CmCAAA%2CCAOA%2C0DAAA%2C0BAAA%2CCAMA%2C0DAAA%2CeAAA%2CCAAA%2CCAMD%2CwDAAA%2C2BAAA%2CCAKA%2CmDAAA%2C8LAAA%2CC7B7JC%2CyBAAA%2CmDAAA%2C8DAAA%2CC6B%2BKC%2C8DAAA%2CQAAA%2CCAAA%2CCAKD%2C8DAAA%2C2BAAA%2CCAIA%2CwDAAA%2CYAAA%2CC7BxLA%2CyBAAA%2CwDAAA%2CaAAA%2CCAAA%2CC6BgMA%2C0DAAA%2C6EAAA%2CCASD%2C0DAAA%2CgBAAA%2CCAKD%2CwDAAA%2CkBAAA%2CCAIA%2CsDAAA%2CkBAAA%2CCAIA%2CoDAAA%2C8FAAA%2CCAQC%2C2DAAA%2CYAAA%2CCAIA%2C6DAAA%2CsBAAA%2CCAMD%2C2DAAA%2C%2BIAAA%2CCAWC%2C2FAAA%2CSAAA%2CCAKD%2CmDAAA%2C2FAAA%2CCAQC%2C4DAAA%2C2IAAA%2CCASD%2CiGAAA%2CmCAAA%2CCAIA%2CsEAAA%2C%2BCAAA%2CCAMA%2CoFAAA%2CmBAAA%2CCAIA%2C%2BKAAA%2CmBAAA%2CCAKA%2CwDAAA%2C%2BFAAA%2CCAUA%2CuLAAA%2CiDAAA%2CCAWC%2C6DAAA%2CqCAAA%2CC7BjTC%2CyBAAA%2C6DAAA%2CqCAAA%2CCAAA%2CCAAA%2C0BAAA%2C6DAAA%2CqCAAA%2CCAAA%2CC6BiUD%2C0DAAA%2CcAAA%2CCAGC%2CwEAAA%2CcAAA%2CCAGC%2CsFAAA%2CgBAAA%2CCAGA%2CsFAAA%2CwDAAA%2CCAMC%2C0FAAA%2C8IAAA%2CCAoBA%2C0FAAA%2C8IAAA%2CCAcA%2C6FAAA%2CWAAA%2CCAcC%2CgbAAA%2CyBAAA%2CCAaP%2CgBACC%2CGAAA%2CyCAAA%2CCAIA%2CKAAA%2CwCAAA%2CCAAA%2CCCzcC%2CWAAA%2CgEAAA%2CCAGE%2CkBAAA%2C6HAAA%2CCAMA%2CcAAA%2CkDAAA%2CC9B8CA%2CyBAAA%2CcAAA%2CkDAAA%2CCAAA%2CC8BlCF%2CkBAAA%2C8HAAA%2CCAKE%2CsCAAA%2CeAAA%2CC9B6BA%2CyBAAA%2CsCAAA%2CeAAA%2CCAAA%2CC8BrBF%2CiCAAA%2CkJAAA%2CC9BqBE%2CyBAAA%2CiCAAA%2C0BAAA%2CCAAA%2CCAAA%2CyBAAA%2CgBAAA%2C8BAAA%2CCAAA%2CC8BLA%2CuBAAA%2CwGAAA%2CC9BKA%2CyBAAA%2CuBAAA%2CYAAA%2CCAAA%2CC8BUF%2CwBAAA%2CaAAA%2CCAIA%2CgBAAA%2CuFAAA%2CCAIE%2C0BAAA%2CyMAAA%2CCAQE%2C0CAAA%2CiBAAA%2CC9B1BF%2CyBAAA%2C0CAAA%2C8BAAA%2CCAAA%2CC8BiCE%2CqCAAA%2CiBAAA%2CCAIA%2CmCAAA%2C4BAAA%2CC9BrCF%2CyBAAA%2CmCAAA%2CgDAAA%2CCAAA%2CCAAA%2CyBAAA%2CmCAAA%2C0BAAA%2CCAAA%2CC8BqDE%2C8BAAA%2CyCAAA%2CCAMA%2C4BAAA%2CgCAAA%2CCAIE%2C8BAAA%2CwBAAA%2CCAIA%2CkCAAA%2CCAKE%2CoCAAA%2CaAAA%2CCAMJ%2CmCAAA%2CqEAAA%2CC9B9EF%2CyBAAA%2CmCAAA%2CkBAAA%2CCAAA%2CC8ByFE%2CkCAAA%2C4CAAA%2CC9BzFF%2CyBAAA%2CkCAAA%2CcAAA%2CCAAA%2CC8BmGA%2C%2BBAAA%2CyEAAA%2CCAQI%2C0DAAA%2CkBAAA%2CCAMA%2C0DAAA%2CkBAAA%2CCAMA%2C0DAAA%2CkBAAA%2CCAKF%2CoCAAA%2CyFAAA%2CCAQE%2C%2BCAAA%2CQAAA%2CCAQJ%2C6CAAA%2CaAAA%2CCAIA%2CmCAAA%2CaAAA%2CCAKF%2CiCAAA%2CkBAAA%2CC9BrJE%2CyBAAA%2CoCAAA%2CcAAA%2CCAAA%2CC8B8JA%2CmCAAA%2CaAAA%2CCAIA%2CqDAAA%2CqCAAA%2CCAGE%2C8DAAA%2CaAAA%2CCAKF%2C0CAAA%2CwBAAA%2CCAII%2CwDAAA%2C2CAAA%2CCAQN%2CmCAAA%2CkBAAA%2CC9BtLE%2CyBAAA%2CsCAAA%2CcAAA%2CCAAA%2CC8B%2BLA%2CqCAAA%2C6CAAA%2CC9B%2FLA%2CyBAAA%2CqCAAA%2C%2BBAAA%2CCAAA%2CC8ByMA%2C6CAAA%2C0CAAA%2CC9BzMA%2CyBAAA%2C6CAAA%2CqHAAA%2CCAAA%2CC8BkNE%2CuDAAA%2CqCAAA%2CCAGE%2CsEAAA%2CwBAAA%2CCAOF%2C6CAAA%2CgBAAA%2CCAKE%2C%2BDAAA%2C8BAAA%2CCAIE%2CuEAAA%2CiCAAA%2CCAKA%2C8EAAA%2CuBAAA%2CCAIE%2CmFAAA%2CsBAAA%2CC9BjOR%2CyB8B6OE%2CwCAAA%2CaAAA%2CCAEE%2CkDAAA%2CoFAAA%2CCAAA%2CCAUJ%2CgCAAA%2C%2BCAAA%2CC9BtQA%2CyBAAA%2CgCAAA%2C%2BBAAA%2CCAAA%2CC8B%2BQE%2CqCAAA%2CaAAA%2CCCrUF%2C2CAAA%2CcAAA%2CC%2FBsDA%2CyBAAA%2C2CAAA%2CSAAA%2CCAAA%2CC%2BB%2FCA%2CoDAAA%2CmJAAA%2CCAaE%2C6DAAA%2CYAAA%2CCAIA%2C6DAAA%2CkBAAA%2CCAIA%2C6DAAA%2CkBAAA%2CCAIA%2C6DAAA%2CkBAAA%2CCAGA%2C6DAAA%2CkBAAA%2CCAGA%2C6DAAA%2CkBAAA%2CCAKF%2CyCAAA%2CSAAA%2CC%2FBWA%2CyBAAA%2CyCAAA%2CcAAA%2CCAAA%2CC%2BBJA%2CsDAAA%2CyFAAA%2CCAQE%2CwEAAA%2CiCAAA%2CCAIE%2CwFAAA%2CWAAA%2CC%2FBRJ%2CyBAAA%2CwLAAA%2CYAAA%2CCAAA%2CCAAA%2C0BAAA%2CwLAAA%2CaAAA%2CCAAA%2CC%2BBwBE%2C8EAAA%2C0CAAA%2CC%2FBxBF%2CyBAAA%2C8EAAA%2CaAAA%2CCAAA%2CC%2BBgCI%2CoMAAA%2CgGAAA%2CCAUE%2CsNAAA%2CsBAAA%2CCAMF%2CkGAAA%2C8CAAA%2CCAMA%2C2GAAA%2CgLAAA%2CCAcE%2CgHAAA%2CaAAA%2CCAKF%2C4FAAA%2C0BAAA%2CC%2FBzEJ%2CyBAAA%2C4FAAA%2CWAAA%2CCAAA%2CCAAA%2C0BAAA%2C4FAAA%2CWAAA%2CCAAA%2CC%2BBsFA%2C%2BEAAA%2CUAAA%2CCAIA%2C%2BEAAA%2CqBAAA%2CCAIA%2CoDAAA%2CoIAAA%2CCAWA%2CgIAAA%2CgCAAA%2CCAKA%2CkDAAA%2CsEAAA%2CCAOE%2CsDAAA%2CgDAAA%2CCAMA%2C%2BDAAA%2CwDAAA%2CCAME%2C8EAAA%2C%2BQAAA%2CCAeE%2CmGAAA%2CmIAAA%2CCAaA%2CqFAAA%2C2BAAA%2CCAMF%2CsEAAA%2CkEAAA%2CCAUJ%2C2DAAA%2CkBAAA%2CCAIA%2CyDAAA%2CkBAAA%2CCAIA%2CgHAAA%2C6KAAA%2CC%2FBrLA%2CyBAAA%2CgHAAA%2C%2BCAAA%2CCAAA%2CC%2BByME%2CkIAAA%2CsBAAA%2CCAMF%2CwDAAA%2CoBAAA%2CC%2FB%2FMA%2CyBAAA%2CwDAAA%2CWAAA%2CCAAA%2CC%2BBuNA%2CuDAAA%2C8GAAA%2CC%2FBvNA%2CyBAAA%2CuDAAA%2CYAAA%2CCAAA%2CC%2BBoOA%2C8DAAA%2C%2BHAAA%2CCAUE%2C8FAAA%2CSAAA%2CCAKF%2CoGAAA%2CmCAAA%2CCAIA%2CyEAAA%2C%2BCAAA%2CCAKA%2CuFAAA%2CmBAAA%2CCAIA%2CqLAAA%2CmBAAA%2CCAKA%2C2DAAA%2C%2BFAAA%2CCASA%2CgMAAA%2CiDAAA%2CCCrUF%2CkBAAA%2CgEAAA%2CCAGE%2C8BAAA%2CsKAAA%2CChCoDA%2CyBAAA%2C8BAAA%2C0BAAA%2CCAAA%2CCAAA%2CyBAAA%2C8BAAA%2CgDAAA%2CCAAA%2CCgCtCE%2CsIAAA%2CgBAAA%2CCAKE%2CiKAAA%2CiCAAA%2CCAIA%2CiKAAA%2CkDAAA%2CCAQF%2CsCAAA%2CkBAAA%2CCAGE%2C8CAAA%2CiGAAA%2CCAWA%2C6CAAA%2CkGAAA%2CCAYF%2CqCAAA%2CYAAA%2CCAIA%2CyCAAA%2CyEAAA%2CCAOE%2C%2BCAAA%2CWAAA%2CCAIA%2C6CAAA%2CgDAAA%2CCAMA%2CyDAAA%2CWAAA%2CCAIA%2CyDAAA%2CgJAAA%2CCAaE%2CkEAAA%2CYAAA%2CCAIA%2CkEAAA%2CkBAAA%2CCAIA%2CkEAAA%2CkBAAA%2CCAIA%2CkEAAA%2CkBAAA%2CCAGA%2CkEAAA%2CkBAAA%2CCAGA%2CkEAAA%2CkBAAA%2CCAMJ%2CuCAAA%2CcAAA%2CCAGE%2CwFAAA%2CQAAA%2CCAKA%2C6CAAA%2CaAAA%2CCAGE%2CuDAAA%2C4DAAA%2CCAKI%2C0HAAA%2CkBAAA%2CCAOJ%2CgGAAA%2CaAAA%2CCAMF%2C%2BCAAA%2C6DAAA%2CCAOE%2CwDAAA%2C0EAAA%2CCAcF%2C2JAAA%2C%2BEAAA%2CCASE%2CgLAAA%2C8HAAA%2CCAcA%2CuKAAA%2CwHAAA%2CCAYF%2CiKAAA%2C8DAAA%2CCAME%2C0KAAA%2CiBAAA%2CCAIA%2C0KAAA%2CkBAAA%2CChClKN%2CyBAAA%2C0KAAA%2CkBAAA%2CCAAA%2CCgC0KM%2CmqCAAA%2CaAAA%2CCAUA%2CyLAAA%2CoBAAA%2CCAQF%2C0DAAA%2CkBAAA%2CCAMM%2CmEAAA%2CaAAA%2CCASN%2C6DAAA%2CYAAA%2CCASF%2CiDAAA%2C6GAAA%2CChCpNF%2CyBAAA%2CiDAAA%2C0BAAA%2CCAAA%2CCgCuOF%2CuBAAA%2C4JAAA%2CCAQE%2C8BAAA%2CYAAA%2CCAIA%2CgCAAA%2CuCAAA%2CCAKE%2CyCAAA%2CkGAAA%2CChCxPF%2CyBAAA%2CyCAAA%2CUAAA%2CCAAA%2CCiCvDH%2CiBAAA%2CmBAAA%2CCAGC%2C0DAAA%2CqLAAA%2CCjCoDE%2CyBAAA%2C0DAAA%2C8BAAA%2CCAAA%2CCiCtCD%2CwEAAA%2CYAAA%2CCAIA%2C4EAAA%2CgFAAA%2CCAIA%2C0EAAA%2C4BAAA%2CCjC8BC%2CyBAAA%2C0EAAA%2CgDAAA%2CCAAA%2CCiCvBD%2C0EAAA%2C4CAAA%2CCjCuBC%2CyBAAA%2C0EAAA%2CyDAAA%2CCAAA%2CCiCbA%2C8EAAA%2CeAAA%2CCAKD%2C4IAAA%2C0BAAA%2CCjCQC%2CyBAAA%2C4IAAA%2CgDAAA%2CCAAA%2CCiCAD%2C0EAAA%2C0BAAA%2CCjCAC%2CyBAAA%2C0EAAA%2C8CAAA%2CCAAA%2CCiCOD%2C4EAAA%2C0BAAA%2CCjCPC%2CyBAAA%2C4EAAA%2C8CAAA%2CCAAA%2CCiCcD%2C0EAAA%2C0BAAA%2CCjCdC%2CyBAAA%2C0EAAA%2CgDAAA%2CCAAA%2CCiCqBD%2CsEAAA%2C6DAAA%2CCjCrBC%2CyBAAA%2CsEAAA%2CyDAAA%2CCAAA%2CCAAA%2CyBAAA%2C8DAAA%2CcAAA%2CCAAA%2CCiCuCD%2C0EAAA%2CiBAAA%2CCjCvCC%2CyBAAA%2C0EAAA%2CkCAAA%2CCAAA%2CCiC%2BCA%2C4FAAA%2CYAAA%2CCAMF%2C8BAAA%2C%2BBAAA%2CCjCrDE%2CyBAAA%2C8BAAA%2CaAAA%2CCAAA%2CCiC6DD%2CwCAAA%2CeAAA%2CCAIA%2CgCAAA%2CSAAA%2CCAKD%2CiCAAA%2CiLAAA%2CCASC%2CwCAAA%2CYAAA%2CCAIA%2C0CAAA%2CuCAAA%2CCAKC%2CmDAAA%2CkGAAA%2CCjCxFA%2CyBAAA%2CmDAAA%2CUAAA%2CCAAA%2CCkCnDC%2CwKAAA%2CYAAA%2CClCmDD%2CyBAAA%2CwKAAA%2CaAAA%2CCAAA%2CCkCtCH%2CqBAAA%2CgEAAA%2CCAGC%2CsCAAA%2C0BAAA%2CClCmCE%2CyBAAA%2CsCAAA%2CgDAAA%2CCAAA%2CCkC5BF%2CqCAAA%2C0BAAA%2CClC4BE%2CyBAAA%2CqCAAA%2CgDAAA%2CCAAA%2CCkCtBD%2CuCAAA%2CcAAA%2CCAIA%2CiDAAA%2CYAAA%2CCAIA%2C0CAAA%2CwBAAA%2CCAGC%2C%2BCAAA%2C4BAAA%2CClCWA%2CyBAAA%2C%2BCAAA%2CgDAAA%2CCAAA%2CCAAA%2CyBAAA%2C2DAAA%2CYAAA%2CCAAA%2CCkCCC%2C0DAAA%2CYAAA%2CClCDD%2CyBAAA%2C0DAAA%2CaAAA%2CCAAA%2CCkCSC%2CiDAAA%2CmCAAA%2CCASJ%2CgBAAA%2CyBAAA%2CCAIC%2CuBAAA%2CmCAAA%2CCAMA%2CmBAAA%2CoDAAA%2CCAMC%2C8BAAA%2CqBAAA%2CClClCC%2CyBAAA%2C8BAAA%2CaAAA%2CCAAA%2CCkC2CD%2CqBAAA%2CoHAAA%2CCAUC%2C2BAAA%2C8BAAA%2CCAKA%2C4BAAA%2CkBAAA%2CCAGE%2C4CAAA%2C0BAAA%2CCAOF%2C8BAAA%2CgGAAA%2CCAYF%2CoBAAA%2CUAAA%2CCAGC%2CuBAAA%2CyCAAA%2CCAIC%2CoCAAA%2CoBAAA%2CCAID%2CsBAAA%2CgGAAA%2CCAQC%2C4BAAA%2C8BAAA%2CCAKA%2C6BAAA%2C6BAAA%2CCAGC%2CsCAAA%2CUAAA%2CCAKD%2C%2BBAAA%2CyCAAA%2CCASH%2CwBAAA%2CqFAAA%2CCAOC%2CuCAAA%2CoIAAA%2CCAYC%2C8CAAA%2C8CAAA%2CCCjMD%2CkIAAA%2CcAAA%2CCAIE%2C0JAAA%2C4BAAA%2CCnCiDA%2CyBmC3CE%2CoLAAA%2CgDAAA%2CCAGC%2C8LAAA%2CcAAA%2CCAIE%2CsOAAA%2COAAA%2CCAIA%2CoOAAA%2COAAA%2CCAOH%2CoLAAA%2CgDAAA%2CCAGC%2C8LAAA%2CgBAAA%2CCAIA%2CoYAAA%2CWAAA%2CCAOC%2CoNAAA%2C4BAAA%2CCAIA%2CkNAAA%2C4BAAA%2CCAKC%2CwPAAA%2C2BAAA%2CCAAA%2CCnCEL%2CyBmCUE%2CkNAAA%2COAAA%2CCAGC%2C4NAAA%2CgCAAA%2CCAKE%2CoQAAA%2COAAA%2CCAIA%2CkQAAA%2COAAA%2CCAMA%2CoQAAA%2COAAA%2CCAIA%2CkQAAA%2COAAA%2CCAOH%2CgNAAA%2COAAA%2CCAGC%2C0NAAA%2CmCAAA%2CCAAA%2CCASJ%2CoJAAA%2CsDAAA%2CCAKC%2CkKAAA%2CoEAAA%2CCnCxDA%2CyBAAA%2CkKAAA%2C0BAAA%2CCAAA%2CCAAA%2CyBAAA%2CkKAAA%2CYAAA%2CCAAA%2CCmCqEC%2CkLAAA%2C4CAAA%2CCAMA%2C0KAAA%2CoCAAA%2CCnC3ED%2CyBAAA%2C0KAAA%2C0FAAA%2CCAAA%2CCmC2FA%2CgKAAA%2CsDAAA%2CCnC3FA%2CyBAAA%2CgKAAA%2C0BAAA%2CCAAA%2CCAAA%2CyBAAA%2CgKAAA%2CYAAA%2CCAAA%2CCAAA%2CyBAAA%2CwLAAA%2CyEAAA%2CCAAA%2CCmCmHA%2C0LAAA%2CwBAAA%2CCAGC%2CsMAAA%2C0JAAA%2CCAMC%2C8NAAA%2CUAAA%2CCAIA%2CsZAAA%2CaAAA%2CCAKA%2CyBAAA%2CsMAAA%2CuCAAA%2CCAIC%2C8NAAA%2CaAAA%2CCAAA%2CCASJ%2CsJAAA%2CyCAAA%2CCAKC%2CgKAAA%2C4BAAA%2CCnCvJA%2CyBAAA%2CgKAAA%2C0BAAA%2CCAAA%2CCAAA%2CyBAAA%2CgKAAA%2CgDAAA%2CCAAA%2CCoCtDF%2CsEAAA%2CcAAA%2CCpCsDE%2CyBoCjDC%2CkGAAA%2COAAA%2CCAIA%2CiGAAA%2COAAA%2CCAAA%2CCAMF%2C%2BEAAA%2CmFAAA%2CCpCuCC%2CyBAAA%2C%2BEAAA%2C0CAAA%2CCAAA%2CCoC7BA%2CsFAAA%2CoEAAA%2CCpC6BA%2CyBAAA%2CsFAAA%2C0BAAA%2CCoCrBE%2CgGAAA%2CyCAAA%2CCAIC%2CoGAAA%2CoDAAA%2CCAAA%2CCpCiBH%2CyBoCTE%2CgGAAA%2CYAAA%2CCAAA%2CCAKD%2C8FAAA%2C8BAAA%2CCAMA%2C0FAAA%2CoCAAA%2CCAOD%2CqFAAA%2CmCAAA%2CCpCTA%2CyBAAA%2CqFAAA%2C0BAAA%2CCoCeE%2C%2BFAAA%2C6CAAA%2CCAAA%2CCpCfF%2CyBoCqBE%2C%2BFAAA%2CgBAAA%2CCAAA%2CCpCrBF%2CyBAAA%2CiGAAA%2CyEAAA%2CCAAA%2CCoC0CA%2C0FAAA%2C%2BCAAA%2CCChGF%2CmDAAA%2CkBAAA%2CCAGC%2CwHAAA%2C2FAAA%2CCrCmDC%2CyBAAA%2CwHAAA%2CgDAAA%2CCAAA%2CCqCvCA%2CgIAAA%2CsBAAA%2CCAMD%2C4DAAA%2C8BAAA%2CCrCiCC%2CyBAAA%2C4DAAA%2CiBAAA%2CCAAA%2CCqCxBD%2C4DAAA%2C8BAAA%2CCrCwBC%2CyBAAA%2C4DAAA%2CkBAAA%2CCAAA%2CCqCfD%2CyDAAA%2CuHAAA%2CCrCeC%2CyBAAA%2CyDAAA%2C0EAAA%2CCAAA%2CCqCAD%2C%2BDAAA%2CyEAAA%2CCCrDA%2CsDAAA%2C8BAAA%2CCAMD%2C8CAAA%2C8BAAA%2CCtC%2BCE%2CyBAAA%2C8CAAA%2CYAAA%2CCAAA%2CCAAA%2CyBAAA%2C8CAAA%2CYAAA%2CCAAA%2CCAAA%2C0BAAA%2C8CAAA%2CYAAA%2CCAAA%2CCsClCD%2CqDAAA%2C0DAAA%2CCCrBF%2CsCAAA%2CkBAAA%2CCAGC%2CsDAAA%2CgFAAA%2CCAOC%2CqDAAA%2CiBAAA%2CCAGC%2C4DAAA%2CoHAAA%2CCAYA%2C2DAAA%2C6HAAA%2CCAMC%2C%2BDAAA%2CsCAAA%2CCAQF%2CsDAAA%2C4PAAA%2CCvCgBC%2CyBAAA%2CsDAAA%2C4BAAA%2CCAAA%2CCuCAA%2C0DAAA%2CgEAAA%2CCAUD%2CwDAAA%2CgLAAA%2CCvCVC%2CyBAAA%2CwDAAA%2CoBAAA%2CCAAA%2CCAAA%2CyBAAA%2CwDAAA%2CoEAAA%2CCAAA%2CCuC2BA%2CiEAAA%2CeAAA%2CCAKD%2CuDAAA%2C8NAAA%2CCvChCC%2CyBAAA%2CuDAAA%2C4BAAA%2CCAAA%2CCuC8CA%2C2DAAA%2CgEAAA%2CCAYD%2CqDAAA%2CgCAAA%2CCAIC%2C4DAAA%2CoHAAA%2CCAYA%2C2DAAA%2C6HAAA%2CCAMC%2C%2BDAAA%2CsCAAA%2CCAQF%2CsDAAA%2CwMAAA%2CCAWC%2C0DAAA%2CsBAAA%2CCAMD%2CwDAAA%2C%2BKAAA%2CCASC%2C0DAAA%2CkBAAA%2CCAKD%2CuDAAA%2CyMAAA%2CCAWC%2C2DAAA%2CsBAAA%2CCAQD%2CqDAAA%2CiBAAA%2CCAGC%2C4DAAA%2CoHAAA%2CCAYA%2C2DAAA%2C6HAAA%2CCAMC%2C%2BDAAA%2CsCAAA%2CCAQF%2CwDAAA%2C%2BKAAA%2CCC7ND%2C%2BCAAA%2CyCAAA%2CCAKC%2C4DAAA%2CcAAA%2CCxCiDC%2CyBAAA%2C4DAAA%2CSAAA%2CCAAA%2CCwCzCD%2C0DAAA%2CeAAA%2CCAKD%2CkGAAA%2C8DAAA%2CCxCoCE%2CyBAAA%2CkGAAA%2C8DAAA%2CCAAA%2CCwCxBD%2CgHAAA%2CyDAAA%2CCAQC%2C8HAAA%2C6EAAA%2CCASA%2CwHAAA%2CwHAAA%2CCAYD%2CoHAAA%2C8CAAA%2CCxCLC%2CyBAAA%2CoHAAA%2CiBAAA%2CCAAA%2CCwCcA%2CsIAAA%2CUAAA%2CCAMF%2CgDAAA%2CkBAAA%2CCxCpBE%2CyBAAA%2CgDAAA%2CeAAA%2CCAAA%2CCwC2BD%2C8DAAA%2CkBAAA%2CCAMA%2CgEAAA%2CkBAAA%2CCAMG%2CyEAAA%2CaAAA%2CCAUJ%2CkEAAA%2CmFAAA%2CCAKC%2CyEAAA%2C2KAAA%2CCxCtDC%2CyBAAA%2CyEAAA%2C0BAAA%2CCAAA%2CCwCiEA%2CgFAAA%2CoFAAA%2CCAWA%2CyFAAA%2CkBAAA%2CCAIA%2CyFAAA%2CkBAAA%2CCAIA%2C6EAAA%2CwHAAA%2CCAWA%2C2EAAA%2C2FAAA%2CCAQC%2C%2BEAAA%2CYAAA%2CCAMF%2CwEAAA%2CkJAAA%2CCxC7GC%2CyBAAA%2CwEAAA%2C0BAAA%2CCAAA%2CCwCuHA%2C2EAAA%2CkBAAA%2CCxCvHA%2CyBAAA%2C2EAAA%2CkBAAA%2CCAAA%2CCwCgID%2C2EAAA%2C0JAAA%2CCxChIC%2CyBAAA%2C2EAAA%2C0BAAA%2CCAAA%2CCwC0IA%2CmFAAA%2C2DAAA%2CCxC1IA%2CyBAAA%2CmFAAA%2CuCAAA%2CCAAA%2CCwC0JF%2CkEAAA%2CyHAAA%2CCAOC%2CyEAAA%2C%2BCAAA%2CCAOC%2C6EAAA%2CwHAAA%2CCAYD%2C4EAAA%2CkJAAA%2CCAOC%2CqFAAA%2CkBAAA%2CCAIA%2CqFAAA%2CkBAAA%2CCAIA%2C4TAAA%2C6BAAA%2CCASD%2CiJAAA%2CkJAAA%2CCxC5MC%2CyBAAA%2CiKAAA%2CgDAAA%2CCAAA%2CCyCtDF%2C0CAAA%2C2CAAA%2CCAKC%2CkDAAA%2CgGAAA%2CCAWA%2C6CAAA%2C6IAAA%2CCzCsCC%2CyBAAA%2C6CAAA%2CsBAAA%2CCAAA%2CCyCzBA%2CqDAAA%2CoDAAA%2CCAMA%2CqDAAA%2C2IAAA%2CCAaA%2CmDAAA%2CqHAAA%2CCzCMA%2CyBAAA%2CmDAAA%2CkDAAA%2CCAAA%2CCyCWA%2CoDAAA%2C6HAAA%2CCzCXA%2CyBAAA%2CoDAAA%2CyDAAA%2CCAAA%2CCyCuBC%2CwDAAA%2CsBAAA%2CCAMD%2CsDAAA%2C6GAAA%2CCzC7BA%2CyBAAA%2CsDAAA%2CgDAAA%2CCAAA%2CCyCwCA%2CmDAAA%2CiBAAA%2CCAGC%2CsDAAA%2CkBAAA%2CCAGA%2C0DAAA%2CcAAA%2CCCrGJ%2C2BAAA%2C2HAAA%2CC1CuDG%2CyBAAA%2C8DAAA%2CgDAAA%2CCAAA%2CC0C1CD%2C%2BDAAA%2CkBAAA%2CC1C0CC%2CyBAAA%2C%2BDAAA%2CgEAAA%2CCAAA%2CC0C%2FBF%2CqDAAA%2CqJAAA%2CC1C%2BBE%2CyBAAA%2CqDAAA%2CgEAAA%2CCAAA%2CC0CnBD%2CwEAAA%2CYAAA%2CCAIA%2CuEAAA%2CeAAA%2CCAIA%2CqEAAA%2CoBAAA%2CCAKD%2CsDAAA%2CqGAAA%2CC1CME%2CyBAAA%2CsDAAA%2CgDAAA%2CCAAA%2CC0CED%2CyEAAA%2CYAAA%2CCAIA%2CwEAAA%2CeAAA%2CCAME%2CkFAAA%2CSAAA%2CCAGC%2C4FAAA%2C4BAAA%2CCAQH%2CsEAAA%2CSAAA%2CCC5EF%2CiDAAA%2CoHAAA%2CCAQC%2CsEAAA%2C8LAAA%2CC3C6CE%2CyBAAA%2CsEAAA%2CaAAA%2CCAAA%2CC2C5BF%2C8FAAA%2CyBAAA%2CCAIC%2CuGAAA%2CsCAAA%2CC3CwBC%2CyBAAA%2CuGAAA%2CyCAAA%2CCAAA%2CC2CfA%2C4HAAA%2CCAWA%2CsYAAA%2C4CAAA%2CCAQA%2C6GAAA%2CkJAAA%2CCAcC%2CsYAAA%2C4CAAA%2CCAeH%2CiCAAA%2CgBAAA%2CCAIE%2CsCAAA%2C6CAAA%2CCASJ%2CkCAAA%2CyDAAA%2CCAUK%2CqEAAA%2C0MAAA%2CCAeC%2CyEAAA%2CkHAAA%2CCAWC%2CiFAAA%2CyCAAA%2CCAKF%2CgEAAA%2CyBAAA%2CCAGC%2CmEAAA%2CiDAAA%2CCAIC%2CoOAAA%2C4CAAA%2CCAQA%2CqEAAA%2CqKAAA%2CCAcC%2CoOAAA%2C%2BDAAA%2CCAgBP%2CyCAAA%2C4BAAA%2CCAMG%2CyDAAA%2CmCAAA%2CCAKG%2C0EAAA%2CwBAAA%2CCAIA%2C8EAAA%2CYAAA%2CCAWN%2C0BAKK%2CqEAAA%2CaAAA%2CCAGA%2CgEAAA%2CqGAAA%2CCAOC%2CmEAAA%2CiDAAA%2CCAMA%2CyEAAA%2C4BAAA%2CCAMD%2CgFAAA%2C4BAAA%2CCAAA%2CCChPL%2CsBAAA%2CmFAAA%2CC5CuDG%2CyBAAA%2CsBAAA%2CYAAA%2CCAAA%2CC4ChDF%2C%2BBAAA%2C0BAAA%2CC5CgDE%2CyB4C7CA%2CgDAAA%2CqCAAA%2CCAIC%2CyDAAA%2CuCAAA%2CCAAA%2CC5CyCD%2C%2BCAAA%2CyDAAA%2CWAAA%2CCAAA%2CC4C7BF%2C%2BBAAA%2CwBAAA%2CC5C6BE%2CyB4C1BA%2CgDAAA%2C8CAAA%2CCAKC%2CyDAAA%2CuCAAA%2CCAUD%2CiDAAA%2COAAA%2CCAAA%2CC5CWA%2C%2BCAAA%2CyDAAA%2CWAAA%2CCAAA%2CC4CLF%2CuCAAA%2CoTAAA%2CCAWC%2C0CAAA%2C6BAAA%2CCAKC%2CiEAAA%2C2CAAA%2CCAOD%2CgDAAA%2CoDAAA%2CCAKC%2C2DAAA%2CuHAAA%2CCAWC%2CmEAAA%2C%2BIAAA%2CCAUA%2C%2BDAAA%2C4GAAA%2CCASD%2CyDAAA%2CmCAAA%2CCAKE%2CwEAAA%2CwBAAA%2CCAIA%2C4EAAA%2CYAAA%2CC5C9DF%2CyBAAA%2CuCAAA%2C6BAAA%2CC4CwEA%2CgDAAA%2CmCAAA%2CCAIC%2C2DAAA%2CYAAA%2CCAAA%2CC5C5ED%2CyBAAA%2CuCAAA%2CgHAAA%2CCAAA%2CC4C2FD%2CsFAAA%2CkBAAA%2CCAKA%2C0CAAA%2CyJAAA%2CCASD%2CwCAAA%2CoOAAA%2CC5CzGE%2CyBAAA%2CwCAAA%2C4DAAA%2CCAAA%2CC4CyHF%2CiEAAA%2CUAAA%2CCAIA%2CiEAAA%2CqBAAA%2CCAIA%2CsCAAA%2CoHAAA%2CCAUA%2CoGAAA%2CgCAAA%2CCAKA%2CoCAAA%2CsDAAA%2CCAwBC%2CmDAAA%2C%2BQAAA%2CCAgBC%2CwEAAA%2CmIAAA%2CCAaA%2C0DAAA%2C2BAAA%2CCAMD%2C2CAAA%2CsBAAA%2CCAKA%2CwCAAA%2CkJAAA%2CCAaD%2C6CAAA%2CkBAAA%2CCAIA%2C2CAAA%2CkBAAA%2CCAIA%2CoFAAA%2CgKAAA%2CCAcC%2CkGAAA%2CYAAA%2CCAIA%2CsGAAA%2CsBAAA%2CCAMD%2C0CAAA%2CoBAAA%2CCAKA%2CyCAAA%2CoGAAA%2CCAQC%2CgDAAA%2CYAAA%2CCAKD%2CgDAAA%2C%2BHAAA%2CCAUC%2CgFAAA%2CSAAA%2CCAKD%2CsFAAA%2CmCAAA%2CCAIA%2C2DAAA%2C%2BCAAA%2CCAKA%2CyEAAA%2CmBAAA%2CCAIA%2CyJAAA%2CmBAAA%2CCAKA%2C6CAAA%2C%2BFAAA%2CCASA%2CsJAAA%2CiDAAA%2CCAUF%2CgEAAA%2CuDAAA%2CCAMC%2C2EAAA%2CQAAA%2CCChYA%2CkBAAA%2CuFAAA%2CCAIC%2C6BAAA%2C4JAAA%2CC7CmDE%2CyBAAA%2C6BAAA%2C0CAAA%2CCAAA%2CC6CvCD%2CwCAAA%2CeAAA%2CCAIA%2CoCAAA%2CkFAAA%2CCASC%2CwCAAA%2CwHAAA%2CCAYD%2CsCAAA%2CwFAAA%2CCAYC%2CyCAAA%2CkBAAA%2CCAIA%2CwCAAA%2CCASA%2CyCAAA%2C0BAAA%2CCAUD%2CkGAAA%2CoBAAA%2CCAIE%2CyHAAA%2CqBAAA%2CCAGC%2CkIAAA%2CYAAA%2CCClFJ%2CqDAAA%2CqGAAA%2CC9CsDE%2CyBAAA%2CqDAAA%2CYAAA%2CCAAA%2CC8CzCF%2C8EAAA%2CUAAA%2CCAIA%2C8EAAA%2CqBAAA%2CCAIA%2CmDAAA%2CwJAAA%2CC9CiCE%2CyBAAA%2CmDAAA%2CSAAA%2CCAAA%2CC8ClBF%2C8HAAA%2CgCAAA%2CCAKA%2CiDAAA%2C6FAAA%2CCASA%2C0DAAA%2CkBAAA%2CCAIA%2CwDAAA%2CkBAAA%2CCAIA%2CmGAAA%2CmCAAA%2CCAIA%2CwEAAA%2C%2BCAAA%2CCAKA%2CsFAAA%2CmBAAA%2CCAIA%2CmLAAA%2CmBAAA%2CCAKA%2C0DAAA%2C%2BFAAA%2CCASA%2C6LAAA%2CiDAAA%2CCAQA%2C8GAAA%2CmLAAA%2CCAcC%2CgIAAA%2CsBAAA%2CCAMD%2CuDAAA%2CiBAAA%2CCAKA%2CgDAAA%2C%2BDAAA%2CCAMA%2CsDAAA%2CwLAAA%2CC9CtEE%2CyBAAA%2CsDAAA%2C4DAAA%2CCAAA%2CC8CkFD%2CqEAAA%2C%2BQAAA%2CCAgBC%2C0FAAA%2CmIAAA%2CCAaA%2C4EAAA%2C2BAAA%2CCAMD%2C6DAAA%2CsBAAA%2CCAKA%2C0DAAA%2CuCAAA%2CCAgBD%2CqDAAA%2CkJAAA%2CC9C1IE%2CyBAAA%2CqDAAA%2C6IAAA%2CCAAA%2CC8CuJD%2CuKAAA%2CaAAA%2CCAOD%2C%2BDAAA%2CoHAAA%2CC9C9JE%2CyBAAA%2C%2BDAAA%2C2CAAA%2CCAAA%2CC8C4KD%2CsEAAA%2CYAAA%2CCAKD%2C%2BDAAA%2CgLAAA%2CCAcC%2CoEAAA%2CaAAA%2CCAMA%2C4DAAA%2CwCAAA%2CCAGC%2C0CAAA%2C4DAAA%2CgDAAA%2CCAAA%2CCAKD%2C2DAAA%2C4BAAA%2CCAEC%2C0CAAA%2C2DAAA%2CgDAAA%2CCAAA%2CCAKD%2C2DAAA%2C8EAAA%2CCAQC%2CkEAAA%2CqDAAA%2CCASD%2C2DAAA%2CkDAAA%2CCAQD%2CoCAAA%2C8EAAA%2CCAQC%2CmDAAA%2C%2BQAAA%2CCAeC%2C0DAAA%2C2BAAA%2CCAMD%2CwCAAA%2CyDAAA%2CCAOA%2CiDAAA%2C4IAAA%2CCAQC%2CoDAAA%2CaAAA%2CCAKD%2CyDAAA%2CuIAAA%2CCAYA%2C2CAAA%2CqDAAA%2CCASA%2C%2BCAAA%2CkBAAA%2CCAGC%2CqDAAA%2CsBAAA%2CCC7WH%2CiCAAA%2CSAAA%2CCAGC%2C4CAAA%2CkBAAA%2CCAGC%2CiDAAA%2CwBAAA%2CCAGC%2CwDAAA%2C6GAAA%2CC%2FC8CA%2CyBAAA%2CwDAAA%2C0BAAA%2CCAAA%2CCAAA%2CyBAAA%2C4OAAA%2CeAAA%2CCAAA%2CC%2BC7BA%2CsDAAA%2C4BAAA%2CC%2FC6BA%2CyBAAA%2CsDAAA%2C0BAAA%2CCAAA%2CC%2BCpBF%2C6CAAA%2CYAAA%2CCAIA%2CsCAAA%2CkBAAA%2CCAIC%2C2CAAA%2CkBAAA%2CCAMD%2CmDAAA%2CuHAAA%2CCAaA%2C0CAAA%2CoBAAA%2CCAIA%2C4EAAA%2CUAAA%2CCAIA%2C4EAAA%2CqBAAA%2CCAIA%2CiDAAA%2CqHAAA%2CCAUA%2C0HAAA%2CgCAAA%2CCAKA%2C%2BCAAA%2C4LAAA%2CCAUC%2CmEAAA%2C6FAAA%2CCAKC%2CqEAAA%2CiCAAA%2CCAIC%2CgFAAA%2CuBAAA%2CCAMF%2CiEAAA%2C4EAAA%2CCAMA%2CiEAAA%2C4EAAA%2CCAOD%2C%2BCAAA%2C%2BEAAA%2CCASC%2CmDAAA%2CwHAAA%2CCAYD%2CiDAAA%2C2FAAA%2CCAQC%2C4DAAA%2C4BAAA%2CCAKA%2CsDAAA%2CmDAAA%2CCAOA%2CsDAAA%2C4BAAA%2CC%2FCjHC%2CyBAAA%2CsDAAA%2CgDAAA%2CCAAA%2CC%2BC0HD%2CmDAAA%2C8KAAA%2CC%2FC1HC%2CyBAAA%2CmDAAA%2C%2BBAAA%2CCAAA%2CC%2BC0IA%2CwDAAA%2CYAAA%2CC%2FC1IA%2CyBAAA%2CwDAAA%2CaAAA%2CCAAA%2CC%2BCkJA%2C8DAAA%2C0FAAA%2CC%2FClJA%2CyBAAA%2C8DAAA%2CiCAAA%2CCAAA%2CC%2BCgKA%2C0DAAA%2C6EAAA%2CC%2FChKA%2CyBAAA%2C0DAAA%2C%2BBAAA%2CCAAA%2CC%2BC6KA%2CqDAAA%2CgBAAA%2CCAMF%2CwDAAA%2CkBAAA%2CCAIA%2CsDAAA%2CkBAAA%2CCAIA%2CoDAAA%2CoGAAA%2CCASA%2C2DAAA%2C%2BHAAA%2CCAUC%2C2FAAA%2CSAAA%2CCAKD%2CiGAAA%2CmCAAA%2CCAIA%2CsEAAA%2C%2BCAAA%2CCAMA%2CoFAAA%2CmBAAA%2CCAIA%2C%2BKAAA%2CmBAAA%2CCAKA%2CwDAAA%2C%2BFAAA%2CCAUA%2CuLAAA%2CiDAAA%2CCAUA%2CsDAAA%2CkBAAA%2CCAGA%2CshBAAA%2C2BAAA%2CCASA%2CkUAAA%2CoFAAA%2CCAaA%2CgFAAA%2C%2BEAAA%2CCAGA%2CiFAAA%2CgFAAA%2CCAGA%2C%2BEAAA%2C8EAAA%2CCAGA%2CkFAAA%2CiFAAA%2CCAIA%2CoJAAA%2CyCAAA%2CCAKA%2CgJAAA%2CyCAAA%2CCAKA%2C6EAAA%2CsBAAA%2CCAKA%2C2DAAA%2CyDAAA%2CCAOC%2CqFAAA%2CgLAAA%2CCAcC%2C0FAAA%2CaAAA%2CCAKD%2CkLAAA%2CmLAAA%2CCAeC%2CoMAAA%2CsBAAA%2CCAMD%2CyFAAA%2C0BAAA%2CCAKD%2C0DAAA%2CYAAA%2CCC1ZD%2CmCAAA%2CyBAAA%2CChDuDG%2C0BAAA%2CmCAAA%2CgBAAA%2CCAAA%2CCgD%2FCF%2CqDAAA%2C%2BJAAA%2CChD%2BCE%2C0BAAA%2CqDAAA%2CcAAA%2CCAAA%2CCgDhCF%2C8EAAA%2CUAAA%2CCAIA%2C8EAAA%2CqBAAA%2CCAIA%2CmDAAA%2CoHAAA%2CCAUA%2C8HAAA%2CgCAAA%2CCAKA%2CiDAAA%2CsDAAA%2CCAOE%2C%2BDAAA%2CgCAAA%2CCAIC%2CqEAAA%2CwEAAA%2CCASD%2CiEAAA%2CsCAAA%2CCAQA%2CoEAAA%2CkCAAA%2CCAKC%2CuEAAA%2C0CAAA%2CCAKC%2CuFAAA%2CwBAAA%2CCAQJ%2C0DAAA%2CkBAAA%2CCAIA%2CwDAAA%2CkBAAA%2CCAIA%2C8GAAA%2CmLAAA%2CChD7CE%2C0BAAA%2C8GAAA%2CoEAAA%2CCAAA%2CCgDgED%2CgIAAA%2C4CAAA%2CCAMD%2CuDAAA%2CgCAAA%2CChDtEE%2C0BAAA%2CuDAAA%2CWAAA%2CCAAA%2CCgD8EF%2CmGAAA%2CmCAAA%2CCAIA%2CwEAAA%2C%2BCAAA%2CCAKA%2CsFAAA%2CmBAAA%2CCAIA%2CmLAAA%2CmBAAA%2CCAKA%2C0DAAA%2C%2BFAAA%2CCASA%2C6LAAA%2CiDAAA%2CCASC%2CiEAAA%2CiCAAA%2CChDlHC%2C0BAAA%2CiEAAA%2C8CAAA%2CCAAA%2CCgD6HD%2CiEAAA%2C4CAAA%2CChD7HC%2C0BAAA%2CiEAAA%2C8CAAA%2CCAAA%2CCAAA%2CyBAAA%2C2FAAA%2C%2BBAAA%2CCgDkJG%2C%2BFAAA%2C0CAAA%2CCAAA%2CChDlJH%2CyBAAA%2C2FAAA%2CYAAA%2CCgD2JG%2C%2BFAAA%2CgBAAA%2CCAAA%2CChD3JH%2CyBAAA%2C2FAAA%2CYAAA%2CCgDkKG%2C%2BFAAA%2CgBAAA%2CCAAA%2CCCzNN%2CYAAA%2C2HAAA%2CCjDuDG%2CyBAAA%2CYAAA%2CgDAAA%2CCAAA%2CCiD%2FCF%2C%2BBAAA%2CYAAA%2CCAIA%2CkBAAA%2CoCAAA%2CCAMD%2CaAAA%2C6GAAA%2CCjDqCG%2CyBAAA%2CaAAA%2CgDAAA%2CCAAA%2CCiDvBF%2CoBAAA%2C4BAAA%2CCAIC%2CoCAAA%2CkBAAA%2CCAIA%2C%2BBAAA%2CkBAAA%2CCAIA%2CyBAAA%2CSAAA%2CCAKD%2CyBAAA%2C0BAAA%2CCAMA%2CiCAAA%2C0EAAA%2CCAMC%2C0CAAA%2CSAAA%2CCAIA%2CiDAAA%2CiBAAA%2CCAIA%2C6CAAA%2CwBAAA%2CCAKA%2C%2BCAAA%2CqJAAA%2CCAaC%2CwDAAA%2CsBAAA%2CCAMD%2CuCAAA%2CoIAAA%2CCAYC%2CgDAAA%2CsBAAA%2CCAMD%2CuCAAA%2CyEAAA%2CCAOA%2CyCAAA%2CYAAA%2CCAOD%2CqCAAA%2CgIAAA%2CCAOD%2CkBAAA%2CeAAA%2CCAMC%2CkEAAA%2CgEAAA%2CCAGC%2CoFAAA%2CiJAAA%2CCjDtFC%2CyBAAA%2CoFAAA%2C0BAAA%2CCAAA%2CCiDgGD%2CgFAAA%2CoDAAA%2CCAKC%2CoFAAA%2CuCAAA%2CCAKC%2CgGAAA%2CWAAA%2CCAKD%2CwFAAA%2CsBAAA%2CCAKA%2CoGAAA%2CsDAAA%2CCAMC%2CsHAAA%2CiEAAA%2CCASD%2CgGAAA%2CsDAAA%2CCAMC%2C4GAAA%2CuBAAA%2CCAKA%2CkHAAA%2CiEAAA%2CCAUF%2C8EAAA%2CyGAAA%2CCAQC%2CwFAAA%2CaAAA%2CCAGC%2CkGAAA%2CgBAAA%2CCAIA%2C0GAAA%2CgBAAA%2CCAOD%2CwFAAA%2CkBAAA%2CCAMF%2CkEAAA%2CgEAAA%2CCAGC%2CoFAAA%2CiJAAA%2CCjDvLC%2CyBAAA%2CoFAAA%2CgDAAA%2CCAAA%2CCiDiMD%2CgFAAA%2CoDAAA%2CCAKC%2CoFAAA%2CuCAAA%2CCAKC%2CgGAAA%2CWAAA%2CCAKD%2CwFAAA%2CsBAAA%2CCAKA%2CoGAAA%2CsDAAA%2CCAMC%2CsHAAA%2CiEAAA%2CCASD%2CgGAAA%2CsDAAA%2CCAMC%2C4GAAA%2CuBAAA%2CCAKA%2CkHAAA%2CiEAAA%2CCAUF%2C8EAAA%2CyGAAA%2CCAQC%2CwFAAA%2CaAAA%2CCAGC%2CkGAAA%2CgBAAA%2CCAIA%2C0GAAA%2CgBAAA%2CCAOD%2CwFAAA%2CkBAAA%2CCAMF%2CwEAAA%2C6GAAA%2CCAMD%2CmBAAA%2CeAAA%2CCAGC%2CyBAAA%2CyGAAA%2CCAQC%2CgCAAA%2CmCAAA%2CCAMA%2C8BAAA%2CaAAA%2CCAGC%2CmCAAA%2CiBAAA%2CCAIA%2CuCAAA%2CiBAAA%2CCAIA%2CuCAAA%2CsCAAA%2CCAMA%2CqCAAA%2CiFAAA%2CCAOC%2C2CAAA%2CuBAAA%2CCAIC%2C8DAAA%2CaAAA%2CCAMF%2CuCAAA%2CiEAAA%2CCAQA%2CiDAAA%2CiDAAA%2CCAQF%2CiDAAA%2CeAAA%2CCAIA%2CkCAAA%2CqCAAA%2CCAKC%2CsCAAA%2CsBAAA%2CCAMD%2CiCAAA%2CeAAA%2CCAGC%2CqCAAA%2CsBAAA%2CCAMD%2C4EAAA%2CwDAAA%2CCAUA%2CyBAAA%2CeAAA%2CCjDhYE%2CyBAAA%2CyBAAA%2CcAAA%2CCAAA%2CCiDsYD%2C4BAAA%2CyBAAA%2CCAIC%2C%2BBAAA%2C6FAAA%2CCAUF%2CiCAAA%2CeAAA%2CCAMC%2CoCAAA%2CsDAAA%2CCAKC%2C2CAAA%2CmCAAA%2CCAMA%2CuCAAA%2CgKAAA%2CCAcE%2CuDAAA%2CeAAA%2CCjDnbF%2CyBAAA%2CuCAAA%2CqBAAA%2CCiDmcE%2CuDAAA%2CoBAAA%2CCAIA%2CuDAAA%2CoBAAA%2CCAAA%2CCAKD%2CwGAAA%2C2LAAA%2CCAaE%2C%2BDAAA%2C0BAAA%2CCjDzdH%2CyBAAA%2CgDAAA%2CYAAA%2CCAAA%2CCiDseC%2CkDAAA%2CQAAA%2CCAIA%2CwDAAA%2CkBAAA%2CCAIA%2CoDAAA%2CkBAAA%2CCAIA%2CuDAAA%2CkBAAA%2CCAIA%2CwDAAA%2CkBAAA%2CCAIA%2CoDAAA%2CeAAA%2CCAIA%2CmDAAA%2C0DAAA%2CCAMA%2CyCAAA%2CkEAAA%2CCAKC%2C%2BCAAA%2CWAAA%2CCAIA%2CqDAAA%2CiBAAA%2CCAQJ%2C0BAAA%2CuLAAA%2CCAQC%2C6BAAA%2CoHAAA%2CCAKC%2CsCAAA%2CgDAAA%2CCAQC%2CwCAAA%2CkBAAA%2CCAGC%2CiDAAA%2CMAAA%2CCAMF%2CkCAAA%2CgBAAA%2CCAGC%2CoCAAA%2CkBAAA%2CCAGC%2C6CAAA%2COAAA%2CCAMF%2C%2BBAAA%2CkDAAA%2CCAQF%2CiCAAA%2CeAAA%2CCAGC%2CoCAAA%2C0FAAA%2CCAKC%2CuCAAA%2C6GAAA%2CCjD%2FkBA%2CyBAAA%2CuCAAA%2C0BAAA%2CCAAA%2CCiDslBC%2CyCAAA%2CqCAAA%2CCAKC%2C%2BCAAA%2CWAAA%2CCAKD%2C6CAAA%2C2CAAA%2CCAMA%2C8CAAA%2CwFAAA%2CCAQC%2CkDAAA%2CwHAAA%2CCAYD%2C6CAAA%2CaAAA%2CCjD1nBD%2CyBAAA%2CiDAAA%2C4BAAA%2CCAAA%2CCiD4oBA%2C8CAAA%2CmBAAA%2CCAUF%2C%2BBAAA%2CgEAAA%2CCAGC%2CwCAAA%2CiJAAA%2CCjDzpBC%2CyBAAA%2CwCAAA%2CgDAAA%2CCAAA%2CCiDmqBD%2CsCAAA%2CoDAAA%2CCAKC%2CwCAAA%2CuCAAA%2CCAKC%2C8CAAA%2CWAAA%2CCAKD%2C0CAAA%2CsBAAA%2CCAKA%2CgDAAA%2CsDAAA%2CCAMC%2CyDAAA%2CiEAAA%2CCASD%2C8CAAA%2CsDAAA%2CCAMC%2CoDAAA%2CuBAAA%2CCAKA%2CuDAAA%2CiEAAA%2CCAUF%2CqCAAA%2CyGAAA%2CCAQC%2C0CAAA%2CaAAA%2CCAGC%2C%2BCAAA%2CgBAAA%2CCAIA%2CmDAAA%2CgBAAA%2CCAOD%2C0CAAA%2CkBAAA%2CCAWD%2CgDAAA%2C%2BEAAA%2CCjD5vBC%2CyBiDiwBE%2CmFAAA%2COAAA%2CCAIA%2CqFAAA%2COAAA%2CCAAA%2CCAOH%2CsDAAA%2CkJAAA%2CCjD5wBC%2CyBAAA%2CsDAAA%2CgDAAA%2CCAAA%2CCiDqxBA%2CwDAAA%2CgFAAA%2CCAQC%2C8DAAA%2CWAAA%2CCAKD%2C0DAAA%2CsBAAA%2CCjDlyBA%2CyBAAA%2C0DAAA%2C4EAAA%2CCAAA%2CCAAA%2CyBAAA%2C0DAAA%2CiEAAA%2CCAAA%2CCiDqzBA%2CgEAAA%2CsDAAA%2CCAMC%2CyEAAA%2CiEAAA%2CCASD%2C8DAAA%2CsDAAA%2CCAMC%2CoEAAA%2CuBAAA%2CCAKA%2CuEAAA%2CiEAAA%2CCAUF%2CwDAAA%2CkJAAA%2CCjDz1BC%2CyBAAA%2CwDAAA%2CgDAAA%2CCAAA%2CCiDk2BA%2CmFAAA%2CcAAA%2CCjDl2BA%2CyBAAA%2CmFAAA%2CqFAAA%2CCAAA%2CCiD82BA%2C8DAAA%2CyGAAA%2CCAQC%2CmEAAA%2CaAAA%2CCAGC%2CwEAAA%2CgBAAA%2CCAIA%2C4EAAA%2CgBAAA%2CCAMF%2C0DAAA%2CaAAA%2CCCx7BH%2CoEAAA%2CYAAA%2CCAMA%2C%2BBAAA%2CkDAAA%2CCAKC%2CsCAAA%2CoIAAA%2CCAYC%2C8CAAA%2C8CAAA%2CCAQF%2C0BAAA%2CeAAA%2CCAIA%2C6BAAA%2CeAAA%2CCAGC%2C6CAAA%2CyBAAA%2CCAKA%2CoCAAA%2C4HAAA%2CCASC%2CiDAAA%2C8CAAA%2CCAIC%2CmDAAA%2CaAAA%2CCAKD%2CkDAAA%2C%2BBAAA%2CCAGC%2CyDAAA%2C0JAAA%2CCAMA%2CoDAAA%2CYAAA%2CCAQF%2C0BAAA%2CyBAAA%2CCAIC%2C6BAAA%2CqCAAA%2CCAKA%2C6BAAA%2CuCAAA%2CCAKC%2CwCAAA%2CQAAA%2CCAOD%2C6CAAA%2C2CAAA%2CCAIC%2C2DAAA%2CiDAAA%2CCAIC%2CyEAAA%2CwDAAA%2CCAKC%2CgFAAA%2CsIAAA%2CCAcD%2CyEAAA%2CgCAAA%2CCAMD%2C8DAAA%2CYAAA%2CCAIA%2C6DAAA%2C%2BDAAA%2CCAKC%2CsEAAA%2C8DAAA%2CCAMC%2C6EAAA%2C4HAAA%2CCAYA%2C2EAAA%2C0CAAA%2CCAMA%2CqFAAA%2CoBAAA%2CCAGC%2C4FAAA%2CkBAAA%2CCAKD%2CqFAAA%2CoBAAA%2CCAGC%2C4FAAA%2CkBAAA%2CCAMF%2C%2BDAAA%2CuDAAA%2CCAKC%2CqEAAA%2CiBAAA%2CCAGC%2C4EAAA%2CoGAAA%2CCAWA%2C0EAAA%2CgBAAA%2CCAKD%2C8IAAA%2CaAAA%2CCAKA%2CoEAAA%2CgBAAA%2CCAIA%2CwEAAA%2CyEAAA%2CCAcN%2CcAAA%2CkKAAA%2CCCvOA%2CWAAA%2C4nBAAA%2CCAoBI%2CsCAAA%2C4CAAA%2CCAIE%2CqDAAA%2CkBAAA%2CCAKJ%2C4BAAA%2CgMAAA%2CCAOE%2C0CAAA%2C4BAAA%2CiBAAA%2CCAAA%2CCAIA%2CmCAAA%2CuMAAA%2CCASA%2CsCAAA%2CgCAAA%2CCAKA%2CkDAAA%2C2DAAA%2CCAME%2CyCAAA%2CkDAAA%2CcAAA%2CCAAA%2CCAIA%2C0CAAA%2CkDAAA%2CcAAA%2CCAAA%2CCAIA%2C0CAAA%2CkDAAA%2CcAAA%2CCAAA%2CCAIA%2CuDAAA%2CoCAAA%2CCAIE%2CwEAAA%2CgGAAA%2CCAME%2CgFAAA%2C4QAAA%2CCAeA%2CqFAAA%2CqBAAA%2CCAGE%2CsGAAA%2CwBAAA%2CCAGE%2CwGAAA%2CwPAAA%2CCAeA%2CoHAAA%2C6HAAA%2CCASA%2CoHAAA%2C8HAAA%2CCAUF%2CqGAAA%2C8BAAA%2CCAMF%2CmFAAA%2CqBAAA%2CCAGE%2CkGAAA%2CyDAAA%2CCAKE%2C0GAAA%2CgWAAA%2CCAiBA%2CoGAAA%2C6PAAA%2CCAgBA%2CuGAAA%2CoIAAA%2CCASE%2C0GAAA%2C2GAAA%2CCAWN%2CiFAAA%2CkEAAA%2CCAKE%2CoFAAA%2CUAAA%2CCAGE%2C4FAAA%2C%2BPAAA%2CCAcF%2CmFAAA%2CUAAA%2CCAIA%2CyFAAA%2CYAAA%2CCAQA%2CgGAAA%2CwDAAA%2CCAME%2CsHAAA%2CwBAAA%2CCASF%2CgGAAA%2CsDAAA%2CCAME%2CsHAAA%2CuGAAA%2CCASV%2CyCAAA%2C6DAAA%2CCAOA%2CuCAAA%2C4CAAA%2CCAKE%2C0CAAA%2CyBAAA%2CCAQN%2CcAAA%2CkKAAA%2CCC%2FRI%2CoCAAA%2CYAAA%2CCpDsDA%2CyBAAA%2CoCAAA%2CaAAA%2CCAAA%2CCoD7CF%2CoBAAA%2CSAAA%2CCpD6CE%2CyBAAA%2CoBAAA%2CcAAA%2CCAAA%2CCoDpCJ%2CqCAAA%2CmMAAA%2CCpDoCI%2CyBAAA%2CqCAAA%2CCAAA%2CCoDpBF%2C2CAAA%2C2CAAA%2CCAKA%2C8CAAA%2CsHAAA%2CCAUA%2CqDAAA%2CuDAAA%2CCAMF%2CwBAAA%2CkBAAA%2CCAGE%2CgCAAA%2CkBAAA%2CCAGE%2CoCAAA%2CkBAAA%2CCpDPA%2CyBoDcA%2CgCAAA%2C0CAAA%2CCAAA%2CCAMF%2C6BAAA%2C4BAAA%2CCpDpBE%2CyBAAA%2C6BAAA%2CgDAAA%2CCAAA%2CCAAA%2CyBAAA%2CyCAAA%2CYAAA%2CCAAA%2CCAAA%2CyBAAA%2CwCAAA%2CYAAA%2CCAAA%2CCoDwCF%2C4CAAA%2CYAAA%2CCAIA%2CqGAAA%2C4BAAA%2CCAIE%2CyHAAA%2C2GAAA%2CCpDhDA%2CyBAAA%2CyHAAA%2CgDAAA%2CCAAA%2CCoD0DF%2C2GAAA%2C4BAAA%2CCAwBE%2C%2BHAAA%2C6GAAA%2CCpDlFA%2CyBAAA%2C%2BHAAA%2CgDAAA%2CCAAA%2CCoD2FA%2CqKAAA%2CYAAA%2CCAcE%2C%2BKAAA%2CuHAAA%2CCAUE%2CyMAAA%2CSAAA%2CCAOE%2CiNAAA%2CSAAA%2CCAIA%2CmNAAA%2CSAAA%2CCAMJ%2CuLAAA%2CkIAAA%2CCpDpIF%2CyBAAA%2CuLAAA%2CUAAA%2CCAAA%2CCoDqJF%2C2BAAA%2CkBAAA%2CCpDrJE%2CyBAAA%2C%2BYAAA%2CgDAAA%2CCAAA%2CCoDoKA%2CoaAAA%2C%2BHAAA%2CCAMA%2CmeAAA%2CiIAAA%2CCAIE%2C8jBAAA%2CgDAAA%2CCAIA%2CifAAA%2CeAAA%2CCpDlLF%2CyBAAA%2C4DAAA%2CsBAAA%2CCAAA%2CCoD8LF%2CmDAAA%2C6CAAA%2CCAIE%2C0DAAA%2CUAAA%2CCAMJ%2CsEAAA%2CqCAAA%2CCAOI%2C8WAAA%2C6CAAA%2CCAOA%2CgLAAA%2CyEAAA%2CCAUF%2C0MAAA%2C8DAAA%2CCAMA%2C8GAAA%2CWAAA%2CCAGE%2CkHAAA%2C0CAAA%2CCAKE%2CgIAAA%2CmCAAA%2CCAMA%2C4IAAA%2C6FAAA%2CCpDpPF%2CyBAAA%2C4IAAA%2C%2BBAAA%2CCAAA%2CCoDkQE%2C4IAAA%2C4EAAA%2CCAMA%2C4IAAA%2CeAAA%2CCAIA%2CgIAAA%2C0BAAA%2CCAMF%2C8HAAA%2C4BAAA%2CCAIE%2CwIAAA%2C0CAAA%2CCASN%2C0DAAA%2CgHAAA%2CCAME%2CiEAAA%2CkHAAA%2CCAOE%2CmEAAA%2CiBAAA%2CCAIA%2C4EAAA%2CcAAA%2CCAIA%2CwEAAA%2C6BAAA%2CCAMF%2C0BACE%2CiEAAA%2CSAAA%2CCAGE%2CsEAAA%2CYAAA%2CCAIA%2CmEAAA%2CcAAA%2CCAAA%2CCAON%2C8BAAA%2CYAAA%2CCAGE%2CmCAAA%2CwBAAA%2CCAIA%2CuCAAA%2CkEAAA%2CCpDhVE%2CyBAAA%2C2BAAA%2CoCAAA%2CCAAA%2CCoDiWF%2CwBAAA%2CsHAAA%2CCpDjWE%2C0BAAA%2CwBAAA%2C0BAAA%2CCAAA%2CCoD0WA%2CoCAAA%2CyBAAA%2CCpD1WA%2CyBAAA%2CoCAAA%2CoBAAA%2CCAAA%2CCAAA%2CyBAAA%2CmDAAA%2CoBAAA%2CCAAA%2CCoDwXA%2CmCAAA%2C6CAAA%2CCpDxXA%2C0BAAA%2CmCAAA%2CaAAA%2CCAAA%2CCoDiYE%2CsCAAA%2C6BAAA%2CCAIE%2CwCAAA%2C2HAAA%2CCAUE%2C8CAAA%2CgDAAA%2CCAMA%2CiDAAA%2CkEAAA%2CCAaV%2C2BAAA%2CkBAAA%2CCAIE%2CgCAAA%2CqDAAA%2CCAME%2CyCAAA%2CiVAAA%2CCAiBA%2CqCAAA%2CqKAAA%2CCAaE%2C4CAAA%2C8CAAA%2CCAUJ%2C2CAAA%2CYAAA%2CCAIA%2C2CAAA%2CsEAAA%2CCAMA%2C4CAAA%2CsCAAA%2CCAMA%2C%2BCAAA%2CeAAA%2CCAIA%2CkDAAA%2CkBAAA%2CCAKE%2C6DAAA%2C%2BCAAA%2CCpD7eA%2CyBAAA%2C6DAAA%2CgDAAA%2CCoDofI%2CwEAAA%2C4CAAA%2CCAAA%2CCAYJ%2CuIAAA%2CYAAA%2CCAQF%2C8CAAA%2CmCAAA%2CCAMA%2CkCAAA%2CoBAAA%2CCAMF%2C4BAAA%2C8BAAA%2CCAIE%2CwDAAA%2CsEAAA%2CCAQE%2C%2BDAAA%2CaAAA%2CCASE%2C0EAAA%2CQAAA%2CCAIA%2CkFAAA%2C4BAAA%2CCpD7iBF%2CyBAAA%2CkFAAA%2C0BAAA%2CCAAA%2CCoDojBI%2CsHAAA%2CSAAA%2CCAKF%2CmFAAA%2C0BAAA%2CCAGE%2C6HAAA%2CYAAA%2CCpD5jBJ%2CyBAAA%2C6HAAA%2CYAAA%2CCAAA%2CCAAA%2C0BAAA%2C6HAAA%2CYAAA%2CCAAA%2CCoDukBM%2CoIAAA%2C2GAAA%2CCAYA%2C6IAAA%2CSAAA%2CCpDnlBN%2CyBAAA%2C6IAAA%2CUAAA%2CCAAA%2CCAAA%2C0BAAA%2C6IAAA%2CUAAA%2CCAAA%2CCoD%2BlBM%2C2IAAA%2CsBAAA%2CCAQN%2CmEAAA%2CWAAA%2CCAQF%2CyCAAA%2CkKAAA%2CCAUE%2C6CAAA%2CgDAAA%2CCAME%2C%2BCAAA%2CuCAAA%2CCAKA%2CwDAAA%2CcAAA%2CCAMJ%2C6CAAA%2C8GAAA%2CCASI%2CmDAAA%2C0BAAA%2CCAIA%2CsDAAA%2CuCAAA%2CCASE%2CsEAAA%2CkBAAA%2CCAGE%2C8EAAA%2C%2BCAAA%2CCAKE%2CkFAAA%2C2CAAA%2CCAWV%2C0CAAA%2CCAUI%2C6DAAA%2CsDAAA%2CCAOJ%2C0BAEE%2CyCAAA%2C8CAAA%2CCAIE%2C6CAAA%2CcAAA%2CCAIA%2C0HAAA%2C8BAAA%2CCAMF%2C6CAAA%2CgCAAA%2CCAAA%2CCAUF%2CyBAEE%2CyCAAA%2CeAAA%2CCAKA%2C6CAAA%2CyBAAA%2CCAGE%2CsDAAA%2CYAAA%2CCAKI%2CsEAAA%2COAAA%2CCAAA%2CCAWR%2CyBACE%2CyCAAA%2C6BAAA%2CCAGE%2CuKAAA%2CcAAA%2CCAMA%2C4DAAA%2C8BAAA%2CCAAA%2CCAWN%2CqCAAA%2CcAAA%2CCAGE%2CuDAAA%2CyEAAA%2CCAQE%2CuEAAA%2CqIAAA%2CCAUE%2CqFAAA%2C6FAAA%2CCASE%2CuFAAA%2CmEAAA%2CCASE%2C2FAAA%2CiFAAA%2CCAQA%2C6FAAA%2C0BAAA%2CCASN%2C2EAAA%2C8HAAA%2CCAWE%2CoFAAA%2CgEAAA%2CCASF%2C2EAAA%2C%2BHAAA%2CCAWE%2CoFAAA%2CgEAAA%2CCAWJ%2CyBAAA%2CqCAAA%2CQAAA%2CCAAA%2CCCr6BA%2CgDAAA%2CgEAAA%2CCrDsDE%2CyBAAA%2CgDAAA%2CgBAAA%2CCAAA%2CCqDhDD%2CqIAAA%2CiJAAA%2CCrDgDC%2CyBAAA%2CqIAAA%2CyDAAA%2CCAAA%2CCqDpCA%2CmJAAA%2CmCAAA%2CCAMA%2CmJAAA%2CgCAAA%2CCrD8BA%2CyBAAA%2CmJAAA%2C2CAAA%2CCAAA%2CCAAA%2C0BAAA%2CmJAAA%2CeAAA%2CCAAA%2CCqDlBC%2C0TAAA%2CWAAA%2CCAMC%2C%2BLAAA%2CmBAAA%2CCAEC%2CyMAAA%2CoBAAA%2CCAEC%2C6NAAA%2CmBAAA%2CCAQJ%2C2KAAA%2CYAAA%2CCAIA%2CyKAAA%2CeAAA%2CCrDJA%2CyBAAA%2CmEAAA%2C2DAAA%2CCAAA%2CCAAA%2CyBAAA%2C0EAAA%2CUAAA%2CCAAA%2CCqDwBC%2CgQAAA%2CaAAA%2CCrDxBD%2CyBAAA%2CkEAAA%2CoCAAA%2CCAAA%2CCqDuCC%2CoEAAA%2CaAAA%2CCAMF%2C0DAAA%2CkBAAA%2CCAGC%2C4EAAA%2C6BAAA%2CCAIA%2C6EAAA%2C4BAAA%2CCAIA%2CyJAAA%2CoDAAA%2CCAKC%2CuKAAA%2C0BAAA%2CCAMF%2C%2BDAAA%2CsKAAA%2CCAOC%2CiFAAA%2CmFAAA%2CCrD1EA%2CyBAAA%2CiFAAA%2CgDAAA%2CCAAA%2CCqDkFC%2CwFAAA%2C%2BBAAA%2CCAKA%2CsFAAA%2CUAAA%2CCAGC%2C2FAAA%2CuCAAA%2CCAOF%2CkFAAA%2C6DAAA%2CCrDjGA%2CyBAAA%2CkFAAA%2CgDAAA%2CCAAA%2CCqD0GD%2C%2BDAAA%2CgLAAA%2CCAOC%2CiFAAA%2CmFAAA%2CCrDjHA%2CyBAAA%2CiFAAA%2CgDAAA%2CCAAA%2CCqDyHC%2CwFAAA%2C%2BBAAA%2CCAKA%2CsFAAA%2CUAAA%2CCAGC%2C2FAAA%2CuCAAA%2CCAOF%2CkFAAA%2C8FAAA%2CCrDxIA%2CyBAAA%2CkFAAA%2C6EAAA%2CCAAA%2CCqDiJC%2CyFAAA%2CyBAAA%2CCAYF%2C4CAAA%2C8GAAA%2CCAGC%2CmDAAA%2CwJAAA%2CCAYA%2CmDAAA%2C4BAAA%2CCAUD%2C4CAAA%2CkFAAA%2CCrDtLC%2CyBAAA%2C4CAAA%2CgBAAA%2CCAAA%2CCqD%2BLA%2CmDAAA%2CeAAA%2CCAKD%2C6CAAA%2CiDAAA%2CCrDpMC%2CyBAAA%2CyDAAA%2C2BAAA%2CCAAA%2CCsDvDF%2CwDAAA%2CmEAAA%2CCAMI%2CuEAAA%2CkBAAA%2CCAKI%2CgGAAA%2CkDAAA%2CCAKI%2CoHAAA%2CsBAAA%2CCAON%2C2GAAA%2C4CAAA%2CCAKE%2CgHAAA%2CkFAAA%2CCAME%2CqHAAA%2CoCAAA%2CCAIE%2CgRAAA%2CoCAAA%2CCAKA%2C%2BHAAA%2C4CAAA%2CCAKE%2CyIAAA%2C4CAAA%2CCAMI%2C4JAAA%2CUAAA%2CCAGE%2CmKAAA%2CUAAA%2CCAWd%2C%2BGAAA%2CkBAAA%2CCAON%2CqDAAA%2CiBAAA%2CCtDPE%2C0BsDWA%2CwDAAA%2C6BAAA%2CCAIA%2CkDAAA%2CkBAAA%2CCAAA%2CCtDfA%2CyBsDoBA%2CwDAAA%2CyBAAA%2CCAIA%2CkDAAA%2CmBAAA%2CCAAA%2CCC5FF%2CsDAAA%2C6EAAA%2CCAME%2C0DAAA%2CgDAAA%2CCAKE%2C6DAAA%2CqDAAA%2CCASA%2CiEAAA%2CYAAA%2CCAKF%2CmLAAA%2CuGAAA%2CCvD8BA%2CyBAAA%2CsDAAA%2CoCAAA%2CCAAA%2CCAAA%2CyBAAA%2CsDAAA%2CoCAAA%2CCAAA%2CCuDRA%2CmBAAA%2C6BAAA%2CCAMA%2CuBAAA%2C6BAAA%2CCCnDJ%2CaAAA%2CUAAA%2CCAIA%2CcAAA%2CkCAAA%2CCAMA%2CcAAA%2CUAAA%2CCAIA%2CaAAA%2CwBAAA%2CCAKA%2CiBAAA%2C%2BDAAA%2CCAQA%2CeAAA%2CsCAAA%2CCAKA%2C0BAAA%2CgCAAA%2CCAKA%2CqBAAA%2C%2BDAAA%2CCAQA%2C8BAAA%2CgDAAA%2CCAMA%2CgCAAA%2C0EAAA%2CCAQA%2CkCAAA%2CiCAAA%2CCAMA%2C4BAAA%2CiBAAA%2CCAIA%2CkBAAA%2CeAAA%2CCAIA%2CcAAA%2CkFAAA%2CCAQA%2CgBAAA%2CeAAA%2CCAIA%2CmBAAA%2CmFAAA%2CCAOA%2C8BAAA%2CcAAA%2CCAIA%2C%2BBAAA%2CwBAAA%2CCAIA%2CqBAAA%2C%2BBAAA%2CCAKA%2CyBAAA%2CUAAA%2CCAIA%2C0BAAA%2CWAAA%2CCAIA%2C6BAAA%2CsDAAA%2CCAOA%2C%2BBAAA%2CaAAA%2CCAKA%2C0BAAA%2CeAAA%2CCAIA%2C6BAAA%2CwBAAA%2CCAIA%2C0CAAA%2CyEAAA%2CCAMA%2CmCAAA%2C6DAAA%2CCAOA%2CqBAAA%2C8FAAA%2CCAQA%2CqCAAA%2CyCAAA%2CCAMA%2CyCAAA%2CUAAA%2CCAIA%2C0BAAA%2CyBAAA%2CCAKA%2CgBAAA%2CkBAAA%2CCAIA%2CkBAAA%2CUAAA%2CCAKA%2CmBAAA%2CwCAAA%2CCAMA%2CcAAA%2C%2BDAAA%2CCAOA%2CoBAAA%2CkCAAA%2CCAKA%2CyBAAA%2CiGAAA%2CCAQA%2CoCAAA%2C8BAAA%2CCAKA%2CiBAAA%2CkBAAA%2CCAIA%2C0BAAA%2CkBAAA%2CCAIA%2CkDAAA%2CuBAAA%2CCAIA%2CYAAA%2CUAAA%2CCC9NE%2CqBAAA%2CkGAAA%2CCAMC%2C%2BBAAA%2CwCAAA%2CCAKC%2CoCAAA%2C4BAAA%2CCzD2CA%2CyBAAA%2CoCAAA%2C6CAAA%2CCAAA%2CCyDhCF%2C0CAAA%2CcAAA%2CCAIC%2C8DAAA%2CwCAAA%2CCAKC%2CwEAAA%2C4BAAA%2CCzDuBA%2CyBAAA%2CwEAAA%2C6CAAA%2CCAAA%2CCyDVF%2C%2BBAAA%2CgEAAA%2CCAGC%2CwCAAA%2CiJAAA%2CCzDOC%2CyBAAA%2CwCAAA%2CgDAAA%2CCAAA%2CCyDID%2CsCAAA%2CoDAAA%2CCAKC%2CwCAAA%2CuCAAA%2CCAKC%2C8CAAA%2CWAAA%2CCAKD%2C0CAAA%2CsBAAA%2CCAKA%2CgDAAA%2CsDAAA%2CCAMC%2CyDAAA%2CiEAAA%2CCASD%2C8CAAA%2CsDAAA%2CCAMC%2CuDAAA%2CiEAAA%2CCAUF%2CqCAAA%2CyGAAA%2CCAQC%2C0CAAA%2CaAAA%2CCAGC%2C%2BCAAA%2CgBAAA%2CCAIA%2CmDAAA%2CgBAAA%2CCAOD%2C0CAAA%2CkBAAA%2CCAMF%2C%2BBAAA%2CgEAAA%2CCAGC%2CwCAAA%2C6GAAA%2CCAIC%2C%2BCAAA%2CmCAAA%2CCAOD%2CqCAAA%2CmFAAA%2CCAOC%2CuCAAA%2C8BAAA%2CCAMD%2CuCAAA%2CmCAAA%2CCAIC%2C0CAAA%2CkBAAA%2CCAKD%2CmCAAA%2CYAAA%2CCAKD%2C%2BBAAA%2CgEAAA%2CCAGC%2CwCAAA%2CiJAAA%2CCzD%2FHC%2CyBAAA%2CwCAAA%2C0BAAA%2CCAAA%2CCyD0ID%2CuCAAA%2C%2BBAAA%2CCAKA%2CkCAAA%2CeAAA%2CCAKD%2C6FAAA%2CgEAAA%2CCAKC%2CwHAAA%2C6GAAA%2CCzDzJC%2CyBAAA%2CwHAAA%2C0BAAA%2CCAAA%2CCyDgKA%2CyJAAA%2CsCAAA%2CCAKA%2C6IAAA%2CmCAAA%2CCAOD%2C%2BGAAA%2CmFAAA%2CCAOC%2CqHAAA%2C8BAAA%2CCAMD%2CqHAAA%2CmCAAA%2CCAKE%2C0IAAA%2CqCAAA%2CCAMD%2C8HAAA%2CkBAAA%2CCAKD%2CwHAAA%2CUAAA%2CCzDzMC%2CyBAAA%2CwHAAA%2CkCAAA%2CCAAA%2CCyDkNA%2CgJAAA%2CUAAA%2CCzDlNA%2CyBAAA%2CgJAAA%2CwBAAA%2CCAAA%2CCyD0NA%2CoIAAA%2CoCAAA%2CCAOD%2CyGAAA%2CYAAA%2CCAQC%2CsKAAA%2C4BAAA%2CCAQF%2CkCAAA%2C6GAAA%2CCAMD%2C4BAAA%2C4BAAA%2CCAIC%2CkCAAA%2CyGAAA%2CCAQC%2CyCAAA%2CmCAAA%2CCAMA%2CuCAAA%2CaAAA%2CCAGC%2C4CAAA%2CiBAAA%2CCAIA%2CgDAAA%2CiBAAA%2CCAIA%2CgDAAA%2CuBAAA%2CCAKA%2C8CAAA%2CyCAAA%2CCAMA%2CgDAAA%2CiEAAA%2CCAUF%2C0DAAA%2C2CAAA%2CCAMA%2C2CAAA%2CqCAAA%2CCAKC%2C%2BCAAA%2CsBAAA%2CCzDpTC%2CyBAAA%2CoEAAA%2CcAAA%2CCAAA%2CCyDiUF%2CkCAAA%2CeAAA%2CCzDjUE%2CyBAAA%2CkCAAA%2CcAAA%2CCAAA%2CCyDwUD%2CqCAAA%2CyBAAA%2CCAIC%2CwCAAA%2C0FAAA%2CCAUF%2CmCAAA%2CuLAAA%2CCASC%2CsCAAA%2CoHAAA%2CCAMC%2C%2BCAAA%2CgDAAA%2CCAQC%2CiDAAA%2CkBAAA%2CCAGC%2C0DAAA%2CMAAA%2CCAMF%2C2CAAA%2CgBAAA%2CCAEC%2C6CAAA%2CkBAAA%2CCAGC%2CsDAAA%2COAAA%2CCAMF%2CwCAAA%2CkDAAA%2CCAQF%2C0CAAA%2CeAAA%2CCAGC%2C6CAAA%2C0FAAA%2CCAMC%2CgDAAA%2C2GAAA%2CCAIC%2CkDAAA%2CqCAAA%2CCAKC%2CwDAAA%2CWAAA%2CCAKD%2CsDAAA%2C2CAAA%2CCAMA%2CuDAAA%2CqFAAA%2CCAQC%2C2DAAA%2CwHAAA%2CCAYD%2CsDAAA%2CaAAA%2CCAOH%2CmCAAA%2CcAAA%2CCASD%2CiDAAA%2CYAAA%2CCAMA%2CeAAA%2CgFAAA%2CCCvgBA%2C%2BCAAA%2CYAAA%2CCAKA%2C6EAAA%2C2CAAA%2CCAMC%2C8GAAA%2CqFAAA%2CC1D4CE%2CyBAAA%2C8GAAA%2CWAAA%2CCAAA%2CC0DhCD%2CgIAAA%2CWAAA%2CCAIA%2C0HAAA%2CsBAAA%2CCAKA%2C8JAAA%2CgJAAA%2CCAaC%2CyLAAA%2CYAAA%2CCAIA%2CyLAAA%2CkBAAA%2CCAIA%2CyLAAA%2CkBAAA%2CCAIA%2CyLAAA%2CkBAAA%2CCAGA%2CyLAAA%2CkBAAA%2CCAGA%2CyLAAA%2CkBAAA%2CCAMF%2CwGAAA%2CsDAAA%2CC1DdE%2CyBAAA%2CwGAAA%2CWAAA%2CCAAA%2CC0DuBD%2C8OAAA%2CQAAA%2CCAKA%2C0HAAA%2CaAAA%2CCAGC%2CwJAAA%2C4DAAA%2CCAKE%2CoVAAA%2CkBAAA%2CCAOF%2CsQAAA%2CaAAA%2CCAMD%2CgIAAA%2C6DAAA%2CCAOC%2C2JAAA%2C0EAAA%2CC1DxDA%2CyBAAA%2C8DAAA%2CWAAA%2CCAAA%2CC2DvDH%2CeAAA%2CgEAAA%2CCAGC%2C2BAAA%2CQAAA%2CCAIA%2CwDAAA%2CYAAA%2CCAIA%2C6BAAA%2C%2BIAAA%2CCAaC%2CsCAAA%2CwCAAA%2CCAOD%2CqBAAA%2C%2BHAAA%2CCAYC%2C8BAAA%2CwCAAA%2CCAOD%2CkCAAA%2CgBAAA%2CCAIA%2C4BAAA%2CoFAAA%2CCAKC%2CiCAAA%2C4BAAA%2CCAGC%2C8CAAA%2CeAAA%2CC3DPA%2CyBAAA%2C8CAAA%2CyDAAA%2CCAAA%2CCAAA%2CyBAAA%2C8CAAA%2C0FAAA%2CCAAA%2CC2D0BA%2C8CAAA%2CeAAA%2CC3D1BA%2CyBAAA%2C8CAAA%2CmCAAA%2CCAAA%2CCAAA%2CyBAAA%2C8CAAA%2C0BAAA%2CCAAA%2CC2D2CD%2C8BAAA%2C2BAAA%2CCAIA%2C6CAAA%2CYAAA%2CCAKD%2C0BAAA%2CkHAAA%2CCAOC%2CkCAAA%2CsHAAA%2CCAIA%2CkCAAA%2CsHAAA%2CCAIA%2CkCAAA%2CwGAAA%2CCAIA%2CiCAAA%2CsLAAA%2CCAYA%2C2CAAA%2CyDAAA%2CCAOA%2CuCAAA%2CYAAA%2CCAIA%2CwCAAA%2CkCAAA%2CCAIC%2CgDAAA%2CqhBAAA%2CC3DlGA%2CyBAAA%2CgDAAA%2CcAAA%2CCAAA%2CC2D0HA%2C%2BCAAA%2C2PAAA%2CC3D1HA%2CyBAAA%2C%2BCAAA%2CcAAA%2CCAAA%2CC2DgJD%2C0CAAA%2CyJAAA%2CC3DhJC%2CyBAAA%2C0CAAA%2CiCAAA%2CCAAA%2CCAAA%2CyBAAA%2C0CAAA%2CsBAAA%2CCAAA%2CC2D8JA%2C0BAAA%2C0CAAA%2CsBAAA%2CCAAA%2CCAIA%2CkDAAA%2CmFAAA%2CCAWA%2CiDAAA%2C4CAAA%2CCAOC%2CgEAAA%2CgHAAA%2CCAIA%2C%2BHAAA%2CsBAAA%2CC3DxLD%2C0BAAA%2C%2BHAAA%2CsBAAA%2CCAAA%2CC2DmMC%2CgEAAA%2CgHAAA%2CCAIA%2C%2BHAAA%2CsBAAA%2CC3DvMD%2C0BAAA%2C%2BHAAA%2CsBAAA%2CCAAA%2CC2DkNC%2CgEAAA%2CgHAAA%2CCAIA%2C%2BHAAA%2CsBAAA%2CC3DtND%2C0BAAA%2C%2BHAAA%2CsBAAA%2CCAAA%2CC2DiOC%2CgEAAA%2CgHAAA%2CCAIA%2C%2BHAAA%2CsBAAA%2CC3DrOD%2C0BAAA%2C%2BHAAA%2CsBAAA%2CCAAA%2CC2DiPC%2CkHAAA%2CWAAA%2CCAMC%2CsOAAA%2CgCAAA%2CCAIC%2C0RAAA%2CkBAAA%2CCAIA%2CkRAAA%2CeAAA%2CCAOH%2C8CAAA%2CmGAAA%2CCAUA%2CmGAAA%2CiEAAA%2CCASC%2CyGAAA%2CeAAA%2CCAIA%2CuGAAA%2C%2BBAAA%2CCAIC%2CiIAAA%2C6BAAA%2CCAKA%2C6HAAA%2CeAAA%2CCAMF%2CmDAAA%2C6CAAA%2CCAIC%2C2GAAA%2C2BAAA%2CCASH%2C8BAAA%2CcAAA%2CC3DzTE%2CyBAAA%2C6DAAA%2C4BAAA%2CCAAA%2CCAAA%2CyBAAA%2C6DAAA%2C4BAAA%2CCAAA%2CCAAA%2CyBAAA%2C6DAAA%2C4BAAA%2CCAAA%2CCAAA%2CyBAAA%2C6DAAA%2C0BAAA%2CC2DgVG%2C%2BEAAA%2CeAAA%2CCAAA%2CC3DhVH%2CyBAAA%2C6DAAA%2CgDAAA%2CC2D4VG%2C8JAAA%2CeAAA%2CCAAA%2CC3D5VH%2CyBAAA%2C6DAAA%2C0BAAA%2CC2DyWG%2C6OAAA%2CeAAA%2CCAAA%2CCAUJ%2C8CAAA%2CgIAAA%2CC3DnXC%2CyBAAA%2C8CAAA%2C0BAAA%2CCAAA%2CCAAA%2CyBAAA%2C8CAAA%2CgDAAA%2CCAAA%2CC2D%2BXA%2CyDAAA%2CeAAA%2CCAIA%2CkDAAA%2CsCAAA%2CCAMA%2CiDAAA%2CeAAA%2CCChcH%2C%2BBAAA%2CgEAAA%2CCAGC%2CwCAAA%2C6GAAA%2CC5DoDE%2CyBAAA%2CwCAAA%2C0BAAA%2CC4D9CA%2CwDAAA%2C8BAAA%2CCAAA%2CC5D8CA%2CyBAAA%2CwCAAA%2CyDAAA%2CC4DrCA%2CwDAAA%2CiBAAA%2CCAAA%2CCAKD%2CqDAAA%2CmGAAA%2CCAKC%2C2DAAA%2CqFAAA%2CCAMD%2C4CAAA%2CyCAAA%2CCAMA%2C0CAAA%2C%2BCAAA%2CC5DeC%2CyBAAA%2C0CAAA%2C%2BBAAA%2CCAAA%2CC4DLA%2C%2BCAAA%2CmDAAA%2CCClDH%2CyBAAA%2CkJAAA%2CCAUC%2CgCAAA%2C4GAAA%2CCAWA%2CoCAAA%2CeAAA%2CCAGC%2C2CAAA%2CYAAA%2CCAMA%2C2CAAA%2C4BAAA%2CCAGC%2CkDAAA%2CmCAAA%2CC7DsBA%2CyBAAA%2CwDAAA%2CgDAAA%2CCAAA%2CC6DXC%2C8DAAA%2CYAAA%2CC7DWD%2CyBAAA%2C8DAAA%2CaAAA%2CCAAA%2CC6DHA%2CwDAAA%2C0BAAA%2CC7DGA%2CyBAAA%2CwDAAA%2C8CAAA%2CCAAA%2CC6DIA%2CwDAAA%2C0BAAA%2CC7DJA%2CyBAAA%2CwDAAA%2CgDAAA%2CCAAA%2CCAAA%2CyBAAA%2C8DAAA%2CYAAA%2CCAAA%2CC6DmBF%2CwCAAA%2CmFAAA%2CCASE%2CmEAAA%2CkBAAA%2CCAMA%2CmEAAA%2CkBAAA%2CCAMA%2CmEAAA%2CkBAAA%2CCAKD%2C6CAAA%2CyFAAA%2CCAQC%2CwDAAA%2CQAAA%2CCAOH%2CwDAAA%2CkJAAA%2CCAWC%2CsEAAA%2C4GAAA%2CCAWA%2C8EAAA%2CeAAA%2CCAGC%2C4FAAA%2CYAAA%2CCAKD%2C4FAAA%2C4BAAA%2CCAKA%2CgFAAA%2CgBAAA%2CCAIA%2CkFAAA%2CiBAAA%2CCAGC%2CgGAAA%2CmHAAA%2CC7DtGC%2CyBAAA%2CgGAAA%2CaAAA%2CCAAA%2CC6DqHD%2CsGAAA%2C4BAAA%2CCAGC%2CgIAAA%2CeAAA%2CC7DxHA%2CyBAAA%2CgIAAA%2CmCAAA%2CCAAA%2CCAAA%2CyBAAA%2CgIAAA%2CgDAAA%2CCAAA%2CCAAA%2CyBAAA%2CgIAAA%2C0CAAA%2CCAAA%2CCAAA%2CyBAAA%2CgIAAA%2CgDAAA%2CCAAA%2CC6D8ID%2CwFAAA%2C2BAAA%2CC7D9IC%2CyBAAA%2CwFAAA%2CgCAAA%2CCAAA%2CC6DwJF%2C4EAAA%2C2BAAA%2CCAMC%2C0GAAA%2CkBAAA%2CCAGC%2CgHAAA%2CgCAAA%2CCAMD%2CkHAAA%2CkBAAA%2CCAEC%2CwHAAA%2CkBAAA%2CCAKD%2CkFAAA%2CmCAAA%2CC7D9KC%2CyBAAA%2CkFAAA%2CaAAA%2CCAAA%2CC6DqLA%2C0GAAA%2CgBAAA%2CCAIA%2C0GAAA%2CiBAAA%2CCAGC%2CwHAAA%2CiIAAA%2CCAiBH%2CuCAAA%2CmCAAA%2CCAMA%2CqCAAA%2CWAAA%2CCAKC%2CkDAAA%2C4BAAA%2CC7DxNC%2CyBAAA%2C%2BDAAA%2C4CAAA%2CCAAA%2CCAAA%2CyBAAA%2C%2BDAAA%2CmCAAA%2CCAAA%2CC6DsOA%2C%2BDAAA%2CYAAA%2CC7DtOA%2CyBAAA%2C%2BDAAA%2C4EAAA%2CCAAA%2CCAAA%2CyBAAA%2C%2BDAAA%2CgDAAA%2CCAAA%2CC6DiPC%2CsEAAA%2CkEAAA%2CCAMC%2C0EAAA%2CgFAAA%2CC7DvPF%2CyBAAA%2C%2BDAAA%2C8DAAA%2CCAAA%2CCAAA%2CyBAAA%2C%2BDAAA%2CgEAAA%2CCAAA%2CC6DkRH%2C%2BBAAA%2CsDAAA%2CCAKC%2CyCAAA%2CuDAAA%2CCAKC%2C4CAAA%2CsEAAA%2CCASD%2CsCAAA%2C2BAAA%2CCAGC%2CyBAAA%2CsCAAA%2CaAAA%2CCAAA%2CCAIA%2CmDAAA%2C8CAAA%2CCAKC%2CyBAAA%2CmDAAA%2CaAAA%2CCAAA%2CCAGA%2C0BAAA%2CmDAAA%2CaAAA%2CCAAA%2CCAKD%2C4CAAA%2CyFAAA%2CCAQC%2CyBAAA%2C4CAAA%2CoCAAA%2CCAAA%2CCAMD%2C6CAAA%2CmCAAA%2CCAIC%2CuDAAA%2CgDAAA%2CCAMC%2C8HAAA%2CwFAAA%2CCAUC%2CgJAAA%2CuGAAA%2CCAWD%2CiEAAA%2C%2BBAAA%2CCAKA%2C6DAAA%2COAAA%2CCAKD%2C%2BDAAA%2CkBAAA%2CCAIC%2CoEAAA%2CkBAAA%2CCAIC%2CyEAAA%2CkBAAA%2CCAIC%2CmFAAA%2CqCAAA%2CCAME%2C4FAAA%2CwBAAA%2CCAGC%2C%2BFAAA%2C6FAAA%2CCAQC%2C2GAAA%2C8BAAA%2CCAGC%2CyBAAA%2C2GAAA%2CWAAA%2CCAAA%2CCAUH%2CiGAAA%2C4DAAA%2CCAQC%2C%2BFAAA%2CgEAAA%2CCAKC%2C2GAAA%2CoDAAA%2CCC9dV%2CuBAAA%2CmGAAA%2CCAOE%2CsCAAA%2C0DAAA%2CCAMC%2C0CAAA%2C2EAAA%2CCASD%2CwCAAA%2CuFAAA%2CCAIC%2C%2BCAAA%2C8HAAA%2CCAOA%2C6CAAA%2CgDAAA%2CC9DsBA%2CyBAAA%2C6CAAA%2CgDAAA%2CCAAA%2CC8DdC%2CgDAAA%2CgBAAA%2CCAOD%2C%2BCAAA%2C%2BEAAA%2CCASC%2CmDAAA%2CwHAAA%2CCAaA%2CmDAAA%2CaAAA%2CCAQF%2CsCAAA%2C%2BFAAA%2CCAUC%2C0CAAA%2CiGAAA%2CCAUD%2CwCAAA%2CuFAAA%2CCAIC%2C%2BCAAA%2C8HAAA%2CCAOA%2C6CAAA%2C4BAAA%2CC9DtDA%2CyBAAA%2C6CAAA%2CgDAAA%2CCAAA%2CC8D4DC%2CgDAAA%2CgBAAA%2CCAKD%2C0CAAA%2C%2BBAAA%2CCCxHH%2CqCAAA%2CiEAAA%2CCAKC%2CuDAAA%2CyGAAA%2CCAUA%2CgFAAA%2CUAAA%2CCAIA%2CgFAAA%2CqBAAA%2CCAIA%2CqDAAA%2CoHAAA%2CCAUA%2CkIAAA%2CgCAAA%2CCAKA%2CmDAAA%2C2CAAA%2CCAMC%2C0DAAA%2CwGAAA%2CCAaC%2CqEAAA%2CYAAA%2CCAMF%2C4DAAA%2CkBAAA%2CCAIA%2C0DAAA%2CkBAAA%2CCAIA%2CqGAAA%2CmCAAA%2CCAIA%2C0EAAA%2C%2BCAAA%2CCAMA%2CwFAAA%2CmBAAA%2CCAIA%2CuLAAA%2CmBAAA%2CCAKA%2C4DAAA%2C%2BFAAA%2CCAUA%2CmMAAA%2CiDAAA%2CCASA%2CkHAAA%2CoIAAA%2CCAaC%2CoIAAA%2CsBAAA%2CCAMD%2CyDAAA%2CiBAAA%2CCAKA%2C4CAAA%2CQAAA%2CCAIA%2C0DAAA%2CmEAAA%2CCAOC%2CkEAAA%2C6HAAA%2CCAYA%2CiEAAA%2CmCAAA%2CCAMA%2C6DAAA%2CiFAAA%2CCAQC%2CqEAAA%2C%2BOAAA%2CCAiBA%2C8EAAA%2CkBAAA%2CCAIA%2C8EAAA%2CkBAAA%2CCAIA%2C8EAAA%2CkBAAA%2CCAIA%2CmEAAA%2CsCAAA%2CCAcC%2C6lBAAA%2CiBAAA%2CCASA%2CsFAAA%2CkBAAA%2CCAIA%2CsFAAA%2CkBAAA%2CCAIA%2CsFAAA%2CkBAAA%2CCAOH%2C4DAAA%2CiCAAA%2CCAIC%2CgFAAA%2CcAAA%2CCAIA%2CgFAAA%2CuBAAA%2CCAIA%2C8EAAA%2C0BAAA%2CCAIA%2CoEAAA%2C8CAAA%2CCAKC%2C4EAAA%2C6LAAA%2CCAgBA%2CqFAAA%2CkBAAA%2CCAIA%2CqFAAA%2CkBAAA%2CCAIA%2CqFAAA%2CkBAAA%2CCAIA%2C2EAAA%2C2GAAA%2CCC9RH%2CgDAAA%2C0CAAA%2CCAKC%2CkEAAA%2C8GAAA%2CCAUA%2CgEAAA%2C2FAAA%2CCAQA%2C8DAAA%2CsDAAA%2CCAWC%2CsIAAA%2CoEAAA%2CCAOA%2CkEAAA%2CUAAA%2CCAKD%2CgEAAA%2C2CAAA%2CCAKA%2CiEAAA%2C0IAAA%2CCAYC%2CoFAAA%2C4IAAA%2CCAYC%2C%2BGAAA%2CaAAA%2CCAKD%2C0KAAA%2CoIAAA%2CCAYC%2C4LAAA%2CsBAAA%2CCC3FA%2CiCAAA%2CgFAAA%2CCjEsDA%2CyBAAA%2CiCAAA%2C4BAAA%2CCAAA%2CCAAA%2CyBAAA%2CiCAAA%2C0BAAA%2CCAAA%2CCiE3CE%2CgFAAA%2CoEAAA%2CCAOA%2CuCAAA%2CsBAAA%2CCAMF%2CkCAAA%2C4CAAA%2CCCzBF%2C2DAAA%2CgEAAA%2CCAGE%2CgEAAA%2CuJAAA%2CClEoDA%2CyBAAA%2CgEAAA%2C0BAAA%2CCAAA%2CCkE3CE%2CyEAAA%2CwGAAA%2CCASE%2C2EAAA%2CaAAA%2CCAIA%2CgFAAA%2C0BAAA%2CCAIE%2CoFAAA%2CkEAAA%2CCAQF%2CkFAAA%2CYAAA%2CCAGE%2CyFAAA%2C2CAAA%2CCAKA%2CqFAAA%2CwEAAA%2CCASF%2C%2BEAAA%2C6BAAA%2CCAKI%2C%2BFAAA%2CqBAAA%2CCAMA%2C0FAAA%2CoBAAA%2CCClEZ%2C2BAAA%2CoDAAA%2CCAKE%2CiCAAA%2CqDAAA%2CCAQA%2CiCAAA%2CmDAAA%2CCAKE%2CoCAAA%2CqEAAA%2CCAMA%2CiDAAA%2CuCAAA%2CCAKA%2CsCAAA%2C8CAAA%2CCAKE%2C8CAAA%2C%2BBAAA%2CCAMF%2CgDAAA%2C%2BCAAA%2CCAKE%2CqDAAA%2CmDAAA%2CCAKE%2CiEAAA%2CWAAA%2CCAQN%2CqCAAA%2CkJAAA%2CCA6CE%2CoDAAA%2C8HAAA%2CCASE%2CsDAAA%2C%2BIAAA%2CCAYE%2CmEAAA%2C8IAAA%2CCASE%2CuEAAA%2CwKAAA%2CCAeN%2CmDAAA%2C%2BDAAA%2CCAME%2C0CAAA%2CmDAAA%2CkBAAA%2CCAAA%2CCAIA%2CwDAAA%2C%2BDAAA%2CCAOA%2CsDAAA%2CsDAAA%2CCAMF%2CoDAAA%2C2FAAA%2CCAWA%2C0DAAA%2CoNAAA%2CCAcE%2C0CAAA%2C0DAAA%2CwEAAA%2CCAAA%2CCAKA%2C0CAAA%2C0DAAA%2CgEAAA%2CCAAA%2CCAmBF%2CmDAAA%2CeAAA%2CCAKE%2CyDAAA%2CmKAAA%2CCAYA%2CsEAAA%2CiBAAA%2CCAIA%2C0CAAA%2CmDAAA%2CqEAAA%2CCAAA%2CCASA%2CiEAAA%2COAAA%2CCAIA%2CgEAAA%2COAAA%2CCAIA%2C0CACE%2CiEAAA%2COAAA%2CCAIA%2CgEAAA%2COAAA%2CCAAA%2CCASN%2CoDAAA%2C8DAAA%2CCAOE%2CuDAAA%2CqEAAA%2CCAMA%2CsDAAA%2CwBAAA%2CCAIA%2CiEAAA%2CiDAAA%2CCAKE%2CyEAAA%2C%2BBAAA%2CCAKE%2C2EAAA%2CyBAAA%2CCAOF%2C2EAAA%2C4BAAA%2CCAKA%2C%2BEAAA%2CeAAA%2CCAIA%2CwEAAA%2CuFAAA%2CCAME%2C%2BFAAA%2CgBAAA%2CCAYR%2CgBAAA%2CuCAAA%2CCAKE%2C0BAAA%2C2BAAA%2CCAIE%2CoCAAA%2CgBAAA%2CCAOJ%2CQAAA%2CkCAAA%2CCAIE%2CqBAAA%2C6BAAA%2CCAMA%2CeAAA%2C4PAAA%2CCAcE%2C0BAAA%2CeAAA%2CwBAAA%2CCAAA%2CCAKA%2CyBAAA%2CeAAA%2CkCAAA%2CCAAA%2CCASJ%2CQAAA%2CsDAAA%2CCAGE%2CeAAA%2CqOAAA%2CCAaE%2C0BAAA%2CeAAA%2CwBAAA%2CCAAA%2CCAUF%2CqBAAA%2C6BAAA%2CCAGE%2CuBAAA%2CwBAAA%2CCAOF%2CyBACE%2CiCAAA%2C2BAAA%2CCAAA%2CCAQJ%2CQAAA%2CiBAAA%2CCAGE%2CeAAA%2CkDAAA%2CCAIE%2CkBAAA%2C0BAAA%2CCAKF%2CgBAAA%2CkOAAA%2CCAaE%2CyBAAA%2CgBAAA%2CYAAA%2CCAAA%2CCAMJ%2CQAAA%2CsEAAA%2CCAKE%2CgBAAA%2C8NAAA%2CCAeA%2CeAAA%2CkOAAA%2CCAcA%2C0BACE%2CgBAAA%2CeAAA%2CCAKA%2CeAAA%2CmBAAA%2CCAAA%2CCAMF%2CyBACE%2CgBAAA%2CYAAA%2CCAAA%2CCASA%2CuBAAA%2CoEAAA%2CCAKE%2CyBAAA%2CqRAAA%2CCAiBI%2C%2BBAAA%2C2CAAA%2CCC3hBT%2CgDAAA%2CSAAA%2CCAGC%2CqDAAA%2CkBAAA%2CCAIC%2C0DAAA%2CkBAAA%2CCAMD%2CkEAAA%2CqGAAA%2CCpEyCE%2C0BAAA%2CkEAAA%2CWAAA%2CCAAA%2CCoE3BF%2C2FAAA%2CUAAA%2CCAIA%2C2FAAA%2CqBAAA%2CCAIA%2CgEAAA%2CwGAAA%2CCASA%2CwJAAA%2CgCAAA%2CCAKA%2C8DAAA%2CsDAAA%2CCAQE%2CoFAAA%2CiCAAA%2CCAIC%2C%2BFAAA%2CuBAAA%2CCAMC%2CwIAAA%2CsBAAA%2CCAQJ%2CuEAAA%2CkBAAA%2CCAIA%2CqEAAA%2CkBAAA%2CCAIA%2CmEAAA%2C8FAAA%2CCAQC%2C0EAAA%2CYAAA%2CCAKD%2C0EAAA%2C%2BHAAA%2CCAUC%2C0GAAA%2CSAAA%2CCAKD%2CkEAAA%2C2FAAA%2CCAQC%2C2EAAA%2C2IAAA%2CCASD%2CgHAAA%2CmCAAA%2CCAIA%2CqFAAA%2C%2BCAAA%2CCAMA%2CmGAAA%2CmBAAA%2CCAIA%2C6MAAA%2CmBAAA%2CCAKA%2CuEAAA%2C%2BFAAA%2CCAUA%2CoOAAA%2CiDAAA%2CCAeF%2CgBACC%2CGAAA%2CyCAAA%2CCAGA%2CKAAA%2CwCAAA%2CCAAA%2CCClLD%2C2BACE%2CGAAA%2CkBAAA%2CCAIA%2CIAAA%2CoBAAA%2CCAIA%2CKAAA%2CkBAAA%2CCAAA%2CCAIF%2CgBACE%2CGAAA%2CuBAAA%2CCAIA%2CIAAA%2CuBAAA%2CCAIA%2CIAAA%2C2BAAA%2CCAIA%2CIAAA%2CuBAAA%2CCAIA%2CIAAA%2C2BAAA%2CCAIA%2CIAAA%2CuBAAA%2CCAIA%2CKAAA%2CuBAAA%2CCAAA%2CCAMA%2CiCAAA%2CmFAAA%2CCAMA%2CiCAAA%2CmFAAA%2CCAMA%2CmCAAA%2CiCAAA%2CCAIE%2CuCAAA%2CsBAAA%2CCAKA%2CgDAAA%2C%2BCAAA%2CCAQA%2C8CAAA%2CoDAAA%2CCrEjBA%2CyBAAA%2C8CAAA%2CWAAA%2CCAAA%2CCqE2BE%2CgDAAA%2CaAAA%2CCAGE%2CoDAAA%2CsBAAA%2CCAKA%2CsDAAA%2CqDAAA%2CCAQJ%2C8CAAA%2C8NAAA%2CCrE3CA%2CyBAAA%2C8CAAA%2C4DAAA%2CCAAA%2CCAAA%2CyBAAA%2C8CAAA%2C4DAAA%2CCAAA%2CCAAA%2CyBAAA%2C8CAAA%2C4DAAA%2CCAAA%2CCqE0EE%2CoDAAA%2C8EAAA%2CCAOA%2CqDAAA%2C0HAAA%2CCASF%2C4CAAA%2CuHAAA%2CCAUE%2CiDAAA%2CsMAAA%2CCAWE%2CoDAAA%2C8GAAA%2CCAOA%2CwDAAA%2CwGAAA%2CCAUE%2C%2BHAAA%2CuHAAA%2CCAYA%2C%2BDAAA%2CwBAAA%2CCAKF%2CuDAAA%2C6LAAA%2CCAeF%2CmDAAA%2CkBAAA%2CCAMJ%2CsCAAA%2CoHAAA%2CCAQE%2C%2BCAAA%2C4EAAA%2CCrE9KA%2C0BAAA%2C%2BCAAA%2CcAAA%2CCAAA%2CCAAA%2CyBAAA%2CsCAAA%2CiCAAA%2CCAAA%2CCqEkMF%2CoCAAA%2CgHAAA%2CCASE%2C0CAAA%2C6EAAA%2CCAQE%2CiDAAA%2C2FAAA%2CCAUE%2C%2BGAAA%2CqZAAA%2CCAyBA%2CwDAAA%2C8GAAA%2CCAQA%2CuDAAA%2CsEAAA%2CCAKE%2C0DAAA%2CiGAAA%2CCAOA%2CyDAAA%2CoDAAA%2CCAKA%2CyDAAA%2C6DAAA%2CCAQF%2CyDAAA%2CyBAAA%2CCAKJ%2CyBAAA%2CoCAAA%2C4DAAA%2CCAMI%2CyDAAA%2C2BAAA%2CCAAA%2CCAKJ%2C0BAAA%2CoCAAA%2CiCAAA%2CCAAA%2CCAGA%2C0BAAA%2CoCAAA%2CqCAAA%2CCAAA%2CCCjWF%2C8CAAA%2CkDAAA%2CCAKE%2C8DAAA%2C4DAAA%2CCAME%2CoEAAA%2CYAAA%2CCAEE%2CwEAAA%2CsBAAA%2CCAOJ%2CiDAAA%2C6BAAA%2CCAIA%2CiDAAA%2C%2BIAAA%2CCAQE%2CoDAAA%2C8CAAA%2CCAGA%2C4DAAA%2C%2BKAAA%2CCCnCJ%2C6CAAA%2CkBAAA%2CCvEuDE%2C0BAAA%2C6CAAA%2CmFAAA%2CCAAA%2CCuE5CI%2CqEAAA%2CgPAAA%2CCvEyDJ%2CyBAAA%2CqEAAA%2CqCAAA%2CCAAA%2CCuEpCM%2C2EAAA%2CgCAAA%2CCAKA%2C4EAAA%2CsCAAA%2CCAIE%2CkFAAA%2CkBAAA%2CCASV%2C%2BDAAA%2CqGAAA%2CCASE%2C%2BEAAA%2CwKAAA%2CCAUE%2C6FAAA%2CyGAAA%2CCASE%2CiHAAA%2CSAAA%2CCAIA%2C0GAAA%2C2DAAA%2CCvEdJ%2CyBAAA%2C0GAAA%2C8DAAA%2CCAAA%2CCuEwBM%2CiHAAA%2CiBAAA%2CCvExBN%2CyBAAA%2CiHAAA%2CYAAA%2CCAAA%2CCuE8BQ%2CqHAAA%2CwCAAA%2CCAKE%2CyHAAA%2CuCAAA%2CCAMA%2C4IAAA%2CuEAAA%2CCAOE%2C8JAAA%2C8GAAA%2CCASE%2CqKAAA%2CkMAAA%2CCAYF%2C4BACE%2CGAAA%2CsBAAA%2CCAIA%2CKAAA%2CwBAAA%2CCAAA%2CCAQR%2CmHAAA%2CiBAAA%2CCvE%2FFN%2CyBAAA%2CmHAAA%2CYAAA%2CCAAA%2CCAAA%2C0BAAA%2CmHAAA%2CYAAA%2CCAAA%2CCuE0GQ%2CuHAAA%2CeAAA%2CCvE7FR%2CyBAAA%2CuHAAA%2CiBAAA%2CCAAA%2CCuEmGU%2C6HAAA%2C%2BEAAA%2CCAQA%2CqIAAA%2C0DAAA%2CCAKE%2CoJAAA%2CgBAAA%2CCAGE%2CyJAAA%2CaAAA%2CCAWd%2CwFAAA%2CYAAA%2CCAIA%2CsKAAA%2C6HAAA%2CCAWE%2C8KAAA%2CiHAAA%2CCAWA%2CoNAAA%2C0BAAA%2CCvExJF%2CyBAAA%2CsKAAA%2CYAAA%2CCAAA%2CCuEiKA%2CmFAAA%2CMAAA%2CCAIA%2CmFAAA%2CSAAA%2CCAKF%2C%2BDAAA%2CkCAAA%2CCAIE%2C%2BEAAA%2CqKAAA%2CCAWE%2C6FAAA%2CgHAAA%2CCASE%2CiGAAA%2CuCAAA%2CCAMA%2CiHAAA%2CwBAAA%2CCAMJ%2CwFAAA%2CYAAA%2CCCnRJ%2C6BAAA%2CyCAAA%2CCAIE%2C0DAAA%2CgBAAA%2CCAIA%2C8CAAA%2CyFAAA%2CCAQE%2C6DAAA%2CiGAAA%2CCAUE%2CoEAAA%2C2BAAA%2CCAMF%2C2DAAA%2CsUAAA%2CCAoBE%2CkEAAA%2C2BAAA%2CCAKA%2CiEAAA%2CwBAAA%2CCAIA%2CkEAAA%2CoKAAA%2CCAaF%2CqDAAA%2CqDAAA%2CCAQA%2CkDAAA%2CsEAAA%2CCASA%2CoDAAA%2CsEAAA%2CCAUA%2CmEAAA%2CmIAAA%2CCAcF%2CmCAAA%2C2EAAA%2CCAOE%2CsCAAA%2CwBAAA%2CCAIA%2CqCAAA%2CuIAAA%2CCASF%2CqCAAA%2CqCAAA%2CCxE%2FEE%2CyBwEoFA%2C0DAAA%2CgBAAA%2CCAIA%2C8CAAA%2C4CAAA%2CCAAA%2CCxExFA%2CyBwE%2BFA%2C0DAAA%2CgBAAA%2CCAIA%2C8CAAA%2C4CAAA%2CCAAA%2CCxEnGA%2C0BwE0GA%2C0DAAA%2CgBAAA%2CCAIA%2C8CAAA%2C4CAAA%2CCAAA%2CCCpKF%2CoFAAA%2CmBAAA%2CCAGE%2CsHAAA%2CmBAAA%2CCAIA%2CsHAAA%2CeAAA%2CCAGE%2C4JAAA%2CiBAAA%2CCAKF%2CsOAAA%2CcAAA%2CCAKA%2CsHAAA%2CYAAA%2CCAGE%2C4JAAA%2CYAAA%2CCAIA%2CoJAAA%2CYAAA%2CCAKF%2C0IAAA%2CoIAAA%2CCASE%2CsJAAA%2C0CAAA%2CCAOJ%2CgGAAA%2CuDAAA%2CCAIE%2C8GAAA%2C4BAAA%2CCAIA%2CyBAAA%2CgGAAA%2CiCAAA%2CCAKE%2C8GAAA%2CoHAAA%2CCAAA%2CCAaJ%2CgGAAA%2CuDAAA%2CCAIE%2C8GAAA%2C4BAAA%2CCAIA%2CyBAAA%2CgGAAA%2CgCAAA%2CCAKE%2C8GAAA%2CoHAAA%2CCAAA%2CCAaJ%2C8FAAA%2CiEAAA%2CCAKE%2C0GAAA%2C0CAAA%2CCAQF%2C4DAAA%2CYAAA%2CCAOA%2CyCAAA%2CmBAAA%2CCAGE%2C0DAAA%2CmBAAA%2CCAIA%2C0DAAA%2CeAAA%2CCAGE%2C6EAAA%2CiBAAA%2CCAKF%2CiHAAA%2CcAAA%2CCAKA%2C0DAAA%2CYAAA%2CCAIA%2CoEAAA%2CqOAAA%2CCAcE%2C0EAAA%2C0CAAA%2CCAQF%2C0IAAA%2C%2BBAAA%2CCAKE%2CkJAAA%2CyBAAA%2CCAMF%2CqEAAA%2CQAAA%2CCAIA%2CqEAAA%2CSAAA%2CCAGA%2CyBAAA%2CqDAAA%2CSAAA%2CCAGE%2C0IAAA%2CsGAAA%2CCAUE%2CkJAAA%2CWAAA%2CCAMF%2CqEAAA%2CSAAA%2CCAIA%2CqEAAA%2CUAAA%2CCAAA%2CCCjNN%2CiCAAA%2C6HAAA%2CCAQE%2CgDAAA%2CsJAAA%2CCAoBE%2C0CAAA%2CgDAAA%2C0CAAA%2CCAAA%2CCAKA%2CyCAAA%2CgDAAA%2C4FAAA%2CCAAA%2CCAOF%2C%2BCAAA%2C8CAAA%2CCAKE%2CmDAAA%2C%2BEAAA%2CCAKE%2CyCAAA%2CmDAAA%2CgEAAA%2CCAKE%2CyDAAA%2CuBAAA%2CCAAA%2CCAKF%2C0CAAA%2CmDAAA%2CoCAAA%2CCAIE%2CyDAAA%2CiBAAA%2CCAAA%2CCAMJ%2CqDAAA%2CyGAAA%2CCASE%2C8DAAA%2CaAAA%2CCAGE%2CiEAAA%2CqDAAA%2CCAKA%2C4EAAA%2CiBAAA%2CCAGE%2CkFAAA%2CYAAA%2CCAIA%2CkFAAA%2CyCAAA%2CCAMA%2CgFAAA%2CyDAAA%2CCAIE%2CyCAAA%2CgFAAA%2C8CAAA%2CCAIE%2CsFAAA%2CgGAAA%2CCAMI%2C0GAAA%2CmBAAA%2CCAKF%2CiGAAA%2CwDAAA%2CCAAA%2CCAQJ%2CsFAAA%2C%2BCAAA%2CCAGE%2CiGAAA%2CiBAAA%2CCAIA%2C4FAAA%2CyCAAA%2CCCtId%2C6BAAA%2CgBAAA%2CCAGE%2C8CAAA%2C8DAAA%2CCAKE%2C6DAAA%2C%2BEAAA%2CCAQI%2CyEAAA%2CmFAAA%2CCAWJ%2CwDAAA%2CcAAA%2CCAGE%2C%2BDAAA%2C4DAAA%2CCAKE%2CmEAAA%2CkBAAA%2CCAIA%2CiEAAA%2C2HAAA%2CCAOE%2CwEAAA%2CmGAAA%2CCASN%2CyBAAA%2C8CAAA%2C%2BBAAA%2CCAAA%2CCAGA%2CyBAAA%2C8CAAA%2CyBAAA%2CCAGE%2C6DAAA%2C0DAAA%2CCAKI%2CyEAAA%2CUAAA%2CCAKJ%2CwDAAA%2CSAAA%2CCAEE%2C%2BDAAA%2CuBAAA%2CCAAA%2CCCzER%2CoCAAA%2CgBAAA%2CCAGE%2CqDAAA%2C%2BEAAA%2CCAME%2C%2BDAAA%2CgCAAA%2CCAKE%2CwEAAA%2CkFAAA%2CCAOE%2C8EAAA%2CuHAAA%2CCAQE%2CyFAAA%2CmBAAA%2CCAIA%2CoFAAA%2C2DAAA%2CCAKE%2CwFAAA%2CoFAAA%2CCAWJ%2C2EAAA%2CsDAAA%2CCAKA%2C0EAAA%2CsGAAA%2CCAUJ%2C%2BDAAA%2COAAA%2CCAGE%2C8EAAA%2CkGAAA%2CCASI%2C0FAAA%2CmFAAA%2CCAWN%2C0BAAA%2CqDAAA%2C%2BBAAA%2CCAAA%2CCAGA%2CyBAAA%2CqDAAA%2CyBAAA%2CCAGE%2C%2BDAAA%2CuBAAA%2CCAIE%2CwEAAA%2CyCAAA%2CCAMF%2C%2BDAAA%2COAAA%2CCAGE%2C8EAAA%2CgHAAA%2CCASI%2C0FAAA%2CsEAAA%2CCAAA%2CCAYR%2CyBACE%2C%2BDAAA%2CuBAAA%2CCAIE%2CwEAAA%2CyCAAA%2CCAGE%2C8EAAA%2CaAAA%2CCAEE%2CoFAAA%2CoCAAA%2CCAGE%2C%2BFAAA%2CqBAAA%2CCAIF%2CsFAAA%2CiBAAA%2CCAAA%2CCC%2FIV%2C0CAAA%2C8BAAA%2CCAIE%2C6CAAA%2CeAAA%2CCAKF%2CkDAAA%2CyEAAA%2CCAOE%2CwFAAA%2CyHAAA%2CCASE%2C0BAAA%2CwFAAA%2C0BAAA%2CCAAA%2CCAGA%2CyBAAA%2CwFAAA%2COAAA%2CCAAA%2CCAIA%2C4GAAA%2CmEAAA%2CCAOE%2CwHAAA%2CgEAAA%2CCASF%2C4GAAA%2CkEAAA%2CCAOE%2CwHAAA%2CgEAAA%2CCAUJ%2CkEAAA%2CoHAAA%2CCASE%2CgFAAA%2CuEAAA%2CCAME%2C0BAAA%2CgFAAA%2CeAAA%2CCAGE%2C0FAAA%2CkDAAA%2CCAOQ%2CwHAAA%2CkBAAA%2CCAAA%2CCAQV%2CyBACE%2C0FAAA%2CuBAAA%2CCAAA%2CCAKF%2C8FAAA%2C%2BDAAA%2CCAME%2CkGAAA%2CsEAAA%2CCAQA%2CyBAAA%2C8FAAA%2C6BAAA%2CCAAA%2CCAIA%2C8GAAA%2C4CAAA%2CCAMF%2C0FAAA%2CmQAAA%2CCAaE%2CyBAAA%2C0FAAA%2CaAAA%2CCAAA%2CCAOI%2CuGAAA%2CwBAAA%2CCAEE%2CyGAAA%2CwBAAA%2CCAMJ%2CoGAAA%2CsDAAA%2CCAKA%2CmGAAA%2CwBAAA%2CCAOF%2CgGAAA%2C0DAAA%2CCAMA%2CgGAAA%2CiBAAA%2CCAOI%2CsHAAA%2CmFAAA%2CCAME%2C8HAAA%2CmLAAA%2CCASA%2CgIAAA%2CwBAAA%2CCAQJ%2CoHAAA%2C4CAAA%2CCAKA%2CsHAAA%2CyKAAA%2CCAQE%2C4HAAA%2CoDAAA%2CCAIF%2CyBAAA%2CmGAAA%2CiBAAA%2CCAGE%2CoHAAA%2CsDAAA%2CCAKA%2CsHAAA%2C4CAAA%2CCAAA%2CCAMJ%2CyBAAA%2C0FAAA%2CsGAAA%2CCAOE%2CgGAAA%2CyDAAA%2CCAAA%2CCAMF%2CyBAEI%2CuGAAA%2C8BAAA%2CCAIE%2CsHAAA%2CoBAAA%2CCAAA%2CCAUN%2C8GAAA%2C4DAAA%2CCAUR%2C2EAAA%2CUAAA%2CCAIA%2C2EAAA%2CqBAAA%2CCCvRF%2COAAA%2CkDAAA%2CCAIE%2CYAAA%2CoDAAA%2CCAIE%2CyBAAA%2CsEAAA%2CCAME%2C2BAAA%2CaAAA%2CCAQN%2CwBAAA%2CwGAAA%2CCAWE%2CwCAAA%2C8HAAA%2CCAWA%2C%2BBAAA%2CmMAAA%2CCAYE%2CyBAAA%2C%2BBAAA%2CuCAAA%2CCAAA%2CCAKA%2C4CAAA%2C0EAAA%2CCASE%2CqDAAA%2CsBAAA%2CCAKA%2CkDAAA%2CwBAAA%2CCAKF%2CoGAAA%2C8CAAA%2CCAOA%2C2CAAA%2CYAAA%2CCAGE%2C8CAAA%2CkBAAA%2CCAKA%2C6CAAA%2CsDAAA%2CCAIE%2CoDAAA%2CeAAA%2CCAIA%2CwDAAA%2CmBAAA%2CCAKF%2CoDAAA%2C6EAAA%2CCAME%2CyBAAA%2CoDAAA%2C%2BBAAA%2CCAAA%2CCAKE%2C4DAAA%2CkEAAA%2CCASF%2C2DAAA%2CyBAAA%2CCAMJ%2C6CAAA%2CsDAAA%2CCAOF%2C6BAAA%2CaAAA%2CCAME%2CoCAAA%2CeAAA%2CCAGE%2CgDAAA%2CkBAAA%2CCAGE%2CoDAAA%2C6BAAA%2CCCxJN%2CwCAAA%2CSAAA%2CCAGE%2CkDAAA%2C6EAAA%2CCAME%2CsDAAA%2CkBAAA%2CCAGE%2C%2BDAAA%2CYAAA%2CCAGE%2CkEAAA%2C0BAAA%2CCAIA%2C4EAAA%2C0CAAA%2CC%2FEoCN%2CyBAAA%2CkDAAA%2C6BAAA%2CCAAA%2CCgFvDF%2CuCAAA%2CwPAAA%2CCASE%2CyBAAA%2CuCAAA%2C6CAAA%2CCAAA%2CCAGA%2CyBAAA%2CuCAAA%2C6CAAA%2CCAAA%2CCAGA%2CyBAAA%2CuCAAA%2CuDAAA%2CCAAA%2CCAIA%2CyBAAA%2CuCAAA%2CyDAAA%2CCAAA%2CCAMA%2C6CAAA%2CsEAAA%2CCAKE%2C0BAAA%2C6CAAA%2CmCAAA%2CCAAA%2CCAIA%2CyBAAA%2C6CAAA%2CkCAAA%2CCAAA%2CCAIA%2CyBAAA%2C6CAAA%2CiBAAA%2CCAAA%2CCAIA%2CgDAAA%2CkDAAA%2CCAKA%2C%2BCAAA%2CsDAAA%2CCAMF%2CuDAAA%2CmCAAA%2CCAGE%2CyBAAA%2CuDAAA%2CqDAAA%2CCAAA%2CCAQJ%2C%2BCAAA%2C8CAAA%2CCAUI%2CyBAAA%2CoEAAA%2C6CAAA%2CCAAA%2CCAGA%2CyBAAA%2CoEAAA%2CiHAAA%2CCAAA%2CCAQA%2CyBAAA%2CoEAAA%2C8HAAA%2CCAAA%2CCAUE%2CyBAAA%2C0EAAA%2CkCAAA%2CCAAA%2CCAIA%2CyBAAA%2C0EAAA%2CiBAAA%2CCAAA%2CCAIA%2CyBAAA%2C0EAAA%2CoDAAA%2CCAAA%2CCAOF%2CoFAAA%2CqDAAA%2CCC7GF%2C0CAAA%2C%2BDAAA%2CCAKE%2C6CAAA%2CyGAAA%2CCAME%2C%2BCAAA%2CgKAAA%2CCAUE%2CqDAAA%2CqDAAA%2CCAQF%2CmEAAA%2CyFAAA%2CCAME%2CsEAAA%2CiKAAA%2CCAQE%2CwEAAA%2CgIAAA%2CCAWJ%2CsDAAA%2CgCAAA%2CCAMJ%2C2CAAA%2CoDAAA%2CCAKE%2C8CAAA%2CmIAAA%2CCAOE%2CgDAAA%2C%2BBAAA%2CCAKA%2CuDAAA%2CyFAAA%2CCAME%2C0DAAA%2CkDAAA%2CCAIE%2CkEAAA%2CgIAAA%2CCAUE%2CsEAAA%2CkEAAA%2CCAQF%2CmEAAA%2CmHAAA%2CCAYE%2C4EAAA%2CyBAAA%2CCAIA%2C6EAAA%2CiDAAA%2CCAQN%2CkDAAA%2C0BAAA%2CCCnIR%2CgBAAA%2C0FAAA%2CCAUE%2CgCAAA%2C8HAAA%2CCAWA%2CuBAAA%2CmMAAA%2CCAYE%2CyBAAA%2CuBAAA%2CuCAAA%2CCAAA%2CCAKA%2CoCAAA%2C0EAAA%2CCASE%2C6CAAA%2CsBAAA%2CCAKA%2C0CAAA%2CwBAAA%2CCAKF%2CoFAAA%2C8CAAA%2CCAOA%2CmCAAA%2CYAAA%2CCAGE%2CsCAAA%2CkBAAA%2CCAKA%2CqCAAA%2C6BAAA%2CCAEE%2C4CAAA%2CeAAA%2CCAIA%2CgDAAA%2CmBAAA%2CCAUR%2CiBAAA%2CgKAAA%2CCAUI%2C0BAAA%2CuGAAA%2CCClGJ%2CYAAA%2CsGAAA%2CCAWE%2CqCAAA%2CYAAA%2C4BAAA%2CCAIE%2CkCAAA%2C2CAAA%2CCAAA%2CCAQF%2CoCAAA%2CYAAA%2CYAAA%2CCAGE%2CkCAAA%2CYAAA%2CCAAA%2CCAOJ%2CsBAAA%2CmRAAA%2CCAiBE%2C4BAAA%2C8DAAA%2CCAKA%2C8BAAA%2C4BAAA%2CCAGA%2C%2BBAAA%2CuGAAA%2CCCzDA%2CoCAAA%2CwDAAA%2CCAIE%2C6CAAA%2CuEAAA%2CCAME%2CoDAAA%2CmCAAA%2CCAIE%2CuDAAA%2C8MAAA%2CCAcJ%2C2CAAA%2CiBAAA%2CCAGE%2C%2BCAAA%2C0JAAA%2CCAYJ%2CyBACE%2CoCAAA%2CyBAAA%2CCAII%2CoDAAA%2CYAAA%2CCAMA%2C%2BCAAA%2CqGAAA%2CCAAA%2CCAmBF%2CgFAAA%2C4BAAA%2CCAEE%2CmFAAA%2CqDAAA%2CCCzEF%2CyDAAA%2CoCAAA%2CCAIE%2CkEAAA%2CyHAAA%2CCASI%2C6EAAA%2C6BAAA%2CCAKA%2C8EAAA%2CyCAAA%2CCAIF%2CyBAAA%2CkEAAA%2C2CAAA%2CCAKI%2C8EAAA%2CUAAA%2CCAAA%2CCAaN%2CiEAAA%2CwBAAA%2CCAKM%2CsFAAA%2CoCAAA%2CCAcN%2CkEAAA%2CwBAAA%2CCAGE%2CynBAAA%2CwBAAA%2CCAYA%2C6EAAA%2CwBAAA%2CCAQR%2CmDAAA%2CoDAAA%2CCAMM%2CsEAAA%2CwBAAA%2CCAQA%2CqEAAA%2CwBAAA%2CCClGN%2CgDAAA%2C4FAAA%2CCAOM%2CuEAAA%2C0EAAA%2CCAME%2C%2BEAAA%2CiHAAA%2CCASE%2CmFAAA%2CsBAAA%2CCAKA%2CuFAAA%2CwBAAA%2CCAGE%2C8FAAA%2C6DAAA%2CCASJ%2CyEAAA%2CwBAAA%2CCAIA%2C0EAAA%2CiKAAA%2CCAUA%2C0EAAA%2CsDAAA%2CCAIE%2C6EAAA%2CwBAAA%2CCAGE%2CqFAAA%2CaAAA%2CCAMJ%2C8EAAA%2CsEAAA%2CCAQF%2CuEAAA%2CwBAAA%2CCAKE%2CqFAAA%2CuDAAA%2CCAIE%2CwFAAA%2CqDAAA%2CCAKA%2C6FAAA%2CQAAA%2CCCzFZ%2C2BAAA%2C6OAAA%2CCAaA%2CWAAA%2CmEAAA%2CCAMI%2CkCAAA%2C0JAAA%2CCAcE%2CwCAAA%2C6DAAA%2CCAMA%2C6CAAA%2C0BAAA%2CCAQJ%2CyBAAA%2CWAAA%2CkDAAA%2CCAAA%2CCASE%2CwDAAA%2C4BAAA%2CCAMI%2CoKAAA%2CqEAAA%2CCAQE%2CgLAAA%2CkBAAA%2CCAKF%2C4EAAA%2CkBAAA%2CCAYJ%2CiCAAA%2CiBAAA%2CCAGA%2CsBAAA%2CiBAAA%2CCAKE%2CgCAAA%2CgCAAA%2CCASJ%2CwCAAA%2CuBAAA%2CCAUF%2CwBAAA%2CudAAA%2CCAyBE%2C4BAAA%2CsBAAA%2CCAKF%2C4BAAA%2CiNAAA%2CCAUE%2CgCAAA%2CoFAAA%2CCAOE%2CyBAAA%2CgCAAA%2CaAAA%2CCAAA%2CCAIA%2CmCAAA%2CmDAAA%2CCAMA%2CoCAAA%2CwCAAA%2CCCzKA%2CgPAAA%2CuHAAA%2CCAWA%2C%2BCAAA%2CwBAAA%2CCCZF%2CyCAAA%2CqGAAA%2CCAOE%2C%2BCAAA%2CwBAAA%2CCAGE%2CsDAAA%2CiBAAA%2CCAGE%2C6DAAA%2C8EAAA%2CCAOE%2C4EAAA%2C%2BQAAA%2CCAcE%2CiGAAA%2CmIAAA%2CCAaA%2CmFAAA%2C2BAAA%2CCAMF%2C2MAAA%2CqDAAA%2CCAWF%2C0DAAA%2CoCAAA%2CCAOF%2CsDAAA%2CYAAA%2CCzFhBF%2CyByFwBA%2CyCAAA%2C6BAAA%2CCAAA%2CCChFJ%2CgBACE%2CGAAA%2CuBAAA%2CCAIA%2CIAAA%2CuBAAA%2CCAIA%2CIAAA%2C2BAAA%2CCAIA%2CIAAA%2CuBAAA%2CCAIA%2CIAAA%2C2BAAA%2CCAIA%2CIAAA%2CuBAAA%2CCAIA%2CKAAA%2CuBAAA%2CCAAA%2CCAQI%2CiDAAA%2CiCAAA%2CCAIE%2CgEAAA%2CoCAAA%2CCAMA%2CuDAAA%2C4HAAA%2CCAYA%2C4DAAA%2C0NAAA%2CCAgBE%2CoEAAA%2CwGAAA%2CCAUE%2C4EAAA%2CaAAA%2CCAMF%2CgEAAA%2CUAAA%2CCAEE%2CwEAAA%2C6IAAA%2CCAUA%2CwEAAA%2CwIAAA%2CCAUA%2C0EAAA%2C6IAAA%2CCAUA%2CyEAAA%2C0IAAA%2CC1FlDR%2CyB0FkEM%2CuDAAA%2C%2BBAAA%2CCAKA%2C4DAAA%2CqDAAA%2CCAKE%2CoEAAA%2CYAAA%2CCAIA%2CiEAAA%2C2CAAA%2CCAKE%2CwEAAA%2CsBAAA%2CCAOA%2CwEAAA%2CoBAAA%2CCAOA%2C0EAAA%2CsBAAA%2CCAOA%2CyEAAA%2CwHAAA%2CCAAA%2CC1F1GV%2CyB0FyHM%2CgEAAA%2CgEAAA%2CCAQA%2CuDAAA%2CmDAAA%2CCASI%2CwEAAA%2CsBAAA%2CCAOA%2CwEAAA%2CsBAAA%2CCAOA%2C0EAAA%2CqBAAA%2CCAOA%2CyEAAA%2CsBAAA%2CCAAA%2CCAWZ%2CyBAIQ%2CgEAAA%2CgEAAA%2CCAQA%2CuDAAA%2CmDAAA%2CCASI%2CwEAAA%2CWAAA%2CCAMA%2CwEAAA%2CWAAA%2CCAMA%2C0EAAA%2CqBAAA%2CCAOA%2CyEAAA%2CsBAAA%2CCAAA%2CCCrRZ%2C0CAAA%2CoDAAA%2CCAIC%2C4DAAA%2C%2BCAAA%2CCAMC%2C2EAAA%2CqHAAA%2CCAWC%2C%2BFAAA%2CmEAAA%2CCAOC%2C2GAAA%2CgEAAA%2CCASD%2C%2BFAAA%2CkEAAA%2CCAOC%2C2GAAA%2CgEAAA%2CCAUF%2C4EAAA%2CoHAAA%2CCASC%2C0FAAA%2CsDAAA%2CCAOC%2CwGAAA%2CiBAAA%2CCAGC%2C4GAAA%2C8DAAA%2CCAOA%2CwHAAA%2C4CAAA%2CCAMD%2CoGAAA%2C4KAAA%2CCAUC%2CgNAAA%2CuIAAA%2CCASA%2CsGAAA%2CqBAAA%2CCAIA%2C6GAAA%2CWAAA%2CCASJ%2CqFAAA%2CUAAA%2CCAIA%2CqFAAA%2CqBAAA%2CCAOF%2C0BAII%2C2EAAA%2COAAA%2CCAAA%2CCAQJ%2C0BAII%2C2EAAA%2COAAA%2CCAAA%2CCAQJ%2CyBAII%2C2EAAA%2COAAA%2CCAME%2CoGAAA%2C0BAAA%2CCAAA%2CCAYN%2CyBAII%2C2EAAA%2COAAA%2CCAME%2CoGAAA%2CYAAA%2CCAAA%2CCAeF%2CkFAAA%2CaAAA%2CCAME%2C2GAAA%2CiBAAA%2CCAKC%2C%2BHAAA%2C4DAAA%2CCCnNN%2C8CAAA%2CoDAAA%2CCAIC%2C4DAAA%2CYAAA%2CCAGA%2CgDAAA%2CwCAAA%2CCAGC%2CsDAAA%2C4DAAA%2CCAKD%2C4JAAA%2CqDAAA%2CCAWC%2CyMAAA%2CyBAAA%2CCAOA%2CsMAAA%2CcAAA%2CCAMD%2CwDAAA%2CwIAAA%2CCASC%2C2DAAA%2CmIAAA%2CCASC%2C8DAAA%2C6DAAA%2CCAKC%2CqEAAA%2C2IAAA%2CCAYA%2CgEAAA%2C%2BGAAA%2CCAOC%2CoEAAA%2CyFAAA%2CCASA%2CoEAAA%2CgBAAA%2CCAGA%2CoEAAA%2C0HAAA%2CCAWA%2CsEAAA%2CwEAAA%2CCAIC%2C0EAAA%2CMAAA%2CCAUL%2CyBACC%2CwDAAA%2CoEAAA%2CCAAA%2CCASD%2CyBACC%2C4DAAA%2CaAAA%2CCAIA%2C6DAAA%2CYAAA%2CCAIE%2C2DAAA%2CoCAAA%2CCAAA%2CCAMH%2CyBACC%2C4JAAA%2CgBAAA%2CCAKC%2C2DAAA%2CyBAAA%2CCAIE%2CqEAAA%2CUAAA%2CCAIA%2CgEAAA%2CcAAA%2CCAGC%2CoEAAA%2CWAAA%2CCAIA%2CoEAAA%2CyDAAA%2CCAAA%2CCCnKP%2C6FAAA%2CuBAAA%2CCAMC%2CmGAAA%2C2BAAA%2CCAUA%2CmGAAA%2C2BAAA%2CCAUD%2C0CAAA%2CwDAAA%2CCAMC%2CmDAAA%2C0GAAA%2CCASC%2CkEAAA%2CQAAA%2CCAGC%2CoEAAA%2CqEAAA%2CCAMC%2C4EAAA%2CuHAAA%2CCAYA%2CwEAAA%2CuCAAA%2CCAMA%2C0EAAA%2C0BAAA%2CCAMF%2CuEAAA%2C%2BHAAA%2CCAQC%2C6EAAA%2CwBAAA%2CCAIA%2C6EAAA%2CaAAA%2CCAGC%2CmFAAA%2CwBAAA%2CCAKD%2C8EAAA%2CaAAA%2CCAGC%2CoFAAA%2CwBAAA%2CCAMF%2CsEAAA%2CiDAAA%2CCAOC%2C8DAAA%2C6BAAA%2CCAGC%2CgEAAA%2CwBAAA%2CCAMF%2CgEAAA%2CuDAAA%2CCAOE%2CsEAAA%2C0BAAA%2CCAKD%2CsEAAA%2CuCAAA%2CCAOD%2C2DAAA%2CiGAAA%2CCAQC%2CmFAAA%2CwBAAA%2CCAKA%2CoFAAA%2CwBAAA%2CCAKA%2CqFAAA%2CwBAAA%2CCAIA%2C0EAAA%2CkBAAA%2CCAIC%2C4EAAA%2CsBAAA%2CCAMD%2C8EAAA%2CaAAA%2CCAGC%2CkGAAA%2C%2BDAAA%2CCAOA%2CsFAAA%2C4BAAA%2CCAIC%2CyFAAA%2CmBAAA%2CCAGC%2CgGAAA%2C4EAAA%2CCAUF%2C2FAAA%2C8BAAA%2CCAIC%2C6FAAA%2CqBAAA%2CCAIA%2CiGAAA%2CSAAA%2CCAMF%2CkEAAA%2COAAA%2CCAKD%2CyBAEE%2CkFAAA%2COAAA%2CCAIA%2CsFAAA%2COAAA%2CCAKC%2C0FAAA%2COAAA%2CCAIA%2C8FAAA%2COAAA%2CCAAA%2CCAQJ%2CsDAAA%2CaAAA%2CCAIA%2CkDAAA%2CsNAAA%2CCASC%2CyGAAA%2C8IAAA%2CCAaA%2CqDAAA%2CiEAAA%2CCAOA%2C%2BDAAA%2CsEAAA%2CCASD%2CyBACC%2CkDAAA%2C0EAAA%2CCAKC%2CqDAAA%2CYAAA%2CCAIA%2CyGAAA%2C%2BBAAA%2CCAMA%2C%2BDAAA%2CiIAAA%2CCAAA%2CCAaF%2CyBACC%2CkDAAA%2C0BAAA%2CCAAA%2CCAKD%2CyBACC%2CkDAAA%2C2BAAA%2CCAKC%2CoEAAA%2CUAAA%2CCAAA%2CCAOD%2CyDAAA%2CmGAAA%2CCAMC%2C4DAAA%2CgDAAA%2CCAIC%2CkIAAA%2CyDAAA%2CCAMC%2CsIAAA%2CmDAAA%2CCAMD%2CiEAAA%2C4BAAA%2CCAIA%2CiEAAA%2C4BAAA%2CCAKD%2CiIAAA%2CgMAAA%2CCAYA%2CgEAAA%2C6HAAA%2CCAUA%2C6EAAA%2CwBAAA%2CCAQA%2C6EAAA%2CwBAAA%2CC7FjVA%2CyB6FyVF%2CmDAAA%2CyBAAA%2CCAAA%2CC7FzVE%2CyB6F%2BVF%2CmDAAA%2CyBAAA%2CCAGC%2C2DAAA%2CkBAAA%2CCAOE%2CkGAAA%2CQAAA%2CCAOC%2CiGAAA%2CSAAA%2CCAAA%2CCAUN%2CkBAAA%2C0KAAA%2CCAaC%2CqBAAA%2C6JAAA%2CCAWC%2C4BAAA%2CwBAAA%2CCAIA%2C2BAAA%2CwBAAA%2CCAIA%2C0BAAA%2CwBAAA%2CCAIA%2CuBAAA%2CgFAAA%2CCAMA%2CsDAAA%2CqBAAA%2CCAKA%2C%2BBAAA%2CgGAAA%2CCAQA%2CuCAAA%2CwBAAA%2CCAIG%2C%2BBAAA%2C6KAAA%2CCAUF%2CqCAAA%2C0DAAA%2CCAOF%2CwBAAA%2CgGAAA%2CCASC%2CsCAAA%2C4OAAA%2CCAUC%2CwCAAA%2CiEAAA%2CCAQD%2C2BAAA%2C4GAAA%2CCAOI%2CqCAAA%2C2RAAA%2CCAcF%2C2CAAA%2C%2BRAAA%2CCAeA%2CwDAAA%2C8CAAA%2CCAIC%2C8DAAA%2CmCAAA%2CCAKD%2CwDAAA%2C8CAAA%2CCAIC%2C8DAAA%2CmCAAA%2CCAKD%2CwDAAA%2C8CAAA%2CCAIC%2C8DAAA%2CmCAAA%2CCAQJ%2CyBAAA%2CkBAAA%2CoDAAA%2CCAIC%2CwDAAA%2CYAAA%2CCAKA%2CqBAAA%2CgEAAA%2CCAIC%2CwCAAA%2CiGAAA%2CCAOA%2C8CAAA%2CmCAAA%2CCAIA%2C6CAAA%2CmCAAA%2CCAAA%2CCAMF%2CyBAAA%2CkBAAA%2CyBAAA%2CCAAA%2CCAMD%2CuCAAA%2CoDAAA%2CCAMG%2CoEAAA%2CwCAAA%2CCAMA%2C0BAEE%2CgEAAA%2CmFAAA%2CCAOC%2CoEAAA%2CsCAAA%2CCAAA%2CCASH%2CyBAEE%2CgEAAA%2C0BAAA%2CCAIC%2CoEAAA%2C2CAAA%2CCAAA%2CCASH%2CyBAEE%2CgEAAA%2CYAAA%2CCAGC%2CoEAAA%2C%2BBAAA%2CCAAA%2CCAUH%2C0DAAA%2CiBAAA%2CCAIE%2CoEAAA%2CwCAAA%2CCAMA%2CyEAAA%2CoIAAA%2CCASC%2C4EAAA%2C6BAAA%2CCAIA%2CuJAAA%2CwBAAA%2CCAQH%2CsDAAA%2CmDAAA%2CCAME%2C6EAAA%2C4JAAA%2CCAYA%2CkEAAA%2CkBAAA%2CCAIA%2CiEAAA%2C6BAAA%2CCAQH%2CoKAAA%2CwFAAA%2CCASC%2CmLAAA%2CqGAAA%2CCASC%2C%2BLAAA%2CeAAA%2CCAIA%2CkMAAA%2CUAAA%2CCAGC%2CiNAAA%2CkEAAA%2CCAMC%2C4OAAA%2CsFAAA%2CCAOC%2CueAAA%2CmDAAA%2CCAQA%2CsRAAA%2CYAAA%2CCAQJ%2CgLAAA%2CqDAAA%2CCAOD%2C2DAAA%2CwBAAA%2CCAIA%2CqDAAA%2CwBAAA%2CCAKD%2CyBAGE%2CoKAAA%2C4BAAA%2CCAMC%2CmLAAA%2C6CAAA%2CCAeE%2C2aAAA%2CUAAA%2CCAKA%2CoNAAA%2CyBAAA%2CCAIA%2CwPAAA%2CwCAAA%2CCAOF%2CyEAAA%2CuIAAA%2CCASC%2C4EAAA%2C4BAAA%2CCAGC%2CyFAAA%2C4BAAA%2CCAIA%2CsFAAA%2CeAAA%2CCAGC%2C8FAAA%2CiEAAA%2CCAMA%2CkGAAA%2C8CAAA%2CCAIC%2CwGAAA%2CmCAAA%2CCAKD%2CkGAAA%2C8CAAA%2CCAIC%2CwGAAA%2CmCAAA%2CCAKD%2CkGAAA%2C8CAAA%2CCAIC%2CwGAAA%2CmCAAA%2CCAKD%2C2TAAA%2CYAAA%2CCAAA%2CCAYN%2CyBAGE%2CoKAAA%2CYAAA%2CCAaG%2CuNAAA%2C8CAAA%2CCAKA%2CoNAAA%2CyBAAA%2CCAIA%2CwPAAA%2CwCAAA%2CCASD%2CoFAAA%2CuCAAA%2CCAAA%2CCAaJ%2CmCAAA%2C0BAAA%2CCAGC%2CsCAAA%2CyBAAA%2CCCr9BA%2CwMAAA%2C8BAAA%2CCAOA%2C6EAAA%2CwBAAA%2CCAGC%2CiFAAA%2C2GAAA%2CCAQC%2CqFAAA%2COAAA%2CCAGC%2CwFAAA%2CgDAAA%2CCAOD%2C%2BFAAA%2C6EAAA%2CCAOC%2CmGAAA%2C2BAAA%2CCAQH%2CkEAAA%2CwHAAA%2CCASC%2CsEAAA%2CgFAAA%2CCAOC%2C0EAAA%2CYAAA%2CCAIA%2C%2BEAAA%2C4FAAA%2CCAQC%2CkFAAA%2CmIAAA%2CCAQA%2C6FAAA%2CeAAA%2CCAGC%2CgGAAA%2C4BAAA%2CCAIE%2CsGAAA%2CsBAAA%2CCAWL%2C2EAAA%2CsGAAA%2CCAOC%2C8EAAA%2CoBAAA%2CCAIE%2CsFAAA%2CoDAAA%2CCAKC%2C6FAAA%2CSAAA%2CCAGC%2CiGAAA%2CUAAA%2CCAKD%2C0FAAA%2C0GAAA%2CCAQC%2C4FAAA%2CYAAA%2CCAOH%2C6FAAA%2CYAAA%2CCAME%2C0GAAA%2COAAA%2CCAGC%2C8GAAA%2CyBAAA%2CCAKD%2CuGAAA%2COAAA%2CCAQJ%2C0FAAA%2CiBAAA%2CCAMA%2C2FAAA%2CwBAAA%2CCAQA%2C2FAAA%2CwBAAA%2CCAMA%2C2FAAA%2CwBAAA%2CCAMF%2C0BAGG%2CiFAAA%2CeAAA%2CCAIE%2CwFAAA%2CuDAAA%2CCAQA%2CmGAAA%2C2BAAA%2CCAQH%2CkEAAA%2CeAAA%2CCAGC%2CsEAAA%2C6BAAA%2CCAKE%2CkFAAA%2CmBAAA%2CCAAA%2CCASL%2CyBACC%2C2EAAA%2CyBAAA%2CCAMI%2C0GAAA%2COAAA%2CCAEC%2C8GAAA%2CoCAAA%2CCAKD%2CuGAAA%2COAAA%2CCAAA%2CCASL%2CyBAGE%2C6EAAA%2CuCAAA%2CCAGC%2CiFAAA%2CoDAAA%2CCAKC%2CqFAAA%2COAAA%2CCAGC%2CwFAAA%2CgHAAA%2CCASD%2C%2BFAAA%2CmHAAA%2CCAQC%2CmGAAA%2C0BAAA%2CCAQH%2CkEAAA%2CqFAAA%2CCAOC%2CsEAAA%2C4DAAA%2CCAMC%2C0EAAA%2CYAAA%2CCAMC%2CkFAAA%2C%2BCAAA%2CCAKA%2CiFAAA%2C2BAAA%2CCAQF%2CmGAAA%2CwBAAA%2CCAMA%2CmGAAA%2CwBAAA%2CCAMA%2CmGAAA%2CwBAAA%2CCAKF%2CmGAAA%2CwBAAA%2CCAAA%2CCClVF%2CqBAAA%2C%2BBAAA%2CCAIC%2CwBAAA%2CUAAA%2CCAIA%2C0BAAA%2C6DAAA%2CCAOC%2C8CAAA%2CqBAAA%2CCAGC%2CqDAAA%2C4CAAA%2CCASF%2CyBACC%2C0BAAA%2CsCAAA%2CCAAA%2CCC3BD%2CqGAAA%2CkBAAA%2CCAQD%2CqCAAA%2CUAAA%2CCAKA%2CkBAAA%2CYAAA%2CCAIA%2CYAAA%2CYAAA%2CCCjBC%2C0CAAA%2CWAAA%2CCAIA%2C0FAAA%2CaAAA%2CCAMA%2CiBAAA%2CwDAAA%2CCAQK%2CoDAAA%2CUAAA%2CCAQE%2CgEAAA%2CmBAAA%2CCAYP%2C6EAAA%2CaAAA%2CCAKA%2CiDAAA%2CaAAA%2CCAIA%2CiBAAA%2CkBAAA%2CCAIA%2CoBAAA%2CkBAAA%2CCAGC%2C2BAAA%2C%2BDAAA%2CCAKC%2C6CAAA%2CYAAA%2CCAKC%2CuCAAA%2CgDAAA%2CCAGC%2CuDAAA%2CiBAAA%2CCAKD%2CoCAAA%2CiJAAA%2CCASC%2C0CAAA%2CaAAA%2CCAKD%2CoCAAA%2C6CAAA%2CCAME%2CmDAAA%2CcAAA%2CCAKD%2CsCAAA%2CiKAAA%2CCAUC%2C4CAAA%2CaAAA%2CCAWH%2CyCAAA%2CyBAAA%2CCAIC%2C4CAAA%2CkFAAA%2CCAMC%2CoDAAA%2CoGAAA%2CCAWA%2CmDAAA%2C%2BIAAA%2CCAkBJ%2CmBAAA%2C4BAAA%2CCjGtGG%2C0BAAA%2CmBAAA%2CaAAA%2CCAAA%2CCiG%2BGJ%2CUAAA%2CeAAA%2CCjG%2FGI%2C0BAAA%2CUAAA%2CYAAA%2CCAAA%2CCkGxDJ%2CUAAA%2CCACE%2CkBAAA%2C%2BCAAA%2CCAKI%2C6CAAA%2CgCAAA%2CCAKF%2CgCAAA%2CUAAA%2CCAGE%2CoCAAA%2CsBAAA%2CCAKA%2C2CAAA%2CsBAAA%2CCAMF%2C%2BBAAA%2C2HAAA%2CCASE%2CmCAAA%2CiDAAA%2CCAKA%2CyBAAA%2C%2BBAAA%2C0CAAA%2CCAAA%2CCAOA%2CgCAAA%2CuBAAA%2CCAIE%2CsCAAA%2CaAAA%2CCAMJ%2CqCAAA%2CwBAAA%2CCAKE%2CmIAAA%2CkCAAA%2CCAUQ%2CqEAAA%2CeAAA%2CCASN%2C6CAAA%2CgCAAA%2CCAME%2CmDAAA%2CoCAAA%2CCAQF%2CmDAAA%2C6BAAA%2CCAIE%2C4DAAA%2CkBAAA%2CCAIA%2CgEAAA%2C4BAAA%2CCAGE%2CkEAAA%2C6HAAA%2CCASE%2CwEAAA%2CaAAA%2CCAKF%2CoEAAA%2CgIAAA%2CCASE%2C0EAAA%2CUAAA%2CCAMJ%2CsDAAA%2CoBAAA%2CCAGE%2CyDAAA%2CaAAA%2CCAGE%2C2DAAA%2CkCAAA%2CCAIE%2CiEAAA%2CyBAAA%2CCAKF%2CqEAAA%2CeAAA%2CCAQR%2C4CAAA%2C6BAAA%2CCAKF%2C8BAAA%2CkBAAA%2CCAGE%2C%2BCAAA%2CkCAAA%2CCAKI%2C2DAAA%2CaAAA%2CCAGE%2CoEAAA%2CiBAAA%2CCAMA%2CiEAAA%2C6BAAA%2CCAOA%2CiEAAA%2C6BAAA%2CCAOA%2CsEAAA%2CsCAAA%2CCAKE%2C4EAAA%2C2DAAA%2CCAOA%2C%2BEAAA%2CoBAAA%2CCAON%2CyDAAA%2CaAAA%2CCAGE%2C2DAAA%2C0LAAA%2CCAYE%2CoEAAA%2CsEAAA%2CCASA%2CkEAAA%2CWAAA%2CCAMA%2CiEAAA%2C6BAAA%2CCAIE%2C0EAAA%2CUAAA%2CCAON%2CoDAAA%2C4BAAA%2CCAGE%2CsDAAA%2CaAAA%2CCAGE%2C%2BDAAA%2C6BAAA%2CCAKF%2C%2BDAAA%2CQAAA%2CCAGE%2CiEAAA%2CyCAAA%2CCASE%2CqEAAA%2CUAAA%2CCAQR%2CgDAAA%2CkBAAA%2CCAII%2CuDAAA%2CaAAA%2CCAON%2CuBAAA%2C%2BFAAA%2CCAKE%2C0CAAA%2CuBAAA%2CWAAA%2CCAAA%2CCAIA%2C6BAAA%2C4BAAA%2CCAIA%2CmCAAA%2CkCAAA%2CCAWJ%2CsBAAA%2C2BAAA%2CCAEE%2CyCAAA%2CsBAAA%2CYAAA%2CCAAA%2CCAMA%2C2BAAA%2CoBAAA%2CCAKE%2C0BAAA%2CkBAAA%2CCAIA%2C0BAAA%2CkBAAA%2CCAyCF%2C6DAAA%2CsBAAA%2CCAGA%2C0CAAA%2C2CAAA%2CuBAAA%2CCAAA%2CCAMA%2CyCACE%2C4CAAA%2CwCAAA%2CCAAA%2CCAQF%2CwCAAA%2C6BAAA%2CCAOI%2C8FAAA%2CoBAAA%2CCAKM%2CgIAAA%2CwCAAA%2CCAKE%2C0IAAA%2CwCAAA%2CCAKE%2CkJAAA%2CgBAAA%2CCAGE%2C6JAAA%2CUAAA%2CCAGE%2CoKAAA%2CaAAA%2CCAKE%2C%2BKAAA%2CaAAA%2CCAgBpB%2CgCAAA%2CgBAAA%2CCAIM%2CuDAAA%2C0CAAA%2CCAKI%2CgEAAA%2CkCAAA%2CClG7YV%2C0BkGoZY%2CgEAAA%2CYAAA%2CCAAA%2CCC5chB%2CgBAAA%2C6OAAA%2CCAgBC%2CqBAAA%2C4BAAA%2CCAKA%2C%2BBAAA%2CaAAA%2CCAIA%2CqBAAA%2CSAAA%2CCAIA%2CgCAAA%2CmSAAA%2CCAiBC%2CsCAAA%2CwBAAA%2CCAIA%2CkCAAA%2C2HAAA%2CCAWD%2C%2BCAAA%2CmBAAA%2CCAGC%2C4DAAA%2CeAAA%2CCAGC%2C%2BDAAA%2CsDAAA%2CCAKC%2CsEAAA%2C0IAAA%2CCAWA%2CiEAAA%2CgMAAA%2CCAaC%2CuEAAA%2CyBAAA%2CCAIA%2CsJAAA%2CaAAA%2CCAMD%2CuEAAA%2C4WAAA%2CCAmBC%2C2EAAA%2C4BAAA%2CCAMD%2CkEAAA%2C8FAAA%2CCAOC%2CqEAAA%2C%2BBAAA%2CCAGC%2CuEAAA%2C0KAAA%2CCAWC%2CoFAAA%2CyCAAA%2CCAMD%2C6EAAA%2CYAAA%2CCAIA%2CgFAAA%2CkDAAA%2CCAOC%2C2EAAA%2CiBAAA%2CCASF%2CmFAAA%2CwBAAA%2CCAIA%2CkFAAA%2CkGAAA%2CCAOD%2CoEAAA%2CwBAAA%2CCAGC%2CuEAAA%2CaAAA%2CCAIA%2C6EAAA%2CYAAA%2CCAIA%2CsEAAA%2CaAAA%2CCAIA%2CuEAAA%2CSAAA%2CCAWA%2C0EAAA%2C0EAAA%2CCAQE%2CgFAAA%2C0EAAA%2CCC9NL%2CcAAA%2CgMAAA%2CCAcE%2CsGAAA%2CYAAA%2CCAGE%2CoHAAA%2CoBAAA%2CCAMJ%2C4BAAA%2CYAAA%2CCAKF%2COAAA%2CSAAA%2CCAII%2CeAAA%2CoBAAA%2CCAMJ%2CyDAAA%2CyFAAA%2CCAeE%2CiFAAA%2CaAAA%2CCAKA%2CyHAAA%2C4CAAA%2CCAMF%2CQAAA%2C0BAAA%2CCAIA%2CSAAA%2C2BAAA%2CCASU%2CuCAAA%2CmCAAA%2CCAKA%2CuCAAA%2CmCAAA%2CCAKA%2CuCAAA%2CmCAAA%2CCAKA%2CuCAAA%2CmCAAA%2CCAKA%2CuCAAA%2CmCAAA%2CCAMA%2CuCAAA%2CmCAAA%2CCAMA%2CuCAAA%2CmCAAA%2CCAWR%2CyBACE%2CwBAAA%2CkBAAA%2CCAAA%2CCAWA%2CiBAAA%2CSAAA%2CCAQJ%2CYAAA%2CaAAA%2CCAOE%2CyBAAA%2C6BAAA%2CkCAAA%2CCAGE%2CyCAAA%2CQAAA%2CCAEE%2CiDAAA%2C0DAAA%2CCAAA%2CCCzJN%2CaACE%2CMAAA%2CsBAAA%2CCAIA%2CkGAAA%2C8GAAA%2CCAcA%2CEAAA%2C6DAAA%2CCAKA%2CKAAA%2C0BAAA%2CCAKA%2CkBAAA%2CsBAAA%2CCASA%2CQAAA%2CwBAAA%2CCAIA%2CIAAA%2C4DAAA%2CCAOA%2CqDAAA%2C2BAAA%2CCAIA%2CIAAA%2CqJAAA%2CCASA%2C2JAAA%2CuBAAA%2CCAWA%2CsKAAA%2CuBAAA%2CCASA%2CgBAAA%2C%2BCAAA%2CCAKA%2C6DAAA%2CuBAAA%2CCAOE%2CqDAAA%2CuBAAA%2CCAKE%2CoDAAA%2CuBAAA%2CCAKE%2CiHAAA%2C%2BCAAA%2CCAAA%22%7D */
.img-right { float: right; margin-left: 10px; }
.img-left { float: left; margin-right: 10px; }
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNkLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxhQUFhLGFBQWEsQ0FBQyxrQkFBa0IsRUFBRTtBQUMvQyxZQUFZLFlBQVksQ0FBQyxtQkFBbUIsRUFBRSIsImZpbGUiOiJzZC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIuaW1nLXJpZ2h0IHsgZmxvYXQ6IHJpZ2h0OyBtYXJnaW4tbGVmdDogMTBweDsgfVxyXG4uaW1nLWxlZnQgeyBmbG9hdDogbGVmdDsgbWFyZ2luLXJpZ2h0OiAxMHB4OyB9XHJcbiJdfQ== */
.cookie-consent-container{position:fixed;z-index:999999;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.5);font-family:Helvetica Light,sans-serif;font-weight:300;font-size:1rem;color:#4d4d4d;line-height:1.5}.cookie-consent-container .detail{visibility:hidden;opacity:0;height:0;width:0;overflow:hidden;transition:all .5s ease-in-out}.cookie-consent-container .detail.open{height:auto;width:100%;visibility:visible;opacity:1;overflow:auto;display:block;margin-bottom:15px;font-size:1rem;transition:all .5s ease-in-out}.cookie-consent-container .text-center{text-align:center}.cookie-consent-container p{margin:0 0 15px 0}.cookie-consent-container a,.cookie-consent-container a:visited,.cookie-consent-container a:active,.cookie-consent-container a:focus,.cookie-consent-container a:focus:active{color:#999;text-decoration:none}.cookie-consent-container a:hover,.cookie-consent-container a:visited:hover,.cookie-consent-container a:active:hover,.cookie-consent-container a:focus:hover,.cookie-consent-container a:focus:active:hover{color:#000;transition:all .5s ease-in-out}.cookie-consent-container a.show-details,.cookie-consent-container a:visited.show-details,.cookie-consent-container a:active.show-details,.cookie-consent-container a:focus.show-details,.cookie-consent-container a:focus:active.show-details{display:block;position:relative;padding-right:20px;font-size:.75rem;margin-bottom:25px}@media all and (min-width: 660px){.cookie-consent-container a.show-details,.cookie-consent-container a:visited.show-details,.cookie-consent-container a:active.show-details,.cookie-consent-container a:focus.show-details,.cookie-consent-container a:focus:active.show-details{margin-bottom:15px}}.cookie-consent-container a.show-details:after,.cookie-consent-container a:visited.show-details:after,.cookie-consent-container a:active.show-details:after,.cookie-consent-container a:focus.show-details:after,.cookie-consent-container a:focus:active.show-details:after{content:"";width:0;height:0;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);border-style:solid;border-width:4px 4px 0 4px;border-color:#999 transparent transparent transparent;margin:7px 0 0 5px;position:absolute;top:0}.cookie-consent-container a.show-details:hover:after,.cookie-consent-container a:visited.show-details:hover:after,.cookie-consent-container a:active.show-details:hover:after,.cookie-consent-container a:focus.show-details:hover:after,.cookie-consent-container a:focus:active.show-details:hover:after{transition:all .5s ease-in-out;border-color:#000 transparent transparent transparent}.cookie-consent-container a.show-details .less,.cookie-consent-container a:visited.show-details .less,.cookie-consent-container a:active.show-details .less,.cookie-consent-container a:focus.show-details .less,.cookie-consent-container a:focus:active.show-details .less{display:none}.cookie-consent-container a.show-details.open .more,.cookie-consent-container a:visited.show-details.open .more,.cookie-consent-container a:active.show-details.open .more,.cookie-consent-container a:focus.show-details.open .more,.cookie-consent-container a:focus:active.show-details.open .more{display:none}.cookie-consent-container a.show-details.open .less,.cookie-consent-container a:visited.show-details.open .less,.cookie-consent-container a:active.show-details.open .less,.cookie-consent-container a:focus.show-details.open .less,.cookie-consent-container a:focus:active.show-details.open .less{display:inline-block}.cookie-consent-container a.show-details.open:after,.cookie-consent-container a:visited.show-details.open:after,.cookie-consent-container a:active.show-details.open:after,.cookie-consent-container a:focus.show-details.open:after,.cookie-consent-container a:focus:active.show-details.open:after{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(1800deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.cookie-consent-container .label{color:#4d4d4d;font-size:1rem;font-weight:300;display:inline-block;margin:0 0 12px 0;position:relative;padding:0 0 0 30px;line-height:1.5;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cookie-consent-container .label.partially-checked .checkmark{background-color:#6f9322}.cookie-consent-container .label.partially-checked .checkmark:after{display:none}.cookie-consent-container .label input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.cookie-consent-container .label input:checked~.checkmark{background-color:#6f9322}.cookie-consent-container .label input:checked~.checkmark:after{display:block}.cookie-consent-container .label input:disabled:checked~.checkmark{opacity:.6}.cookie-consent-container .label .checkmark{position:absolute;top:0;left:0;height:22px;width:22px;background:#eee;border:1px solid #bfbfbf}.cookie-consent-container .label .checkmark:after{content:"";position:absolute;display:none;left:6px;top:0;width:7px;height:15px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.cookie-consent-container .consent-modal{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);max-width:500px;width:90%;height:590px;max-height:calc(100vh - 50px);min-height:295px;margin:auto;padding:1em;background-color:#fff;overflow-y:auto;box-shadow:0 0 5px #000;border-radius:5px;transition:all .5s ease-in-out}@media all and (min-width: 500px){.cookie-consent-container .consent-modal{height:470px}}@media all and (min-width: 900px){.cookie-consent-container .consent-modal{height:450px;max-height:calc(100vh - 100px)}}.cookie-consent-container .consent-modal .option-wrapper{background:#eee;padding:15px;margin-bottom:15px}.cookie-consent-container .consent-modal .option-wrapper:last-child{margin-bottom:0}.cookie-consent-container .consent-modal .option-wrapper p:last-child{margin-bottom:0}.cookie-consent-container .consent-modal .option-wrapper .option-headline{text-transform:uppercase;letter-spacing:1px;font-size:1.25rem;font-weight:400}.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper{margin-bottom:10px;border-bottom:2px solid #afafaf}.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper:last-child{margin-bottom:0}.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail{border-bottom:1px solid #ddd;padding:7px 10px 3px;font-size:.875rem}.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail:last-child{border-bottom:none;padding-bottom:6px}.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option{background:#dedede;font-size:1rem;font-weight:400;transition:all ease-in-out .5s}.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option:hover{background:#d4d0d0;transition:all ease-in-out .5s}.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option:hover~.option-detail{background:#f3f3f3;transition:all ease-in-out .5s}.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option .label{color:#4d4d4d;text-align:left;font-weight:400}.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail .option-title{font-weight:400;width:100%;text-align:left;display:inline-block;vertical-align:top}@media all and (min-width: 500px){.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail .option-title{width:30%}}.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail .option-value{width:100%;display:inline-block;vertical-align:top}@media all and (min-width: 500px){.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail .option-value{width:69%}}.cookie-consent-container .consent-modal .option-wrapper .label{margin-bottom:0;padding:0 20px 0 0;width:100%}.cookie-consent-container .consent-modal .option-wrapper .label .checkmark{right:0;left:inherit;background:#eee;border:1px solid #bfbfbf}.cookie-consent-container .consent-modal .option-wrapper .label input:checked~.checkmark{background-color:#6f9322}.cookie-consent-container .consent-modal .cookie-headline{line-height:1.5;margin:0 0 15px 0;color:#4d4d4d;display:block;text-transform:uppercase;letter-spacing:1px;font-size:1.25rem;font-weight:400}.cookie-consent-container .consent-modal.open{max-width:750px;height:calc(100vh - 50px)}.cookie-consent-container .consent-modal .options{list-style:none;margin:0 0 15px 0;padding:0}.cookie-consent-container .consent-modal .options li{margin-bottom:5px}@media all and (min-width: 500px){.cookie-consent-container .consent-modal .options li{width:49%;display:inline-block}}.cookie-consent-container .consent-modal .footer-links{display:block;width:100%;line-height:90%}.cookie-consent-container .buttons{margin-bottom:25px}@media all and (min-width: 660px){.cookie-consent-container .buttons{margin-bottom:15px}}.cookie-consent-container .buttons .btn{font-size:1rem;padding:11px 10px;cursor:pointer;border-radius:3px;width:100%;max-width:370px;text-align:center;font-weight:300;clear:both;text-transform:uppercase;letter-spacing:1px;line-height:100%}.cookie-consent-container .buttons .btn:hover{transition:all .5s ease-in-out}.cookie-consent-container .buttons .btn--primary{background:#6f9322;color:#fff;border:2px solid #6f9322;margin-bottom:10px}.cookie-consent-container .buttons .btn--primary:hover{background:#30400f;border:2px solid #30400f}.cookie-consent-container .buttons .btn--secondary{background:transparent;color:#999;border:2px solid #999;opacity:.5}.cookie-consent-container .buttons .btn--secondary.deny{margin-bottom:10px}.cookie-consent-container .buttons .btn--secondary:hover{background:transparent;color:#999;opacity:1}.cookie-consent-settings{margin-bottom:10px}.cookie-consent-settings .detail{visibility:hidden;opacity:0;height:0;width:0;overflow:hidden;transition:all .5s ease-in-out}.cookie-consent-settings .detail.open{height:auto;width:100%;visibility:visible;opacity:1;overflow:auto;display:block;margin-bottom:15px;font-size:1rem;transition:all .5s ease-in-out}