/*
  Dieses CSS wurde aus dem alten Template extrahiert.
  Um es zu verwenden, muss die HTML-Struktur in den Views (*.html.php)
  entsprechend angepasst werden (z.B. .navi-main, .news-cell etc.).
*/



.navi-main {
  display: flex;
  color: #f2f2f2;
  margin: 0 auto;
  padding: 1rem;
}

.navi-logo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navi-logo p {
  margin: 0 0 0 0.5rem;
  line-height: 1.1em;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  background: crimson;
  background: linear-gradient(to left, #E91E63 0%, #F44336 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navi-menu {
  width: 100%;
  margin: 0 0 0 2rem;
  padding: 0 0 0 2rem;
  border-left: 1px solid #222;
  align-items: center;
  flex-wrap: nowrap;
}

.navi-left {
  flex: 1 1 100%;
  justify-content: flex-start;
  display: flex;
  flex-wrap: nowrap;
}

.navi-right {
  flex: 1 1 100%;
  justify-content: flex-end;
  display: flex;
  flex-wrap: nowrap;
}

.navi-right i {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid #333;
  font-size: 1.2rem;
  cursor: pointer;
  margin: 0 0 0 1rem;
  padding: 0 0.5em;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

.navi-div {
  width: min-content;
  display: flex;
  flex-wrap: wrap;
  margin: 0 2rem 0 0;
}

.navi-right .navi-div {
  margin: 0;
}

.navi-div-title {
  flex: 1 1 100%;
  text-transform: uppercase;
  font-size: 0.7rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #333;
  line-height: normal
}

.navi-div-title a,
.navi-div-title p {
  color: #666;
  text-decoration: none;
}

.navi-div-cont {
  display: flex;
  flex-wrap: nowrap;
  line-height: normal;
}

.navi-div-cont i {
  background: none;
  padding: 0;
  margin: 0 0.2rem 0 0;
}

.navi-div-cont a {
  white-space: nowrap;
  padding: 0.2em;
}

.navi-div-cont a:not(:last-child) {
  margin: 0 0.875rem 0 0;
}

.community_banner {
  display: none;
}

.header {
  display: none;
}

.content {
  padding: 14px;
}

.content-inner {
  margin: 0 auto;
  padding: 50px 14px 0 14px;
}

.footer-inner {
  padding: 14px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 14px;
}

@media screen and (max-width: 1200px) {

  .navi-left .navi-div:nth-child(n+4) {
    display: none;
  }
}

@media screen and (max-width: 960px) {

  .navi-left .navi-div:nth-child(n+3) {
    display: none;
  }
}

@media screen and (max-width: 720px) {

  .navi-left .navi-div:nth-child(n+2) {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .navi-main {
    padding: 1em;
  }

  .navi-menu {
    margin: 0;
    padding: 0;
    border-left: none;
  }

  .navi-left {
    display: none;
  }

  .header {
    display: block;
  }

  .content {
    margin: 0 !important;
  }
}

/* DARK BACKGROUND #1c1b1c */
/* WHITE BACKGROUND #f9f9f9 */

.dynamic-tiles {
  display: grid;
  grid-template-columns: var(--tw-width);
  grid-gap: 2em;
  margin: 2em 0;
}

.tw-500 {
  --tw-width: repeat(auto-fill, minmax(min(500px, 100%), 1fr))
}

.tw-450 {
  --tw-width: repeat(auto-fill, minmax(min(450px, 100%), 1fr))
}

.tw-400 {
  --tw-width: repeat(auto-fill, minmax(min(400px, 100%), 1fr))
}

.tw-300 {
  --tw-width: repeat(auto-fill, minmax(min(300px, 100%), 1fr))
}

.tw-250 {
  --tw-width: repeat(auto-fill, minmax(min(250px, 100%), 1fr))
}

.tw-200 {
  --tw-width: repeat(auto-fill, minmax(min(200px, 100%), 1fr))
}

.tw-150 {
  --tw-width: repeat(auto-fill, minmax(min(150px, 100%), 1fr))
}

.tw-125 {
  --tw-width: repeat(auto-fill, minmax(min(125px, 100%), 1fr))
}

.tw-100 {
  --tw-width: repeat(auto-fill, minmax(min(100px, 100%), 1fr))
}

.news-cell {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.news-cell>.image {
  height: 10em;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .1) inset;
  background-position: center center;
  background-size: cover;
  text-align: right;
  border-radius: 0.3em;
}

.news-cell>p {
  word-spacing: 0.05em;
  margin: 1em 0;
  font-size: 0.9em;
  color: #ddd;
}

.news-cell>h3 {
  word-spacing: 0.05em;
  margin: 1em 0 0 0;
  font-size: 0.9em;
  color: #f9f9f9;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.45;
}

.news-cell>.extras {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.9em;
  margin: auto 0 0 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #222;
}

.news-cell>.extras>form {
  display: inline;
}

.news-cell>.extras>form>button,
.news-cell>.extras>span {
  padding: 0;
  margin: 0 1em 0 0;
  background: none;
  border: none;
}

.news-cell>.extras>form>button>i {
  font-size: 1.5em;
  background: none;
  margin: 0;
}

.news-cell>.extras>span>i {
  color: #333;
  font-size: 1.5em;
  background: none;
  margin: 0;
}

.news-cell>.extras>span:first-child>i {
  padding: 0;
}

/* Weiterlesen - Button */
.news-cell>.extras>a>span {
  display: unset;
  border: 0;
  margin: 0;
  padding: 6px 12px;
  border: 1px solid #333;
  border-radius: 0.3em;
  font-size: 0.9em;
  color: #f2f2f2;
  text-transform: uppercase;
  background: none;
}

.news-cell>.extras>a {
  margin: 0 0 0 auto;
  text-decoration: none;
}