/** Shopify CDN: Minification failed

Line 65:0 All "@import" rules must come first
Line 90:1 Unexpected "/"
Line 190:13 Expected ")" to end URL token
Line 191:13 Expected ")" to end URL token
Line 193:10 Expected ")" to end URL token
Line 194:10 Expected ")" to end URL token
Line 195:10 Expected ")" to end URL token
Line 351:0 All "@import" rules must come first

**/
/* Hicham Zaim */

.button.black_bg {
  margin-top: 25px !important;
  background: #fff !important;
  color: #000 !important;
  font-weight: bold !important;
  font-family: Open Sans !important;
}
.button.black_bg:hover {
  margin-top: 25px !important;
  background: #000 !important;
  color: #fff !important;
  font-weight: bold !important;
  font-family: Open Sans !important;
}
.hero-section .hero-section-text p {
  font-family: Open Sans !important;
  font-size: 23px !important;
  font-weight: bold !important;
  margin-top: -15px !important;
}
.hero-section .hero-section-text .subheadline {
  font-family: Open Sans !important;
  font-weight: normal !important;
  font-size: 16px !important;
  width: 283px;
}
.hero-section-text {
  margin-left: -785px;
}
.hero-section .hero-section-text h2 {
  font-size: 34px !important;
}
.hero-section-text {
  background-color: #00000075;
  padding: 30px;
    padding-bottom: 30px;
  height: 300px !important;
}
#myVideo {
  display: none !important;
}

.hero-section {
  background-image: url(/cdn/shop/files/jasminsBannerEmpty.jpg?v=1697096620);
  background-repeat: no-repeat;
  background-position: -550px 33px !important;
}

/*Typo */
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3d9d5b");
h1,
h2,
h4,
h5,
h6,
.page-title,
.top-bar-section .top-cart strong,
.top-menu > li > a,
#product-add #add,
.mobile-menu > li > a,
.ct-btn,
.product-list .item,
.header-brand,
.box-title h3 {
  /*   font-family: 'OCR A Std', monospace; */
  /* font-family: 'Shapiro_35_FeatherText'; */

  /*  font-weight: 400; */
}

.page-title,
.top-bar-section .top-cart strong,
.top-menu > li > a,
.mobile-menu > li > a,
*/ .box-title h3 .header-brand {
  font-family: "Shapiro-ExtraBoldWide";
}

.price {
  /* color: #5e628d; */
}

.header-brand {
  font-size: 0.95em;
  color: #5e628d;
  margin-top: 15px;
}

.box-title h3 {
  color: #5e628d;
}

.box .box-title h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  letter-spacing: 1px;
  padding: 0 0;
  line-height: 72px;
  margin: 0;
}

@media screen and (min-width: 40.063em) and (max-width: 63.9375em) {
  .box .box-title h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
    padding: 0 75px;
    line-height: 72px;
    margin: 0;
  }
}

/* Colors */

#mc-embedded-subscribe-form #subscribe,
ul.pagination li.current a,
ul.pagination li.current button,
.ct-btn:hover,
.product-tabs .tabs dd.active::before {
  background-color: black !important;
}

/* Buttons */

.ct-btn {
  color: #5e628d;
  background-color: #ededff;

  border-radius: 3px;
}

/* Cam's Foundation Extras */

/* Some things need to be hidden sometimes */

.hidden {
  display: none;
}

/* Some things need aligning */

.align-right {
  text-align: right;
}

/* Why the hell do lists still put their style outside the div? */

ol,
ul {
  /* list-style-position: inside; */
  margin-left: 0;
}

/* Product Loop - Change the breakpoint of product grids to suit */

@media only screen and (min-width: 620px) {
  .product-preview.large-4 {
    position: relative;
    width: 33.33333%;
  }
}

/* Foundation reveal reveals some problems */

.reveal-modal {
  top: 10% !important;
}

/* Foundation Icon Fonts */

@font-face {
  font-family: "foundation-icons";
  src: url({{"foundation-icons.eot"|asset_url}});
  src: url({{"foundation-icons.eot?#iefix"|asset_url}})
      format("embedded-opentype"),
    url({{"foundation-icons.woff"|asset_url}}) format("woff"),
    url({{"foundation-icons.ttf"|asset_url}}) format("truetype"),
    url({{"foundation-icons.svg#fontcustom"|asset_url}}) format("svg");
}

.white {
  color: white !important;
}

/* Contact Form */

textarea {
  min-height: 100px;
}

/* Recent Blog Snippet */

ul.recent-blog {
  list-style-type: none;
}

/* Product Page Thumbs */

.product_thumbs {
  margin-top: 20px;
}

/* Below here are CSS elements that are just here for fun c/o Cam Gould */

/* On Sale Feature */

.sale-price {
  color: rgba(255, 71, 65, 1);
  font-weight: 800;
}

.sale-tag {
  position: absolute;
  top: 0;
  left: 15px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: rgba(255, 71, 65, 1) transparent transparent transparent;
}

.sale-tag:after {
  content: "Sale";
  line-height: 100%;
  position: absolute;
  top: -40px;
  left: 2px;
  color: rgba(255, 255, 255, 1);
  font-size: 0.9em;
  font-weight: 800;
  transform: rotate(-45deg);
  /* Safari */
  -webkit-transform: rotate(-45deg);
  /* Firefox */
  -moz-transform: rotate(-45deg);
  /* IE */
  -ms-transform: rotate(-45deg);
  /* Opera */
  -o-transform: rotate(-45deg);
  /* Internet Explorer */
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3.5);
}

/* Sale tag using Foundation Icon Font */

.sale-tag-icon {
  position: absolute;
  top: 0;
  left: 0px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 32px 47px 0 0;
  border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
}

.sale-tag-icon:after {
  position: absolute;
  top: -54px;
  left: 3px;
  content: "";
  font-family: "foundation-icons";
  font-size: 3.8em;
  color: rgba(255, 71, 65, 1);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

/* Blog Read More Link */

.read-more {
  text-align: right;
}

/* Cam's Custom Tiny Tags */

.tag {
  padding: 0 9px 0 8px;
  background: rgba(43, 166, 203, 1);
  text-decoration: none;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  float: left;
  height: 20px;
  line-height: 20px;
  position: relative;
  font-size: 13px;
  color: rgba(255, 255, 255, 1);
  margin: 10px 5px 4px 10px;
  list-style-type: none;
}

.tag a,
.tag a:hover,
.tag a:visited {
  color: rgba(255, 255, 255, 1);
}

.tag:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 1px;
  border-color: transparent rgba(43, 166, 203, 1) transparent transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
}

.tag:after {
  content: "";
  position: absolute;
  top: 8px;
  left: -2px;
  float: left;
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 1);
}

@import url("http://localhost/shopify/best/assets/custom.css");
#contact-us #gmap p {
  font-size: 13px;
  padding: 15px 0;
}

#contact-us h3 {
  font-size: 16px;
}

.contact-info ul {
  list-style: none;
}

#contact-us .contact-info ul li {
  list-style: none;
  padding: 7px 0;
}

#contact-us .global-row .global-cell {
  display: inline-block;
  min-width: 22px;
  vertical-align: top;
}

#contact-us .contact-info {
  font-size: 13px;
}

.top-menu-right .right li {
  float: right;
}

.top-menu-right {
  line-height: 50px;
  display: block;
  position: relative;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
}

.header-main {
  padding: 10px 0px;
}

.header-main .logo {
  display: flex;
  text-align: left;
}

@media only screen and (max-width: 40em) {
  .box .box-title h3 {
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    letter-spacing: 1px;
    padding: 0 0;
    line-height: 72px;
    margin: 0;
  }
  .header-main .logo {
    text-align: center;
  }
  #header {
    border-bottom: 0.1px #eeeeee;
    /*	-webkit-box-shadow: 0px 3px 6px 4px rgba(0,0,0,0.13); */
    /*	box-shadow: 0px 3px 6px 4px rgba(0,0,0,0.13); */
    /* max-height:125px; */
  }
  .header-main {
    padding: 10px 0px;
  }
  .sm-menu .icons a {
    border-radius: 100%;
    box-shadow: inset 0 0 0 1px rgb(54, 54, 54);
    display: inline-block;
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    width: 1.8rem;
    color: rgb(54, 54, 54);
  }
  .sm-menu .icons {
    display: inline-block;
    padding: 0 0.75em 0 0;
    line-height: 50px;
  }
  .sm-menu .icons a i {
    color: rgb(54, 54, 54);
    font-size: 0.9em;
  }
  .action {
    opacity: 0;
    display: none;
  }
  .section {
    /*  background: url("{{ "section_image.png" | asset_url }}"); */
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
  }
}

@media only screen and (min-width: 40.063em) {
  .action {
    opacity: 1;
  }
  #header {
    border-bottom: 0.1px #eeeeee;
    /*
	-webkit-box-shadow: 0px 3px 6px 4px rgba(0,0,0,0.33);
	box-shadow: 0px 3px 6px 4px rgba(0,0,0,0.33);
	*/
    max-height: 125px;
  }
  .sm-menu .icons a {
    border-radius: 100%;
    box-shadow: inset 0 0 0 1px rgb(54, 54, 54);
    display: inline-block;
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    width: 1.8rem;
    color: rgb(54, 54, 54);
  }
  .sm-menu .icons {
    display: inline-block;
    padding: 0 0.75em 0 0;
    line-height: 50px;
  }
  .sm-menu .icons a i {
    color: rgb(54, 54, 54);
    font-size: 0.9em;
  }
  .sm-menu {
    cursor: default;
    list-style: none;
    padding-left: 0;
  }
}

/* Homepage */

.slideshow .slideshow-wrapper .orbit-caption {
  padding: 0px;
}

.orbit-container .orbit-slides-container img {
  width: 100vw;
  height: auto;
}

@media only screen and (min-width: 620px) {
  .orbit-caption {
    width: 100%;
    height: 100%;
  }
  .slideshow .slideshow-wrapper .orbit-caption {
    display: flex !important;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .orbit-caption .button {
    margin-top: 200px;
  }
}

.red_bg {
  background: rgba(225, 6, 59, 1);
  color: white !important;
}

.blue_bg {
  background: rgba(94, 98, 141, 1);
  color: #ffffff;
}

.red {
  color: rgba(225, 6, 59, 1);
}

.blue {
  color: #c0beff;
  color: rgba(94, 98, 141, 1);
}

.subheadline,
.pink {
  color: rgba(94, 98, 141, 1);
}

.grey {
  color: rgba(119, 119, 119, 1) !important;
}

.box .box-title {
  border-bottom: 1px solid;
}

.subheadline {
  font-size: 14px;
  line-height: 24px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.slideshow .slideshow-wrapper .orbit-caption {
  padding: 0px;
}

table tr td:nth-child(1) {
  width: 150px;
  font-style: bold;
}

#events tr td:nth-child(1) {
  width: 50px;
  font-style: oblique;
}

@media only screen and (max-width: 620px) {
  #events tr td:nth-child(2),
  #events tr td:nth-child(1) {
    width: 49%;
    display: inline-block;
  }
  #events,
  #events tr,
  #events tr td {
    width: 100%;
    display: block;
  }
  .float_right {
    float: right;
  }
  table tr td:nth-child(1) {
    width: 100%;
    font-style: bold;
  }
}

.before_table_description {
  width: 100%;
}

.responsive-card-table {
  border-collapse: collapse;
}

.responsive-card-table.unstriped tbody {
  background-color: transparent;
}

.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
  background: none !important;
}

@media only screen and (max-width: 40em) {
  .responsive-card-table {
  }
  .responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .responsive-card-table tr {
    display: block;
  }
  .responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }
  .responsive-card-table td {
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 50%;
    position: relative;
  }
  .responsive-card-table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .responsive-card-table td:after {
    content: "";
    position: absolute;
    width: 45%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;
  }
  .table_description_content {
    padding-left: 5px !important;
    display: block !important;
  }
}

table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 0px #dddddd;
  table-layout: auto;
  width: 100%;
}

/* Events */

#events .event_year {
  text-align: left;
}

#events {
  border: 0px;
}

#events tr td {
  font-size: 1.2em;
}

#events tbody tr,
#events tr.even,
#events tr.alt,
#events tr:nth-of-type(2n) {
  background: none !important;
}

/* Instafeed*/

.action .bg-black {
  background: white !important;
}

.action .bg-black:hover {
  background: black !important;
}

.quick-view {
  background-color: #fff !important;
  border-radius: 2px;
  border: 1px solid #666666 !important;
  color: black;
}

.quick-view:hover {
  background-color: rgba(0, 0, 0, 1) !important;
  color: #fff !important;
  border: 1px solid #666666 !important;
}

/* Newsletter */

.newsletter {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.nl-block {
  color: white;
}

#mc-embedded-subscribe-form {
  margin: 10px;
}

#mc-embedded-subscribe-form #subscribe {
  padding: 5px;

  border: none;
  height: 36px;
  display: inline-block;
  position: relative;
  top: 1px;
  width: 100%;
  border-radius: 3px;
     font-family: "Shapiro-ExtraBoldWide";

}

.mpc-input-wrap {
  padding-top: 10px;
}

.success-message {
  color: #5e628d;
  font-size: 1em;
  border: 1px solid #5e628d;
  padding: 2px;
}

#mc-embedded-subscribe-form #subscribe:before {
  background: url(icon-newletter.png) center no-repeat;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  top: 1px;
  position: absolute;
  left: 0px;
  height: 36px;
  width: 36px;
}

#events .past_event td .btn {
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}

.past_event,
.past_event td {
  opacity: 0.6;
}

 .bg-black {
/*  background-color: rgba(0, 0, 0, 1) !important; */

  color: white;
}

.black {
  color: rgba(0, 0, 0, 1) !important;
}

.bg-colden {
  /* background-color:rgb(255,215,0); */
  background: linear-gradient(
    to right,
    #bf953f,
    #fcf6ba,
    #b38728,
    #fbf5b7,
    #aa771c
  );
  color: black;
  background-image: url("https://cdn.shopify.com/s/files/1/0550/8782/5070/files/verlauf.png?v=1618391936");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}

.border-colden {
  border-color: linear-gradient(
    to right,
    #bf953f,
    #fcf6ba,
    #b38728,
    #fbf5b7,
    #aa771c
  );
}

.golden {
  color: #f4c551;
}

.color-white {
  color: white;
}

.content {
  padding-top: 4em;
  padding-top: 0em;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: calc(1170px / 2);
}

.content h4 {
  font-size: 2rem;
  line-height: 3rem;
  font-family: "Shapiro-ExtraBoldWide";

  color: white !important;
}

.section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 40em) {
  
  .nav ul {
    margin-right:auto;
  }
}

@media screen and (min-width: 40.063em) {
  .nav {
    display: flex !important;
  }
  .nav ul {
    margin-left: auto;
  }
}

.fullwidth {
  padding-left: 0;
  padding-right: 0;
}

.featured-collection .swiper-container .swiper-slide {
  height: auto;
}

.featured-collection .swiper-container .swiper-slide .item {
  height: 100%;
  display: flex;
  max-height:650px;
}

.featured-collection .swiper-container .swiper-slide .item .action{
margin-top:auto;
}

.featured-collection .swiper-container .swiper-slide .item .product-image {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.featured-collection
  .swiper-container
  .swiper-slide
  .item
  .product-image
  .product-info {
  /*margin-top: auto;*/
   /* height:100%; */
}


@font-face {
  font-family: "Shapiro-ExtraBoldWide";
  src: url("font.woff2") format("woff2"), url("font.woff") format("woff");
}

.red_bg {
  background-color: rgba(0, 0, 0, 1);
  /*background:radial-gradient(center, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C); 
   */
  font-family: "Shapiro-ExtraBoldWide";
  color: white !important;
}

.black_bg {
  background-color: rgba(0, 0, 0, 1);
  /*background:radial-gradient(center, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C); 
   */
  font-family: "Shapiro-ExtraBoldWide";
  color: white !important;
  letter-spacing: 0.1em;
}

.golden {
  background-image: url("https://cdn.shopify.com/s/files/1/0550/8782/5070/files/verlauf.png?v=1618391936");
  background-repeat: no-repeat;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;

}

.ctb-image {
  width: auto !important;
  height: auto !important;
}

.bg-yellow {
  background-color: #f4c551;
}

.bg-black {
  background-color: #f4c551;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.bg-black .fullwidth {
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex: 1 1 auto;
  align-items: center;
  justify-content: center;
}
.bg-black .fullwidth .ctb-image {
  -webkit-box-shadow: -4px 4px 6px 1px rgba(0, 0, 0, 0.48);
  box-shadow: -4px 4px 6px 1px rgba(0, 0, 0, 0.48);
}

.black {
  color: black !important;
}

.content {
  /*  margin: 5em;
  margin-top: 2.5em;
  margin-left: 2.5em;
*/
  margin-left: auto;
  margin-right: auto;
}

#von_herzen h2 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-family: "Shapiro-ExtraBoldWide";
}

#von_herzen p {
  text-align: justify;

  color: #222222;
  padding: 1em;
}

#von_herzen .row {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
}

#von_herzen .large-push-1 {
  -webkit-flex: 0 0 auto !important;
}
#von_herzen .columns {
  -webkit-flex: 1 1 auto;
  margin-bottom: 0.5625rem;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 63.8em) {
  #von_herzen .columns {
    -webkit-flex: 1 1 auto;
    padding-bottom: 0.5em;
  }

  #von-herzen .page-title {
    text-align: center;
  }
}

@media screen and (min-width: 63.9375em) {
  .columns-image {
    padding: 0px !important;
    display: flex;

    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }

  #von_herzen .row {
    display: flex;
    flex-wrap: wrap;
  }
  #von_herzen p {
    text-align: justify;

    color: #222222;
    padding: 0em;
  }

  #von_herzen  .large-right {
    justify-content: end !important;
    text-align: right !important;
 flex-direction: row-reverse;
  }

  #von_herzen .large-right span {
    width: 50%;
  }
}
#von_herzen .text {
  align-items: center;
  justify-content: center;
  display: flex;
}

#von_herzen .text .golden {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-family: "Shapiro-ExtraBoldWide";
}

#sidebar-menu {
  position: relative;
  display: none;
}

#sidebar-menu ul {
  list-style-type: none;
}
#sidebar-menu ul li {
  list-style-type: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  border-radius: 25% 0 0 25%;
  padding-top: 1px;
  margin-top: 0.5em;

  border-radius: 50%;
  position: relative;
}

#sidebar-menu ul .twitter {
  background: #1da1f2;
  color: white;
}

#sidebar-menu ul .facebook {
  background: #4267b2;
  color: white;
}

#sidebar-menu ul .youtube {
  background: #ff0000;
  color: white;
}

#sidebar-menu ul .spotify {
  background: #1db954;
  color: white;
}
#sidebar-menu ul .instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );

  color: white;
}

#sidebar-menu ul li a {
  color: white;
}

@media screen and (min-width: 40.063em) {
  #sidebar-menu {
    position: fixed;
    right: 30px;
    z-index: 99;
    top: 30vh;
    z-index: 9999;
  }
  #sidebar-menu ul {
    list-style-type: none;
  }
  #sidebar-menu ul li {
    list-style-type: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 25% 0 0 25%;
    padding-top: 1px;
    margin-top: 0.5em;

    border-radius: 50%;
    position: relative;
  }

  #sidebar-menu ul .twitter {
    background: #1da1f2;
    color: white;
  }

  #sidebar-menu ul .facebook {
    background: #4267b2;
    color: white;
  }

  #sidebar-menu ul .youtube {
    background: #ff0000;
    color: white;
  }

  #sidebar-menu ul .spotify {
    background: #1db954;
    color: white;
  }
  #sidebar-menu ul .instagram {
    background: radial-gradient(
      circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%
    );

    color: white;
  }

  #sidebar-menu ul li a {
    color: white;
  }
}

.card {
  margin: 10px;
  padding: 10px;

  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.card .flex {
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 33vh;
}

.card .flex .event_date {
  font-size: 2em;
  overflow: hidden;
  height: 1.2em;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  font-family: "Shapiro-ExtraBoldWide";
}
.card .flex .columns .button {
  text-align: center;
}
@media screen and (min-width: 40.063em) {
  .card .flex {
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 150px;
  }

  .card .flex .event_date {
    font-size: 2em;
    overflow: hidden;
    height: 1.2em;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-family: "Shapiro-ExtraBoldWide";
  }
  .card .flex .columns .button {
    text-align: right;
  }

  .row .event_year {
    text-align: center;
    font-family: "Shapiro-ExtraBoldWide";
  }

  /* On mouse-over, add a deeper shadow */
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }
}

#von_herzen .flex {
  /* margin-top: 0.5em;
  margin-bottom: 1.5em;
  */
  overflow: hidden;
}

#spotify {
  width: 100%;
  height: 100%;
  min-height: 50vh;
}

.spotify-embeds {
  width: 100%;
  padding: 50px;
}

.spotify-embed {
  background: #282828;
}

potify-embed:not(:last-of-type) {
  margin-bottom: 5px;
}

iframe {
  display: block;
  transition: opacity 0.125s;
}

iframe .js {
  opacity: 0;
}

#von_herzen .content {
  margin-bottom: 10px;
  width: 80%;
  padding-bottom: 10px;
}

#von_herzen .content ol li {
  color: white;
}

#von_herzen .h2,
.text .golden {
  font-family: "Shapiro-ExtraBoldWide";
  shape-outside: circle(131px at center center);
  font-size: 2.5em;

  shape-outside: polygon(8px 84px, 29px 208px, 243px 141px);
  display: inline-block;
}

@media only screen and (max-width: 40em) {
  .topbar-mobile {
    background: rgba(0, 0, 0, 1);
    color: #fff;
    position: relative;
  }
  #von_herzen .golden {
    padding: 1em;
  }

  .bg-black .fullwidth .ctb-image {
    margin: 0em;
    -webkit-box-shadow: -4px 4px 6px 1px rgba(0, 0, 0, 0.48);
    box-shadow: -4px 4px 6px 1px rgba(0, 0, 0, 0.48);
    margin-top: 1em;
  }

  .button-group .button {
    width: 100%;
    margin-top: 1em;
  }
}

#tracklist {
  margin-left: 2em;
}

#tracklist li span {
  font-size: 110%;
  font-weight: bold;
  color: black;
}

.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cc-color-override--1212491546.cc-window {
z-index:99999;
}


#outlink_button.bg-black {
    background-color: #f4c551;
    margin-top: 0;
    margin-bottom:0 ;
    padding-top:0;
    padding-bottom: 0;
}