/* special for dakks loko */
div[id*="c6536"] {
	margin-top: -30px;
	margin-left: 50px;
}


/* 08.11.2023 Where does those divs come from? */
.simple-translate-system-theme {
	display:none;
}

/* error in main nav bar */
.navbar-nav.main-nav {
	position: fixed;
}

/* group member list */
th.gmlabel {
    padding: 0;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
}

/* Shortcut on /genomics-proteomics/home */
#c7924 {
	display: flex;
}


/* info box bottom of page, e.g. last update: */
.info {
	text-align:right;
}

/* general table appearance */
table
{
  width:100%;
}

table.contenttable td {
	vertical-align:top;
}

.ce-table th, .ce-table td {
    border-top: 0px;
}



.indent {
        margin-left: 30px;
}

div.headline > a:hover {
	text-decoration: none;
}


/* blocksatz */
p.align-justify {
	text-align: justify;
}
p.align-right {
	text-align: right;
}

/* data pages */
h1.cf_data {
	font-weight: bold;
	text-align: center;
	color: #0047B9;
	font-size: 18px;
}
h2.cf_data {
	text-align: center;
	color: #717171;
	font-size: 22px;
}
h3.cf_data {
    text-align: center;
    font-family: "Open Sans Bold", Sans-serif;
    font-size: 18px;
    margin: 0 0 20px 0;
    color: #717171;
}
h4.cf_data {
    text-align: center;
    font-family: "Open Sans Bold", Sans-serif;
    font-size: 14px;
    margin: 10px 0 10px 0;
    color: #717171;
}
p.cf_data {
	text-align: center;
}
div.cf_data {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}
img.cf_data {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid;
}
span.cf_full_version {
	border: 1px solid;
	padding: 5px;
}
div.cf_data.feedback {
	text-align: center;
}
.cf_modal {
    display: none;
    position: fixed;
    z-index: 4;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.85);
}
.cf_close {
    position: fixed;
    top: 60px;
    right: 35px;
    color: #f1f1f1;
    /*background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.85);*/
    padding: 10px;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.cf_modal_content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
div.cf_modal_content_img {
	width: 60%;
}
div.cf_modal_content_txt {
	width: 40%;
	color:white;
	font-size:150%;
}
a.cf_modal_content_txt, button.cf_modal_content_txt {
	color:white;
}
div.cf_modal_content_code {
	font-size:75%;
}
pre.cf_modal_content_code {
	margin:10px;
	color:white;
}
.cf_img_hover:hover {
  box-shadow: 0 0 5px 5px rgba(0, 140, 186, 0.5);
}
.cf_button {
	cursor:pointer;
}
.cf_close {
	cursor:pointer;
}
/*.cf_button:active {
    padding:1px 1px 1px 0px;
}*/
table.cf_data {
	text-align:left;
}

/* access list */
div.cf_access_list_outer {
	resize: horizontal;
	width: 90%;
	max-width: 100%;
	overflow: auto;
	container-type: inline-size;
	container-name: cf_access_list_table;
}
div.cf_access_list_inner {
	overflow: overlay;
	height: 100vh;
}
table.cf_access_list {
	white-space: nowrap;
}
tr.cf_access_header {
	background-color:#4875c3;
	color: #ffffff;
}
tr.cf_alternation0 {
	background-color:#d9e2f3;
}
td.cf_access_list, th.cf_access_list {
	padding: 0 5px 0 5px;
}
.cf-responsive-card-table {
  border-collapse: collapse;
}

.cf-responsive-card-table.cf-unstriped tbody {
  background-color: transparent;
}

.cf-responsive-card-table th {
}

.cf-responsive-card-table tr,
.cf-responsive-card-table th,
.cf-responsive-card-table td {
  border: 1px solid #0a0a0a;
}

/*@media screen and (max-width: 640px) {*/
@container cf_access_list_table (width < 900px) {
  .cf-responsive-card-table {
    
  }
  .cf-responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .cf-responsive-card-table tr {
    border: 1px solid #0a0a0a;
    display: block;
  }
  .cf-responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }
  .cf-responsive-card-table td {
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: left;
        -ms-flex-align: left;
            align-items: left;
    border-bottom: 1px solid #0a0a0a;
    padding-left: 50%;
    position: relative;
  }
  .cf-responsive-card-table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 45%;
    position: relative;
    z-index: 1;
  }
  .cf-responsive-card-table td:after {
    content: '';
    position: absolute;
    background: #e6e6e6;
    width: 20%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;
  }
}















