@font-face {
    font-family: 'tex_gyre_heros';
    src: url('../font/texgyreheros-regular-webfont.eot');
    src: url('../font/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/texgyreheros-regular-webfont.woff') format('woff'),
    url('../font/texgyreheros-regular-webfont.ttf') format('truetype'),
    url('../font/texgyreheros-regular-webfont.svg#tex_gyre_herosregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tex_gyre_heros';
    src: url('../font/texgyreheros-bold-webfont.eot');
    src: url('../font/texgyreheros-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/texgyreheros-bold-webfont.woff') format('woff'),
    url('../font/texgyreheros-bold-webfont.ttf') format('truetype'),
    url('../font/texgyreheros-bold-webfont.svg#tex_gyre_herosbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'tex_gyre_heros', sans-serif;
    font-size: 14px;
    padding: 20px;
    margin: 0;
}

a {
    color: #AA7941;
}

h1 {
    font-weight: 300;
    font-size: 22px;
    margin: 0 0 0 20px;
}

p {
    margin: 3em 0;
}

.wrap {
    max-width: 40rem;
    margin: 1rem auto;
}
.wrap .tiere {
    max-width: 60rem;
}

.container {
    display: flex;
}

.container img {
    width: 135px;
    height: 100%;
}
.container p {
    margin: 1rem 0 1rem 20px;
}

.gold {
    color: #AA7941;
    font-weight: bold;
}

.cover {
    text-align: center;
}

.cover img {
    width: 200px;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.gallery img {
    max-width: 100%;
    max-height: 100%;
}
.gallery a {
    width: 50%;
    padding: 20px;
}
@media (min-width: 640px) {
    h1 {
        margin: 75px 0 0 20px;
    }
    .tiere h1 {
        margin-top: 36px;
    }
    .gallery a {
        width: 33%;
        padding: 20px;
    }
}