* {
    font-family: 'Segoe UI', 'serif';
}

#headerContainer {
    background-image: url('../images/headerImage.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 37.5%;
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
}

#navbar {
    position:absolute;
    top:1vw;
    color: #FFFFFF;
    font-weight: 300;
    right:2vw;
    text-transform: uppercase;
    font-size: 0.8vw;
    letter-spacing: 0.1vw;
}

.navbarEntry a {
    color: #FFFFFF;
    text-shadow: #000 0px 0px 15px;
}

.navbarEntry a:hover {
    color: #C5E1A5;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}

.navbarEntry {
    float: left;
}

.navbarSpacer {
    color: rgba(255, 255, 255, 0.5);
    float: left;
    margin-top: 0.2vw;
    padding-left: 1vw;
    padding-right: 1vw;
}

.initialLetter {
    font-size: 1.3em;
}

#headerStuff div{
    float: left;
    text-align: center;
}

#headerStuff > div:first-of-type > div{
    margin-top: 1vw;
}

.headerStuffImage img{
    height: 6vw;
    margin-top: 2.2vw;
    padding-bottom: 1.1vw;
}

#logo {
    position: absolute;
    top: 0;
    width: 26vw;
    margin-left: -13vw;
}

.headerStuffTitle {
    color: #0b9636;
}

.headerStuffContent {
    color: #333333;
}

.headerStuffCenter {
    border-left: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
}

#content {
    width: 100%;
}

#innerContent {
    padding-top: 8vw;
    z-index: -5;
    background-color: #FFFFFF;
    min-height: 2500px;
}

#content div, #content > div {
    float: left;
}

.contentSection {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    background-color: white;
}

.sectionHeadline {
    width: 100%;
    text-align: center;
    color: #0b9636;
    margin-top: 75px;
    margin-bottom: 75px;
}

#portrait {
    border-radius: 100%;
    border: solid 10px #C5E1A5;
    width: 50%;
}

#portraitCaption {
    color: #33691E;
    font-size: 1vw;
    width: 100%;
    margin-top: 15px;
}

#portraitTitle {
    color: #33691E;
    font-size: 0.8vw;
    font-weight: 100;
    width: 100%;
    margin-top: -10px;
}

#contact {
    text-align: center;
}

.spacerLeft {
    margin-left: -50px;
    background-image: url(../images/spacerLeft.png);
    margin-top: 8vw;
}

.spacerRight {
    background-image: url(../images/spacerRight.png);
    margin-top: 24vw;
}

.spacerLeft, .spacerRight {
    height: 105vw;
    width: 50px;
}

.contentSectionText {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 0.8vw;
}

.contactRow {
    line-height: 3.5vw;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.9vw;
}

.contactRowImage {
    height: 3vw;
}

.mailLink {
    color: #0b9636;
}

#imprintTable {
    margin-left: 20%;
    width: 60%;
}

#imprintTable tr th {
    text-align: center;
}

.alignRight {
    text-align: right;
}

body {
    background-image: url(../images/background.png);
}

.socialMediaLink {
    width: 6vw;
    height: 6vw;
    margin: 2vw;
    border-radius: 100%;
}

.socialMediaLinkImage {
    width: 6vw;
    height: 6vw;
}

#socialMediaLinks {
    width: 100%;
    margin-top: 6vw;
    text-align: center;
    display: flex;
    justify-content: center;
}

#facebookLink {
    background-color: #4267B2;
}

#myhammerLink {
    background-color: #F22B14;
}

/* Mobile*/
@media only screen
and (max-width : 992px) {
    #innerContent {
        margin-left: 5%;
        padding-top: 32vw;
        width: 90%;
    }

    #headerStuff {
        border-radius: 1px;
        margin-top: -8vw;
        width: 100%;
        position: absolute;
        height: 40vw;
        background-color: #FFFFFF;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    }
    
    .headerStuffImage img{
        height: 16vw;
        margin-top: 2.2vw;
        padding-bottom: 1.1vw;
    }
    
    .headerStuffTitle {
        font-size:3.3vw;
    }
    
    .headerStuffContent {
        font-size: 2vw;
    }

    #logo {
        top: -12vw;
        width: 50vw;
        margin-left: -25vw;
    }

    .sectionHeadline {
        font-size: 4vw;
    }
    .contentSectionText {
        font-size: 2.5vw;
    }
    
    
    #portraitDiv {
        width: 100%;
    }

    #contactDiv > div{
        width: 100%;
        font-size: 2.5vw;
        line-height: 8vw;
    }

    .contactRowImage {
        margin-bottom: 1vw;
    }

    .contactRowImage {
        height: 8vw;
    }

    #map {
        width: 100%;
    }

    #imprintTable {
        font-size: 1.25em;
        width: 80%;
        margin-left: 10%;
    }

    .socialMediaLink {
        width: 16vw;
        height: 16vw;
    }

    .socialMediaLinks {
        margin-bottom: 6vw;
    }
    
    

    .socialMediaLinkImage {
        width: 16vw;
        height: 16vw;
    }

    #portraitCaption {
        font-size: 3vw;
    }

    #portraitTitle {
        font-size: 2.5vw;
        margin-bottom: 8vw;
    }

    .sectionHeadline {
        margin-bottom: 25px;
    }   

    #navbar {
        display: none;
    }
}

/* Desktop*/
@media only screen
and (min-width : 992px) {
    
    .headerStuffTitle {
        font-size:1.45vw;
    }
    #innerContent {
        margin-left: 15%;
        width: 70%;
    }
    
    .headerStuffImage img{
        height: 6vw;
        margin-top: 2.2vw;
        padding-bottom: 1.1vw;
    }

    #headerStuff {
        border-radius: 1px;
        margin-top: -8vw;
        width: 60%;
        position: absolute;
        margin-left: 20%;
        height: 16vw;
        background-color: #FFFFFF;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    }
    
    .headerStuffContent {
        font-size: 0.8vw;
    }

    .sectionHeadline {
        font-size: 1.45vw;
    }
    
    #portraitDiv {
        width: 50%;
    }

    #contactDiv {
        width: 50%;
    }

    #map {
        width: 80%;
    }
}
