/* tablet*/
@media screen and (min-width: 681px) and (max-width: 1100px) {


    /*nav*/
    #nav_tablet_wrapper {
        height: 100px;
        top: 0;
        width: 100%;
        background: white;
        position: fixed;
        z-index: 1000;
    }


    #nav_tablet {
        position: relative;
        width: 400px;
        height: 100%;
        margin-left: -200px;
        left: 50%;
    }



    #nav_smartphone_wrapper {
        display: none;
    }

    #nav_tablet_handle {
        background-image: url(../tablet/images/nav_handle.png);
        height: 32px;
        width: 44px;
        background-repeat: no-repeat;
        top: 34px;
        position: absolute;
        -moz-background-size: contain;
        cursor: pointer;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
    }

    #nav_tablet_logo {
        position: absolute;
        right: 0;
        top: 20px;
        width: 209px;
        height: 53px;
        background-image: url(../tablet/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: 400px;
        pointer-events: none;
        margin-left: -200px;
        left: 50%;
    }

    #nav_mobile_handle {
        background-image: url(../tablet/images/nav_handle.png);
        height: 32px;
        width: 44px;
        background-repeat: no-repeat;
        cursor: pointer;
        top: 34px;
        position: absolute;
        z-index: 100000000;
        pointer-events: auto;
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
    }



    #logo {
        position: absolute;
        right: 0;
        top: 20px;
        width: 209px;
        height: 53px;
        background-image: url(../tablet/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;
        width: 100%;
        pointer-events: none;
    }


    #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: 100px;
        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%; */
            float: left;
            height: 100%;
            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 {
        /* overflow: hidden; */
        background-color: #f2efef;
        margin-bottom: 300px;
    }

    #home_text {
        width: 680px;
        text-align: right;
        margin: auto;
    }

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

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

    #home_teasers {
        height: 421px;
        width: 680px;
        margin: auto;
        /* margin-bottom: 300px; */
    }

        #home_teasers a {
            display: block;
            float: left;
        }

            #home_teasers a:first-child {
                margin-top: 0;
            }

            #home_teasers a:last-child {
                margin-top: 300px;
                margin-left: -175px;
            }

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

        #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 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;
        padding-bottom: 50px;
        min-height: 500px;
        position: relative;
    }

    #works_images {
    }

    #works_images {
        width: 800px;
        position: relative;
        margin: auto;
        overflow: hidden;
    }

        #works_images img {
            position: absolute;
        }






    #works_images_nav {
        height: 109px;
        width: 57px;
        position: relative;
        left: 50%;
        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: 200px;
        padding-bottom: 100px;
    }

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

        #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: 90%;
        text-align: left;
        margin: auto;
    }

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

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

    .exhibition_title_wrapper {
        padding-top: 100px;
        width: 400px;
    }

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






    #exhibition_text_language {
        position: relative;
        padding-top: 100px;
        width: 30px;
        left: 0;
        margin-left: -40%;
    }

        #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: 80px;
        height: auto;
        min-height: 500px;
        position: relative;
    }



    .exhibition_images {
        width: 800px;
        position: relative;
        margin: auto;
        overflow: hidden;
    }

        .exhibition_images img {
            position: absolute;
        }

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

        #first_exhibition_title span {
            text-align: right;
        }



    #second_exhibition_title {
        position: relative;
        left: 0;
        margin-left: -40%;
    }

        #second_exhibition_title span {
            text-align: left;
        }

    #third_exhibition_title {
        right: 0;
        position: absolute;
        margin-right: -40%;
        padding-top: 0;
    }

        #third_exhibition_title span {
            text-align: right;
        }

    #exhibition_images_nav {
        height: 109px;
        width: 57px;
        display: none;
        position: relative;
        left: 50%;
        margin-top: 30px;
        cursor: pointer;
        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: 200px;
        width: 30px;
        right: 0;
        margin-right: -45%;
    }

        #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: 700px;
        text-align: left;
        overflow: hidden;
        margin: auto;
    }

        #press_text_wrapper p {
            width: 40%;
            margin: auto;
            display: inline-block;
            float: left;
            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: -45%;
    }

        #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: 630px;
        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;
    }

    #contact_captcha_code {
        position: relative;
        border-bottom: 1px solid black;
        left: 200px;
    }

    #contact_send_button.en {
        display: block;
        width: 100%;
        background: #088e15;
        color: rgba(255, 255, 255, 0);
        height: 40px;
        background-image: url('../tablet/images/contact/send.png');
    }

    #contact_send_button.cn {
        display: block;
        width: 100%;
        background: #088e15;
        color: rgba(255, 255, 255, 0);
        height: 40px;
        background-image: url('../tablet/images/contact/sendcn.png');
    }

    #contact_update_button {
        height: 43px;
        background-image: url('../images/contact/button.png');
        background-repeat: no-repeat;
        position: relative;
        background-color: white;
        color: rgba(255, 255, 255, 0);
        top: -10px;
    }

    #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: 100px;
    }

    #impressum_text_language {
        position: absolute;
        padding-top: 180px;
        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: 700px;
        text-align: left;
        overflow: hidden;
        margin: auto;
    }

        #impressum_text_wrapper p {
            width: 40%;
            margin: auto;
            display: inline-block;
            float: left;
            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 tablet*/

