:root{
   --bordeaux-dark:#270D11;
   --bordeaux-middle:#391317;
   --bordeaux-light:#391317;
   --rosa: #F2D7DA;
   --light: #fcf5e9;
   --text-gold: linear-gradient(45deg, #91794E, #DCCDB0, #FAEED6, #ffffff, #91794F);
   --font-heading: 'apaluregular';
  
/* Cassiopeia Changes Variables */
   --cassiopeia-font-family-headings: var(--font-heading) !important;
   --cassiopeia-color-primary: var(--bordeaux-light)!important;
  
  /* Universal Variables */
  
 
 
  --cassiopeia-color-hover: #010101 !important;
  --background-image: linear-gradient(135deg, var(--cassiopeia-color-primary) 0%, var(--cassiopeia-color-hover) 100%);
  /*--text-gold-alt: linear-gradient(to top, #9d6b4c, #ce936d, #edcb9c, #ce936d, #9d6b4c);*/
 
  --primary: #31080E !important;
  --secondary: #5A1319;
   --white: #ffffff !important;
  --border-grey:#dfe3e7;
  --black:#000000 !important;
  --lightgrey: #C3C5C7;
  --text-decoration-line-through:line-through !important;
  --gradient-root: linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);
  --card-border-color: #ffffff !important;
 
}
.dark{
  color: var(--bordeaux-middle);
}
h1, .h1 {
    font-size: clamp(2.7rem, 15vw, 5.5rem)!important;
}
h2, .h2 {
    font-size: clamp(2.3rem, 15vw, 4.5rem);
}
h3, .h3 {
    font-size: clamp(1.9rem, 15vw, 3.5rem)!important;
}
h1, .h1, h2, .h2, h3, .h3 {
    font-family: var(--font-heading);
    font-weight: normal;
    line-height: 1.3 !important;}

.gold {
    background-image: var(--text-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal;
    line-height: 1.3 !important;
}

.box1 {
    background: var(--bordeaux-middle);
    color: var(--light);
    margin: 10px;
    border: 1px solid #e9cec5;
    border-radius: 5px;
}
.box2 {
    background: var(--bordeaux-light);
    color: var(--light);
    margin: 10px;
    border: 1px solid var(--light);
    border-radius: 5px;
}

.gradient-root {
 background: linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);
}
.gradient-custom {
 background: linear-gradient(135deg,#6394ff 0%,#0a193b 100%);
}
.gradient-custom:hover {
 background: linear-gradient(135deg,#0a193b 0%,#6394ff 100%);
}
.line-through{
    text-decoration: var(--text-decoration-line-through) !important;
}
.btn-primary {
    background-color: #eecfd2 !important;
    border-color: var(--white);
    color: var(--bordeaux-dark);
}

/*Tabelle Sendetermine*/

.Gruppe div {
 background-color: #eecfd2;
    color: var(--dark);

text-align: center;
display: inline-block;
width: 18%;
margin: 2px 0;
padding: 0;
}
.Monat div {
   background-color: #520f15; 
color:#fff;
}
div.Beschr { 
width: 10%;
 }
@media screen and (max-width: 620px) {
.Klima { white-space:nowrap; width: 25em; }
.Gruppe { float: left; }
.Gruppe div { display: block; margin: 3px 2px; width: 5.7em; }
}


/*blog-beitragsinfo */
.article-info dd {
    padding: 0;
    display: inline-block;
}
.article-info-term {
  display:none !important;
}

/*news-blog*/
#npost141 .show-news-item-info h3, .h3 {
    color: var(--waterblue);
}
#npost141 .show-news-item-info {
    color: white;
    background-color: black;
}
/*news-blog*/
#npost192 .show-news-item-info h3, .h3 {
    color: var(--waterblue);
}
#npost192 .show-news-item-info {
    color: white;
    background-color: black;
}
.bg-black{
  background-color: var(--black);
}
.btn-black {
    background-color: var(--primary) !important;
    border: none;
    color: var(--waterblue);
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    border-color: none !important;
}
.btn-black:hover {
    color: var(--white);
    text-decoration: none;
}

ul {
    list-style-type: none !important;
    padding-left: 0px !important;
}


.fa {
font-family: var(--fa-style-family,"Font Awesome 6 Free")!important;
font-weight: var(--fa-style,900);
 }
.fa-brands, .fab {
font-family: "Font Awesome 6 Brands" !important; }
.fa-classic, .fa-regular, .fa-solid, .far, .fas { 
font-family: "Font Awesome 6 Free" !important; }


/*Pw-forgotten-mod-deaktiv*/
.com-users-login__options {
    margin-top: 2em;
    display: none !important;
}




.text-light{
  color: var(--light);
}
.bg-white {
  background: var(--white);
}
.bg-dark {
  background: var(--bordeaux-dark)!important;
}
.bg-light{
  background: var(--bordeaux-light);
}
.rosa{
  color: var(--rosa);
}
/*footer-fuss*/
.box3 {
    background: var(--bordeaux-middle);
    color: var(--white);
    margin: 10px;
    border: 1px solid #66CCFF;
    border-radius: 5px;
}
.box3 h3, .h3 {
    color: var(--waterblue);
}
.container-bottom-g a {
    color: var(--white);
    text-decoration: none!important;
    }

.container-bottom-g a:hover {
    color: var(--white);
  text-decoration: none !important;
}

/*HEADER | logo zentrieren*/
.container-header .navbar-brand {
    margin: auto !important;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    display: inline-block;
    position: relative;
   
}

.container-header {
    background-color: var(----bordeaux-middle);
    background-image: none !important;}
    
   /*link menue rosa eingefärbt*/
.container-header .mod-menu>li>a, .container-header .mod-menu>li>span {
    color: var(--rosa);
}
   /*link-underline entfernt*/
.container-header .mod-menu>li.active:after, .container-header .mod-menu>li:hover:after {
    display:none !important;
}
/*menu zentriert*/
.container-header .container-nav {
    justify-content: center !important;
}
.container-header .container-search {
    margin-top: 1.2em;
}
/*border-flag*/
div.mod-languages ul li.lang-active {
    background-color: transparent !important;
    border-bottom: 1px solid var(--waterblue) !important;
    padding-bottom: 4px;
}
/*timeline*/
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 50px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
/*bild mit vertical-text*/
.galerie .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.position-re {
    position: relative;
}
.o-hidden {
    overflow: hidden;
}

.galerie .item .category {
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #FFE !important;
    letter-spacing: 3px;
    background: #66CCFF;
    border: 1px solid #adb5bd;
    padding: 10px 3px;
    line-height: 1.5em;
}


.galerie .item .con {
    padding: 20px;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

/*Seele auf Leinwand - text-bg-image*/
.section {
    padding: 85px 30px;
}
.w-layout-blockcontainer {
    /* max-width: 940px; */
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.w-container:before, .w-container:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}
.center-div {
    text-align: center;
}
.big-title-bg {
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    background-image: url(/images/backgrounds/bg-liesy-art.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-clip: text;
     -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
    background-clip: text;
    font-size: 10.5vw;
    font-weight: 900;
    line-height: 1.1em;
   
}
/*galery*/
.grid-det_link {
    text-transform: none !important;
    font-size: 18px !important;
    letter-spacing: 0px !important;
    text-decoration: none !important;
    font-weight: bold;
    color: var(--waterblue) !important;
}
.grid-det_link:after {
    color: #222;
    display: block;
    text-transform: none !important;
    font-size: 13px;
    letter-spacing: 0px !important;
    text-align: left;
    position: relative;
    content: "Preisanfrage | Price enquiry";
    background-color: var(--waterblue);
    margin-top: 20px;
    padding: 15px;
}

.container-full-10 {
    background-image:url('/images/backgrounds/kunst-entdecken-bg.webp');
    background-repeat:no-repeat;
    background-position: 50% 0;
    background-size: cover !important;
  }

.bottom-a .card-header {
    display:none !important;
}
.bottom-a.card {
 border-color: transparent !important;
}

.footer-bg {
    color: #fff;
    background-color:#45161b !important;
    margin: 0;
}

/******** Layout Template ********/

@supports (display: grid) {
  .site-grid {
    grid-gap: 0 1em;
    grid-template-columns: [full-start] minmax(0, 1fr)[main-start] repeat(4, minmax(0, 19.875rem))[main-end] minmax(0, 1fr)[full-end];
    grid-template-areas: ". banner banner banner banner ."
                         ". top-a top-a top-a top-a ."
                         ". top-b top-b top-b top-b ."
                         ". main-t main-t main-t main-t ."
                         ". comp comp comp comp ."
                         ". side-r side-r side-r side-r ."
                         ". side-l side-l side-l side-l ."
                        
                         ". bot-b bot-b bot-b bot-b ."
                         ". full-1 full-1 full-1 full-1 ."
                         ". bot-c bot-c bot-c bot-c ."
                         ". full-2 full-2 full-2 full-2 ."
                         ". bot-d bot-d bot-d bot-d ."
                         ". full-3 full-3 full-3 full-3 ."
                         ". bot-e bot-e bot-e bot-e ."
                         ". full-4 full-4 full-4 full-4 ."
                         ". bot-f bot-f bot-f bot-f ."
                         ". bot-a bot-a bot-a bot-a ."
                         ". full-5 full-5 full-5 full-5 ."
                         ". bot-g bot-g bot-g bot-g ."
                         ". full-6 full-6 full-6 full-6 ."
                         ". bot-h bot-h bot-h bot-h ."
                         ". full-7 full-7 full-7 full-7 ."
                         ". bot-i bot-i bot-i bot-i ."
                         ". full-8 full-8 full-8 full-8 ."
                         ". bot-j bot-j bot-j bot-j ."
                         ". full-9 full-9 full-9 full-9 ."
                         ". bot-k bot-k bot-k bot-k ."
                         ". full-10 full-10 full-10 full-10 ."
                         ". bot-l bot-l bot-l bot-l ."
                         ". full-11 full-11 full-11 full-11 ."
                         ". bot-m bot-m bot-m bot-m ."
                         ". full-12 full-12 full-12 full-12 ."
                         ". bot-n bot-n bot-n bot-n ."
                         ". bot-o bot-o bot-o bot-o ."
                         ". bot-p bot-p bot-p bot-p ."
                         ". bot-q bot-q bot-q bot-q ."
                         ". bot-r bot-r bot-r bot-r ."
                         ". bot-s bot-s bot-s bot-s ."
                         ". bot-t bot-t bot-t bot-t ."
                         ". bot-u bot-u bot-u bot-u ."
                         ". bot-v bot-v bot-v bot-v ."
                         ". bot-w bot-w bot-w bot-w ."
                         ". bot-x bot-x bot-x bot-x ."
                         ". bot-y bot-y bot-y bot-y ."
                         ". bot-z bot-z bot-z bot-z ."
                         ". fuss  fuss  fuss  fuss ."
                         ". copy  copy  copy  copy ."
                         ". seo  seo  seo  seo .";
                          
    display: grid;
  }

  .site-grid > [class^="container-"], .site-grid > [class*=" container-"] {
    column-gap: 1em;
    width: 100%;
    max-width: none;
  }

  .site-grid > .full-width {
    grid-column: full-start / full-end;
  }

  @media (width >= 992px) {
    .site-grid {
      grid-template-areas: ". banner banner banner banner ."
                         ". top-a top-a top-a top-a ."
                         ". top-b top-b top-b top-b ."
                         ". main-t main-t main-t main-t ."
                         ". comp comp comp comp ."
                         ". side-r side-r side-r side-r ."
                         ". side-l side-l side-l side-l ."
                      
                         ". bot-b bot-b bot-b bot-b ."
                         ". full-1 full-1 full-1 full-1 ."
                         ". bot-c bot-c bot-c bot-c ."
                         ". full-2 full-2 full-2 full-2 ."
                         ". bot-d bot-d bot-d bot-d ."
                         ". full-3 full-3 full-3 full-3 ."
                         ". bot-e bot-e bot-e bot-e ."
                         ". full-4 full-4 full-4 full-4 ."
                         ". bot-f bot-f bot-f bot-f ."
                         ". bot-a bot-a bot-a bot-a ."
                         ". full-5 full-5 full-5 full-5 ."
                         ". bot-g bot-g bot-g bot-g ."
                         ". full-6 full-6 full-6 full-6 ."
                         ". bot-h bot-h bot-h bot-h ."
                         ". full-7 full-7 full-7 full-7 ."
                         ". bot-i bot-i bot-i bot-i ."
                         ". full-8 full-8 full-8 full-8 ."
                         ". bot-j bot-j bot-j bot-j ."
                         ". full-9 full-9 full-9 full-9 ."
                         ". bot-k bot-k bot-k bot-k ."
                         ". full-10 full-10 full-10 full-10 ."
                         ". bot-l bot-l bot-l bot-l ."
                         ". full-11 full-11 full-11 full-11 ."
                         ". bot-m bot-m bot-m bot-m ."
                         ". full-12 full-12 full-12 full-12 ."
                         ". bot-n bot-n bot-n bot-n ."
                         ". bot-o bot-o bot-o bot-o ."
                         ". bot-p bot-p bot-p bot-p ."
                         ". bot-q bot-q bot-q bot-q ."
                         ". bot-r bot-r bot-r bot-r ."
                         ". bot-s bot-s bot-s bot-s ."
                         ". bot-t bot-t bot-t bot-t ."
                         ". bot-u bot-u bot-u bot-u ."
                         ". bot-v bot-v bot-v bot-v ."
                         ". bot-w bot-w bot-w bot-w ."
                         ". bot-x bot-x bot-x bot-x ."
                         ". bot-y bot-y bot-y bot-y ."
                         ". bot-z bot-z bot-z bot-z ."
                         ". fuss  fuss  fuss  fuss ."
                         ". copy  copy  copy  copy ."
                         ". seo  seo  seo  seo .";
    }
  }
}

.container-banner {
  grid-area: banner;
}

.container-top-a {
  grid-area: top-a;
}

.container-top-b {
  grid-area: top-b;
}

.container-component {
  grid-area: comp;
}

.container-sidebar-left {
  grid-area: side-l;
}

.container-sidebar-right {
  grid-area: side-r;
}

.container-main-top {
  grid-area: main-t;
}

.container-main-bottom {
  grid-area: main-b;
}

.container-breadcrumbs {
  grid-area: bread;
}



.container-bottom-a {
  grid-area: bot-a;
}
.container-bottom-b {
  grid-area: bot-b;
}
.container-bottom-c {
  grid-area: bot-c;
}
.container-bottom-d {
  grid-area: bot-d;
}
.container-bottom-e {
  grid-area: bot-e;
}
.container-bottom-f {
  grid-area: bot-f;
}
.container-bottom-g {
  grid-area: bot-g;
}
.container-bottom-h {
  grid-area: bot-h;
}
.container-bottom-i {
  grid-area: bot-i;
}
.container-bottom-j {
  grid-area: bot-j;
}
.container-bottom-k {
  grid-area: bot-k;
}
.container-bottom-l {
  grid-area: bot-l;
}
.container-bottom-m {
  grid-area: bot-m;
}
.container-bottom-n {
  grid-area: bot-n;
}

.container-bottom-o {
  rid-area: bot-o;
}
.container-bottom-p {
  grid-area: bot-p;
}
.container-bottom-q {
  grid-area: bot-q;
}
.container-bottom-r {
  grid-area: bot-r;
}
.container-bottom-s {
  grid-area: bot-s;
}
.container-bottom-t {
  grid-area: bot-t;
}
.container-bottom-u {
  grid-area: bot-u;
}
.container-bottom-v {
  grid-area: bot-v;
}
.container-bottom-w {
  grid-area: bot-w;
}
.container-bottom-x {
  grid-area: bot-x;
}
.container-bottom-y {
  grid-area: bot-y;
}
.container-bottom-z {
  grid-area: bot-z;
}


.container-full-1 {
  grid-area: full-1;
}
.container-full-2 {
  grid-area: full-2;
}
.container-full-3 {
  grid-area: full-3;
}
.container-full-4 {
  grid-area: full-4;
}
.container-full-5 {
  grid-area: full-5;
}
.container-full-6 {
  grid-area: full-6;
}
.container-full-7 {
  grid-area: full-7;
}
.container-full-8 {
  grid-area: full-8;
}
.container-full-9 {
  grid-area: full-9;
}
.container-full-10 {
  grid-area: full-10;
}
.container-full-11 {
  grid-area: full-11;
}
.container-full-12 {
  grid-area: full-12;
}

.container-fuss {
  grid-area: fuss;
}
.container-copyright {
  grid-area: copy;
}

.container-seo {
  grid-area: seo;
}

.container-bottom-c,
.container-bottom-d,
.container-bottom-e,
.container-bottom-f,
.container-bottom-g,
.container-bottom-h,
.container-bottom-i,
.container-bottom-j,
.container-bottom-k,
.container-bottom-l,
.container-bottom-m,
.container-bottom-n,
.container-bottom-o,
.container-bottom-p,
.container-bottom-q,
.container-bottom-r,
.container-bottom-s,
.container-bottom-t,
.container-bottom-u,
.container-bottom-v,
.container-bottom-w,
.container-bottom-x,
.container-bottom-y,
.container-bottom-z,

.container-main-top
 {
  position: relative;
  column-gap: 1em;
}


.container-bottom-c > *, 
.container-bottom-d > *,
.container-bottom-e > *,
.container-bottom-f > *,
.container-bottom-g > *,
.container-bottom-h > *,
.container-bottom-i > *,
.container-bottom-j > *,
.container-bottom-k > *,
.container-bottom-l > *,
.container-bottom-m > *,
.container-bottom-n > *,
 .container-bottom-o > *,
.container-bottom-p > *,
.container-bottom-q > *,
.container-bottom-r > *,
.container-bottom-s > *,
.container-bottom-t > *,
.container-bottom-u > *,
.container-bottom-v > *,
.container-bottom-w > *,
.container-bottom-x > *,
.container-bottom-y > *,
.container-bottom-z > *,
.container-full-3 > *,
.container-main-top > *
{
  flex: 1;
  flex-direction: column !important;
   margin: .5em 0;
}

@media (width <= 991.98px) {
  .container-bottom-c, 
  .container-bottom-d,
  .container-bottom-e,
  .container-bottom-f,
 .container-bottom-g,
.container-bottom-h,
.container-bottom-i,
.container-bottom-j,
.container-bottom-k,
.container-bottom-l,
.container-bottom-m,
.container-bottom-n,
.container-bottom-o,
.container-bottom-p,
.container-bottom-q,
.container-bottom-r,
.container-bottom-s,
.container-bottom-t,
.container-bottom-u,
.container-bottom-v,
.container-bottom-w,
.container-bottom-x,
.container-bottom-y,
.container-bottom-z,  
.container-full-3,
.container-main-top
{flex-direction: column !important;}

  .container-bottom-c > *,
  .container-bottom-d > *, 
  .container-bottom-e > *,
  .container-bottom-f > *, 
  .container-bottom-g > *,
  .container-bottom-h > *,
  .container-bottom-i > *,
  .container-bottom-j > *,
  .container-bottom-k > *,
  .container-bottom-l > *,
  .container-bottom-m > *,
  .container-bottom-n > *,
  .container-bottom-o > *,
.container-bottom-p > *,
.container-bottom-q > *,
.container-bottom-r > *,
.container-bottom-s > *,
.container-bottom-t > *,
.container-bottom-u > *,
.container-bottom-v > *,
.container-bottom-w > *,
.container-bottom-x > *,
.container-bottom-y > *,
.container-bottom-z > *,
  .container-full-3 > *,
  .container-main-top > *,
  {flex: 0 auto;}
}

@media (width <= 991.98px) {
  .bottom-c .grid-child,
  .bottom-d .grid-child,
  .bottom-e .grid-child,
  .bottom-f .grid-child,
  .bottom-g .grid-child,
  .bottom-h .grid-child,
  .bottom-i .grid-child,
  .bottom-j .grid-child,
  .bottom-k .grid-child,
  .bottom-l .grid-child,
  .bottom-m .grid-child,
  .bottom-n .grid-child,
    .bottom-o .grid-child,
    .bottom-p .grid-child,
    .bottom-q .grid-child,
    .bottom-r .grid-child,
    .bottom-s .grid-child,
    .bottom-t .grid-child,
    .bottom-u .grid-child,
    .bottom-v .grid-child,
    .bottom-w .grid-child,
    .bottom-y .grid-child,
  .bottom-z .grid-child,
  .main-top .grid-child
{ flex-direction: column !important;}
}


.full-1 .grid-child,
.full-2 .grid-child,
.full-3 .grid-child,
.full-4 .grid-child,
.full-5 .grid-child,
.full-6 .grid-child,
.full-7 .grid-child,
.full-8 .grid-child,
.full-9 .grid-child,
.full-10 .grid-child,
.full-11 .grid-child,
.full-12 .grid-child,
.fuss .grid-child,
.copyright .grid-child,
.seo .grid-child

{
    justify-content: space-between;
    align-items: baseline !important;
    padding: 2.5rem 0.5em;
    gap: 30px !important;
}

@media (width <= 991.98px) {
.full-1 .grid-child,
.full-2 .grid-child,
.full-3 .grid-child,
.full-4 .grid-child,
.full-5 .grid-child,
.full-6 .grid-child,
.full-7 .grid-child,
.full-8 .grid-child,
.full-9 .grid-child,
.full-10 .grid-child,
.full-11 .grid-child,
.full-12 .grid-child,
.fuss .grid-child,
.copyright .grid-child,
.seo .grid-child
  {flex-direction: column !important; }


.fuss .grid-child .mod-footer {margin: .375rem 0;}
}


