/* Navigation */

.navbar-brand img {
  max-width: 36% !important;
  margin-right: 0px !important;
  margin-left: 250px !important;
}

/*header.container-header .grid-child {
    background: no-repeat !important;
    background-image: url("/images/sitemedia/images/logos/LMT-Uni-integriert-White.png") !important;
    background-position: right center !important;
    background-origin: content-box !important;
    padding-right: 5px !important;
    background-size: contain !important;
  	background-repeat: no-repeat !important;
    background-size: 36% !important;
}*/

header.container-header .grid-child {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.brand-logo {
  float: right !important;
  text-align: right  !important;
  padding-right: 5px !important;
}



/* Publications */
table.dataTable tr.odd {
    background-color: #dce5f5 !important; 
}
.dataTables_filter{
    margin-bottom: 5px;
}

.container-search .mod-custom p img{
  width: 40%;
  float: right;
  padding-top:20px;
  margin-top: -110px;
}

/* Pressebilder */

.image-presse  {
  width: 100px !important; 
  display: flex !important; 
  justify-content: space-between !important; 
}

.image-presse  img {
  display: block !important; 
  width: 100% !important; 
  height: auto !important; 
}


/* Footer */
ul.footer-custom{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height:20px;
  margin: auto;
  float: left !important;
  padding: 0 8px !important;
  display: -webkit-box;
}

ul.footer-custom li {
      margin-right: 20px;
}


/* Featured Articles */

#table_home ul li {
  margin-bottom: 8px !important;
  border: solid 1px #ced4da;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  
}

/* Externe Links */

.container-below-top {
  height: 0 !important;
  position: relative;
  z-index: 10;
}


#mod-custom155 {
  margin-top: 1.2vw !important;
  resize: vertical !important;
  height: 50% !important;
  flex: 1 !important; 
  max-width: 600px !important;
  line-height: 2vw !important;
}

#mod-custom155 a {
    text-decoration: none !important;
}

#mod-custom156 {
  margin-top: 1.2vw !important;
  resize: vertical !important;
  height: 50% !important;
  flex: 1 !important; 
  max-width: 600px !important;
  line-height: 2vw !important;
}

#mod-custom156 a {
    text-decoration: none !important;
}


.img-csm {
    margin-right: 5px !important;
}

.img-fak {
    margin-right: 10px !important;
    margin-bottom: 8px !important;
}

.external-font {
  font-size: 0.8vw;
}

/*
.com-content-article__body table{
  border: 1px solid!important;
  border-collapse: collapse !important;
  width: 100% !important;
}
  
.com-content-article__body td{
  border-bottom: 1px solid #ddd!important;
}
*/

/*Categories List Separator*/
.blog .item-content {
  margin-bottom: 8px !important;
  border: solid 1px #ced4da;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;  
}

/*Table Styles*/

.com-content-article__body table{		/*!important*/
  border: 1px solid #ddd;
  border-collapse: collapse ;
  width: 100% ;
}
  
.com-content-article__body td{
  border-bottom: 1px solid #ddd;
}
/*Table Styles in Projects*/

.com-content-category-blog__items  table{	
  border: 1px solid #ddd;
  border-collapse: collapse ;
  width: 100% ;
}
/*
.com-content-category-blog__items  td{		
  border: 1px solid #ddd;
  border-collapse: collapse ;
  width: 100% ;
}*/

#table_home{
  border: 0px solid; !important;
}

/*Font for Titles*/

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
	font-weight: var(--cassiopeia-font-weight-headings, 350)!important;
}

/*Searchbar Positioning*/

.awesomplete{
  float :right !important;
}