/* @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500&family=Mukta+Malar&display=swap'); */

/* html, body, .body-wrapper, .body-innerwrapper, #sp-main-body {
  height:100%;
}*/
:root {
  background-color: #cbefff;
  --main-color : #4b97da;
  --main-gradient : linear-gradient(160deg, #4b97da, #4b97da80 19%, #dff0ff94);
  --media-width-tablet: 920;
  --headline-skew: skewX(352deg);
}
body {
  background-color:#fafeff;
  font-family: 'Mukta Malar', sans-serif;
  font-family: 'Helvetica', sans-serif;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1rem;
}
a {
  transition: color 200ms, background-color 200ms;
}
h4 {
    color: #4b97da;
    color: var(--main-color);
    font-size: 1.2rem;
    font-size: clamp(1.1rem, 1rem + 0.35vw, 1.3rem);
    /* font-size: clamp(1.5rem, 6vw, 1.55rem); */
    transform: skewX(353deg);
    font-weight: 500;
    margin-bottom: clamp(0.1rem, 0.1rem + 1.1vw, 0.6rem);
    margin-top: clamp(0.6rem, 0.6rem + 2.7vw, 1.6rem);
}
.contact-link{
  /* color: black; */
  /* display: inline-flex; */
  /* flex-direction: row; */
  /* align-items: flex-end; */
  display: inline-block;
}

a.contact-link>span {
    font-size: 37px;
    font-weight: 750;
}

.container-fluid.blog-featured {
  padding: initial;
}

/* Experimentelles Grid-Layout */
.body-innerwrapper {
    /* display: grid; */
    grid-auto-flow: row dense;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 0.2fr 2.4fr 0.3fr;
    gap: 0px 0px;
    grid-template-areas:
        "header header header"
        "menu content content"
        "footer footer footer";
}

#sp-menu.menu-with-social .sp-megamenu-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

/* Überschriften mit Bullets */
/* h1::before, h2::before, h3::before {
  content: url(/images/LogoBulletS.png);
  position: relative;
  bottom: 3px;
  margin-right: 11px;
} */

/* Header */
#sp-header {
  background-color: #4b97dad4;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
  box-shadow: 1px 2px 3px 0px #7aabb557;
  height: initial;
  width: 100%;
  position: relative;
  z-index: 99;
  animation: spFadeIn 0.5s;
  animation: none;
  background: linear-gradient(160deg, #4b97da, transparent);
  background:linear-gradient(160deg, #4b97da, #4b97da80 19%, #dff0ff94);
  background: linear-gradient(164deg, #4b97da, hwb(208deg 41% 15% / 50%) 19%, #dff0ff94);
  background:var(--main-gradient);
  /* background: var(--main-color); */
  padding-bottom: 0.5vh;
  grid-area: header;
  padding-bottom: clamp(0px, 0.6vh + 0.1vw, 100px);
}
#sp-header {/* padding-bottom:6px; */}
#sp-logo.has-border {
  padding-right: 0.8%;
  /* margin-left: clamp(0px, 220px + 57vw, 400px); */
}
#sp-header .logo {
  height: initial;
  /* transform: scale(1.35) translate(14px, 11px); */
  display: inline-flex;
  margin: 0;
  align-items: center;
  margin-right: 1vw;
}
.logo-image {
  height:73px!important;
  /* transition:ease-out;
  transition-duration:1s; */
  /* max-height: 105px; */
  height: 9.3vh!important;
  height: clamp(47px, 12.7vw, 6.699999999999999vw)!important;
  height: clamp(66px, 4.6vw + 3.5vh, 2.6cm)!important;
  height: clamp(66px, 4vw + 4vh, 2.5cm)!important;
  /* width: 219px; */
  margin-top: 3.2vh;
  margin-top: clamp(12px, 1vh + 1.6vw, 331px);
  margin-bottom: 0.2vh;
  filter: brightness(1.0) drop-shadow(-4px 4px 38px rgba(255, 255, 255, 0.541));
  /* filter: brightness(1.0); */
  transition-duration: 1s;
  transition-property: filter;
  /* transition: height 200ms; */
}
.logo-image:hover {
    filter: brightness(2.5) drop-shadow(-4px 4px 38px rgba(255, 255, 255, 0.941));
    filter: brightness(2.5);
    filter: brightness(2.5) drop-shadow(-4px 4px 38px rgba(255, 255, 255, 0.541));
    transition: ease-out;
    transition-duration: 80ms;
    /* transition: none; */
}

/* Sticky Header */
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  animation: none;
  /* height: 80px; */
  /* background-color: #5498d36e!important; */
  background: linear-gradient(180deg, #5d95c78f, transparent);
  backdrop-filter: blur(6px);
  padding-bottom: initial;
}
#sp-header.header-sticky img.logo-image {
  height: 30px!important;
  margin-top: 15px;
  /* transition: all 100ms ease 0ms; */
  /* transition-timing-function: ease-out; */
}
#sp-header.header-sticky #sp-menu {
  justify-content: center;
  padding-bottom: unset;
}
/* #sp-header.header-sticky .logo-img {
  transform: initial;
  height: 47px!important;
} */
@media screen and (max-width: 912px){
  #sp-header.header-sticky .logo-image {
      height: 30px!important;
  }
}
@media screen and (max-height:420px){
  #sp-header.header-sticky {
      display:none
  }
}


/* filter: drop-shadow(3px 2px 3px rgb(75 151 218 / 50%)); */
a:hover {color:#4b97da}
b, strong {
  color:#2d789b;
  font-weight:400;  
  hyphens:none; 
}

/*Styles für die Menus */
#sp-header.header-sticky .sp-megamenu-parent .sp-menu-item a {
  font-size: 12px;
  color: black;
  padding-top: 13px;
  /* transition: all 100ms ease; */
  margin-bottom: initial;
}
#sp-menu>.sp-column {
  height: initial;
  /* padding-bottom: 4px; */
  /* margin-bottom: 7.199999999999999px; */
  /* border-bottom: solid 1.8px; */
}
div#sp-menu {
  display: flex;
  flex-direction: column;
  padding-bottom: 5px;
  justify-content: flex-end;
  flex-shrink: 10;
}

/* Off Canvas Menu*/
.offcanvas-menu	{
  background-color: #00b2ff2e;
  backdrop-filter: blur(23px);
}
.offcanvas-menu .offcanvas-inner {
  padding: 20px;
}
.offcanvas-menu .offcanvas-inner ul.menu>li a, .offcanvas-menu .offcanvas-inner ul.menu>li span {
  color: #ffffffcf;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
    padding: initial;
    transform: initial;
    top: initial;
    position: initial;
    display: initial;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
  color: rgb(221 221 221 / 80%);
  font-weight: bold;
  display: block;
  padding: 13px;
  padding-left: 21px;
}
.offcanvas-menu .offcanvas-inner ul.menu>li a:hover, .offcanvas-menu .offcanvas-inner ul.menu>li a:focus, .offcanvas-menu .offcanvas-inner ul.menu>li span:hover, .offcanvas-menu .offcanvas-inner ul.menu>li span:focus {
  color:var(--main-color);
}

.offcanvas-menu .menu-child li, .offcanvas-menu .offcanvas-inner ul.menu>li>a {
  margin-bottom: 9px;
  /* padding: 8px; */
  background-color: #ffffff3b;
  font-size: 20px;
  border-radius: 6px;
}

@media screen and (min-width:992px){
  #offcanvas-toggler {display:none!important;}
}

/* Hauptmenu */
.menu-child li {
    margin-bottom: 9px;
    /* padding: 8px; */
    background-color: #ffffff3b;
    font-size: 20px;
    border-radius: 6px;
}

.sp-megamenu-parent>li>a::before, li.sp-menu-item>a::before {
  content: url(/images/LogoBulletS.png);
  content: url(/images/Favicon.svg);
  position: relative;
  bottom: 3px;
  right: 8px;
  margin-right: -2px;
  display: inline-block;
  transform: scale(1.1);
  /* filter: drop-shadow(-4px 4px 3px #5da2de4a); */
}

.sp-dropdown .sp-dropdown-items li.sp-menu-item>a::before {
    bottom: 2px;
    right: 6px;
    transform: initial;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li.active>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  /* font-family: tahoma; */
  color: #405d87;
  color: black;
  font-size: 15.5px;
  font-size: clamp(0.96875rem, 0.365rem + 1.1vw, 1.05rem);
  font-weight:bold;
  /* font-style:italic; */
  transform: skewX(355deg);
  line-height:unset;
  padding-right: clamp(6px, 34px, 40px);
  padding-right: 2vw;
  text-shadow: -5px 6px 13px #5da2de4a;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #00000036;
}
.sp-megamenu-parent>li:hover>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
  color: #4b97da;
  color: hwb(208deg 62.24% 0%);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
  color:inherit;
}


/* Dropdown Menu */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%);
  padding: 16px 0px;
  /* padding-bottom: 20px; */
  background-color: #f1f8fff5;
  background-color: #4a96d9fa;
  background-color: hwb(208deg 56% 0% / 87%);
  border-radius: 6px;
  backdrop-filter: blur(3px);
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
  transition:all 300ms
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  width:100%;
  padding: 12px 23px;
  text-shadow: initial;
  font-size: 13.8px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover {
  background-color: #4b97da26;
  background-color: hwb(208deg 62.24% 0%);
  background-color: var(--main-color);
  /* transform: translateX(3px); */
  border-radius: 6px;
  transition:all 80ms
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -53px;
  margin: initial;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
  /* transform: translateY(29px); */
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  width: 420px!important;
  position: absolute;
  left: 29px!important;
  padding-top: 19px;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover>.sp-dropdown {
  animation: spFadeInUp 100ms ease-in;
}


/* Artikel */
.pdf-link::before {
  content: url('/templates/shaper_helixultimate/images/PDF48.png');
  content: url('/templates/shaper_helixultimate/images/PDF_file_icon.svg');
  /* background-image: url('/templates/shaper_helixultimate/images/PDF_file_icon.svg'); */
  /* display: inline-block; */
  /* height: 5px; */
  /* width: 2px; */
  /* object-fit: contain; */
  /* transform: scale(1); */
  position:relative;
  /* position: initial; */
  bottom: -9px;
  margin-right: 8px;
  text-decoration:none !important;
}
/*
.article-details .article-full-image {
  max-height:10cm;
  overflow:hidden;
}*/

/*Template Korrekturen*/
.article-list .article {
  margin-bottom: initial;
  padding: initial;
  border: initial;
  border-radius: initial;
}

/* .article-details .article-header h1, .article-details .article-header h2, .article-body .article-header h2 a,
.articleBody .article-header h1, .articleBody .article-header h2, .articleBody .article-header h2 a, .article-list .article .article-header h2 a {
  font-weight: 700;
  font-style: italic;
  color: #4b97da;
  color:var(--main-color);
} */
:is(.article-details, .articleBody, .article-body) .article-header :is(h1,h2,h2 a), .article-list .article .article-header h2 a {
  font-weight: 700;
  /* font-style: italic; */
  transform: var(--headline-skew);
  color: #4b97da;
  color:var(--main-color);
  font-size: calc(1.375rem + 1.5vw);
  font-size: clamp(1.15rem, 6.0691vw, 1.825rem);
  hyphens: manual;
}

a {}
.article-details h3, .articleBody h3, .accordion-item:first-of-type .accordion-button {
  color: #4b97da;
  color:var(--main-color);
  font-size: clamp(1.4rem, 1rem + 0.35vw, 1.4rem);
  font-size: clamp(1.5rem, 6vw, 1.55rem);
  /* font-style: italic; */
  transform: skewX(353deg);
  font-weight: 500;
  margin-top: 12mm;
  border-bottom:solid;
  margin-bottom: clamp(0.5rem, 0.5rem + 3vw, 1.6rem);
} 
.article-list .article .article-header :is(h1,h2) {
  /* font-size: 24px; */
  hyphens:none;
  margin-bottom: clamp(0.5rem, 0.5rem + 0.9vw, 1rem);
}
.balewa-main .article>.articleBody>.article-header h2 {
  font-size: 55px;
  font-size: clamp(1.875rem, 1.2269rem + 1.5691vw, 2.625rem);
  /* transform: skewX(2.8deg); */
  background: linear-gradient(171deg,#589edd, #6b3716 53%, #ed1c24 63%, #589edc21 76%, #589edd);
  background: linear-gradient(148deg, rgb(75 151 218) 0%, rgba(77,59,48,1) 24%, rgba(112,81,62,1) 40%, rgba(237,28,36,1) 52%, rgba(237,28,36,1) 62%, rgba(75,151,218,0.15191086200105042) 76%, rgba(75,151,218,1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-size: 401cm;
  background-position-x: 99%;
  /* animation: gradient-intro; */
  animation-timing-function: cubic-bezier(0.56, 0.01, 0.37, 0.97);
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  margin-bottom: clamp(0.5rem, 0.5rem + 2vw, 1.1rem);
  margin-bottom: 2.1vh;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #1f82d9;
}
.article-list .article .readmore a, div.com-content-category-blog.blog div.article-introtext div.readmore > a {
  background-color: #4b97da0a;
  display: block;
  padding: 12px;
  margin: -19px;
  margin-top: -3px;
  border-radius: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom: solid #4b97da9c;
  padding-left: 15px;
  color: #4b97da75;
  font-weight: 600;
}
.article-list .article .readmore a:hover, div.com-content-category-blog.blog div.article-introtext div.readmore > a:hover {
  color:var(--main-color);
  background-color: #4b97da47;
}

/* Header */
#sp-header {
    box-shadow: 1px 2px 3px 0px #7aabb557;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#sp-main-body{
  padding: 45px 0;
  padding: 3.7vh 0;
  padding: calc(2.5vh + 1.7vw) 0;
  grid-area: content;
}
.article-details ul, .articleBody ul {
  column-count: auto;
  column-width: 19.1rem;
  /*display: flex;
  flex-wrap: wrap;
  flex-direction: row;
   display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 12px 31px; */
  /* max-height: fit-content; */
}
.article-details ul li, .articleBody ul li {
	margin-bottom: 17px;
	padding-left: 12px;
	margin-right: 5%;
	/* max-width: 77mm; */
	background: linear-gradient(136deg, #cbefff2b, transparent);
	border-radius: 7px;
	padding-top: 6px;
	break-inside: avoid-column;
	transition-timing-function: ease-out;
	transition-duration: 383ms;
}
/* .article-details ul li:hover, .articleBody ul li:hover {
  transform: translateX(5px);
  transition-duration: 317ms;
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
} */


/* ul.flexlist, .article-details ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(262px, 1fr) );
  grid-gap: 22px 46px;
  align-items: center;
  justify-items: start;
  grid: column;
}
ul.flexlist li, .article-details ul li{
  margin-right: 5%;
  max-width: 72mm;
  background: linear-gradient(136deg, #cbefff2b, transparent);
  border-radius: 7px;
  padding-top: 6px;
  list-style-image: url(/images/Favicon.svg);
}
ul.flexlist li, .article-details ul li{
  margin: initial;
  padding: initial;
  max-width: initial;
  background: linear-gradient(136deg, #cbefff2b, transparent);
  border-radius: 7px;
  height: fit-content;
} */
.article-details .blog, .articleBody .blog {
  /* margin-top:9mm; */
}

#sp-footer {
  background-color:#58caff4a;
  grid-area: footer;
}
.article-details, .articleBody {
  /* hyphens: auto; */
  /*max-width:20cm;*/
}

.accordion-item {
    border: initial;
}
.article-details p, .articleBody p {
  max-width:800px;
}
.article-details p.columns, .articleBody p.columns {
  max-width:none;
  width:auto;
  column-count: auto;
  column-width: 9cm;
  column-gap: 9mm;
}
.article-details li, .articleBody li {
  list-style-image: url("/images/LogoBulletS.png");
  list-style-image: url(/images/Favicon.svg);
}

.article-details li::marker, .articleBody li::marker {
    transform: scale(1.5);
    width: 20px;
}
.offcanvas-menu .offcanvas-inner ul.menu>li{
  margin-bottom:6px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a {
    padding-left: 11px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 3px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>span {margin-right: 14px;}


/*Beitragsliste*/
.category-list {
  display:flex;
  flex-direction: column;
  max-width: 12cm;
}
.category-list a {
  display:flex;
  background-color:#e3f6ff;
  margin-bottom:8px;
  padding: 17px 20px;
  transition: all 800ms ease-in;
}
.category-list a:hover {
  background-color: #aee5ff;
  transition: all 500ms ease-out;
}


table.category thead>tr, table.category tbody>tr
{
  background-color:#e3f6ff;
  margin-bottom:8px;
  /* transition: all 800ms ease-in; */
}
table.category thead>tr th, table.category thead>tr td, table.category tbody>tr th, table.category tbody>tr td, table.category tbody>a {
  padding: 17px 20px;
  border-style: none;
}
:is(table.category thead>tr) :is(th, td){
  padding: 17px 20px;
  border-style: none;
}
table.category tbody>a {
  display:table-row;
}
table.category>tbody {
  display:flex;
  flex-direction: column;
}
table.category tbody>tr:hover {
  background-color: #aee5ff;
  transition: all 500ms ease-out;
}

/* blog Artikel Übersicht */
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h2 a:active, .article-list .article .article-header h2 a:focus
{
 color:unset;
 filter: brightness(1.2);
 transition-property: filter;
 transition-duration: 150ms;
}
.article-intro-image.float-left {
  margin-bottom: 13px;
}
.com-content-category-blog__items.blog-items {
  /* hyphens: auto; */
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}
/* .com-content-category-blog__items.blog-items {
  hyphens: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(262px, 1fr) );
  grid-gap:9px;
  flex-wrap: wrap;
} */
.com-content-category-blog__item.blog-item h2 {
  /* font-size: clamp(1.1rem, 0.3rem + 0.8vw, 1.6rem)!important; */
  font-weight: 500;
  hyphens:none;
  margin-bottom: 1rem;
}

.com-content-category-blog__item.blog-item h2>a, .article-list .article .article-header h2 a, .com-content-category-blog__item.blog-item>.article-body>.article-header>h2 {
    font-size: clamp(1.1rem, 0.3269rem + 1.9691vw, 1.35rem);
}
.com-content-category-blog__item.blog-item {
  max-width: 104mm;
  max-height: 17cm;
  overflow: hidden;
  text-overflow:ellipsis;
  margin-right: 32px;
  margin-bottom: 29px;
}

.com-content-category-blog__item.blog-item::before {
    /* content: url(/images/Favicon.svg); */
    display: block;
    position: absolute;
    transform: scale(2.7) translate(-6px, -8px);
    /* margin-right: 15px; */
}
.com-content-category-blog__item.blog-item {
  max-width: 104mm;
  max-height: 17cm;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 21px;
  margin-bottom: 14px;
  background-color: hwb(207 95.1% 0% / 1);
  border-radius: 6px;
  padding: 19px;
}
.com-content-category-blog__item.blog-item, .article-body, .article-introtext {
  display:flex;
  flex-direction:column;
  flex-grow:1;
  justify-content: space-between;
}
@media screen and (max-width:912px){
  /* #sp-header {
    height: 80px;
  } */
  #sp-header .logo {
    transform: initial;
    display: inline-flex;
    margin: 0;
    align-items: center;
    margin-right: 56px;
    margin-right: clamp(0px, 3vh, 20px);
    /* max-width: 24vw; */
    /* height: 6.7vh; */
    justify-content: center;
  }
  #sp-header .logo-image {
    /* height:53px!important; */
    /* min-height: 64px; */
    margin-left: clamp(20px, 3.1vw, 30px);
  }
  div#sp-menu {
    display: flex;
    flex-direction: column;
    padding-bottom: initial;
    justify-content: center;
    padding-right: 35px;
  }
  .com-content-category-blog__items.blog-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right:-17px;
  }
  .com-content-category-blog__item.blog-item {
    max-height: none;
    margin-right: 17px;
    margin-bottom: 29px;
    align-content: space-between;
  }
  .container {
    /* max-width:initial; */
  }
}
.container {
    padding: 0px clamp(13px,  4.3vw, 36px);
    max-width: clamp(420px, 420px + 57vw, 1320px);
}

#sp-header>.container {
    margin: initial;
    padding: initial;
    max-width: initial;
    max-width: clamp(420px, 420px + 54vw, 1440px);
}

#sp-header>.container>.container-inner>.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
  .article-details, .articleBody {
    padding-left: unset;
    padding-right: unset;
  }

table.data-table {
    /* max-width: 17cm; */
}

table.data-table>tbody>tr>th {color: var(--main-color);width: fit-content;padding-right: 3.6rem;padding-left: 0.7em;padding-right: clamp(1rem, 5.7vw, 3.6rem);flex-basis: 100%;}

table.data-table>tbody>tr>td {
    /* padding: 7px 26px; */
    width: 9.2rem;
    width: clamp(6.7rem, 1rem + 11.9vh, 9.2rem);
}
table.data-table>tbody>tr {
    height: 2.2rem;
}
table.data-table>tbody>tr:nth-child(odd) {
    background-color: aliceblue;
}
@media screen and (max-width:420px){
  table.data-table>tbody>tr {
    height: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 0.2rem;
}
  table.data-table>tbody>tr>th{
    padding:unset;
  }
}


  .article-full-image.float-left {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
 }
 .offcanvas-menu .offcanvas-inner ul.menu>li>a {
  padding: 21px 0px;
  padding-left: 11px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width:420px){
  #sp-header {
    background:var(--main-gradient);
  }
  #sp-header .logo-image {
    /* height: 63px!important; */
  }
  div#sp-menu {
    display: flex;
    flex-direction: column;
    padding-bottom: initial;
    justify-content: center;
    padding-right: 23px;
    width: initial;
  }
  #sp-header .row {
    flex-wrap: nowrap;
  }
  .article-details, .articleBody {
    hyphens: auto;
  }
  .com-content-category-blog__items.blog-items {
    display: flex;
    flex-wrap: wrap;
    margin-right:initial;
  }
  .com-content-category-blog__item.blog-item {
    max-width: none;
    max-height: none;
    margin-right: initial;
    margin-bottom: 51px;
    align-content: space-between;
    padding:initial;
    background:initial;
  }
  .article-list .article .blog-item .article-header h2, .com-content-category-blog__item.blog-item>.article-body>.article-header>h2 {
    border-bottom:solid 2px;
    /* border-radius: 6px; */
    /* border-bottom-left-radius: 6px; */
    /* padding-left: 6px; */
    /* padding-bottom: 3px; */
  }
  .article-details, .articleBody {
    padding:initial;
  }
  .container-fluid.blog-featured {
    padding: initial;
  }
  .article-list .article .readmore a, div.com-content-category-blog.blog div.article-introtext div.readmore > a {
    color: #4b97da;
    /* border: solid 2px; */
    border-bottom: solid;
    /* border-left: solid 1px; */
    margin: 0;
    border-radius: 6px;
    background-color: #4b97da08;
    background: linear-gradient(0deg, #4b97da0a, transparent);
  }
  /*.accordion-header {
    content:"Referenzen";
  }
  .accordion-button {display:none};
  .collapse {
    display:initial;
  }
  .collapse:not(.show){
    display:initial;
  }*/
}

/*Artikel Accordion */
.accordion {
  margin-top:2cm;
  margin-top: 4.3vh;
}
.accordion-item:first-of-type .accordion-button {
  /* font-size: 24px; */
  color: #4990cd;
  margin: initial;
  transform: initial;
}
.accordion-item:first-of-type .accordion-button:hover {
  background-color: #bbdfff;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  background-color: #c4e0f836;
  height: 1cm;
  margin: initial;
}
.com-content-article .article-details .references-table tbody tr:nth-child(even){
  background-color: aliceblue;
}
.com-content-article .article-details .references-table tbody tr:nth-child(odd){
  background-color: rgb(249, 240, 255);
  background-color: hwb(276 97.4% 0% / 1);
}

/* Referenzen-Tabelle */
.com-content-article .article-details .references-table td{
  /* padding-right: 26px; */
}
.references-table tbody {
  display:flex;
  flex-direction:column;
}
.references-table tbody {
  display:grid;
  grid-template-columns: repeat(auto-fill, minmax(262px, 1fr) );
  grid-gap:9px;
}
.references-table tbody tr {
  display:flex;
  flex-direction:column;
  padding: 7px;
  border-radius:6px;
}
.com-content-article .article-details .references-table tbody tr:hover {
  /* transform: translateX(3px); */
  background-color: #f0f8ff66;
  transition-duration: 300ms;
}
.references-table {
  display:flex;
  flex-direction:column;
}
table.references-table thead {
  display:none;
}
.references-table tbody tr td:first-child {
  color: #4b97da;
  font-size: 12px;
}
.references-table tbody tr td:nth-child(2) {
  color: #4b97da;
  font-weight: 600;
  margin-bottom: 8px;
}

@media screen and (max-width:420px){
  .accordion .accordion-body {
    padding:initial;
  }
  .references-table tbody tr {
    display:flex;
    flex-direction:column;
    padding: 15px 6px;
  }

}
.com-content-category-blog__items.blog-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr) );
  justify-items: center;
  /* grid-template-rows: min-content; */
  grid-gap: 50px 20px;
  grid-gap: clamp(11px, 6vh, 48px) 20px;
  margin: initial;
  height: initial;
}
.com-content-category-blog__item.blog-item {
    max-width: none;
    max-height: none;
    overflow: initial;
    text-overflow: ellipsis;
    margin-right: initial;
    margin-bottom: initial;
    border-radius: 6px;
    transition-duration:1s;
    transition-property: background-color;
}
@media (pointer:fine){
  .com-content-category-blog__item.blog-item:hover {
    background-color: hwb(207 96.6% 0% / 1);
    transition-duration: 240ms;
    transition-property: background-color;
  } 
}

@media screen and (max-width: 420px) {
  .com-content-category-blog__items.blog-items {
    grid-template-columns:auto;
  }
}
@media (pointer: coarse) {
  .com-content-category-blog__item.blog-item:hover {
    transition-duration: initial;
    transition-property: initial;
  }
  .article-list .article .readmore a, div.com-content-category-blog.blog div.article-introtext div.readmore > a{
    color:var(--main-color);
  }
  .sp-megamenu-parent>li>a, .sp-megamenu-parent>li.active>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent>li:last-child>a {
    /* border:solid 2px; */
    border-radius:3px;
    border-color: #4b97da03;
    background-color: #4b97da1f;
    background-color: #ffffff26;
    padding: 10px;
    padding-left: 30px;
    padding-bottom: 6px;
    padding-right: 24px;
    margin-left:8px;
    margin-bottom: 4px;
    color: var(--main-color);
    color: black;
    padding-left: clamp(10px, 1.3vw, 28px);
    padding-right: 1.6vw;
    font-size: calc(0.8rem + 0.3vw);
  }
  #sp-header.header-sticky {
    /* height: initial; */
  }
  body.ltr .sp-megamenu-parent>li.sp-has-child>a:after {
    display:none;
  }
}
/* .article-details .article-header h1 {
  color:transparent;
	background: linear-gradient(-45deg, #8c5605, #ff0000, #4bcfff80, #4f9adb);
	background-size: 400% 400%;
	animation: gradient 3s cubic-bezier(0.46, 0.03, 0, 0.99) 1;
  -webkit-background-clip:text;
} */

@keyframes ease-from-left {
  0% {
    transform:translateX(-10xp);
  }
  100% {
    transform:initial;
  }
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient-intro {
  0% {
    background-position-x: -10%;
  }
  100%{
    background-position-x:100%;
  }
  
}
