h1 {
    font-size: 2.4em;
    font-weight: 300;
    padding: 20px;
    font-family: 'Roboto';
    text-align: center;
    text-transform: uppercase;
}

h2 {
    font-size: 2.4em;
    font-weight: 900;
    margin: 20px;
    font-family: 'Roboto';
    text-align: center;
    text-transform: uppercase;
}

h1 b {
    font-weight: 900;
}

#icons i::before {
    color: #878787;
}

#icons i::before {
    text-decoration: none;
    color: #dadada;
    transition: .3s;
}

a {
    color: #878787;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #dadada;
    transition: .3s;
}


/* </nav> */

.nav-container {
    width: 80%;
    margin: 0 auto;
}

.nav-header {
    position: fixed;
    z-index: 11;
}

.nav-header::after {
    content: '';
    display: table;
    clear: both;
}

nav {
    float: right;
    min-width: 100vw;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav li {
    display: inline-block;
    margin-left: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    vertical-align: middle;
    float: right;
    text-align: ;
}

nav a {
    font-family: 'Roboto';
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #dadada;
}

nav a:hover {
    color: #444;
    transition: .7s;
}

nav a::before {
    content: '';
    display: block;
    height: 5px;
    background-color: #444;

    position: absolute;
    top: 0;
    width: 0%;

    transition: all ease-in-out 250ms;
}

nav a:hover::before {
    width: 100%;
}

/* </nav> */
.blackbg {
    background-color: black
}

.portfolio img {
    display: flex;
}

.portfolio img:hover {
    opacity: 0.3;
    transition: .3s;
}

.portfolio h3 {
    top: 50%
}

.portfolio {
    display: inline-grid;
    width: 33%;
}

.portfolio img {
    width: 33vw;
}

.portfoliocontainer {
    width: 100%;
}

header {
    background-image: url(../img/bgs/BGBIG.jpg);
    background-color: grey;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    background-attachment: fixed;
}

.logoicon {
    position: absolute;
    margin-top: -6%;
    left: 10%;
    width: 12%;
    height: auto;
    z-index: 10;
}

.logoiconzwei {
    position: absolute;
    margin-top: -13.5%;
    left: 80%;
    width: 12%;
    height: auto;
    z-index: 10;
}

body {
    text-align: left;
    font-family: 'Roboto Slab', serif;
    font-size: 1.2em;
    font-weight: 400;
    background: url(../img/concrete_wall.png) repeat;
    margin: 0;
    width: 100vw
}

.quote {
    text-align: left;
    padding-left: 20vw;
    padding-top: 10vh;
}

.bold {
    font-weight: 700;
}

.parallax {
    background-image: url(../img/bgs/parallax.jpg);
    background-size: cover;
    background-position: center;
    min-height: 50vh;
    background-attachment: fixed;
}


.parallax-header {
    padding: 5% 0 0 0;
}

.uebermich-bg {
    background-image: url(../img/bgs/uebermich.jpg);
    background-size: cover;
    background-position: center;
    min-height: 80vh;
}

.uebermich-text {
    margin-left: 50%;
    margin-right: 10%;
}

.ueberschriftuebermich {
    margin-left: 55%;
    padding: 50px 0px 30px 0px;
}

footer {
    min-height: 5vh;
    background-color: black;
}

.clients {
    margin-top: 10vh
}

.clients li a img {}

.clients li a img:hover {
    opacity: .5;
    transition-duration: .3s;
    transition-timing-function: ease-in;
}

ul.clients {
    list-style: none;
}

.clients li {
    display: inline;
}

@media (max-width: 800px) {
    .parallax {
        background-attachment: scroll;
    }

    header {
        background-attachment: scroll;
    }

    nav {
        display: none;
    }

    .uebermich-text {
        margin-left: 10%;
        margin-right: 10%;
    }

    .ueberschriftuebermich {
        margin-left: 10%;
    }

    #workspace {
        display: none;
    }
}

/*Coppied!!!*/


.wrapper {
    font-size: 0;
}

/*for inline block spacing*/
#meine_arbeiten body {
    font-family: Sarala;
    background: #444;
}

#meine_arbeiten div a {
    display: inline-block;
    width: 33.3%;
    height: auto;
    position: relative;
}

#meine_arbeiten div a img {
    width: 100%;
    height: auto
}

#meine_arbeiten a:before,
a:after {
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.6s ease;

}

#meine_arbeiten div a:before {
    content: '';
    height: auto;
    background: rgba(1, 1, 1, 0.6);
}

#meine_arbeiten div a:after {
    content: attr(data-title);
    font-family: 'Roboto';
    font-size: 24px;
    top: calc(50% - 0.5em);
    left: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    color: #221e1f;
}

#meine_arbeiten div a:hover:before,
a:hover:after {
    opacity: 1;
}



@media (max-width:650px) {
    #meine_arbeiten div a {
        width: 100%;
        height: auto;
    }

    #meine_arbeiten div a:last-child {
        display: inline-block;
    }
}

@media (max-width:1300px) {
    #meine_arbeiten div a {
        width: 50%;
        height: auto;
    }

    #meine_arbeiten div a:last-child {
        display: none;
    }

}

@media (max-width:480px) {
    #meine_arbeiten div a {
        width: 100%;
    }
}

@media (max-width:900px) {

    .logoicon,
    .logoiconzwei {
        display: none;
    }
}
@media (max-width:1920px) {
    header{
        background-image: url(/img/bgs/BG.jpg)
    }
}