* {
    padding:0;
    margin:0;
    text-decoration:none;
    list-style:none;
}
h1 {
    font-size:1em;
    line-height:1.2em;
}
h2 {
    font-size:1em;
    line-height:1.2em;
}
img {
    max-width: 100%;
    height: auto !important;
}
main adress a {
    text-decoration: underline;
    color:#DBABC5;
}
main div a {
    text-decoration: underline;
    color:#DBABC5;
}
main adress a:hover {
    color:rgba(219, 171, 197, 0.79);
}
p {
    line-height:1.4em;
}
body {
    background: #dbabc5;
background: -moz-linear-gradient(top,  #dbabc5 0%, #d8c7d0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbabc5), color-stop(100%,#d8c7d0));
background: -webkit-linear-gradient(top,  #dbabc5 0%,#d8c7d0 100%);
background: -o-linear-gradient(top,  #dbabc5 0%,#d8c7d0 100%);
background: -ms-linear-gradient(top,  #dbabc5 0%,#d8c7d0 100%);
background: linear-gradient(to bottom,  #dbabc5 0%,#d8c7d0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbabc5', endColorstr='#d8c7d0',GradientType=0 );

    background-color: #322C70;
    color:#DBABC5;
    font-family: Helvetica;
}
#streifen {
    height:40px;
    background-color:#AD1870;
    position:relative;
    top:194px;
}
#wrapper {
    margin:0 auto;
    width:100%;
    max-width:920px;
    background-color:#322C70;
    position:relative;
    top:-40px;
}
header img {
    float:right;
    margin: 30px 3% 7px 3%;
    max-width:94%;
}
nav {
    background-color:#AD1870;
    color:#DBABC5;
    display:inline-block;
    width:100%;
    font-family: serif;
    font-size:14pt;
}
nav ul a {
    float:left;
    padding:9px 3%;
    transition: 0.2s ease-in;
}
nav ul a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transition: 0.2s ease-in;
}
nav ul a li {
    color:#DBABC5;
}
main {
    padding: 37px 3%;
    display:inline-block;
}
section {
    display: inline-block;
    border-bottom: 1px solid #AD1870;
    padding-bottom: 37px;
    margin-bottom:37px;
    width:100%;
}
.lastsection {
    border-bottom: 0px solid #AD1870;

}
.year {
    float:left;
    margin-right:3%;
}

.text {
    float:left;
    width:45%;
}
.images {
    float:right;
    width:45%;
}
.publikation {
    float:left;
    margin-right:3%;
    width:108px;
}
.publikation__text {
    float:left;
    width: 55%;
}
.publikation__img {
    width: 22%;
    float:right;
}
.publikation__secondimg {
    width:22%;
    float:right;
    margin-top:30px;
}
@media screen and (max-width: 550px) {
    header img {
        margin-top:0;
    }
    .year {
        float:none;
        width:100%;
    }
    .publikation {
        float:none;
        width:100%;
    }
    .text {
        float:none;
        width:100%;
        margin:20px 0;
    }
    .publikation__text {
        float:none;
        width:100%;
        margin:20px 0;
    }
    .images {
        float:none;
        width:100%;
    }
    .publikation__secondimg {
        float:left;
        margin:0;
        width:48%
    }
    .publikation__img {
        width:48%;
        float:left;
}
}
@media screen and (max-width:920px) {
    body {
        background:#322C70;
    }
    nav {
        font-size:1.25em;
    }
}