  /**
  *This is the Styling for the WueDive Blogpost-DB Listview
  */
  .wuedive-link-list a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .wuedive.list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 3px solid #FCCB06;
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.25);
    height: 100%;
    max-height: 279px;
    background-color: #ffffff;
    color: #00074b;
    overflow: hidden;
    position: relative;
  }
  .wuedive.list-content:hover{
    opacity: 0.7;
  }
  .wuedive .image-container {
    display: inline-block;
    width: 33%;
    overflow: hidden;
    height: 250px;
  }
  .wuedive .image-container img{
    object-fit: cover;
    height: 100%;
  }


   .wuedive .content-container {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 66%;
  }
  .wuedive .list-body {
    display: inline-block;
    padding: 0;
    vertical-align: top;
    width: 100%;
  }
  .wuedive .list-header {
    position: absolute;
    top: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #00074b;
    text-transform: uppercase;
    margin-bottom: 10px;
    min-width: 100%;
    float: left;
    padding-left: 10px;
    background-color: #FCCB06;
    min-height: 23px;
    max-height: 23px;
    overflow: hidden;
  }
  .wuedive .list-title {
    margin-top: 24px;
    font-weight: 300;
    font-size: 22px;
    min-height: 23px;
    padding-left: 10px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .wuedive .list-abstract {
    padding-top: 20px;
    min-height: 80px;
    font-style: italic;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .wuedive .list-footer {
    position: absolute;
    bottom: 0px;
    display: flex;
    padding-left: 10px;
    overflow: hidden;
    color: #00074b;
    min-width: 100%;
    background-color: #FCCB06;
    min-height: 23px;
    max-height: 23px;
  }

  /***
  ** This is the Styling for the WueDive Blogpost-DB Singleview
  **/
  
  /*
  * Sidebar
  */
  .wuedive .dive-border {
    /*background-color: #FCCB06;*/
    border: 3px solid #FCCB06;
    border-radius: 10px;
  }
  .wuedive .sidebar-color {
    background-color: #FCCB06;
  }
  .wuedive .sidebar-color .sidebar_nav {
    background-color: #FCCB06;
  }
  .wuedive .sidebar {
    color: #00074b;
    font-weight: 600;
    font-size: 0.9rem;
    position: relative;
    z-index: 1000;
    margin: 0 -1rem;
    height: 100%;
  }
  .wuedive .sidebar-header {
    padding: 1rem 0;
    border-top-left-radius: 6px;
    height: 100%;
    /* border-bottom-left-radius: 6px; */
  }
  .wuedive .sidebar-information_container{
    overflow-y: hidden;
  }
  .wuedive .sidebar_title {
    margin: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
  }
  .wuedive .sidebar_subtitle {
    margin: 0;
      margin-top: -2rem;
      margin-bottom: 0px;
    padding: 0 2rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
  }
  .wuedive .sidebar_information_list {
    list-style: none;
    padding: 0 2rem;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .wuedive .sidebar_information-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    margin-bottom: -1rem;
  }
  .wuedive .sidebar_information-icon {
    margin-right: 10px;
    font-size: 1.75rem;
  }
  .wuedive .sidebar_nav {
  position: relative;
  font-size: .9rem;
  height: auto;
  display: block;
  overflow: auto;
  padding-left: 0;
  list-style: none;
}
.wuedive .sidebar_nav-item {
    display: none;
    border-top: 2px solid #fff;
  }
  .wuedive .sidebar-navigation-container{
    height: 100%;
    padding-bottom: 10px;
  }
  .wuedive .sidebar-navigation-container > ul:last-child {
    border-bottom: 2px solid #fff;
  }
  .wuedive .sidebar_nav-item.anzeigen{
    display: block;
  }
  .wuedive .sidebar_nav-item.ausblenden{
    display: none;
  }
  .wuedive .sidebar_nav-link.active {
    background-color: #004a8f;
    color: #ffffff !important;
  }
  .wuedive .sidebar_nav-link:active, 
  .wuedive .sidebar_nav-link:hover, 
  .wuedive .sidebar_nav-link:focus, 
  .wuedive .sidebar_nav-link:link {
    color: #00074b;
  }
  .wuedive .sidebar_nav-link {
    padding: 1.5rem 1rem;
    padding-left: 2rem;
    display: block;
    text-align: left;
    width: 100%;
    color: #fff;
    padding: 1rem 1rem;
    padding-left: 1.5rem;
    text-transform: uppercase;
  }
  .wuedive .sidebar_nav-link-item {
    display: block;
    float: right;
    margin-top: -4px;
  }

  /*
  * Content
  */

  .wuedive .section-info {
    margin: 3px -1em 0 -2rem;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .wuedive .tab-content {
    padding: 1rem 2rem;
  }
  .wuedive .content-info-textbox {
    padding: 1rem 2rem;
  }
  .wuedive .content-info-header-col {
    border-bottom: 3px solid #FCCB06;
    margin-bottom: -3px;
  }
  .wuedive .content-info-header {
    margin: 0 -3rem 0 -2rem;
    padding-top: 10px;
  }
  .wuedive .section-info img, 
  .wuedive .section-info .embed-responsive {
    margin: 0;
    margin-top: -1.5rem;
    border-top-right-radius: 6px;
  }

  .wuedive .content-info-color .content-info_type {
    color: #A46700;
    font-weight: 900;
    font-size: 13px;
  }
  .wuedive .content-info_type {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  .wuedive .content-info_teaser {
    font-style: italic;
  }

  .wuedive label {
    margin-left: 1rem;
  }

  .wuedive .dive-optional:empty {
    display: none;
  }
  .wuedive .dive-optional-pic:empty {
    background-color: #FCCB06;
    background-image: url("https://wuecampus.uni-wuerzburg.de/moodle/draftfile.php/3146297/user/draft/900339752/placeholder.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    }
  .wuedive .dive-alert {
    color: #ff0000;
    width: 60%;
    margin: -2rem auto 0 auto;
    font-size: large;
    text-align: center;
    border: 2px solid #ff0000;
    border-radius: 15px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.25);
  }