* { padding: 0; margin: 0; font-family: 'Times New Roman', serif; }

html {
    height: 101%;
    background-image: url(../images/hintergrund2.png);
}

body {
    padding-top: 1em;
    background-image: url(../images/hintergrund.png);
}

p, h1 {
    margin: 1em;
}

p {
    line-height: 1.5;
}

header {
    height: 7em;
}

#zentrumBIG {
    width: 160px;
    margin: auto;
}

.logo {
    position: absolute;
    margin-right: auto;
    /*padding-left: 5.5em;*/
}

.svg {
    position:absolute;
    margin-right: auto;
}

.circle {
    stroke: transparent;
    stroke-width: 2;
    stroke-dasharray: 20,20;
}

#content a {
    color: black;
}

#content a:hover {
    color: #9C2161;
}

.button {
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    color: #000000;
    font-size: 100%;
    background: #cfcfcf;
    padding: 10px 20px 10px 20px;
    margin: 5px;
    text-decoration: none;
}

.button:hover {
    background: #dbdbdb;
    text-decoration: none;
}