/*
Author: Felix Hornung
Author Website: http://www.fhornung.net
*/

/* --------------------------------------------------------------------------------------- RESET
*/

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

#ascii {
  //position: absolute; top: 0; right: 0px; bottom: 0;  margin-right: 20px ; padding-right: 20px; overflow: auto;.
  white-space:pre ;
  font-family: "Courier New", fixed, monospace;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
    font: inherit; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul, li {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong {
    font-weight: bold
}

em {
    font-style: italic
}

a img {
    border: none
}

/* Gets rid of IE's blue borders */

/* --------------------------------------------------------------------------------------- Global
*/

*:after, *, *:before {
    box-sizing: border-box;
}

html {
    background: #000 url(images/bg-html2.jpg) fixed top center no-repeat;
	background-size:cover;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.clearThis {
    clear: left;
    float: none;
    height: 0;
    line-height: 0.0em;
    background-color: #FFF;
}

a {
    text-decoration: none;
    border: none;
    outline: none;
    color: #669900;
    font-weight: bold;
}

a:hover {
    color: #99cc33;
}

#centerwrap {
    width: 960px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/* --------------------------------------------------------------------------------------- Navibox
*/

#navibox {
    width: 240px;
    background: #fff;
    border-radius: 10px;
    margin-top: 40px;
    position: fixed;
    padding-bottom: 30px;
}

h1#logo a {
    background-image: url(images/logo-igl.gif);
    text-indent: -9999px;
    display: block;
    height: 110px;
    width: 240px;
    margin: 30px 0;
}

#navibox ul {
    background: url(images/bg-navmain.png) no-repeat;
    background-size: contain;
}

#navibox ul li a {
    padding-left: 50px;
    font: normal 17px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000;
}

#navibox ul li a:hover {
    color: #99cc33;
}

#naviboxSearch {
    padding: 0 30px 15px;
}

#naviboxSearch form label {
    display: none;
}

#naviboxSearch input {
    width: 110px;
}

#searchsubmit {
    border: none;
    background: url(images/btn-search.gif);
    padding: 1px 5px 5px;
    color: #fff;
    height: 24px;
}

#searchsubmit:hover {
    background: url(images/btn-search.gif) 0 -30px;
}

#cse-search-results iframe {
    width: 580px !important;
}

#eth-logo a {
    background-image: url(images/logo-eth.png);
    text-indent: -9999px;
    display: block;
    top: 525px;
    height: 50px;
    width: 240px;
    background-size: cover;
}

/* ------------------------------------------------------------------------------------------------------------------ Content
*/

#contentbox {
    margin-top: 88px;
    background: url(images/bg-top.png) no-repeat;
    float: left;
    width: 640px;
    min-height: 500px;
    padding: 30px 0 30px;
    margin-bottom: 150px;
    background: #fff;
    border-radius: 10px;
    margin-left: 320px;
}

#content {
    min-height: 160px;
    padding: 0 30px 50px;
    background-color: #FFF;
}

.columnRight,
.columnLeft {
    width: 260px;
    float: left;
}

.columnLeft {
    margin-right: 40px;
}

#contentbox h2 {
    display: block;
    margin-bottom: 30px;
    padding: 0 30px 25px;
    text-decoration: none;
    color: #000;
    font-size: 35px;
    font-weight: normal;
    background: #fff url(images/h2-underline.gif) 0 bottom no-repeat;
    background-size: contain;
    line-height: 39px;
}

#contentbox h2.h2small {
    font-size: 22px;
    padding-top: 0px;
}

#contentbox h3 {
    margin: 30px 0 10px 0;
    text-decoration: none;
    font-size: 21px;
    font-weight: normal;
    background: #fff url(images/h3-underline.gif) 0px bottom no-repeat;
    padding-left: 10px;
    padding-bottom: 14px;
}

#contentbox h4 {
    margin-bottom: 9px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

hr {
    height: 1px;
    color: #ddd;
    background-color: #ddd;
    border: none;
    margin: 20px 0;
}

#contentbox p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 18px;
}

dl.definitionlist dt {
    float: left;
    font-weight: bold;
}

dl.definitionlist dd {
    float: none;
    padding-bottom: 5px;
    margin-left: 100px;
}

dl.newslist dt {
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding: 7px 0 3px;
}

dl.newslist dd {
    float: none;
    padding: 5px 0;
    margin-left: 80px;
    border-bottom: 1px solid #CCCCCC;
}

.googlemap {
    width: 258px;
    height: 500px;
    float: right;
    display: block;
    border: 1px solid #CCC;
}

ul.linklist li {
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    background-position: 0px 4px;
    line-height: 18px;
}

ul.linklist li a {
    line-height: 18px !important;
}

ul.linklist2 li {
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    margin-left: 22px;
    background-position: 0px 4px;
    line-height: 22px;
}

ul.linklist2 li a {
    line-height: 22px !important;
}

ul.bullets li {
    background: url(images/li.gif) no-repeat scroll 0 5px transparent;
    padding: 0 0 5px 15px;
}

ul.bullets1 li {
    background: url(images/li2.gif) no-repeat scroll 0 5px transparent;
    font-size: 13px;
    padding: 0 0 5px 15px;
}

ul.bullets2 li {
    background: url(images/li2.gif) no-repeat scroll 0 5px transparent;
    font-size: 13px;
    padding: 0 0 5px 15px;
}

.a-int,
.a-ext,
.a-pdf,
.a-cod,
.a-bib,
.a-vid,
.a-dem,
.a-ppt,
.a-zip {
    padding: 2px 0px 2px 22px;
}

.a-int {
    background: #fff url(images/icons/icon-int.gif) 0 0 no-repeat;
}

.a-ext {
    background: #fff url(images/icons/icon-ext.gif) 0 0 no-repeat;
}

.a-pdf {
    background: #fff url(images/icons/icon-pdf.gif) 0 0 no-repeat;
}

.a-cod {
    background: #fff url(images/icons/icon-cod.gif) 0 0 no-repeat;
}

.a-bib {
    background: #fff url(images/icons/icon-bib.gif) 0 0 no-repeat;
}

.a-vid {
    background: #fff url(images/icons/icon-vid.gif) 0 0 no-repeat;
}

.a-dem {
    background: #fff url(images/icons/icon-dem.gif) 0 0 no-repeat;
}

.a-ppt {
    background: #fff url(images/icons/icon-ppt.gif) 0 0 no-repeat;
}

.a-zip {
    background: #fff url(images/icons/icon-zip.gif) 0 0 no-repeat;
}

.small {
    font-size: 11px;
    line-height: 12px;
}

/******************** Accordeon */
h3.acc_trigger {
    padding: 0;
    margin: 20px 0 5px 0 !important;
    background: url(images/h2_trigger_a.gif) no-repeat;
    height: 46px;
    line-height: 46px;
    width: 580px;
    font-weight: normal;
    float: left;
}

h3.acc_trigger a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0 0 0 50px;
    font-weight: normal;
    font-size: 17px !Important;
}

h3.acc_trigger a:hover {
    color: #669900;
}

h3.active {
    background-position: left bottom;
}

.acc_container {
    margin: 0 0 5px;
    padding: 0;
    overflow: hidden;
    width: 580px;
    clear: both;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.acc_container .block {
    padding: 20px 0;
}

/******************** Publications
*/

.floatleft {
    float: left;
}

.imageleft {
    float: left;
    margin: 0 30px 10px 0;
}

.imageright {
    float: right;
    margin: 0 0 10px 30px;
}

div.alignSmall {
    padding-left: 130px;
}

div.alignBig {
    padding-left: 190px;
}

div.teaser-info {
    margin-bottom: 9px;
    font-size: 11px;
}

div.teaser-links a {
    margin-right: 15px;
    font-size: 11px;
    float: left;
}

.icononly {
    height: 16px;
    width: 16px;
    display: block;
    padding: 1px !important;
    margin: 0 0 0 10px !important;
    text-indent: -99999px;
}

img.project-img {
    margin-bottom: 15px;
}

a.lightview {
    margin: 0 !important;
    padding: 0 !important;
}

a.lightview img {
    margin: 4px !important;
}

div.bibtex {
    font-size: 10pt;
    font-family: "Courier New";
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

div.code {
    font-size: 09pt;
    font-family: "Courier New";
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

pre > code {
    display: block;
    /* padding: 1rem; */
    word-wrap: normal;
  }

#contentbox div.figure {
    display: block;
}

#contentbox p.figure_caption {
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
    margin: 10px 0 30px;
}

/******************** last Modified
*/

.lastModified {
    color: #666;
    width: 100%;
    font-size: 10px;
    padding: 30px;
    position: absolute;
    background: url(images/bg-bottom.png) bottom no-repeat;
}

.lastModified hr {
    margin: 2px auto;
}

pre {
    background-color: #c3e0f0;
    overflow: auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 12px;
    border: 1px solid #999;
}

#naviboxSearch input[type=text] {
    padding: 7px;
    border: 1px solid #CCCCCC;
    background: #fff !important;
}

#naviboxSearch input[type=submit] {
    background: #690;
    padding: 8px;
    height: auto;
}

#centerwrap:after {
    clear: both;
    content: '';
    display: block;
}

.menu-button {
    display: none;
}

#navibox ul {
    margin-bottom: 15px;
}

#naviboxSearch input[type=text] {
    width: calc(100% - 60px)!important;
	height:30px!important;
    float: left;
    -webkit-appearance: none;
    border-radius: 0;
}

#naviboxSearch input[type=submit] {
    width: 60px!important;
	height:30px!important;
    -webkit-appearance: none;
    border-radius: 0;
}

.lastModified {
    width: 100%;
    position: static;
}

a, button, .myelements {
    -ms-touch-action: manipulation; /* IE10  */
    touch-action: manipulation; /* IE11+ */
}

.search-button, .menu-button {
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
}

.search-button {
    display: none;
}

.yearSelectLabel {
    display: none;
}

@media (max-width: 990px) {

    #centerwrap {
        max-width: 100%;
        padding: 0 10px;
    }

    #navibox {
        margin-right: 5%;
    }

    #contentbox {
        width: calc(100% - 5% - 320px);
    }

    img {
        max-width: 100%;
        height: auto;
    }

    iframe {
        max-width: 100%;
    }

    .columnRight, .columnLeft {
        width: 100%;
    }

}

.yearSelection {
    border: 1px solid #333;
    background: #fff;
    padding: 5px 10px;
}

/*
.menu li:before {
        content: counter(my-counter, decimal-leading-zero);
        counter-increment: my-counter;
        position: absolute;
        top: 16px;
        left: 19px;
        font-size: 12px;
    }
    */

@media (max-width: 760px) {

    .yearSelectLabel {
        display: block;
    }

    .yearSelection {
        width: 100%;
        margin-top: 10px;
    }

    .small {
        font-size: 14px;
        line-height: 1.5;
    }

    #naviboxSearch {
        z-index: 30;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
        padding: 0;
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
    }

    #naviboxSearch input[type=text] {
        padding: 14px 6px !important;
    }

    #naviboxSearch input[type=submit] {
        padding: 15px 6px;
    }

    #naviboxSearch.open {
        top: 54px;
    }

    div.alignSmall {
        padding-left: 0;
    }

    .floatleft {
        margin-right: 15px;
    }

    .floatleft, .imageright, .imageleft {
        max-width: 50%;
        margin-bottom: 10px;
    }

    .imageright {
        margin-left: 15px;
    }

    .floatright {
        margin-left: 15px;
    }

    .imageleft {
        margin-right: 15px;
    }

    .menu li:before {
        content: counter(my-counter, decimal-leading-zero);
        counter-increment: my-counter;
        position: absolute;
        top: 16px;
        left: 19px;
        font-size: 12px;
    }

    .menu li:hover:before {
        color: #fff;
    }

    .menu li {
        position: relative;
    }

    .a-int, .a-ext {
        background-position: 0px 5px;
    }

    .search-button {
        z-index: 45;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        height: 54px;
        width: 54px;
        border: none;
        background: url(images/search.png) center center;
        background-size: 50px 50px;
    }

    ul.menu {
        counter-reset: my-counter;
    }

    .menu li:first-child:before {
        counter-reset: my-counter -1;
    }

    #naviboxSearch input[type=submit] {
        width: 100px!important;
		height:54px!important;
    }

    #naviboxSearch input[type=text] {
        width: calc(100% - 100px)!important;
		height:54px!important;
    }

    body, #contentbox p, div.teaser-info, .lastModified, ul.linklist li,
    dl.newslist dt, div.teaser-links a {
        font-size: 16px;
        line-height: 24px;
    }

    #contentbox {
        padding-top: 0;
    }

    .lastModified hr {
        margin-bottom: 15px;
    }

    .icononly {
        display: block;
        padding: 5px;
        margin: 0 0 0 10px !important;
        text-indent: -99999px;
        border: 1px solid #ddd;
        border-radius: 3px;
        background-color: #fff;
        background-position: center center;
        width: 30px;
        height: 30px;
    }

    div.alignBig {
        padding: 0;
        clear: left;
        margin-top: 10px;
    }

    html {
        background: none;
        word-wrap: break-word;
    }

    iframe {
        max-width: 100%;
    }

    dl.definitionlist dd {
        margin-left: 80px;
    }

    .menu-button {
        z-index: 40;
        display: block;
        background: url(../includes/images/igl-mobile-nav-bg.png) no-repeat;
        padding: 15px;
        height: auto;
        border: none;
        color: #fff;
        margin: 0;
        font-size: 26px;
        cursor: pointer;
        position: fixed;
        top: -3px;
        left: 0;
        width: 100%;
        background-size: cover;
        padding-bottom: 19px;
    }

    h1#logo a {
        margin: 10px auto 0px;
        width: 100%;
        background-size: contain;
        background-image: url(images/logo-igl-mobile.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        height: 100px;
    }

    #centerwrap {
        max-width: 100%;
        padding: 0;
    }

    #navibox, #contentbox {
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        margin-bottom: 0;
        margin-right: 0;
        min-height: auto;
        position: static;
        margin-left: 0;
    }

    body {
        padding-top: 45px;
    }

    #navibox ul {
        width: 100%;
        margin-bottom: 0;
    }

    .menu-wrapper {
        z-index: 10;
        background: #efefef;
        -webkit-transition: 0.5s all;
        transition: 0.5s all;
        position: fixed;
        top: -200%;
        left: 5%;
        width: 90%;
        overflow: scroll;
        max-height: calc(100vh - 54px);
    }

    #navibox ul li a {
        padding: 5px 10px 5px 50px;
        background: #efefef;
        display: block;
        font-size: 26px;
        line-height: 1.5;
    }

    #navibox ul li a:focus, #navibox ul li a:hover {
        background: #690;
        color: #fff;
    }

    #navibox .menu-wrapper.open {
        top: 54px;
    }

    #contentbox, .lastModified {
        width: 100%;
    }

    dl.newslist dd {
        margin-left: 100px;
    }

    .menu-button:before, .menu-button:after {
        height: 13px;
        width: 23px;
        content: '';
        position: absolute;
        top: 35px;
        left: 16px;
        border-bottom: 4px solid #fff;
        -webkit-transition: 0.3s all;
        border-top: 4px solid #fff;
        transition: 0.3s all;
    }

    .menu-button:before {
        margin-top: -2px;
        border: none;
        background: #fff;
        width: 28px;
        left: 16px;
        height: 4px;
        top: 16px;
    }

    .menu-button:after {
        height: 14px;
        width: 28px;
    }

    .menu-button.open:after {
        border-bottom: 4px solid #fff;
        height: 4px;
        top: 34px;
        left: 15px;
        width: 27px;
        border-top: 0px solid #fff;
        transform: rotate(-45deg);
    }

    .menu-button.open:before {
        transform: rotate(45deg);
        height: 4px;
        left: 15px;
        top: 25px;
    }

    .menu-button:after {
        margin-top: -11px;
    }

    #eth-logo {
        display: none;
    }

    .menu-button img {
        height: 20px;
        float: left;
        margin-right: 20px;
        margin-left: calc(50% - 120px);
        margin-top: 2px;
        display: block;
    }

    .logo-name {
        font-size: 12px;
        color: #1d1d1b;
        text-align: left;
        border-left: 2px solid #1d1d1b;
        display: block;
        padding-left: 5px;
        float: left;
        line-height: 1;
    }

    #eth-logo a {
        background-image: url(images/eth_logo_kurz.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 30px;
        width: 100%;
    }

    dl.definitionlist dt {
        margin-top: 5px;
    }

    dl.newslist dt, dl.definitionlist dt {
        float: none;
    }

    dl.newslist dd, dl.definitionlist dd {
        margin: 0;
    }

    .teaser-links {
        clear: left;
    }

    .imagefull {
        width: 100%;
        height: auto;
        float: none;
        max-width: 100%;
        margin: 5px 0;
    }

    #contentbox h4 {
        font-size: 19px;
    }

    .people img {
        width: 30%;
        display: block;
        float:left;
    }

    .people .alignBig {
        padding-left: 5%;
        width: 65%;
        float:left;
        clear:none
    }

    .fixed-hidden {
        margin-top: -60px;
    }
}

@media (max-width: 400px) {
    #content table img {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: inherit;
    font-weight: bold;
    transition: 0.4s;
  }

  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .collapsible.active, .collapsible:hover {
    background-color: #efefef;
  }

  /* Style the collapsible content. Note: hidden by default */
  .collapsible-content {
    max-height: 0;
    padding-left: 18px;
    padding-right: 18px;
    overflow: hidden;
    background-color: #efefef;
    transition: max-height 0.2s ease-out;
  }

  .collapsible:after {
    content: '\002B'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    float: right;
    margin-left: 5px;
  }

  .collapsible.active:after {
    content: "\2212"; /* Unicode character for "minus" sign (-) */
  }