@font-face {
    font-family: Reg;
    src: url(../fonts/reg.eot);
    src: url(../fonts/reg.eot?#iefix) format("embedded-opentype"),
    url(../fonts/reg.svg#source_sans_proregular) format("svg"),
    url(../fonts/reg.woff) format("woff"),    
    url(../fonts/reg.ttf) format("truetype");
}

@font-face {
    font-family: Light;
    src: url(../fonts/light.eot);
    src: url(../fonts/light.eot?#iefix) format("embedded-opentype"),
    url(../fonts/light.svg#source_sans_prolight) format("svg"),
    url(../fonts/light.woff) format("woff"),    
    url(../fonts/light.ttf) format("truetype");
}

@font-face {
    font-family: Semi;
    src: url(../fonts/semi.eot);
    src: url(../fonts/semi.eot?#iefix) format("embedded-opentype"),
    url(../fonts/semi.svg#source_sans_prosemibold) format("svg"),
    url(../fonts/semi.woff) format("woff"),    
    url(../fonts/semi.ttf) format("truetype");
}


* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
}

body {
    background-color: #fff;
} 

#wrapper {
    width: 100%;
    height: 100%;
}

header {
    width: 100%;
    height: 100%;
    font-family: Reg;
}

header img {
    margin: 30px 0 100px -43px;
    display: block;
    
}

#content {
    margin-left: 35%;
}

.box {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    padding: 6px 8px 7px 8px;
    margin-bottom: 8px;
    height: 15px;
    line-height: 1em
        
}

#black {
    background-color: #000;
    width: 136px;
}

h1, h2 {
    color: #fff;
    font-family: Semi;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.02em;
}


#grey {
    background-color: #888;
    width: 117px;
    margin-bottom: 40px;
}


#slogan {
    height: 55px;
    letter-spacing: 0.04em;
}

h3 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

ul {
    list-style: none;
}

header ul {
    width: 425px;
    color: #888;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.5em;
    letter-spacing: 0.04em;
}

header ul li {
    display: inline-block;
}

header ul li:after {
color: rgba(123, 203, 227, 1);
content: "\00A0\007C\00A0";
}

header ul li:nth-child(4):after {
    content: "";
}

header ul li:nth-child(9):after {
    content: "";
}

header ul li:nth-child(12):after {
    content: "";
}

main {
    margin-top: 30px;
    font-family: Reg;
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 0.04em;
}

#kontakt {
    margin-top: 6px;
    height: 50px;
    width: 360px;
    position: absolute;
    font-family: Reg;
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 0.04em;
}


#blatt {
    position: relative;
    top: 0px;
    left: -2px;
}
    
#erreichen {
    position: relative;
    top: -47px;
    left: 40px;
}

#adresse {
    position: relative;
    top: -46px;
    left: 38px;
}
    
#tel {
    letter-spacing: 0.04em;
}


footer {
    width: 415px;
    margin-top: 65px;
    margin-bottom: 60px;
    border-top-style: dotted;
    border-top-width: 2px;   
    border-top-color: #aaa;
    padding-top: 8px;
    font-family: Light;
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0.04em;
    
}

@media (max-width: 700px) {
     
    #content {
    margin-left: 25%;
    }
        
    header ul {
    width: 200px;
    }
    
    header ul li {
    display: block;
    }

    header ul li:after {
        color: rgba(123, 203, 227, 1);
        content: "";
    }
    
    header ul li:before {
        color: rgba(123, 203, 227, 1);
        content: "\007C\00A0\00A0";
    }
    
    #slogan {
        width: 200px;
        height: 60px;
        letter-spacing: 0.04em;
        margin-bottom: 20px;
    }   
    
    main p:first-child {
        margin-top: 110px;
    }
    
    #kontakt {
        margin-top: -110px;
        width: 180px;
        line-height: 1.5em;
    }
    
    #adresse {
        left: -4px;
    }
    
    footer { 
        margin-top: 10px;
        margin-bottom: 50px;
        width: 220px;
        border-top-style: none;
        border-top-width: 0;
    }
    
}


