@font-face {
    font-family: 'Hack';
    src: url('fonts/hack-regular-subset.woff2') format('woff2'), url('fonts/hack-regular-subset.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Hack';
    src: url('fonts/hack-bold-subset.woff2') format('woff2'), url('fonts/hack-bold-subset.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Hack';
    src: url('fonts/hack-italic-subset.woff2') format('woff2'), url('fonts/hack-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Hack';
    src: url('fonts/hack-bolditalic-subset.woff2') format('woff2'), url('fonts/hack-bolditalic-subset.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
         
@font-face {
    font-family: 'TeX Gyre Adventor';
    src: url('fonts/texgyreadventor-regular.woff2') format('woff2'), url('fonts/texgyreadventor-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {'TeX Gyre Adventor';
    src: url('fonts/texgyreadventor-bold.woff2') format('woff2'), url('fonts/texgyreadventor-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

* {
    border-width: 0px;
}

html {
    height: 100%;
    width: 100%;
}

body {
    font-family:'TeX Gyre Pagella','Palatino','Didot','Baskerville' ,serif;
    position: absolute;
    width: 100%;
    width: calc(100% - 10px);
    height: 100%;
    margin: 0px;
    padding: 1rem;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


a:link {
    color: inherit;
    text-decoration-style: dashed;
}

a:visited {
    color: inherit;
    text-decoration-style: dashed;
}

a:hover {
    color: inherit;
    background-color: #ffffff;
    text-decoration-style: dashed;
}

a.extlink {
    color:red;
}

a.nonhtml {
    color:green;
}

a.paper {
    color:#942b33;
}

a.menuEntry {
    text-decoration: none;
    font-family:'Hack','DejaVu Sans Mono','Osaka-Mono','Andale Mono','Courier New',monospace;
}
a.image {
    text-decoration: none;
}

a.langlink {
    text-decoration: none;
}
a{}


.head {
    color: white;
    font-size: 1rem;
    font-family:'TeX Gyre Adventor','URW Gothic L','Verdana',sans-serif;
    display: inline-block;
    min-height: 4rem;
    margin: 0mm;
    padding-left: 1.5rem;
    overflow: visible;
}

#hr {
    min-width: 350px;
    max-width: 50rem;
}

#hl {
    width: 15rem;
    line-height: 1.25;
}

.main {
    color: black;
    border-radius:15px;
    border-top-left-radius:0;
    font-size: 1rem;
    display: inline-block;
    vertical-align:top;
    margin: 4px;
    overflow: visible;
    padding-left: 1.25rem;
    padding-top: 0.75rem;
    padding-right: 1rem;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
    box-shadow: 1px 1px 20px 1px #ffffff inset,1px 1px 4px 1px #202020;
}

#mr {
    min-width: 350px;
    max-width: 600px;
}

#ml {
    
}


.title {
    font-size: 2.5rem;
    text-shadow: 1px 1px 2px #301818, 0 0 50px white, 0 0 5px black;
}



h4 {
    margin: 0mm;
    margin-bottom: 0.75rem;
    margin-left: 0.75rem;
    font-size: 1.5rem;
    font-weight: 500;
    font-family:'TeX Gyre Adventor','URW Gothic L','Verdana','Sans-Serif';
    letter-spacing:0.05rem;
}
         
h5 {
    margin: 0.5rem;
    margin-left: 0px;
    margin-bottom: 0.25rem;
    font-size: 1.2rem;
    font-weight: 500;
    font-family:'TeX Gyre Adventor','URW Gothic L','Verdana','Sans-Serif';
    letter-spacing:0.05rem;
}


i {
    font-style:oblique;
}

p {
    margin-top:0.5rem;
    padding-bottom: 0.8rem;
}

p.neues {
    padding-left: 1rem;
}


input {
    border-radius: 4px;
}
textarea {
    border-radius: 4px;
}
.formname {
    color: white;
}
.comment {
    color: white;
}
.commmessage {
    color: black;
    background-color: white;
    padding: 0.25rem;
    margin-bottom: 1rem;
}


pre {
    border-width: 1px;
    border-radius: 5px;
    border-color: black;
    border-style: solid;
    padding: 1rem;
    background-color: white;
    overflow: scroll;
    font-family:'Hack','DejaVu Sans Mono','Osaka-Mono','Andale Mono','Courier New',monospace;
}


#picme {
    width:30%;
    float:right;
}

#back {
    position:absolute;
    width: 20%;
    right:10px;
    top:10px;
    z-index:-1;
    overflow: hidden;
    padding: 24px;
    background-image: radial-gradient(circle, rgba(128,128,128,.4), rgba(128,128,128,0.3) 40%, rgba(255,255,255,0) 70%);
    
}

.vertice     {
    fill:#e2fce2;
    fill-opacity:1;
    fill-rule:nonzero;
    stroke:none;
    stroke-width:2;
    stroke-linecap:butt;
    stroke-linejoin:round;
    stroke-miterlimit:4;
    stroke-dasharray:none;
    stroke-dashoffset:0;
    stroke-opacity:0.94117647
}

.edge     {
    fill:none;
    fill-rule:evenodd;
    stroke:black;
    stroke-width:3.00000048;
    stroke-linecap:butt;
    stroke-linejoin:miter;
    stroke-miterlimit:4;
    stroke-dasharray:none;
    stroke-opacity:1;
}

@media (max-width: 80rem) {
    body {
        text-align: center;
        width:97%;
        padding:1%;
        padding-left: 2%;
        width: calc(100% - 15px);
        padding: 5px;
        padding-left: 10px;
    }
    
    #toprow {
        width: 93%;
        padding:0px;
        margin:0px;
    }
                         
    .head {
        height:auto;
        min-height: 0px;
        padding-left: 0px;
        overflow:visible;
    }
    
    .main {
        text-align: left;
        margin-left:0px;
    }
    .title {
        font-size: 1.5rem;
        padding:3px;
    }
    #hl {
        width: 93%;
        left:0px;
        padding: 3px;
        margin:0px;
        max-width:93%;
        font-size: 1.2rem;
    }
    #hr {
        min-width: 0px;
        max-width:93%;
        left:0px;
        margin: 0px;
    }
    #mr {
        width: 93%;
        max-width: 93%;
        min-width: 0px;
    }
    #ml {
        width: 93%;
        font-size: 1.2em;
        font-size: 1.2rem;
    }
    #back {
        width: 80%;
        position:relative;
        margin-bottom: 15px;
        padding: 20px;
    }
}
