/* smartphone*/
@media screen and (max-width: 680px) {
    /*nav*/
    #nav_smartphone_wrapper {
        height: 95px;
        top: 0;
        width: 100%;
        background: white;
        position: fixed;
        z-index: 1000;
    }


    #nav_smartphone {
        position: relative;
        width: 320px;
        margin: auto;
        height: 100%;
    }



    #nav_tablet_wrapper {
        display: none;
    }

    #nav_smartphone_handle {
        background-image: url(../tablet/images/nav_handle.png);
        height: 25px;
        width: 36px;
        background-repeat: no-repeat;
        top: 40px;
        position: absolute;
        -moz-background-size: contain;
        cursor: pointer;
        left: 10px;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
    }

    #nav_smartphone_logo {
        position: absolute;
        right: 10px;
        top: 30px;
        width: 157px;
        height: 40px;
        background-image: url(../smartphone/images/logo_green_grey.png);
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #nav_top_wrapper {
        height: 120px;
        position: relative;
        top: 0;
        width: 320px;
        pointer-events: none;
        margin-left: -160px;
        left: 50%;
    }

    #nav_mobile_handle {
        background-image: url(../tablet/images/nav_handle.png);
        height: 25px;
        width: 36px;
        background-repeat: no-repeat;
        cursor: pointer;
        top: 40px;
        left: 10px;
        z-index: 100000000000;
        pointer-events: auto;
        position: absolute;
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
    }



    #logo {
        position: absolute;
        right: 10px;
        top: 30px;
        width: 157px;
        height: 40px;
        background-image: url(../smartphone/images/logo-green_white.png);
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #nav_wrapper {
        position: fixed;
        z-index: 10000000;
        background: #bcbcbc;
        pointer-events: none;
        width: 100%;
    }


    #nav {
        pointer-events: none;
    }


    #menu {
        position: relative;
        pointer-events: auto;
    }

        #menu li {
            font-size: 1.25rem;
            height: 40px;
            line-height: 40px;
            margin: 0;
            margin-top: 2px;
            padding: 0;
            width: 100%;
        }

            #menu li:hover {
                cursor: pointer;
            }

            #menu li a {
                display: block;
                text-align: center;
                font-size: 20px;
                font-family: OratorStd;
                margin: auto;
                width: 100%;
                height: 100%;
            }

                #menu li a:hover, #menu li.current a {
                    background: white;
                }

            #menu li.current a {
                cursor: default;
            }







    /*end of nav*/

    #content_wrapper {
        margin-top: 120px;
        position: relative;
        overflow: hidden;
    }
    /* home */


    #home_wrapper {
        position: relative;
    }

    #home_slider_wrapper {
        width: 100%;
        margin: auto;
        position: relative;
    }

    #home_slider {
    }

        #home_slider > div {
            /* width: 100%; */
            height: 100%;
            float: left;
            text-align: center;
        }

            #home_slider > div > img {
                display: block;
                height: 100%;
                width: auto !important;
            
                margin: auto;
}

    #home_slider_nav {
        display: none;
    }

        #home_slider_nav div {
            background-repeat: no-repeat;
            -moz-background-size: contain;
            -o-background-size: contain;
            -webkit-background-size: contain;
            cursor: pointer;
            background-size: contain;
            width: 57px;
            height: 100%;
            position: absolute;
            pointer-events: auto;
        }

    #home_next_button {
        background-image: url(../images/arrows/grey_right.png);
        right: 0;
    }

    #home_prev_button {
        background-image: url(../images/arrows/grey_left.png);
        left: 0;
    }



    #home_text_wrapper {
        /* background-color: #f2efef; */
    }

    #home_text {
        width: 100%;
        margin: auto;
        background-color: #f2efef;
    }

        #home_text p {
            width: 85%;
            margin: auto;
            display: block;
            font-size: 22px;
            font-family: helveticaLight;
            line-height: 35px;
            cursor: default;
            color: #000000;
            padding-top: 100px;
            text-align: right;
        }

            #home_text p span {
                display: block;
                font-family: helveticaLightOblique;
                font-size: 24px;
            }

    #home_teasers {
        width: 78%;
        padding: 0px 11%;
        margin: auto;
        /* height: 600px; */
        background-color: #f2efef;
        /* margin-bottom: 200px; */
        z-index: 11111111;
        padding-top: 50px;
    }

        #home_teasers a {
            display: block;
            width: 100%;
            margin: auto;
        }

            #home_teasers a:first-child {
            }

            #home_teasers a:last-child {
                width: 90%;
                margin-top: -20px;
                z-index: 100;
            }

            #home_teasers a img {
                display: block;
                width: 100%;
                margin: auto;
            }

    #home_text_language {
        position: absolute;
        padding-top: 100px;
        width: 30px;
        left: 0;
        margin-left: -47%;
    }

        #home_text_language span {
            display: block;
            font-family: helveticaLight;
            cursor: default;
            width: 30px;
            font-size: 24px;
        }

            #home_text_language span a {
                display: block;
                font-family: helveticaLight;
                cursor: default;
                width: 30px;
                font-size: 24px;
            }

            #home_text_language span:hover, #home_text_language span.selected {
                color: #088d15;
                border-bottom: 1px solid #088d15;
            }




    #home_pagination {
        position: relative;
        z-index: 10;
        text-align: center;
        width: 60px;
        height: 20px;
        margin: 30px auto;
        padding: 1px 0;
    }




        #home_pagination a {
            z-index: 10;
            display: inline-block;
            margin: 0 5px 0 0;
            width: 10px !important;
            height: 10px !important;
            border-radius: 10px;
            background-color: #6f6f6f;
            cursor: pointer;
        }

            #home_pagination a.selected {
                background-color: #088d15;
                cursor: default;
            }

            #home_pagination a span {
                display: none !important;
            }



    /*end of home */

    /*works*/
    #works_wrapper {
        position: relative;
    }

    #works_images_wrapper {
        width: 100%;
        margin: auto;
        padding-top: 100px;
        height: auto;
        min-height: 500px;
        position: relative;
    }

    #works_images {
    }

    #works_images {
        /* width: 320px; */
        position: relative;
        margin: auto;
        text-align: center;
        /* margin-bottom: 40px; */
        overflow: hidden;
    }

        #works_images img {
            position: absolute;
            left: 0;
            /* width: 80%; */
            padding-top: 0 !important;
            right: 0;
            display: block;
            margin: auto;
        }






    #works_images_nav {
        height: 109px;
        width: 57px;
        position: relative;
        left: 50%;
        /* margin-top: 40px; */
        margin-bottom: 40px;
        cursor: pointer;
        margin-left: -28.5px;
        bottom: 0;
    }

    #works_next_button {
        background-image: url('../images/arrows/green_right.png');
        height: 109px;
        width: 57px;
        background-size: cover;
    }

    /* end of works */
    /* vita */
    #vita_wrapper {
        position: relative;
        overflow: hidden;
        background-color: #ebf5ec;
        margin-bottom: 20px;
        padding-bottom: 100px;
    }

    #vita_text_language {
        position: absolute;
        padding-top: 100px;
        width: 30px;
        left: auto !important;
        right: 0;
        margin-right: -47%;
    }

        #vita_text_language span {
            display: block;
            font-family: helveticaLight;
            cursor: default;
            width: 30px;
            font-size: 24px;
        }

            #vita_text_language span a {
                display: block;
                font-family: helveticaLight;
                cursor: default;
                width: 30px;
                font-size: 24px;
            }

            #vita_text_language span:hover, #vita_text_language span.selected {
                color: #088d15;
                border-bottom: 1px solid #088d15;
            }

    #vita_text_wrapper {
        width: 100%;
        text-align: left;
        margin: auto;
    }

        #vita_text_wrapper p {
            width: 90%;
            margin: auto;
            display: block;
            font-size: 22px;
            font-family: helveticaLight;
            line-height: 35px;
            cursor: default;
            color: #000000;
            padding-top: 100px;
            text-align: left;
        }

    /* end of vita*/
    /* exhibition */
    #exhibition_wrapper {
        position: relative;
        padding-top: 100px;
        margin-bottom: 100px;
    }

    .exhibition_title_wrapper {
        /* padding-top: 100px; */
        /* width: 320px; */
        position: absolute;
    }

        .exhibition_title_wrapper span {
            display: block;
            font-family: helveticaLight;
            cursor: default;
            font-size: 24px;
            text-align: right;
        }






    #exhibition_text_language {
        position: absolute;
        padding-top: 0;
        width: 30px;
        left: 0;
        margin-bottom: 30px;
        margin-left: -47%;
    }

        #exhibition_text_language span {
            display: block;
            font-family: helveticaLight;
            cursor: default;
            width: 30px;
            font-size: 24px;
        }

            #exhibition_text_language span a {
                display: block;
                font-family: helveticaLight;
                cursor: default;
                width: 30px;
                font-size: 24px;
            }

            #exhibition_text_language span:hover, #exhibition_text_language span.selected {
                color: #088d15;
                border-bottom: 1px solid #088d15;
            }

    .exhibition_images_wrapper {
        width: 100%;
        margin: auto;
        padding-top: 200px;
        height: auto;
        min-height: 500px;
        position: relative;
    }



    .exhibition_images {
        width: 320px;
        position: relative;
        margin: auto;
        margin-bottom: 50px;
        overflow: hidden;
    }

        .exhibition_images img {
            position: absolute;
            /* margin-left: -160px; */
            width: 90%;
            left: 0;
            right: 0;
            margin: auto;
        }

    #first_exhibition_title {
        right: 0;
        position: absolute;
        margin-right: -48%;
    }

        #first_exhibition_title span {
            text-align: right;
        }



    #second_exhibition_title {
        left: 0;
        margin-left: -48%;
    }

        #second_exhibition_title span {
            text-align: left;
        }

    #third_exhibition_title {
        right: 0;
        margin-right: -48%;
    }

        #third_exhibition_title span {
            text-align: right;
        }


    #third_exhibition_images_wrapper {
    }

    #exhibition_images_nav {
        height: 109px;
        width: 57px;
        position: relative;
        left: 50%;
        margin-top: 30px;
        cursor: pointer;
        display: none;
        margin-left: -28.5px;
        bottom: 0;
    }

    #exhibition_next_button {
        background-image: url('../images/arrows/green_right.png');
        height: 109px;
        width: 57px;
        background-size: cover;
    }


    /* end of exhibition */
    /* press */
    #press_wrapper {
        position: relative;
        overflow: hidden;
        background-color: #f1f0ee;
        margin-bottom: 100px;
        padding-bottom: 100px;
    }

    #press_text_language {
        position: absolute;
        padding-top: 100px;
        width: 30px;
        right: 0;
        margin-right: -40%;
    }

        #press_text_language span {
            display: block;
            font-family: helveticaLight;
            cursor: default;
            width: 30px;
            font-size: 24px;
        }

            #press_text_language span a {
                display: block;
                font-family: helveticaLight;
                cursor: default;
                width: 30px;
                font-size: 24px;
            }

            #press_text_language span:hover, #press_text_language span.selected {
                color: #088d15;
                border-bottom: 1px solid #088d15;
            }

    #press_text_wrapper {
        width: 90%;
        text-align: left;
        overflow: hidden;
        padding-top: 100px;
        margin: auto;
    }

        #press_text_wrapper p {
            /* width: 100%; */
            margin: auto;
            /* display: inline-block; */
            /* float: left; */
            margin-top: 0 !important;
            font-size: 22px;
            font-family: helveticaLight;
            line-height: 35px;
            cursor: default;
            color: #000000;
            padding: 5%;
            /* padding-top: 200px; */
            text-align: left;
        }

    /* end of press*/

    /* contact */
    #contact_wrapper {
        position: relative;
        overflow: hidden;
        /* margin-bottom: 100px; */
        padding-bottom: 100px;
    }

    #contact_text_language {
        position: absolute;
        padding-top: 100px;
        width: 30px;
        left: 0;
        margin-left: -410px;
    }

        #contact_text_language span {
            display: block;
            font-family: helveticaLight;
            cursor: default;
            width: 30px;
            font-size: 24px;
        }

            #contact_text_language span a {
                display: block;
                font-family: helveticaLight;
                cursor: default;
                width: 30px;
                font-size: 24px;
            }

            #contact_text_language span:hover, #contact_text_language span.selected {
                color: #088d15;
                border-bottom: 1px solid #088d15;
            }

    #contact_form_wrapper {
        width: 90%;
        margin: auto;
    }

    #contact_name {
        width: 100%;
        margin: 20px 0;
        border-bottom: 1px solid black;
    }

    #contact_phone {
        width: 100%;
        margin: 20px 0;
        border-bottom: 1px solid black;
    }

    #contact_email {
        width: 100%;
        margin: 20px 0;
        border-bottom: 1px solid black;
    }

    #contact_message {
        width: 100%;
        margin: 20px 0;
        border-bottom: 1px solid black;
        height: 150px;
    }

    #contact_captcha_img {
        border-bottom: 1px solid black;
        position: relative;
        margin-top: 5px;
        width: 100px;
    }

    #contact_captcha_code {
        position: relative;
        /* left: 100px; */
        border-bottom: 1px solid black;
        margin-bottom: 40px;
        top: -6px;
        width: 100px;
    }

    #contact_send_button.en {
        display: block;
        width: 100%;
        background: #088e15;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        color: rgba(255, 255, 255, 0);
        height: 30px;
        background-image: url('../smartphone/images/contact/send.png');
    }

    #contact_send_button.cn {
        display: block;
        width: 100%;
        background: #088e15;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        color: rgba(255, 255, 255, 0);
        height: 30px;
        background-image: url('../smartphone/images/contact/sendcn.png');
    }

    #contact_update_button {
        height: 43px;
        background-image: url('../smartphone/images/contact/button.png');
        background-repeat: no-repeat;
        position: absolute;
        background-color: white;
        color: rgba(255, 255, 255, 0);
        width: 42px;
        right: 5%;
    }

    #contact_error {
    }

    ::-webkit-input-placeholder { /* WebKit browsers */
        color: #474747;
    }

    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #474747;
        opacity: 1;
    }

    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #474747;
        opacity: 1;
    }

    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #474747;
    }

    /* end of contact*/

    /* impressum */
    #impressum_wrapper {
        position: relative;
        overflow: hidden;
        background-color: #ebf5ec;
        margin-bottom: 20px;
        /* padding-bottom: 50px; */
    }

    #impressum_text_language {
        position: absolute;
        padding-top: 110px;
        width: 30px;
        right: 0;
        margin-right: -40%;
    }

        #impressum_text_language span {
            display: block;
            font-family: helveticaLight;
            cursor: default;
            width: 30px;
            font-size: 24px;
        }

            #impressum_text_language span a {
                display: block;
                font-family: helveticaLight;
                cursor: default;
                width: 30px;
                font-size: 24px;
            }

            #impressum_text_language span:hover, #impressum_text_language span.selected {
                color: #088d15;
                border-bottom: 1px solid #088d15;
            }

    #impressum_text_wrapper {
        width: 90%;
        text-align: left;
        padding-top: 100px;
        margin: auto;
    }

        #impressum_text_wrapper p {
            width: 100%;
            margin: auto;
            font-size: 22px;
            font-family: helveticaLight;
            line-height: 35px;
            cursor: default;
            color: #000000;
            padding: 5%;
            /* padding-top: 200px; */
            text-align: left;
        }

    /* end of impressum*/
    /* footer*/
    #footer_wrapper {
        margin-bottom: 20px;
    }

    #footer {
        margin: auto;
        width: 200px;
    }

    .social {
        display: inline-block;
        background-repeat: no-repeat;
        height: 76px;
        width: 76px;
        margin: 10px;
    }

        .social:hover {
        }

    #social_facebook {
        background-image: url('../images/footer_social/face.png');
    }

    #social_chese {
        background-image: url('../images/footer_social/echse.png');
    }

    #social_email {
        background-image: url('../images/footer_social/@.png');
    }




    .social a:hover {
        cursor: pointer;
    }

    #social_facebook:hover {
        background-position: 0 -76px;
    }

    #social_chese:hover {
        background-position: 0 -76px;
    }

    #social_email:hover {
        background-position: 0 -76px;
    }
    /* end of footer*/
}
/* end of smartphone*/







