﻿@media (min-width: 1024px) { 
        .top-menu a {
            padding: 15px;
            font-size: 16px;
            font-weight: 600;
            color: white;
        }

            .search-container {
        display: none;
        position: absolute;
        top: 40px;
        right: 0px;
        border-radius: 6px;
        overflow: hidden;
        font-size: 15px;
        line-height: 1.42857;
        z-index: 5;
        padding: 10px;
    }

        .search-container #search-cancel, .search-container #search-submit {
            position: relative;
            float: right;
            padding: 0px 10px;
            font-size: 20px;
            font-weight: 700;
            color: white;
        }

            .search-container #search-cancel:hover, .search-container #search-submit:hover {
                cursor: pointer;
            }

    .search-textfield {
        width: 300px;
    }



    .round-pix-container {
        display: block;
        position: absolute;
        top: 255px;
        min-height: 50px;
        width: 100%;
        text-align: center;
    }

    .head-slogan{
                padding-top: 70px;
    }
 
}

@media (min-width: 1160px) {
    .round-pix-container img {
        padding: 0px 30px;
        height: initial;
    }
}