Difference between revisions of "Team:Tuebingen/einweiterer"

(Created page with "<html lang="en" dir="ltr" class="client-nojs" xmlns="http://www.w3.org/1999/html"> <meta charset="UTF-8"/> <head> <meta name="viewport" content="width=device-width, initi...")
 
Line 1: Line 1:
<html lang="en" dir="ltr" class="client-nojs" xmlns="http://www.w3.org/1999/html">
+
<html lang="en" dir="ltr" class="client-nojs">
  
<meta charset="UTF-8"/>
+
<meta charset="UTF-8" content="width=device-width, initial-scale=1.0"/>
<head>
+
    <meta name="viewport" content="width=device-width, initial-scale=1">
+
    <style>
+
        /* Paste this css to your style sheet file or under head tag */
+
        /* This only works with JavaScript,
+
        if it's not present, don't show loader */
+
        .js #loader {
+
            display: block;
+
            position: absolute;
+
            left: 100px;
+
            top: 0;
+
        }
+
 
+
        .se-pre-con {
+
            position: fixed;
+
            left: 0px;
+
            top: 0px;
+
            width: 100%;
+
            height: 100%;
+
            z-index: 9999;
+
            background: #2B2B35;
+
        }
+
 
+
        .se-pre-con img {
+
            width: 40%;
+
            height: 40%;
+
            margin-left: 30%;
+
            margin-top: 15%;
+
        }
+
 
+
        @media screen and (min-width: 1500px ) {
+
            .se-pre-con img {
+
                margin-top: 20%;
+
                width: 25%;
+
                height: 15%;
+
                margin-left: 35%;
+
            }
+
        }
+
 
+
        @media screen and (max-width: 1100px ) {
+
            .se-pre-con img {
+
                margin-top: 20%;
+
                height: 30%;
+
                width: 50%;
+
                margin-left: 25%;
+
            }
+
        }
+
 
+
        @media screen and (max-width: 700px ) {
+
            .se-pre-con img {
+
                margin-top: 18%;
+
                height: 20%;
+
            }
+
        }
+
    </style>
+
</head>
+
<body>
+
<div class="se-pre-con">
+
    <img src="https://2019.igem.org/wiki/images/8/83/T--Tuebingen--preloader.gif">
+
</div>
+
<script src="https://2019.igem.org/Team:Tuebingen/jqueryLoadJS?action=raw&ctype=text/javascript"></script>
+
<script src="https://2019.igem.org/Team:Tuebingen/jmodernizerJS?action=raw&ctype=text/javascript"></script>
+
<script>
+
    $(window).load(function () {
+
        setTimeout(removeLoader, 1000);
+
    }); //wait for page load PLUS one seconds.
+
    function removeLoader() {
+
        $(".se-pre-con").fadeOut(500, function () {
+
            // fadeOut complete. Remove the loading div
+
            $(".se-pre-con").remove(); //makes page more lightweight
+
        });
+
    }
+
</script>
+
</body>
+
 
<style>
 
<style>
 
     /*!
 
     /*!
Line 134: Line 60:
 
         display: block
 
         display: block
 
     }
 
     }
 
  
 
     body {
 
     body {
Line 164: Line 89:
 
     p {
 
     p {
 
         margin-top: 0;
 
         margin-top: 0;
         margin-bottom: 1rem;
+
         margin-bottom: 1rem
        color: #F4F0DE;
+
 
     }
 
     }
  
Line 417: Line 341:
  
 
     .h1, h1 {
 
     .h1, h1 {
         font-size: 2.5rem;
+
         font-size: 2.5rem
        color: #2ecc71;
+
 
     }
 
     }
  
 
     .h2, h2 {
 
     .h2, h2 {
         font-size: 2rem;
+
         font-size: 2rem
        color: #2ecc71;
+
 
     }
 
     }
  
 
     .h3, h3 {
 
     .h3, h3 {
         font-size: 1.75rem;
+
         font-size: 1.75rem
        color: #2ecc71;
+
 
     }
 
     }
  
Line 2,981: Line 2,902:
 
     .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
 
     .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
 
         box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
 
         box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
 +
    }
 +
 +
    .btn-link {
 +
        font-weight: 400;
 +
        color: #007bff;
 +
        background-color: transparent
 +
    }
 +
 +
    .btn-link:hover {
 +
        color: #0056b3;
 +
        text-decoration: underline;
 +
        background-color: transparent;
 +
        border-color: transparent
 +
    }
 +
 +
    .btn-link.focus, .btn-link:focus {
 +
        text-decoration: underline;
 +
        border-color: transparent;
 +
        box-shadow: none
 +
    }
 +
 +
    .btn-link.disabled, .btn-link:disabled {
 +
        color: #6c757d;
 +
        pointer-events: none
 
     }
 
     }
  
Line 3,936: Line 3,881:
 
         font-size: 1.25rem;
 
         font-size: 1.25rem;
 
         line-height: inherit;
 
         line-height: inherit;
         white-space: nowrap;
+
         white-space: nowrap
 
     }
 
     }
  
Line 6,038: Line 5,983:
  
 
     .bg-dark {
 
     .bg-dark {
         background-color: #232323 !important
+
         background-color: #343a40 !important
 
     }
 
     }
  
Line 9,264: Line 9,209:
  
  
     /* sponsor foooter */
+
     /* sponsor footer */
 
     .sponsorLogo img {
 
     .sponsorLogo img {
 
         padding: 8px;
 
         padding: 8px;
Line 9,287: Line 9,232:
  
 
     .dropdown-menu {
 
     .dropdown-menu {
         background-color: #232323;
+
         background-color: rgba(100, 100, 100, 1);
 
     }
 
     }
  
Line 9,299: Line 9,244:
 
     }
 
     }
  
    /*++++++++++++++++++++++++++++++++
+
/*++++++++++++++++++++++++++++++++
 
contents CSS ++++++++++++++++++++++++++++++*/
 
contents CSS ++++++++++++++++++++++++++++++*/
    * {
+
* {
        box-sizing: border-box;
+
  box-sizing: border-box;
    }
+
}
  
  
    .glpContainer {
+
.glpContainer {
        display: flex;
+
  display: flex;
        width: 100%;
+
  width: 100%;
        margin: 0;
+
  margin: 0;
        padding: 1em auto 0;
+
  padding: 1em auto 0;
    }
+
}
  
    .glpContainer > * {
+
.glpContainer > * {
        padding: 20px 25px;
+
  padding: 20px 25px;
    }
+
}
 +
/* Both Needed */
 +
#glpContentsOuter{
 +
  position: relative;
 +
  flex-basis: 15vw;
 +
  width: 15vw;
  
    /* Both Needed */
+
}
    #glpContentsOuter {
+
/* Both Needed */
        position: relative;
+
.table-of-contents {
        flex-basis: 15vw;
+
  position: relative;
        width: 15vw;
+
  flex-basis: 15vw;
 +
  width: 15vw;
  
    }
+
}
 +
.stickyContents {
 +
  position: fixed;
 +
  top: 120px;
 +
}
 +
.table-of-contents p {
 +
  text-transform: uppercase;
 +
  letter-spacing: 0.125em;
 +
  color: #555;
 +
}
  
    /* Both Needed */
+
.table-of-contents ul {
    .table-of-contents {
+
  position: fixed;
        position: relative;
+
  /* Chrome (asshole) */
        flex-basis: 15vw;
+
  position: sticky;
        width: 15vw;
+
  /* Firefox */
 +
  margin-top: 2em;
 +
  top: 4em;
 +
}
  
    }
+
h1:first-child {
 +
  margin-top: 0;
 +
}
  
    .stickyContents {
+
.post-content {
        position: fixed;
+
  flex-basis: 70vw;
        top: 120px;
+
  max-width: 100%;
    }
+
  margin-left: 5vw;
 +
}
 +
/* important to the link position of the headings */
 +
.post-content h1{
 +
padding-top: 30px;
 +
color:rgba(0, 158, 198,1);
 +
}
  
    .table-of-contents p {
+
/* important to the link position of the headings */
        text-transform: uppercase;
+
.post-content h2{
        letter-spacing: 0.125em;
+
padding-top: 150px;
        color: #fff;
+
color:rgba(0, 158, 198,1);
    }
+
}
  
    .table-of-contents ul {
+
/* link color */
        position: fixed;
+
.post-content a{
        /* Chrome (asshole) */
+
color:#009EC6;
        position: sticky;
+
}
        /* Firefox */
+
        margin-top: 2em;
+
        top: 4em;
+
    }
+
  
    h1:first-child {
+
#glpreferences a{
        margin-top: 0;
+
color:#009EC6;
    }
+
}
  
    .post-content {
 
        flex-basis: 70vw;
 
        max-width: 100%;
 
        margin-left: 5vw;
 
    }
 
  
    /* important to the link position of the headings */
+
/* TOC part */
    .post-content h1 {
+
        padding-top: 30px;
+
        color: #2ecc71;
+
    }
+
  
    /* important to the link position of the headings */
+
.table-of-contents svg {
    .post-content h2 {
+
  position: absolute;
        padding-top: 150px;
+
  left: 0;
        color: #2ecc71;
+
  top: 50%;
    }
+
  bottom: auto;
 +
  display: none;
 +
  stroke: #009EC6;
 +
  transform: translateY(-50%);
 +
}
  
    /* link color */
+
.toc-reading svg {
    .post-content a {
+
  display: block;
        color: #2ecc71;
+
}
    }
+
  
    #glpreferences a {
+
.table-of-contents ul {
        color: #2ecc71;
+
  width: 200px;
    }
+
  counter-reset: articles;
 +
  padding: 0;
 +
  margin-left: 0;
 +
}
  
 +
.table-of-contents li {
 +
  display: block;
 +
  counter-increment: articles;
 +
}
  
    /* TOC part */
+
.table-of-contents li + li {
 +
  margin-top: 2em;
 +
}
  
    .table-of-contents svg {
+
.table-of-contents a {
        position: absolute;
+
  display: block;
        left: 0;
+
  padding: 0 1.1em 0 3.2em;
        top: 50%;
+
  position: relative;
        bottom: auto;
+
  text-decoration: none;
        display: none;
+
  color: #333;
        stroke: #2ecc71;
+
  font-weight: bold;
        transform: translateY(-50%);
+
}
    }
+
  
    .toc-reading svg {
+
a.toc-reading,
        display: block;
+
a.toc-already-read.toc-reading {
    }
+
  color: #009EC6;
 +
  opacity: 1;
 +
}
  
    .table-of-contents ul {
+
a.toc-already-read {
        width: 200px;
+
  opacity: 0.4;
        counter-reset: articles;
+
}
        padding: 0;
+
        margin-left: 0;
+
    }
+
  
    .table-of-contents li {
+
.table-of-contents a:before {
        display: block;
+
  content: counter(articles, decimal);
        counter-increment: articles;
+
  position: absolute;
    }
+
  bottom: auto;
 +
  left: 0;
 +
  top: 50%;
 +
  width: 36px;
 +
  height: 36px;
 +
  line-height: 34px;
 +
  text-align: center;
 +
  transform: translateY(-50%);
 +
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
 +
  border-radius: 50%;
 +
  box-shadow: 0 0 0 1px #d9d9d9 inset;
 +
  color: #4d4d4d;
 +
}
  
    .table-of-contents li + li {
+
.post-content .row{
        margin-top: 2em;
+
  text-align: justify;
    }
+
}
 
+
/*++++++++++++++++++++++++++++++++
    .table-of-contents a {
+
        display: block;
+
        padding: 0 1.1em 0 3.2em;
+
        position: relative;
+
        text-decoration: none;
+
        color: #fff;
+
        font-weight: bold;
+
    }
+
 
+
    a.toc-reading,
+
    a.toc-already-read.toc-reading {
+
        color: #2ecc71;
+
        opacity: 1;
+
    }
+
 
+
    a.toc-already-read {
+
        opacity: 0.6;
+
    }
+
 
+
    .table-of-contents a:before {
+
        content: counter(articles, decimal);
+
        position: absolute;
+
        bottom: auto;
+
        left: 0;
+
        top: 50%;
+
        width: 36px;
+
        height: 36px;
+
        line-height: 34px;
+
        text-align: center;
+
        transform: translateY(-50%);
+
        transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
+
        box-shadow: 0 3px 5px 0 black;
+
        color: #fff;
+
    }
+
 
+
    .post-content .row {
+
        text-align: justify;
+
    }
+
 
+
    /*++++++++++++++++++++++++++++++++
+
 
contents End ++++++++++++++++++++++++++++++*/
 
contents End ++++++++++++++++++++++++++++++*/
  
Line 9,654: Line 9,594:
 
     /*++++++++++++++++++++++++++++++++
 
     /*++++++++++++++++++++++++++++++++
 
gallery End ++++++++++++++++++++++++++++++*/
 
gallery End ++++++++++++++++++++++++++++++*/
 +
@media only screen and (max-width: 575.98px) {}
  
    @media only screen and (max-width: 575.98px) {
+
@media only screen and (max-width: 767.98px) {
    }
+
.pictureTitle{
 +
height: 200px;
 +
}
 +
.pictureTitle .display-2{
 +
font-size: 2rem;
 +
}
  
    @media only screen and (max-width: 767.98px) {
+
.pictureTitle h4{
        .pictureTitle {
+
font-size: 1rem;
            height: 200px;
+
}
        }
+
  
        .pictureTitle .display-2 {
+
#glpContentsOuter{
            font-size: 2rem;
+
display: none;
        }
+
}
 +
.glpContainer {
 +
  width: 100%;
 +
  margin: 0;
 +
  padding: 0 auto;
 +
}
  
        .pictureTitle h4 {
+
.glpContainer > * {
            font-size: 1rem;
+
  padding: 0;
        }
+
}
 +
.post-content {
 +
  flex-basis: 90vw;
 +
  max-width: 100%;
 +
  margin:0 3vw;
 +
}
 +
/* important to the link position of the headings */
 +
.post-content h2{
 +
padding-top: 50px;
 +
}
 +
table{
 +
font-size: .8rem;
 +
}
 +
.quote-card p {
 +
  font-size: 1rem !important;
 +
}
 +
}
  
        #glpContentsOuter {
 
            display: none;
 
        }
 
  
        .glpContainer {
+
@media only screen and (max-width: 1199.98px) {
            width: 100%;
+
            margin: 0;
+
            padding: 0 auto;
+
        }
+
  
        .glpContainer > * {
+
}
            padding: 0;
+
        }
+
  
        .post-content {
+
@media only screen and (max-width: 1400px) {
            flex-basis: 90vw;
+
.table-of-contents a{
            max-width: 100%;
+
font-size: 0.8rem;
            margin: 0 3vw;
+
}
        }
+
.table-of-contents li + li{
 +
margin-top: 1.5em;
 +
}
 +
}
  
        /* important to the link position of the headings */
+
</style>
        .post-content h2 {
+
            padding-top: 50px;
+
        }
+
  
        table {
 
            font-size: .8rem;
 
        }
 
  
        .quote-card p {
 
            font-size: 1rem !important;
 
        }
 
    }
 
 
 
    @media only screen and (max-width: 1199.98px) {
 
 
    }
 
 
    @media only screen and (max-width: 1400px) {
 
        .table-of-contents a {
 
            font-size: 0.8rem;
 
        }
 
 
        .table-of-contents li + li {
 
            margin-top: 1.5em;
 
        }
 
    }
 
</style>
 
 
</p>
 
<p>
 
  
 
     <head>
 
     <head>
Line 9,729: Line 9,660:
 
         <meta name="viewport" content="width=device-width, initial-scale=1">
 
         <meta name="viewport" content="width=device-width, initial-scale=1">
 
         <link rel="stylesheet" href="https://2019.igem.org/Template:Tuebingen/FontAwesomeCSS">
 
         <link rel="stylesheet" href="https://2019.igem.org/Template:Tuebingen/FontAwesomeCSS">
         <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Righteous"/>
+
        <link rel="stylesheet" href="https://2019.igem.org/Team:Tuebingen/aosCSS?action=raw&ctype=text/css" />
         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"
+
         <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Righteous" />
              type="text/css"/>
+
         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" type="text/css"/>
 +
        <script src="https://2019.igem.org/Team:Tuebingen/jqueryminjs?action=raw&amp;ctype=text/javascript"></script>
 +
        <script src="https://2019.igem.org/Team:Tuebingen/popperjs?action=raw&amp;ctype=text/javascript"></script>
 +
        <script src="https://2019.igem.org/Team:Tuebingen/bootstrapjs?action=raw&amp;ctype=text/javascript"></script>
 +
        <script src="https://2019.igem.org/Template:Tuebingen/GLPexeJS?action=raw&amp;ctype=text/javascript"></script>
 
     </head>
 
     </head>
    <style>
 
        .mfp-bg {
 
            top: 0;
 
            left: 0;
 
            width: 100%;
 
            height: 100%;
 
            z-index: 1042;
 
            overflow: hidden;
 
            position: fixed;
 
            background: #0b0b0b;
 
            opacity: 0.8;
 
        }
 
 
        .mfp-wrap {
 
            top: 0;
 
            left: 0;
 
            width: 100%;
 
            height: 100%;
 
            z-index: 1043;
 
            position: fixed;
 
            outline: none !important;
 
            -webkit-backface-visibility: hidden;
 
        }
 
 
        .mfp-container {
 
            text-align: center;
 
            position: absolute;
 
            width: 100%;
 
            height: 100%;
 
            left: 0;
 
            top: 0;
 
            padding: 0 8px;
 
            box-sizing: border-box;
 
        }
 
 
        .mfp-container:before {
 
            content: '';
 
            display: inline-block;
 
            height: 100%;
 
            vertical-align: middle;
 
        }
 
 
        .mfp-align-top .mfp-container:before {
 
            display: none;
 
        }
 
 
        .mfp-content {
 
            position: relative;
 
            display: inline-block;
 
            vertical-align: middle;
 
            margin: 0 auto;
 
            text-align: left;
 
            z-index: 1045;
 
        }
 
 
        .mfp-inline-holder .mfp-content,
 
        .mfp-ajax-holder .mfp-content {
 
            width: 100%;
 
            cursor: auto;
 
        }
 
 
        .mfp-ajax-cur {
 
            cursor: progress;
 
        }
 
 
        .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
 
            cursor: -moz-zoom-out;
 
            cursor: -webkit-zoom-out;
 
            cursor: zoom-out;
 
        }
 
 
        .mfp-zoom {
 
            cursor: pointer;
 
            cursor: -webkit-zoom-in;
 
            cursor: -moz-zoom-in;
 
            cursor: zoom-in;
 
        }
 
 
        .mfp-auto-cursor .mfp-content {
 
            cursor: auto;
 
        }
 
 
        .mfp-close,
 
        .mfp-arrow,
 
        .mfp-preloader,
 
        .mfp-counter {
 
            -webkit-user-select: none;
 
            -moz-user-select: none;
 
            user-select: none;
 
        }
 
 
        .mfp-loading.mfp-figure {
 
            display: none;
 
        }
 
 
        .mfp-hide {
 
            display: none !important;
 
        }
 
 
        .mfp-preloader {
 
            color: #CCC;
 
            position: absolute;
 
            top: 50%;
 
            width: auto;
 
            text-align: center;
 
            margin-top: -0.8em;
 
            left: 8px;
 
            right: 8px;
 
            z-index: 1044;
 
        }
 
 
        .mfp-preloader a {
 
            color: #CCC;
 
        }
 
 
        .mfp-preloader a:hover {
 
            color: #FFF;
 
        }
 
 
        .mfp-s-ready .mfp-preloader {
 
            display: none;
 
        }
 
 
        .mfp-s-error .mfp-content {
 
            display: none;
 
        }
 
 
        button.mfp-close,
 
        button.mfp-arrow {
 
            overflow: visible;
 
            cursor: pointer;
 
            background: transparent;
 
            border: 0;
 
            -webkit-appearance: none;
 
            display: block;
 
            outline: none;
 
            padding: 0;
 
            z-index: 1046;
 
            box-shadow: none;
 
            touch-action: manipulation;
 
        }
 
 
        button::-moz-focus-inner {
 
            padding: 0;
 
            border: 0;
 
        }
 
 
        .mfp-close {
 
            width: 44px;
 
            height: 44px;
 
            line-height: 44px;
 
            position: absolute;
 
            right: 0;
 
            top: 0;
 
            text-decoration: none;
 
            text-align: center;
 
            opacity: 0.65;
 
            padding: 0 0 18px 10px;
 
            color: #FFF;
 
            font-style: normal;
 
            font-size: 28px;
 
            font-family: Arial, Baskerville, monospace;
 
        }
 
 
        .mfp-close:hover,
 
        .mfp-close:focus {
 
            opacity: 1;
 
        }
 
 
        .mfp-close:active {
 
            top: 1px;
 
        }
 
 
        .mfp-close-btn-in .mfp-close {
 
            color: #333;
 
        }
 
 
        .mfp-image-holder .mfp-close,
 
        .mfp-iframe-holder .mfp-close {
 
            color: #FFF;
 
            right: -6px;
 
            text-align: right;
 
            padding-right: 6px;
 
            width: 100%;
 
        }
 
 
        .mfp-counter {
 
            position: absolute;
 
            top: 0;
 
            right: 0;
 
            color: #CCC;
 
            font-size: 12px;
 
            line-height: 18px;
 
            white-space: nowrap;
 
        }
 
 
        .mfp-arrow {
 
            position: absolute;
 
            opacity: 0.65;
 
            margin: 0;
 
            top: 50%;
 
            margin-top: -55px;
 
            padding: 0;
 
            width: 90px;
 
            height: 110px;
 
            -webkit-tap-highlight-color: transparent;
 
        }
 
 
        .mfp-arrow:active {
 
            margin-top: -54px;
 
        }
 
 
        .mfp-arrow:hover,
 
        .mfp-arrow:focus {
 
            opacity: 1;
 
        }
 
 
        .mfp-arrow:before,
 
        .mfp-arrow:after {
 
            content: '';
 
            display: block;
 
            width: 0;
 
            height: 0;
 
            position: absolute;
 
            left: 0;
 
            top: 0;
 
            margin-top: 35px;
 
            margin-left: 35px;
 
            border: medium inset transparent;
 
        }
 
 
        .mfp-arrow:after {
 
            border-top-width: 13px;
 
            border-bottom-width: 13px;
 
            top: 8px;
 
        }
 
 
        .mfp-arrow:before {
 
            border-top-width: 21px;
 
            border-bottom-width: 21px;
 
            opacity: 0.7;
 
        }
 
 
        .mfp-arrow-left {
 
            left: 0;
 
        }
 
 
        .mfp-arrow-left:after {
 
            border-right: 17px solid #FFF;
 
            margin-left: 31px;
 
        }
 
 
        .mfp-arrow-left:before {
 
            margin-left: 25px;
 
            border-right: 27px solid #3F3F3F;
 
        }
 
 
        .mfp-arrow-right {
 
            right: 0;
 
        }
 
 
        .mfp-arrow-right:after {
 
            border-left: 17px solid #FFF;
 
            margin-left: 39px;
 
        }
 
 
        .mfp-arrow-right:before {
 
            border-left: 27px solid #3F3F3F;
 
        }
 
 
        .mfp-iframe-holder {
 
            padding-top: 40px;
 
            padding-bottom: 40px;
 
        }
 
 
        .mfp-iframe-holder .mfp-content {
 
            line-height: 0;
 
            width: 100%;
 
            max-width: 900px;
 
        }
 
 
        .mfp-iframe-holder .mfp-close {
 
            top: -40px;
 
        }
 
 
        .mfp-iframe-scaler {
 
            width: 100%;
 
            height: 0;
 
            overflow: hidden;
 
            padding-top: 56.25%;
 
        }
 
 
        .mfp-iframe-scaler iframe {
 
            position: absolute;
 
            display: block;
 
            top: 0;
 
            left: 0;
 
            width: 100%;
 
            height: 100%;
 
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
 
            background: #000;
 
        }
 
 
        /* Main image in popup */
 
        img.mfp-img {
 
            width: auto;
 
            max-width: 100%;
 
            height: auto;
 
            display: block;
 
            line-height: 0;
 
            box-sizing: border-box;
 
            padding: 40px 0 40px;
 
            margin: 0 auto;
 
        }
 
 
        /* The shadow behind the image */
 
        .mfp-figure {
 
            line-height: 0;
 
        }
 
 
        .mfp-figure:after {
 
            content: '';
 
            position: absolute;
 
            left: 0;
 
            top: 40px;
 
            bottom: 40px;
 
            display: block;
 
            right: 0;
 
            width: auto;
 
            height: auto;
 
            z-index: -1;
 
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
 
            background: #444;
 
        }
 
 
        .mfp-figure small {
 
            color: #BDBDBD;
 
            display: block;
 
            font-size: 12px;
 
            line-height: 14px;
 
        }
 
 
        .mfp-figure figure {
 
            margin: 0;
 
        }
 
 
        .mfp-bottom-bar {
 
            margin-top: -36px;
 
            position: absolute;
 
            top: 100%;
 
            left: 0;
 
            width: 100%;
 
            cursor: auto;
 
        }
 
 
        .mfp-title {
 
            text-align: left;
 
            line-height: 18px;
 
            color: #F3F3F3;
 
            word-wrap: break-word;
 
            padding-right: 36px;
 
        }
 
 
        .mfp-image-holder .mfp-content {
 
            max-width: 100%;
 
        }
 
 
        .mfp-gallery .mfp-image-holder .mfp-figure {
 
            cursor: pointer;
 
        }
 
 
        @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
 
            /**
 
  * Remove all paddings around the image on small screen
 
  */
 
            .mfp-img-mobile .mfp-image-holder {
 
                padding-left: 0;
 
                padding-right: 0;
 
            }
 
 
            .mfp-img-mobile img.mfp-img {
 
                padding: 0;
 
            }
 
 
            .mfp-img-mobile .mfp-figure:after {
 
                top: 0;
 
                bottom: 0;
 
            }
 
 
            .mfp-img-mobile .mfp-figure small {
 
                display: inline;
 
                margin-left: 5px;
 
            }
 
 
            .mfp-img-mobile .mfp-bottom-bar {
 
                background: rgba(0, 0, 0, 0.6);
 
                bottom: 0;
 
                margin: 0;
 
                top: auto;
 
                padding: 3px 5px;
 
                position: fixed;
 
                box-sizing: border-box;
 
            }
 
 
            .mfp-img-mobile .mfp-bottom-bar:empty {
 
                padding: 0;
 
            }
 
 
            .mfp-img-mobile .mfp-counter {
 
                right: 5px;
 
                top: 3px;
 
            }
 
 
            .mfp-img-mobile .mfp-close {
 
                top: 0;
 
                right: 0;
 
                width: 35px;
 
                height: 35px;
 
                line-height: 35px;
 
                background: rgba(0, 0, 0, 0.6);
 
                position: fixed;
 
                text-align: center;
 
                padding: 0;
 
            }
 
        }
 
 
        @media all and (max-width: 900px) {
 
            .mfp-arrow {
 
                -webkit-transform: scale(0.75);
 
                transform: scale(0.75);
 
            }
 
 
            .mfp-arrow-left {
 
                -webkit-transform-origin: 0;
 
                transform-origin: 0;
 
            }
 
 
            .mfp-arrow-right {
 
                -webkit-transform-origin: 100%;
 
                transform-origin: 100%;
 
            }
 
 
            .mfp-container {
 
                padding-left: 6px;
 
                padding-right: 6px;
 
            }
 
        }
 
 
        .mfp-zoom-out {
 
            /* start state */
 
            /* animate in */
 
            /* animate out */
 
        }
 
 
        .mfp-zoom-out .mfp-with-anim {
 
            opacity: 0;
 
            transition: all 0.3s ease-in-out;
 
            transform: scale(1.3);
 
        }
 
 
        .mfp-zoom-out.mfp-bg {
 
            opacity: 0;
 
            transition: all 0.3s ease-out;
 
        }
 
 
        .mfp-zoom-out.mfp-ready .mfp-with-anim {
 
            opacity: 1;
 
            transform: scale(1);
 
        }
 
 
        .mfp-zoom-out.mfp-ready.mfp-bg {
 
            opacity: 0.8;
 
        }
 
 
        .mfp-zoom-out.mfp-removing .mfp-with-anim {
 
            transform: scale(1.3);
 
            opacity: 0;
 
        }
 
 
        .mfp-zoom-out.mfp-removing.mfp-bg {
 
            opacity: 0;
 
        }
 
    </style>
 
 
  
 
<body style="">
 
<body style="">
  
<section id="nav-placeholder">
+
    <section id="nav-placeholder">
 
     <nav class="shadow navbar navbar-expand-md navbar-dark fixed-top"
 
     <nav class="shadow navbar navbar-expand-md navbar-dark fixed-top"
 
         style="background-color: rgba(30, 30, 30, 0.3); z-index: 100;">
 
         style="background-color: rgba(30, 30, 30, 0.3); z-index: 100;">
Line 10,378: Line 9,829:
 
</section>
 
</section>
 
<script>
 
<script>
    var url = window.location.href;
+
var url = window.location.href;
    $(function () {
+
$(function () {
        $('.nav-link[href="' + url + '"]').addClass("active");
+
$('.nav-link[href="' + url + '"]').addClass("active");
        $('.dropdown-item[href="' + url + '"]').addClass("active");
+
$('.dropdown-item[href="' + url + '"]').addClass("active");
        $('.dropdown-item[href="' + url + '"]').parent().parent().addClass("active");
+
$('.dropdown-item[href="' + url + '"]').parent().parent().addClass("active");
    });
+
});
 
</script>
 
</script>
 
<script src="https://2019.igem.org/Team:Tuebingen/jqueryminjs?action=raw&ctype=text/javascript"></script>
 
<script src="https://2019.igem.org/Team:Tuebingen/jqueryminjs?action=raw&ctype=text/javascript"></script>
Line 10,389: Line 9,840:
 
<script src="https://2019.igem.org/Team:Tuebingen/bootstrapjs?action=raw&ctype=text/javascript"></script>
 
<script src="https://2019.igem.org/Team:Tuebingen/bootstrapjs?action=raw&ctype=text/javascript"></script>
 
<script src="https://2019.igem.org/Template:Tuebingen/GLPexeJS?action=raw&ctype=text/javascript"></script>
 
<script src="https://2019.igem.org/Template:Tuebingen/GLPexeJS?action=raw&ctype=text/javascript"></script>
 +
    <script src="https://2019.igem.org/Team:Tuebingen/aosJS?action=raw&ctype=text/javascript"></script>
 +
  <script>
 +
    AOS.init();
 +
  </script>
 +
 
</body>
 
</body>
  
<style>
 
  
     .pictureTitle {
+
     <style>
        background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .5)), url("http://2018.igem.org/wiki/images/2/21/T--Munich--header_projectdesign.png");
+
        background-repeat: no-repeat;
+
        background-size: cover;
+
        background-position: center;
+
    }
+
  
 +
        /* Scroll Down Icon*/
 +
        #goToBox {
 +
            position: relative;
 +
            width: 30px;
 +
            height: 28px;
 +
            left: calc(50% - 15px);
 +
        }
  
    @media only screen and (max-width: 575.98px) {
+
        .chevron {
    }
+
            position: absolute;
 +
            width: 28px;
 +
            height: 8px;
 +
            opacity: 0;
 +
            transform: scale3d(0.5, 0.5, 0.5);
 +
            animation: move 3s ease-out infinite;
 +
        }
  
    @media only screen and (max-width: 767.98px) {
+
        .chevron:first-child {
    }
+
            animation: move 3s ease-out 1s infinite;
 +
        }
  
    @media only screen and (max-width: 991.98px) {
+
        .chevron:nth-child(2) {
    }
+
            animation: move 3s ease-out 2s infinite;
 +
        }
  
    @media only screen and (max-width: 1199.98px) {
+
        .chevron:before,
    }
+
        .chevron:after {
 +
            content: ' ';
 +
            position: absolute;
 +
            top: 0;
 +
            height: 100%;
 +
            width: 51%;
 +
            background: #fff;
 +
        }
  
    /*
+
        .chevron:before {
========================
+
            left: 0;
    BUTTON STYLE BEGIN
+
            transform: skew(0deg, 30deg);
========================
+
        }
*/
+
  
    .btn-link {
+
        .chevron:after {
        font-weight: 400;
+
            right: 0;
        color: #007bff;
+
            width: 50%;
        background-color: transparent
+
            transform: skew(0deg, -30deg);
    }
+
        }
  
    .btn-link:hover {
+
        @keyframes move {
        color: #0056b3;
+
            25% {
        text-decoration: underline;
+
                opacity: 1;
        background-color: transparent;
+
        border-color: transparent
+
    }
+
  
    .btn-link.focus, .btn-link:focus {
+
            }
        text-decoration: underline;
+
            33% {
        border-color: transparent;
+
                opacity: 1;
        box-shadow: none
+
                transform: translateY(30px);
    }
+
            }
 +
            67% {
 +
                opacity: 1;
 +
                transform: translateY(40px);
 +
            }
 +
            100% {
 +
                opacity: 0;
 +
                transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
 +
            }
 +
        }
  
    .btn-link.disabled, .btn-link:disabled {
+
        @keyframes pulse {
        color: #6c757d;
+
            to {
        pointer-events: none
+
                opacity: 1;
    }
+
            }
 +
        }
  
    .btn-link {
 
        opacity: 0.8;
 
        text-decoration: none;
 
        color: white;
 
    }
 
  
    .btn-link:hover {
+
        /* FlowChart*/
        opacity: 1;
+
        .circleO {
        text-decoration: none;
+
            height: 60px;
        color: rgba(105, 202, 98, 1.1);
+
            width: 60px;
    }
+
            padding: auto;
 +
            border-radius: 50%;
 +
            background-color: rgba(230, 230, 230, 1);
 +
            color: black;
 +
            z-index: 2;
 +
        }
  
    .btn-link:focus {
+
        .circleO img {
        opacity: 1;
+
            max-height: 40px;
        text-decoration: none;
+
            width: auto;
         color: rgba(105, 202, 98, 1.1);
+
         }
    }
+
  
    .card-header {
+
        .circleS {
        background-color: rgba(50, 50, 50, 1);
+
            height: 60px;
    }
+
            width: 60px;
 +
            padding: auto;
 +
            border-radius: 50%;
 +
            background-image: linear-gradient(rgba(1, 101, 224, 1), rgba(0, 203, 177, 1));
 +
            color: black;
 +
            z-index: 2;
 +
        }
  
    .card button {
+
        .circleS img {
        width: 100%;
+
            max-height: 40px;
        font-size: 1.5rem;
+
            width: auto;
    }
+
        }
  
    /*
+
        .circleM {
========================
+
            height: 100px;
    BUTTON STYLE END
+
            width: 100px;
========================
+
            padding: auto;
*/
+
            border-radius: 50%;
 +
            background-image: linear-gradient(rgba(1, 101, 224, 1), rgba(0, 203, 177, 1));
 +
            color: black;
 +
            z-index: 2;
 +
            1, 101, 224
 +
        }
  
    /*
+
        .circleM img {
========================
+
            max-height: 80px;
      BUTTON ONE
+
            width: auto;
========================
+
         }
*/
+
    .btn-one {
+
        color: rgba(105, 202, 98, 1.1);
+
        transition: all 0.3s;
+
         position: relative;
+
    }
+
  
    .btn-one span {
+
        .circleL {
        transition: all 0.3s;
+
            height: 160px;
    }
+
            width: 160px;
 +
            padding: auto;
 +
            border-radius: 50%;
 +
            background-image: linear-gradient(rgba(1, 101, 224, 1), rgba(0, 203, 177, 1));
 +
            color: black;
 +
            z-index: 2;
 +
        }
  
    .btn-one::before {
+
        .circleL img {
        content: '';
+
            max-height: 130px;
        position: absolute;
+
            width: auto;
        bottom: 0;
+
         }
        left: 0;
+
        width: 100%;
+
        height: 100%;
+
        z-index: 1;
+
        opacity: 0;
+
        transition: all 0.3s;
+
        border-top-width: 1px;
+
         border-bottom-width: 1px;
+
        border-top-style: solid;
+
        border-bottom-style: solid;
+
        border-top-color: rgba(105, 202, 98, 1.1);
+
        border-bottom-color: rgba(105, 202, 98, 1.1);
+
        transform: scale(0.1, 1);
+
    }
+
  
    .btn-one:hover span {
+
        #conceptFlow h5 {
        letter-spacing: 2px;
+
            font-weight: bold;
    }
+
            font-size: 2rem;
 +
            margin-bottom: 30px;
 +
            color: #009ec6;
 +
        }
  
    .btn-one:hover::before {
+
        #conceptFlow span {
        opacity: 1;
+
            font-size: 1.5rem;
         transform: scale(1, 1);
+
         }
    }
+
  
    .btn-one::after {
+
         /* height of each section*/
        content: '';
+
         .how-it-works.row {
        position: absolute;
+
            height: 50vh
        bottom: 0;
+
         }
        left: 0;
+
        width: 100%;
+
         height: 100%;
+
         z-index: 1;
+
        transition: all 0.3s;
+
         background-color: rgba(255, 255, 255, 0.05);
+
    }
+
  
    .btn-one:hover::after {
+
        .how-it-works.row .col-3 {
        opacity: 0;
+
            align-self: stretch;
         transform: scale(0.1, 1);
+
         }
    }
+
  
    /*
+
        .how-it-works.row .col-3::after {
========================
+
            content: "";
      BUTTON ONE END
+
            position: absolute;
========================
+
            border-left: 3px solid rgba(82, 187, 199, 1);
*/
+
            z-index: 1;
 +
        }
  
    /*
+
        .diagnosis.row .col-3::after {
    ======================
+
            content: "";
    HEADER BANNER STYLE BEGIN
+
            position: absolute;
    ==========================
+
            border-left: 3px dotted rgba(82, 187, 199, 1);
    */
+
            z-index: 1;
 +
        }
  
    .header {
+
        .how-it-works.row .col-3.bottom::after {
        position: relative;
+
            height: 50%;
        overflow: hidden;
+
            left: 50%;
        display: flex;
+
            top: 50%;
        flex-wrap: wrap;
+
         }
        justify-content: center;
+
        align-items: flex-start;
+
        align-content: flex-start;
+
        height: 50vh;
+
        max-height: 350px;
+
        min-width: 300px;
+
         color: #eee;
+
    }
+
  
    .header:after {
+
        .how-it-works.row .col-3.full::after {
        content: "";
+
            height: 100%;
        width: 100%;
+
            left: calc(50% - 3px);
        height: 100%;
+
        }
        position: absolute;
+
        bottom: 0;
+
        left: 0;
+
        z-index: -1;
+
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 40%, rgba(27, 32, 48, 1) 100%);
+
    }
+
  
    .header:before {
+
        .how-it-works.row .col-3.fullRight::after {
        content: "";
+
            height: 100%;
        width: 100%;
+
            left: 50%;
        height: 100%;
+
         }
        position: absolute;
+
        top: 0;
+
        left: 0;
+
        -webkit-backface-visibility: hidden;
+
        -webkit-transform: translateZ(0) scale(1.0, 1.0);
+
        transform: translateZ(0);
+
        background: #1B2030 url(https://2019.igem.org/wiki/images/e/e1/T--Tuebingen--attributions-banner.jpg) center no-repeat;
+
        background-size: 100%, 100%;
+
        animation: grow 30s linear 10ms infinite;
+
         transition: all 0.2s ease-in-out;
+
        z-index: -2
+
    }
+
  
    .header a {
+
        .how-it-works.row .col-3.top::after {
        color: #eee
+
            height: 50%;
    }
+
            left: calc(50% - 3px);
 +
            top: 0;
 +
            border: 2px dotted rgba(82, 187, 199, 1);
 +
        }
  
    .info {
 
        width: 100%;
 
        padding: 15% 10% 0 10%;
 
        text-align: center;
 
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2)
 
    }
 
  
    .info h1{
+
        .timeline div {
        font-size:3.0em;
+
            padding: 0;
    }
+
            height: 40px;
 +
        }
  
    .info h4, .meta {
+
        .timeline hr {
        font-size: 0.7em
+
            border-top: 3px solid rgba(82, 187, 199, 1);
    }
+
            background-color: transparent;
 +
            margin: 0;
 +
            top: 17px;
 +
            position: relative;
 +
        }
  
    @media only screen and (min-width: 2250px) {
+
         .timeline .col-3 {
         .info h1 {
+
             display: flex;
             margin-top: -50%;
+
            overflow: hidden;
 
         }
 
         }
    }
 
  
    @media only screen and (min-width: 2000px) {
+
        .timeline .corner {
        .info h1 {
+
            border: 3px solid rgba(82, 187, 199, 1);
             margin-top: -10%;
+
            width: 100%;
 +
            position: relative;
 +
             border-radius: 15px;
 
         }
 
         }
    }
 
  
    @media only screen and (min-width: 1500px) {
+
         .timeline .top-right {
         .info h1 {
+
             left: 50%;
             margin-top: -5%;
+
            top: -50%;
 
         }
 
         }
    }
 
  
    @media only screen and (max-width: 800px) {
+
         .timeline .left-bottom {
         .info h1 {
+
             left: -50%;
             margin-top: 9%;
+
             top: calc(50% - 3px);
             font-size: 2.3em;
+
            text-align: center;
+
 
         }
 
         }
  
         .header {
+
         .timeline .top-left {
             height: 45vh;
+
             left: -50%;
 +
            top: -50%;
 
         }
 
         }
    }
 
  
    @media only screen and (max-width: 660px) {
+
         .timeline .right-bottom {
         .info h1 {
+
             left: 50%;
             margin-top: 10%;
+
             top: calc(50% - 3px);
             font-size: 2.3em;
+
 
         }
 
         }
  
         .header {
+
         /* Qoutes Part*/
             height:40vh
+
        #warnPics {
 +
             height: auto;
 +
            min-height: 20vw;
 +
            font-weight: 100;
 
         }
 
         }
    }
 
  
    @media only screen and (max-width: 600px) {
+
         #warnPics .qoutes span {
         .header {
+
             font-size: 1.5rem;
             height:35vh
+
 
         }
 
         }
    }
 
  
    @media only screen and (max-width: 560px) {
+
         #warnPics .qoutes {
         .info h1 {
+
 
            margin-top: 15%;
+
 
         }
 
         }
    }
 
  
    @media only screen and (max-width: 500px) {
+
        #qoute1 {
        .header {
+
            background: linear-gradient(rgba(35, 35, 35, 1), rgba(35, 35, 35, .3), rgba(35, 35, 35, 1)), url("http://2018.igem.org/wiki/images/c/c9/T--Munich--death_background.png");
             height:30vh
+
            background-repeat: no-repeat;
 +
            background-size: cover;
 +
            background-position: center;
 +
             color: #fff;
 
         }
 
         }
    }
 
  
    @media only screen and (max-width: 470px) {
+
        #qoute2 {
        .info h1 {
+
            background: linear-gradient(rgba(35, 35, 35, 1), rgba(35, 35, 35, .3), rgba(35, 35, 35, 1)), url("http://2018.igem.org/wiki/images/4/4e/T--Munich--WarningPic1.jpg");
             margin-top: 10%;
+
             background-repeat: no-repeat;
             font-size: 1.9em;
+
             background-size: cover;
 +
            background-position: center;
 +
            color: #fff;
 
         }
 
         }
    }
 
  
    @media only screen and (max-width: 450px) {
+
        #qoute3 {
        .header {
+
            background: linear-gradient(rgba(35, 35, 35, 1), rgba(35, 35, 35, .3), rgba(35, 35, 35, 1)), url("http://2018.igem.org/wiki/images/6/66/T--Munich--PHAGE.jpg");
             height:25vh
+
            background-repeat: no-repeat;
 +
            background-size: cover;
 +
            background-position: top;
 +
             color: #fff;
 
         }
 
         }
    }
 
  
    @media only screen and (max-width: 400px) {
+
         #whyTitle {
         .info h1 {
+
             background: rgba(35, 35, 35, 1);
             margin-top: 15%;
+
 
         }
 
         }
    }
 
  
    @media only screen and (max-width: 350px) {
+
         .warningContent span {
         .info h1 {
+
             font-size: 2.5rem;
             margin-top: 18%;
+
            font-weight: bold;
 
         }
 
         }
    }
 
  
    @keyframes grow {
+
         .mobileText {
         0% {
+
             font-size: 1.5rem !important;
             transform: scale(1)
+
            margin-top: 3rem;
 
         }
 
         }
        50% {
 
            transform: scale(1.2)
 
        }
 
    }
 
  
    /*  ======================
 
        HEADER BANNER STYLE END
 
        ==========================
 
        */
 
  
</style>
+
        #conceptFlowTitle {
 +
            font-size: 2.5rem;
 +
            font-weight: bold;
 +
        }
  
<!-- Header Banner Begin-->
 
<div class="header">
 
    <div class="info">
 
        <h1 style="font-family: 'Righteous', cursive; font-weight: normal;">ATTRIBUTIONS</h1>
 
    </div>
 
</div>
 
<!-- Header Banner End-->
 
<div style="background-color: #232323;">
 
  
<div class="glpContainer">
+
        /* START PopUp STYLES */
    <aside id="glpContentsOuter">
+
         .labelBox {
         <aside id="phaContents" class="table-of-contents">
+
             display: inline;
             <!-- will be generated with JS -->
+
         }
         </aside>
+
    </aside>
+
  
    <main class="post-content">
+
        .reg {
 +
            background-color: white;
 +
            display: inline;
 +
            margin: 0 auto;
 +
            width: auto;
 +
            font-size: 16.996px;
 +
            line-height: 20px;
 +
            padding: 12px 18px 13px;
 +
            -webkit-border-radius: 6px;
 +
            -moz-border-radius: 6px;
 +
            -ms-border-radius: 6px;
 +
            -o-border-radius: 6px;
 +
            border-radius: 6px;
 +
            -webkit-transition: all 0.3s ease-in-out;
 +
            -moz-transition: all 0.3s ease-in-out;
 +
            transition: all 0.3s ease-in-out;
 +
            color: #009ec6;
 +
            cursor: pointer;
 +
            border: none;
 +
            text-decoration: underline;
 +
        }
  
         <h3 style="font-family:'Righteous';">We are eternally grateful to our supporters</h3>
+
         .reg:hover {
        <div class="row">
+
            opacity: 0.8;
             <div class="col-12">
+
             -webkit-transition: all 0.3s ease-in-out;
                <p>
+
            -moz-transition: all 0.3s ease-in-out;
                    We are deeply grateful for all the support that we have received over the past iGEM year! Many
+
            transition: all 0.3s ease-in-out;
                    researchers, students, experts, departments and companies helped us along the way and we owe so much
+
        }
                    to all of them. Here we really want to say thank you. We particularly appreciate Prof. Dr. Lars
+
                    Angenent and Dr. Bastian Molitor, who instructed our team, as well as our incredibly supportive
+
                    advisors Sarah Schulz and Patrick Schweizer. We could not have done it without you.
+
                </p>
+
            </div>
+
  
             <h2 style="font-family:'Righteous';">Students</h2>
+
        .pop {
             <div class="row">
+
             display: none;
                <div class="col-12">
+
             position: absolute;
                    <p>
+
            top: 75%;
                        <b>Lina Widerspick</b> designed our wetlab parts and was heavily involved in everything related
+
            max-width: 100%;
                        to
+
            height: auto;
                        human practices and collaborations. Her incredible speed of writing is yet to match.
+
            -webkit-border-radius: 6px;
                    </p>
+
            -moz-border-radius: 6px;
                    <p>
+
            -ms-border-radius: 6px;
                        <b>Lukas Heumos</b> designed our drylab parts, implemented our wiki, was involved in sponsoring
+
            -o-border-radius: 6px;
                        and
+
            border-radius: 6px;
                        partnerships and organized the team. If anybody was looking for an answer in our slack channels,
+
            z-index: 200;
                        chances are high that Lukas had already answered it before the message really came through.
+
            padding: 10px;
                    </p>
+
            background-color: rgba(240, 240, 240, 1);
                    <p>
+
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                        <b>Patrick Müller</b> designed our wetlab parts, was our master of constructs and our RNA-Seq
+
        }
                        library
+
                        wizard. Furthermore, he was also involved in our partnership with the Experimenta He’ll probably
+
                        beat you at grain income at the Settlers of Catan.
+
                    </p>
+
                    <p>
+
                        <b>Antonia Binder</b> performed all different kinds of wetlab experiments and didn’t hesitate to
+
                        stay
+
                        for long hours to get the job done. If there’s one person in the world that really loves her
+
                        jute bags - it’s Antonia.
+
                    </p>
+
                    <p>
+
                        <b>Jakob Keck</b> was heavily involved in the wetlab and finance. He also helped us coordinating
+
                        our
+
                        stay in the ZMBP laboratories. If you find a working, ancient looking device in your laboratory,
+
                        there is a strong possibility that Jakob fixed and donated it.
+
                    </p>
+
                    <p>
+
                        <b>Famke Bäuerle</b> was responsible for our metabolic modelling, managed our partnership with
+
                        the
+
                        Experimenta, organized our team and took great care of our finances. Famke did everything for
+
                        the team and didn’t even dread driving five girls four hours to Düsseldorf.
+
                    </p>
+
                    <p>
+
                        <b>Steffen Lemke</b> designed our cpp constructs and implemented our software. Few people know
+
                        the
+
                        rules of board games as well as Steffen, especially the infamous Steffen house rules.
+
                    </p>
+
                    <p>
+
                        <b>Marietheres Evers</b> performed a multiplicity of experiments and managed our social media
+
                        channels. Her well-timed jokes during our meetings ensured that our spirits were kept high.
+
                    </p>
+
                    <p>
+
                        <b>Eva Kunzelmann</b> performed all different kinds of wetlab experiments and had an overview of
+
                        the
+
                        course of various experiments. Eva’s choice of music really helped us bypass the waiting time
+
                        between experiments and motivated us not to give up even when things went wrong.
+
                    </p>
+
                    <p>
+
                        <b>Luzia Hamma</b> helped in different projects in the lab, was involved in our human practices
+
                        parts
+
                        and helped us designing our poster and banner. When our long meetings yet again didn’t want to
+
                        end, Luzi cinched our survival with nourishing snacks.
+
                    </p>
+
                    <p>
+
                        <b>Philipp Ehmele</b> implemented our wiki. If technical limitations prevent something from
+
                        being
+
                        implemented on an iGEM wiki, Philipp will find a creative way to still do so.
+
                    </p>
+
                    <p>
+
                        <b>Katharina Csik</b> helped in the lab and captured our expert interview videos. Her experience
+
                        with
+
                        people helped us approach experts from different backgrounds and in turn develop new ideas.
+
                    </p>
+
                    <p>
+
                        <b>Carolin Schwitalla</b> organized us a laboratory and important materials. Additionally, she
+
                        helped
+
                        us design our images to be understandable even by non-scientists. The team is currently waiting
+
                        for our probiotic to find a way to Caro’s Sims3 families.
+
                    </p>
+
                    <p>
+
                        <b>Jonas Steinwender</b> is our design expert, who despite the approaching deadline of his
+
                        bachelor
+
                        thesis, has always managed to present our sometimes quite bizarre design ideas in a clear and
+
                        structured way.
+
                    </p>
+
  
                </div>
+
        .pop > h1 {
             </div>
+
             color: #009ec6;
 +
            font-size: 100%;
 +
        }
  
 +
        .pop > p {
 +
            font-size: 100%;
 +
            color: #777777;
 +
        }
  
             <h2 style="font-family:'Righteous';">Advisors</h2>
+
        .pop > span {
             <div class="row">
+
             cursor: pointer;
                <div class="col-12">
+
             position: absolute;
                    <p>
+
            top: 10px;
                        <b>Sarah Schulz</b> gave staggeringly valuable insight and advice for our wetlab experiments. If
+
            right: 10px;
                        we ever got weird results in the lab, she was the one that we consulted first.
+
            -webkit-border-radius: 100px;
                    </p>
+
            -moz-border-radius: 100px;
                    <p>
+
            color: #777777;
                        <b>Patrick Schweizer’s</b> experience and comprehension of synthetic biology was extremely
+
            width: 30px;
                        valuable. Additionally, his past experience of competitions ensured that we set up a
+
            height: 30px;
                        professional working and design environment. We won’t forget our time spent on the roofs of the
+
        }
                        Max Planck Institute organized by Patrick.
+
                    </p>
+
                    <p>
+
                        <b>Dr. Pengfei Xia</b> eminently inspired our kill-switch mechanism and provided invaluable
+
                        feedback for our project. Additionally, his molecular cloning knowledge is off the roof.
+
                    </p>
+
                    <p>
+
                        <b>Dr. Bastian Molitor’s</b> deep understanding of anything synthetic biology was very
+
                        beneficial during our project development and troubleshooting. We’re very grateful for his
+
                        unconditional support.
+
                    </p>
+
                </div>
+
            </div>
+
  
            <h2 style="font-family:'Righteous';">Partner Institutions</h2>
+
        /* END PopUp STYLES */
            <div class="row">
+
                <div class="col-12">
+
                    <p>
+
                        The <b>European Molecular Biology Laboratory</b> (EMBL) warmly welcomed us in Heidelberg and
+
                        allowed us to use some of their RNA-Seq library kits and perform the rRNA depletion in their
+
                        laboratories. Additionally, Nayara Trevisan Doimo de Azevedo and Ferris Jung proceeded with the
+
                        RNA-Seq library preparation and sequenced it. Specifically, we would like to express our
+
                        profound gratitude to Iris Kruijen for handling everything related to communication and public
+
                        relations exceptionally well and to Vladimir Benes for his great interest and extensive feedback
+
                        for our project, as well as for allowing us to use his laboratories.
+
                    </p>
+
                    <p>
+
                        The <b>Center for Plant Molecular Biology</b> (ZMBP) kindly allowed us to use their
+
                        laboratories, enabling our wetlab projects in the first place. Prof. Dr. Klaus Harter in
+
                        particular supported us in a great measure.
+
                    </p>
+
                    <p>
+
                        Moreover, the <b>group of Prof. Dr. Wolfgang Wohlleben</b> generously allowed us to use their
+
                        laboratories as well as some of their material.
+
                    </p>
+
                    <p>
+
                        Additionally, the <b>NGS Competence Center Tübingen</b> (NCCT) provided us with their
+
                        laboratories, as well as material such as the flow cell for RNA-Seq. We are particularly
+
                        grateful to Dr. Angel Angelov who supervised and encouraged us even when things went badly.
+
                    </p>
+
                    <p>
+
                        Finally, we want to thank the <b>Quantitative Biology Center</b> (QBiC) for storing our
+
                        sequencing
+
                        data and providing us access to high performance clusters. Moreover, we would like to thank
+
                        Simon
+
                        Heumos for providing us with bacterial RNA-Seq bioinformatics data analysis expertise.
+
                    </p>
+
                </div>
+
            </div>
+
  
             <h2 style="font-family:'Righteous';">Project Advice</h2>
+
        .mobileTitle {
            <div class="row">
+
             font-size: 3.5rem !important;
                <div class="col-12">
+
        }
                    <p>
+
                        We’re very grateful to <b>Dr. Lisa Maier</b> who provided us with gut microbiome support. Her
+
                        expertise greatly influenced our RNA-Seq experimental design. Additionally, she generously
+
                        provided us with bacteria supernatant and mGAM medium.
+
                    </p>
+
                    <p>
+
                        <b>Dr. Vladimir Benes</b>, head of the Genomics Core Facility at the EMBL, was the main person
+
                        who suggested to examine the gut interaction and anaerobic conditions in the gut further via our
+
                        RNA-Seq experimental design and metabolic modelling. He also greatly supported our RNA-Seq
+
                        efforts and inspired us to work out a thoughtful experimental set-up for the experiments.
+
                    </p>
+
                    <p>
+
                        <b>Dr. Daniel Machado</b>, at our visit of the EMBL, gave us great insight into the internal of
+
                        CarveMe, recommended various ways of improving our generated model and validated our novel model
+
                        of E. coli Nissle. Furthermore, he introduced and explained Smetana in an exceptional
+
                        presentation to us.
+
                    </p>
+
                    <p>
+
                        <b>Prof. Dr. Andreas Dräger</b>, assistant professor for Computational Systems Biology of
+
                        Infection and Antimicrobial-Resistant Pathogens, was the main person who jump-started our
+
                        metabolic modelling approaches. He pointed us towards the creation of our own metabolic model
+
                        for E.coli Nissle with the use of CarveMe.
+
                    </p>
+
                    <p>
+
                        <b>Prof. Dr. Oliver Kohlbacher</b>, professor for applied bioinformatics, provided extensive
+
                        feedback for our constructs and shaped our initial RNA-Seq experimental design. Moreover, he
+
                        provided first hints at our metabolic modelling approaches.
+
                    </p>
+
                    <p>
+
                        <b>Dr. Jörg M. Schibel</b> and <b>Dr. Brigitte Walderich</b> examined the safety of our
+
                        experiments and provided valuable feedback for keeping everything in line and documenting
+
                        everything related to safety.
+
                    </p>
+
                    <p>
+
                        <b>Prof. Dr. Andreas Fritsche</b>, Deputy Director of the Institute for Diabetes Research and
+
                            Metabolic Diseases at the Helmholtz Centre Munich at the University of Tübingen, helped us
+
                            with his extensive knowledge of diabetes and answered fundamental questions about the
+
                            disease. Moreover, as a clinician, he could give an estimation about patient acceptance and
+
                            potential shortcomings of our idea.
+
                    </p>
+
                    <p>
+
                        <b>Dr. Anette Christ</b> is a member of the Institute of Innate Immunity in Bonn and works in
+
                        the group of Prof. Eicke Latz. Her support in researching potential outreach strategies for
+
                        diabetes prevention, as well as her expertise in inflammation and nutrition, helped us greatly
+
                        in designing our educational flyer and the concept of our information booth.
+
                    </p>
+
                    <p>
+
                        <b>Prof. Timo Müller</b>, acting director of IDO (Institute for Diabetes and Obesity) of the
+
                        Helmholtz Institute Munich is researching Diabetes mellitus, greatly supported us by raising our
+
                        awareness to the issue of pharmacological availability, as well as stability of GLP-1 analogues.
+
                        Moreover, he kindly participated in our expert interviews.
+
                    </p>
+
                    <p>
+
                        <b>Dr. Rolf Hecker</b>, director of the Institute of Technology Transfer and startups of the
+
                        University of Tübingen, discussed the open-source nature of iGEM with respect to patents with
+
                        us. Moreover, he gave valuable insight into the process of founding a company and entering
+
                        pharmaceutical markets and we are happy to collaborate with him in the next year.
+
                    </p>
+
                    <p>
+
                        <b>Synovo</b>, a pharmaceutical company in Tübingen, was very helpful in project design and the
+
                        evaluation of our idea. Moreover, they gave us insight into their company and helped us refine
+
                        our entrepreneurial strategy. For this support, we are very thankful.
+
                    </p>
+
                </div>
+
            </div>
+
  
            <h2 style="font-family:'Righteous';">Lab Support</h2>
+
        .readButton, .readButton:visited {
            <div class="row">
+
            color: #17a2b8;
                <div class="col-12">
+
        }
                    <p>
+
                        iGEM projects get complex and expensive very quickly. Without the generosity of these groups and
+
                        institutions, our project could have never entered the laboratory stage.
+
                    </p>
+
                    <p>
+
                        The <b>ZMBP</b>, the <b>NCCT</b>, the <b>EMBL</b>, the <b>group of Professor Wohlleben</b>, the
+
                        group of our PI <b>Prof. Dr. Lars Angenent</b>, the group of <b>PD Dr. Evi Stegmann</b> and <b>Dr.
+
                        Lisa Maier</b> generously supplied us with various lab materials. We’re very grateful for their
+
                        unconditional support.
+
                    </p>
+
                </div>
+
            </div>
+
  
            <h2 style="font-family:'Righteous';">Interview partners</h2>
+
        .readButton:hover {
            <div class="row">
+
            color: white;
                <div class="col-12">
+
         }
                    <p>
+
                        Conducting experts is vital for sophisticated projects to reevaluate the approaches and adapt to a constantly changing environment. Several experts were willing to conduct interviews and share their expertise with us and the iGEM community.
+
                    </p>
+
                    <p>
+
                        <b>Dr. Rolf Hecker</b>, director of the Institute of Technology Transfer and startups of the University of Tübingen, discussed the challenges of entering a pharmaceutical market as a young student-driven startup.
+
                    </p>
+
                    <p>
+
                        <b>Dr. Annette Christ</b> from the Institute of Innate Immunity in Bonn discussed everything related to our scientific project with us.
+
                    </p>
+
                    <p>
+
                        <b>Prof. Dr. Timo Müller</b>, director of the Institute for Diabetes and Obesity, explained the molecular mechanisms of diabetes and the interactions of obesity with diabetes to us.
+
                    </p>
+
                    <p>
+
                        <b>Stefan Gammel</b>, an expert for nanoethics, debated the implications of GMO based treatments and the difficulties of convincing European legislation with us.
+
                    </p>
+
                    <p>
+
                        <b>Claudia Leippert</b>, a certified diabetes consultant, discussed the possible usage of our probiotic by diabetes type 2 patients and the difficulties that patients have with the disease.
+
                    </p>
+
                </div>
+
            </div>
+
        </div>
+
    </main>
+
</div>
+
</div>
+
<!-- BUTTON LINK ANIMATION: CAVE: THIS MAY NOT WORK IN ALL CONTAINERS / <div> etc!!!!!-->
+
<style>
+
    .wrapper {
+
        position: fixed; /* Change this for absolute positioning  */
+
         top: 50%;
+
        left: 50%;
+
        transform: translate(-50%, -50%);
+
    }
+
  
    .link_wrapper {
+
        .showCase .row {
        position: relative;
+
            padding-left: 10vw;
    }
+
            padding-right: 10vw;
 +
        }
  
    .link_wrapper a {
+
         @media only screen and (max-width: 767.98px) {
        display: block;
+
            #videoBox #videoShow {
         width: 250px;
+
                position: relative;
        height: 50px;
+
            }
        line-height: 50px;
+
        font-weight: bold;
+
        text-decoration: none;
+
        background: #333;
+
        text-align: center;
+
        color: #fff;
+
        text-transform: uppercase;
+
        letter-spacing: 1px;
+
        border: 3px solid #333;
+
        transition: all .35s;
+
    }
+
  
    .icon {
+
            #PhactoryTitle {
        width: 50px;
+
                font-size: 4rem;
        height: 50px;
+
            }
        border: 3px solid transparent;
+
        position: absolute;
+
        transform: rotate(45deg);
+
        right: 0;
+
        top: 0;
+
        z-index: -1;
+
        transition: all .35s;
+
    }
+
  
    .icon svg {
+
            #PhactoryText {
        width: 30px;
+
                font-size: 1.5rem;
        position: absolute;
+
            }
        top: calc(50% - 15px);
+
        left: calc(50% - 15px);
+
        transform: rotate(-45deg);
+
        fill: #2ecc71;
+
        transition: all .35s;
+
    }
+
  
    .link_wrapper a:hover {
+
            .warningContent span {
        width: 200px;
+
                font-size: 1.5rem;
        border: 3px solid #2ecc71;
+
            }
        background: transparent;
+
        color: #2ecc71;
+
    }
+
  
    .link_wrapper a:hover + .icon {
+
            #warnPics .qoutes {
        border: 3px solid #2ecc71;
+
                font-size: 1rem;
        right: -25%;
+
            }
    }
+
  
    @media only screen and (max-width: 767.98px) {
+
            #compareBox img {
 +
                max-height: 20vh;
 +
                width: auto;
 +
            }
  
        .link_wrapper a {
+
            .mobileTitle {
            width: 100px;
+
                font-size: 3rem !important;
            height: 20px;
+
             }
            line-height: 20px;
+
            font-weight: normal;
+
            font-size: smaller;
+
             letter-spacing: 0.05px;
+
        }
+
  
 +
            @media screen and (max-width: 450px) {
 +
                .mobileTitle {
 +
                    font-size: 2.0rem !important;
 +
                }
 +
            }
  
        .icon {
+
            #conceptFlowTitle {
            width: 20px;
+
                font-size: 2rem;
            height: 20px;
+
                font-weight: bold;
        }
+
            }
  
        .icon svg {
+
            #conceptFlow h5 {
            width: 12px;
+
                font-size: 1.5rem;
             top: calc(50% - 6px);
+
             }
            left: calc(50% - 6px);
+
        }
+
  
        .link_wrapper a:hover {
+
            #conceptFlow span {
            width: 90px;
+
                font-size: 1rem;
        }
+
            }
    }
+
</style>
+
  
<script>
+
            .how-it-works.row {
    window.onscroll = function () {
+
                height: auto;
        myFunction()
+
            }
    };
+
  
    var vnav = document.getElementById("phaContents");
+
            /* FlowChart*/
    var sticky = vnav.offsetTop + 150;
+
            .circleO {
 +
                height: 40px;
 +
                width: 40px;
 +
            }
  
    function myFunction() {
+
            .circleO img {
        if (window.pageYOffset >= sticky) {
+
                max-height: 25px;
            vnav.classList.add("stickyContents");
+
                width: auto;
        } else {
+
             }
             vnav.classList.remove("stickyContents");
+
        }
+
    }
+
  
 +
            .circleS {
 +
                height: 40px;
 +
                width: 40px;
 +
            }
  
    /*
+
            .circleS img {
    * jQuery to build the POC quickly
+
                max-height: 25px;
    *
+
                width: auto;
    * SCRIPT IS UNDER CONSTRUCTION
+
            }
    */
+
    var positions = [],
+
        build_toc = function () {
+
            var output = '';
+
            svg = '<svg viewBox="0 0 36 36" height="36px" width="36px" y="0px" x="0px"><rect transform="rotate(90 18 18)" width="36" height="36" stroke-dashoffset="100" stroke-dasharray="150 150" stroke-width="4" fill="none"/></svg>';
+
  
             $('.post-content').find('h2').each(function (i) {
+
             .circleM {
                 $(this).attr('id', 'title_' + i)
+
                 height: 50px;
 +
                width: 50px;
 +
            }
  
                 output += '<li><a href="#title_' + i + '" class="toc-title_' + i + '">' + svg + $(this).text() + '</a></li>';
+
            .circleM img {
             });
+
                 max-height: 35px;
 +
                width: auto;
 +
             }
  
             return output;
+
             .circleL {
        },
+
                height: 60px;
        get_bottom_off_content = function () {
+
                 width: 60px;
            var $content = $('.post-content'),
+
            }
                 offset = $content.offset();
+
  
             return $content.outerHeight() + offset.top;
+
             .circleL img {
        },
+
                max-height: 45px;
        get_positions = function () {
+
                 width: auto;
            $('.post-content').find('h2').each(function (i) {
+
             }
                offset = $(this).offset();
+
                 positions['title_' + i] = offset.top - 140;
+
             });
+
            return positions;
+
        },
+
        set_toc_reading = function () {
+
            var st = $(document).scrollTop(),
+
                count = 0;
+
  
             for (var k in positions) {
+
             .reg {
                 var n = parseInt(k.replace('title_', ''));
+
                 padding: 0;
                has_next = typeof positions['title_' + (n + 1)] !== 'undefined',
+
            }
                    not_next = has_next && st < positions['title_' + (n + 1)] ? true : false,
+
                    diff = 0,
+
                    $link = $('.toc-' + k);
+
  
                if (has_next) {
+
            .mobileText {
                    diff = (st - positions[k]) / (positions['title_' + (n + 1)] - positions[k]) * 150;
+
                font-size: 1rem !important;
                 } else {
+
                 margin-top: 0;
                    diff = (st - positions[k]) / (get_bottom_off_content() - positions[k]) * 240;
+
            }
                }
+
  
                $link.find('rect').attr('stroke-dashoffset', Math.round(150 - diff));
+
            .showCase .row {
 +
                padding: 0;
 +
            }
 +
        }
  
                if (st >= positions[k] && not_next && has_next) {
+
        @media only screen and (max-width: 991.98px) {
                    $('.toc-' + k).addClass('toc-reading');
+
        }
                } else if (st >= positions[k] && !not_next && has_next) {
+
                    $('.toc-' + k).removeClass('toc-reading');
+
                } else if (st >= positions[k] && !not_next && !has_next) {
+
                    $('.toc-' + k).addClass('toc-reading');
+
                }
+
  
                if (st >= positions[k]) {
+
        @media only screen and (max-width: 1199.98px) {
                    $('.toc-' + k).addClass('toc-already-read');
+
        }
                } else {
+
    </style>
                    $('.toc-' + k).removeClass('toc-already-read');
+
                }
+
  
                if (st < positions[k]) {
+
    <script>
                    $('.toc-' + k).removeClass('toc-already-read toc-reading');
+
        // Scroll Down Icon
                }
+
        $(document).ready(function () {
 +
            // Add smooth scrolling to all links
 +
            $("#goTo").on('click', function (event) {
  
                 count++;
+
                 // Make sure this.hash has a value before overriding default behavior
            }
+
                if (this.hash !== "") {
        };
+
                    // Prevent default anchor click behavior
 +
                    event.preventDefault();
  
    // build our table of content
+
                    // Store hash
    $('.table-of-contents').html(build_toc());
+
                    var hash = this.hash;
  
    // first definition of positions
+
                    // Using jQuery's animate() method to add smooth page scroll
    get_positions();
+
                    // The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
 +
                    $('html, body').animate({
 +
                        scrollTop: $(hash).offset().top
 +
                    }, 800, function () {
  
    // on resize, re-calc positions
+
                        // Add hash (#) to URL when done scrolling (default click behavior)
    $(window).on('resize', function () {
+
                        window.location.hash = hash;
        get_positions();
+
                    });
    });
+
                } // End if
 +
            });
 +
        });
  
    $(document).on('scroll', function () {
 
        set_toc_reading();
 
    });
 
    /*
 
    * Contents Controler End
 
    */
 
  
    /*
+
        $(document).ready(function () {
  * Gallery Controler End
+
            $(".reg").click(function () {
  */
+
                $(".pop").fadeOut(100);
    function gaFunction(imgs) {
+
                $(this).next().fadeIn(300);
        var expandImg = document.getElementById("expandedImg");
+
            });
        var imgText = document.getElementById("imgtext");
+
        expandImg.src = imgs.src;
+
        imgText.innerHTML = imgs.alt;
+
        expandImg.parentElement.style.display = "block";
+
    }
+
  
    /*
+
            $(".pop > span, .pop").click(function () {
  * Gallery Controler Start
+
                $(".pop").fadeOut(300);
  */
+
            });
</script>
+
        });
  
<script src="https://2019.igem.org/Team:Tuebingen/sidebarJS?action=raw&ctype=text/javascript"></script>
+
    </script>
  
<script src="https://2019.igem.org/Team:Tuebingen/smoothScrollJS?action=raw&ctype=text/javascript"></script>
+
<div id="videoBox" class="text-center" style="position: relative;  min-height:5%; width:100%; margin-top: 50px">
<script>
+
    <video id="videoShow" playsinline autoplay muted id="myVideo" style="min-height:5%; width:100%; margin-top: 50px">
var scroll = new SmoothScroll('a[href*="#"]');
+
        <source src="https://2019.igem.org/wiki/images/c/c1/T--Tuebingen--cover_video.mp4" type="video/mp4"
</script>
+
                style="width: 100%;">
 +
        Your browser does not support HTML5 video.
 +
    </video>
  
 +
</div>
  
  
 +
<div id="whyTitle" class="container-fluid jumbotron jumbotron-fluid text-center mb-0 p-0 align-items-center text-light" style="overflow-x: hidden; overflow-y: hidden;">
 +
<div data-aos="zoom-out-left"
 +
    data-aos-offset="200"
 +
    data-aos-delay="50"
 +
    data-aos-duration="2000"
 +
    data-aos-easing="ease-in-out-cubic"
 +
    data-aos-mirror="true"
 +
    data-aos-once="false">
 +
    <div class="row pt-5 pb-3 ">
 +
        <div class="warningContent col-12">
 +
            <span class="align-middle" style="font-family: 'Righteous'">GLP.exe - a safe and effective treatment for Diabetes Mellitus Type II</span>
 +
        </div>
 +
    </div>
  
<div class='container-fluid p-3' style="background-color: #919191;">
+
    <div class="row p-5" style="padding-left: 10vw; padding-right: 10vw;">
    <hr>
+
         <div class="col-12 col-md-6">
    <div class='row align-items-center'>
+
             <img class="img-fluid" src="https://2019.igem.org/wiki/images/3/3c/T--Tuebingen--Diabetes-Treatment-transparent-Landing-Page.png"
         <div class='col-6 col-md-2 sponsorLogo text-center'>
+
                alt="meetUp" style="padding-left: 6vw;">
             <a href="https://www.stura-tuebingen.de/" target="_blank2"><img class="img-fluid"
+
                                                                            src="https://2019.igem.org/wiki/images/1/10/T--Tuebingen--stura_logo.png"
+
                                                                            style="max-height: 80px;"></a>
+
 
         </div>
 
         </div>
         <div class='col-6 col-md-2 sponsorLogo text-center'>
+
         <div class="col-12 col-md-6 pt-3" style="padding-right: 6vw;">
            <a href="https://www.embl.de/" target="_blank2"><img class="img-fluid"
+
            <p class="text-justify  mobileText">Several treatment options for Type II Diabetes Mellitus
                                                                src="https://2019.igem.org/wiki/images/c/c4/T--Tuebingen--embl_logo.png"
+
                have been developed in recent years significantly improving the patients' insulin level.
                                                                style="max-height: 80px;"></a>
+
            </p>
 +
 
 +
            <p class="text-justify  mobileText">
 +
                Hence, the diagnosis of Type II Diabetes Mellitus is no longer a death sentence.
 +
            </p>
 
         </div>
 
         </div>
        <div class='col-6 col-md-2 sponsorLogo text-center'>
+
    </div>
            <a href="https://www.kohlbacherlab.org" target="_blank2"><img class="img-fluid"
+
</div>
                                                                          src="https://2019.igem.org/wiki/images/9/99/T--Tuebingen--kohlbacher_logo.png"
+
 
                                                                          style="max-height: 80px;"></a>
+
    <div class="row pt-5 pb-3 ">
 +
        <div class="warningContent col-12 slide-in">
 +
            <span class="align-middle" style="font-family: 'Righteous'">Yet...</span>
 
         </div>
 
         </div>
        <div class='col-6 col-md-2 sponsorLogo text-center'>
+
    </div>
            <a href="https://www.dieter-schwarz-stiftung.de/homepage.html" target="_blank2"><img class="img-fluid"
+
 
                                                                                                src="https://2019.igem.org/wiki/images/8/86/T--Tuebingen--LogoDSS.png"
+
    <div data-aos="zoom-out-right"
                                                                                                style="max-height: 80px;"></a>
+
    data-aos-offset="200"
 +
    data-aos-delay="50"
 +
    data-aos-duration="2000"
 +
    data-aos-easing="ease-in-out-cubic"
 +
    data-aos-mirror="true"
 +
    data-aos-once="false">
 +
    <div class="row p-5" style="padding-left: 10vw; padding-right: 10vw;">
 +
        <div class="col-12 col-md-6">
 +
            <img class="img-fluid" src="https://2019.igem.org/wiki/images/1/15/T--Tuebingen--Injection-Scheme-transparent-Landing-Page.png"
 +
                alt="meetUp" style="padding-left: 6vw;">
 
         </div>
 
         </div>
         <div class='col-6 col-md-2 sponsorLogo text-center'>
+
 
             <a href="https://www.experimenta.science/en/" target="_blank2"><img class="img-fluid"
+
         <div class="col-12 col-md-6 pt-3" style="padding-right: 6vw;">
                                                                                src="https://2019.igem.org/wiki/images/e/eb/T--Tuebingen--Logo-Experimenta.png"
+
             <h2 class="display-4 mobileTitle" style="font-family: 'Righteous'">Current Drugs</h2>
                                                                                style="max-height: 80px;"></a>
+
            <p class="text-justify mobileText">are expensive, require fine tuning and daily shots.
 +
                Moreover, they have severe side-effects, causing patients to skip doses.</p>
 +
 
 +
            <p class="text-justify mobileText">“Many patients don’t want to use insulin. They don’t want
 +
                to do finger sticks and they’re afraid of hypoglycemia.”<br>
 +
            </p>
 +
 
 +
            <p class="text-justify mobileText">
 +
                “To fight the global diabetes pandemic, we would ideally have an accessible cost-effective
 +
                easily-compliant intervention that has high clinical efficacy and that is free of adverse side effects.”<br><br>
 +
                Prof. Harold Lebovitz, State University of New York Health Science Center, Brooklyn, New York
 +
            </p>
 
         </div>
 
         </div>
        <div class='col-6 col-md-2 sponsorLogo text-center'>
+
    </div>
            <a href="https://www.zmbp.uni-tuebingen.de/zmbp.html" target="_blank2"><img class="img-fluid"
+
    </div>
                                                                                        src="https://2019.igem.org/wiki/images/d/d8/T--Tuebingen--zmbp_logo.png"
+
 
                                                                                        style="max-height: 80px;"></a>
+
    <div class="row pt-5 pb-3 ">
 +
        <div class="warningContent col-12">
 +
            <span class="align-middle" style="font-family: 'Righteous'">However...</span>
 
         </div>
 
         </div>
 
     </div>
 
     </div>
  
     <hr>
+
     <div data-aos="zoom-out-left"
     <div class='row align-items-center'>
+
    data-aos-offset="200"
         <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
+
    data-aos-delay="50"
             <a href="https://www.lexogen.com/" target="_blank2"><img class="img-fluid"
+
    data-aos-duration="2000"
                                                                    src="https://2019.igem.org/wiki/images/4/43/T--Tuebingen--lexogen_logo.png"></a>
+
    data-aos-easing="ease-in-out-cubic"
 +
    data-aos-mirror="true"
 +
    data-aos-once="false">
 +
 
 +
     <div class="row p-5" style="padding-left: 10vw; padding-right: 10vw;">
 +
         <div class="col-12 col-md-6">
 +
             <img class="img-fluid" src="https://2019.igem.org/wiki/images/e/e3/T--Tuebingen--Our-Probiotic-transparent-Landing-page.png"
 +
                alt="meetUp" style="padding-left: 6vw;">
 
         </div>
 
         </div>
         <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
+
 
             <a href="http://s466755640.online.de/4bl/" target="_blank2"><img class="img-fluid"
+
         <div class="col-12 col-md-6 pt-3" style="padding-right: 6vw;">
                                                                            src="https://2019.igem.org/wiki/images/0/0b/T--Tuebingen--4base_logo.png"></a>
+
             <h2 class="display-4 mobileTitle" style="font-family: 'Righteous'">There's a solution!</h2>
 +
            <p class="text-justify mobileText">Our therapeutic agent is a probiotic secreting incretin
 +
                mimetics placed in the patients intestine by oral administration of capsules. GLP-1 and Exendin-4, our
 +
                main actors, cause an increase in insulin secretion, if the cell has already taken up sugar.</p>
 +
 
 +
            <p class="text-justify mobileText">This enables an easier therapy where a regular intake of
 +
                medicals are not required.</p>
 +
 
 +
            <p class="text-justify mobileText">Improved cell penetrating peptides with the use of
 +
                artificial intelligence allow for an efficient and safe transport of our effectors into the cells.</p>
 
         </div>
 
         </div>
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
+
    </div>
            <a href="https://www.agilent.com/" target="_blank2"><img class="img-fluid"
+
    </div>
                                                                    src="https://2019.igem.org/wiki/images/e/e7/T--Tuebingen--agilent_logo.png"></a>
+
 
 +
    <div class="row pt-5 pb-3 ">
 +
        <div class="warningContent col-12">
 +
            <span class="align-middle" style="font-family: 'Righteous'">Safety</span>
 
         </div>
 
         </div>
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
+
    </div>
            <a href="https://www.digitalocean.com/" target="_blank2"><img class="img-fluid"
+
 
                                                                          src="https://2019.igem.org/wiki/images/6/67/T--Tuebingen--digitalocean_logo.png"></a>
+
    <div data-aos="zoom-out-right"
 +
    data-aos-offset="200"
 +
    data-aos-delay="50"
 +
    data-aos-duration="2000"
 +
    data-aos-easing="ease-in-out-cubic"
 +
    data-aos-mirror="true"
 +
    data-aos-once="false">
 +
 
 +
    <div class="row p-5" style="padding-left: 10vw; padding-right: 10vw;">
 +
        <div class="col-12 col-md-6">
 +
            <img class="img-fluid" src="https://2019.igem.org/wiki/images/6/6d/T--Tuebingen--Cas3-system-transparent-Landing-page.png"
 +
                alt="meetUp" style="padding-left: 6vw;">
 
         </div>
 
         </div>
         <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
+
 
             <a href="https://dwk.com/" target="_blank2"><img class="img-fluid"
+
         <div class="col-12 col-md-6 pt-3" style="padding-right: 6vw;">
                                                            src="https://2019.igem.org/wiki/images/c/ce/T--Tuebingen--dwk_logo.png"></a>
+
             <h2 class="display-4 mobileTitle" style="font-family: 'Righteous'">is our highest priority!</h2>
 +
            <p class="text-justify mobileText">Therefore, we developed a novel, Cas3 based kill-switch
 +
                mechanism. The flexible system uses three regulators inspired by the human intestines: temperature,
 +
                availability of fatty acids in form of Acyl CoA and N-Acetyl-Glucosamin. </p>
 +
 
 +
            <p class="text-justify mobileText">
 +
                If the conditions of our regulatory system are no longer met, Cas3 will be degrading all genetic
 +
                information.
 +
            </p>
 
         </div>
 
         </div>
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
+
    </div>
            <a href="https://www.eppendorf.com/" target="_blank2"><img class="img-fluid"
+
    </div>
                                                                      src="https://2019.igem.org/wiki/images/a/a6/T--Tuebingen--eppendorf_logo.png"></a>
+
 
 +
    <div class="row pt-5 pb-3 ">
 +
        <div class="warningContent col-12">
 +
            <span class="align-middle" style="font-family: 'Righteous'">Additionally</span>
 
         </div>
 
         </div>
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
+
    </div>
            <a href="https://www.implen.de/" target="_blank2"><img class="img-fluid"
+
 
                                                                  src="https://2019.igem.org/wiki/images/b/bb/T--Tuebingen--Logo-Implen.png"></a>
+
    <div data-aos="zoom-out-left"
 +
    data-aos-offset="200"
 +
    data-aos-delay="50"
 +
    data-aos-duration="2000"
 +
    data-aos-easing="ease-in-out-cubic"
 +
    data-aos-mirror="true"
 +
    data-aos-once="false">
 +
 
 +
    <div class="row p-5" style="padding-left: 10vw; padding-right: 10vw;">
 +
        <div class="col-12 col-md-6">
 +
            <img class="img-fluid" src="https://2019.igem.org/wiki/images/a/a6/T--Tuebingen--EcN-Charakterisierung-transparent-Landing-page.png"
 +
                alt="meetUp" style="padding-left: 6vw;">
 
         </div>
 
         </div>
         <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
+
 
             <a href="https://www.jenabioscience.com/" target="_blank2"><img class="img-fluid"
+
         <div class="col-12 col-md-6 pt-3" style="padding-right: 6vw;">
                                                                            src="https://2019.igem.org/wiki/images/3/31/T--Tuebingen--JBS_logo.png"></a>
+
             <h2 class="display-4 mobileTitle" style="overflow-x: visible; font-family: 'Righteous'">An in depth E.coli Nissle characterization</h2>
 +
            <p class="text-justify mobileText">Despite the fact that E. Coli Nissle is an already
 +
                approved probiotic, it's surprisingly badly characterized.</p>
 +
 
 +
            <p class="text-justify mobileText">
 +
                Hence, we provide the first metabolic model of E. coli Nissle and optimize it's growth for various
 +
                growth media. Furthermore, we predicted the interaction and competition of E. coli Nissle with common competitors for various fluxes in the gut.
 +
            </p>
 +
 
 +
            <p class="text-justify mobileText">
 +
                Finally, we carried out a series of RNA-Seq experiments to assess the adaptions and reactions of E. coli
 +
                Nissle to aerobic, as well as anaerobic occurring stress factors.
 +
            </p>
 
         </div>
 
         </div>
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
+
    </div>
            <a href="https://www.gbo.com/" target="_blank2"><img class="img-fluid"
+
    </div>
                                                                src="https://2019.igem.org/wiki/images/a/ae/T--Tuebingen--greiner_logo.png"></a>
+
 
 +
    <div class="row pt-5 pb-3 ">
 +
        <div class="warningContent col-12 slide-in">
 +
            <span class="align-middle" style="font-family: 'Righteous'">Bringing it all together</span>
 
         </div>
 
         </div>
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
+
    </div>
            <a href="http://www.metabion.com/" target="_blank2"><img class="img-fluid"
+
 
                                                                    src="https://2019.igem.org/wiki/images/4/41/T--Tuebingen--Logo-Metabion.png"></a>
+
    <div data-aos="zoom-out-right"
 +
    data-aos-offset="200"
 +
    data-aos-delay="50"
 +
    data-aos-duration="2000"
 +
    data-aos-easing="ease-in-out-cubic"
 +
    data-aos-mirror="true"
 +
    data-aos-once="false">
 +
 
 +
    <div class="row p-5" style="padding-left: 10vw; padding-right: 10vw;">
 +
        <div class="col-12 col-md-6">
 +
            <img class="img-fluid" src="https://2019.igem.org/wiki/images/3/3d/T--Tuebingen--New-Approach-transparent-Landing-page.png"
 +
                alt="meetUp" style="padding-left: 6vw;">
 
         </div>
 
         </div>
         <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
+
 
            <a href="https://www.microsynth.ch/home-ch.html" target="_blank2"><img class="img-fluid"
+
 
                                                                                  src="https://2019.igem.org/wiki/images/1/18/T--Tuebingen--microsynth_logo.png"></a>
+
         <div class="col-12 col-md-6 pt-3" style="padding-right: 6vw;">
        </div>
+
            <h2 class="display-4 mobileTitle">Our work lays the foundation for an innovative, unprecedented approach to treat Diabetes Mellitus Type II.</h2>
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
+
            <a href="https://www.neb.com/" target="_blank2"><img class="img-fluid"
+
                                                                src="https://2019.igem.org/wiki/images/2/29/T--Tuebingen--neb_logo.png"></a>
+
 
         </div>
 
         </div>
 
     </div>
 
     </div>
 +
</div>
 +
 +
</div>
 +
 +
<style>
 +
 +
.testclasse {
 +
  margin: 0;
 +
  background-color: #2ecc71;
 +
  background-image: radial-gradient(#2ecc71 20%, #1b7a43 50%, rgba(0, 0, 0, 0.5) 100%);
 +
  background-size: 120%;
 +
  background-position: center;
 +
  font-family: "Barlow Condensed", sans-serif;
 +
  -webkit-animation: tighten-vinette ease-out 1800ms forwards;
 +
          animation: tighten-vinette ease-out 1800ms forwards;
 +
}
 +
 +
.babbelbubu .logo .kokosnusss {
 +
    width: 120%; margin-left: -10%; margin-top: -45%;
 +
  pointer-events: none;
 +
  height: 90vh;
 +
    top: 0;
 +
    bottom: 0;
 +
  right: 0;
 +
  left: 0;
 +
  position: relative;
 +
  opacity: .6;
 +
  z-index: 20;
 +
  background-size: cover;
 +
  background-position: center;
 +
  background-image: url("https://static.comicvine.com/uploads/original/11124/111240517/4986890-4700382785-29908.jpg");
 +
}
 +
 +
.babbelbubu {
 +
  height: 80%;
 +
  display: flex;
 +
  align-items: center;
 +
  justify-content: center;
 +
}
 +
 +
.logo {
 +
  cursor: pointer;
 +
  text-align: center;
 +
}
 +
.logo:hover .restart {
 +
  opacity: .8;
 +
}
 +
 +
.restart {
 +
  color: #fff;
 +
  margin-top: 20px;
 +
  font-size: 1.5rem;
 +
  text-transform: uppercase;
 +
  letter-spacing: -.08rem;
 +
  transition: opacity 150ms linear;
 +
}
 +
 +
.marvel, .studios {
 +
  position: relative;
 +
  color: #fff;
 +
  text-transform: uppercase;
 +
  letter-spacing: -.2rem;
 +
  font-size: 5rem;
 +
  margin: .05rem .05rem .5rem;
 +
  padding: 0 0.4rem;
 +
  display: inline-block;
 +
    margin-top: 30%;
 +
}
 +
 +
.studios {
 +
  font-weight: 500;
 +
  letter-spacing: -.3rem;
 +
  -webkit-transform: translateX(-95px);
 +
          transform: translateX(-95px);
 +
}
 +
 +
.marvel {
 +
  z-index: 10;
 +
  font-weight: 800;
 +
  -webkit-transform: translateX(95px);
 +
          transform: translateX(95px);
 +
}
 +
.marvel:before {
 +
  z-index: -10;
 +
  content: '';
 +
  display: block;
 +
  background-color: #2ecc71;
 +
  border: solid rgba(255, 255, 255, 0.2) 1px;
 +
  height: 100%;
 +
  width: 100%;
 +
  position: absolute;
 +
  top: 0;
 +
  left: 0;
 +
}
 +
 +
.studios:after, .studios:before {
 +
  content: '';
 +
  display: block;
 +
  height: 3px;
 +
  position: absolute;
 +
  background-color: #fff;
 +
  display: block;
 +
  left: 0.4rem;
 +
  right: 0.4rem;
 +
}
 +
 +
.studios:before {
 +
  top: 0;
 +
}
 +
.studios:after {
 +
  bottom: 0;
 +
}
 +
 +
@media screen and (max-width: 900px) and (max-height: 1170px) {
 +
    .babbelbubu .logo .kokosnusss {
 +
        margin-top: -90%;
 +
        width: 100%;
 +
        margin-left: 0;
 +
    }
 +
}
 +
 +
@media screen and (max-width: 500px) and (max-height: 750px) {
 +
    .babbelbubu .logo .kokosnusss {
 +
        margin-top: -120%;
 +
        width: 100%;
 +
        margin-left: 0;
 +
    }
 +
 +
    .marvel, .studios {
 +
        font-size: 3rem;
 +
    }
 +
}
 +
 +
@media screen and (max-width: 420px) and (max-height: 850px) {
 +
    .babbelbubu .logo .kokosnusss {
 +
        margin-top: -140%;
 +
        width: 100%;
 +
        margin-left: 0;
 +
    }
 +
 +
    .marvel, .studios {
 +
        font-size: 3rem;
 +
    }
 +
}
 +
 +
.wrapper.run-animation .restart {
 +
  opacity: 0;
 +
  -webkit-animation: fade-down 1200ms ease 3600ms forwards;
 +
          animation: fade-down 1200ms ease 3600ms forwards;
 +
}
 +
 +
.babbelbubu.run-animation {
 +
  -webkit-animation: shrink ease-out 4800ms forwards 600ms;
 +
          animation: shrink ease-out 4800ms forwards 600ms;
 +
}
 +
 +
.babbelbubu.run-animation .marvel {
 +
  -webkit-transform: translateX(95px);
 +
          transform: translateX(95px);
 +
  -webkit-animation: slide-out-X 750ms ease forwards;
 +
          animation: slide-out-X 750ms ease forwards;
 +
}
 +
.babbelbubu.run-animation .studios {
 +
  -webkit-transform: translateX(-95px);
 +
          transform: translateX(-95px);
 +
  color: transparent;
 +
  -webkit-animation: slide-out-X 750ms ease forwards, show-text 300ms linear forwards 1500ms;
 +
          animation: slide-out-X 750ms ease forwards, show-text 300ms linear forwards 1500ms;
 +
}
 +
.babbelbubu.run-animation .studios:before {
 +
  -webkit-transform: translateY(2.9rem);
 +
          transform: translateY(2.9rem);
 +
  -webkit-animation: slide-out-Y 300ms ease forwards 750ms;
 +
          animation: slide-out-Y 300ms ease forwards 750ms;
 +
}
 +
.babbelbubu.run-animation .studios:after {
 +
  -webkit-transform: translateY(-2.9rem);
 +
          transform: translateY(-2.9rem);
 +
  -webkit-animation: slide-out-Y 300ms ease forwards 750ms;
 +
          animation: slide-out-Y 300ms ease forwards 750ms;
 +
}
 +
 +
.babbelbubu.run-animation .logo .kokosnusss {
 +
  -webkit-animation: flicker-images 1500ms 2 steps(1, end), fade-out 4500ms forwards;
 +
          animation: flicker-images 1500ms 2 steps(1, end), fade-out 4500ms forwards;
 +
}
 +
 +
@-webkit-keyframes slide-out-X {
 +
  100% {
 +
    -webkit-transform: translateX(0);
 +
            transform: translateX(0);
 +
  }
 +
}
 +
 +
@keyframes slide-out-X {
 +
  100% {
 +
    -webkit-transform: translateX(0);
 +
            transform: translateX(0);
 +
  }
 +
}
 +
@-webkit-keyframes slide-out-Y {
 +
  100% {
 +
    -webkit-transform: translateY(0);
 +
            transform: translateY(0);
 +
  }
 +
}
 +
@keyframes slide-out-Y {
 +
  100% {
 +
    -webkit-transform: translateY(0);
 +
            transform: translateY(0);
 +
  }
 +
}
 +
@-webkit-keyframes show-text {
 +
  100% {
 +
    color: #fff;
 +
  }
 +
}
 +
@keyframes show-text {
 +
  100% {
 +
    color: #fff;
 +
  }
 +
}
 +
@-webkit-keyframes shrink {
 +
  100% {
 +
    -webkit-transform: scale(0.8);
 +
            transform: scale(0.8);
 +
  }
 +
}
 +
@keyframes shrink {
 +
  100% {
 +
    -webkit-transform: scale(0.8);
 +
            transform: scale(0.8);
 +
  }
 +
}
 +
@-webkit-keyframes tighten-vinette {
 +
  100% {
 +
    background-size: 120%;
 +
  }
 +
}
 +
@keyframes tighten-vinette {
 +
  100% {
 +
    background-size: 120%;
 +
  }
 +
}
 +
@-webkit-keyframes fade-down {
 +
  0% {
 +
    -webkit-transform: translateY(-2rem);
 +
            transform: translateY(-2rem);
 +
    opacity: 0;
 +
  }
 +
  100% {
 +
    -webkit-transform: translateY(0);
 +
            transform: translateY(0);
 +
    opacity: .5;
 +
  }
 +
}
 +
@keyframes fade-down {
 +
  0% {
 +
    -webkit-transform: translateY(-2rem);
 +
            transform: translateY(-2rem);
 +
    opacity: 0;
 +
  }
 +
  100% {
 +
    -webkit-transform: translateY(0);
 +
            transform: translateY(0);
 +
    opacity: .5;
 +
  }
 +
}
 +
@-webkit-keyframes fade-out {
 +
  100% {
 +
    opacity: 0;
 +
  }
 +
}
 +
@keyframes fade-out {
 +
  100% {
 +
    opacity: 0;
 +
  }
 +
}
 +
@-webkit-keyframes flicker-images {
 +
  0% {
 +
    background-image: url("https://i.ytimg.com/vi/lhgrYaBmplY/maxresdefault.jpg");
 +
  }
 +
  10% {
 +
    background-image: url("https://doomrocket.com/wp-content/uploads/2014/08/IMG_4527.png");
 +
  }
 +
  20% {
 +
    background-image: url("https://www.nerdmuch.com/wp-content/uploads/2016/02/funny-deadpool.jpg");
 +
  }
 +
  30% {
 +
    background-image: url("https://i.pinimg.com/736x/b4/e0/d5/b4e0d51ab9af14198f733ca582d06794--geek-things-geek-art.jpg");
 +
  }
 +
  40% {
 +
    background-image: url("https://images.fastcompany.net/image/upload/w_1280,f_auto,q_auto,fl_lossy/fc/3025621-poster-p-1-ka-pow-marvel-opens-massive-comic-book-images-archive-and-api-to-fans-developers.jpg");
 +
  }
 +
  50% {
 +
    background-image: url("http://nerdist.com/wp-content/uploads/2015/03/captain-america-iron-man-civil-war-1024x597.jpg");
 +
  }
 +
  60% {
 +
    background-image: url("https://geekreply.com/wp-content/uploads/2015/05/watchmen.jpg");
 +
  }
 +
  70% {
 +
    background-image: url("http://cdn.playbuzz.com/cdn/3c096341-2a6c-4ae6-bb76-3973445cfbcf/6b938520-4962-403a-9ce3-7bf298918cad.jpg");
 +
  }
 +
  80% {
 +
    background-image: url("http://cdn.wegotthiscovered.com/wp-content/uploads/2016/05/Storm-and-Black-Panther-marriage.jpg");
 +
  }
 +
  90% {
 +
    background-image: url("https://am21.akamaized.net/tms/cnt/uploads/2014/01/Black-Widow-70s-Suit-3-580x270.jpg");
 +
  }
 +
  100% {
 +
    background-image: url("https://i.ytimg.com/vi/lhgrYaBmplY/maxresdefault.jpg");
 +
  }
 +
}
 +
@keyframes flicker-images {
 +
  0% {
 +
    background-image: url("https://i.ytimg.com/vi/lhgrYaBmplY/maxresdefault.jpg");
 +
  }
 +
  10% {
 +
    background-image: url("https://doomrocket.com/wp-content/uploads/2014/08/IMG_4527.png");
 +
  }
 +
  20% {
 +
    background-image: url("https://www.nerdmuch.com/wp-content/uploads/2016/02/funny-deadpool.jpg");
 +
  }
 +
  30% {
 +
    background-image: url("https://i.pinimg.com/736x/b4/e0/d5/b4e0d51ab9af14198f733ca582d06794--geek-things-geek-art.jpg");
 +
  }
 +
  40% {
 +
    background-image: url("https://images.fastcompany.net/image/upload/w_1280,f_auto,q_auto,fl_lossy/fc/3025621-poster-p-1-ka-pow-marvel-opens-massive-comic-book-images-archive-and-api-to-fans-developers.jpg");
 +
  }
 +
  50% {
 +
    background-image: url("http://nerdist.com/wp-content/uploads/2015/03/captain-america-iron-man-civil-war-1024x597.jpg");
 +
  }
 +
  60% {
 +
    background-image: url("https://geekreply.com/wp-content/uploads/2015/05/watchmen.jpg");
 +
  }
 +
  70% {
 +
    background-image: url("http://cdn.playbuzz.com/cdn/3c096341-2a6c-4ae6-bb76-3973445cfbcf/6b938520-4962-403a-9ce3-7bf298918cad.jpg");
 +
  }
 +
  80% {
 +
    background-image: url("http://cdn.wegotthiscovered.com/wp-content/uploads/2016/05/Storm-and-Black-Panther-marriage.jpg");
 +
  }
 +
  90% {
 +
    background-image: url("https://am21.akamaized.net/tms/cnt/uploads/2014/01/Black-Widow-70s-Suit-3-580x270.jpg");
 +
  }
 +
  100% {
 +
    background-image: url("https://i.ytimg.com/vi/lhgrYaBmplY/maxresdefault.jpg");
 +
  }
 +
}
 +
 +
</style>
 +
 +
 +
 +
<div class="testclasse">
 +
 +
<div class="babbelbubu run-animation" id="ananananananas">
 +
<div class="logo">
 +
 +
        <span class="marvel" > <a href="https://www.google.com" style="color: #fff;text-decoration: none;">View our</a></span>
 +
<span class="studios" > <a href="https://www.google.com" style="color: #fff;text-decoration: none;">Story</a></span>
 +
 +
        <div class="restart">Restart</div>
 +
 +
        <div class="kokosnusss"></div>
 +
</div>
 +
 +
</div>
 +
 +
  
    <div class='row align-items-center'>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.promega.de/en/" target="_blank2"><img class="img-fluid"
 
                                                                      src="https://2019.igem.org/wiki/images/f/f8/T--Tuebingen--promega_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.qiagen.com/us/" target="_blank2"><img class="img-fluid"
 
                                                                      src="https://2019.igem.org/wiki/images/9/92/T--Tuebingen--qiagen_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.carlroth.com/en/en" target="_blank2"><img class="img-fluid"
 
                                                                          src="https://2019.igem.org/wiki/images/6/61/T--Tuebingen--roth_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.sitoolsbiotech.com/" target="_blank2"><img class="img-fluid"
 
                                                                            src="https://2019.igem.org/wiki/images/3/31/T--Tuebingen--sibiotools_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.snapgene.com/" target="_blank2"><img class="img-fluid"
 
                                                                      src="https://2019.igem.org/wiki/images/3/3a/T--Tuebingen--snapgene_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.trilinkbiotech.com/" target="_blank2"><img class="img-fluid"
 
                                                                            src="https://2019.igem.org/wiki/images/b/b6/T--Tuebingen--trilink_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://twistbioscience.com/" target="_blank2"><img class="img-fluid"
 
                                                                        src="https://2019.igem.org/wiki/images/4/4c/T--Tuebingen--Logo-Twist.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="http://www.vazymebiotech.com/" target="_blank2"><img class="img-fluid"
 
                                                                          src="https://2019.igem.org/wiki/images/b/b7/T--Tuebingen--vazyme_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.biolegend.com/" target="_blank2"><img class="img-fluid"
 
                                                                      src="https://2019.igem.org/wiki/images/c/c3/T--Tuebingen--biolegend_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.zymoresearch.de/" target="_blank2"><img class="img-fluid"
 
                                                                        src="https://2019.igem.org/wiki/images/6/6e/T--Tuebingen--zymo_logo.png"></a>
 
        </div>
 
 
     </div>
 
     </div>
 +
 +
 +
 +
<script>
 +
    element = document.getElementById("ananananananas");
 +
 +
if (element) {
 +
// reset the transition by...
 +
element.addEventListener("mouseenter", function(e) {
 +
e.preventDefault;
 +
 +
console.log('element', element.classList);
 +
 +
// removing the class
 +
element.classList.remove("run-animation");
 +
 +
// triggering reflow
 +
void element.offsetWidth;
 +
 +
// and re-adding the class
 +
element.classList.add("run-animation");
 +
}, false);
 +
 +
element.addEventListener("click", function(e) {
 +
e.preventDefault;
 +
 +
console.log('element', element.classList);
 +
 +
// removing the class
 +
element.classList.remove("run-animation");
 +
 +
// triggering reflow
 +
void element.offsetWidth;
 +
 +
// and re-adding the class
 +
element.classList.add("run-animation");
 +
}, false);
 +
}
 +
</script>
 +
 +
<div class='container-fluid p-3' style="background-color: rgba(35, 35, 35, 0.4);">
 +
        <hr>
 +
        <div class='row align-items-center'>
 +
            <div class='col-6 col-md-2 sponsorLogo text-center'>
 +
                <a href="https://www.stura-tuebingen.de/" target="_blank2"><img class="img-fluid"
 +
                                                                                src="https://2019.igem.org/wiki/images/1/10/T--Tuebingen--stura_logo.png"
 +
                                                                                style="max-height: 80px;"></a>
 +
            </div>
 +
            <div class='col-6 col-md-2 sponsorLogo text-center'>
 +
                <a href="https://www.embl.de/" target="_blank2"><img class="img-fluid"
 +
                                                                    src="https://2019.igem.org/wiki/images/c/c4/T--Tuebingen--embl_logo.png"
 +
                                                                    style="max-height: 80px;"></a>
 +
            </div>
 +
            <div class='col-6 col-md-2 sponsorLogo text-center'>
 +
                <a href="https://www.kohlbacherlab.org" target="_blank2"><img class="img-fluid"
 +
                                                                              src="https://2019.igem.org/wiki/images/9/99/T--Tuebingen--kohlbacher_logo.png"
 +
                                                                              style="max-height: 80px;"></a>
 +
            </div>
 +
            <div class='col-6 col-md-2 sponsorLogo text-center'>
 +
                <a href="https://www.dieter-schwarz-stiftung.de/homepage.html" target="_blank2"><img class="img-fluid"
 +
                                                                                                    src="https://2019.igem.org/wiki/images/8/86/T--Tuebingen--LogoDSS.png"
 +
                                                                                                    style="max-height: 80px;"></a>
 +
            </div>
 +
            <div class='col-6 col-md-2 sponsorLogo text-center'>
 +
                <a href="https://www.experimenta.science/en/" target="_blank2"><img class="img-fluid"
 +
                                                                                    src="https://2019.igem.org/wiki/images/e/eb/T--Tuebingen--Logo-Experimenta.png"
 +
                                                                                    style="max-height: 80px;"></a>
 +
            </div>
 +
            <div class='col-6 col-md-2 sponsorLogo text-center'>
 +
                <a href="https://www.zmbp.uni-tuebingen.de/zmbp.html" target="_blank2"><img class="img-fluid"
 +
                                                                                            src="https://2019.igem.org/wiki/images/d/d8/T--Tuebingen--zmbp_logo.png"
 +
                                                                                            style="max-height: 80px;"></a>
 +
            </div>
 +
 +
 +
            <!--
 +
<div class='col sponsorLogo'>
 +
<a href="https://www.grk2062.uni-muenchen.de/index.html" target="_blank2" ><img class="img-fluid" src="http://2018.igem.org/wiki/images/f/fe/T--Munich--GRK2062.png" style="max-height: 70px;"></a>
 
</div>
 
</div>
 +
-->
 +
        </div>
  
<script src="https://2019.igem.org/Team:Tuebingen/magni-popup-minJS?action=raw&ctype=text/javascript"></script>
+
        <hr>
<script src="https://2019.igem.org/Team:Tuebingen/popup-imagesJS?action=raw&ctype=text/javascript"></script>
+
        <div class='row align-items-center'>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.lexogen.com/" target="_blank2"><img class="img-fluid"
 +
                                                                        src="https://2019.igem.org/wiki/images/4/43/T--Tuebingen--lexogen_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="http://s466755640.online.de/4bl/" target="_blank2"><img class="img-fluid"
 +
                                                                                src="https://2019.igem.org/wiki/images/0/0b/T--Tuebingen--4base_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.agilent.com/" target="_blank2"><img class="img-fluid"
 +
                                                                        src="https://2019.igem.org/wiki/images/e/e7/T--Tuebingen--agilent_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.digitalocean.com/" target="_blank2"><img class="img-fluid"
 +
                                                                              src="https://2019.igem.org/wiki/images/6/67/T--Tuebingen--digitalocean_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://dwk.com/" target="_blank2"><img class="img-fluid"
 +
                                                                src="https://2019.igem.org/wiki/images/c/ce/T--Tuebingen--dwk_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.eppendorf.com/" target="_blank2"><img class="img-fluid"
 +
                                                                          src="https://2019.igem.org/wiki/images/a/a6/T--Tuebingen--eppendorf_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.implen.de/" target="_blank2"><img class="img-fluid"
 +
                                                                      src="https://2019.igem.org/wiki/images/b/bb/T--Tuebingen--Logo-Implen.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.jenabioscience.com/" target="_blank2"><img class="img-fluid"
 +
                                                                                src="https://2019.igem.org/wiki/images/3/31/T--Tuebingen--JBS_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.gbo.com/" target="_blank2"><img class="img-fluid"
 +
                                                                    src="https://2019.igem.org/wiki/images/a/ae/T--Tuebingen--greiner_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="http://www.metabion.com/" target="_blank2"><img class="img-fluid"
 +
                                                                        src="https://2019.igem.org/wiki/images/4/41/T--Tuebingen--Logo-Metabion.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.microsynth.ch/home-ch.html" target="_blank2"><img class="img-fluid"
 +
                                                                                      src="https://2019.igem.org/wiki/images/1/18/T--Tuebingen--microsynth_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.neb.com/" target="_blank2"><img class="img-fluid"
 +
                                                                    src="https://2019.igem.org/wiki/images/2/29/T--Tuebingen--neb_logo.png"></a>
 +
            </div>
 +
        </div>
  
 +
        <div class='row align-items-center'>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.promega.de/en/" target="_blank2"><img class="img-fluid"
 +
                                                                          src="https://2019.igem.org/wiki/images/f/f8/T--Tuebingen--promega_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.qiagen.com/us/" target="_blank2"><img class="img-fluid"
 +
                                                                          src="https://2019.igem.org/wiki/images/9/92/T--Tuebingen--qiagen_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.carlroth.com/en/en" target="_blank2"><img class="img-fluid"
 +
                                                                              src="https://2019.igem.org/wiki/images/6/61/T--Tuebingen--roth_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.sitoolsbiotech.com/" target="_blank2"><img class="img-fluid"
 +
                                                                                src="https://2019.igem.org/wiki/images/3/31/T--Tuebingen--sibiotools_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.snapgene.com/" target="_blank2"><img class="img-fluid"
 +
                                                                          src="https://2019.igem.org/wiki/images/3/3a/T--Tuebingen--snapgene_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.trilinkbiotech.com/" target="_blank2"><img class="img-fluid"
 +
                                                                                src="https://2019.igem.org/wiki/images/b/b6/T--Tuebingen--trilink_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://twistbioscience.com/" target="_blank2"><img class="img-fluid"
 +
                                                                            src="https://2019.igem.org/wiki/images/4/4c/T--Tuebingen--Logo-Twist.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="http://www.vazymebiotech.com/" target="_blank2"><img class="img-fluid"
 +
                                                                              src="https://2019.igem.org/wiki/images/b/b7/T--Tuebingen--vazyme_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.biolegend.com/" target="_blank2"><img class="img-fluid"
 +
                                                                          src="https://2019.igem.org/wiki/images/c/c3/T--Tuebingen--biolegend_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.zymoresearch.de/" target="_blank2"><img class="img-fluid"
 +
                                                                            src="https://2019.igem.org/wiki/images/6/6e/T--Tuebingen--zymo_logo.png"></a>
 +
            </div>
 +
 +
        </div>
 +
    </div>
 
</html>
 
</html>

Revision as of 19:15, 15 October 2019

GLP.exe

GLP.exe - a safe and effective treatment for Diabetes Mellitus Type II
meetUp

Several treatment options for Type II Diabetes Mellitus have been developed in recent years significantly improving the patients' insulin level.

Hence, the diagnosis of Type II Diabetes Mellitus is no longer a death sentence.

Yet...
meetUp

Current Drugs

are expensive, require fine tuning and daily shots. Moreover, they have severe side-effects, causing patients to skip doses.

“Many patients don’t want to use insulin. They don’t want to do finger sticks and they’re afraid of hypoglycemia.”

“To fight the global diabetes pandemic, we would ideally have an accessible cost-effective easily-compliant intervention that has high clinical efficacy and that is free of adverse side effects.”

Prof. Harold Lebovitz, State University of New York Health Science Center, Brooklyn, New York

However...
meetUp

There's a solution!

Our therapeutic agent is a probiotic secreting incretin mimetics placed in the patients intestine by oral administration of capsules. GLP-1 and Exendin-4, our main actors, cause an increase in insulin secretion, if the cell has already taken up sugar.

This enables an easier therapy where a regular intake of medicals are not required.

Improved cell penetrating peptides with the use of artificial intelligence allow for an efficient and safe transport of our effectors into the cells.

Safety
meetUp

is our highest priority!

Therefore, we developed a novel, Cas3 based kill-switch mechanism. The flexible system uses three regulators inspired by the human intestines: temperature, availability of fatty acids in form of Acyl CoA and N-Acetyl-Glucosamin.

If the conditions of our regulatory system are no longer met, Cas3 will be degrading all genetic information.

Additionally
meetUp

An in depth E.coli Nissle characterization

Despite the fact that E. Coli Nissle is an already approved probiotic, it's surprisingly badly characterized.

Hence, we provide the first metabolic model of E. coli Nissle and optimize it's growth for various growth media. Furthermore, we predicted the interaction and competition of E. coli Nissle with common competitors for various fluxes in the gut.

Finally, we carried out a series of RNA-Seq experiments to assess the adaptions and reactions of E. coli Nissle to aerobic, as well as anaerobic occurring stress factors.

Bringing it all together
meetUp

Our work lays the foundation for an innovative, unprecedented approach to treat Diabetes Mellitus Type II.