/* CSS Document Immo Pollo 21.05.2020 */
@import url("../Fonts/icomoon/style.css");
/* noto-sans-regular - latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../Fonts/Noto_Sans/noto-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Noto Sans'), local('NotoSans'), url('../Fonts/Noto_Sans/noto-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/Noto_Sans/noto-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/Noto_Sans/noto-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../Fonts/Noto_Sans/noto-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/Noto_Sans/noto-sans-v9-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-serif-regular - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/Noto_Serif/noto-serif-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Serif'), local('NotoSerif'),
       url('../Fonts/Noto_Serif/noto-serif-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/Noto_Serif/noto-serif-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/Noto_Serif/noto-serif-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/Noto_Serif/noto-serif-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/Noto_Serif/noto-serif-v8-latin-regular.svg#NotoSerif') format('svg'); /* Legacy iOS */
}
/* noto-serif-italic - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: url('../Fonts/Noto_Serif/noto-serif-v8-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Noto Serif Italic'), local('NotoSerif-Italic'),
       url('../Fonts/Noto_Serif/noto-serif-v8-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/Noto_Serif/noto-serif-v8-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/Noto_Serif/noto-serif-v8-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/Noto_Serif/noto-serif-v8-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/Noto_Serif/noto-serif-v8-latin-italic.svg#NotoSerif') format('svg'); /* Legacy iOS */
}
/* 
.lang,.mobilelang {
	display:none;
	}
	*/

/* 
1. Body
2. Schriften
 2.1 
 2.2 Buttons  
3. Header
4. Module
5. Öffnungszeiten
5.5  Mobile Nav
6. Footer
6. Sonstiges
7. MEDIA QUERYS
8. FONTS
9. form
*/

/* ###  1 Body 
### */
body {
	color: #37341B;
	font: Regular 16px/26px Noto Sans;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1rem;
	background:#f9f9f9;
		min-width:320px;
}
/* ### 2. ÜberSchriften 
### */
h1 { /* slider */
	color: #FFFFFF;
	font: Bold Italic 50px/68px Noto Serif;
	font-family: 'Noto Serif';
	text-align: center;

}
h2 { /* Unterübeschrift  38px*/
	font: Bold Italic 38px/52px Noto Serif;
	font-family: 'Noto Serif';
	color: #37341B;
}
h3 { /*   */
	 
	font: Bold Italic 38px/52px Noto Serif;
	font-family: 'Noto Serif';
	letter-spacing: 0px;
	color: #37341B;
}
h4 { /* Überschrift   */
}
h5 {
	font-weight: Bold Italic;
	letter-spacing: 0;
	color: #fff;
	 
	text-align: left;
font: Bold Italic 38px/52px "Noto Serif";
font-size:38px;
font-family: 'Noto Serif';
}
footer h5{
	font-family: 'Noto Serif';
	}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	color: #37341B;
}
/* 2.2 
      BUTTONS */
.btn {
 margin: .375rem;
	color: inherit;
	text-transform: uppercase;
	word-wrap: break-word;
	white-space: normal;
	cursor: pointer;
	border: 2px #f2f2f2 solid;
	border-radius: 33px;
	-webkit-transition: color .85s ease-in-out, background-color .15s ease-in-out, border-color .65s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .85s ease-in-out, background-color .15s ease-in-out, border-color .65s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .85s ease-in-out, background-color .15s ease-in-out, border-color .65s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .85s ease-in-out, background-color .15s ease-in-out, border-color .65s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
 padding: .84rem 2.14rem;
 font-size: .81rem;
	min-width: 260px;
}
.btn:hover {
	border: 2px #f2f2f2 solid;
}
.btn-arrow {
	padding-left: 3rem;
	position: relative;
	transition: padding-right .15s ease-in-out;
	transition: padding-right .15s ease-in-out;
	color: #f2f2f2;
}
.btn-arrow:hover {
	border: 2px #fff solid;
	padding-right: 3rem;
	background: #EB5D30;
	color: #fff;
}
.btn-arrow:after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e903";
	color: #f2f2f2;
	font-size: 0.5rem;
	padding-right: 0;
	transition: padding-right .15s ease-in-out;
	transition: opacity .4s ease-in-out;
	opacity: 0.0;
}
.btn.btn-arrow:hover:after {
	color: #fff;
	padding-left: 5px;
	padding-right: 19px;
	opacity: 1;
	display: inline-block;
	opacity: 1;
}
.btn-primary {
	background: #37341B padding-box;
	border: #37341B;
	padding: 1.0rem 2.0rem;
}
.btn-primary:after {
	content: "\e902";
	padding-left: 15px;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.btn-primary:hover {
	color: #fff;
	background-color: #468C00;
	border-color: #468C00;
}
.btn-secondary {
}
.btn-light, .btn-light:hover {
	font-size: 16px;
	letter-spacing: 0;
	color: #000;
	text-transform: uppercase;
	background: none;
	border: transparent;
	padding-left: 0;
	border:none;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
	border:none;background:transparent;
	}
.btn-light:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    padding-right: 0;
    font-size: 0.6rem;
    padding-left: 0.8rem;
}
sub {
    bottom: -.80em;
    font-weight: 700;
    font-size: 1rem;
}
/*
.btn-light, .btn-light:hover {
	font-size: 16px;
	letter-spacing: 0;
	color: #37341B;
	text-transform: uppercase;
	background: none;
	border: transparent;
	padding-left: 0;
}
.btn-light strong {
	text-decoration: underline;
	font-weight: 300;
}

.btn-light:before {
	content: "\e901";
	 
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none!important;
	margin-right: 5px;
}
*/
.btn-dark {
	background: #333331 0% 0% no-repeat padding-box;
	padding: 1.5rem 4rem;
	text-transform: uppercase;
}
.btn-dark:after {
	content: "\e902";
	padding-left: 15px;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 15px;
}
.bg_grau {
	background: #F2F1EE;
}
.btn-tisch {
	padding: 1rem 2rem;
	color: #37341B!important;
}
.btn-social {
	padding: 1rem 0.5rem;
}
.btn-lang {
	padding: 1rem 0.5rem 0 0.5rem
}
.lang .btn-group .btn {
	background: #fff;
	color: #37341B;
}
.lang .dropdown-toggle::after {
	display: none;
}
.icon-phone:before, .icon-Mail:before, .icon-lang_picker:before {
	vertical-align: middle;
	padding-right: 10px;
	font-size: 1.7rem;
}
.icon-lang_picker:before {
	font-size: 1.6rem;
}
/* ### ###############
3 HEADER ### */


.logo {
/* margin-top: -70px; */
}
.kontakt {
	color:#fff;
}
.small_header  .kontakt {
	color:#000;
}
.kontakt:after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e903";
	padding-right: 0;
	font-size: 0.6rem;
	padding-left: 0.8rem;/*
	transition: padding-right .15s ease-in-out;
	transition: opacity .4s ease-in-out;
	opacity: 0.0;
	*/
}
/* NAVI */
nav {
	 
	color: #f2f2f2;
}
nav a {
 font:;
	letter-spacing: 0;
	color: #333331;
	text-transform: uppercase;
}
.nav-container {
	box-shadow: 0px 0px 1px #000;
	height: 100px;
	background: transparent;
}
.layout-pagets__1col .nav-container {
    box-shadow: 0px 0px 1px #000;
    height: 120px;
    background: #37341B;
	min-width:310px;
}
/* Top NAvi */
header .topnav {
	font: Regular 16px/20px Muli, sans_serif;
	color: #333331;
}
/* Desktop Navi */
.desktop {
	margin-top: 30px;
	width: 100%;
}
.sub-arrow {
	display: none;
}
.desktop .navi-links, .desktop .navi-rechts {
	width: 100%;
	max-width: 460px;
}
.desktop .navi-rechts {
}
.desktop .logo {
	margin-left: 30px;
	margin-right: 30px;
}
.logo-img-desktop {
	margin-top: 20px;
}
/* Nav Farben */
nav .dropdown-menu {
	background: #333331;
	box-shadow: 0px 8px 10px #00000029;
	opacity: 1;
	border-radius: 0;
	min-width: 250px!important;
}
.dropdown-menu li {
	padding: 0 10px;
}
.dropdown-menu li:last-child a {
	border: none!important;
}
.dropdown-item {
	text-align: left;
	font: 20px/25px Muli;
	letter-spacing: 0;
	color: #FFFFFF;
	text-transform: initial;
	border-bottom: solid 1px #37341B;
	padding: 0.3rem 0;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
	background-color: transparent!important;
	color: #37341B;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: transparent;
}
.navbar-static-top {
}
/* STIKY NAV mit ja in extra.js */
.small_header {
	width: 100%;
	background: #fff;
	float: left;
	height: 56px;
	color: #eee;
	position: fixed;
	z-index: 999;
	top: 0;
	display: none;
	box-shadow: -8px -8px 12px #000;
	left: 0;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
	padding-top:8px;
}
/*
 .small_header .sf-menu.undefined:before {
    content: url(../layout/kunden-sonne.png);
    display: list-item;
    float: left;
    margin-top: -18px;
}
 .small_header ul ul.sf-menu.undefined:before {
    content: ""!important;

 }
 */
.small-nav {
	width: 100%;
	padding: 0;
}
.small-nav li.nav-item {
	flex-grow: inherit;
}
.small-nav .buchen .btn-primary {
	padding: 1.0rem 2rem;
}
.buchen .btn-primary {
	text-transform: uppercase;
}
.icon-tisch-reservieren {
	padding: 0.2rem 2rem 0 0;
	font-size: 3rem;
	display: inline-block;
	content: url(../../../../../../fileadmin/layout/tisch-reservieren.png);
}
.icon-gutschein-bestellen {
	padding: 0.2rem 2rem 0 0;
	font-size: 3rem;
	display: inline-block;
	content: url(../../../../../../fileadmin/layout/gutschein.png);
}
.small-nav .navbar-nav {
	flex-grow: inherit;
}
/* ### ##############
4. Layout 
#####################
 */
.c-outer {
	padding-right: 100px;
	padding-left: 100px;
}

.main-content {

background:url(../../../../../../fileadmin/bg.png) top center;
    background-repeat: no-repeat;
}

.abst-vorne-extra-small {
	padding-top:87px;
	padding-top:5.438rem;
	}
.abst-hinten-extra-small {
	padding-bottom:87px;
	padding-bottom:5.438rem;
	}

.abst-vorne-small {
padding-top:109px;
	padding-top:6.813rem;
	}
.abst-hinten-small {
padding-bottom:109px;
padding-bottom:6.813rem;
	}
	.abst-vorne-medium {
			padding-top:125px;
	padding-top:7.2rem;
		}
			.abst-hinten-medium {
			padding-bottom:125px;
	padding-bottom:7.2rem;
		}
.abst-vorne-large {
	padding-top:125px;
	padding-top:7.813rem;
	}
.abst-hinten-large {
	padding-bottom:125px;
padding-bottom:7.813rem;
	}

.abst-vorne-extra-large {
padding-top:159px;
padding-top:9.938rem;
	}
.abst-hinten-extra-large {
padding-bottom:159px;
padding-bottom:9.938rem;
	}
/* ### ##############
4. MODULE 
#####################
 */


/* TEAM CARD */

/* TEST bei js klick
.teamcard.collapsed  {
width:700px;
 
} 
 .teamcard.collapsed .team-titel-box {
	opacity:0;
	}
 

	.teamcard.collapsed .team-descript-box {
  left:50%;
  width:50%;
 height:536px;
}
	.teamcard.collapsed .team-descript-box.collapse.show {
  left:50%;
  width:50%;
 height:536px;
}
 */
/* */
.teamcard {
  position:relative;
  height:536px;
  width:350px;
  margin:0 auto;
  margin: 20px!important;
  display:inline-block;
  
   -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
.teamcard:hover {
width:700px;
 
}
.teamcard img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  width:350px;
  
  z-index:1;
}
.teamcard img.top:hover {
  opacity:0;
}

.team-titel-box {
	font: Regular 16px/26px Noto Sans;
	letter-spacing: 0px;
	color: #000000;
	
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	padding:15px;
	width:350px;
	opacity:1;
	
	-webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.teamcard:hover .team-titel-box {
	opacity:0;
	}
.team-titel-box strong {
	font: Bold Italic 24px/33px Noto Serif;
	letter-spacing: 0px;
	color: #37341B;
}
.team-container {}



.team-descript-box {
	font: 16px/26px Noto Sans;
	background: #37341B;
	color:#fff;
	padding: 1rem;
	
}
.team-descript-box a{
	color:#fff;
}
.teamcard .team-descript-box {
  position:absolute;
  left:0px;
  -webkit-transition: left 1s ease-in-out;
  -moz-transition: left 1s ease-in-out;
  -o-transition: left 1s ease-in-out;
  transition: left 1s ease-in-out;
  width:50%;
   background:#37341B;
   z-index:0;
     height:536px;
	 font-family: 'Noto Sans', sans-serif;
}
.teamcard:hover .team-descript-box {
  left:50%;
  width:50%;
 height:536px;
}


.team-descript-box p {
	/* padding:50px;
	 height:280px; */
}
.team-descript-box strong {
	font: Bold Italic 24px/33px Noto Serif;
}
.bildbox .teamcard {
	    float: right;
	}
	
 
/* */

 /* CARD */
 .card-noborder .card {
border: none;
    border-radius: 0;}

.top-text-bild-modul .card-body {
    width: 50%;
    background: #f2f2f2;
    margin-left:2rem;
	margin-right:2rem;
	position:relative;
	    min-width: 300px!important;
}

.card-pfeil:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    padding-right: 0;
    font-size: 0.6rem;
     

}
.card-pfeil.rechts {
position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 3rem;
    padding-bottom: 1rem;
	}
	.card-pfeil.links {
position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 3rem;
    padding-bottom: 2rem;
	}
 
 /* sText sBild - text-bild-modul-2schraeg */
 .text-bild-modul-2schraeg .card-pfeil:after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e903";
	padding-right: 0;
	font-size: 0.6rem;
}
.text-bild-modul-2schraeg .btn-light {
 
    width: inherit;
    min-width: inherit;
    bottom: 0;
    right: 0;
    padding-right: 0;
    padding-bottom: 1rem;
    font-weight: 600;
}
.text-bild-modul-2schraeg {
background-image: url(../Images/schraegen1.png),url(../Images/schraegen1.png);
    background-position-x: calc(0% - 380px),calc(100% + 380px);
    background-position-y: calc(50% + 210px),calc(100% + 0px);
    /* padding-bottom: 150px; */
    background-repeat: no-repeat;
	}
.text-bild-modul-2schraeg .text-body {
	border:solid 1px #f2f2f2; height:300px;
box-shadow: 2px 4px 12px #00000029;
background:#fff;
}

.text-bild-modul-2schraeg .text-body-content {
float: right;
    text-align: right;
    width: 80%;
    margin: auto;
    max-width: 450px;
}

/* text-text-modul-1schraeg - sTextKundenstimme  */

.text-text-modul-1schraeg {
background-image: url(../Images/schraegen1.png),url(../Images/schraegen1.png);
    background-position-x: calc(8% - 350px);
    background-position-y: 0;
    /* padding-bottom: 150px; */
    background-repeat: no-repeat;
    position: relative;
	}
.text-text-modul-1schraeg .text-body { min-height:400px; }

.text-text-modul-1schraeg .text-body-content-braun {
float: right;
    text-align: left;
    width: 80%;
	color:#fff;
	padding:5%;
}
.bg-braun {
	background:#7D7465;
	}
	.offset-negativ-1 {margin-left:-8.6%;}
	.text-body-content2 {
background: #fff;
    border-top: 20px #000 solid;
    padding: 8%;
    min-height: 440px;
    margin-top: 25%;
    box-shadow: 2px 4px 12px #00000029;
		}
		/* */
 /* HEROSLIDER */
 
.hero-banner {
	height:100%;
	color:#fff;
	}
/* CARDS */
.top-text-bild-modul {
	
}
.card-noborder .card {
border: none;
    border-radius: 0;
	background-color: transparent;
	}

.top-text-bild-modul .card-body {
    width: 50%;
    background: #fff;
    margin-left:2rem;
	margin-right:2rem;
	position:relative;
	box-shadow: 2px 4px 12px #00000029;
}

.card-pfeil:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    padding-right: 0;
    font-size: 0.6rem;
     

}
.card-pfeil.rechts {
position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 3rem;
    padding-bottom: 1rem;
	}
	.card-pfeil.links {
position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 3rem;
    padding-bottom: 2rem;
	}
	
	.card .btn-light, .card .btn-light:hover {
    font: Bold Italic 38px/52px Noto Serif;
    font-family: 'Noto Serif';
font-size: 38px;
    letter-spacing: 0;
    color: #000;
text-transform: inherit;
    background: none;
    border: transparent;
    padding-left: 0;
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
/* EOF CARDS */


/* ## Bootstrap Slider ## */
	/* Bei bestimmten Layout */
.headerslider {
	/* padding-bottom: 90px!important; */
	  height:100vh;  
	width: 100%;
	display: inline-block;
	background-color:#37341B;
	
	margin-top: -130px;
}
.headerslider img {
	width: 100%;
	height: auto;
}
.herotext-bg {

	}
 .herotext  {
color:#fff;
 }
 .hero-banner-bodytext a {color:#fff;}
 .hero-banner-bodytext h1 {text-align:left;}
 /* Typewriter */
 .hero-banner-bodytext h1 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid #fff; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 4.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #fff; }
}


/* */
	
.carousel.slide .carousel-indicators {
	display: none!important;
}
.carousel.slide .carusel-navi {
    position: absolute;
    bottom: 45%;
    right: 0;
    /* background-color: rgba(255,255,255,0.8); */
    padding: 2px 15px;
    height: 1.8rem;
    font-size: 18px;
    width: 100%;
    /* max-width: 125px; */
    text-align: center;
}
.carousel.slide .fonticon {
font-size: 3rem;
    padding: 0;
    line-height: 1.8rem;
	
}
.ar-re {
	padding: 2px 5px 0 0;
	float: right;
	background:rgba(255, 255, 255, 0.49);
	width:50px;height:50px;
	border-radius: 90%;
}
.ar-li {
	float: left;
	padding: 2px 0 0 5px;
background:rgba(255, 255, 255, 0.49);
	width:50px;height:50px;
	border-radius: 90%;
}
.icon-arrow_left {padding-right: 10px!important;}
.icon-arrow_right {padding-left: 10px!important;}
.sliderbottomtext a {
	font-size: 16px;
	letter-spacing: 0;
	color: #37341B;
	text-transform: uppercase;
	background: none;
	border: transparent;
}
.sliderbottomtext a:before {
	content: "\e901";
	padding-left: 20px;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none!important;
	margin-right: 5px;
}
.sliderbottomtext a strong {
	text-decoration: underline;
	font-weight: 300;
}
.sliderbottomtext h4 {
	text-align: left;
	font: Bold 32px/38px 'Crimson Pro', serif;
	letter-spacing: 0;
	color: #333331;
	text-transform: uppercase;
	padding: 15px 5px 0 20px;
}
/* hero-banner */
#hero-banner {
	min-height: 300px;
	background: #37341B;
}
/* ZWEISPALTER */

.zweispalter {
 margin-top:;
	margin-bottom: 80px;
}
.zweispalter .border-r, .border-r {
	border-right: 1px solid #8A8A8A;
}
.zweispalter .ce-image .ce-gallery {
	margin: 0!important;
}
/* Gallery */
.gal {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
}
.gal img {
	width: 100%;
	padding: 7px 0;
}
@media (max-width: 500px) {
.gal {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
}
}
/* */
/* ZWEISPALTER mi grauem Hintergrund  - Layout 2 gewählt */
.frame-layout-2 {
	/* background: #F2F1EE 0% 0% no-repeat padding-box; */
	background: #fff 0% 0% no-repeat padding-box;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 0;
}
.frame-layout-2 .zweispalter {
	padding-bottom: 0px;
	margin-bottom: 0;
}
.frame-layout-2 h2 {
	text-align: right;
	font: Bold 46px/55px Crimson;
	letter-spacing: 0;
	color: #37341B;
}
/*  Element: 2 Bilder/Slideshows mit Textfeld unterhalb */
.zweibilder-slide-u-text {
}
.zweibilder-slide-u-text .sliderbottomtext {
	padding: 1rem 15%;
}
/* Dreispalter */
.dreispalter {
 margin-top:;
	margin-bottom: 80px;
}
/* Dreispalter  mit Grauen  hintergund und runden bildern - Layout 3 gewählt*/
.frame-layout-3 .dreispalter {
	padding-bottom: 0px;
	margin-bottom: 0;
}
.frame-layout-3 {
	background: #F2F1EE 0% 0% no-repeat padding-box;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.frame-layout-3 .dreispalter {
	padding-bottom: 0px;
	margin-bottom: 0;
}
.frame-layout-3 .dreispalter img {
	height: auto;
	min-width: 340px;
}
.frame-layout-3 .sliderbottomtext h4, .frame-layout-3 .sliderbottomtext {
	text-align: center;
	padding: 15px 0;
}
.frame-layout-3 .dreispalter .carousel-inner {
	height: 250px;
	width: 250px;
	margin: auto;
	border-radius: 50%;
}
.frame-layout-3 .sliderbottomtext a:before {
	padding-left: 0;
}
/* Slider mit Schatten */
.frame-layout-1 {
	margin-top: 100px;
}
.frame-layout-1 .carousel-inner {
	-webkit-box-shadow: -80px -80px 0px -20px rgba(242,241,238,1);
	-moz-box-shadow: -80px -80px 0px -20px rgba(242,241,238,1);
	box-shadow: -80px -80px 0px -20px rgba(242,241,238,1);
	width: 85%;
	float: right;
	margin-right: 5%;
}
.frame-layout-1 .sliderbottomtext a {
	color: #fff;
	border: transparent;
	position: absolute;
	bottom: 0;
	z-index: 5;
	right: 7%;
	background: #37341B;
	padding: 10px 25px;
	text-align: center;
}
.frame-layout-1 .border-r {
	border: none;
}
.frame-layout-1 .sliderbottomtext a:before {
	display: none;
}
.frame-layout-1 .sliderbottomtext a:after {
	content: "\e901";
	padding-left: 15px;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none!important;
	margin-right: 5px;
}
.frame-layout-1 .sliderbottomtext a strong {
	text-decoration: none;
}
.frame-layout-1 .carousel.slide .carusel-navi {
	position: absolute;
	bottom: 0;
	top: -40px;
	right: 30%;
}
.frame-layout-1 .carousel-item {
	text-align: right;
}
.frame-layout-1 .carousel.slide .carusel-navi {
	background-color: transparent;
}
/* Kundenstimmen */

.textslider {
	margin-top: 0;
	margin-bottom: 80px;
	text-align: center;
	font: 16px/26px Muli, sans_serif;
	letter-spacing: 0;
	color: #1D1D1B;
}
.textslider h4 {
	font: Bold 32px/38px 'Crimson Pro', serif;
	letter-spacing: 0;
	color: #333331;
	text-transform: uppercase;
	text-align: center;
}
.carousel.slide.textslider .carousel-indicators {
	display: flex!important;
	border-radius: 5px;
	bottom: -20px;
}
.textslider .carousel-indicators .active {
	background-color: #333331;
}
.textslider .carousel-indicators li {
	width: 10px;
	height: 10px;
	margin-right: 3px;
	margin-left: 3px;
	background-color: #C5BFAF;
	border-radius: 6px;
}
.textslider .stimme-von {
	font-weight: 600;
}
.textslider .stimme-von p {
	margin: 0;
}
.trenner {
	margin: 10px 5px 30px 5px;
}
/* linkkacheln */

.linkkacheln-hl {
	text-align: left;
	font: Bold 32px/38px 'Crimson Pro', serif;
	letter-spacing: 0;
	color: #333331;
	text-transform: uppercase;
}
.linkkacheln-textbox {
	padding: 20px 0 30px 20px;
}
/* GRIDELEMENTS */
.text-einruecken-r {
	padding-right: 10%;
}
.text-einruecken-l {
	padding-left: 10%;
}
/* ### ##############
5. ÖFFNUNGSZEITEN  */
#oeffnungszeiten {
	min-height: 228px;
	background: #F2F1EE 0% 0% no-repeat padding-box;
	padding-top: 45px;
	padding-bottom: 65px;
	color: #8A8A8A;
}
#oeffnungszeiten strong, #oeffnungszeiten h5 {
	color: #1D1D1B;
}
/* ####################
   5.5 Mobile Nav */
#menu {
}
#mySidenav {
	padding-top: 0;
	 
}
.mobilenav-footerbutton .btn {
	display: block;
}
.it-mob, .en-mob {
	display: none;
}
.mobilecontact .btn {
	display: block;
	text-align: left;

}
 
 
/* von alter site */
.mm-panels, .mm-menu {
	background: #fff!important;
}
.mm-panels a.btn-primary {
	color: #fff!important;
}

.logo-mobilenav {
	width: 145px;
	float: right;
}
.mobilenav-header {
	width: 100%;
	clear: both;
	display: none;
}
#mySidenav .navbar-default {
	clear: both;
	text-align:right;
	justify-content: center;
}
.mobilenavbar .navbar-nav {
	float: left;
	width: 100%;
}
.mobilenav-header .navbar-nav {
	width: 100%;
}
.mobilenavbar.navbar.navbar-default .navbar-default .navbar-nav>li>a {
	font-size: 20px;
	padding: 0;
}
.mobilenavbar .navbar-default .navbar-nav>.active>a, .mobilenavbar .navbar-default .navbar-nav>.active>a:focus, .mobilenavbar.navbar.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	border-top: none;
	padding-top: 40px;
	margin-top: 0;
	text-decoration: underline;
	background: transparent;
	border: none;
}
.mobilenavbar.navbar.navbar-default .navbar-nav> a {
	border: none;
}
.mobilenavbar.navbar.navbar-default .navbar-nav>li>a {
text-transform: inherit;
    color: #fff;
    font-size: 1rem;
    padding: 0;
    padding-top:  ;
    border: none;
    background: transparent;
    /* font: Bold Italic 1rem Noto Serif; */
    font: Bold Italic 40px/68px Noto Serif;
}
.mobilenavbar.navbar.navbar-default .navbar-nav>li>a:hover, .mobilenavbar.navbar-default .navbar-nav>li>a:active {
	border-top: none;
}
.mobilenavbar .plus {
	float: right;
	font-size: 40px;
}
.mobilenavbar .plus:after {
	content: "+";
}
.mobilenavbar .dropdown.show .plus:after {
	content: "-";
}
.mobilenavbar {
	padding-top: 20px;
	padding-bottom: 20px;
}
.mobilenavbar nav li {
	float: left;
	width: 100%;
	clear: both;
}
.mobilenavbar.navbar.navbar-default .navbar-nav>li:last-child a {
/* display:none; */
}
.mobilenavbar .dropdown-menu {
	background-color: #fff!important;
	font-size: 18px;
	margin-top: 20px!important;
	border-radius: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.mobilenavbar ul.dropdown-menu li, .mobilenavbar ul.dropdown-menu li:last-child a {
	background: #fff;
}
.mm-panel_has-navbar {
	padding-top: 0;
}
.mobilecontact,.mobilenav-footerbutton {
    border: none;
    text-align: right;
	font: Regular 16px/26px Noto Sans;
	color:#fff;
	font-size:1rem;
	    right: 160px;
}
.mobilecontact {position:absolute; bottom:50px;}
.mobilenav-footerbutton { position:absolute;  bottom:0;}
.mobilenav-footerbutton {margin-top:20px;}
.mm-navbar {
	display: none!important;
}
#mySidenav ul li:last-child a {
}

/* 6.  Sonstiges */
.layout-pagets__1col h1 {
	margin-top: 80px;
}
.icon-Burger-menu {
font-size: 1.5rem;
    color: #fff;
    padding-left: 1rem;
	}
/* ### ##############
FOOTER */

footer {
	width: 100%;
	min-height: 500px;
	background: #7D7465 0% 0% no-repeat padding-box;
	opacity: 1;
	color: #fff;
	padding-top: 90px;
	padding-bottom: 75px;
}
footer a, footer a:hover, footer a:active, footer a:focus {
	color: #fff;
}
.legal {
	letter-spacing: 0;
	color: #333331;
	text-align: center;
	min-height: 30px;
	padding-top: 15px;
	padding-bottom: 55px;
}
.legal a {
	color: #333331;
}
footer ul, .legal ul {
	padding-left: 0;
	list-style: none;
}
.legal ul li {
	display: inline-block;
}
.icon-facebook, .icon-insta {
	font-size: 2.5rem;
	margin: 08px;
}
.sm-hl {
	margin-bottom: 10px;
	display: inline-block;
}
/* MAP Container */
.mapcontainer {
	background: url(/../fileadmin/layout/map-bg.gif) center repeat-x;
	margin-bottom: 50px;
}
.mapcontainer h5 {
	text-align: left;
	font: Bold 16px/16px Muli;
	letter-spacing: 0;
	color: #37341B;
}
.mapcontainer .drei .frame {
	margin: auto;
	display: inline-block;
	min-width: 200px;
	text-align: left;
}
/* services-list */
.iconconcontainer {
	padding: 50px 0 0 0;
	background: #F2F1EE;
	margin-bottom: 50px;
}
.services-list {
	list-style: none;
}
.services-list li {
	width: 33%;
	padding-bottom: 25px;
	position: relative;
	padding-left: 70px;
	padding-right: 70px;
}
.services-list li:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e905";
	color: #37341B;
	background: #fff;
	width: 70px;
	height: 70px;
	display: inline-block;
	text-align: center;
	border-radius: 90%;
	font-size: 38px;
	text-align: center;
	position: absolute;
	left: -35px;
	top: 0;
}
.services-list li:nth-child(1):before {
	content: "\e910";
}
.services-list li:nth-child(2):before {
	content: "\e915";
}
.services-list li:nth-child(3):before {
	content: "\e90e";
}
.services-list li:nth-child(4):before {
	content: "\e911";
}
.services-list li:nth-child(5):before {
	content: "\e912";
}
.services-list li:nth-child(6):before {
	content: "\e913";
}
.services-list li:nth-child(7):before {
	content: "\e90f";
}
.services-list li:nth-child(8):before {
	content: "\e914";
}
.services-list li:nth-child(9):before {
	content: "\e90d";
}
/* Zimmerdetails */
.zimmerdetails {
	margin-bottom: 50px;
}
.zimmerdetails ul {
	float: left;
	width: 50%;
	padding-left: 15px;
}
.zimmerdetails h3 {
	margin-bottom: 1rem;
}
.zimmerdetails .contenttable {
	width: 100%;
}
/* Powermail */
	
.powermail_legend {
	display: none;
}
.tx-powermail .btn-dark {
	margin-top: 40px;
}
.control-label {
	text-transform: uppercase;
	font-weight: 600;
}
.form-control {
}
/* Kontakt */

/* 2erBildbox */
.bildbox {
	margin-bottom: 50px;
}
		
.flexing {
    min-height: 100px;
}
.burger-cont-sm {
	margin-bottom:-5px;
	min-height: 28px;
	}
/*
 ####################
7. MEDIA QUERIES
 */



/* Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
*/
@media (min-width: 576px) {
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
.container {
	max-width: 1350px;
}
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.herotext h1 {
    font-size: 30px;
	}
 #myCarousel .carousel-item .mask img {
    max-width: 70%;
	height: auto;
    max-width: inherit;
    max-height: 250px;
	width: auto;
}
.animate-slider #myCarousel .container {
    padding: 50px;
    padding-top: 0;
}
.mapcontainer iframe {
	width: 400px!important;
}
.btn-dark {
	padding: 1.5rem 1rem;
	width: 90%;
}
.services-list li {
	padding-right: 10px;
}
.iconconcontainer {
	overflow: hidden;
}
#menu {
    width: 100%!important;
	height:105%!important;
}
.burger-btn {
	width:40px;
    position: absolute;
	}
#menu .burger-btn svg{
fill:#fff;
}
.main-content {
    overflow-x: hidden;
}

}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
/* TEST */
.mobilenav-header {
	display:block!important;
	}
.card-deck {
	flex-direction: column;
	
	}
.c-outer {
    padding-right: 20px!important;
    padding-left: 20px!important;
}
.herotext h1{
font-size: 40px;
    color: #fff;
    text-align: left!important;
	line-height: 2.5rem;
}
.herotext {
    padding: 20px;
}
.herotext .header-sub-title {font-size: 40px;}

.abst-vorne-large {
    padding-top: 60px!important;
    padding-top: 3.9rem!important;
}
.top-text-bild-modul .card-body {
    width: 100%;
    background: #fff;
    margin-left: 0!important;
    margin-right: 0!important;
}
.offset-negativ-1 {
    margin-left: 0!important;
}

.btn {
	min-width:200px;
	}
.mobilecontact,.mobilenav-footerbutton {
    right: 20px;
}
#mySidenav .navbar-default {
 
    justify-content: flex-end;
}
.mobilenavbar.navbar.navbar-default .navbar-nav>li>a {
    font: Bold Italic 30px/50px Noto Serif;
}

#myCarousel .carousel-item {
    height: 100vh;
	
}
#myCarousel h4 {
    font: Bold 30px/32px Noto Sans!important;
}
#myCarousel p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #d5d5d5;
}

.animate-slider .carousel-inner {

    padding: 20px 50px;
}

.kontakt {display:none;}
.logo {
	min-width:190px;
	
	
	}
.text-einruecken-r h2 {
	padding-right: 0;
	text-align: center!important;
}
.zweispalter .border-r, .border-r {
	border-right: 1px solid #8A8A8A;
	border: none;
}
.main-content .teamcard {
	margin: 0!important;
	margin-bottom:10px;
}
#myCarousel .carousel-item {
 
    min-height: 600px;
}
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

	.abst-hinten-medium {
    padding-bottom: 35px;
    padding-bottom: 3.6rem;
}
.headerslider {
    /* padding-bottom: 90px!important; 
    height: 70vh;*/
}
.abst-hinten-small {
    padding-bottom: 53px;
    padding-bottom: 3.4rem;
}
.abst-vorne-small {
    padding-top: 53px;
    padding-top: 3.4rem;
}
#c4 .dreispalter {
margin-bottom: 0;
}
#c4,#c46 {
padding-bottom: 0;
}
.checkbox {
    width: 100%!important;
}
#c30 .dreispalter {
    margin-bottom: 0;
}
#c485 .dreispalter {
	margin-bottom: 0;
}

/* TEAMCARD */
.bildbox .teamcard {
 
    float: none;
}
}

/*// Large devices (desktops, less than 1200px)
*/
@media (max-width: 1199.98px) {
/*
 html body .small_header {
	display: none!important;
}
*/
	#myCarousel .container {
    padding: 60px;
}
.c-outer {
    padding-right: 50px;
    padding-left: 50px;
}
.layout-pagets__1col h1 {
	margin-top: 180px;
}
.mobile-balken {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	background: #fff;
}
.mobile-balken .btn {
	width: 100%;
	padding: 0.7rem 2.0rem;
}
.burger-btn {
 
}

.mobile-logo {
	float: left;
	margin-left: 15px;
}
.mobile-balken .row {
	margin-top: 5px;
	margin-bottom: 5px;
}

#vri-container-1639 .vri-button {
	width: 100%;
	clear: both;
}
.headerslider {
	 
}
.dropdown-toggle::after {
	display: none;
}
.mm-menu a {
	display: inline-block;
	width: 100%;
	text-transform: inherit!important;
}
.mm-menu li {
}
.mm-menu #mainnavbar {
	width: 90%;
}
.icon-close {
	color: #37341B;
}
.frame-layout-1 .carousel-inner {
	-webkit-box-shadow: 0px -50px 0px 0 rgba(242,241,238,1);
	-moz-box-shadow: 0px -50px 0px 0 rgba(242,241,238,1);
	box-shadow: 0px -50px 0px 0 rgba(242,241,238,1);
	width: 100%;
	float: right;
	margin-right: 0;
}
.frame-layout-1 .zweibilder-slide-u-text .sliderbottomtext {
	padding: 0;
}
.frame-layout-1 .sliderbottomtext a {
	position: relative;
	bottom: 0;
	z-index: 5;
	right: 0;
}
 
 
.services-list li {
	width: 100%;
	min-height: 100px;
}
.zimmerdetails h3 {
	margin-top: 1rem;
}
.mapcontainer {
	overflow: hidden;
}
h1 {
	
	font: Bold 40px/45px ;
}
.textslider .carousel-indicators li {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.carousel.slide.textslider .carousel-indicators {
	bottom: -30px;
}
.tx-powermail .btn-dark {
	background: #333331 0% 0% no-repeat padding-box;
	padding: 1.5rem 1rem;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}
}

@media (max-width: 1350px) {
/* TEAMCARD */
.bildbox .teamcard {
}
.teamcard:hover {
width:320px;
 
}
.teamcard img.top:hover {
  opacity:0;
}
.teamcard:hover .team-descript-box {

}

.teamcard .team-descript-box,.teamcard:hover .team-descript-box  {
    position: absolute;
    left: 0px;
    -webkit-transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;
    width: 320px;
    background: #37341B;
    z-index: 0;
    height: 380px;
    font-family: 'Noto Sans', sans-serif;
    top: 490px;
	text-align:left;
}
#c53,#c54,#c90 {
text-align:center;
}
.teamcard {
    position: relative;
    height: 850px;
    width: 320px;
}
/* */
}
 @media (max-width: 1300px) {
.mapcontainer .drei {
	margin-top: 50px;
	margin-left: 15px;
}
}

/* // Extra large devices (large desktops)
// No media query since the extra-large breakpoint has no upper bound on its width */
 /* EOF */
 
 

/* Für Mobile Nav */
#main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0;
  background-color: #F1F1F1;
  box-sizing: border-box;
}
#menu {
  position: absolute;
  width: 500px;
  background-color: #000;
  padding: 1em;
  box-sizing: border-box;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 0;
  text-align: left;
  font-family: 'arial';
  color: #f2f2f2;
      min-height: 550px;
  font-size: 20px;
}
#nav {
height: 35px;
    width: 35px;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: -6px;
    /* padding-left: 10px; */
    margin-left: 20px;
}
#nav:hover {
  opacity: .6;
}
/* 9. FORMS */

.tx-powermail .form-control {
    border-radius: 33px;
    padding: 10px 30px;
    border-color: #37341B;
    border: solid 2px #37341b;
    color: #37341B!important;
}
.main-y {margin-bottom:-10px;}
.tx-powermail textarea {
    overflow: auto;
    resize: vertical;
    border-radius: 5px!important;
}

.tx-powermail .btn-primary {
    background: #37341B padding-box;
    border: #37341B;
    padding: 1.0rem 2.0rem;
    color: #fff;
}
.tx-powermail .powermail_fieldset .parsley-errors-list {
    list-style-type: none;
    background-color: transparent!important;
	border:none!important;
}
.control-label,.tx-powermail h3 {
    display: none;
}
.checkbox {
    width: 33.33%;
    display: inline-block;
    float: left;
}
.powermail_fieldwrap_ichinteressieremichfuer .control-label{
	display: initial;
    width: 100%;
	line-height: 3rem;
	}
	#c65 > div > div > form > fieldset > div:nth-child(6) {
		margin-top:30px;
		}
		#c65 > div > div > form > fieldset > div:nth-child(6) > div.powermail_fieldwrap.powermail_fieldwrap_type_check.powermail_fieldwrap_ichinteressieremichfuer.form-group.col-md-6 {
			-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
			}
			.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
background: #37341B padding-box;
    border: #37341B;
    padding: 1.0rem 2.0rem;
    color: #fff;
}
.powermail_fieldwrap_type_textarea {
	margin-top:30px;
	}
/* */

