/*------------------------------------------------------
REPORT
------------------------------------------------------*/

body.page-template-report .report_header_inside {
	position: relative;
	z-index: 500;
}

body.page-template-report p a {
	color:#fff;
	text-decoration: underline;
}

body.page-template-report #wrapper .inside, body.page-template-report footer .inside {
	max-width: 980px;
}

body.page-template-report #wrapper .search_wrap .inside {
	max-width: 100% !important;
	width: 100% !important;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

body.page-template-report #wrapper {
	overflow-x:hidden;
}

body.page-template-report header {
	display: none;
}

body.page-template-report header.report_header {
	display: block;
	position: relative;
	height: 100vh;
}

body.page-template-report header.report_header a.go_back_to_start {
	color:#fff;
	font-size: 14px;
	letter-spacing: -0.6px;
	margin-top: 13px;
	float: right;
}

body.page-template-report .bg_img {
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: -moz-calc(100vh - 160px);
	height: -webkit-calc(100vh - 160px);
	height: -o-calc(100vh - 160px);
	height: calc(100vh - 160px);
}

body.page-template-report .main_title {
	position: absolute;
	bottom:60px;
	left:0;
	right:0;
	z-index: 1;
}

body.page-template-report .main_title .column_left,
body.page-template-report .main_title .column_right {
	display: block;
	float: left;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size:65px;
	letter-spacing: 0.02em;
	font-family: 'Amatic SC', cursive;
}

body.page-template-report .main_title .column_left {
	width: 66%;
	background: #FC7B47;
	color:#fff;
}

body.page-template-report .main_title .column_right {
	width: 34%;
	background: #fff;
	color:#092238;
}

body.page-template-report .report_nav {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	background: #2173A4;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

body.page-template-report .report_nav a {
	color:#fff;
	margin:0 8px;
	border-bottom:1px solid transparent;
	-webkit-transition:border 0.3s ease-out;
	transition:border 0.3s ease-out;
	white-space: nowrap;
}

body.page-template-report .report_nav a.active,
body.page-template-report .report_nav a:hover {
	border-bottom:1px solid #FC7B47;
}

body.page-template-report .report_section_vorwort {
	padding-top:82px;
}

body.page-template-report .report_section_vorwort img {
	display: block;
	border-radius:50%;
	margin:0 auto;
}

body.page-template-report .report_section_vorwort .img_text {
	display: block;
	font-size:14px;
	line-height: 20px;
	color:#092238;
	text-align: center;
	margin-bottom:56px;
	margin-top:10px;
}

body.page-template-report h2 {
	display: block;
	text-align: center;
	font-size:65px;
	line-height: 40px;
	letter-spacing: 0.02em;
	font-family: 'Amatic SC', cursive;
	color:#2173A4;
	text-transform: uppercase;
	margin-bottom:40px;
}

body.page-template-report .inside.text_grey {
	display: block;
	font-size:18px;
	line-height: 30px;
	font-weight: bold;
	color:#A7A8AA;
	text-align: left;
	margin-bottom:50px !important;
}

body.page-template-report .inside.text_grey .read_more_text_grey {
	display: none;
}

body.page-template-report a.more_button {
	display: block;
	height: 53px;
	width: 782px;
	background: url(../images/bg_button.svg) no-repeat center center;
	background-size:auto 100%;
	font-size:16px;
	line-height: 53px;
	color:#FC7B47;
	text-transform: uppercase;
	text-align: center;
	margin:0 auto 25px auto;
}

body.page-template-report a.more_button.inactive span.more_text {
	display: block;
}

body.page-template-report a.more_button.inactive span.less_text {
	display: none;
}

body.page-template-report a.more_button.active span.more_text {
	display: none;
}

body.page-template-report a.more_button.active span.less_text {
	display: block;
}

body.page-template-report .mountain_range {
	display: block;
	width: 100%;
	height: 631px;
	background: url('../images/mountains_top.svg') no-repeat left top;
	background-size:100% auto;
}

body.page-template-report h2.title_mountain_range {
	margin-top:-150px;
	color:#009DD3;
}

body.page-template-report .gradient_content {
	display: block;
	background: rgb(33,115,164);
	background: linear-gradient(0deg, rgba(33,115,164,1) 0%, rgba(9,34,56,1) 100%);
}

body.page-template-report .add_to_title {
	display: block;
	font-size:30px;
	line-height: 30px;
	font-family: 'Amatic SC', cursive;
	text-align: center;
	color:#fff;
	margin-top:-20px;
	padding-bottom:90px;
}

body.page-template-report img.img_jahresrueckblick {
	display: block;
	max-width: 1025px;
	height: auto;
	margin:0 auto;
	padding-bottom:129px;
}

body.page-template-report .zahlen_und_fakten {
	color:#fff;
}

body.page-template-report .zahlen_und_fakten .item_row {
	display: table;
	width: 80%;
	padding-bottom:244px;
	background: url('../images/ski_line_left.svg') no-repeat bottom 20px left 0;
	background-size:auto 204px;
	max-width: 1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}

body.page-template-report .zahlen_und_fakten .number {
	display: block;
	position: relative;
	width: 32%;
	width: -moz-calc(32% - 10px);
	width: -webkit-calc(32% - 10px);
	width: -o-calc(32% - 10px);
	width: calc(32% - 10px);
	margin-right:10px;
	float: left;
	font-family: 'Amatic SC', cursive;
	color:#FC7B47;
	font-size:90px;
	line-height: 90px;
	padding-top:20px;
}

body.page-template-report .zahlen_und_fakten .number .title_number {
	font-size:30px;
	line-height: 30px;
}

body.page-template-report .zahlen_und_fakten .text_item {
	display: block;
	width: 68%;
	width: -moz-calc(68% - 60px);
	width: -webkit-calc(68% - 60px);
	width: -o-calc(68% - 60px);
	width: calc(68% - 60px);
	margin-left:10px;
	float: left;
	text-align: left;
}

body.page-template-report img.img_icon_mobile {
	display: none;
}

body.page-template-report .zahlen_und_fakten .text_item p {
	display: block;
}

body.page-template-report .zahlen_und_fakten a.link_box {
	display: inline-block;
	padding:3px 20px;
	text-transform: uppercase;
	color:#FC7B47;
	border:1px solid #FC7B47;
	margin-top:10px;
	-webkit-transition:color 0.3s ease-out, border 0.3s ease-out;
	transition:color 0.3s ease-out, border 0.3s ease-out;
}

body.page-template-report .zahlen_und_fakten a.link_box:hover {
	color:#fff;
	border:1px solid #fff;
}

body.page-template-report .zahlen_und_fakten .text_item img {
	margin-bottom:5px;
}

body.page-template-report .zahlen_und_fakten .item_row:nth-child(even) {
	text-align: right;
	background: url('../images/ski_line_right.svg') no-repeat bottom 20px right 0;
	background-size:auto 204px;

}

body.page-template-report .zahlen_und_fakten .item_row:nth-child(even) .number {
	float: right;
}

body.page-template-report .zahlen_und_fakten .item_row:nth-child(even) .text_item {
	text-align: right;
}

/* Buchungsverlauf */

body.page-template-report .report_section_buchungsverlauf {
	display: block;
}

body.page-template-report .report_section_buchungsverlauf h2,
body.page-template-report .report_section_herkunfskantone h2  {
	color:#009DD3;
	padding-top:197px;
	font: Bold 45px/45px Amatic SC;
	letter-spacing: 1.35px;
}

body.page-template-report .report_section_herkunfskantone .text_to_graphic {
	color:#fff;
}

body.page-template-report .text_to_graphic {
	font-size:16px;
	line-height: 26px;
	color:#fff;
	max-width: 80%;
	margin:20px auto 0 auto;
}

body.page-template-report img.img_herkunfskantone,
body.page-template-report img.img_buchungsverlauf,
body.page-template-report img.img_verein_organe {
	display: block;
	height: auto;
	margin:0 auto;
	max-width: 623px;
}

body.page-template-report .report_section_infos {
	padding-top:80px;
	padding-bottom:50px;
}

body.page-template-report .report_section_infos .number {
	position:relative;
}

body.page-template-report .report_section_infos .number img {
	display: block;
	width: 270px;
	height: 270px;
	border-radius:50%;
	z-index: 1;
	position: relative;
}

body.page-template-report .report_section_infos .number span.cirle_big {
	display: block;
	position: absolute;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	background: #fff;
	z-index: 0;
	left:-28px;
	top:-5px;
}

body.page-template-report .report_section_infos .number span.cirle_small {
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
	z-index: 2;
	left:10px;
	bottom:-5px;
}

body.page-template-report .report_section_infos .zahlen_und_fakten .item_row {
	background: url(../images/ski_line_right.svg) no-repeat bottom 20px right 50%;
	background-size: auto 204px;
}

body.page-template-report .report_section_infos .zahlen_und_fakten .item_row:nth-child(even) {
	background: url(../images/ski_line_left.svg) no-repeat bottom 20px left 50%;
	background-size: auto 204px;
}

body.page-template-report .report_section_infos .zahlen_und_fakten .item_row:nth-child(even) .text_item {
	text-align: left;
}

body.page-template-report .report_section_infos .zahlen_und_fakten .item_row:nth-child(3) .text_item {
	text-align: right;
}


body.page-template-report .report_section_infos .zahlen_und_fakten .title_info {
	font-size:30px;
	line-height: 30px;
	color:#FC7B47;
	font-family: 'Amatic SC', cursive;
	margin-bottom:20px;
}

/* Jahresabschluss */

body.page-template-report .report_section_jahresabschluss {
	background: #009DD3;
	padding:62px 0;
	color:#fff;
}

body.page-template-report .report_section_jahresabschluss  h2 {
	color:#fff;
	margin-top:10px;
}

body.page-template-report .report_section_jahresabschluss .subtitle {
	display: block;
	font-size:30px;
	line-height: 30px;
	font-family: 'Amatic SC', cursive;
	text-align: center;
	text-transform: uppercase;
	margin-top:-20px;
	margin-bottom:42px;
}

body.page-template-report .report_section_jahresabschluss .text_jahresabschluss {
	max-width: 80%;
	margin:0 auto;
	margin-bottom:20px;
}

body.page-template-report .report_section_jahresabschluss a.download_pdf {
	display: inline-block;
	line-height: 50px;
	height: 50px;
	background: #FC7B47;
	color:#fff;
	text-align: center;
	padding:0 30px;
	color:#fff;
	text-transform: uppercase;
}

body.page-template-report .report_section_verein_organe {
	background: #EAEAEA;
	padding-bottom:97px;
	padding-top:55px;
}

body.page-template-report .report_section_verein_organe h2 {
	color:#092238;
}

body.page-template-report .report_section_verein_organe .text_to_graphic {
	color:#092238;
	margin-bottom:53px;
}

body.page-template-report .report_section_mitglieder_partner {
	background: #fff;
	padding-top:55px;
}

body.page-template-report .report_section_mitglieder_partner h2 {
	color:#092238;
}

body.page-template-report .accordeon_row .accordeon_title {
	background: #2173A4;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size:20px;
	color:#fff;
	text-transform: uppercase;
	cursor:pointer;
	-webkit-transition:background 0.3s ease-out;
	transition:background 0.3s ease-out;
	margin-bottom:2px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body.page-template-report .accordeon_row .accordeon_title span {
	display: inline-block;
	padding-right:48px;
	background: url('../images/accordeon_arrow_down.svg') no-repeat top 15px right;
	background-size:18px 18px;
}

body.page-template-report .accordeon_row.active .accordeon_title span {
	background: url('../images/accordeon_arrow_up.svg') no-repeat top 20px right;
	background-size:18px 18px;
}

body.page-template-report .accordeon_row:hover .accordeon_title,
body.page-template-report .accordeon_row.active .accordeon_title {
	background: #FC7B47;
}

body.page-template-report .accordeon_row .accordeon_content {
	display: none;
	padding:0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body.page-template-report .report_section_mitglieder_partner {
	padding-bottom:97px;
}

body.page-template-report .report_section_mitglieder_partner .text_to_graphic {
	color:#082137;
	padding-bottom:50px;
}

/*------------------------------------------------------
VERY BIG
------------------------------------------------------*/

@media all and (min-width: 1500px) and (min-width: 0) {
	body.page-template-report .mountain_range {
		height: 1000px;
	}
	body.page-template-report h2.title_mountain_range {
		margin-top:-400px;
	}
}

@media all and (min-width: 1800px) and (min-width: 0) {
	body.page-template-report h2.title_mountain_range {
		margin-top:-200px;
	}
}

@media all and (min-width: 2200px) and (min-width: 0) {
	body.page-template-report h2.title_mountain_range {
		margin-top:0;
	}
}

@media all and (min-width: 4000px) and (min-width: 0) {
	body.page-template-report h2.title_mountain_range {
		padding-top:100px;
	}
}

/*------------------------------------------------------
TABLET
------------------------------------------------------*/

@media all and (max-width: 1020px) and (min-width: 0) {

	body.page-template-report .mobile_menu {
		position: fixed;
		top:0;
		left:0;
		right:0;
		height: 50px;
		background: transparent;
	}

	body.page-template-report .show_mobile_menu {
		display: none !important;
	}

	body.page-template-report header .nav_column {
		width: 100%;
	}

	body.page-template-report .mobile_menu .mobile_logo {
		margin-top:7px;
	}

	body.page-template-report .show_mobile_menu {
		margin-right:15px;
	}

	body.page-template-report .bg_img {
		height: -moz-calc(100vh - 192px);
		height: -webkit-calc(10vh - 192px);
		height: -o-calc(100vh - 192px);
		height: calc(100vh - 192px);
	}

	body.page-template-report .main_title .column_left, body.page-template-report .main_title .column_right {
		display: block;
		float: none;
		height: 66px;
		width: 100%;
		line-height: 66px;
	}

	body.page-template-report .main_title {
		bottom:60px;
		height: 132px;
	}

	body.page-template-report .main_title .column_left, body.page-template-report .main_title .column_right {
		font-size:45px;
	}

	body.page-template-report a.more_button {
		height: 44px;
		line-height: 44px;
		font-size:14px;
		width: 80%;
	}

	body.page-template-report .mountain_range {
		height: 60vw;
	}

	body.page-template-report h2.title_mountain_range {
		margin-top:-20vw;
	}

	body.page-template-report .report_section_infos .zahlen_und_fakten .item_row {
		padding-left:0;
		width: 100%;
	}

	body.page-template-report .zahlen_und_fakten .number {
		width: -moz-calc(50% - 40px);
		width: -webkit-calc(50% - 40px);
		width: -o-calc(50% - 40px);
		width: calc(50% - 40px);
		margin-left:20px;
		margin-right:20px;
	}

	body.page-template-report .zahlen_und_fakten .text_item {
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		width: -o-calc(50% - 10px);
		width: calc(50% - 10px);
	}

	body.page-template-report .zahlen_und_fakten .item_row {
		background: url(../images/ski_line_left.svg) no-repeat bottom 20px left 0;
		background-size: auto 150px;
	}

	body.page-template-report .zahlen_und_fakten .item_row:nth-child(even) {
		background: url(../images/ski_line_right.svg) no-repeat bottom 20px right 0;
		background-size: auto 150px;
	}

	body.page-template-report header .logo_top {
		width: 144px;
		height: 33px;
		top:5px;
		left: 0;
		padding-left: 0;
		background: url(../images/logo_small.svg) no-repeat center center;
		background-size: 144px 33px;
	}

	body.page-template-report header .logo_top svg {
		display: none;
	}

	body.page-template-report header .search_nav, body.page-template-report header .fav_nav {
		display: none;
	}

	body.page-template-report header .go_back_to_start {
		display: none;
	}

	body.page-template-report header .menu-sprachenswitch-container {
		position: absolute;
		top:5px;
		right:0;
		padding-right:0;
		margin-right:0;
	}

}

/*------------------------------------------------------
MOBILE
------------------------------------------------------*/

@media all and (max-width: 640px) and (min-width: 0) {

	body.page-template-report .bg_img {
		height: -moz-calc(100vh - 214px);
		height: -webkit-calc(10vh - 214px);
		height: -o-calc(100vh - 214px);
		height: calc(100vh - 214px);
	}

	body.page-template-report .report_nav {
		height: 67px;
		line-height: 26px;
		padding:20px 40px 0 40px;

	}

	body.page-template-report .report_nav {
		padding: 15px 10px 0 10px;
	}

	body.page-template-report .inside_report_nav {
		max-width: 400px;
		margin:0 auto;
	}

	body.page-template-report .main_title {
		bottom:82px;
	}

	body.page-template-report .inside.text_grey {
		font-size:16px;
		line-height: 25px;
	}

	body.page-template-report h2 {
		font-size:55px;
		line-height: 55px;
		margin-bottom: 25px;
	}

	body.page-template-report .report_section_vorwort .img_text {
		font-size:12px;
		line-height: 18px;
	}

	body.page-template-report .report_section_vorwort {
		padding-top:50px;
	}

	body.page-template-report .report_section_vorwort .img_text {
		margin-bottom:38px;
	}

	body.page-template-report a.more_button {
		width: 345px;
	}

	body.page-template-report .add_to_title {
		padding-bottom:60px;
	}

	body.page-template-report .zahlen_und_fakten .item_row,
	body.page-template-report .zahlen_und_fakten .item_row:nth-child(even) {
		width: 100%;
		margin-left:0;
		margin-right:0;
	}

	body.page-template-report .zahlen_und_fakten .number {
		display: block;
		width: 50%;
		width: -moz-calc(50% - 70px);
		width: -webkit-calc(50% - 70px);
		width: -o-calc(50% - 70px);
		width: calc(50% - 70px);
		text-align: center;
		padding-left:35px;
		padding-right:50%;
		margin-bottom:20px;
		float: none;
	}

	body.page-template-report .zahlen_und_fakten img.img_icon {
		display: none;
	}

	body.page-template-report .zahlen_und_fakten .text_item {
		width: 100%;
		margin-left:0;
		margin-right:0;
		float: none;
	}

	body.page-template-report .zahlen_und_fakten .item_row {
		padding-bottom:136px;
		background: url(../images/ski_line_right.svg) no-repeat bottom right 45px;
		background-size: auto 136px;
	}

	body.page-template-report .zahlen_und_fakten .item_row:nth-child(even) {
		padding-bottom:136px;
		background: url(../images/ski_line_left.svg) no-repeat bottom left 45px;
		background-size: auto 136px;
	}

	body.page-template-report .zahlen_und_fakten .item_row:nth-child(even) .number {
		padding-left:50%;
		padding-right:0;
	}

	body.page-template-report .zahlen_und_fakten .item_row:nth-child(even) .text_item {
		padding-left:0%;
	}

	body.page-template-report .zahlen_und_fakten .item_row,
	body.page-template-report .report_section_infos .zahlen_und_fakten .item_row {
		padding-bottom:150px;
		background: url(../images/ski_line_right.svg) no-repeat bottom 20px right 45px;
		background-size: auto 100px;
	}

	body.page-template-report .zahlen_und_fakten .item_row:nth-child(even),
	body.page-template-report .report_section_infos .zahlen_und_fakten .item_row:nth-child(even) {
		padding-bottom:150px;
		background: url(../images/ski_line_left.svg) no-repeat bottom 20px left 45px;
		background-size: auto 100px;
	}

	body.page-template-report .report_section_buchungsverlauf h2, body.page-template-report .report_section_herkunfskantone h2 {
		padding-top:55px;
	}

	body.page-template-report .text_to_graphic {
		width: 100%;
	}

	body.page-template-report .report_section_infos {
		padding-top:55px;
	}

	body.page-template-report .report_section_infos .zahlen_und_fakten .item_row {
		padding-left:0;
	}

	body.page-template-report .report_section_infos .zahlen_und_fakten .number {
		display: block;
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: -o-calc(100% - 40px);
		width: calc(100% - 40px);
		margin:0 20px;
		padding-left: 0;
		padding-right: 0;
		margin-bottom:38px;
	}

	body.page-template-report .report_section_infos .number span.cirle_small {
		left:10px;
		left: initial;
	}

	body.page-template-report .report_section_infos  .zahlen_und_fakten .item_row:nth-child(even) .number {
		padding-left:0;
	}

	body.page-template-report .report_section_jahresabschluss .subtitle {
		font-size:25px;
		line-height: 25px;
	}

	body.page-template-report .report_section_jahresabschluss .subtitle {
		margin-bottom:32px;
	}

	a.download_pdf {
		font-size:14px;
	}

	body.page-template-report img.img_jahresrueckblick {
		padding-bottom:55px;
	}

	body.page-template-report .accordeon_row .accordeon_title {
		font-size:15px;
	}

	body.page-template-report .accordeon_row .accordeon_title span {
		padding-right:28px;
	}

	body.page-template-report .report_section_buchungsverlauf h2,
	body.page-template-report .report_section_herkunfskantone h2  {
		font: Bold 40px/40px Amatic SC;
		letter-spacing: 0.03em;
	}

	body.page-template-report .text_number {
		display: inline-block;
		position: relative;
		width: auto;
		text-align: center;
	}

	body.page-template-report .zahlen_und_fakten img.img_icon_mobile {
		display: block;
		position: absolute;
		left: -moz-calc(100% + 57px);
		left: -webkit-calc(100% + 57px);
		left: -o-calc(100% + 57px);
		left: calc(100% + 57px);
		bottom:0;
	}

	body.page-template-report .zahlen_und_fakten .item_row:nth-child(even) img.img_icon_mobile {
		left:initial;
		right: -moz-calc(100% + 57px);
		right: -webkit-calc(100% + 57px);
		right: -o-calc(100% + 57px);
		right: calc(100% + 57px);
	}

	body.page-template-report .text_to_graphic {
		max-width: 100%;
	}

	body.page-template-report .circle_photo {
		display: inline-block;
		position: relative;
	}

}

/*------------------------------------------------------
SMALL MOBILE
------------------------------------------------------*/

@media all and (max-width: 380px) and (min-width: 0) {

	body.page-template-report {
	    font-size: 14px;
	    line-height: 20px;
	}

	body.page-template-report .report_nav a {
		margin:0 5px;
	}

	body.page-template-report .report_nav {
		padding: 20px 2px 0 2px;
	}


	body.page-template-report a.more_button {
		width: 280px;
	}

	body.page-template-report h2 {
		font-size:45px;
		line-height: 45px;
	}

	body.page-template-report .zahlen_und_fakten .number {
		font-size:80px;
		line-height: 80px;
	}

	body.page-template-report .zahlen_und_fakten img.img_icon_mobile {
		left:70%;
	}

	body.page-template-report .zahlen_und_fakten .number .title_number {
		font-size:20px;
		line-height: 20px;
	}

	body.page-template-report .zahlen_und_fakten .number {
		font-size:70px;
		line-height: 70px;
	}

	body.page-template-report .accordeon_row .accordeon_title {
		font-size:14px;
	}

	body.page-template-report .accordeon_row .accordeon_title span {
		padding-right: 22px;
		background: url(../images/accordeon_arrow_down.svg) no-repeat top 15px right;
		background-size: 14px 14px;
	}

	body.page-template-report .accordeon_row .accordeon_content {
		padding:20px 0;
	}

	body.page-template-report .zahlen_und_fakten img.img_icon_mobile {
		left: -moz-calc(100% + 27px);
		left: -webkit-calc(100% + 27px);
		left: -o-calc(100% + 27px);
		left: calc(100% + 27px);
	}

	body.page-template-report .zahlen_und_fakten .item_row:nth-child(even) img.img_icon_mobile {
		left:initial;
		right: -moz-calc(100% + 27px);
		right: -webkit-calc(100% + 27px);
		right: -o-calc(100% + 27px);
		right: calc(100% + 27px);
	}

}
