/*
 * Die Hausschriften. Sie liegen im Paket, nicht bei einem Schriftdienst
 * (CLAUDE.md, Abschnitt 13).
 *
 * font-display: swap steht seit dem 2026-09-26 an jeder Textschrift: der Text
 * erscheint sofort in der Ersatzschrift und wird nachgezogen, statt bis zu drei
 * Sekunden unsichtbar zu bleiben. Ohne die Angabe verhaelt sich der Browser wie
 * bei "auto", und das heisst in Chrome und Safari: erst nichts zeigen.
 *
 * **Die Zeichenschrift icomoon bekommt bewusst kein swap.** Ihre Glyphen haben
 * in keiner Ersatzschrift eine Entsprechung -- waehrend des Ladens stuenden dort
 * Ersatzkaestchen. Bei einer Zeichenschrift ist kurz nichts besser als kurz
 * etwas Falsches.
 *
 * Die Formate eot, ttf und svg stammen aus der Zeit des Internet Explorer. Sie
 * kosten nichts (der Browser laedt nur das erste Format, das er kann), und
 * woff2 gibt es von diesen Schriften nicht.
 */

@font-face {
  font-family: 'Black Jack';
  src: url('../../Fonts/Webfonts/blackjack.eot'); /* IE9 Compat Modes */
  src: url('../../Fonts/Webfonts/blackjack.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../../Fonts/Webfonts/blackjack.woff') format('woff'), /* Modern Browsers */
  url('../../Fonts/Webfonts/blackjack.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../../Fonts/Webfonts/blackjack.svg#d59e4afc84c08b44db11e781aeb53edc') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  400;
  font-display: swap;
}

@font-face {
  font-family: 'Laila Bold';
  src: url('../../Fonts/Webfonts/Laila-Bold.eot'); /* IE9 Compat Modes */
  src: url('../../Fonts/Webfonts/Laila-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../../Fonts/Webfonts/Laila-Bold.woff') format('woff'), /* Modern Browsers */
  url('../../Fonts/Webfonts/Laila-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../../Fonts/Webfonts/Laila-Bold.svg#7e6887c32b27275f56aecb3f0d1ed489') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  700;
  font-display: swap;
}

@font-face {
  font-family: 'Laila Light';
  src: url('../../Fonts/Webfonts/Laila-Light.eot'); /* IE9 Compat Modes */
  src: url('../../Fonts/Webfonts/Laila-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../../Fonts/Webfonts/Laila-Light.woff') format('woff'), /* Modern Browsers */
  url('../../Fonts/Webfonts/Laila-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../../Fonts/Webfonts/Laila-Light.svg#071c9f73732ce5c5b7d8a61d9361985d') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  200;
  font-display: swap;
}

@font-face {
  font-family: 'Laila Medium';
  src: url('../../Fonts/Webfonts/Laila-Medium.eot'); /* IE9 Compat Modes */
  src: url('../../Fonts/Webfonts/Laila-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../../Fonts/Webfonts/Laila-Medium.woff') format('woff'), /* Modern Browsers */
  url('../../Fonts/Webfonts/Laila-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../../Fonts/Webfonts/Laila-Medium.svg#2189bb9566f22645ed0134b5b250282c') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  400;
  font-display: swap;
}

@font-face {
  font-family: 'Laila';
  src: url('../../Fonts/Webfonts/Laila-Regular.eot'); /* IE9 Compat Modes */
  src: url('../../Fonts/Webfonts/Laila-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../../Fonts/Webfonts/Laila-Regular.woff') format('woff'), /* Modern Browsers */
  url('../../Fonts/Webfonts/Laila-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../../Fonts/Webfonts/Laila-Regular.svg#c7d492edb9a4362e3365a45498753b5d') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  400;
  font-display: swap;
}

@font-face {
  font-family: 'Laila Semibold';
  src: url('../../Fonts/Webfonts/Laila-Semibold.eot'); /* IE9 Compat Modes */
  src: url('../../Fonts/Webfonts/Laila-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../../Fonts/Webfonts/Laila-Semibold.woff') format('woff'), /* Modern Browsers */
  url('../../Fonts/Webfonts/Laila-Semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../../Fonts/Webfonts/Laila-Semibold.svg#04022fc78af8fa3faa2ef05127139fb4') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  700;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src:    url('../../Fonts/Icomoon/fonts/icomoon.eot?8knhs7');
  src:    url('../../Fonts/Icomoon/fonts/icomoon.eot?8knhs7#iefix') format('embedded-opentype'),
  url('../../Fonts/Icomoon/fonts/icomoon.ttf?8knhs7') format('truetype'),
  url('../../Fonts/Icomoon/fonts/icomoon.woff?8knhs7') format('woff'),
  url('../../Fonts/Icomoon/fonts/icomoon.svg?8knhs7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-emblem:before {
  content: "\e94b";
}
.icon-i-only:before {
  content: "\e94a";
}
.icon-wine-bottle-trans:before {
  content: "\e948";
}
.icon-wine-bottles-trans:before {
  content: "\e949";
}
.icon-bawue-isele:before {
  content: "\e947";
}
.icon-bed:before {
  content: "\e946";
}
.icon-wine-bottles-invert .path1:before {
  content: "\e940";
  color: rgb(255, 255, 255);
}
.icon-wine-bottles-invert .path2:before {
  content: "\e941";
  margin-left: -0.7119140625em;
  color: rgb(0, 0, 0);
}
.icon-wine-bottles-invert .path3:before {
  content: "\e943";
  margin-left: -0.7119140625em;
  color: rgb(0, 0, 0);
}
.icon-wine-bottles-invert .path4:before {
  content: "\e944";
  margin-left: -0.7119140625em;
  color: rgb(0, 0, 0);
}
.icon-bawue:before {
  content: "\e92a";
}
.icon-bunch-of-grapes:before {
  content: "\e92b";
}
.icon-corkscrew:before {
  content: "\e92c";
}
.icon-cutlery:before {
  content: "\e92e";
}
.icon-glas-bottle:before {
  content: "\e92f";
}
.icon-glass-and-carafe:before {
  content: "\e930";
}
.icon-grapes:before {
  content: "\e931";
}
.icon-pouring:before {
  content: "\e932";
}
.icon-restaurant:before {
  content: "\e933";
}
.icon-vine-leaf:before {
  content: "\e934";
}
.icon-wine-barrel-2:before {
  content: "\e935";
}
.icon-wine-barrel:before {
  content: "\e936";
}
.icon-wine-bottle .path1:before {
  content: "\e937";
  color: rgb(0, 0, 0);
}
.icon-wine-bottle .path2:before {
  content: "\e938";
  margin-left: -0.2919921875em;
  color: rgb(255, 255, 255);
}
.icon-wine-bottles .path1:before {
  content: "\e939";
  color: rgb(0, 0, 0);
}
.icon-wine-bottles .path2:before {
  content: "\e93b";
  margin-left: -0.7119140625em;
  color: rgb(255, 255, 255);
}
.icon-wine-bottles .path3:before {
  content: "\e93c";
  margin-left: -0.7119140625em;
  color: rgb(255, 255, 255);
}
.icon-wine-bottles .path4:before {
  content: "\e93d";
  margin-left: -0.7119140625em;
  color: rgb(255, 255, 255);
}
.icon-wine-glass:before {
  content: "\e93e";
}
.icon-wine-glasses:before {
  content: "\e93f";
}
.icon-isele-logo-grey .path1:before {
  content: "\e900";
  color: rgb(0, 0, 0);
}
.icon-isele-logo-grey .path2:before {
  content: "\e901";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo-grey .path3:before {
  content: "\e902";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo-grey .path4:before {
  content: "\e903";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo-grey .path5:before {
  content: "\e904";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo-grey .path6:before {
  content: "\e905";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo-grey .path7:before {
  content: "\e906";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo-grey .path8:before {
  content: "\e907";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo-grey .path9:before {
  content: "\e908";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo-grey .path10:before {
  content: "\e909";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo-grey .path11:before {
  content: "\e90a";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo-grey .path12:before {
  content: "\e90b";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo-grey .path13:before {
  content: "\e90c";
  margin-left: -2.779296875em;
  color: rgb(153, 153, 153);
}
.icon-isele-logo-grey .path14:before {
  content: "\e90d";
  margin-left: -2.779296875em;
  color: rgb(153, 153, 153);
}
.icon-isele-logo-invert .path1:before {
  content: "\e90e";
  color: rgb(255, 255, 255);
}
.icon-isele-logo-invert .path2:before {
  content: "\e90f";
  margin-left: -2.779296875em;
  color: rgb(255, 255, 255);
}
.icon-isele-logo-invert .path3:before {
  content: "\e910";
  margin-left: -2.779296875em;
  color: rgb(255, 255, 255);
}
.icon-isele-logo-invert .path4:before {
  content: "\e911";
  margin-left: -2.779296875em;
  color: rgb(255, 255, 255);
}
.icon-isele-logo-invert .path5:before {
  content: "\e912";
  margin-left: -2.779296875em;
  color: rgb(255, 255, 255);
}
.icon-isele-logo-invert .path6:before {
  content: "\e913";
  margin-left: -2.779296875em;
  color: rgb(255, 255, 255);
}
.icon-isele-logo-invert .path7:before {
  content: "\e914";
  margin-left: -2.779296875em;
  color: rgb(255, 255, 255);
}
.icon-isele-logo-invert .path8:before {
  content: "\e915";
  margin-left: -2.779296875em;
  color: rgb(255, 255, 255);
}
.icon-isele-logo-invert .path9:before {
  content: "\e916";
  margin-left: -2.779296875em;
  color: rgb(255, 255, 255);
}
.icon-isele-logo-invert .path10:before {
  content: "\e917";
  margin-left: -2.779296875em;
  color: rgb(255, 255, 255);
}
.icon-isele-logo-invert .path11:before {
  content: "\e918";
  margin-left: -2.779296875em;
  color: rgb(255, 255, 255);
}
.icon-isele-logo-invert .path12:before {
  content: "\e919";
  margin-left: -2.779296875em;
  color: rgb(255, 255, 255);
}
.icon-isele-logo-invert .path13:before {
  content: "\e91a";
  margin-left: -2.779296875em;
  color: rgb(197, 37, 83);
}
.icon-isele-logo-invert .path14:before {
  content: "\e91b";
  margin-left: -2.779296875em;
  color: rgb(197, 37, 83);
}
.icon-isele-logo .path1:before {
  content: "\e91c";
  color: rgb(0, 0, 0);
}
.icon-isele-logo .path2:before {
  content: "\e91d";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo .path3:before {
  content: "\e91e";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo .path4:before {
  content: "\e91f";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo .path5:before {
  content: "\e920";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo .path6:before {
  content: "\e921";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo .path7:before {
  content: "\e922";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo .path8:before {
  content: "\e923";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo .path9:before {
  content: "\e924";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo .path10:before {
  content: "\e925";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo .path11:before {
  content: "\e926";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo .path12:before {
  content: "\e927";
  margin-left: -2.779296875em;
  color: rgb(0, 0, 0);
}
.icon-isele-logo .path13:before {
  content: "\e928";
  margin-left: -2.779296875em;
  color: rgb(197, 37, 83);
}
.icon-isele-logo .path14:before {
  content: "\e929";
  margin-left: -2.779296875em;
  color: rgb(197, 37, 83);
}
.icon-home:before {
  content: "\e92d";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-bin:before {
  content: "\e9ac";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-star-half:before {
  content: "\e9d8";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-share:before {
  content: "\ea7d";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-rss2:before {
  content: "\ea9c";
}
.icon-youtube2:before {
  content: "\ea9e";
}