/* ### BeL SECTIONS ### */

.bel-section,
.wtwp-testimonials-slider-wrp {
	box-sizing: border-box;
	padding: 75px var(--plr);
}

@media (max-width: 1199px) {
	.bel-section {
		padding: 35px var(--plr);
	}
}

.block-editor .bel-section {
	padding: 0;
}

/* aktuelles */

.bel-section.aktuelles .cat-list {
	list-style: none;
}

.bel-section.aktuelles .cat-list a {
	text-decoration: none;
}

.bel-section.aktuelles .cat-list a:hover,
.bel-section.aktuelles .cat-list a:focus,
.bel-section.aktuelles .cat-list a:active {
	color: var(--green);
}

.bel-section.aktuelles .cat-list li {
	display: inline;
	padding-right: 12px;
}

.bel-section.aktuelles .cat-list .current {
	font-weight: bold;
}

.bel-section.aktuelles .post-teasers {
	margin: 0 -15px;
	width: calc(100% + 30px);
}

.bel-section.aktuelles .post-teaser {
	position: relative;
	margin: 0 15px 25px;
}

.bel-section.aktuelles .post-teasers.list {
	display: flex;
	flex-wrap: wrap;
}

.bel-section.aktuelles .post-teasers:not(.list) .post-teaser {
	width: auto !important;
}

.bel-section.aktuelles .post-teasers.list .post-teaser {
	width: calc(33.33% - 30px);
	margin-bottom: 40px;
}

@media (max-width: 979px) {
	.bel-section.aktuelles .post-teasers.list .post-teaser {
		width: calc(50% - 30px);
	}
}

@media (max-width: 767px) {
	.bel-section.aktuelles .post-teasers.list .post-teaser {
		width: 100%;
	}
}

.bel-section.aktuelles .teaser-image {
	background: #f0f0f0;
	height: 233px;
	margin-bottom: 15px;
}

.bel-section.aktuelles h2 {
	margin-bottom: 60px;
	text-align: center;
}

.bel-section.aktuelles .teaser-image a {
	display: block;
	height: inherit;
}

.bel-section.aktuelles .teaser-image img {
	object-fit: cover;
	object-position: center;
	height: inherit;
	width: 100%;
	display: block;
}

.bel-section.aktuelles .teaser-categories {
	text-transform: uppercase;
	font-size: 80%;
	margin-bottom: 5px;
}

.bel-section.aktuelles .teaser-categories a,
.bel-section.aktuelles .teaser-title a {
	color: inherit;
	text-decoration: none;
}

.bel-section.aktuelles .teaser-categories a:hover,
.bel-section.aktuelles .teaser-categories a:active,
.bel-section.aktuelles .teaser-categories a:focus,
.bel-section.aktuelles .teaser-title a:hover,
.bel-section.aktuelles .teaser-title a:active,
.bel-section.aktuelles .teaser-title a:focus{
	color: var(--red);
}

.bel-section.aktuelles h3 {
	font-size: 120%;
	margin: 0 0 10px 0;
	line-height: 1.3em;
}
	
.bel-section.aktuelles .teaser-edit-link {
	position: absolute;
	top: 0;
	right: 0;
}

.bel-section.aktuelles .teaser-edit-link a {
	display: block;
	background: rgba(255, 255, 255, .2);
	padding: 0 5px;
	font-size: 70%;
	color: rgba(0, 0, 0, .6);
}

.bel-section.aktuelles .slick-dots {
	position: static;
	padding-top: 10px;
}

.bel-section.aktuelles .slick-dots li {
	border: 2px solid var(--grey);
	border-radius: 50%;
	width: 12px;
	height: 12px;
	margin: 0 10px;
}

.bel-section.aktuelles .slick-dots li:hover,
.bel-section.aktuelles .slick-dots li.slick-active {
	background: var(--grey);
}

.bel-section.aktuelles .slick-dots button {
	height: inherit;
	width: inherit;
}

.bel-section.aktuelles .slick-dots button:before {
	display: none;
}

/* wer wir sind */

#page .bel-section-wrapper.wer-wir-sind {
	background: var(--light-grey-beige);
	max-width: var(--max-layout-width);
}

.block-editor .bel-section-wrapper.wer-wir-sind {
	background: var(--light-grey-beige);
	padding: 20px;
}

.bel-section.wer-wir-sind {
	background: var(--light-grey-beige);
	max-width: var(--max-layout-width);
	box-sizing: border-box;
	margin: auto;
	padding: 50px 0 100px;
}

.bel-section.wer-wir-sind .wp-block-columns {
	padding: 0 var(--plr);
}

.bel-section.wer-wir-sind .logo-box {
	padding: 0 80px;
}

@media (max-width: 1199px) {
	.bel-section.wer-wir-sind .logo-box {
		padding: 0 35px;
	}
}

.bel-section.wer-wir-sind h2 {
	margin-top: 0;
}

.bel-section.wer-wir-sind .logo-box {
	display: none;
}

.bel-section.wer-wir-sind .logo-box .gallery {
	background: white;
	padding-top: 20px;
}

.bel-section.wer-wir-sind .two-logos {
	width: 25%;
	padding: 35px 50px;
	box-sizing: border-box;
}

.bel-section.wer-wir-sind .two-logos > * {
	height: 100px;
}

.bel-section.wer-wir-sind .two-logos > *:first-child {
	margin-bottom: 40px;
}

.bel-section.wer-wir-sind .two-logos .gallery-icon {
	height: inherit;
	text-align: center;
}

.bel-section.wer-wir-sind .gallery-icon img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	margin: auto;
}

.bel-section.wer-wir-sind .gallery-item figcaption {
	display: none;
}

.bel-section.wer-wir-sind .slick-prev,
.bel-section.wer-wir-sind .slick-next {
	width: 50px;
	height: 50px;
	transform: none;
	margin-top: -20px;
	z-index:1000;
}

.bel-section.wer-wir-sind .slick-prev::before, 
.bel-section.wer-wir-sind .slick-next::before {
	color: var(--grey);
	opacity: .5;
	font-size: 50px;
}

/* gabelseiten teaser */

.bel-section.gabelseiten-teaser {
	padding: 0;
	margin-top: -2px;
	background: white;
}

.entry-content .bel-section.gabelseiten-teaser {
	max-width: var(--max-layout-width);
}

.bel-section.gabelseiten-teaser .wp-block-columns {
	border:1px solid var(--light-green);
	margin: 0;
}

.bel-section.gabelseiten-teaser.bild-rechts .wp-block-columns {
	flex-direction: row-reverse;
}

.bel-section.gabelseiten-teaser .wp-block-column {
	min-height: 450px;
	box-sizing: border-box;
	width: 50%;
}

.bel-section.gabelseiten-teaser h2 {
	margin-bottom: 15px;;
}

.bel-section.gabelseiten-teaser .wp-block-column.image {
	background-image: var(--green-gradient2);
	background-size: cover;
	background-position: center;
}

.bel-section.gabelseiten-teaser .wp-block-column.image .inner {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.entry-content .bel-section.gabelseiten-teaser .wp-block-column.text .inner {
	padding: 50px 140px 50px 100px;
}

.entry-content .bel-section.gabelseiten-teaser .wp-block-column.bild-rechts .inner {
	padding: 50px 100px 50px 140px;
}

@media (max-width: 1200px) {
	.entry-content .bel-section.gabelseiten-teaser .wp-block-column.text .inner {
		padding: 50px 60px;
	}
	.bel-section.gabelseiten-teaser .wp-block-column {
		min-height: 360px;
	}
}

@media (max-width: 979px) {
	.entry-content .bel-section.gabelseiten-teaser .wp-block-column.text .inner {
		padding: 35px var(--plr);
	}
}

@media (max-width: 779px) {
	.entry-content .bel-section.gabelseiten-teaser  .wp-block-columns {
		display: block;
	}
	.bel-section.gabelseiten-teaser .wp-block-column {
		width: 100%;
	}
	.bel-section.gabelseiten-teaser .wp-block-column {
		min-height: 280px;
	}
	.bel-section.gabelseiten-teaser .wp-block-column .inner {
		min-height: 280px;
	}
}
	

/* teaser */

.bel-section.teasers.coloredbg {
	background: var(--light-grey-beige);
}

.bel-section.teasers.greenbg {
	background: var(--light-green);
}

.entry-content .bel-section.teasers {
	max-width: var(--max-layout-width);
	box-sizing: border-box;
	padding: 75px var(--plr);
}

.bel-section.teasers.columns-2 .wp-block-columns {
	gap: 100px;
}

.bel-section.teasers.columns-3 .wp-block-columns {
	gap: 30px;
}

@media (max-width: 999px) {
	.bel-section.teasers.columns-2 .wp-block-columns {
		gap: 60px;
	}
}

.bel-section.teasers .wp-block-column {
	position: relative;
	background: white;
}

@media (min-width:780px) {
	.bel-section.teasers .wp-block-column {
		max-width: 45%;
	}
}

.bel-section.teasers .image {
	background-image: var(--green-gradient3);
	background-size: cover;
	background-position: center;
}

.bel-section.teasers .white-bg .image {
	background: white;
}

.bel-section.teasers .image .inner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bel-section.teasers .image a {
	display: block;
	height: 100%;
	width: 100%;
}

.bel-section.teasers .image a::after {
	content: " ";
	display: block;
	padding-bottom: 66.67%;
}

.bel-section.teasers h2 {
	margin-bottom: .75em;
}

.bel-section.teasers .text {
	padding: 20px 0 70px;
}

.bel-section.teasers.coloredbg .text,
.bel-section.teasers.greenbg .text {
	padding: 20px 20px 70px;
}

.bel-section.teasers .overline {
	text-transform: uppercase;
	font-size: 80%;
	margin-bottom: 5px;
	line-height: 1.3em;
}

.bel-section.teasers .text h2 {
	font-size: 28px;
	margin-bottom: .4em;
}

.bel-section.teasers .cta {
	position: absolute;
	bottom: 25px;
}

.bel-section.teasers .teaser-edit-link {
	position: absolute;
	top: 0;
	right: 0;
}

.bel-section.teasers .teaser-edit-link a {
	display: block;
	background: rgba(255, 255, 255, .2);
	padding: 0 5px;
	font-size: 70%;
	color: rgba(0, 0, 0, .6);
}

@media (max-width: 779px) {
	.bel-section.teasers .image a::after {
		padding-bottom: 40%;
	}
}

@media (max-width: 539px) {
	.bel-section.teasers .image a::after {
		padding-bottom: 66.67%;
	}
}

/* large teaser */

.bel-section.large-teaser {
	background: var(--light-grey);
}

.bel-section.large-teaser.accent {
	background: var(--red);
}

.bel-section.large-teaser.accent * {
	color: white;
}

.entry-content .bel-section.large-teaser {
	max-width: var(--max-layout-width);
	box-sizing: border-box;
	padding: 50px calc(var(--plr) * 2);
}

.bel-section.large-teaser .content {
	display: flex;
	gap: 45px;
}

.bel-section.large-teaser h2 {
	margin-bottom: .75em;
}

.bel-section.large-teaser .subline {
	text-transform: uppercase;
	font-weight: 600;
}

.bel-section.large-teaser .image {
	width: 300px;
	max-width: 100%;
	background-size: cover;
	background-position: center;
}

.bel-section.large-teaser .image a {
	display: block;
	width: 100%;
}

.bel-section.large-teaser .image a::after {
	content: " ";
	display: block;
	padding-bottom: 66.67%;
}

.bel-section.large-teaser .text {
	width: calc(100% - 45px - 300px);
}

@media (max-width: 767px) {
	.entry-content .bel-section.large-teaser {
		padding: 35px var(--plr);
	}
	.bel-section.large-teaser .content {
		display: block;
	}
	.bel-section.large-teaser .content > * {
		margin-bottom: 20px;
	}
	.bel-section.large-teaser .text {
		width: 100%;
	}
}

/* large donation teaser */

.bel-section.large-donation-teaser {
	border: 1px solid var(--grey);
	margin-left: var(--plr);
	margin-right: var(--plr);
}

.entry-content .bel-section.large-donation-teaser {
	margin: 40px;
	margin-left: calc(var(--plr) * 2);
	margin-right: calc(var(--plr) * 2);
	padding: 0;
}

@media (max-width: 767px) {
	.entry-content .bel-section.large-donation-teaser {
		margin-left: var(--plr);
		margin-right: var(--plr);
	}
}

@media (max-width: 767px) {
	.entry-content .bel-section.large-donation-teaser .teaser-text {
		hyphens: auto;
	}
}

.bel-section.large-donation-teaser .teaser-image {
	background-image: var(--green-gradient3);
}

.bel-section.large-donation-teaser .teaser-image-inner {
	background-repeat: no-repeat;
	background-position: center;
}

.bel-section.large-donation-teaser .teaser-image-inner::after {
	content: " ";
	padding-bottom: 40%;
	display: block;
}

.bel-section.large-donation-teaser .cta .wp-block-button {
	display: block;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	background: none,
}

.bel-section.large-donation-teaser .cta .wp-block-button a {
	display: block;
	background: var(--red);
}

.bel-section.large-donation-teaser .cta .wp-block-button:hover {
	transform: none;
}

.bel-section.large-donation-teaser .cta .wp-block-button a:hover,
.bel-section.large-donation-teaser .cta .wp-block-button a:active,
.bel-section.large-donation-teaser .cta .wp-block-button a:focus {
	transition: background ease-in .2s;
	background: var(--green);
}

.bel-section.large-donation-teaser h2 {
	margin: 25px 0;
}

.bel-section.large-donation-teaser h2,
.bel-section.large-donation-teaser .teaser-text {
	padding: 0 calc(var(--plr) / 2);
	text-align: center;
}

.bel-section.large-donation-teaser .teaser-text {
	font-weight: 600;
}


/* sonderteaser */

.bel-section.sonderteaser {
	background: var(--light-green);
	display: flex;
	align-items: center;
	padding: 80px 0;
	gap: 40px;
}

.bel-section.sonderteaser.var2 {
	background-image: var(--green-gradient);
}

.bel-section.sonderteaser.var3 {
	background: var(--red);
}

.bel-section.sonderteaser.var2 *,
.bel-section.sonderteaser.var3 * {
	color: white;
}

.bel-section.sonderteaser input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
	color: var(--grey);
	width: 100%;
	box-sizing: border-box;
}

.bel-section.sonderteaser button,
.bel-section.sonderteaser input[type="submit"] {
	border: 1px solid white;
	width: 100%;
	box-sizing: border-box;
	text-transform: uppercase;
}

.bel-section .rm-form-container,
.bel-section .rm-form ul li:last-child {
	margin-bottom: 0;
}

.bel-section.sonderteaser .icon {
	width: 100px;
}

.bel-section.sonderteaser .title {
	width: 300px;
	margin-right: 40px;
}

.bel-section.sonderteaser .teaser-subtitle {
	margin-top: 15px;
	font-size: 115%;
	font-weight: 600;
	margin-bottom: 0;
}

.bel-section.sonderteaser .content {
	width: calc(100% - 450px - 3 * 40px); 
}

.bel-section.sonderteaser .link {
	width: 50px;
}

.bel-section.sonderteaser h2 {
	margin: 0;
}

.entry-content .bel-section.sonderteaser {
	max-width: var(--max-layout-width);
	box-sizing: border-box;
	padding: 50px calc(var(--plr));
}

.bel-section.sonderteaser .link a {
	font-size: 0;
}

.bel-section.sonderteaser .link a::after {
	display: inline-block;
	font-family: "dashicons";
	font-size: 60px;
	content: "\f345";
	vertical-align: middle;
	color: var(--dark-grey);
}

.bel-section.sonderteaser input:not([type="submit"]),
.bel-section.sonderteaser textarea,
.bel-section.sonderteaser select {
	border: none;
}

.bel-section.sonderteaser.var2 .link a::after,
.bel-section.sonderteaser.var3 .link a::after {
	color: white;
}

@media (max-width: 979px) {
	.bel-section.sonderteaser .title {
		width: 200px;
		margin-right: 20px;
	}
	.bel-section.sonderteaser .content {
		width: calc(100% - 340px - 3 * 20px); 
	}
	.bel-section.sonderteaser .link {
		width: 40px;
	}
}

@media (max-width: 767px) {
	.bel-section.sonderteaser {
		display: block;
	}
	.bel-section.sonderteaser .icon img {
		width: 150px;
		max-width: 30vw;
	}
	.bel-section.sonderteaser > * {
		width: auto !important;
		margin-bottom: 1em;
		text-align: center;
	}
	.bel-section.sonderteaser .content {
		text-align: left;
	}
}

/* link box */

.bel-section.linkkasten {
	max-width: var(--max-content-width);
	margin-left: auto;
	margin-right: auto;
	padding: 50px var(--plr) 25px;
	box-sizing: content-box;
}

.bel-section.linkkasten ul,
.bel-section.linkkasten ol {
	margin-left: 20px;
}

.bel-section.linkkasten ul {
	list-style: square;
}

.bel-section.linkkasten .box-header {
	background: var(--green);
	text-align:center;
	border: 1px solid var(--green);
	padding: 1em;
}

.bel-section.linkkasten .box-header h2 {
	font-weight: 500;
	font-size: 32px;
	color: white;
	margin: 0;
}

.bel-section.linkkasten .content {
	border: 1px solid var(--grey);
	border-top: none;
	padding: 1em;
}

.bel-section.linkkasten .columns {
	display: flex;
	gap: 2em;
}

.bel-section.linkkasten .columns > * {
	width: 50%;
}

.bel-section.linkkasten a {
	text-decoration: underline;
	color: var(--grey);
}

.bel-section.linkkasten a::before {
	content: "» ";
	text-decoration: underline;
}

.bel-section.linkkasten .teaser {
	box-shadow: 0 0 10px var(--grey);
	padding-bottom: 1em;
}

.bel-section.linkkasten .teaser .image {
	height: 180px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--light-grey);
}

.bel-section.linkkasten .teaser h3 {
	margin-top: 1em;
	line-height: 1.5em;
	padding: 0 1em;
}

.bel-section.linkkasten .teaser a {
	color: white;
	text-decoration: inherit;
}

.bel-section.linkkasten .wp-block-buttons {
	padding: 0 1em;
}

.bel-section.linkkasten .teaser a::before {
	display: none;
}

@media (max-width: 767px) {
	.bel-section.linkkasten .columns {
		display: block;
	}
	.bel-section.linkkasten .columns > * {
		width: 100%;
		max-width: 400px;
		margin-bottom: 30px;
	}
}

/* appointment list*/

.bel-section.termin-liste {
    display: flex;
    gap: 4em calc(5% - 3px);
    padding-left: 50px;
    padding-right: 50px;
    flex-wrap: wrap;
}

.bel-section.termin-liste  .single-termin {
    width: 30%;
    height: 190px;
}

.bel-section.termin-liste  .single-termin a {
    display: flex;
    border: solid 1px #f6f6f6;
    color: var(--dark-grey);
    text-decoration: none;
}

.bel-section.termin-liste  .single-termin a:hover {
    color: var(--green);
}

.bel-section.termin-liste  .single-termin .list-date {
    width: 20%;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
}

.bel-section.termin-liste .single-termin .list-date .date-inner {
    margin: 0 auto;
}

.bel-section.termin-liste  .single-termin .list-date .termin-month {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: .5em;
}

.bel-section.termin-liste  .single-termin .list-date .termin-day {
    width: 100%;
    text-align: center;
    font-size: 175%;
    margin: 0;
}

.bel-section.termin-liste  .single-termin .termin-inhalt {
    padding: 20px 10px;
    max-width: calc(80% - 20px);
}

.bel-section.termin-liste  .single-termin .termin-inhalt p {
    margin-bottom: .25em;
}

.bel-section.termin-liste  .single-termin .termin-inhalt h2 {
    font-size: 125%;
    margin-top: 0;
    margin-bottom: .5em;
    transition: all ease-in .2s;
}

.bel-section.termin-liste  .single-termin:hover .termin-inhalt h2 {
    color: var(--green);
}

.bel-section.termin-liste  .single-termin .termin-inhalt .termin-content {
    overflow: hidden;
      text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

@media(max-width: 1369px) {
    .bel-section.termin-liste  .single-termin {
        width: 47.5%;
    }
}

@media(max-width: 767px) {
    .bel-section.termin-liste  .single-termin {
        width: 100%;
    }
} 

/* testimonials */

.wtwp-testimonials-slider-wrp {
	background: var(--light-green);
}

.wptww-testimonial-inner {
	margin-left: 0 !important;
	padding: 15px !important;
	border: none !important;
	background: white;
}

.wptww-testimonial-content {
	hyphens: auto;
}

.wptww-testimonial-content h4 {
	font-size: inherit !important;
	margin-bottom: 10px !important;
	hyphens: none;
}

.wptww-testimonial_avatar {
	position: static !important;
	width: 150px !important;
}

.wptww-avtar-image img {
	border: none !important;
	padding: 0 !important;
}

/* Newsletter form */

.rm-form ul li {
  border: none;
  list-style: none;
}

.rmSubscription[data-page-type="formSubscribe"] {
	background: var(--red) !important;
}

#rmOrganism:focus-within .rmSubscription[data-page-type="formSubscribe"],
#rmOrganism:active .rmSubscription[data-page-type="formSubscribe"]{
	background: white !important;
}

#rmOrganism .rmBase__el--checkbox,
#rmOrganism .rmBase__el--consent,
#rmOrganism .rmBase__el--data-privacy {
	display: none;
}

#rmOrganism:focus-within .rmBase__el--checkbox,
#rmOrganism:focus-within .rmBase__el--consent,
#rmOrganism:focus-within .rmBase__el--data-privacy,
#rmOrganism:active .rmBase__el--checkbox,
#rmOrganism:active .rmBase__el--consent,
#rmOrganism:active .rmBase__el--data-privacy {
	display: block;
}

#rmOrganism button {
	border: 1px solid white !important;
}
	

/* ctf styles */

#ctf {
	padding: 75px var(--plr);
}

#ctf .ctf-header {
	float: none;
	color: inherit;
	font-weight: 600;
	font-size: 250%;
	color: var(--dark-grey);
	margin-bottom: .8em;
}


@media (max-width: 767px) {
	#ctf {
		padding: 35px var(--plr);
	}
	#ctf .ctf-header {
		font-size: 175%;
	}
}

#ctf .ctf-tweets {
	font-size: 85%;
	hyphens: auto;
	width: calc(100% + 30px);
	margin: 0 -15px;
}

.block-editor #ctf .ctf-tweets {
	padding: 20px;
	box-shadow: 0 0 0 1px #e6e6e6;
}

#ctf .ctf-item {
	margin: 0 15px;
	border: 1px solid var(--grey) !important;
}

#ctf .ctf-item:last-of-type {
	border-bottom: 1px solid var(--grey) !important;
}

#ctf .ctf-author-avatar,
#ctf .ctf-author-name {
	display: none;
}

#ctf .ctf-tweet-actions,
#ctf .ctf-tweet-content,
#ctf .ctf-author-box,
#ctf .ctf-context {
	margin-left: 0;
	padding-left: 0;
}

#ctf .ctf-quoted-tweet {
	margin-left: 0;
	font-size: 80%;
	line-height: 1.3em;
	border-radius: 0;
}

#ctf.ctf-styles .ctf-author-screenname,
#ctf.ctf-styles .ctf-context,
#ctf.ctf-styles .ctf-screename-sep,
#ctf.ctf-styles .ctf-tweet-meta {
	line-height: 1.3em;
}

#ctf .ctf-tweets .slick-dots {
	position: static;
	padding-top: 10px;
}

#ctf .ctf-tweets .slick-dots li {
	border: 2px solid var(--grey);
	border-radius: 50%;
	width: 12px;
	height: 12px;
	margin: 0 10px;
}

#ctf .ctf-tweets .slick-dots li:hover,
#ctf .ctf-tweets .slick-dots li.slick-active {
	background: var(--grey);
}

#ctf .ctf-tweets .slick-dots button {
	height: inherit;
	width: inherit;
}

#ctf .ctf-tweets .slick-dots button:before {
	display: none;
}