html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}


img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
        
}

iframe,
embed,
object {
        max-width: 100%;
        border: 0;
       
}


/*-----------------------------------------------------------*/


@font-face {
    font-family: 'ibmplex';
    src: url('font/IBMPlexMono-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}



body{
    font-family: 'ibmplex';
    font-size: 12px;
    line-height: 1.5; 
    margin-left: 18px;
    

}

#header{
    margin: 16px 0 126px 0 ; 
    
    
}

#content{
    min-height: 100vh;
    
}


a{
    color: black;  
    
}

a:hover{
    text-decoration: none;

}

#werkarchiv > a{
    text-decoration: none;
}

#werkarchiv > a:hover{
    text-decoration: underline;
}





/*resize*********************************************/



/* @media screen and (max-width: 600px) {
    
}
    */



