@import "http://fonts.googleapis.com/css?family=Raleway:100,300|Montserrat:400,700|Lato:300|300italic";
@import url(reset.css);

#accessories,
#contact,
#imprint,
#index,
#sculptures,
#vision,
#paintings,
#exhibitions {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover
}

.grid li a,
.grid li a img {
    display: block;
    width: 100%;
    cursor: pointer
}

.exhibit-time,
.exhibit-infos {
    word-wrap: break-word;
    padding: 5px;
    font-family: "Montserrat", "Futura", "Helvetica", "Verdana", sans-serif;
    font-weight: 400
}

#contact-form .clear,
#contact-form .submit {
    display: inline-block;
    background: transparent;
    color: #909090;
    cursor: pointer;
    font-family: "Montserrat", "Futura", "Helvetica", "Verdana", sans-serif;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px;
    text-align: center;
    width: calc(50% - 4px);
    margin-top: 30px;
    border: 2px solid #909090;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#contact-form .clear:hover,
.clear:focus {
    color: #000;
    border: 2px solid #000;
    background-color: #f08080
}

#contact-form .submit:hover,
.submit:focus {
    color: #000;
    border: 2px solid #000;
    background-color: #98fb98
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    color: #000;
    background-color: #fff;
    margin: 0;
    font-family: "Lato", "Lucida", "Helvetica", "Verdana", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    overflow-x: hidden;
    text-rendering: optimizeLegibility
}

::-moz-selection {
    color: #fff;
    background: #000
}

::selection {
    color: #fff;
    background: #000
}

#contact {
    background-image: url("img/contact.jpg")
}

#imprint {
    background-image: url("img/imprint.jpg")
}

#index {
    background-image: url("img/index.jpg")
}

#vision {
    background-image: url("img/vision.jpg")
}

#exhibitions {
    background-image: url("img/contact.jpg")
}

#exhibitions .contentbox {
    padding: 0;
    border: none;
    background: transparent
}

#errorarrow {
    display: block;
    margin: 0 auto;
    height: 50vh;
    max-width: 50%
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #000;
    text-decoration: none
}

a:focus {
    color: #000;
    text-decoration: none
}

a:active {
    color: #000;
    text-decoration: none
}

a:visited {
    color: #000;
    text-decoration: none
}

.italic {
    font-style: italic
}

.header {
    z-index: 1;
    display: block;
    font-family: "Raleway", "Lucida", "Helvetica", "Verdana", sans-serif;
    font-weight: 300;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    border: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
    text-align: center
}

.header h1 {
    margin: 0;
    font-size: 1.6rem;
    text-transform: uppercase
}

.header h2 {
    margin: 0;
    margin-top: 10px;
    font-size: 1.1rem;
    text-transform: lowercase
}

.header a:hover {
    color: rgba(0, 0, 0, 0.3);
    border: none
}

.contentarea {
    position: relative;
    margin: 20px 18px 80px 20px
}

.contentbox {
    z-index: 100;
    padding: 20px;
    /*border: 2px solid #000;*/
    background: rgba(255, 255, 255, 0.8);
    text-align: justify
}

.contentbox h2 {
    text-align: center;
    font-size: 1.3em;
    font-family: "Raleway", "Lucida", "Helvetica", "Verdana", sans-serif;
    font-weight: 100;
    text-transform: lowercase
}

.contentbox h3 {
    text-align: center;
    font-size: 1.1em;
    font-family: "Raleway", "Lucida", "Helvetica", "Verdana", sans-serif;
    font-weight: 100;
    text-transform: lowercase
}

.contentwall {
    width: calc(100% - 40px);
    margin: 0 auto 0 auto
}

.grid {
    padding: 0;
    list-style: none;
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-bottom: 80px;
    margin-bottom: 80px;
    margin-top: 20px
}

.grid li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px
}

.grid li a img {
    z-index: 4;
    /*border: 2px solid #000;*/
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: 50ms all ease;
    transition: 50ms all ease
}

.grid li a div {
    z-index: 5;
    /*border: 2px solid #000;*/
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.grid li a div h3 {
    font-size: 1rem;
    color: #000;
    text-transform: uppercase;
    font-family: "Montserrat", "Futura", "Helvetica", "Verdana", sans-serif;
    font-weight: 400 !important;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto
}

.grid li a div h3 span {
    font-weight: 700
}

.tablexhibit {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 10px
}

.tablexhibit td {
    height: 40px;
    text-align: center
}

.exhibit-time {
    width: 60px;
    color: #fff;
    border: 2px solid #000;
    background-color: #000
}

.exhibit-infos {
    width: auto;
    border: 2px solid #909090;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: all .9s ease;
    transition: all .9s ease
}

.exhibit-infos:hover {
    border-color: #000;
    background-color: rgba(255, 255, 255, 0.5)
}

.exhibit-infos a:hover {
    border-bottom: 2px solid #000
}

#menu {
    display: none
}

#navbarlabel {
    z-index: 90;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: left;
    background: rgba(255, 255, 255, 0.9) url("img/mobile.svg") no-repeat center center;
    cursor: pointer;
    border-top: solid 2px #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#navbar {
    z-index: 80;
    display: block;
    position: fixed;
    bottom: 40px;
    left: 0;
    padding: 0;
    margin: 0;
    height: auto;
    width: 100%;
    max-height: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
    border-top: 2px solid #000;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

#navbar ul {
    display: block;
    margin: 20px;
    padding: 0;
    list-style-type: none
}

#navbar li {
    margin: 0
}

#navbar a {
    display: block;
    font-family: "Montserrat", "Futura", "Helvetica", "Verdana", sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 9px auto 20px auto;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#navbar a:hover {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-decoration: none;
    color: #000
}

#navbar a:active {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-decoration: none;
    color: #000
}

#navbar a:focus {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-decoration: none;
    color: #000
}

.navbarleft li a {
    border: 2px solid transparent;
    text-align: center;
    font-size: 1rem
}

.navbarright li a {
    border: 2px solid transparent;
    font-size: .8rem
}

.navbarright li:nth-of-type(1) {
    float: right;
    text-align: center
}

.navbarright li:nth-of-type(2) {
    float: left
}

.navbarright li:nth-of-type(3) {
    float: left;
    padding-left: 16px
}

#presentlang {
    width: 30px;
    text-align: center
}

#presentlang:visited {
    padding-left: 1px;
    padding-right: 1px
}

#presentlang:link {
    padding-left: 1px;
    padding-right: 1px
}

#presentlang:hover {
    background-color: #000;
    color: #fff
}

#presentsite:link,
#presentsite:visited {
    background-color: #000;
    color: #fff
}

@media screen and (max-width: 51.9em) and (orientation: landscape) {
    #navbar ul {
        display: inline-table;
        width: 30%
    }

    .navbarleft li {
        text-align: right !important;
        line-height: 50%
    }

    .navbarright li {
        text-align: left !important;
        line-height: 50%
    }
}

@media screen and (min-width: 52em) and (orientation: landscape) {
    /*#accessories {
        background-image: url("img/accessories.jpg")
    }

    #sculptures {
        background-image: url("img/sculptures.jpg")
    }

    #paintings {
        background-image: url("img/paintings.jpg")
    }*/

    a:focus {
        color: rgba(255, 255, 255, 0.3);
        text-decoration: none;
        color: #000
    }

    a:active {
        text-decoration: none;
        color: #000
    }

    .header {
        background: transparent;
        padding: 0;
        border: none
    }

    .header h1 {
        margin: 40px 0 0 40px;
        font-weight: 100;
        font-size: 5.5em;
        text-align: left
    }

    .header h2 {
        margin: -5px 0 10px 110px;
        font-weight: 100;
        font-size: 2em;
        text-align: left
    }

    .contentarea {
        margin: 40px 40px 80px 40px
    }

    .contentbox {
        padding: 10px 40px 40px
    }

    .contentbox h2 {
        font-size: 2em;
        text-align: left
    }

    .contentbox h3 {
        font-size: 1.5em;
        text-align: left
    }

    .contentwall {
        width: calc(100% - 160px)
    }

    .grid {
        width: calc(100% - 160px)
    }

    .grid li {
        margin-right: 30px;
        width: calc(92% / 3)
    }

    .grid li a div {
        opacity: 0;
        top: 0;
        -webkit-transition: opacity 1.2s ease-out;
        transition: opacity 1.2s ease-out
    }

    .grid li a div:hover {
        opacity: 1;
        -webkit-transition: opacity .6s ease-out;
        transition: opacity .6s ease-out
    }

    .grid li a div h3 {
        color: #fff;
        background-color: #000;
        padding: 5px
    }

    #navbarlabel {
        display: none
    }

    #navbar {
        z-index: 120;
        display: block;
        bottom: 0;
        left: 0;
        height: 40px;
        background: rgba(255, 255, 255, 0.8);
        max-height: 40px
    }

    #navbar ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%
    }

    #navbar li {
        width: auto
    }

    #navbar li:first-child {
        margin-top: 0
    }

    #navbar a:hover {
        text-decoration: none;
        color: #fff;
        background-color: #000
    }

    #navbar #presentsite a:hover {
        color: #fff
    }

    .contact-name {
        width: 45% !important
    }

    .contact-email {
        width: 45% !important
    }

    .contact-phone {
        width: 45% !important
    }

    .exhibit-time {
        padding: 0;
        width: 120px
    }

    .exhibit-infos {
        padding: 0
    }

    #vision .header a {
        color: #fff
    }

    #vision .header a:hover {
        color: rgba(255, 255, 255, 0.3)
    }

    .navbarleft li {
        float: left !important;
        text-align: left !important;
        padding-left: 40px
    }

    .navbarleft li a {
        font-size: .9rem
    }

    .navbarright li {
        float: right !important;
        text-align: right !important;
        padding-right: 40px
    }

    .navbarright li a {
        font-size: .9rem
    }
}

.formarea {
    display: block;
    width: calc(100% - 20px);
    padding-top: 20px;
    margin: 0 auto
}

#contact-form {
    margin-top: 0
}

#contact-form p {
    margin-bottom: 0
}

#contact-form input {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #909090;
    border-radius: 0;
    box-shadow: none;
    background: none;
    color: #909090;
    font-family: "Montserrat", "Futura", "Helvetica", "Verdana", sans-serif;
    letter-spacing: .05rem;
    text-transform: uppercase;
    height: auto;
    padding: 15px;
    margin: 0;
    resize: none
}

#contact-form input:focus {
    border-bottom: 2px solid #000;
    color: #000
}

#contact-form textarea {
    border: 2px solid #909090;
    width: calc(100% - 36px);
    font-family: "Lato", "Lucida", "Helvetica", "Verdana", sans-serif;
    font-size: 1em;
    background: none;
    color: #909090;
    height: auto;
    padding: 15px;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    resize: none
}

#contact-form textarea:focus {
    border: 2px solid #000;
    color: #000
}

.contact-name {
    width: calc(100% - 36px);
    margin: 0 0 35px 0 !important
}

.contact-email {
    width: calc(100% - 36px);
    margin: 0 0 35px 0 !important
}

.contact-phone {
    width: calc(100% - 36px);
    margin: 0 0 35px 0 !important
}

.nientespaam {
    display: none
}

input:checked~nav {
    max-height: 400px !important;
    background-color: rgba(255, 255, 255, 0.9) !important
}