/* roboto-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-regular - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-500 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }


#wrapper {
    background-color: #EEEEEE;
}

.content-wrap {
    padding: 80px 0 0 0;
}

#content {
    background-color: #EEEEEE;
}
#farben {
    color: #FFE300;
    background-color: #58585a;
}
#top-social a {
    color: #ccc;
}

#top-social li {
    border-left: 0;
}

.social-icon.si-small {
    font-size: 1.25rem;
}

.menu-link {
    color: #AAA;
}

.menu-item a:hover {
    color: #fff;
}

.menu-item:hover > .menu-link,
.menu-item.current > .menu-link {
	color: #000000;
}

#primary-menu-trigger .svg-trigger {
	width: 40px;
	height: 40px;
}
.svg-trigger path {
	stroke: #CCC;
	stroke-width: 6px;
}

html {
	scroll-behavior: smooth;
  }

/* ----- | Header | ----- */
.full-header #logo,
.full-header .primary-menu .menu-container {
	border-right: 0;
}
.sticky-header-shrink #header-wrap #logo img {
 height:40px;
}

#p1 #logo img {
	display: none;
}

#p1 .sticky-header-shrink #logo img {
	display: block;
}

.dark #top-bar, #top-bar.dark {
    background-color: #58585a;
    border-bottom: 0;
}

#header.transparent-header.full-header #header-wrap {
    border-bottom: 0;
}

#p1 #top-bar {
    border-bottom: 0;
    background: #58585A;
}

.frame-type-mask_textundbilder p,
#slider h4 {
	hyphens: auto; 
	text-align: justify;
}

.social-icon {
	color: #CCC;
}

/* ----- | Slider | ----- */

.slider-caption {
    text-shadow: none;
}

@media (max-width: 767.98px) {
	/* ----- | 
		#c784 #slider {
		max-height: 1100px !important;
	}
	| ----- */

	#header {
		z-index: 10;
		background-color: #58585A;
		border-bottom: 0;
	}
	#header-wrap {
		background-color: #FFF;
	}
	.primary-menu-open #header-wrap > .container {
		background-color: #EEE;
	}
	#header.transparent-header,
	#header.transparent-header:not(.sticky-header) #header-wrap {
		background: transparent;
	}
	.social-icon.si-small {
		line-height: 38px !important;
	}
	#c14 {
		margin-top: -51px;
	}

	#c223, #c223 .barber {
		max-height: 450px !important;
	}

	.sub-menu-container .menu-item > .menu-link {
		color: #AAA;
	}
	.menu-item a:hover {
		color: #000;
	}
	
	.menu-item:hover > .menu-link,
	.menu-item.current > .menu-link {
		color: #000;
	}
}

.kern-overlay-mask:after {
    background-image: linear-gradient(12deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.15) 48%, rgba(255, 255, 255, 0.6) 70%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.swiper-pagination span {
    border-radius: 0;
}

@media (max-width: 991.98px) {
.swiper_wrapper .slider-caption h2 {
	font-size: 10vw;
}
}
/* ----- | Content | ----- */


#page-title, .gmap {
    padding: 300px 0;
}

@media (max-width: 767.98px) {
	#page-title, .gmap {
		padding: 175px 0;
	}
}

.section {
    position: relative;
    width: 100%;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #F9F9F9;
    overflow: hidden;
}

/* ----- | Counter | ----- */
.counter, .counter + h5, #c393 .i-plain {
    color: #FFFF11;
    text-shadow: 1px 1px #000;
}

.counter.counter-lined + h5::before {
    border-top: 2px solid #FFFF11;
}

/* ----- | Footer | ----- */
#footer {
	border-top: 0;
}
#copyrights {
    background-color: #58585a;
    padding: 30px 0;
}

.copyright-links a {
    color: #fff;
    border-bottom: 0;
}


 #footer
  {
    background-color: #58585A !important;
  }
#footer .footer-widgets-wrap {
  padding: 40px 0;
}
/* ----- | Fonts | ----- */
body {
    font-weight: 300;
	color: #58585A;
}

b, strong {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
	margin: 0 0 0.5rem 0;
}





h1, .h1 {
    background-color: #58585a ;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    width: fit-content;
    padding: 0px 10px;
}

h2, .h2 {
    background-color: #58585a ;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    width: fit-content;
    padding: 0px 10px;
}

#slider h2, #slider .h2 {
    padding: 0;
}



h2.nocolor,
.frame-type-mask_spalten .frame-type-mask_text h2 {
    background-color: transparent ;
    color: #444;
    text-transform: uppercase;
    font-weight: 400;
    width: fit-content;
    padding: 0px;
}









.headline-divider {
    background: #000000;
	width: 65px;
    height: 1px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.headline-divider-dark {
    background: #FFFFFF;
	width: 65px;
    height: 1px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.rubrik-header {
    position: relative;
    text-shadow: 0 0 4rem rgba(0,0,0,0.7)!important;
	font-weight: 600;
	font-size: 4rem;
	margin-top: -42px !important;
	margin-bottom: -42px !important;
    z-index: 4;
}

@media (max-width: 991.98px) {
	.rubrik-header {
		text-shadow: 0 0 2rem rgba(0,0,0,0.25)!important;
		font-size: 2rem;
		margin-left: 15px;
		margin-right: 15px;
	} 
}




.lead, p {
    font-weight: 400;
	hyphens: auto; 
	text-align: justify;
}

.lead.lead_1-25 {
	font-size: 1.25rem;
}

.lead.lead_1-5 {
	font-size: 1.5rem;
}

.text-right {
	text-align:right !important;
}
.text-left {
    text-align: left !important;
}

a.more::before {
	font-family: "lined-icons";
	content: "\e930";
	margin-right: 0.5rem;
	padding: 0.25rem;
}

a.download::before {
	font-family: "lined-icons";
	content: "\e958";
	margin-right: 0.5rem;
	padding: 0.25rem;
}

/* ----- | Figure | ----- */
figure {
    margin: 0;
}

.figure-img {
    margin-bottom: 0;
}

.copyright {
    display: block;
    position: relative;
    bottom: 1.5rem;
    left: 0.5rem;
    white-space: nowrap;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    color: #fff;
    text-shadow: 0 0 10px #444444;
    z-index: 1;
}

.figure-caption + .copyright {
    bottom: 3rem;
}

.story-box-image .copyright {
    bottom: 2rem;
    left: 2rem;
}

.story-box.description-left .story-box-image .copyright {
  left:auto;
  right:2rem;
  text-align:right;
}

.row div:not([class*=“col-lg-“]) .story-box .story-box-image .copyright {
	bottom:6.5rem;	
}

.frame-type-mask_textundbilder > .story-box .story-box-image .copyright {
	bottom:9.5rem;
}

.card .copyright {
    position: absolute;
    bottom: 0.5rem;
}

.hero .copyright {
    bottom: -1rem;
    left: -1rem;
    text-align: right;
}

.barber.section .copyright {
    right: -4.5rem;
    left: auto;
    transform: rotate(-90deg);
    transform-origin: bottom;
    bottom: auto;
    top:4.5rem;
    position:absolute;
}

.card + .barber.section .copyright {
  top:auto;
  bottom:6rem;
}

/* ----- | Icon Lists | ----- */
.list-icon {
    list-style: none;
}
.list-icon li {
    margin-bottom: 10px;
    margin-left: 25px;
}
.list-icon li:first-child {
    margin-top: 0.6rem;
}
.list-icon li:before {
    margin-left: -25px;
    position: absolute;
    font-family: 'font-icons';
    content: "\eb8a";
    font-size: 0.6rem;
	line-height: 2.5;
}

.list-icon li ul li:before {
    font-family: 'font-icons';
    content: "\eadd";
}

/* ----- | Iconboxes ----- */
.fbox-border .fbox-icon .linkersatz {
    border: 1px solid #fff;
    border-radius: 50%;
    padding:.25rem;
}

#c224 .row {
    border: 1px solid;
    border-color: #58585A;
}

/* ----- | Button | ----- */
.button {
    border: 1px solid;
    background-color: transparent;
    font-weight: 400;
    text-shadow: none;
    text-transform: uppercase;
}
.button:hover { 
	color: #58585A !important;
	text-shadow: none;
	background-color: #FFFF11;
}

.button-border.button-yellow, .button-border.button-yellow.button-fill.button-light:hover {
    color: #58585A !important;
    border-color: #58585A !important;
}

.button.button-border {
	border: 2px solid #444;
	background-color: transparent;
	color: #58585A;
	font-weight: 500;
	text-shadow: none;
}

.button-border.button-yellow:hover, .button-border.button-yellow.button-fill::before {
    background-color: #FFFF11 !important;
    color: #58585A !important;
}
.button.button-border.button-fill:hover {
    background-color: transparent !important;
    color: #58585A;
    text-shadow: none;
}

.bg-dark .button, .bg-dark .button.button-border {
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}
.bg-dark .button:hover, .bg-dark .button.button-border:hover { 
	color: #58585A !important;
}


/* ----- | Carousel | ----- */
.owl-carousel .owl-item img {
	height: auto;
}

/* ----- | Card | ----- */

.card-body {
    padding: 1.25rem 3rem;
}

.frame-type-mask_textundbilder > .gutter-50:first-child {
	margin-top:0;
}
.row > .card {
	padding-left:0;
	padding-right:0;
	margin-top:0;
}
.card .row > * {
    margin-top: 0;
}

.card.border-shadow {
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	border: none;
	border-radius: 0;
}

/* ----- | Barber-Section | ----- */
.barber.section + .card.border-shadow {
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	border: none;
	border-radius: 0;
}

.frame-type-mask_barbersection > .container .topmargin-lg {
	padding: 0 4rem;
}

/* ----- | Promobox | ----- */
.promo .row div:nth-child(2) a, .promo .row div:nth-child(2) picture {
    overflow: hidden;
}
.rounded-xl {
	border-radius: 0.4rem !important;
}

.rounded-xxl {
	border-radius: 0.5rem !important;
}

.rounded-xxxl {
	border-radius: 0.6rem !important;
}

/* ----- | Story-Box | ----- */
.story-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
}

.story-box .story-box-image {
	width: 70%;
	height: 500px;
	z-index: 2;
	overflow: hidden;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box .story-box-image img {
	display: block;
	height: auto;
	width: 100%;
	opacity: 1;
	transition: opacity .3s ease;
}

.story-box:hover .story-box-image img {
	opacity: .9;
}

.story-box .story-box-info {
	box-sizing: border-box;
	width: 50%;
	height: auto;
	padding: 60px;
	margin: 35px 0 0 -20%;
	background: #fff;
	z-index: 4;
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	transition: all ease-in .3s;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box.border-border .story-box-info {
	box-shadow: none !important;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.story-box.description-left .story-box-info {
	-ms-flex-order: -1;
	order: -1;
	margin: 35px -20% 0 0;
}

.story-box .story-box-info .story-title {
	font-size: 26px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0;
}

.story-box .story-box-info .story-box-content p {
	font-size: 15px;
	font-weight: 300;
	line-height: 16px;
}



/* ----- Story-Box Responsive ----- */
@media (max-width: 991px) {

	.story-box .story-box-image {
		height: auto;
		width: 100%;
		height: 400px;
		-ms-flex-order: -1;
		order: -1;
	}

	.story-box.description-left .story-box-info {
		-ms-flex-order: -1;
		order: -1;
		margin: 35px -20% 0 0;
	}

	.story-box.description-left .story-box-info { margin: -40px 5% 0; }

	.story-box .story-box-info {
		max-width: 90%;
		height: auto;
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
		margin: -40px 5% 0;
	}
}


@media (max-width: 767px) {

	.story-box.description-left .story-box-info { margin: -100px 5% 0; }
	.story-box .story-box-info {
		padding: 35px;
		text-align: center;
		margin: -100px 5% 0;
	}
	.customers-count { border-right: none }
	.mobile-parallax, .video-placeholder {
		margin-bottom: 20px;
	}
}

neue Unternehmensseite ist aufgebaut

@media (max-width: 479px) {

	.story-box .story-box-info {
		width: 100%;
		padding: 15px;
		text-align: center;
		margin: -200px 5% 0;
	}
	.story-box.description-left .story-box-info { margin: -200px 5% 0; }

	ul.tab-nav:not(.tab-nav-lg) li a i {display: none;}
}

@media (min-width: 768px) {
  .text-stretch {
    position: relative;
    width: calc(100% + 300px);
    z-index: 1;
  }
}

/* ----- | Form | ----- */


.form-check {
    padding-left: 0;
}


/* ----- | Powermail | ----- */

.powermail_fieldwrap_datenschutz {
    display: contents;
}
.powermail_fieldwrap_datenschutz .col-sm-12 {
    padding-left: 30px;
}
.tx-powermail .container-fluid, .tx-powermail .col-sm-10, .tx-powermail .col-sm-2, .tx-powermail .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

/* Blog - Timeline
-----------------------------------------------------------------*/

.entry-timeline {
	display: none;
}

@media (min-width: 992px) {

	.timeline-border {
		position: absolute;
		top: 0;
		left: 50%;
		width: 0;
		border-left: 2px solid #58585a;
		height: 100%;
		transform: translateX(-50%);
	}

	.postcontent .post-timeline::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 0;
		border-left: 1px dashed #CCC;
		height: 100%;
	}

	.post-timeline .entry-timeline {
		display: none;
		position: absolute;
		border: 2px solid #CCC;
		background-color: #FFF;
		padding-top: 0;
		text-indent: -9999px;
		top: 40px;
		left: auto;
		right: -6px;
		width: 13px;
		height: 13px;
		border-radius: 50%;
		font-size: 1.75rem;
		font-weight: bold;
		color: #AAA;
		text-align: center;
		line-height: 1;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.post-timeline .entry-timeline .timeline-divider {
		position: absolute;
		top: 4px;
		left: auto;
		right: 15px;
		width: 70px;
		height: 0;
		border-top: 1px dashed #CCC;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.post-timeline .entry:not(.entry-date-section) {
		padding-right: 20px;
        padding-left: 20px;
	}

	.post-timeline .entry.alt:not(.entry-date-section) {
		padding-right: inherit;
		padding-left: 35px;
	}

	.post-timeline .alt .entry-timeline {
		right: auto;
		left: -6px;
	}

	.post-timeline .alt .entry-timeline .timeline-divider {
		left: 15px;
		right: auto;
	}

	.post-timeline .entry-timeline span {
		display: block;
		margin-top: 2px;
		font-size: 13px;
		font-weight: normal;
	}

	.post-timeline .entry:hover .entry-timeline,
	.post-timeline .entry:hover .timeline-divider {
		border-color: #1ABC9C;
		color: #1ABC9C;
	}

}

.entry.entry-date-section {
	margin: 50px 0 80px;
	text-align: center;
}

.entry.entry-date-section:first-child {
	margin-top: 0;
}

.entry.entry-date-section span {
	display: inline-block;
	 width: 500px;
    background-color: #FF0;
    border: 2px solid #58585a;
    font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	
}

@media (min-width: 992px) {

	/* Blog - Timeline - Sidebar
	-----------------------------------------------------------------*/

	.postcontent .post-timeline::before {
		left: -68px;
		margin-left: 0;
	}

	.postcontent .post-timeline {
		padding-left: 0;
		margin-left: 100px;
		margin-right: 0 !important;
		overflow: visible;
	}

	.postcontent .post-timeline .entry {
		width: 100% !important;
		padding: 0 !important;
	}

	.postcontent .post-timeline .entry-timeline {
		display: block;
		border: 2px solid #CCC;
		background-color: #FFF;
		padding-top: 10px;
		text-indent: 0;
		top: 20px;
		left: -100px;
		right: auto;
		width: 64px;
		height: 64px;
		font-size: 1.5rem;
	}

	.postcontent .post-timeline .entry-timeline div.timeline-divider {
		top: 29px;
		left: 64px;
		width: 32px;
	}

}

.portfolio-desc h3 {
    font-size: 0.9rem;
}

.portfolio-desc {
    font-size: 0.9rem;
}

.masonry-thumbs .grid-item {
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 20px;
}

.kern-pfeil {
	width:66px;
	margin-left:50px;
	margin-bottom:-110px;
	z-index:10;
}

#c701 .kern-pfeil {
	margin-bottom:-30px;
}


/* -----
.gutter-10 > .col, .gutter-10 > [class*="col-"] {
    padding-top: 10px;
}
----- */

/* ----- Responsive min. breakpoints ----- */

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  #logo img {
    height: 60px;
	}
}

@media (min-width: 1200px) {}

/* ----- Responsive max. breakpoints ----- */

@media (max-width: 575.98px) {
	.row {
		margin-right: 0;
    	margin-left: 0;
	}
	.col-12 {
		padding-right: 0;
    	padding-left: 0;
	}
}

@media (max-width: 767.98px) {
	#logo img {
		max-width: 150px;
	}
	.masonry-thumbs .grid-item {
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 10px;
	}
	#portfolio390 {
		display: none;
	}

	.kern-pfeil {
		margin-bottom:-30px;
	}
}

@media (max-width: 991.98px) {
	.frame-type-mask_textundbilder .w-75 { width: 100% !important }
 }

@media (max-width: 1199.98px) {}
/* ----- Swiper Slider ----- */

		.block-hero-9 .slide-1,
		.block-hero-9 .swiper-pagination span:nth-child(1) { --color: #FFFF11; }

		.block-hero-9 .slide-2,
		.block-hero-9 .swiper-pagination span:nth-child(2) { --color: #FFFF11; }

		.block-hero-9 .slide-3,
		.block-hero-9 .swiper-pagination span:nth-child(3) { --color: #FFFF11; }

        .block-hero-9 .slide-4,
		.block-hero-9 .swiper-pagination span:nth-child(4) { --color: #FFFF11; }

		.block-hero-9 .slide-5,
		.block-hero-9 .swiper-pagination span:nth-child(5) { --color: #FFFF11; }

		.block-hero-9 .slide-6,
		.block-hero-9 .swiper-pagination span:nth-child(6) { --color: #FFFF11; }

        .block-hero-9 .slide-7,
		.block-hero-9 .swiper-pagination span:nth-child(7) { --color: #FFFF11; }

		.block-hero-9 .slide-8,
		.block-hero-9 .swiper-pagination span:nth-child(8) { --color: #FFFF11; }
	

		.block-hero-9 h3,
        .block-hero-9 h4,
		.block-hero-9 p {
			
			color: #ffff ;
		}

		

		.block-hero-9 .swiper-container-horizontal > .swiper-pagination-bullets,
		.block-hero-9 .swiper-pagination-custom,
		.block-hero-9 .swiper-pagination-fraction {
			left: auto;
			right: 0;
		}

		.block-hero-9 .swiper-pagination {
			padding: 4px 6px;
			width: auto;
		}

		.block-hero-9 .swiper-pagination span:hover,
		.block-hero-9 .swiper-pagination span.swiper-pagination-bullet-active {
			background-color:  var(--color) !important;
		}

		.block-hero-9 .swiper-pagination span { border-color:   #FFFF11 ; border-width:  2px ; }



/* ----- Anpssungen einzelne Ces ----- */

#c223
.bg-white {
	background: rgba(0,0,0,0.5) !important;
} 

#c223
h2, .h2 { 
color:#FFFF11;
background-color: transparent;
text-align: right;
width: auto;
padding: 0;
} 

#c223
.center  { text-align: right !important;        
} 

#c223
.text-center { 
text-align: right !important;
color: #ffff;
} 

#c223
.container {
margin-top: -407px; 
margin-bottom: 9rem !important;
max-width: 60%; 
margin-right: 15rem;
display: none;
}

#c223
.section {
 
  margin: -4px 0;
    margin-top: -4px;
    margin-right: 0px;
    margin-bottom: -4px;
    margin-left: 0px;
}

.bg-dark {
  background-color: #58585A !important;
}
.gallery-bg-dark {
	background-color: #58585A !important;
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
  }

.display-3 {
  font-size: 2.5rem; 
}


  #c219 .mb-5, .my-5 {
    margin-bottom: none !important;
  }

.i-plain {
    text-shadow: none;
  }


 .form-control {
   
    border-radius: 0;
    
    background-clip: padding-box;
    border: 1px solid #495057;
   
  }

.button.button-border-thin {
    border-width: 1px;
  }
  .button.button-rounded {
    border-radius: 0px;
  }


#c721 .img-fluid,
#c769 .img-fluid {
    max-width: 65%;
	margin: 3rem 0;
}

.play-video i {
	position: absolute;
	padding-left: 5px;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	line-height: 81px;
	border-radius: 50%;
	z-index: 1;
	background-color: #FFFF11;
	background-color: var(--themecolor);
	text-align: center;
	font-size: 50px;
	margin-top: -40px;
	margin-left: -40px;
	transition: transform .3s ease-out;
	-webkit-backface-visibility: hidden;
}

.play-video:hover i {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	color: #FFFF11;
}

.icon-play:before {
	color: #FFFF11;
}