/*---------------------------------------------------*/
/*	OUTDOOR CSS Adjustments
/*---------------------------------------------------*/

/*Seitengestaltung
* ---------------- */


body {
    background-image: url(/sites/default/files/page-layout/bgmusix.gif);
    background-color: #fafafa;
    color: #263238;
}

.header__container-wrapper--header__main {
    background-image: url(/sites/default/files/page-layout/bgmusix.gif);
    border-bottom: 1px dashed #3d3c41;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
}

.footer-wrapper {
    background-image: url(/sites/default/files/page-layout/bgmusix-footer1.jpg);
}

.header--header-c.header-top {
  background: #2D5954;
  border-bottom: 0px;
}

.footer-bottom-wrapper {
  background-color: #474A4A;
  color: #A0ABAD;
}

.menu--footer ul.menu li a {
    color: #607d8b;
}

.tag-list a {
    border: 1px dashed #b2b2b2;
}

/* CSS-Stil nur für das zweite Menü */
.second-menu li a span {
    text-decoration: none !important; /* Unterstreichung entfernen */
}
.second-menu li a:hover span {
    color: #ff0000; /* Farbe für Mouse-Over anpassen */
    font-weight: bold; /* Link fett machen */
    text-decoration: none !important; /* Unterstreichung entfernen */
}

.button--primary {
    background-color: var(--mag-button);
	color: var(--mag-button-text-primary);
	border: 1px solid var(--mag-button);
}

.ckeditor-accordion-container > dl {
  position: relative;
  border: 1px dashed #b2b2b2;  
}

.ckeditor-accordion-container > dl dt > a, .ckeditor-accordion-container > dl dt > a:not(.button) {
    font-family: 'Oswald',sans-serif;
	display: block;
    padding: 10px 15px 10px 50px;
	background-image: url(/sites/default/files/page-layout/bgmusix-footer1.jpg);
    color: var(--mag-headline);
    cursor: pointer;
	border-bottom: 1px dashed #b2b2b2;
}

.ckeditor-accordion-toggle::before, .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::after {
    background: var(--mag-headline);
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::before, .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::after {
    background: var(--mag-headline);
}

.ckeditor-accordion-container > dl dt > a:hover, .ckeditor-accordion-container > dl dt > a:not(.button):hover {
    /* Hier können Sie die Styles für den Hover-Effekt anpassen */
    color: var(--mag-button); /* Beispiel-Textfarbe bei Hover */
}

/* fusszeile für chkeditor bei videos */
.field.field-field-description.field-label-hidden.field-item {
    font-size: 12px;
}

/* Sub-Menu - Landing Pages
* ------------------------- */

.gsc-column {
  position: relative;
}

.gsc-column .bg-column-inner {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-size: cover;
}

.gsc-column.column-inline .column-content-inner {
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}

.gsc-column.column-inline .column-content-inner > div {
  width: auto;
  max-width: 100%;
  margin-right: 30px;
}

@media (min-width: 768px) {
  .gsc-column.align-flex-end, .gsc-column.align-flex-center, .gsc-column.align-flex-start {
    display: flex;
  }
  .gsc-column.align-flex-end .column-inner, .gsc-column.align-flex-center .column-inner, .gsc-column.align-flex-start .column-inner {
    display: flex;
    flex: 0 0 100%;
  }
  .gsc-column.align-flex-end .column-inner .column-content-inner, .gsc-column.align-flex-center .column-inner .column-content-inner, .gsc-column.align-flex-start .column-inner .column-content-inner {
    width: 100%;
  }
  .gsc-column.align-flex-end .column-inner {
    align-items: flex-end;
  }
  .gsc-column.align-flex-center .column-inner {
    align-items: center;
  }
  .gsc-column.align-flex-start .column-inner {
    align-items: flex-start;
  }
  .gsc-column.align-flex-right, .gsc-column.align-flex-left, .gsc-column.align-flex-center-h {
    display: flex;
  }
  .gsc-column.align-flex-right .column-inner, .gsc-column.align-flex-left .column-inner, .gsc-column.align-flex-center-h .column-inner {
    display: flex;
    flex: 0 0 100%;
  }
  .gsc-column.align-flex-right .column-inner .column-content-inner, .gsc-column.align-flex-left .column-inner .column-content-inner, .gsc-column.align-flex-center-h .column-inner .column-content-inner {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .gsc-column.align-flex-left .column-content-inner {
    justify-content: flex-start;
  }
  .gsc-column.align-flex-center-h .column-content-inner {
    justify-content: center;
  }
  .gsc-column.align-flex-right .column-content-inner {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .gsc-column.align-flex-right .column-content-inner, .gsc-column.align-flex-left .column-content-inner, .gsc-column.align-flex-center-h .column-content-inner {
    justify-content: flex-start;
  }
}

.gsc-column {
  position: relative;
}

.gsc-column .bg-column-inner {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-size: cover;
}

.gsc-column.column-inline .column-content-inner {
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}

.gsc-column.column-inline .column-content-inner > div {
  width: auto;
  max-width: 100%;
  margin-right: 30px;
}

@media (min-width: 768px) {
  .gsc-column.align-flex-end, .gsc-column.align-flex-center, .gsc-column.align-flex-start {
    display: flex;
  }
  .gsc-column.align-flex-end .column-inner, .gsc-column.align-flex-center .column-inner, .gsc-column.align-flex-start .column-inner {
    display: flex;
    flex: 0 0 100%;
  }
  .gsc-column.align-flex-end .column-inner .column-content-inner, .gsc-column.align-flex-center .column-inner .column-content-inner, .gsc-column.align-flex-start .column-inner .column-content-inner {
    width: 100%;
  }
  .gsc-column.align-flex-end .column-inner {
    align-items: flex-end;
  }
  .gsc-column.align-flex-center .column-inner {
    align-items: center;
  }
  .gsc-column.align-flex-start .column-inner {
    align-items: flex-start;
  }
  .gsc-column.align-flex-right, .gsc-column.align-flex-left, .gsc-column.align-flex-center-h {
    display: flex;
  }
  .gsc-column.align-flex-right .column-inner, .gsc-column.align-flex-left .column-inner, .gsc-column.align-flex-center-h .column-inner {
    display: flex;
    flex: 0 0 100%;
  }
  .gsc-column.align-flex-right .column-inner .column-content-inner, .gsc-column.align-flex-left .column-inner .column-content-inner, .gsc-column.align-flex-center-h .column-inner .column-content-inner {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .gsc-column.align-flex-left .column-content-inner {
    justify-content: flex-start;
  }
  .gsc-column.align-flex-center-h .column-content-inner {
    justify-content: center;
  }
  .gsc-column.align-flex-right .column-content-inner {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .gsc-column.align-flex-right .column-content-inner, .gsc-column.align-flex-left .column-content-inner, .gsc-column.align-flex-center-h .column-content-inner {
    justify-content: flex-start;
  }
}

.row.menu-row {
  --bs-gutter-x: 15px;  /* Feinere Gutter-Breite für diese spezielle Zeile */
  --bs-gutter-y: 10px;  /* Vertikaler Gutter hinzugefügt, falls gewünscht */
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
  /* background-color: #f8f9fa; /* Leichter Hintergrund, nur als Beispiel */
  /* padding: 5px; /* Etwas Innenabstand hinzugefügt */
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Schatten für bessere Sichtbarkeit */
}


.bg-size-cover{
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.iconbox-four__overlay-link {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.iconbox-four__single {
  border: 1px dashed #b2b2b2;
  /*border: 1px solid rgba(0, 0, 0, 0.05); */
  background-image: url(/sites/default/files/page-layout/bgmusix.gif);
  padding: 10px;
  margin: 0 0 10px;
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: relative;
  /*background: #fff; */
  -webkit-transition: all 0.35s;
  transition: all 0.35s;  
}

.iconbox-four__single:after {
  content: '';
  background: #63AB45;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 8px;
  opacity: 0;
}

.iconbox-four__icon-inner {
  color: #63AB45;
  font-size: 45px;
  line-height: 40px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54px;
  flex: 0 0 54px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.iconbox-four__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.iconbox-four__title {
  font-size: 20px;
  margin-bottom: 0.0rem;
  /* margin: 0 0 15px; */
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.iconbox-four__desc {
  line-height: 19px;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.iconbox-four__single:hover, .iconbox-four__single:focus {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.iconbox-four__single:hover:after, .iconbox-four__single:focus:after {
  bottom: -1px;
  opacity: 1;
}

.iconbox-four__single:hover .iconbox-four__icon-inner, .iconbox-four__single:focus .iconbox-four__icon-inner {
  color: #fff;
}

.iconbox-four__single:hover .iconbox-four__title, .iconbox-four__single:focus .iconbox-four__title {
  color: #fff;
}

.iconbox-four__single:hover .iconbox-four__desc, .iconbox-four__single:focus .iconbox-four__desc {
  color: #fff;
}

.text-dark {
  color: #797F89 !important;
}



/* Sub-Artikel Accordion
* ---------------------- */

/* Views - block-titles Farben überschrift*/
.gamex {
    color: #00E539! important;
}
.audimix {
    color: #FF8000! important;
}
.moviex {
    color: #7373E5! important;
}

.teaser__authored_light {
  margin-top: .6667rem! important;
  color: rgba(255, 255, 255, 0.6);
  font-size: .6667rem;
  line-height: 1;
}

.teaser__authored_light a {
  color: rgba(255, 255, 255, 0.6);
}

/*LANDINGPAGES - THEMENFARBEN
* -------------------------- */

.winterwelt {
  color: #63C9F8; }



/* Views - Page Header in Grün - OUTDOOR MAIN Landing * -------------------------- */
.teaser__headline_maingreen {
    color: #32CD32;
    text-shadow:  2px  2px 2px black,
                  2px -2px 2px black,
                 -2px  2px 2px black,
                 -2px -2px 2px black;
    font-size: 2.444rem;
	line-height: 1;
}

.teaser__headline_maingreen a {
    color: #32CD32; /* Farbe für Links innerhalb der Überschrift */
}

.teaser__headline_maingreen_comp {
    color: #32CD32;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;	
    font-size: 1.222rem;
	line-height: 1;	
}
.teaser__headline_maingreen_comp a {
    color: #32CD32; /* Farbe für Links innerhalb der Überschrift */
}


/* Views - Page Header in Blau - WINTERWELT Landing * -------------------------- */

.teaser__headline_blue {
    color: #63C9F8;
    text-shadow:  2px  2px 2px black,
                  2px -2px 2px black,
                 -2px  2px 2px black,
                 -2px -2px 2px black;
    font-size: 2.444rem;
	line-height: 1;
}

.teaser__headline_blue a {
    color: #63C9F8; /* Farbe für Links innerhalb der Überschrift */
}

.teaser__headline_blue_comp {
    color: #63C9F8;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;	
    font-size: 1.222rem;
	line-height: 1;	
}
.teaser__headline_blue_comp a {
    color: #63C9F8; /* Farbe für Links innerhalb der Überschrift */
}

/* Views - Page Header in Grün - WANDERN  * -------------------------- */
.teaser__headline_green {
    color: #00FF40;
    text-shadow:  2px  2px 2px black,
                  2px -2px 2px black,
                 -2px  2px 2px black,
                 -2px -2px 2px black;
    font-size: 2.444rem;
	line-height: 1;
}

.teaser__headline_green a {
    color: #00FF40; /* Farbe für Links innerhalb der Überschrift */
}

.teaser__headline_green_comp {
    color: #00FF40;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;	
    font-size: 1.222rem;
	line-height: 1;	
}
.teaser__headline_green_comp a {
    color: #00FF40; /* Farbe für Links innerhalb der Überschrift */
}

/* Views - Page Header in pink - moviex */
.teaser__headline_lila {
    color: #9C8CFF;
    text-shadow:  2px  2px 2px black,
                  2px -2px 2px black,
                 -2px  2px 2px black,
                 -2px -2px 2px black;
    font-size: 2.444rem;
	line-height: 1;
}

.teaser__headline_lila a {
    color: #9C8CFF; /* Farbe für Links innerhalb der Überschrift */
}

.teaser__headline_lila_comp {
    color: #9C8CFF;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;	
    font-size: 1.222rem;
	line-height: 1;	
}
.teaser__headline_lila_comp a {
    color: #9C8CFF; /* Farbe für Links innerhalb der Überschrift */
}

/* Views - Page Header in earth - BUSHCRAFT * -------------------------- */
.teaser__headline_earth {
    color: #FFB74D;
    text-shadow:  2px  2px 2px black,
                  2px -2px 2px black,
                 -2px  2px 2px black,
                 -2px -2px 2px black;
    font-size: 2.444rem;
	line-height: 1;
}

.teaser__headline_earth a {
    color: #FFB74D; /* Farbe für Links innerhalb der Überschrift */
}

.teaser__headline_earth_comp {
    color: #FFB74D;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;	
    font-size: 1.222rem;
	line-height: 1;	
}
.teaser__headline_earth_comp a {
    color: #FFB74D; /* Farbe für Links innerhalb der Überschrift */
}


/* Views - Page Header in lightblue - WASSERSPORT * -------------------------- */
.teaser__headline_lightblue {
    color: #23C6DB;
    text-shadow:  2px  2px 2px black,
                  2px -2px 2px black,
                 -2px  2px 2px black,
                 -2px -2px 2px black;
    font-size: 2.444rem;
	line-height: 1;
}

.teaser__headline_lightblue a {
    color: #23C6DB; /* Farbe für Links innerhalb der Überschrift */
}

.teaser__headline_lightblue_comp {
    color: #23C6DB;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;	
    font-size: 1.222rem;
	line-height: 1;	
}
.teaser__headline_lightblue_comp a {
    color: #23C6DB; /* Farbe für Links innerhalb der Überschrift */
}

/* Views - Page Header in stone - BERGSPORT * -------------------------- */
.teaser__headline_stone {
    color: #C2B1A0;
    text-shadow:  2px  2px 2px black,
                  2px -2px 2px black,
                 -2px  2px 2px black,
                 -2px -2px 2px black;
    font-size: 2.444rem;
	line-height: 1;
}

.teaser__headline_stone a {
    color: #C2B1A0; /* Farbe für Links innerhalb der Überschrift */
}

.teaser__headline_stone_comp {
    color: #C2B1A0;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;	
    font-size: 1.222rem;
	line-height: 1;	
}
.teaser__headline_stone_comp a {
    color: #C2B1A0; /* Farbe für Links innerhalb der Überschrift */
}

/* Views - Page Header in rot - TECHNIK * -------------------------- */
.teaser__headline_rot {
    color: #FF5733;
    text-shadow:  2px  2px 2px black,
                  2px -2px 2px black,
                 -2px  2px 2px black,
                 -2px -2px 2px black;
    font-size: 2.444rem;
	line-height: 1;
}

.teaser__headline_rot a {
    color: #FF5733; /* Farbe für Links innerhalb der Überschrift */
}

.teaser__headline_rot_comp {
    color: #FF5733;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;	
    font-size: 1.222rem;
	line-height: 1;	
}
.teaser__headline_rot_comp a {
    color: #FF5733; /* Farbe für Links innerhalb der Überschrift */
}


/* Views - Page Header in pink - REISEN * -------------------------- */
.teaser__headline_pink {
    color: #D5006D;
    text-shadow:  2px  2px 2px black,
                  2px -2px 2px black,
                 -2px  2px 2px black,
                 -2px -2px 2px black;
    font-size: 2.444rem;
	line-height: 1;
}

.teaser__headline_pink a {
    color: #D5006D; /* Farbe für Links innerhalb der Überschrift */
}

.teaser__headline_pink_comp {
    color: #D5006D;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;	
    font-size: 1.222rem;
	line-height: 1;	
}
.teaser__headline_pink_comp a {
    color: #D5006D; /* Farbe für Links innerhalb der Überschrift */
}

/* Views - Page Header in Gelb - BIKING * -------------------------- */

.teaser__headline_yellow {
    color: #F6D759;
    text-shadow:  2px  2px 2px black,
                  2px -2px 2px black,
                 -2px  2px 2px black,
                 -2px -2px 2px black;	
	font-size: 2.444rem;
    line-height: 1;	
}

.teaser__headline_yellow_comp {
    color: #F6D759;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
    font-size: 1.222rem;
    line-height: 1;	
}

/* Views - Page Header in Orange #EA782F alternatives gelb #FCF060*/

.teaser__headline_orange {
    color: #FFFF00;
    text-shadow:  2px  2px 2px black,
                  2px -2px 2px black,
                 -2px  2px 2px black,
                 -2px -2px 2px black;	
	font-size: 2.444rem;
    line-height: 1;	
}
.teaser__headline_orange a {
    color: #FFFF00; /* Farbe für Links innerhalb der Überschrift */
}
.teaser__headline_orange_comp {
    color: #FFFF00;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
    font-size: 1.222rem;
    line-height: 1;	
}
.teaser__headline_orange_comp a {
    color: #FFFF00; /* Farbe für Links innerhalb der Überschrift */
}

/* Tickets - Affiliate Links
* -------------------------  */

.ticket-table {
  /*  margin-bottom: 30px;*/
    background-color: #ffffff;
    border-radius: 6px;
   /* border: 1px solid #ededed;*/
    padding: 25px 25px 50px 39px;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease-in-out;
	border: 1px dashed #3d3c41;
}
.ticket-table:hover {
    background-color: #f0f0f0;
}
.ticket-table:before {
    font-family: 'Font Awesome 6 Pro';
    /*content: "\f641";*/
	/*content: "\f3ff"; */
	font-weight: 600;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 9rem;
    line-height: 1;
    color: #01A7D5;
    opacity: 0.1;
	transform: rotate(45deg);
}

.ticket-table:after {
    content: url('http://localhost/musix/web/themes/custom/themag_st/logo_small2.png'); /* Pfad zur png-Datei */
    position: absolute;
    right: 22px;
    top: 32px;
    width: auto; /* Breite des SVG-Bildes */
    height: auto; /* Höhe des SVG-Bildes */
    line-height: 1;
    opacity: 0.1;
    transform: rotate(45deg);
    background-size: contain; /* Hintergrundbildgröße anpassen */
    background-repeat: no-repeat; /* Hintergrundbild wiederholen deaktivieren */
}

.ticket-table .ticket-pice {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin: 10px 0 5px 0;
    color: #8546c9;
}
.ticket-name {
    font-family: 'Oswald',sans-serif;
	color: var(--mag-text-primary);
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 500;
	text-transform: uppercase;	
}

.highlight {
    margin: 0 -0.8em;
    padding: 0.3em 0.4em;
    border-radius: 0.8em 0.3em;
    background: transparent;
    background-image: linear-gradient(
        to right,
        rgba(255, 225, 0, 0.1),
        rgba(255, 225, 0, 0.7) 4%,
        rgba(255, 225, 0, 0.3)
    );
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}


.ticket_header {
  font-family: 'Oswald',sans-serif;
  cursor: pointer;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  color: var(--mag-text-primary);
  text-transform: uppercase;
  margin-bottom: 0;
  background: none;
  border: 0;
  padding: 0.9rem 1.3rem 0.55rem;
}

.ticket_body {
  padding: 0 1.25rem 1.25rem 2.35rem;
}

.btn {
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
	margin-bottom: 0.5rem
}

.btn-info {
    background-color: #2e6da4;
    color: #fff;
}

.btn-info:hover {
    background-color: #4a90e2;
    color: #fff;
}

/*Ticket - Ticker
* --------------- */

.ticket__ticker {
    color: var(--mag-headline);
	font-size: 1rem;
	font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    flex: 1; /* Flexibel in der Größe */
    padding-right: 0; /* Kein Padding rechts */
	white-space: nowrap; /* Verhindert Umbruch des Inhalts */
}

.ticket__teaser {
  margin-top: .2rem;
  color: var(--mag-text-secondary);
  font-size: .6667rem;
  line-height: 1;
}

.ticket-link {
  font-size: 12px;
    margin: 0 -0.4em;
    padding: 0.1em 0.4em;
    border-radius: 0.8em 0.3em;
    background: transparent;
    background-image: linear-gradient(
        to right,
        rgba(199, 231, 226, 0.1),
        rgba(199, 231, 226, 0.7) 4%,
        rgba(199, 231, 226, 0.3)
    );
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  color: var(--mag-text-secondary);
  font-size: .6667rem;
  line-height: 1;
  font-weight: 600;  
}


.icon-ticket {
    font-family: 'Font Awesome 6 Pro';
    display: inline-block;
    min-width: 20px;
    margin: 0 5px;
    text-align: center;
}

.icon-ticket:before {
    content: "\f145"; /* Hier den entsprechenden Unicode für das Ticket-Symbol einfügen */
    transform: rotate(45deg);
	font-weight: 400;
    /* Weitere Styles nach Bedarf */
}

/* Design für den Ticket-Link */
.ticket-link .ticket-mark {
    margin: 0 -0.4em;
    padding: 0.1em 0.4em;
    border-radius: 0.8em 0.3em;
    background: transparent;
    background-image: linear-gradient(
        to right,
        rgba(33, 150, 243, 0.1),
        rgba(33, 150, 243, 0.7) 4%,
        rgba(33, 150, 243, 0.3)
    );
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  color: var(--mag-text-secondary);
  font-size: .6667rem;
  line-height: 1;
  font-weight: 600;
}

.ticket_teaser__item {
  display: -webkit-box;
}

.ticket-list-item {
    display: flex;
    align-items: flex-start; /* Sorgt dafür, dass die Elemente nicht vertikal zentriert werden */
}

.ticket_teaser__media, .ticket_teaser__content {
  display: inline-block;
}

.ticket_teaser__content {
}

.ticket_teaser__media
{
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 1rem;
}


/*Mobiles Menü für Android
* ---------------------- */

#content-mobile {display: none;}
@media screen and (max-width: 768px) {
    #content-mobile {display: block;}
}

.box_menue {
  flex: 1;
  border: 2px dashed black;
  padding: 20px;
  margin: 0 5px;
}


/*Social Media Icons
* ---------------- */
ul.social-icons li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 32px;
    background: #C7E7E2;
    color: #333;
    border: 1px dashed #b2b2b2;
    border-radius: 50%;
    transition: background 0.4s ease;
    text-align: center;
}

.fa-brands {
    line-height: 2.2;
}

.social-icons a:hover {
    background-color: #fff;
    text-decoration: none;
    color: #263238;
}
ul.social-icons li {
    padding: 0;
    border: 0;
	position: relative;
    display: inline-block;
    margin: 0;
}

/* E-Paper konfiguration */

.epaper-headline {
    font-family: "Roboto Condensed", sans-serif;
	font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 6px solid #E20613;
    margin-bottom: 24px;
    display: inline-block;
}

.e-paper-wrapper {
    padding: 0.8em;
    background: #E20613;
    line-height: 1em;
    border: 1px dashed #b2b2b2;
    cursor: pointer;
}

.e-paper-wrapper a {
    color: white;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 0.012em;
    margin: 0;
    text-align: center;
    display: block;
}


.e-paper-grid-list {
    list-style-type: none;
    padding: 0;
    margin-top: 1.5em !important;
    margin-bottom: 2em !important;
    clear: both;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}

.e-paper-grid-list-single {
    list-style-type: none;
    padding: 0;
    margin-top: 1em !important;
    margin-bottom: 2em !important;
    clear: both;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    /*left: 80px;*/
}

.e-paper-box-shadow {
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
    transition: 0.2s;
    width: 217px;
	margin-left: auto;
    margin-right: auto;
}

.e-paper-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 128%;
}
/*EU - Compliance
* ---------------- */

.eu-cookie-compliance-banner {
   border-top: 2px dashed #3d3c41;
   background-color: #fafafa;
   background-image: url(/sites/default/files/page-layout/bgmusix-footer70.jpg);
}
.eu-cookie-compliance-category label {
  font-size: 12px;
}
.eu-cookie-compliance-category-description {
   font-size: 12px;
}

/*Adjust - Android Menu
* ------------------ */
.sidr {
    /*background: #263238;*/
    background: #CCC;
    background-image: url(/sites/default/files/page-layout/bgmusix.gif);
    color: #263238;
    box-shadow: 0 0 5px 5px #eceff1 inset;
}

.sidr ul.menu {
background: #CCC;	
background-image: url(/sites/default/files/page-layout/bgmusix.gif);
}

.sidr ul.menu a, .sidr ul.menu .nolink {
    color: #263238;
	border-bottom: 1px dashed rgba(144, 164, 174, 0.2);
	border-bottom-color: #3d3c41;
}

.sidenav-bar-text {
    width: 250px;
    text-align: left;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 58px;
    transform: rotate(-90deg);
    transform-origin: right;
}


/*---------------------------------------------------*/
/*	PRICE TABLE
/*---------------------------------------------------*/
.pricing-table {
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 6px;
    border: 1px solid #ededed;
    padding: 40px 25px;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}
.pricing-table:hover {
    background-color: #f0f0f0;
}
.pricing-table:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f641";
	font-weight: 300;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 9rem;
    line-height: 1;
    color: #b5b5b5;
    opacity: 0.1;
	transform: rotate(45deg);
}
.pricing-table .pricing-pice {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin: 10px 0 5px 0;
    color: #8546c9;
}
.pricing-table .pricing-name, .pricing-table .pricing-name .field-title {
    font-family: 'Oswald',sans-serif;
	color: #333333;
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 600;
	text-transform: uppercase;
}
.pricing-table .pricing-body p:last-child {
	margin: 0;
}
.pricing-table .pricing-name,
.pricing-table .pricing-name .field-title {
	color: #333333;
	margin-bottom: 0;
	font-size: 21px;
	font-weight: 600;
}
.pricing-table .pricing-pice {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	margin: 10px 0 5px 0;
	color: #8546c9;
}
.pricing-table .pricing-features {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #eeeeee;
}
.pricing-table:hover .pricing-features {
    border-top: 1px solid #f7f7f7;
}
.pricing-table .pricing-features .field-item {
	margin-bottom: 5px;
}

.pricing-table .pricing-btn {
	margin-top: 20px;
}

/*---------------------------------------------------*/
/*    TEXT PROPERTIES
/*---------------------------------------------------*/
.text-sm { font-size: 75%; }
.text-sm {
    font-size: 75%;
}
.text-small {
    font-size: 35px !important;
}
.text-light,.text-light * {
    color: #ffffff !important;
}
.text-light input::placeholder {
    color: #eaeaea;
}
.text-light select option {
    color: #333333 !important;
}
.text-dark,.text-dark * {
    color: #333333;
}
.text-grey,.text-grey * {
    color: #cccccc;
}
.text-headwhite,.text-headwhite * {
    color: #FCFCFC;
}

/*---------------------------------------------------*/
/*    SLIDERS
/*---------------------------------------------------*/

#slider {
    overflow: hidden;
    clear: left;
    position: relative;
    width: 100%;
}

.slider-image {
    position: relative;
}

#slider .hero {
    max-height: 100vh;
    position: relative;
    overflow: hidden;
}

.slider-image img,.slide-block img {
    width: 100%;
}

.slide-block li {
    list-style-type: none;
    position: relative;
}

.slide-content-wrap {
    position: absolute;
    width: 100%;
    height: 430px;
    /*height: 100%;*/
    top: 0;
}

.slide-wrap {
    position: relative;
    display: table;
    height: 430px;
    /*height: 100%;*/	
    max-height: 100vh;
}

.slide-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.slide-content-main {
    position: relative;
    overflow: hidden;
}

.slide-content p {
    margin-bottom: 0;
}

.slide-content-main.float-center {
    text-align: center;
}

.slide-content .button {
    margin: 0;
    color: #ffffff;
}

.hero .heading-text .field-item:first-child {
    animation-delay: .25s;
}

.hero .heading-text .field-item:nth-child(2) {
    animation-delay: .7s;
}

.hero .heading-text .field-item:nth-child(3) {
    animation-delay: 1s;
}

.hero .slide-content-body {
    animation-delay: 1.15s;
    margin-top: 20px;
}

.hero .slide-button {
    animation-delay: 1.5s;
}

.slide-image {
    width: 100%;
    position: relative;
}

.slide-image img {
    width: 100%;
}

.pre-heading-text {
    font-family: "Roboto Condensed", sans-serif;
	font-size: 22px;
	font-weight: bold;
    line-height: 1.1;
    margin-bottom: 15px;
}

.heading-text {
    font-family: "Roboto Condensed", sans-serif;
	font-size: 3.5556rem;
    line-height: 1.1;
    font-weight: 600;
    color: #333333;
    text-shadow:  2px  2px 2px black,
                  2px -2px 2px black,
                 -2px  2px 2px black,
                 -2px -2px 2px black;	
}

.sub-heading-text {
    font-family: "Roboto Condensed", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
}

.heading-text .field-field-heading-text .heading-text-content {
    display: inline-block;
}

.slide-button {
    display: block;
    margin-top: 35px;
}
/*---------------------------------------------------*/
/*    Page header - Einzelüberschriften
/*---------------------------------------------------*/
.mx-heading {
    padding-bottom: 30px;
	text-align: center;
	padding: 5px 0 30px;
    display: block;
    width: 100%;
}

.sub-title {
    color: #222;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    position: relative;
    display: inline-block;
	padding-top: 15px;
    padding-left: 0;
	box-sizing: border-box;
}

.sub-title:after {
    content: '';
    width: 36px;
    height: 2px;
    background: #4274F6;
    position: absolute;
    margin-top: -1px;
    z-index: 1;
	box-sizing: border-box;
	top: 0;
    left: 50%;
    margin-left: -18px;
}

/*---------------------------------------------------*/
/*    styles - für Masonry Rote Liste
/*---------------------------------------------------*/


/*---------------------------------------------------*/
/*    Icon Boxes
/*---------------------------------------------------*/


/*---------------------------------------------------*/
/*    animate - für Masonry Rote Liste
/*---------------------------------------------------*/

/* ------------------------------------------------------------------- 
 * ## vertical spacing and typescale
 * ------------------------------------------------------------------- */
:root {

    /* spacing
     * base font size: 18px 
     * vertical space unit : 32px
     */
    --base-size     : 62.5%;
    --base-font-size: 1.8rem;
    --space         : 3.2rem;

    /* vertical spacing 
     */
    --vspace-0_125: calc(0.25 * var(--space));
    --vspace-0_25 : calc(0.25 * var(--space));
    --vspace-0_5  : calc(0.5 * var(--space));
    --vspace-0_75 : calc(0.75 * var(--space));
    --vspace-0_875: calc(0.875 * var(--space));
    --vspace-1    : calc(var(--space));
    --vspace-1_25 : calc(1.25 * var(--space));
    --vspace-1_5  : calc(1.5 * var(--space));
    --vspace-1_75 : calc(1.75 * var(--space));
    --vspace-2    : calc(2 * var(--space));
    --vspace-2_5  : calc(2.5 * var(--space));
    --vspace-3    : calc(3 * var(--space));
    --vspace-3_5  : calc(3.5 * var(--space));
    --vspace-4    : calc(4 * var(--space));
    --vspace-4_5  : calc(4.5 * var(--space));
    --vspace-5    : calc(5 * var(--space));

    /* type scale
     * ratio 1:2 | base: 18px
     * -------------------------------------------------------
     *
     * --text-display-3 = (77.40px)
     * --text-display-2 = (64.50px)
     * --text-display-1 = (53.75px)
     * --text-xxxl      = (44.79px)
     * --text-xxl       = (37.32px)
     * --text-xl        = (31.10px)
     * --text-lg        = (25.92px)
     * --text-md        = (21.60px)
     * --text-size      = (18.00px) BASE
     * --text-sm        = (15.00px)
     * --text-xs        = (12.50px)
     *
     * -------------------------------------------------------
     */
    --text-scale-ratio: 1.2;
    --text-size       : var(--base-font-size);
    --text-xs         : calc((var(--text-size) / var(--text-scale-ratio)) / var(--text-scale-ratio));
    --text-sm         : calc(var(--text-xs) * var(--text-scale-ratio));
    --text-md         : calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
    --text-lg         : calc(var(--text-md) * var(--text-scale-ratio));
    --text-xl         : calc(var(--text-lg) * var(--text-scale-ratio));
    --text-xxl        : calc(var(--text-xl) * var(--text-scale-ratio));
    --text-xxxl       : calc(var(--text-xxl) * var(--text-scale-ratio));
    --text-display-1  : calc(var(--text-xxxl) * var(--text-scale-ratio));
    --text-display-2  : calc(var(--text-display-1) * var(--text-scale-ratio));
    --text-display-3  : calc(var(--text-display-2) * var(--text-scale-ratio));

    /* default button height
     */
    --vspace-btn: var(--vspace-2);
    
}

/* ------------------------------------------------------------------- 
 * ## grid variables
 * ------------------------------------------------------------------- */
:root {

    /* widths for rows and containers
     */
    --width-full    : 100%;
    --width-max     : 1200px;
    --width-wide    : 1400px;
    --width-wider   : 1600px;
    --width-widest  : 1800px;
    --width-narrow  : 1000px;
    --width-narrower: 900px;
    --width-grid-max: var(--width-max);
	
    /* gutters
     */
    --gutter-lg : 0.25rem;
    --gutter-md : 0.25rem;
    --gutter-mob: 0.25rem;
}	
	


/* ===================================================================
 * # MISC
 *
 * ------------------------------------------------------------------- */

.toolbar .toolbar-bar {
  background-color: #045292 !important;
}

/* ===================================================================
 * # bricks masonry
 *
 * ------------------------------------------------------------------- */
section {
    display: block;
}

.s-bricks {
  /*  padding-top: 4.2rem; */
}

.s-bricks,
.s-bricks *,
.s-bricks *::before,
.s-bricks *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.s-bricks.with-top-sep {
    position: relative;
}

.s-bricks.with-top-sep::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -100px;
    width: 200px;
    height: 1px;
    background-color: var(--color-border);
}

.s-bricks .masonry {
    max-width: 1440px;
    width: 94%;
    margin: 0 auto var(--vspace-1);
}

.s-bricks .pagination {
    margin-top: 6rem;
}

.bricks-wrapper .grid-sizer, 
.bricks-wrapper .brick {
    width: 25%;
}

.bricks-wrapper .brick {
    float: left;
    padding: 0 var(--gutter-lg);
}

.bricks-wrapper .featured-grid {
    width: 50%;
}

.bricks-wrapper .featured-grid .entry-content {
    width: 100%;
    background: #151515;
}

/* responsive: 
/* bricks masonry
 * ------------------------------------------------------------------- */
@media screen and (max-width: 1440px) {
    .s-bricks .masonry {
        width: 100%;
    }
}

@media screen and (max-width: 1400px) {
    .s-bricks .masonry {
        max-width: var(--width-max);
        width: 94%;
    }
    .bricks-wrapper .grid-sizer, 
    .bricks-wrapper .brick {
        width: 33.33333%;
    }
    .bricks-wrapper .brick {
        padding: 0 var(--gutter-md);
    }
    .bricks-wrapper .featured-grid {
        width: 66.66667%;
    }
}

@media screen and (max-width: 980px) {
    .s-bricks .masonry {
        max-width: 780px;
        width: 96%;
    }
    .bricks-wrapper .grid-sizer, 
    .bricks-wrapper .brick {
        width: 50%;
    }
    .bricks-wrapper .featured-grid {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .bricks-wrapper .brick {
        padding: 0 1.6rem;
    }
}

@media screen and (max-width: 700px) {
    .bricks-wrapper .brick {
        padding: 0 1.2rem;
    }
}

@media screen and (max-width: 600px) {
    .s-bricks .masonry {
        max-width: 480px;
        width: 100%;
        padding-left: 6vw;
        padding-right: 6vw;
    }
    .bricks-wrapper .grid-sizer, 
    .bricks-wrapper .brick {
        float: none;
        width: 100%;
        padding: 0 var(--gutter-mob);
        clear: both;
    }
}

@media screen and (max-width: 400px) {
    .bricks-wrapper .brick {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
}

/* ------------------------------------------------------------------- 
 * ## masonry entries
 * ------------------------------------------------------------------- */
.bricks-wrapper .entry {
    margin-bottom: 1rem;
}

.bricks-wrapper .entry__thumb, 
.bricks-wrapper .entry__text {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.bricks-wrapper .entry__thumb {
    overflow: hidden;
    position: relative;
}

.bricks-wrapper .entry__thumb img {
    vertical-align: bottom;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
}

.bricks-wrapper .entry__thumb .thumb-link::before {
    z-index: 1;
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}

.bricks-wrapper .entry__thumb .thumb-link::after {
    z-index: 1;
    display: block;
    content: "...";
    font-family: Oswald, serif;
    font-size: 3.2rem;
    height: 90px;
    width: 90px;
    letter-spacing: .2rem;
    line-height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    text-align: center;
    color: white;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
}

.bricks-wrapper .entry__thumb:hover .thumb-link::before {
    opacity: 1;
    visibility: visible;
}

.bricks-wrapper .entry__thumb:hover .thumb-link::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.bricks-wrapper .entry__thumb:hover .thumb-link img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.bricks-wrapper .entry__text {
    /*padding: 2.4rem 2.8rem 3.6rem;*/
	padding: 1.2rem 1.4rem 1.4rem;
    /*background-color: white;*/
	background-image: url(/sites/default/files/page-layout/bgmusix-footer2.jpg);
}

.bricks-wrapper .entry__title {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
	line-height: 1;
    margin-bottom: 0.7rem;
}

.bricks-wrapper .entry__title a, 
.bricks-wrapper .entry__title a:visited {
    color: --mag-headline;
}

.bricks-wrapper .entry__meta {
    font-family: var(--font-1);
    font-size: var(--text-sm);
    margin-bottom: calc(0.125 * var(--space));
}

.bricks-wrapper .entry__meta a, 
.bricks-wrapper .entry__meta a:visited {
    color: --mag-headline;
}

.bricks-wrapper .entry__cat-links a::after {
    content: ", ";
}

.bricks-wrapper .entry__cat-links a:last-child::after {
    display: none;
}

.bricks-wrapper .entry__link {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.7rem;
    line-height: 1.733;
}

.bricks-wrapper .entry__excerpt {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.7rem;
    line-height: 1.733;
    color: #263238;
}

.bricks-wrapper .entry__promo {
    font-family: "Oswald", sans-serif;
    font-size: 0.7rem;
    line-height: 1;
    color: var(--mag-button);
}

.bricks-wrapper .entry__subtext {
    font-family: "Oswald", sans-serif;
    font-size: 0.7rem;
    line-height: 1.733;
    color: #263238;
	font-weight: bold;
}

.bricks-wrapper .entry__excerpt p {
    margin-bottom: 0;
}

.rs-table {
    width: 100%;
    border-collapse: collapse;
}

.rs-table td {
    text-align: left;
    vertical-align: top;
}

.rs-table td.datum {
    width: 62px;
}

/* ------------------------------------------------------------------- 
 * ## Paragraph - Accordion
 * ------------------------------------------------------------------- */

ul.accordion {
  list-style: none;
  padding: 0;
}
ul.accordion li .accordion__title .field--name-field-paragraph-item-title {
  display: inline-flex;
}
.accordion-wrapper.plain .card {
  background: none;
  border: 0;
  margin-bottom: 0;
  box-shadow: none;
}
.accordion-wrapper li:not(.active) .card-header button {
  color: var(--mag-text-primary);
}
.accordion-wrapper.plain .card .card-body {
  padding: 0 0 0 1.1rem;
}
.accordion-wrapper.plain .card .card-header {
  padding: 0 0 0.8rem 0;
}
.accordion-wrapper.plain .card .card-header button {
  padding: 0 0 0 1.1rem;
}
.accordion-wrapper .card .card-header button:before {
  left: 18px;
}
.accordion li .accordion-title button {
  box-shadow: none;
}
.accordion li.active .accordion-title button:before {
  content: "\f077";
}
.accordion li .accordion-title button:after {
  display: none;
}
.accordion li.active .accordion-content {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}
.accordion li .accordion-content > * {  
  display: none;
}
.accordion li.active .accordion-content > * {
  display: inline-block;
}
.accordion.icon .card-body {
  padding: 0 1.25rem 0.25rem 2.8rem;
}
.accordion.icon button {
  padding: 0 0 0 1.5rem;
  display: flex;
  align-items: center;
}
.accordion.icon button:before {
  display: none;
}
.accordion.icon button>span {
  position: absolute;
  left: 0;
}
.accordion.icon button>span i {
  font-size: 1rem;
}
.accordion-item .card-body {
  padding: 0 1.25rem 0.25rem 2.35rem;
}

.accordion-wrapper .card-header button {
  font-family: 'Oswald',sans-serif;
  cursor: pointer;
  width: 100%;
  padding: 0 0 0 1rem;
  text-align: left;
  margin: 0;
  border: 0;
  font-size: 1rem;
  font-weight: 500;
  color: var(--mag-text-primary);
  transition: all 150ms ease-in-out;
  background: none;
  text-transform: uppercase;
}

.accordion-wrapper .card {
  margin-bottom: 1.25rem;
}
.accordion-wrapper .card.plain {
  background: none;
  border: 0;
  margin-bottom: 0;
  box-shadow: none;
}
.accordion-wrapper .card.plain .card-body {
  padding: 0 0 0 1.1rem;
}
.accordion-wrapper .card.plain .card-header {
  padding: 0 0 0.8rem 0;
}
.accordion-wrapper .card.plain .card-header button {
  padding: 0 0 0 1.1rem;
}
.accordion-wrapper .card.plain .card-header button:before {
  left: 0;
}
.accordion-wrapper .card-header {
  margin-bottom: 0;
  background: none;
  border: 0;
  padding: 0.9rem 1.3rem 0.85rem;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-wrapper .card-header button {
    transition: none;
  }
}
.accordion-wrapper .card-header button:before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 1.3rem;
  content: "\f077";
  font-size: 1.15rem;
  font-weight: normal;
  width: 1rem;
  margin-top: -0.25rem;
  margin-left: -0.3rem;
  display: inline-block;
  color: var(--mag-text-primary);
}

.accordion-wrapper .card-header button.collapsed {
  color: var(--mag-text-primary);
}
.accordion-wrapper .card-header button.collapsed:before {
  content: "\e92d";
}
.accordion-wrapper .card-header button:hover {
  color: var(--mag-text-primary);
}
.card {
  box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06), 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
  border: 0;
}
.card[class*=bg-] {
  box-shadow: none !important;
}
.card-img-top img {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.card-img-top .plyr {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 991.98px) {
  .card-md-none {
    background: none;
    border-radius: 0;
  }
  .card-md-none .card-body {
    padding: 0;
  }
}
[class*=card-border-] {
  position: relative;
}
[class*=card-border-]:after {
  content: "";
  position: absolute;
}
.card-border-top:after {
  top: 0;
  right: 0;
  left: 0;
  border-top-width: 4px;
  border-bottom-width: calc(0.4rem - 4px);
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: inherit;
  border-bottom-color: transparent;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.card-border-top[class*=border-soft-]:after {
  border-top-width: 6px;
  border-bottom-width: calc(0.4rem - 6px);
}
.card-border-bottom:after {
  bottom: 0;
  right: 0;
  left: 0;
  border-bottom-width: 4px;
  border-top-width: calc(0.4rem - 4px);
  border-bottom-style: solid;
  border-top-style: solid;
  border-bottom-color: inherit;
  border-top-color: transparent;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.card-border-bottom[class*=border-soft-]:after {
  border-bottom-width: 6px;
  border-top-width: calc(0.4rem - 6px);
}
.card-border-start:after {
  top: 0;
  left: 0;
  bottom: 0;
  border-left-width: 4px;
  border-right-width: calc(0.4rem - 4px);
  border-left-style: solid;
  border-right-style: solid;
  border-left-color: inherit;
  border-right-color: transparent;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.card-border-start[class*=border-soft-]:after {
  border-left-width: 6px;
  border-right-width: calc(0.4rem - 6px);
}
.card-border-end:after {
  top: 0;
  right: 0;
  bottom: 0;
  border-right-width: 4px;
  border-left-width: calc(0.4rem - 4px);
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: inherit;
  border-left-color: transparent;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.card-border-end[class*=border-soft-]:after {
  border-right-width: 6px;
  border-left-width: calc(0.4rem - 6px);
}
.container-card>.card,
.container-card>.card.image-wrapper:before {
  border-radius: 0 !important;
}