* {
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
}
body {
    font-size: 100%;
    background-color: #232323;
}
body.imprint {
    padding-left: 40px;
    padding-top: 40px;
    width: 65%;
}
body.overlay-open {
    overflow: hidden;
}
::-moz-selection {
    /* Code for Firefox */
    background: #df9f71;
}
::selection {
    background: #df9f71;
}

/* Typo - Formatierung */

h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 2.35em;
    line-height: 120%;
    margin-bottom: 0.5em;
    letter-spacing: 0.125em;
    color: white;
}
h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 1.95em;
    text-transform: uppercase;
    line-height: 140%;
    letter-spacing: 0.125em;
    color: white;
}
h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 140%;
    margin-bottom: 1.0em;
    letter-spacing: 0.125em;
    color: white;
}
p {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 1.15em;
    line-height: 150%;
    margin-bottom: 1.0em;
    letter-spacing: 0.1em;
    color: white;
}
footer {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 0.65em;
    line-height: 150%;
    letter-spacing: 0.1em;
    color: #777777;
}

/* Typo - Linkauszeichnung */

a:link {
    color: #df9f71;
    text-decoration: none;
    font-size: 0.915em;
    letter-spacing: 0.15em;
}
a:visited {
    color: #df9f71;
    text-decoration: none;
}
a:hover {
    color: white;
    background-color: #b86e3a;
    transition: all 1s ease;
    box-shadow: -1px -2px 0 2px rgba(184, 110, 58, 2);
}
a:active {
    color: white;
    background-color: #df9f71;
}

/* Layout - Divs */

.fix-info {
    height: 100%;
    width: 30%;
    background-color: #232323;
    min-width: 325px;
    position: fixed;
    margin-top: 0px;
    margin-left: 0px;
}
.fix-info-text {
    height: 100%;
    padding-left: 40px;
    padding-right: 70px;
    padding-top: 40px;
}
.fix-footer-text {
    position: absolute;
    padding-left: 40px;
    bottom: 15px;
}

/* Layout - Images */

.portfolio {
    background: #323232;
    max-width: 70%;
    position: relative;
    left: 30%;
    float: left;
    overflow-x: hidden;
}
.portfolio-right {
    max-width: 50%;
    position: relative;
    float: left;
    overflow-x: hidden;
}
.portfolio-left {
    max-width: 50%;
    position: relative;
    float: left;
    overflow-x: hidden;
}
.image-half {
    width: 100%;
    position: relative;
    float: left;
}
.portfolio-text {
    cursor: pointer;
    position: relative;
    width: 100%;
    float: left;
}
.portfolio-text div {
    position: absolute;
    height: 100%;
    text-align: center;
    left: 0;
    right: 70px;
    top: 0;
    width: 100%;
    display: table;
}
.portfolio-text div h3 {
    display: table-cell;
    vertical-align: middle;
}
.portfolio-text:hover {
    opacity: .8;
    transition: all 0.5s linear;
}
.logo {
    display: block;
    width: 50px;
    margin-bottom: 80px;
}
.seperator {
    border: none;
    background-color: #ffffff;
    height: 3px;
    width: 30px;
    Margin-bottom: 25px;
}
img.img-full-width {
    display: block;
    width: 100%;
}

/* Smartphones (portrait) ----------- */

@media only screen and (min-width: 769px) and (max-width: 940px) {
    .fix-info {
        width: 35%;
        min-width: 0;
    }
    .fix-info-text {
        padding-right: 40px;
    }
    .portfolio {
        max-width: 65%;
        left: 35%;
    }
    h1 {
        font-size: 1.95em;
        margin-bottom: 0.60em;
    }
    h2 {
        font-size: 1.5em;
        margin-bottom: 0.50em;
    }
    h3 {
        font-size: 1.0em;
        margin-bottom: 1.0em;
    }
    p {
        font-size: 1.05em;
        margin-bottom: 1.0em;
    }
}

/* Smartphones (portrait 2) ----------- */

@media only screen and (min-width: 600px) and (max-width: 769px) {
    .body {
        /*  min-width: 0;*/
    }
    .fix-info {
        min-width: 0px;
        position: relative;
        width: 100%;
    }
    .fix-footer-text {
        min-width: 0px;
        position: relative;
        bottom: -15px;
        padding-left: 20px;
        Margin-bottom: 30px;
    }
    h1 {
        font-size: 1.95em;
        margin-bottom: 0.60em;
    }
    h2 {
        font-size: 1.5em;
        margin-bottom: 0.60em;
    }
    h3 {
        font-size: 1.0em;
        margin-bottom: 1.0em;
    }
    p {
        font-size: 1.05em;
        margin-bottom: 1.0em;
    }
    .seperator {
        height: 3px;
        width: 30px;
        Margin-bottom: 30px;
    }
    .fix-info-text {
        padding-left: 30px;
        padding-right: 90px;
        padding-top: 20px;
    }
    .fix-footer-text {
        padding-left: 30px;
    }
    .portfolio {
        left: 0;
        max-width: 100%;
    }
}

/* Smartphones (portrait) ----------- */

@media only screen and (max-width: 600px) {
    .body {
        /* min-width: 0;*/
    }
    .fix-info {
        min-width: 0px;
        position: relative;
        width: 100%;
    }
    .fix-footer-text {
        min-width: 0px;
        position: relative;
        bottom: -15px;
        padding-left: 30px;
        Margin-bottom: 30px;
    }
    h1 {
        font-size: 1.95em;
        margin-bottom: 0.60em;
    }
    h2 {
        font-size: 1.5em;
        margin-bottom: 0.50em;
    }
    h3 {
        font-size: 1.0em;
        margin-bottom: 1.0em;
    }
    p {
        font-size: 1.05em;
        margin-bottom: 1.0em;
    }
    .seperator {
        height: 3px;
        width: 30px;
        Margin-bottom: 25px;
    }
    .fix-info-text {
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .portfolio {
        left: 0;
        max-width: 100%;
    }
}
@media only screen and (min-width: 769px) {
    #central-wrapper {
        max-width: 1440px;
        margin: auto;
    }
    .fix-info {
        max-width: 432px;
    }
}
