/* Importatn News */
.importatn-news-frontpage-body {
  flex-shrink: 2;
}

.importatn-news-frontpage-view_node {
    text-align: right;
    margin-top: 10px;
}

.importatn-news-frontpage-wrapper {
    border: 1px solid #f9f9f9;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.1);
    padding: 1rem
}

@media only screen and (min-width: 768px) {
    .importatn-news-frontpage-wrapper {
        padding: 1rem;
    }
}

.importatn-news-frontpage-inline {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}

@media only screen and (min-width: 1400px) {
    .importatn-news-frontpage-inline {
        flex-direction: row;
    }

    .importatn-news-frontpage-inline .views-field {
        width: 30%;
    }
}

.importatn-news-frontpage-view_node a:hover {
    border: 1px solid var(--sidebar-font-color) !important;
    background-color: var(--sidebar-font-color);
    color: white;
}

.importatn-news-frontpage-view_node a {
    vertical-align: middle;
    border: 1px solid var(--sidebar-bg-color) !important;
    border: none;
    color: var(--sidebar-bg-color);
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.importatn-news-frontpage-image img {
    width: 100%;
	    object-fit: contain;
}

.importatn-news-frontpage-body {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 1400px) {
    .importatn-news-frontpage-body {
        margin: unset;
        margin-right: 1rem;
    }
}

.importatn-news-frontpage-inline-text {
    align-self: center;
    flex-grow: 1;
}

/* Importatn News */
.eilmeldung-frontpage-body {
    flex-shrink: 2;
  }
  
  .eilmeldung-frontpage-title h2 a {
    color:#c40000;
  }

  .eilmeldung-frontpage-title h2 {
    margin-top: unset;
  }

  .eilmeldung-frontpage-view_node {
      text-align: right;
      margin-top: 10px;
  }
  
  .eilmeldung-frontpage-wrapper {
      border: 1px solid #c40000;
      background-color: white;
      border-radius: 1rem;
      box-shadow: 0px 0px 30px -10px #c40000;
      padding: 1rem
  }
  
  @media only screen and (min-width: 768px) {
      .eilmeldung-frontpage-wrapper {
          padding: 1rem;
      }
  }
  
  .eilmeldung-frontpage-inline {
      display: flex;
      justify-content: space-between;
      flex-direction: column-reverse;
  }
  
  @media only screen and (min-width: 1400px) {
      .eilmeldung-frontpage-inline {
          flex-direction: row;
      }
  
      .eilmeldung-frontpage-inline .views-field {
          width: 30%;
      }
  }
  
  .eilmeldung-frontpage-view_node a:hover {
      border: 1px solid var(--sidebar-font-color) !important;
      background-color: var(--sidebar-font-color);
      color: white;
  }
  
  .eilmeldung-frontpage-view_node a {
      vertical-align: middle;
      border: 1px solid var(--sidebar-bg-color) !important;
      border: none;
      color: var(--sidebar-bg-color);
      padding: 16px 32px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      margin: 4px 2px;
      transition-duration: 0.4s;
      cursor: pointer;
  }
  
  .eilmeldung-frontpage-image img {
      width: 100%;
  }
  
  .eilmeldung-frontpage-body {
      margin-top: 1rem;
      margin-bottom: 1rem;
  }
  
  @media only screen and (min-width: 1400px) {
      .eilmeldung-frontpage-body {
          margin: unset;
          margin-right: 1rem;
      }
  }
  
  .eilmeldung-frontpage-inline-text {
      align-self: center;
      flex-grow: 1;
  }
  