
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

b,strong {
    font-weight: bold;
}

i,em {
    font-style: italic;
}


/* schriften ——————————————————————————————————————————————————————————————————————————————————————————— */


@font-face {
    font-family: "EFB";
    src: url('fonts/EFB-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Arvo";
    src: url('fonts/Arvo-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: "Karla";
    src: url('fonts/Karla-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Karla";
    src: url('fonts/Karla-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Karla";
    src: url('fonts/Karla-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Unna";
    src: url('fonts/Unna-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}*/

/* allgemein ——————————————————————————————————————————————————————————————————————————————————————————— */

body {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-family: "Arvo","Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    color: black;
    cursor: default;
    -webkit-user-select: text; 
    -moz-user-select: text; 
    -ms-user-select: text; 
    user-select: text;
    line-height: 1.5;
    font-weight: normal;
    min-height:100%;
    height: 100%;
    width: 100%;
    
    position: absolute;
    left:0px;
    top:0px;
    
   /* position: absolute;
    z-index: 1;*/
    
   /* max-width: 1600px;
    left:0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;*/
    
    -webkit-overflow-scrolling: touch;
}

::selection {
    background: rgb(0,0,0);
    color:white;
}

::-moz-selection {
    background: rgb(0,0,0);
    color:white;
}

a {
    color: inherit;
    text-decoration: inherit;
}

/* site ——————————————————————————————————————————————————————————————————————————————————————————— */

#editor_button {
    position: absolute;
    width: 100%;
    text-align: center;
    top:25px;
    left: 0px; 
    font-size: 14px;   
    display: none;
    z-index: 9999999;
    color: rgba(0,0,0,0.1);
    transition: color 0.2s;
}

#editor_button:hover {
    color: black;
}

#bigletter {
    position: fixed;
    width:100%;
    height: 100%;
    text-align: center;
    display: table;
    font-size: 500px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.5;
  /*  transition: background-color 2s;*/
    overflow: hidden;
    max-width: 100%;
    z-index: 1;
    font-family: "EFB";
    top:0px;
    left:0px;
}

#bigletter div {
    vertical-align: middle;
    display: table-cell;
    top: -40px;
    position: relative;
}

@media only screen and (max-width: 500px) {

    #bigletter {
        font-size: 300px;
    }

}

#content {
    position: relative;
    width:100%;
    height: auto;
    padding: 50px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 2;
    background-color: white;
}

#content_spacer {
    position: relative;
    width:100%;
    height: 100%;
}

.content_element {
    position: relative;
    width:100%;
    height: auto;
    overflow: hidden;
    padding: 50px;
    box-sizing: border-box;
}

.content_element_title {
    font-size: 80px;
    line-height: 100px;
    padding-top: 23px;
    padding-bottom: 33px;
    font-family: "EFB";
}

.content_element_slogan {
    font-size: 50px;
    line-height: 65px;
    padding-top: 32px;
    padding-bottom: 38px;
    font-family: "EFB";
 /*   -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;*/
}

.content_element_text {
    font-size: 26px;
    line-height: 40px;
    padding-top: 40px;
    padding-bottom: 39px;
}

#footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px;
   /* padding-top: 0px;*/
    padding-top: 96px;
    padding-bottom: 94px;
    padding-right: 50%;
    box-sizing: border-box;
    z-index: 2;
    background-color: white;
    font-size: 14px;
    



}

#kbh_logo {
    
    position: absolute;
    right: 0px;
    top:0px;
    width:50%;
    height: 100%;
    padding: 100px;
    box-sizing: border-box;

    background-image: url('images_fixed/kulturbehorde_hamburg_2x.png');
    background-repeat: no-repeat;
    background-size: 140px;
    background-position-x: right;
    background-position-y: center;
    background-origin: content-box;
}

@media only screen and (max-width: 800px) {

    #content {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .content_element_title {
        -webkit-hyphens: auto;
    }
    
    #footer {
        padding-left: 50px;
    }
    
    #kbh_logo {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    /*
    .content_element {
        padding-left: 20px;
        padding-right: 20px;
    }*/
    /*
    .content_element_title {
        -webkit-hyphens: auto;
        font-size: 60px;
        line-height: 75px;
    }
    
    .content_element_slogan {
        font-size: 24px;
        line-height: 36px;
        -webkit-hyphens: auto;
    }
    
    .content_element_text {
        font-size: 18px;
        line-height: 27px;
        -webkit-hyphens: auto;
    }*/

}


@media only screen and (max-width: 500px) {
    
    .content_element {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .content_element_title {
        -webkit-hyphens: auto;
        font-size: 60px;
        line-height: 75px;
    }
    
    .content_element_slogan {
        font-size: 24px;
        line-height: 36px;
        -webkit-hyphens: auto;
    }
    
    .content_element_text {
        font-size: 18px;
        line-height: 27px;
        -webkit-hyphens: auto;
    }
    
    #footer {
        padding-left: 20px;
    }
    
    #kbh_logo {
        padding-left: 20px;
        padding-right: 20px;
        background-size: 120px;
    }

}

/* project ——————————————————————————————————————————————————————————————————————————————————————————— */

#projects {
    position: relative;
    width:100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    z-index: 2;
    background-color: white;
}

.project {
    position: relative;
    width:100%;
    height: auto;
    overflow: hidden;
    overflow-x: auto;
    height: 400px;
    white-space: nowrap;
    margin-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.project_title {
    position: relative;
  /*  left:100px;*/
    /*bottom: 25px;*/
    /*top:0px;*/
    height: 100%;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    overflow: hidden;
   /* font-weight: bold;*/
    /*color: white;*/
   /* display: table;*/
   /* text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);*/
 /*   pointer-events: none;*/
    display: inline-block;
    padding-right: 50px;
    z-index: 3;
    white-space: normal;
    max-width: 400px;
}

.project_text {
    font-size: 12px;
    font-weight: normal;
}

.project_date {
    font-weight: normal;
}

.project_title div {
    position: relative;
    width:auto;
    height: 100%;
    display: table;
}

.project_title div div {
    display: table-cell;
    vertical-align: middle;
}

.project_image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    white-space: normal;
    z-index: 3;
}

.project_video {
    position: relative;
    display: inline-block;
    height: 100%;
    white-space: normal;
    vertical-align: top;
    width: calc( 400px / 9 * 16 );
  /*  width: 533px;*/
    overflow: hidden;
    background-color: black;
    z-index: 3;
}

.project_video_4\:3 {
    width: calc( 400px / 3 * 4 );
}


@media only screen and (max-width: 800px) {

    .project {
        padding-left: 50px;
        padding-right: 50px;
    }

}

@media only screen and (max-width: 500px) {

    .project {
        padding-left: 20px;
        padding-right: 20px;
        height: 300px;
    }
    
    .project_title {
        padding-right: 20px;
        max-width: 200px;
    }

}