@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
  clear: both;
}

.news .nav ul {
  float: left;
  display: inline;
  margin: 0;
}

.news .nav li {
  float: left;
}

.news .nav a {
  float: left;
  display: block;
}

.news .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.news .article {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.news .article.layout-instaStories {
  margin: 1em;
}

.news .article.default-layout {
  margin-bottom: 1.5em;
}

.news .article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.news .article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* .news .article .news-img-wrap {
  float: left;
  margin: 3px 12px 5px 0;
  background: #fff;
} */

.news .article .news-img-wrap a {
  /* display: block;
  padding: 4px;
  border: 1px solid #ddd;
  background: #fff; */
}

.news .article .news-img-wrap img {
  height: auto;
  width: auto;
}

.news .layout-slider .news-img-wrap a,
.news .layout-slider .news-img-wrap img {
  float: none;
}

.news .layout-slider .news-img-wrap a {
  display: block;
  padding: 0px;
  border: 0px solid #ddd;
  background: none;
}

.news .article .teaser-text {
  margin: 0 0 10px 0;
}

.news .layout-slider.article .teaser-text a.more,
.news .layout-startseite.article .teaser-text a.more,
.news .layout-veranstaltung.article .teaser-text a.more,
.news .layout-stellenanzeigen.article .teaser-text a.more {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 30px;
  color: #5db3e1 !important;
  background-color: transparent;
  float: none;
  border: none;
}

.news .layout-slider.article .teaser-text a i:before,
.news .layout-startseite.article .teaser-text a i:before {
  font-weight: 900 !important;
}

.news .layout-slider.article .teaser-text,
.news .layout-startseite.article .teaser-text,
.news .layout-veranstaltung.article .teaser-text,
.news .layout-stellenanzeigen.article .teaser-text {
  width: 100%;
  bottom: 0;
  margin: 0;
  padding: 14px 20px;
  background-color: transparent;
  border-radius: 0 0 1rem 1rem !important;
  font-weight: bold;
  font-size: 1em;
}

.news .layout-slider.article .teaser-text.caption-gray,
.news .layout-startseite.article .teaser-text.caption-gray,
.news .layout-veranstaltung.article .teaser-text.caption-gray,
.news .layout-stellenanzeigen.article .teaser-text.caption-gray {
  background-color: #f2f2f2;
  color: #333333;
}

.news .layout-slider.article .teaser-text p,
.news .layout-startseite.article .teaser-text p,
.news .layout-veranstaltung.article .teaser-text p,
.news .layout-stellenanzeigen.article .teaser-text p {
  margin-bottom: 0;
}

.news-bottom {
  margin-top: 8px;
}

.news .article h3 {
  margin-bottom: 0;
}

.news .footer {
  clear: both;
  color: #888;
  text-align: left;
}

.news .footer p {
  line-height: 1em;
}

.news .footer span {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #ddd;
}

.news .footer span:last-child {
  border-right: 0;
}

.news .footer .news-category a {
  text-transform: uppercase;
}

.news .no-news-found {
  color: #000;
  font-style: italic;
}

.news .page-navigation p {
  float: left;
}

.news .page-navigation ul {
  float: right;
}

.news .page-navigation ul li {
  float: left;
  display: block;
  padding: 0 2px;
  background: none;
}

.news .page-navigation ul li a {
  display: block;
}

/* category menu view */
.news-category-view ul li {
  padding: 5px 8px;
}

.news-category-view ul li li {
  padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
}

/* single view */
.news-single h3 {
  color: var(--bs-primary);
}

.news-single .footer {
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 10px 0 0 0;
  border-bottom: 0;
  text-align: right;
}

.news-single .article .news-img-wrap {
  float: right;
  margin: 0 0 0 25px;
}

.news-single .article .news-img-wrap img {
  float: none;
  margin-bottom: 10px;
}

.news .article .news-img-wrap.caption-gray-wrapper img.rounded-3 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.news-single .teaser-text {
  font-size: 15px;
  color: #888;
}

.news-text-wrap {
  margin-bottom: 10px;
  text-align: justify;
}

.news-img-caption {
  color: #888;
}

/* related news + files */
.news-related-wrap {
  display: table;
  margin-top: 20px;
  width: 100%;
}

.news-related {
  width: 50%;
  padding: 15px;
  border: 1px solid #eee;
  display: table-cell;
}

.news-related ul li {
  line-height: 1em;
  margin-bottom: 12px;
}

.news-related ul li span {
  border-right: 1px solid #dddddd;
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  color: #888;
}

.news-related ul li span:last-child {
  border-right: 0;
  padding-right: 0;
}

.news-related h4 {
  margin-bottom: 10px;
}

.news-related-files ul li {
  margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
  background-position: 0 0;
}

.news-clear {
  clear: both;
}

.news .article .news-img-wrap .no-media-element a {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}

/*Categrories*/
.news-categories li {
  padding: 22px 40px 90px 22px !important;
  border-radius: 40px !important;
}

.news-categories li,
.news-categories a {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 1.25em;
}

.categorie_icon {
  margin-right: 20px;
}

/*TABS 4 + 6*/
.news .layout-10 .gradient h2,
.news .layout-20 .gradient h2 {
  margin: 0;
  text-transform: uppercase;
}

.news .layout-10 .gradient,
.news .layout-20 .gradient {
  position: relative;
  z-index: 2;
  padding: 2.2em 2em;
  margin: -80px 0 0px 0;
  border: 1px solid #ccc;
}

.news .layout-10 .gradient .col_right,
.news .layout-10 .gradient .col_right a,
.news .layout-20 .gradient .col_right,
.news .layout-20 .gradient .col_right a {
  color: var(--bs-primary-100) !important;
  text-transform: uppercase;
  font-size: 1.05em;
}

.news.news-single .header {
  position: relative;
  margin-bottom: 1em;
  padding-left: 24px;
}

.news.news-single .header h3 {
  color: var(--bs-primary);
}

.news.news-single .footer p {
  margin-bottom: 0;
}

.news.news-single .header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: calc(100% - 1.6em);
  background-color: #888;
}

.layout-slider,
.layout-startseite,
.layout-veranstaltung {
  display: flex;
  justify-content: center;
}

.tab-v3 .news .article .news-img-wrap {
  background: transparent;
}

.tab-v3 .news .layout-slider.article .teaser-text.caption-gray,
.tab-v3 .news .layout-startseite.article .teaser-text.caption-gray,
.tab-v3 .news .layout-veranstaltung.article .teaser-text.caption-gray {
  background-color: #fff;
  color: #333333;
}

.news-backlink-wrap .btn.btn-primary {
  background-color: var(--bs-primary) !important;
}

.news-backlink-wrap .btn.btn-primary:hover {
  background-color: var(--bs-primary-100) !important;
}

.insta-story-pic-outer {
  position: relative;
  display: block;
  margin: 0 auto;
}

.insta-story-pic-outer:after {
  content: '';
  position: absolute;
  width: 108%;
  height: 108%;
  border-radius: 50%;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-duration: 9s;
  animation-name: rotateMe;
  background-image: linear-gradient(45deg, var(--bs-primary) 50%,  var(--bs-primary-100) 100%);
  top: -4%;
  left: -4%;
  z-index: 0;
  transform: rotate(0deg);
}

.insta-story-pic-outer:hover::after {
  animation-duration: 1s;
}

@keyframes rotateMe {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.insta-story-pic {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 1;
}

.layout-instaStories #news-list-author {
  padding: 1em 0;
  color: var(--bs-base-200);
  text-align: center;
}

.insta_media_container {
  position: relative;
  height: 0;
  width: 0;
  overflow: hidden;
}

/* Veranstaltung Page */
.veranstaltung_container .news-list-date {
  font-size: 1.2em;
  background-color: var(--bs-primary);
  padding: 20px 20px;
  border-radius: 20px 20px 0 0;
  z-index: -1;
  color: #fff;
  margin-left: 0em;
  position: relative;
}

.veranstaltung_container .header {
  background-color: var(--bs-lighter) !important;
  border: 1px solid var(--bs-primary);
}

.veranstaltung_container .header h3 {
  text-transform: uppercase;
  color: var(--bs-primary) !important;
  margin-top: 5px;
}

.veranstaltung_container .gradient {
  padding: 10px 80px !important;
}

/* Multiple Images on the page of Veranstaltung */
.veranstaltung_container .news-text-wrap p{
  background-color: var(--bs-lighter);
  padding: 10px;
  border-radius: 15px;
}

.veranstaltung_container .multiple_images .outer {
  display: flex;
  margin: 30px 0;
}

.veranstaltung_container .multiple_images .outer img {
  width: 30vw;
  height: auto;
}

.veranstaltung_container .multiple_images a {
  border: none !important;
  float: none !important;
}

.veranstaltung_container .multiple_images p {
  margin-left: 25px;
  text-align: justify;
  background-color: var(--bs-lighter);
  padding: 10px;
  border-radius: 15px;
}
.veranstaltung_container .multiple_images .outer:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}
.veranstaltung_container .multiple_images .outer:nth-child(even) .news-img-caption {
  margin-right: 25px;
  margin-left: 0;
}

/* Single Images on the page of Veranstaltung */
.veranstaltung_container .single_image .news-img-wrap {
  margin: 0;
  float: none !important;
}

.veranstaltung_container .single_image .outer {
  display: flex;
}

.veranstaltung_container .single_image a {
  border: none !important;
  float: none !important;
}

.veranstaltung_container .single_image .outer img {
  width: 30vw;
  height: auto;
}

.veranstaltung_container .single_image .outer p {
  margin-left: 25px;
}

/*stellenanzeigen*/
.stellenanzeigen_container .news-list-author {
  color: #fff;
}
.layout-stellenanzeigen .jobnumber p {
  margin: 0;
  line-height: 1;
}
.layout-stellenanzeigen .jobnumber {
  background-color: var(--bs-primary);
  color: #fff;
  border-radius: 8px 8px 0 0;
  text-align: right;
  line-height: 1;
}

.sknumber {
  color: #fff;
}

.article.default-layout:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
}

.default-layout .header {
  position: relative;
  margin-bottom: 0em;
  padding-left: 24px;
}

.news .article.default-layout .header h1,
.news .article.default-layout .header h2 {
  font-size: 1.25em;
  line-height: 1.25;
}

.news .article.default-layout.startpage .header h3 {
  font-size: 1em;
  line-height: 1.25;
}

.news .article.default-layout .header a {
  color: var(--bs-base) !important;
}

.news .article.default-layout .more {
  float: right;
}

.default-layout .header * {
  margin-bottom: 0;
}

.default-layout .header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0em;
  width: 6px;
  height: calc(100% - 0.25em);
  background-color: #888;
}

.default-layout.startpage .header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 6px;
  height: calc(100% - 0.45em);
  background-color: #888;
}

.default-layout .header a {
  color: var(--bs-primary) !important;
  text-decoration: none;
}

.news .article.default-layout .news-img-wrap {
  min-width: 140px;
}

.news .article.default-layout .news-img-wrap a{
  border: none;
  padding: 0;
}

.news .article.default-layout .footer {
  text-align: left;
}

.news .article.default-layout .teaser-text {
  margin-top: var(--bs-gutter-y);
}

.news .article.default-layout .news-img-wrap img {
  width: 100%;
}

.news .slick-slide {
  padding: 0 0.5em;
}

.default-layout .description {
  margin-top: 0.5rem;
}
