    html,
    body {
        margin: 0;
        padding: 0;
        height: 100%;
        text-align: center;
    }

    /* roboto-slab-regular - latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-slab-v24-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-slab-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-slab-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-slab-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-slab-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-slab-v24-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
  }
  /* roboto-slab-500 - latin */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-slab-v24-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-slab-v24-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-slab-v24-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-slab-v24-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-slab-v24-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-slab-v24-latin-500.svg#RobotoSlab') format('svg'); /* Legacy iOS */
  }
    
    section {
        min-height: 100%;
    }
    
    a {
        text-decoration: none;
    }
    
    li {
        list-style-type: none;
    }
    
    h1,
    h2,
    h3,
    a {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        color: #494949;
        /* text-transform: uppercase; */
    }
    
    h2 {
        color: #5d7177;
    }
    
    h3 {
        font-size: 40px;
        padding-top: 8%;
        margin: 0;
        color: #294356;
    }
    
    h4,
    h5,
    p {
        font-family: 'Roboto Slab', serif;
        color: #294356;
        margin-left: auto;
        margin-right: auto;
    }
    
    hr {
        width: 30px;
        height: 3px;
        background: #494949;
        border: 0;
        margin: 10px auto 50px auto;
    }
    
    #logo,
    li,
    img,
    .button,
    .playlink,
    div.scopeItem,
    .fa-bars {
        transition: all 300ms;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        -o-transition: all 300ms;
    }
    
    .fa-bars {
        display: none;
    }
    
    .arrowlink a {
        color: #294356;
    }
    /* Header */
    
    header {
        width: 100%;
        height: 80px;
        position: fixed;
        top: 0;
        left: 0;
        background: #294356;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        z-index: 1;
        /* overflow: hidden; */
    }
    
    #logo {
        width: 350px;
        float: left;
        margin: 10px 0 0 50px;
    }
    
    #logo:hover {
        opacity: 0.5;
    }
    
    #logo img {
        width: 100%;
    }
    
    header nav {
        float: right;
        margin: 10px 50px 0 0;
    }
    
    header nav ul li {
        float: left;
        margin-left: 25px;
        text-shadow: 0 0 2px black;
    }
    
    header nav ul li:hover {
        padding-top: 2px;
    }
    
    header nav ul a li {
        font-size: 16px;
        color: white;
    }
    
    .arrowlink {
        clear: both;
    }
    /* Home */
    
    #home {
        background: url(../images/landing.jpg);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }
    
    #home hr {
        margin: 0;
    }
    
    #home h1 {
        margin: 300px auto 0 auto;
        font-size: 110px;
        color: whitesmoke;
        text-shadow: 0 0 5px black;
    }
    
    #home h2 {
        margin: 0 auto 0 auto;
        font-size: 25px;
        color: whitesmoke;
        text-shadow: 0 0 2px black;
    }
    
    #home img:hover {
        opacity: 0.8;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    
    #Logoimage {
        margin: 150px auto 0 auto;
        height: 350px;
        width: 900px;
    }
    
    #Logoimage img {
        height: 350px;
        width: 900px;
    }
    /* About */
    
    #about {
        background-color: whitesmoke
    }
    
    #about p {
        width: 80%;
    }
    /* Leistungen */
    
    #work {
        background-color: #f0f0f0;
    }
    
    #work p {
        width: 80%;
    }
    
    #worklist {
        width: 1000px;
        margin: 50px auto 0 auto;
    }
    
    #worklist ul {
        padding: 0;
    }
    
    #worklist ul li {
        width: 33.3%;
        float: left;
        margin-bottom: 50px;
    }
    
    #scopworklistelist img {
        width: 280px;
        height: 170px;
        border-radius: 5px;
    }
    
    #worklist img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    }
    
    div.worklistItem {
        width: 300px;
        height: 250px;
        border: 1px solid white;
        border-radius: 5px;
        text-align: center;
        background-color: #294356;
        opacity: 0.5;
        margin-left: auto;
        margin-right: auto;
    }
    
    div.worklistItem h5 {
        font-size: 26px;
        color: white;
        margin: 15px auto;
    }
    
    div.worklistItem p {
        font-size: 14px;
        color: white;
    }
    
    div.worklistItem img {
        height: 50px;
        width: 150px;
    }
    
    div.worklistItem:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
        opacity: 0.8;
    }
    /* Contact */
    
    #contact {
        background-color: white;
    }
    
    #contactdetails {
        margin: 0 auto 0 auto;
    }
    
    form input,
    textarea {
        font-family: 'Roboto Slab', serif;
        font-size: 15px;
        margin-bottom: 10px;
        border-radius: 2px;
        border: 2px solid;
        border-color: #294356;
        outline: none;
    }
    
    form input {
        width: 552px;
        height: 30px;
    }
    
    form input:first-child {
        margin-top: 10px;
    }
    
    form textarea {
        width: 550px;
        height: 200px;
        resize: none;
    }
    
    .input_text {
        color: #294356;
        padding-left: 10px;
    }
    
     ::-webkit-input-placeholder {
        color: #294356;
    }
    
     ::-moz-input-placeholder {
        color: #294356;
    }
    
     ::-ms-input-placeholder {
        color: #294356;
    }
    
     ::-o-input-placeholder {
        color: #294356;
    }
    
    .button {
        background-color: #3A5E78;
        color: white;
        width: 566px;
        height: 50px;
    }
    
    .button:hover {
        background-color: #294356;
        color: #f0f0f0;
    }
    /* Footer */
    
    footer {
        width: 100%;
        height: 70px;
        background-color: #3A5E78;
    }
    
    footer p {
        font-size: 12px;
        color: #f0f0f0;
        padding-top: 30px;
        margin: 0;
    }
    
    footer p a {
        color: #f0f0f0;
    }
    /* Impressum */
    
    #impressum {
        background-color: white;
    }
    
    #impressum p {
        margin: 10px auto 0 auto;
        width: 80%;
    }
    /* Datenschutz */
    
    #datenschutz {
        margin: 0 auto 0 auto;
        background-color: #f0f0f0;
    }
    
    #datenschutz p {
        margin: 30px auto 0 auto;
        width: 80%;
    }
    
    #datenschutz ul {
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }
    
    #datenschutz li {
        font-family: 'Roboto Slab', serif;
        color: #494949;
        list-style: disc;
        text-align: left;
    }
    /* Media Queries **************************************/
    
    @supports (-webkit-touch-callout: none) {
        #home {
            background-attachment: scroll;
        }
    }
    /* Tablets */
    
    @media screen and (max-width: 1024px) {
        header {
            height: auto;
        }
        #logo {
            width: 200px;
            margin: 5px 0 0 50px;
        }
        header nav {
            margin-top: 0;
        }
        header nav ul a li {
            font-size: 12px;
        }
        h3 {
            padding-top: 12%;
        }
        #worklist {
            width: auto;
        }
        #worklist ul li {
            width: 100%;
            float: none;
        }
        #worklist {
            width: auto;
        }
        #worklist ul li {
            width: 100%;
            float: none;
        }
        form input,
        form textarea {
            width: 60%;
        }
        .button {
            width: 62%;
        }
    }
    /* Mobiles */
    
    @media screen and (max-width: 480px) {
        h3 {
            font-size: 30px;
        }
        #logo {
            width: 150px;
            margin: 5px 0 0 20px;
        }
        header nav {
            margin: 0;
            float: none;
        }
        .fa-bars {
            font-size: 20px;
            display: inline-block;
            cursor: pointer;
            text-align: right;
            float: right;
            margin: 10px 30px 0 0;
            color: white;
        }
        .fa-bars:hover {
            opacity: 0.5;
        }
        header nav ul {
            height: 0;
            overflow: hidden;
            margin: 0;
            padding: 0;
            width: 100%;
        }
        header nav ul.open {
            height: auto;
        }
        header nav ul a li {
            width: 100%;
            height: 25px;
            padding: 5px 0;
            margin: 0;
            font-size: 16px;
            border-top: 1px solid gray;
        }
        header nav ul li:hover {
            background-color: white;
            color: black;
            padding: 0;
        }
        #Logoimage {
            margin: 80px auto 0 auto;
            height: 150px;
            width: 400px;
        }
        #Logoimage img {
            height: 150px;
            width: 400px;
        }
        #home h1 {
            margin: 200px auto 0 auto;
            font-size: 90px;
        }
        #worklist p {
            width: 80%;
        }
        #worklist {
            width: auto;
        }
        #worklist ul li {
            width: 100%;
            float: none;
            margin-bottom: 10px;
        }
        div.worklistItem {
            height: 150px;
        }
    }