@import url('https://fonts.googleapis.com/css?family=Walter+Turncoat');

body {
    background-color: rgb(208, 208, 208);
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(70, 70, 70);
    font-size: 16px;
    line-height: 25px;
}

.navbar {
    background-color: #464646;
    /* color: d0d0d0; */
    font-family: "Walter Turncoat", cursive, sans-serif;
    width: 100%;
    position: fixed;
    margin: 0;
    height: 135px;
    overflow: hidden;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

.navbar-sm {
    height: 80px;
}

.logo {
    float: left;
    margin-right: 50px;
}

.navbar-sm * .logo > a > img {
    width: 100px;
    margin-right: 5px;
    margin-left: 100px;
}

.nav-container {
    margin: auto;
    width: 80%;
}

.navbar-content {
    /* float: left; */
    position: relative;
    width: 100%;
    min-width: 1200px;
    overflow: visible;
    padding-top: 10px;
    outline: none;
    margin: auto;
}

.tabs {
    padding-top: 40px;
}

.navbar-sm * .tabs {
    padding-top: 10px;
}

.expand-nav {
    display: none;
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 135px;
    background-color: rgb(70, 70, 70);
    color: rgb(208, 208, 208);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    border-top: solid thin rgb(120, 120, 120);
}

.expand-nav > ul {
    width: 60%;
    margin: auto;
    padding: 0;
}

.expand-nav ul {
    list-style-type: none;
}

@media (max-width: 600px) {
    .expand-nav > ul {
        width: 80%;
    }
}

.expand-nav-sm {
    top: 80px;
}

.expand-button {
    margin: 33px;
    cursor: pointer;
}

.navbar-sm .expand-button {
    margin: 8px;
}

.expand-button {
    color: rgb(208, 208, 208);
    font-size: 30pt;
}

@media (max-width: 1400px) {
    .subtabs,
    .tabs {
        display: none;
    }
    .expand-button {
        display: block;
    }
}

@media (min-width: 1400px) {
    .expand-button {
        display: none;
    }
    .expand-nav {
        display: none;
    }
}

.expand-nav a,
.tabs > a,
.subtabs > a {
    color: #d0d0d0;
    font-size: 22px;
    text-decoration: none;
    padding: 10px; 
}

.expand-nav a {
    padding: 0;
    cursor: pointer;
}

.expand-nav a:hover,
.tabs > a:hover,
.subtabs > a:hover {
    color: #ff0000;
}

.expand-nav a.active,
.tabs > a.active,
.subtabs > a.active {
    color: #ff0000;
}

.subtabs > a {
    font-size: 15.1px;
    cursor: pointer;
}

.site {
    width: 100%;
    margin: 0;
    padding-top: 140px;
    padding-bottom: 100px;
}

.site-container {
    margin: 0px auto;
    width: 80%;
}

.site-container > p {
    text-align: justify;
}

img.presentation {
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    margin: auto;
    max-width: 900px;
    width: 100%;
    display: block;
}

h1.presentation {
    font-family: "Walter Turncoat", cursive, sans-serif;
    text-align: center;
    color: #4d7826
}

h1 {
    font-family: "Walter Turncoat", cursive, sans-serif;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgb(208, 208, 208);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.5);
}

.footer-wrap {
    margin: auto;
    width: 60%;
    min-width: 400px;
}

.footer-wrap > img {
    height: 80px;
    background-color: white;
    padding: 2px;
    margin: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.footer-wrap-sm > img {
    height: 50px;
}

.footer-wrap > img.uni {
    float: left;
}

.footer-wrap > a.dataschutz {
    margin: auto;
    text-align: center;
    width: 50%;
    font-size: 30pt;
}

.footer-wrap > img.cos {
    float: right;
}

.imgbox {
    overflow: auto;
    width:75%;
    margin: auto;
}

.imgbox.left > iframe,
.imgbox.left > img {
    float: left;
    margin-right: 10px;
}

.imgbox.right > iframe,
.imgbox.right > img {
    float: right;
    margin-left: 10px;
}

.imgbox > p {
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    text-align: justify;
}

.publications-box {
	border-bottom: solid thin #999999;
    padding-top: 15px;
    padding-bottom: 15px;
}

.publications-box:hover {
    background: radial-gradient(rgb(220,220,220) 1%, rgb(208, 208, 208) 99%);
}

th,
.publications-box > h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #945e4b;
    font-style: italic;
    font-weight: bold;
    text-align: justify;
}

.publications-box > a {
    text-decoration: none;
}

.team-box {
    padding-top: 20px;
    padding-bottom: 50px;
    overflow: auto;
    text-align: justify;
    min-width: 960px;
    clear: both;
}

.team-box.left .portrait {
    float: left;
    width: 30%;
    margin-right: 40px;
    text-align: center;
}

.team-box.right .portrait {
    float: right;
    width: 30%;
    margin-left: 40px;
    text-align: center;
}

.team-box .portrait > img {
    width: 95%;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.team-content {
    float: left;
    width: 65%;
}

.team-content > h3 {
    color: #945e4b;
}

.team-heading {
    display: inline-grid;
    /* grid-template-columns: fit-content(100%); */
    width: 65%; 
}

.team-heading > h1 {
    grid-row: 1;
    word-break: keep-all;
    margin-right: 30px;
    text-align: left;
}

.team-heading > img {
    grid-row: 1;
    /* grid-auto-columns: 100px; */
    margin-top: 15px;
    text-align: left;
}

table {
    border-spacing: 5px;
}

td:first-child {
    font-weight: bold;
    font-style: italic;
}
th {
    font-style: unset;
}

.gallery-section img {
    margin: 5px;
    border-radius: 1px;
    box-shadow: 2px 2px 2px;
    cursor: pointer;
}

.full-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    top: 0;
    left: 0;
}

.full-view {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgb(208, 208, 208);
    padding: 20px;
    padding-top: 5px;
    box-shadow: 0 0 10px;
    max-height: 90%;
    overflow: hidden;
}

@media (max-width: 1000px) {
    .full-view {
        width: 90%;
    }
}

.button-box .fa-times {
    float: right;
    padding: 5px;
    font-size: 20pt;
}

.full-view > img {
    max-width: 90%;
    max-height: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-shadow: 0 0 2px;
}

.news-entry {
    border-bottom: solid thin rgb(120, 120, 120);
    margin-top: 35px;
    text-align: justify;
}

.news h2 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.news h5 {
    padding-top: 0;
    margin-top: 0;
}

.news-entry > img {
    max-width: 50%;
    width: 500px;
}

.btn {
    border: none;
    padding: 4px;
    margin-right: 2px;
    border-radius: 3px;
    border-bottom-style: solid;
}

.btn:hover {
    box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
    border-bottom-color: #003000;
}

.btn.btn-del {
    background-color: #ff3322;
    color: white;
}

.btn.btn-edit {
    background-color: #4d7826;
    color: white;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    display: none;
}

.dialogue {
    background-color: rgb(208,208,208);
    margin: auto;
    width: 400px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 0 0 5px 5px;
}

.dialogue > .form-box input {
    width: 100%;
}

.dialogue > .form-box textarea {
    width: 100%;
}

input {
    border-radius: 4px;
    border-style: dotted;
}
