﻿body {
    background-color: #222222;
}

.robotize-content {
    min-height: calc(100vh - 282px);
}

#header {
    height: 80px;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    position: fixed;
    z-index: 9999;
    top: 0; /* Position the navbar at the top of the page */
}

.page-content {
    margin-top: 80px;
    width: 100%;
}

#footer {
    width: 100%;
    background-color: #ffffff;
    color: #222222;
    padding: 40px 0 20px 0;
}

.footer-company img {
    width: 100%;
}

.footer-menu {
    height: 100%;
    line-height: 30px;
    text-align: center;
}

    .footer-menu ul {
        list-style-type: none;
        display: inline-block;
        text-align: center;
        margin-bottom: 0;
    }

        .footer-menu ul li {
            float: left;
        }

            .footer-menu ul li span {
                color: #222222;
                padding: 10px 20px;
                font-family: "DINProLight";
                font-size: 16px;
                text-decoration: none;
                padding-left: 0;
                padding-right: 0;
                cursor: default;
            }


            .footer-menu ul li a {
                color: #222222;
                padding: 0 20px;
                font-family: "DINProLight";
                font-size: 16px;
                text-decoration: none;
                padding-left: 0;
                padding-right: 0;
                cursor: default;
            }

            .footer-menu ul li:first-child a {
                padding-left: 0;
            }

            .footer-menu ul li a:hover {
                color: #333333;
            }

            .footer-menu ul li img {
                margin-right: 10px;
                margin-left: 10px;
            }

.footer-mail:hover {
    color: #5cb334 !important;
    cursor: pointer;
}

.footer-menu-mobile p {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

@media only screen and (max-width : 992px) {
    .footer-company img {
        width: 30%;
    }
}

@media only screen and (min-width : 320px) and (max-width : 1208px) {
    .footer-company {
        text-align: center;
    }

    .footer-menu {
        padding-left: 0;
    }

        .footer-menu ul li a {
            font-size: 14px;
        }

        .footer-menu ul li:first-child a {
            padding-left: 20px;
        }

        .footer-menu ul li span {
            font-size: 14px;
        }
}

/* Cookie Bar */
.cookie-bar-wrapper {
    background-color: #5cb334;
    color: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.cookie-bar {
    padding: 5px 0;
    text-align: center;
}

    .cookie-bar h2 {
        font-size: 24px;
        font-family: "DINProMedium";
    }

    .cookie-bar p {
        font-size: 18px;
        font-family: "DINProLight";
        width: 70%;
        margin: 10px auto;
    }

    .cookie-bar a {
        color: #ffffff;
    }

        .cookie-bar a:hover {
            color: #ffffff;
            text-decoration: none;
        }

.btn-cookie {
    position: absolute;
    top: 7px;
    right: 12px;
    font-size: 27px;
    cursor: pointer;
    color: #ffffff;
}

    .btn-cookie:hover {
        text-decoration: none;
        color: #ffffff;
    }
