@font-face {
    font-family: 'Futura';
    src: url('https://static.igem.wiki/teams/5077/font/futura-book-font.ttf');
}

@font-face {
    font-family: 'Futura Medium';
    src: url('https://static.igem.wiki/teams/5077/font/futura-medium-bt.ttf');
}

body {
    padding-top: 30px;
    background-color: #e7d7c7;
    font-family: 'Futura';
}
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #76a7a0 !important; }

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: white; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }


/****** Content ******/

.content {
    background-color: #e7d7c7 !important;
    border-color: #f79f93;
    border-radius: 10px;
    border-width: 5px;
    border-style: solid;
}

.heading {
    background-color: #76a7a0 !important;
    border-radius: 10px;
    text-align: center;
}

img {
    border-radius: 10px;
}

/****** Header ******/

header {
    padding: 50px;
    margin-bottom: 20px;
}

header .container {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 10px;
}

/****** Team ******/

.member {
    padding: 10px;
    cursor: pointer;
}

.advisor {
    padding: 10px;
}

.member .name {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

.member img {
    width: 80%;
    border-radius: 100%;
    margin-left: 10%;
    margin-bottom: 10px;
}

.advisor .name {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

.advisor img {
    width: 80%;
    border-radius: 100%;
    margin-left: 10%;
    margin-bottom: 10px;
}

.desc {
    display: none;
    text-align: justify;
}

.desc-name {
    display: none;
    text-align: center;
    font-weight: bold;
}

.name, h1, .desc-name {
    font-family: 'Futura Medium';
}

/****** Misc ******/

.circle {
    border-radius: 10px;
    border: 2px solid #000;
    width: 10px;
    height: 10px;
    margin: 0 auto;
}

.center {
    text-align: center;
}

button {
    background-color: #76a7a0;
    border-style: none;
    padding: 5px;
}

button:hover {
    background-color: #e7d7c7;
    border-style: solid;
    border-color: #76a7a0;
}

.more-info {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0 0 0 max(100vh, 100vw) rgba(0, 0, 0, .3);
    padding: 15px;
    height: 80vh;
    overflow: scroll;
    display: none;
    z-index: 5;
}

#home .content {
    text-align: center;
    height: 250px;
    width: 250px;
    margin: 10px auto;
    border-radius: 50%;
    transition: 5ms;
}

#home .content p {
    padding-top: 40%;
}

#home .content:hover {
    height: 300px;
    width: 300px;
}

#home .content:hover p {
    font-size: 20px;
}

#homeheader {
    height: 100vh;
    background-size: 70svw;
    background-position: center;
    background-repeat: no-repeat;
}

.content-ed {
    background-color: #e7d7c7 !important;
    border-radius: 10px;
}


tr:nth-child(even) {
    background-color: #f79f93;
}

.blocksatz {
    text-align: justify; /* Text wird im Blocksatz dargestellt */
}

.sponsor-img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.sponsor-img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

thead {
    background-color: #f79f93;
}