﻿@font-face {
    font-family: 'Acumin Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro'), url('Acumin-RPro.woff') format('woff');
}


@font-face {
    font-family: 'Acumin Pro Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro Italic'), url('Acumin-ItPro.woff') format('woff');
}


@font-face {
    font-family: 'Acumin Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro Bold'), url('Acumin-BdPro.woff') format('woff');
}


@font-face {
    font-family: 'Acumin Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro Bold Italic'), url('Acumin-BdItPro.woff') format('woff');
}

* {
    box-sizing:border-box;
}

html, body {
    padding:0px;
    margin:0px;
    width:100%;
}

.titel {
    background-image: url(Titelbild.png);
    background-repeat: no-repeat;
    height: 650px;
    background-size: contain;
    background-position: right center;
    border-bottom: 1px solid #febf31;
}

h1 {
    font-family: "Acumin Pro Bold";
    text-transform: uppercase;
    
    font-size:2.5em;
}

h2 {
    font-family: "Acumin Pro Bold";
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-size: 1.9em;
    color: #febf31;
}

#box {
   position:fixed;
    z-index: 999;
    height: 90px;
    width: 100%;
    background-color:white;
    opacity: 0.85;
    top:0px;
    margin:0;
}

#contMainHeader {
    top:0px;
    position: fixed;
    z-index: 99999;
    height:auto;
    width:100%;
    
}

    #contMainHeader ul {
       list-style-type:none;
       padding:0px;
       margin:0px;
       padding-top:30px;
       margin-left:20px;
       margin-right:25px;
       display:flex;
    }

    #contMainHeader li a {
        display: block;
        text-decoration: none;
        font-size: 1.5em;
        font-family: "Acumin Pro";
        font-weight: 600;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 20px;
        color: #0960b7;
    }

    #contMainHeader li a:hover {
        text-decoration:underline;
    }

    #contMainHeader header {
       
        display:flex;
        height:300px;
        opacity: 1;
        margin-left: auto;
        margin-right: auto;
        width:1000px;
    }

    #contMainHeader #logo a {
        background-image: url("Buero-MFZ-nebeneinander.svg");
        background-repeat: no-repeat;
        background-position: left 15px;
        background-size: 245px;
        display: block;
        height:140px;
        width:245px;
    }


.titel section {
    padding-top: 180px;
    width: 1000px;
    margin: auto;
}

.titel h1 {
    font-size:2.4em;
    width:80%;
    
}

.titel em {
    display: block;
    font-size:1.4em;
    font-weight:500;
}

.titel div {
    margin-left:45px;
    margin-top:65px;
}

a.cta {
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
    font-size: 1.4em;
    line-height:1.4em;
    vertical-align:middle;
    border: 2px solid #ffffff;
    background-color: white;
    padding-top:19px;
    text-transform: uppercase;
    font-family: "Acumin Pro Bold";
    letter-spacing: 0px;
    text-decoration: none;
    color: #e21a4e;
    padding-right: 15px;
    padding-left: 55px;
    background-image: url(arrow-right-red.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 35px;
    transition: all ease-in-out 0.5s;
}

    a.cta:hover {
        border: 2px solid #e21a4e;
        
        background-image: url(arrow-right-red-full.svg);
    }

.stackitem {
    
    border-bottom: 1px solid #febf31;
}

    .stackitem section {
        padding-top: 25px;
        width: 900px;
        margin: auto;
        padding-bottom:35px;
    }

    .stackitem p {
        font-family: "Acumin Pro";
        font-size: 1.2em;
    }

#item1 {
   
    
}

#item2 {
   
}

#item3 {
     background-image:url(Portrait.png);
     background-repeat:no-repeat;
     background-position:750px bottom;
    background-size:550px;
}

    #item3 h2 {
        text-align:left;
    }

    #item3 p {
        width:70%;
    }

a {
    color: #0960b7;
}

#contFooter footer {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 1000px;
    margin: auto;
    font-family: "Acumin Pro";
}

#content section {
    padding-top: 130px;
    padding-bottom: 25px;
    width: 1000px;
    margin: auto;
    font-family: "Acumin Pro";
}

#impressum .item {
    padding-bottom:20px;
}

    #impressum .item div:first-child {
        color: #febf31;
        font-weight:bold;
    }

.leistungen {
    display:flex;
    width:100%;
    margin:auto;
    justify-content:space-evenly;
    padding-top:25px;
}

.leistungen div {
    width:30%;
    padding:15px;
    background-repeat:no-repeat;
    padding-top:85px;
    background-position:center top;
}

.leistungen p {
    text-align:center;
}

div.druck {
    background-image:url(poster.svg);
    background-size:90px;
}

div.socialmedia {
    background-image:url(post.svg);
    background-size:90px;
}

div.domain {
    background-image: url(dns.svg);
    background-size: 90px;
}

div.webapp {
    background-image: url(development.svg);
    background-size: 90px;
}

div.mail {
    background-image: url(email.svg);
    background-size: 90px;
}

div.tel {
    background-image: url(telephone.svg);
    background-size: 90px;
}

.eigenschaften {
    list-style-type:none;
    padding:0px;
    margin:0px;
}

    .eigenschaften li {
        font-family: "Acumin Pro";
        font-size: 1.2em;
        width: 500px;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-left: 40px;
        background-image: url(check-mark.svg);
        background-repeat: no-repeat;
        background-position: 5px center;
        background-size: 24px;
    }

    .eigenschaften li.abstandoben {
        margin-top:20px;
    }

.hideondesktop {
    display:none !important;
}

#contMobileMenu {
    display:none;
}

@media (min-width: 1281px) {

    #item3 {
       
        background-position: 800px bottom;
        
    }

}

@media (max-width: 480px) {

    #contMainHeader {
        padding-left: 15px;
        padding-right:15px;
    }

    #contMainHeader header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width:100%;
        height:auto;
    }

    #contMainHeader #logo a{
        background-size:230px;
        width:260px;
        height:90px;
    }

    .hideondesktop {
        display: block !important;
    }

    .hideonmobile {
        display: none !important;
    }

    #btnOpenMobileMenu {
        display:block;

    }

    .titel, .titel section {
        width:100%;
    }

    .titel {
        padding-left: 15px;
        padding-right: 0px;
        background-position:center 110px;
        background-size:780px;
        height:730px;
    }

    .titel section {
        padding-top:120px;
    }

    .titel h1 {
        margin-top:360px;
        font-size:1.7em;
    }

    .titel div {
        margin-top:25px;
    }

    .stackitem section {
        width:100%;
        padding-left:15px;
        padding-right:10px;
    }

    #contFooter footer {
        width: 100%;
        margin-left: 15px;
        margin-right: 10px;
    }

  

    .eigenschaften li {
        width:auto;
    }

   
    .titel em {
        font-size:1.2em;
    }

    .leistungen {
        display:block;
    }

    .leistungen div {
        width:auto;
    }

    #item3 {
        background-position:-40px bottom;
        background-size:400px;
        height:950px;
    }

        #item3 p {
            width:auto;
        }

        #item3 h2 {
            text-align:center;
        }

    #content section {
        width:100%;
        padding-left:15px;
        padding-right:10px;
    }

    #btnOpenMobileMenu {
        display:block;
        background-image:url(menu.svg);
        background-repeat:no-repeat;
        background-size:40px;
        background-position:right top;
        height:50px;
        text-transform:uppercase;
        font-size:0.8em;
        padding-top:45px;
        letter-spacing:1px;
        text-decoration:none;
        color:gray;
    }

    #btnCloseMobileMenu {
        display: block;
        background-image: url(close.svg);
        background-repeat: no-repeat;
        background-size: 40px;
        background-position: right top;
        height: 50px;
        text-transform: uppercase;
        font-size: 0.8em;
        padding-top: 45px;
        letter-spacing: 1px;
        text-decoration: none;
        color: gray;
        width:50px;
    }

    #contMobileMenu {
        width: 190px;
        background-color: #febf31;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 10000000;
        display: none;
        position: fixed;
    }

        #contMobileMenu header {
            padding-left: 15px;
            padding-right: 15px;
          
            display: flex;
            justify-content: right;
            align-items: center;
            height: 90px;
        }


        #contMobileMenu ul {
            list-style-type:none;
            padding:0px;
            margin:0px;
        }

            #contMobileMenu ul li a {
                font-family: "Acumin Pro";
                font-size: 1.2em;
                padding: 6px;
                display: block;
                text-decoration: none;
                font-weight: normal;
                color: white;
            }

        #contMobileMenu section {
            padding-top:25px;
            padding-left:10px;
            padding-right:10px;
        }
}