@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat-Regular'), url(../font/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat-Regular'), url(../font/Montserrat-Bold.ttf) format('truetype');
}

* {
    font-family: "Montserrat", sans-serif !important;
}

body {
    font-family: "Montserrat" , sans-serif !important;
    font-size: 14px;
    background-color: #fff9e5;
    color: #282828;
    margin-top: 80px;
}

a {
    color: #282828;
    text-decoration: underline;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
    padding-bottom: 2px;
}

h2 {
    padding-left: 5.972696245%;
    font-size: 2.3em;
    text-transform: uppercase;
}

/*******************************************************************/
#layout {
    width: 95%; /* 1216/1280px */
    border: 0px solid black;
    margin: auto;
}

#menu {
    position: fixed;
    z-index: 1;
    padding-top: 140px;
}

.order-copy {
    color: #B12D2C !important;
}

#accordion  {
    margin-right: -20%;
    margin-right: 0;
}

#accordion ul {
    text-align: right;
}

#accordion h3{
    text-align: right;
    margin-top: 5px;
    margin-bottom: 0; 
    font-size: 1.5em;
    font-weight: normal;
    line-height: 30px;
}

#accordion h3:hover, #accordion h3 a:hover{
    text-decoration: underline;
    background-color: transparent;
}

#main {
    z-index: 0;
    margin-left: 16.4%;
}

#gallery {
    position: fixed;
    left: 80%;
    top: 60px;
    height: calc(100% - 200px);
}

#hide-gallery {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    cursor: pointer;
}

#footer {
    margin-top: 40px;   
    margin-bottom: 140px;   
}

#feedback {
    display: none;
    position:fixed;
    top: calc(50% - 100px);
    left: calc(50% - 200px);
    border: 3px solid black;
    border-radius: 10px;
    padding:20px;
    width: 400px;
    height: 200px;
    box-shadow: 30px 30px 10px #282828;
    background: #fff9e5;
    letter-spacing: normal;
}

#contact-feedback, #order-feedback {
    display: none;
    width:94%; 
    background:transparent;
    border: 1px dashed black;
    padding: 20px;
    font-weight: bold;
}
#new-contact-request, #new-order-request {
    display: none;
}

table.datasheet {
    margin-right: 5.119453924%; /* 30/586 */
    width: 94%;
}
table.datasheet  tr {
    border-bottom: 1px solid black;
}
table.datasheet  tr:hover{
    /* background: #c77405;       
     color:white;*/
}

table.datasheet  tr td.task {
    /* 196/586 */
    width: 33.447098976%;
}
table.datasheet  tr td.author {
    /* 346/586 */
    width: 59.0443686%;
}
table.datasheet  tr td.more {
    /* 14/586 */
    width: 2.389078498%;
}
table.datasheet  tr td:last-child {
    text-align: right;
}

table.datasheet tr td a.more > div{
    text-decoration:none;
    color: #282828;
}
table.datasheet tr td a:hover {
    color: #c77405;
}

table.datasheet div.place   {float:left;}
table.datasheet div.place a {text-decoration:none;}
table.datasheet div.place a:hover {text-decoration:underline;}
/*
table.datasheet div.date {font-size:0.8em;}
table.datasheet div.time {font-size:0.8em;}
*/
table.datasheet div.place {float:left;text-align:left;width:70%;}
table.datasheet div.date  {float:left;text-align:left;width:20%;}
table.datasheet div.time  {float:right;text-align:right;width:10%;}

#screenings-archive table.datasheet div.date  {float:right;text-align:right;width:30%;}
#screenings-archive table.datasheet div.time  {display:none;}

table.datasheet div.key {float:left;text-align:left;width:50%;}
table.datasheet div.value  {float:left;text-align:left;width:50%;}

table.datasheet div.task {float:left;text-align:left;width:50%;}
table.datasheet div.author {float:left;text-align:left;width:40%;}
table.datasheet div.openclose {float:right;text-align:right;width:10%;}


textarea  {
    height:100px;     
}
textarea, input[type=text] {
    width:94%; 
    background:transparent;
    border: 1px solid black;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-family: monospace !important;
    line-height: initial;
}

input[type=submit], #new-contact-request {
    background: black;
    color: white;
    border: 0px solid black;
    border-radius: 0;
    padding: 5px;
    margin-top: 5px;
}

#order-copy div {width:94%;}

/*************** jquery-ui widgets *********/

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    text-decoration: underline;
    font-size:0.8em;
    color: black;
    border: none !important;
    padding: 2px;
}

.ui-state-active a:hover {
    text-decoration: underline;
    background: transparent;
    color: white;
    border: none !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    text-decoration: none;
    font-weight: normal;
    font-size:0.8em;
    color: black;
    border: none !important;
}

.ui-state-default a:hover {
    text-decoration: underline;
    /*
        background: #FFEBB6;
        color: white;
    */
    border: none !important;
}


/************* PATHs ***************/

img.way {
    z-index: 99999 !important;
    display: inline-block;
    width: calc(100% - 110px);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 67px;
    margin-right: 43px;
}



#front-header {
    background-color: #fff9e5;
    height: auto;
    border: 0px solid red;
    padding-bottom: 20px;
}

#front-header.sticky {
    position: fixed;
    margin-left: 0;
    margin-right: 20%;

    xxxmargin-top: -455px;
xxxtransition: all 0.8s ease;
top: 0;
border:0px solid red;
}

#front-header-title {
    position: relative;
    margin-top: -70px;
    /*margin-top: 41%;*/
    text-align: center;
}

#content.sticky {
    padding-top: 570px; 
}

.title {
    font-size: 7.4em;
}

.subtitle {
    font-size: 1em;
    margin-top: -10px;
}

section, header {
    line-height: 24px;
    z-index: 0;
    padding-left: 5%;
    padding-right: 5%;
}

section a.lang, header a.lang {
    float: left;
    padding-right: 5px;
    font-size: 0.7em;
    border-bottom: 0px solid;
    vertical-align: bottom;
    color: #282828;
}

section .title, header .title {
    float: left;
    font-weight: bold;
    font-size: 2.3em;
    vertical-align: bottom;
    padding-left: 30px;

}


section li {
    float: left;
    padding-left: 10px;
}

article {
    font-size: 0.9em;
    float: left;
    padding: 0;
    margin-left: 10%;
    display: block;
}


.moreabout-me {
    display:none; 
    /*  text-align: justify !important;*/
    text-align: left !important;
    clear: both;
}

/* language tabs */
div.language-tabs ul {
    margin-left: -30px;

}
div.language-tabs ul li{
    float: left;
}

div.language-tabs ul li a:focus, 
div.language-tabs ul li a:active,
div.language-tabs ul li a.active {
    background-color: #282828;
    color: #fff9e5;
    opacity: 0.5;
}

div.language-tabs ul li a.passive {
    color: #282828;
    background-color: #fff9e5;
    opacity: 1;
}

div.language-tabs .lang-text {
    padding-left:30px;
    clear: both;
	  max-width: 40em;
}

#awards_en, #awards_de, #details_en, #details_de {max-width:100%;}

/* TABS */

.tabs li {
    float: none;
    display: block;
}
.tabs input[type="radio"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.tabs label {
    display: block;
    font-size: 1.5em;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding: 0px;
    width: 80%;
}
.tabs label:hover {
    text-decoration: underline;
}
.tabs .tab-content {
    z-index: 2;
    display: none;
    overflow: hidden;
    width: 100%;
    height: calc(100% - 66px);

    font-size: 17px;
    line-height: 25px;
    padding: 0;

    position: absolute;
    top: 153px;
    left: 0;

    overflow-x: hidden;
    overflow-y: scroll;

    /*    
        scrollbar-3d-light-color:#fff9e5;
        scrollbar-arrow-color:#000000;
        scrollbar-face-color:#fff9e5;
        scrollbar-highlight-color:#FFFFFF;
        scrollbar-shadow-color:#FF0000;
        scrollbar-darkshadow-color:#FFFFFF;
        scrollbar-track-color:#fff9e5;
    */

}

.tabs [id^="tab"]:checked + label {
    top: 0;
    padding-top: 0px;
    text-decoration: underline;

}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
    display: block;
}



.featherlight .featherlight-content   {
    background: transparent !important;
}

.featherlight .featherlight-inner   {
    padding: 10px !important;
}

/********* MEDIA QUERIES ***********/

@media only screen and (min-width: 768px) {
    /* tablets and desktop */
}

@media only screen and (max-width: 767px) {
    /* phones */

    #gallery {display:none;}
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    /* portrait phones */
    body {margin-top: 0;}
    #layout {width: 100%;}
    #menu {display:none;}
    #main {margin: auto 0;}  
    #gallery {display:none;}

    #front-header-title {margin-top: -38px;}
    #front-header-title .title {font-size: 4em;}

    section .title {font-size: 1.3em;}

     table.datasheet div.task {width:40%;font-size:0.8em;}
    table.datasheet div.author {width:58%;}
    table.datasheet div.openclose {width:2%;}

    section, header {
        line-height: 18px;
        z-index: 0;
        padding-left: 1px;
        padding-right: 1px;
        margin: 2px;
    }
    div.language-tabs .lang-text {padding-left: 0;}
    div.language-tabs ul {margin-left: 0;}
}


