html, body {
    height: 100%;
    min-width: 525px;
    color: #B3B6B7;
    background: #835e87;
    font-size: 16px;
    font-family: NettoOT, aria, sans-serif;
    position: relative;
}

p {
    margin: 10px 0;
}

h1 {
    font-weight: normal;
    font-size: 1em;
}

a {
    text-decoration: none;
    color: #835e87;
}

.white {
    color: #ffffff;
}

.gray {
    color: #B3B6B7;
}

.container {
    position: relative;
    height: 64%;
    min-height: 375px;
    background: #ffffff;
}

.container.full {
    height: auto;
    padding: 15px 0;
}
.wrapper {
    display: table;
    width: 450px;
    height: 100%;
    margin: 0 auto;
}

.footer {
    position: absolute;
    bottom: -75px;
    right: 0;
    margin: 0 auto;
    padding: 30px 50px 20px;
    text-align: right;
}

.content {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    height: 100%;
}

.title {
    text-indent: -9999px;
    width: 450px;
    height: 158px;
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.img_container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.img_container img {
    display: block;
    width: 100%;
    height: auto;
}

.contact {
    padding-right: 55px;
    text-align: right;
}

.button {
    display: inline-block;
    background: #C09FC7;
    font-family: NettoOT-italic, aria, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    color: #ffffff;
    border: none;
    padding: 5px 10px;
    margin: 1em 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.button:hover {
    background: #835E87;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.imprint {
    text-align: center;
}

.footer a {
    font-size: 14px;
}
.footer a:hover {
   text-decoration: underline;
}
