@import url(http://fonts.googleapis.com/css?family=Cabin:600);

* {
    margin: 0;
    font-family: 'Cabin', sans-serif;
}

h3 {
    margin: 3px 0 0.5em;

}

body {
    font-size: 1.2em;
}

html,
body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: 100%;
}

.footer, .push {
    height: 4em;
}

.footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 4em;
    margin-top: -4em;
}

.clear {
    clear: both;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    background: rgba(52, 52, 52, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.navigation a,
.navigation a:active,
.navigation a:hover {
    color: rgb(103, 103, 103);
}

.navigation a {
    display: block;
    float: left;
    margin-right: 2em;
}

.navigation .active {
    text-decoration: underline;
}

a, a:active {
    text-decoration: none;
}

a:hover {
    color: rgb(134, 134, 134);
    text-decoration: underline;
}

body, .main, .footer {
    min-width: 23em;
}

.header {
    /*	font-weight: bold;*/
    padding-top: 1.3em;
    padding-bottom: 4em;
}

.navigation, .main
    /*, .footer */
{
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.header, .navigation, .main {
    margin-left: 4.2em;
    margin-right: 4.2em;
}

.header, .navigation {
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.footer {
    letter-spacing: 0.6em;
}

body, a, a:active, a:hover,
.header .line1, .footerContent {
    color: rgb(52, 52, 52);
}

.header a:hover {
    text-decoration: none;
}

.header .line1, .header .line2, .header .line3 {
    display: block;
}

.header .line2, .header .line3 {
    color: rgb(103, 103, 103);
}

.header .number {
    white-space: nowrap;
}

.header .number .block {
    padding-right: 0.1em;
    padding-left: 0.1em;
}

.mainContent {
    font-size: 0.7em;
    letter-spacing: 0.1em;
    padding-right: 1.5em;
    float: left;
}

.footerContent {
    font-size: 2em;
    text-align: center;
    width: 100%;
}

/*
#cycler {
    position: absolute;
    z-index: -5;
}

#cycler img {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -3;
}
*/

.bg img {
    /* Set rules to fill background */
    min-height: 100%;
    height: 100%;;

    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
    display: none;
}

.bg img.active {
    z-index: -1;
}

.logo img,
.logo a {
    border: none;
}

.logo img {
    width: 2em;
    position: absolute;
    left: 1.5em;
}

.main .bullet {
    margin-bottom: 1em;
}

.service .main,
.imprint .main {
    height: 16em;
    overflow: auto;
    width: 28em;
    float:left;
}

.contact .map, .contact .details {
    float: left;
}

.contact .details {
    width: 23em;
}

.contact .map {
    margin-right: 2em;
}

.contact .map img {
    width: 30em;
}
