  /**
  *This is the Styling for the WueDive Blogpost-DB Listview #FCCB06
  */
  body:not(.editing) .only_admin{
    display: none !important;
    height: 1em;
  }
  .wuedive-link-list a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .wuedive.list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.25);
    height: 100%;
    max-height: 279px;
    background-color: #ffffff;
    color: #000000;
    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;
    text-transform: uppercase;
    margin-bottom: 10px;
    min-width: 100%;
    float: left;
    padding-left: 10px;
    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: white;
    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: #de5d4c;*/
    border-radius: 10px;
  }

  .wuedive .sidebar {
    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;
  }

  .wuedive .sidebar-navigation-container{
    height: 100%;
    padding-bottom: 10px;
  }

  .wuedive .sidebar_nav-item.anzeigen{
    display: block;
  }
  .wuedive .sidebar_nav-item.ausblenden{
    display: none;
  }
  .wuedive .sidebar_nav-link.active {
    background-color: #004a8f;
    color: #fff;
  }

  .wuedive .sidebar_nav-link {
    padding: 1.5rem 1rem;
    padding-left: 2rem;
    display: block;
    text-align: left;
    width: 100%;
    color: #000000;
    padding: 1rem 1rem;
    padding-left: 1.5rem;
    text-transform: uppercase;
  }

  .wuedive .sidebar_nav-link-item {
    display: block;
    float: right;
    margin-top: -4px;
  }


  .wuedive .container-header{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .wuedive .header_nav-link:active, 
  .wuedive .header_nav-link:hover, 
  .wuedive .header_nav-link:focus, 
  .wuedive .header_nav-link:link {
    color: #000000;
  }
  .wuedive .header_nav-link {
    display: block;
    text-align: center;
    width: 100%;
    padding: 1rem 1rem;
    padding-left: 1.5rem;
    text-transform: uppercase;
  }  
  
  .wuedive .author_info_header {
    margin: 0 3rem 0 2rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }


  .wuedive .container-footer {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .wuedive .footer_nav-link:active, 
  .wuedive .footer_nav-link:hover, 
  .wuedive .footer_nav-link:focus, 
  .wuedive .footer_nav-link:link {
    color: #000000;
  }
  .wuedive .footer_nav-link {
    display: block;
    text-align: center;
    width: 100%;
    padding: 1rem 1rem;
    padding-left: 1.5rem;
    text-transform: uppercase;
  }  
  
  .wuedive .biblio_info_footer {
    margin: 0 3rem 0 2rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*
  * Content
  */

  .wuedive .section-info {
    margin: 3px -1em 0 -2rem;
    background-color: #ffffff;
    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 {
    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 {
    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-image: url("https://wuecampus.uni-wuerzburg.de/moodle/pluginfile.php/4290407/mod_folder/content/0/placeholder.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    }

  .wuedive .dive-alert {
    color: #ff0000;
    width: 40%;
    margin: -1rem auto 1rem 20rem;
    font-size: large;
    text-align: center;
    border: 2px solid #ff0000;
    border-radius: 15px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.25);
  }

  .wuedive.card.card-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.25);
    height: 100%;
    max-height: 6rem;
    width: 80%;
    background-color: #ffffff;
    color: #00074b;
    overflow: hidden;
    margin: 10px auto;
  }

  .wuedive.card.card-content .header,
  .wuedive.card.card-content .footer{
    font-size: 16px;
    font-weight: 600;
    color: #00074b;
    min-width: 100%;
    float: left;
    padding-left: 10px;
    min-height: 11px;
    max-height: 11px;
    overflow: hidden;
  }
  .wuedive.card.card-content a{
    height: 100%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100%;
  }

  .wuedive .bt-2{
    border-top: 2px solid #ffffff;
  }
  .wuedive .bb-2{
    border-bottom: 2px solid #ffffff;
  }

  .wuedive .tab-heading{
    display: block;
    text-align: center;
    margin-left: -15px;
    margin-right: -33px;
    padding: 10px 0;
    text-transform: uppercase;
  }



  /*
  * Mobile Content
  */

  .wuedive #mobile-container{
    margin-left: -15px;
    margin-right: -15px;
  }
  .wuedive .mobile-content{
    display: none;
  }
  .wuedive .mobile-content.anzeigen{
    display: block;
  }
  .wuedive .mobile-content.ausblenden{
    display: none;
  }
  .wuedive .mobile-content .textbox{
    margin: 0 3rem 0 2rem;
    padding: 10px 0;
  }
  .wuedive .subtextbox{
    padding: 10px 0;
  }
  .wuedive .mobile-content .textbox .mobile-heading{
    display: block;
    text-align: center;
    margin-left: -35px;
    margin-right: -50px;
    padding: 10px 0;
    text-transform: uppercase;
  }
  .wuedive .mt--10{
    margin-top: -10px;
  }
  .wuedive .mt--15{
    margin-top: -16px;
  }

  .wuedive .mobile_nav-link {
    display: block;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
  }
  

  /***
  * Arrows in Add-Template
  ***/
  details>summary {
 
    list-style: none;
  }
  summary::-webkit-details-marker {
    display: none
  }
  summary::after {
    font: normal normal normal 14px / 1 FontAwesome;
    font-weight: 900; 
    content: " \f078"; 
    color:  #000000;
  }
  details[open] summary:after {
    font: normal normal normal 14px / 1 FontAwesome;
    font-weight: 900; 
    content: " \f077"; 
    color:  #000000;
  }
  summary::before {
    font: normal normal normal 14px / 1 FontAwesome;
    font-weight: 900; 
    content: "\f078   "; 
    color:  #000000;
  }
  details[open] summary:before {
    font: normal normal normal 14px / 1 FontAwesome;
    font-weight: 900; 
    content: "\f077   "; 
    color:  #000000;
  }

  /*
  * COLOR SYSTEM FOR PRINT
  */

  @page {
    size: A4;
    margin: 2em;
}

  @media print{

    html, div#page {
      margin: 0;
      padding: 0 0 0 0;
    }

    body {
      margin: 1em;
      border: initial;
      border-radius: initial;
      width: initial;
      min-height: initial;
      box-shadow: initial;
      background: initial;
      page-break-after: always;
  }
  .wuedive{
    margin-bottom: -1em !important;
  }

    div.tabtree, div#header, div.navbar, 
    div.headermenu, div.paging, div#footer, 
    div.datapreferences, div#sticky-footer,
    div.customimage,  
    section#theme-block-region-content-upper,
    section#theme-block-region-content-lower,
    div.tertiary-navigation, div.activity-navigation,
    div#footnote {
      display: none !important;
    }

    hr:not(div#data-singleview-content *) {
      display: none !important;
    }

    div#data-singleview-content{
      position: absolute;
      top: -2em;
      left: 1em;
    }
      

    .wuedive .mobile_nav-link {
      color: #000;
    }
    .wuedive.list-content.approved {
      border: 3px solid #000000;
    }
    .wuedive.list-content.nonapproved {
      border: 3px solid #a5a5a5;
    }
    .wuedive.nonapproved .list-header {
      color: rgb(0, 0, 0);
      background-color: #a5a5a5;
    }
    .wuedive.nonapproved .list-footer {
      color: rgb(255, 255, 255);
      background-color: #a5a5a5;
    }
    .wuedive.approved .list-header {
      color: rgb(0, 0, 0);
      background-color: #ffffff;
    }
    .wuedive.approved .list-footer {
      color: rgb(255, 255, 255);
      background-color: #ffffff;
    }
    .wuedive .dive-border {
      border: 3px solid #000000;
    }
    .wuedive .sidebar-color {
      background-color: #ffffff;
    }
    .wuedive .sidebar-color .sidebar_nav {
      background-color: #ffffff;
    }
    .wuedive .sidebar {
      color: #000000;
    }
    .wuedive .sidebar_nav-item {
      border-top: 1px solid #000000;
    }
    .wuedive .sidebar-navigation-container > ul:last-child {
      border-bottom: 2px solid #000000;
    }
    .wuedive .sidebar_nav-link {
      color: #000;
    }
    .wuedive .header_nav-link {
      color: #000000;
    }  
    .wuedive .content-info-header-col {
      border-bottom: 3px solid #ffffff;
    }
    .wuedive .content-info-color .content-info_type {
      color: #000000;
    }
    .wuedive .dive-optional-pic:empty {
      background-color: #ffffff;
    }
    .bg-em{
      background-color: #ffffff;
    }
    .bg-vo{
      background-color: #ffffff;
    }
    .bg-bp{
      background-color: #ffffff;
    }
    .bo-em{
      border: 3px solid #ffffff;
    }
    .bo-vo{
      border: 3px solid #ffffff;
    }
    .bo-bp{
      border: 3px solid #ffffff;
    }
    .bo-b-em{
      border-bottom: 3px solid #ffffff;
    }
    .wuedive .mobile-content .textbox .mobile-heading{
      border-top: 2px solid #000000;
      border-bottom: 2px solid #000000;
    }
    .wuedive .tab-heading{
      border-top: 2px solid #000000;
      border-bottom: 2px solid #000000;
    }

    /*
    * Bootstrap Grid for Printing
    */
    .col-print-1  {width:  8%; flex: 0 0   8%; max-width:   8%;  float:left;}
    .col-print-2  {width: 16%; flex: 0 0  16%; max-width:  16%;  float:left;}
    .col-print-3  {width: 25%; flex: 0 0  25%; max-width:  25%;  float:left;}
    .col-print-4  {width: 33%; flex: 0 0  33%; max-width:  33%;  float:left;}
    .col-print-5  {width: 42%; flex: 0 0  42%; max-width:  42%;  float:left;}
    .col-print-6  {width: 50%; flex: 0 0  50%; max-width:  50%;  float:left;}
    .col-print-7  {width: 58%; flex: 0 0  58%; max-width:  58%;  float:left;}
    .col-print-8  {width: 66%; flex: 0 0  66%; max-width:  66%;  float:left;}
    .col-print-9  {width: 75%; flex: 0 0  75%; max-width:  75%;  float:left;}
    .col-print-10 {width: 83%; flex: 0 0  83%; max-width:  83%;  float:left;}
    .col-print-11 {width: 92%; flex: 0 0  92%; max-width:  92%;  float:left;}
    .col-print-12 {width:100%; flex: 0 0 100%; max-width: 100%;  float:left;}
  }
  /*
  * COLOR SYSTEM FOR WEBSITE (NON-PRINT)
  */

  @media not print{
    .wuedive .mobile_nav-link {
      color: #000000;
    }
    .wuedive.list-content.approved {
      border: 3px solid #FCCB06;
    }
    .wuedive.list-content.nonapproved {
      border: 3px solid #a5a5a5;
    }
    .wuedive.nonapproved .list-header {
      color: rgb(0, 0, 0);
      background-color: #a5a5a5;
    }
    .wuedive.nonapproved .list-footer {
      color: rgb(0, 0, 0);
      background-color: #a5a5a5;
    }
    .wuedive.approved .list-header {
      color: rgb(0, 0, 0);
      background-color: #FCCB06;
    }
    .wuedive.approved .list-footer {
      color: rgb(0, 0, 0);
      background-color: #FCCB06;
    }
    .wuedive .dive-border {
      border: 3px solid #FCCB06;
    }
    .wuedive .sidebar-color {
      background-color: #FCCB06;
    }
    .wuedive .sidebar-color .sidebar_nav {
      background-color: #FCCB06;
    }
    .wuedive .sidebar {
      color: #000000;
    }
    .wuedive .sidebar_nav-item {
      border-top: 2px solid #000000;
    }
    .wuedive .sidebar-navigation-container > ul:last-child {
      border-bottom: 2px solid #000000;
    }
    .wuedive .sidebar_nav-link {
      color: #000000;
    }
    .wuedive .header_nav-link {
      color: #000000;
    }
    .wuedive .header_nav-button {
      color: #000000;
    }  
    .header_nav-link[data-toggle].collapsed:after {
      font: normal normal normal 14px / 1 FontAwesome;
      font-weight: 900; 
      content: "\f078"; 
      color:  #000000;
      position: absolute;
      right: 10px;
    }
    .header_nav-link[data-toggle]:not(.collapsed):after {
        font: normal normal normal 14px / 1 FontAwesome;
        font-weight: 900; 
        content: "\f077"; 
        color:  #000000;
        position: absolute;
        right: 10px;
    }
    .wuedive .content-info-header-col {
      border-bottom: 3px solid #FCCB06;
    }
    .wuedive .content-info-color .content-info_type {
      color: #FCCB06;
    }
    .wuedive.approved .dive-optional-pic:empty {
      background-color: #FCCB06;
    }
    .wuedive.nonapproved .dive-optional-pic:empty {
      background-color: #a5a5a5;
    }
    .bg-em{
      background-color: #FCCB06;
    }
    .bg-vo{
      background-color: #de5d4c;
    }
    .bg-bp{
      background-color: #008583;
    }
    .bo-em{
      border: 3px solid #FCCB06;
    }
    .bo-vo{
      border: 3px solid #de5d4c;
    }
    .bo-bp{
      border: 3px solid #008583;
    }
    .bo-b-em{
      border-bottom: 3px solid #FCCB06;
    }
    .wuedive .mobile-content .textbox .mobile-heading{
      border-top: 2px solid #FCCB06;
      border-bottom: 2px solid #FCCB06;
      background-color: #fccb0605;
      color: #000000;
    }
    .wuedive .tab-heading{
      border-top: 2px solid #FCCB06;
      border-bottom: 2px solid #FCCB06;
      background-color: #fccb0605;
      color: #000000;
    }
    .mobile_nav-link[data-toggle].collapsed:after {
      font: normal normal normal 14px / 1 FontAwesome;
      font-weight: 900; 
      content: "\f078"; 
      color:  #000000;
      position: absolute;
      right: 10px;
    }
    .mobile_nav-link[data-toggle]:not(.collapsed):after {
        font: normal normal normal 14px / 1 FontAwesome;
        font-weight: 900; 
        content: "\f077"; 
        color:  #000000;
        position: absolute;
        right: 10px;
    }
  }
 