/* Schrift aus Google importieren - Gehe auf fonts.google.com, wähle eine Schrift aus und suche dort den Import Befehl 

@import url('https://fonts.googleapis.com/css2?family=Georama:wght@100&display=swap');*/



/* Grundsätzliche Template Farben und Einstellungen 

:root {

	--cassiopeia-color-primary: #00ff00;
	--cassiopeia-color-link: #0000ff;
	--cassiopeia-color-hover: #ff0000;

	--cassiopeia-font-family-body: "Roboto", sans-serif;
	--cassiopeia-font-family-headings: "Roboto", sans-serif;
	--cassiopeia-font-weight-headings: 700;
	--cassiopeia-font-weight-normal: 400;

	--blue: #0d6efd;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #d63384;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #198754;
	--teal: #20c997;
	--cyan: #0dcaf0;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--gray-100: #f8f9fa;
	--gray-200: #e9ecef;
	--gray-300: #dee2e6;
	--gray-400: #ced4da;
	--gray-500: #adb5bd;
	--gray-600: #6c757d;
	--gray-700: #495057;
	--gray-800: #343a40;
	--gray-900: #212529;
	--primary: #0d6efd;
	--secondary: #6c757d;
	--success: #198754;
	--info: #0dcaf0;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #212529;
	--primary-rgb: 13, 110, 253;
	--secondary-rgb: 108, 117, 125;
	--success-rgb: 25, 135, 84;
	--info-rgb: 13, 202, 240;
	--warning-rgb: 255, 193, 7;
	--danger-rgb: 220, 53, 69;
	--light-rgb: 248, 249, 250;
	--dark-rgb: 33, 37, 41;
	--white-rgb: 255, 255, 255;
	--black-rgb: 0, 0, 0;
	--body-color-rgb: 33, 37, 41;
	--body-bg-rgb: 255, 255, 255;
	--font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--body-font-family: var(--cassiopeia-font-family-body);
	--body-font-size: 2rem;
	--body-font-weight: 400;
	--body-line-height: 1.5;
	--body-color: #383838;
	--body-bg: #efefef;
}


/* Schrift auf der Seite nutzen: Auf Google findest du auch die CSS Anweisung für die Nutzung der Schrift. Wenn du diese in das body element einfügst dann wird die Schrift auf der ganzen Webseite genutzt. */


/*body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #212632;
  background-color: #fdbd9e;
  padding-left: 10vw;
  padding-right: 10vw;
}

@media (max-width:992px){
body {
  
  padding-left: 0vw;
  padding-right: 0vw;
}
}

/* Der Seitenkopf von Cassiopeia hat die Klasse "header" du steuerst diese also mit .header an */

/*.container-header { 
  background: #f3e3d5;
  background-image: none;
  position: relative;
  box-shadow: none;  
}

.container-header .navbar-brand {
  display: block; 
}

.container-header .grid-child {
  padding: 2em 0em;
  margin-left: 0px;
  margin-right: 0px; 
  display: block; 
}

.brand-logo img {
 min-width:100% ;
}

.site-grid { 
  background: #f3e3d5;
  background-image: none;
}

body:not(.has-sidebar-right) .site-grid .container-component {
  padding-top:5px;
}

.card { 
  background: transparent; 
  border:none;
}

.card-body {
  padding-left: 25px;
}

.container-sidebar-left .sidebar-left:first-child {
  margin-top: 0em;
}

/* Das Dropdown-Menu im Menu färbst du mit der Klasse .metismenu.mod-menu .mm-collapse ein 

.metismenu.mod-menu .mm-collapse {
	background: #475BAF;
}
*/

/* Die Links im Dropdown Menu musst du dann auch einzeln ansteuern 
.metismenu.mod-menu .mm-collapse .metismenu-item a {
	color: #fff;
}
*/

/* Module haben die Klasse card, man steuert sie also mit .card an - wenn du nur ein bestimmtes Modul ansteuern willst, kannst du dem Modul in den Einstellungen eine eigene CSS Klasse geben und dann damit ansteuern  

.card {
	box-shadow: 12px 4px 18px 0px rgba(0,0,0,0.35);
	-webkit-box-shadow: 12px 4px 18px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 12px 4px 18px 0px rgba(0,0,0,0.35);
}
*/

/* Module sind auf verschiedenen Modulpositionen im Cassiopeia Template bekommen dann die Module zusätzlich zu card auch die Position als Klassennamen, zum Beispiel main-top - wenn du also alle Module auf Main Top ändern möchtest, nimmst du .main-top.card 

.main-top.card {
	background: #e1e9f5;
}
*/



/*h1, h2, h3, h4, h5, h6 {
  margin: 0 0 25px 0;
  font-family: Verdana, Arial, sans-serif;
  font-weight: 400;
  color: #2c3343;
  text-transform: none;
}

h3 {
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  color: #30384b;
}

h5, h6 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

h6 {
  font-size: 14px;
  line-height: 18px;
}

b, strong {
  font-weight: 600;
  font-size: 0.8rem;
}

a:link, a {
  color: #ce394c;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #30384b;
  text-decoration: none;
}


.nav {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  text-decoration:none; 
}

 ul, li {
  margin-left: 0px;
  padding-left: 1rem;
}


.mod-list li.active > a {
   color: #ce394c;
  text-decoration: none;
}

.mod-list  a {
  color: #212632;
  text-decoration: none;
}


.site-grid, .container-header {
  
  max-width: 1320px;
  
}


  .Praxis img {  
  object-fit: cover;
  vertical-align: top;
  max-width:100%;
}


.Praxis {  
	display:flex; 
	flex-direction:row;
	flex-wrap: nowrap;
	justify-content:space-between;
	align-items:flex-start;
	margin:0px;
	padding: 0px 15px 0px 15px;
	padding-top:1vw;
	width:100%
}

.Praxis1 {
  flex-basis:40vw;
  flex-grow:0;
  flex-shrink:1; 
  margin-bottom:2vw;
  padding-left:0vw; 
  padding-right:0vw;
}

.Praxis2 {
  flex-basis:60vw;
  flex-grow:1;
  flex-shrink:1; 
  margin-bottom:2vw;
  padding-left:0vw; 
  padding-right:0vw;
}


@media (max-width:992px){
.Praxis1 {
  flex-basis:33vw;
  flex-grow:0;
  flex-shrink:1; 
  margin-bottom:2vw;
  padding-left:0vw; 
  padding-right:0vw;
}

.Praxis2 {
  flex-basis:33vw;
  flex-grow:1;
  flex-shrink:1; 
  margin-bottom:2vw;
  padding-left:0vw; 
  padding-right:0vw;
}
}


@media (max-width:650px){

.Praxis {  
	margin:0px;
	padding-top:0vw;	
}

.Praxis1 {
  padding-right:5vw;
}
}



@media (max-width:555px){

.Praxis {  
	display:flex; 
	flex-direction:column;
	flex-wrap: wrap;
	justify-content:center;
	align-items:flex-start;
	margin-top:-10px;
	
	padding-top:0vw;
	width:100%
}

.Praxis1, .Praxis2 {
  flex-basis:33vw;
  flex-grow:0;
  flex-shrink:1; 
  margin-bottom:2vw;
  padding-left:10px;
}

}

@media (max-width:465px){

.Praxis {  
	display:flex; 
	flex-direction:column;
	flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	margin-top:-20px;
	padding: 0px 0px 0px 0px !important;
    width: 100%;
}

.Praxis img {
  width: 120%;
}

.Praxis1, .Praxis2 {
  flex-basis:33vw;
  flex-grow:0;
  flex-shrink:1; 
  margin-bottom:2vw;
  padding-left:0vw; 
  padding-right:0vw;
}

}


@media (max-width:200px){

.Praxis img {
  width: 100%;
  max-width:100%;
}

}

div#maximenuck133 span.titreck {
  
  line-height:30px !important;
  
}



div#maximenuck133.maximenuckv ul.maximenuck li.maximenuck.level1.active > a span.titreck {
  color: #ce394c !important;
  text-decoration: none;
}
/* 

In Joomla haben die meisten Buttons die Klasse btn-primary - im Element Inspektor kannst du nachsehen ob der Button, den du einfärben willst wirklich diese Farbe hat.


.btn-primary {
	background: rgba(119,9,121,1);
}
*/

/* Wenn du etwas einfärben möchtest, nur wenn man mit der Maus drüber fährt dann schreibst du :hover dahinter


.btn-primary:hover {
	background: rgba(0,212,255,1);
}
*/

/* In Joomla haben alle Beitragsbilder die Klasse item-image, wenn du nur ein bestimmtes Bild einsteuern möchtest, dann muss du dem Bild im Beitrag eine eigene CSS Klasse geben.


.item-image {
	border: 2px solid #ff0000;
}
*/


/*Laufen dir auf der Webseite icons über den Weg kannst du diese einzeln einfärben

.icon-user {

}
*/

/* oder du färbst mit dieser besonderen Anweisung alle Icon ein

.fa, .fas, [class*=" icon-"], [class^="icon-"] {
	color: #403678;
}
*/

/* Der Seitenfuß von Cassiopeia hat die Klasse "footer" du steuerst diese also mit .footer an 

.footer {
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(119,9,121,1) 35%, rgba(0,212,255,1) 100%);
}
*/



/* dm-sans-100 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/dm-sans-v17-latin_latin-ext-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-100italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/dm-sans-v17-latin_latin-ext-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-200 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/dm-sans-v17-latin_latin-ext-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-200italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/dm-sans-v17-latin_latin-ext-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/dm-sans-v17-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-300italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/dm-sans-v17-latin_latin-ext-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dm-sans-v17-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/dm-sans-v17-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/dm-sans-v17-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-500italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/dm-sans-v17-latin_latin-ext-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/dm-sans-v17-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-600italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/dm-sans-v17-latin_latin-ext-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/dm-sans-v17-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-700italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/dm-sans-v17-latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/dm-sans-v17-latin_latin-ext-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-800italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/dm-sans-v17-latin_latin-ext-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/*html {
  height: 100%;
  box-sizing: border-box;
}*/

body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  text-decoration:none;
  letter-spacing:0.09rem; 
  letter-spacing:0.2vw;
  font-size:1rem; 
  font-size:1.4vw;
  justify-content:space-between;
  min-height: 100vh;
  margin: 0 auto;
  /*height: 100%;*/
}

a:not([class]) {
  text-decoration: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "DM Sans", sans-serif;
  font-style:normal;
  text-transform: uppercase;
  line-height:1.5rem;
  line-height:1.8vw;
  text-decoration:none;
  font-weight:200;
  font-size:1.2rem;
  font-size:1.7vw;
}

h1#hausarzt {
padding-bottom: 0.8rem; 
padding-bottom: 1.4vw;
}

h1#homoeopathie {
padding-bottom: 0.5rem; 
padding-bottom: 0.8vw;
}

ol, ul {
  padding-left: 1rem; 
  list-style:none;
}

li h1 { 
  font-size:0.98rem;
  font-size:1.3vw;
}



@media (width <= 1000px) {
a:link, a:visited, a:active {
color:#b7785b;
}

a:hover {
color:hsl(0, 0%, 20%);
}

}
/*
    Banner
*/

.container-banner {
	background-color: #868f82;
	padding:7vw 8vw 3vw 8vw;
    margin: 0vw 0 6vw 0;    
}

/*
    Banner ohne Bild
*/

.itemid-826 .container-banner {
		padding:1vw 8vw 3vw 8vw;  
		
}


@media (width <= 768px) {
.itemid-826 .container-banner {
		padding:7vw 8vw 3vw 8vw;  
		
}
}

.container-banner .titel1 h1, .container-banner .titel2 h2, .container-banner .titel1 h1 a:link, .container-banner .titel1 h1 a:visited, .container-banner .titel1 h1 a:hover, .container-banner .titel1 h1 a:active, .container-banner .titel2 h2 a:link, .container-banner .titel2 h2 a:visited, .container-banner .titel2 h2 a:hover, .container-banner .titel2 h2 a:active {
	text-transform: uppercase;
	color:var(--body-bg);
	text-decoration:none;
}



/*
    Banner Flexbox Styles
*/

.banner-flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap:4vw;
    flex-wrap: nowrap;
    width:100%;
    padding-bottom:2vw;
    padding-top:2vw;
}

.text, .bild {
    flex-shrink: 1;
}

.text {
    flex-grow: 0;
}

.bild {
   flex-basis: 25vw;
   flex-grow:0;
}



.text-container {
    
}

.titel1 h1, .titel2 h1{
    
    white-space: nowrap; 
    min-width: 0;   
} 

.container-banner .titel1 h1 {
	font-size:3.03rem;
	font-size:4.21vw;
	letter-spacing:0.3vw;
	line-height:8.5vw;
}

.container-banner .titel2 h2  {
	font-size:1.9rem;
	font-size:2.51vw;
	line-height:0.5vw;
	letter-spacing:0.3vw;	
}

@media (width <= 1150px) {
.container-banner .titel1 h1 {	
	font-size:4.5vw;
	line-height:8.5vw;	
}

.container-banner .titel2 h2  {
	font-size:2.7vw;
	line-height:0.5vw;
}
}

@media (width <= 280px) {
.container-banner .titel1 h1 {	
	font-size:4.9vw;
	line-height:8.5vw;	
}

.container-banner .titel2 h2  {	
	font-size:2.96vw;
	line-height:0.5vw;	
}
}



/*Inhaltstext nicht eingerückt, dies wäre main-start */

body:not(.has-sidebar-left) .site-grid .container-component {
  grid-column-start: full-start;
  padding-left:8vw;
  padding-right:8vw;
  padding-top:1vw
}

.d-inline-block {
  display: none !important;
}

.site-grid {
  margin-bottom: 1vw;
  flex:1;
}


.container-footer {
	padding:7vw 8vw 1vw 8vw;
    margin: 8vw 0 5vw 0;    
}

@media (width <= 900px) {
.container-footer {
	padding:3vw 8vw 0vw 8vw;
    margin: 3vw 0 3vw 0;    
}


}


.debug-container {
	padding:0vw 8vw 0vw 8vw;
    margin: 0vw 0vw 1vw 0vw;    
}

footer a:not(.btn), .footer .btn-link {
  color: var(--link-color) !important;
}


.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap:3vw;
    flex-wrap: nowrap;
    width:100%;
    color: hsl(0, 0%, 20%);
}


.footer1,  .footer2, .footer3{
    flex-shrink: 1;
    flex-grow: 0;
    padding:0px;
    margin:0px;
}

.footer1 {
  flex-basis: 28.8vw;
}

.footer1 a:link,.footer1 a:visited, .footer1 a:active {
border: 1px solid;
padding: 2% 4% 2% 4%;
}

.footer1 a:hover {
color:var(--link-hover-color) !important;
border: 1px solid #fff;
}


@media (width <= 1000px) {
.footer1 a:link,.footer1 a:visited, .footer1 a:active {
color:#b7785b;
}

}

.footer2 table {
width:30vw;
}

.footer2 td#wochentag {
width:10vw;
}

p#vereinbarung {
padding-top:1rem
}


@media (width <= 1000px) {

.footer-container p, .footer-container td {

font-size:1.6vw;
}

.footer-container h3 {

font-size:1.9vw;
}
}

@media (width <= 800px) {
.footer-container p, .footer-container td {

font-size:1.7vw;
}

.footer-container h3 {

font-size:2vw;
}
}

@media (width <= 750px) {
.footer-container p, .footer-container td {

font-size:1.8vw;
}

.footer-container h3 {

font-size:2.1vw;
}

.footer1 {
  flex-basis: 28.9vw;
}
}


@media (width <= 600px) {
.footer-container p, .footer-container td {

font-size:1.9vw;
}

.footer-container h3 {

font-size:2.2vw;
}

.footer1 {
  flex-basis: 24.0vw;
}
}

/*@media (width <= 500px) {
.footer-container p, .footer-container td {

font-size:2vw;
}

.footer-container h3 {

font-size:2.3vw;
}

.footer1 {
  flex-basis: 24.0vw;
}
}*/





