@font-face {
    font-family: Benguiat;
    src: url('../fonts/benguiatbookitalicbt.ttf');
}
body {
    font-family:open sans,sans-serif;
    margin: 0;
    background-color: #B9B9B9;
}

/* Menubar Link */

a, a:link {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

/* Title */

.Title {
    background-color: #dbdbdb;
    margin-top: 30px;
    padding-bottom: 1%;
}
.TitleGroup {
    position: relative;
    padding-left: 15.5%;
}
.allformLogo {
    font-family: Benguiat, sans-serif;
    display: inline;
    margin-top: 20%;
    font-size: 330%;
    color: #e30018;
}
#AdditionalText {
    margin-bottom: 0.5%;
}
#TitleText {
    display: inline;
    font-size: 175%;
}

/* Menubar */

.Menubar {
    background-color: #e30018;
    height: auto;
    text-align: center;
}

/* Buttons */

#StartButton {
    color: #FFFFFF;
    font-size: 16px;
    background-color: #2f2e2e;
    height: 37px;
    margin-right: 12px;
    border: none;
}
#UnsereProdukteButton {
    color: #FFFFFF;
    font-size: 16px;
    background-color: #e30018;
    height: 37px;
    margin-right: 12px;
    border: none;
}
#KontaktButton {
    color: #FFFFFF;
    font-size: 16px;
    background-color: #e30018;
    height: 37px;
    margin-right: 12px;
    border: none;
}
#UeberUnsButton {
    color: #FFFFFF;
    font-size: 16px;
    background-color: #e30018;
    height: 37px;
    margin-right: 12px;
    border: none;
}
#DatenschutzButton {
    color: #FFFFFF;
    font-size: 16px;
    background-color: #e30018;
    height: 37px;
    margin-right: 12px;
    border: none;
}
#ImpressumButton {
    color: #FFFFFF;
    font-size: 16px;
    background-color: #e30018;
    height: 37px;
    margin-right: 12px;
    border: none;
}

/* Button Hover */

#StartButton:hover {
    background-color: #000000;
}
#UnsereProdukteButton:hover {
    background-color: #D1290A;
}
#KontaktButton:hover {
    background-color: #D1290A;
}
#UeberUnsButton:hover {
    background-color: #D1290A;
}
#DatenschutzButton:hover {
    background-color: #D1290A;
}
#ImpressumButton:hover {
    background-color: #D1290A;
}

/* Quick Links */

#QuickLinkProdukte:hover {
    background-color: #C90014;
}
#QuickLinkKontakt:hover {
    background-color: #666464;
}
#QuickLinkUeber:hover {
    background-color: #141414;
}

/* Foot */

.Foot {
    text-align: center;
    color: white;
    position: static;
    padding-bottom: 1%;
    padding-top: 0.25%;
    bottom: 0;
    width: 100%;
    background-color: #2f2e2e;
}

#FootText2 {
    display: inline;
    margin-left: 2%;
    text-decoration: underline;
}
#FootText3 {
    display: inline;
    margin-left: 2%;
}

/* Resolution-dependent Styling */

/* Mobile */

@media all and (max-width: 479px){

    .TitleGroup {
        padding-bottom: 20px;
    }

    /* Startpage Text */
    .StartContent {
        max-width: 100%;
        text-align: center;
        background-color: #FFFFFF;
        padding: 20px 15px;
    }

    #startbild {
        width: 90%;
        margin-bottom: 15px;
    }

    #qualitySticker {
        width: 35%;
        position: absolute;
        border: transparent 0;
        left: -10px;
        bottom: 40px;
        transform: rotate(-25deg);
        z-index: 100;
    }

    .StartContent img {
        width: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }


    /* Startpage Quick Links */

    #QuickLinkProdukte {
        border: none;
        font-size: 16px;
        font-weight: bold;
        width: 360px;
        height: 50px;
        background-color: #e30018;
        margin-top: 2px;
        margin-bottom:6px;
    }

    #QuickLinkKontakt {
        border: none;
        font-size: 16px;
        font-weight: bold;
        width: 360px;
        height: 50px;
        background-color: #807D7D;
        margin-bottom:6px;
    }

    #QuickLinkUeber {
        border: none;
        font-size: 16px;
        font-weight: bold;
        width: 360px;
        height: 50px;
        background-color: #2f2e2e;
    }

    .Foot {
        padding-bottom: 25px;
    }

}

/* Desktop */

@media all and (min-width:480px) {
    /* Startpage Text */

    body {
        overflow-y: hidden;
    }

    .StartContent {
        margin: auto;
        max-width: 1345px;
        min-width: 1%;
        position: relative;
        text-align: center;
        background-color: #FFFFFF;
        padding-top: 75px;
        padding-bottom: 100%;
    }

    #qualitySticker {
        position: absolute;
        width: 15%;
        border: transparent 0;
        top: 400px;
        left: 245px;
        transform: rotate(-25deg);
        z-index: 9999;
    }

    .StartContent img{
        position: relative;
        object-fit: cover;
        width: 50%;
        object-position: 50% 50%;
        border: 2px solid #807D7D;
    }

    .StartContent p {
        position: relative;
        bottom: 35px;
        margin: auto;
        width: 55%;
    }


    /* Startpage Quick Links */

    #QuickLinkProdukte {
        text-align: left;
        padding-left: 1%;
        position: relative;
        bottom: 400px;
        left: 511px;
        border: none;
        font-size: 18px;
        font-weight: bold;
        width: 225px;
        height: 60px;
        background-color: #e30018;
        margin-top: 2px;
        margin-bottom:6px;
    }
    #QuickLinkKontakt {
        text-align: left;
        padding-left: 1%;
        position: relative;
        bottom: 335px;
        left: 281px;
        border: none;
        font-size: 18px;
        font-weight: bold;
        width: 225px;
        height: 60px;
        background-color: #807D7D;
        margin-top: 2px;
        margin-bottom:6px;

    }
    #QuickLinkUeber {
        text-align: left;
        padding-left: 1%;
        position: relative;
        bottom: 270px;
        left: 52px;
        border: none;
        font-size: 18px;
        font-weight: bold;
        width: 225px;
        height: 60px;
        background-color: #2f2e2e;
        margin-top: 2px;
        margin-bottom:6px;

    }

    .Foot {
        position: fixed;
    }
}
