@font-face{
    font-family: 'ZeitungRoman';
    src: url('ZeitungPro-Regular.ttf') format('opentype');
    font-weight:normal;
    font-style:normal
}

@font-face{
    font-family: 'ZeitungBold';
    src: url('ZeitungPro-Bold.ttf') format('opentype');
    font-weight:normal;
    font-style:normal
}

@font-face{
    font-family: 'ZeitungItalic';
    src: url('ZeitungPro-RegularItalic.ttf') format('opentype');
    font-weight:normal;
    font-style:normal
}

body{
	background:white;
	font-family:'ZeitungRoman';
    font-size:16px;
    line-height:24px;
}
body b{
	font-family:'ZeitungBold';
	font-weight:normal;
	font-style:normal;
}
body i{
	font-family:'ZeitungItalic';
	font-weight:normal;
	font-style:normal;
}

section{
    max-width:600px;
    display:inline-block;
    margin-left:5vw;
    margin-top:10vw;
    vertical-align:top;
    box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  section {
     max-width:100vw;
  }
}

section.images{
    display:block;
    padding-top:40px;
    margin-top:40px;
    border-top:1px solid #ccc;
    width:90%;
    max-width:none;
    margin-left:30px;
}

h1{
    font-family:'ZeitungBold';
    font-size:2em;
    line-height:1.1em;
    padding:0;
    margin:0;
    margin-top:20px;
}

h2{
    font-size:2em;
    line-height:1.1em;
    padding:0;
    margin:0;
}