
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: "OpenSans";
    src: url('fonts/OpenSans-regular.ttf');
    font-weight: normal;
    font-style: normal;
}

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

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

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

@font-face {
    font-family: "OpenSans";
    src: url('fonts/OpenSans-bolditalic.ttf');
    font-weight: bold;
    font-style: italic;
}



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

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

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

@font-face {
    font-family: "DroidSerif";
    src: url('fonts/DroidSerif-Bolditalic.ttf');
    font-weight: bold;
    font-style: italic;
}

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

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

@font-face {
    font-family: "QuestaGrande";
    src: url('fonts/2-questa_grande_regular_31.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "QuestaGrande";
    src: url('fonts/2-questa_grande_regular_31.otf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "QuestaGrande";
    src: url('fonts/2-questa_grande_regular_31.otf');
    font-weight: bold;
    font-style: italic;
}

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

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 23px;
    font-family: "OpenSans", "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;
    font-weight: normal;
    min-height:100%;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    
    max-width: 1600px;
    left:0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}


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

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

a {
    color: inherit;
    text-decoration: inherit;
    transition: color 0.3s;
}

.p_nomargin {
    padding-bottom: 0px !important;  
}

.edition_element_break_3 {
    clear: both;
    float: left;
}

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

    .edition_element_break_3 {
        clear: none;
        float: left;
    }
    
    .edition_element_break_2 {
        clear: both;
        float: left;
    }

}










/* Head ——————————————————————————————————————————————————————————————————————————————————————————— */

.head_navigation {
  /*  position: relative;*/
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    height: auto;
    overflow: hidden;
    text-align: right;
    z-index: 100;
    /*background-color: white;*/
    
    transition: background-color 0.2s, color 0.2s;
    
    height: 136px;
    max-height: 136px;
    
  /*  height: 153px;*/
  
 /*   max-width: 1600px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;*/

}

#head_navigation_logo, #head_navigation_logo_white {
    position: absolute;
    left: 40px;
    top: 14px;
    height: calc( 100% - 28px );
    width: calc( 100% - 80px );
 /*   transition: transform 0.2s;
    transform-origin: 0% 100%;*/
    background-repeat: no-repeat;
    transition: opacity 0.2s;
}

#head_navigation_logo {
    background-image: url('graphics/vam_quadrat_unterzeile_black.svg');
}

#head_navigation_logo_white {
    background-image: url('graphics/vam_quadrat_unterzeile_white.svg');
    opacity: 0;
}

.head_navigation_transparent #head_navigation_logo {
    opacity: 0 !important;
}

.head_navigation_transparent #head_navigation_logo_white {
    opacity: 1 !important;
}

.head_navigation_sticky #head_navigation_logo {
    opacity: 1 !important;
}

.head_navigation_sticky #head_navigation_logo_white {
    opacity: 0 !important;
}

/*
.head_navigation_sticky #head_navigation_logo {
    transform: translate3d(0px,23px,0) scale(0.8);
}*/

.head_navigation_back {
    position: absolute;
    width:100%;
    height: 80px;
    top:0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    overflow: hidden;
    padding-right: 79px;
    box-sizing: border-box;
}

.head_navigation_transparent {
    background-color: transparent !important;
    color: white !important;
}

.head_navigation_sticky {
   /* position: fixed !important;*/
   /* top:0px;*/
    background-color: white !important;
    color: black !important;
}


/*
.head_navigation_sticky .head_navigation_logo {
    display: none;
}*/

#head_navigation_spacer {
    position: relative;
    width:100%;
  /*  display: none;*/
    height: 136px;
}

.head_navigation_spacer_hidden {
    display: none;
}

#head_navigation_spacer.seamless {
    background-color: rgb(245,245,245);    
}

.head_navigation_link {
    position: absolute;
    display: block;
    width:300px;
    height: 100%;
    top:0px;
    left:0px;
    padding-bottom: 0px !important;
}

.head_navigation li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
   /* text-transform: uppercase;*/
    position: relative;
    padding-top: 28px;
    padding-bottom: 27px;
    font-weight: bold;
}

.head_navigation_transparent li {
    text-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

.head_navigation_sticky li {
    text-shadow: none !important;
}

.head_navigation a {
    padding-bottom: 3px;
    box-shadow: 0px 1px 0px rgba(0,0,0,0);
    transition: box-shadow 0.2s;
}

.head_navigation a:hover {
    box-shadow: 0px 1px 0px black;
}

.head_navigation_transparent a:hover {
    box-shadow: 0px 1px 0px white !important;
}

.head_navigation_sticky a:hover {
    box-shadow: 0px 1px 0px black !important;
}

.head_navigation .current_page_item a {
    box-shadow: 0px 1px 0px black;
}

.head_navigation_line {
    position: absolute;
    left:40px;
    right:40px;
    width:auto;
    height: 1px;
    background-color: black;
    bottom:0px;
    background-color: rgb(240,240,240);
    transition: opacity 0.2s;
    opacity: 0;
}

.head_navigation_transparent .head_navigation_line {
    opacity: 0;
}

.head_navigation_sticky .head_navigation_line {
    opacity: 1 !important;
}

.head_navigation_search_icon, .head_navigation_menu_icon, .head_navigation_search_close_icon {
    position: absolute;
    right:30px;
    font-family: "SocialIcons";
    font-size: 20px;
    transition: color 0.2s;
    cursor: pointer;
    padding: 10px;
}

.head_navigation_search_icon {
    top: 16px;
}

.head_navigation_search_close_icon {
    top: 41px;
}

.head_navigation_menu_icon {
    left:30px;
    right: auto;
}

.head_navigation_search_back {
    position: absolute;
    left:0px;
    top:-200px;
    bottom: -200px;
    margin-top: auto;
    margin-bottom: auto;
    width:100%;
    height: 136px;
    background-color: white;
    transition: transform 0.2s;
    color:black;
}

.head_navigation_search_back_hidden {
    transform: translate3d(0px,-100%,0);
}

.head_navigation_search_field {
    position: absolute;
    width: auto;
    left:40px;
    top:45px;
    right:100px;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-user-select: text; 
    -moz-user-select: text; 
    -ms-user-select: text; 
    user-select: text;
    line-height: 1.5;
    font-weight: normal;
    border: 0px none;
    outline: 0px none;
    font-size: 30px;
    letter-spacing: -0.5px;
}

.head_navigation_search_icon:hover, .head_navigation_menu_icon:hover {
    color: rgb(180,180,180);
}

/*
.head_navigation_logo {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-top: 28px;
    margin-bottom: -13px;
    font-size: 30px;
    text-transform: uppercase;
}*/

.footer_navigation_logo {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    width: 100%;
    margin-top: -1px;
}

/*
.head_navigation_logo_light {
    font-weight: 500;
    font-size: 0.9em;
}*/

.head_navigation_menu_small {
    display: none;
}

.head_navigation_menu_small_menu_icon {
    display: none;
}

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

    .head_navigation {
        height: 70px;
        background-color: white;
    }
    
    .head_navigation_transparent {
        background-color: white !important;
        color: black !important;
    }
    
    .head_navigation_transparent #head_navigation_logo {
        opacity: 1 !important;
    }
    
    .head_navigation_transparent #head_navigation_logo_white {
        opacity: 0 !important;
    }
    
    .head_navigation_spacer_hidden {
        display: block;
        margin-bottom: 40px;
    }
    
    .head_navigation_allowoverflow {
        overflow: visible;
    }
    
    #head_navigation_logo, #head_navigation_logo_white  {
      /*  display: none;   */
    }
    
    #head_navigation_logo, #head_navigation_logo_white {
        top:17px;
        bottom: 17px;
      /*  background-image: url('graphics/LOGO_Quadrat_schwarz.svg');*/
        background-position-x: 50%;
        left: 0px;
        width:100%;
    }
    
    .head_navigation_back {
        position: static;
        overflow: visible;
    }
    
    .head_navigation_link {
        width: calc(100% - 140px);
        left: 70px;
    }
    
    .head_navigation_links_back {
        position: absolute;
        left:0px;
        top:0px;
        width: 90%;
        max-width: 340px;
        background-color: white;
        height: 100%;
        transition: transform 0.2s;
        text-align: center;
        color: black;
    }
    
    .head_navigation_links_back_hidden {
        transform: translate3d(-100%,0px,0);
    }
    
    .head_navigation_links_back .menu-item {
        width: 100%;
        box-sizing: border-box;
    }
    
    .head_navigation_search_field {
        top:11px;
        left: 20px;
        right: 60px;
    }
    
    .head_navigation_search_icon, .head_navigation_menu_icon, .head_navigation_search_close_icon {
        top:9px;
    }
    
    .head_navigation_search_close_icon {
        right: 10px;
    }
    
    
    .head_navigation_links_container {
        position: fixed;
        left:0px;
        top:0px;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 1000;
        transition: opacity 0.2s;
    }
    
    .head_navigation_links_container_hidden {
        opacity: 0;
    }
    
    .head_navigation_links_container_hidden_completly {
        display: none;
    }
    
    .head_navigation_menu_small {
        display: block;
        z-index: 2001;
    }
    
    
    .head_navigation_menu_small_menu_icon {
        display: block;
    }
    

    .head_navigation li {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    
    .head_navigation_transparent li {
        text-shadow: none;
    }
    
    .head_navigation_transparent a:hover {
        box-shadow: 0px 1px 0px black !important;
    }
    
    #head_navigation_spacer {
        display: block !important;
        height: 30px;
    }
    
    .head_navigation {
        position: fixed !important;
        top:0px;
    }
    
    #head_navigation_search_back {
        top:0px;
        height: 100%;
        bottom: auto;
    }

}

@media only screen and (max-width: 600px) {
/*
    #head_navigation_logo, #head_navigation_logo_white {
        left: 20px;
    }*/

    .head_navigation_line {
        left:20px;
        right: 20px;
    }

    .head_navigation_search_icon, .head_navigation_menu_icon {
        right:10px;
    }
    
    .head_navigation_menu_icon {
        left:10px;
        right: auto;
    }
    
}

/* search ——————————————————————————————————————————————————————————————————————————————————————————— */

#search_back {
    position: relative;
    padding: 40px;
    padding-bottom: 0px;
    padding-top: 30px;
    font-size: 30px;
    letter-spacing: -0.5px;
    font-weight: bold;    
    margin-bottom: -12px;
    color: rgb(180,180,180);
    
    padding-top: 70px;
}

.search_back_hl {
    color:black !important;
}

.search_element {
    position: relative;
    float:left;
    width:25%;
    height: auto;
    overflow: hidden;    
    padding: 20px;
    box-sizing: border-box;
}

.search_element:hover .post_search_element_inner {
    transform: scale(1.1);
}

.post_search_element {
    position: relative;
    width:100%;
    height: 0;
    padding-top: 56.25%;
    background-color: rgb(240,240,240);
    overflow: hidden;
    text-align: center;
    color: white;
    -webkit-font-smoothing: antialiased;
}

.post_search_element_inner {
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: transform 0.4s;
}

.post_search_element_text {
    padding-top: 20px;
    padding-bottom: 0px;
    position: relative;
}

@media only screen and (max-width: 600px) {
    #search_back {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .search_element {
        width: 100%;
    }
}





/* intro ——————————————————————————————————————————————————————————————————————————————————————————— */

#intro {
    position: relative;
    width: 100%;
    height: auto;
}

#intro .header {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 42.8%;
    display: block;
    background-position: center center;
    background-size: cover;
}

#intro .content {
    position: relative;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

#intro .about, #intro .latest_edition {
    position: relative;
    width: 50%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}

#intro .latest_edition {
    padding-top: 102px;
}

#intro .about h2 {
    position: relative;
    font-size: 33px;
    line-height: 40px;
    letter-spacing: -0.2px;
    width: 80%;
    color: rgb(160,160,160);
}

#intro .about h2 em {
    white-space: nowrap;
}

#intro .about .video_title {
    margin-top: 200px;
    font-weight: bold;
}

#intro .about .video_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-top: 10px;
}

#intro .about .video_container iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

#intro p:not(:last-child) {
    padding-bottom: 23px;
}

#intro .latest_edition .post_edition_element {
    margin-top: 10px;
    margin-bottom: 35px;
    overflow: visible;
}

#intro .latest_edition .post_edition_element::after {
    display: "block";
    content: "NEW";
    position: absolute;
    right: -15px;
    top: -15px;
    width: 60px;
    height: 60px;
    color: white;
    background-image: url('graphics/new_badge_neon.svg');
    background-size: 100%;
    padding-top: 18px;
    box-sizing: border-box;
}

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

    #intro .about h2 {
        position: relative;
        font-size: 24px;
        line-height: 30px;
        width: 100%;
    }
    
}

@media only screen and (max-width: 600px) {
    
    #intro .content {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #intro .about, #intro .latest_edition {
        width: 100%;
    }
    
    #intro .latest_edition {
        padding-top: 60px;
    }
    
}


@media only screen and (min-width: 1600px) {

    #intro .header {
        width: 100vw;
        left: calc( ( 100vw - 1600px ) / -2 );
        padding-bottom: calc( 100vw / 21 * 9 );
    }

}



/* posts ——————————————————————————————————————————————————————————————————————————————————————————— */

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

.post_element:hover .post_element_image {
    transform: scale(1.1);
}

.post_element_image_container {
    position: relative;
    float: left;
    width:calc( 50% - 40px );
    height: auto;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.post_element_image_container_large {
    position: relative;
    width:calc( 100% + 40px );
    margin-left: -20px;
    margin-top: -20px;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.post_element_image_container_large .post_element_image {
    padding-bottom: 42.8%;
}

.post_element_image {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: transform 0.5s;
}

.post_element_text {
    position: relative;
    float: right;
    width:50%;
}

.post_element_text_press_noimage {
    margin-right: calc( 25% + 10px );
}

.post_element_text_general_noimage {
    margin-right: calc( 25% + 10px );
}

.post_element_line {
    position: absolute;
    width: auto;
    left:40px;
    right:40px;
    bottom: 0px;
    height: 1px;
    background-color: rgb(240,240,240);
}

.post_element_date {
    position: relative;
    float:left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    padding-bottom: 0px;
    padding-top: 17px;
    
    font-weight: bold;
    font-size: 13px;
}

.post_element_title {
    position: relative;
    float:left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
     padding-bottom: 10px;
    padding-top: 0px;

    font-family: "DroidSerif";
    font-size: 27px;
    
    line-height: 1.3 !important;
    
    padding-top: 1px;

}

.post_element_title_event {
    font-weight: bold;
}

.post_element_title_general {

}

.post_element_title_press {
    font-family: "DroidSerif";
    font-size: 27px;
    
}

.post_element_press_by {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-top: 0px;
    font-weight: bold;
    margin-top: -9px;
}

.post_element_content {
    position: relative;
    float:left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 13px;
    
    /* line-height: 1.7; */
    
    
  /*  font-family: "QuestaGrande";*/

   /* font-family: "DroidSerif";*/

    
}

.post_element_content_inner_press {
    font-family: "QuestaGrande";
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 1.4em;
    box-shadow: inset 2px 0px 0px rgb(100,100,100);
}

.post_element_content_large {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

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

    .post_element {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .post_element_content_large {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }
    
    .post_element_line {
        left:20px;
        right:20px;
    }
    
    .post_element_image_container {
        width: calc( 100% - 40px );
    }
    
    .post_element_text {
        width: 100%;
    }
    
    .post_element_text_press_noimage {
        margin-right: 0px;
    }

}


/* pages ——————————————————————————————————————————————————————————————————————————————————————————— */

#page_back {
    position: relative;
    width:100%;
    box-sizing: border-box;
    padding: 20px;    
    height: auto;
    overflow: hidden;
}

.page_element {
    position: relative;
    float:left;
    width:100%;
    height: auto;
    overflow: hidden;    
    padding: 20px;
    box-sizing: border-box; 
}

.page_element_date {
    position: relative;
    margin-top: -5px;
    padding-bottom: 2px;
    margin-bottom: 10px;
    
    font-weight: bold;
    font-size: 13px;
}

.page_element_title {
    position: relative;
    width:100%;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -0.5px;
    margin-top: -10px;
}

.page_element_press_title {
    font-family: "DroidSerif";
    font-weight: bold;
}

.page_element_press_by {
    position: relative;
    font-weight: bold;
    margin-top: 6px;
}

.page_element_image_container {
    position: relative;
    margin-bottom: 34px;
    height: auto;
    overflow: hidden;
    width:100%;
    padding-top: 42.8%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 28px;
    margin-bottom: 0px;
}

.page_element_image_container_notitle {
    margin-top: 0px;
}

.page_element_content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    position: relative;
    width:100%;  
    margin-top: 33px;
    margin-bottom: -7px;
    /*line-height: 1.7;*/
}

.page_element_content_notitle {
    margin-top: 0px;
}

.page_element_content p {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; 
    padding-bottom: 23px; 
}

.attachment-full {
    width:100%;
    height: auto;
    display: block;
    padding: 0px;
    margin: 0px;
    padding-bottom: 40px;
}

.gallery br {
    display: none;
}

.gallery-item {
    position: relative;
    width:100%;
    height: auto;
    display: block;
    overflow: hidden;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-caption {
    position: absolute;
    left:0px;
    bottom:40px;
    width:100%;
    color:white;
    text-align: center;
    padding: 34px;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(0,0,0,0.0), rgba(0,0,0,0.2));
    opacity: 0;
    transition: opacity 0.2s;
}

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

    .page_element_content {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;

    }

    .gallery-item .gallery-caption {
        opacity: 1;
    }
    
    #page_back {
        padding-left: 0px;
        padding-right: 0px;
    }

}



.grid_element {
    position: relative;
    float:left;
    width:100%;
    height: auto;
    overflow: hidden;    
    padding: 20px;
    box-sizing: border-box; 
}

.page_full_element {
    position: relative;
    float:left;
    width:100%;
    height: auto;
    overflow: hidden;    
    padding: 40px;
    box-sizing: border-box; 
}

@media only screen and (max-width: 600px) {
    
    .page_full_element {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .grid_element {
        padding-left: 0px;
        padding-right: 0px;
    }
    
}

/* editions ——————————————————————————————————————————————————————————————————————————————————————————— */

.edition_element {
    position: relative;
    float:left;
    width:33.33333%;
    height: auto;
    overflow: hidden;    
    padding: 20px;
    box-sizing: border-box;
}

.post_edition_element {
    position: relative;
    width:100%;
    height: 0;
    padding-top: 56.25%;
    background-color: rgb(240,240,240);
    overflow: hidden;
    text-align: center;
    color: white;
    -webkit-font-smoothing: antialiased;
}

.post_edition_element_inner {
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: transform 0.4s;
}

.post_edition_element_inner_inner_outer {
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height: 100%;
    
}
.post_edition_element_inner_inner {
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height: 100%;
    display: table;
    
    background-color: rgba(0,0,0,0.15);
    background-color: rgba(0,0,0,0.3);
    transition:background-color 0.2s;
    
    padding: 10px;
    box-sizing: border-box;

}

.edition_element:hover .post_edition_element_inner {
  /*  background-color: rgba(0,0,0,0.3);*/
    transform: scale(1.1);
    
}

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

.post_edition_element_extra {
    position: absolute;
    left:0px;
    width:100%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.post_edition_element_extra_number {
    top:0px;
}

.post_edition_element_extra_price {
    bottom:0px;
    font-style: italic;
}

.post_edition_element_text {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}

.post_edition_element_text_release {
    color: rgb(255,60,60);
}

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

    .edition_element {
        width:50%;
    }
    
}

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

    .edition_element {
        width:100%;
    }
    
}

/* edition ——————————————————————————————————————————————————————————————————————————————————————————— */

.edition_box {
    position: relative;
    float:left;
    width:33.3333%;
    height: auto;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}

.edition_box_inner {
    position: relative;
    width:100%;
}

.edition_box_image {
    position: relative;
    width:100%;
    display: block;
}

.edition_box_still {
    position: absolute;
    display: block;
    left: 65.5%;
    top: 9.5%;
    width: 15.5%;
    height: 15.5%;
   /* transform: rotateZ(-25deg);*/
    transform: skew(52deg,-24deg);
        
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.edition_title {
    position: relative;
    width: 100%;
    float: left;    
    font-size: 30px;
    letter-spacing: -0.5px;
    text-align: center;
}

.edition_meta {
    position: relative;
    width: 66.6666%;
    /*padding: 20px;
    padding-bottom: 0px;
    box-sizing: border-box;*/
    float: left;    
    height: auto;
    overflow: hidden;
    padding-top: 16px;
}

.edition_meta_element {
    position: relative;
    width:25%;
    height: auto;
    float:left;
    padding: 20px;
    padding-bottom: 1.7em;
    padding-top: 0px;
    box-sizing: border-box;
}

.edition_boxcontent {
    position: relative;
    width: 66.6666%;
    padding: 20px;
    padding-top: 0px;
    box-sizing: border-box;
    float: left;    

}

.edition_boxcontent_buy {
    display: inline-block;
   /* background-color: black;
    color: white;*/
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 8px;
  /*  border-radius: 5px;*/
    padding-left: 20px;
    padding-right: 20px;
    transition: color 0.2s, border 0.2s;
    cursor: pointer;
    
    border: 2px solid black;
    
    margin-right: 15px;
    
    font-size: 16px;
}

.edition_boxcontent_buy:hover {
    color: rgb(180,180,180);
    border: 2px solid rgb(180,180,180);
}

.edition_boxcontent_buy_top {
    margin-right: 0px !important;
}

@media only screen and (max-width: 600px) {
    
    .edition_box {
        width: 100%;
    }
    
    .edition_meta_element {
        width: 50%;
    }
    
    .edition_meta {
        width: 100%;
    }
    
    .edition_boxcontent {
        width: 100%;
    }
    
    .edition_boxcontent_buy {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}


/* room ——————————————————————————————————————————————————————————————————————————————————————————— */

.room_back {
    position: relative;
    height: 600px;
    width: 100%;
    overflow: hidden;
    
  /*  margin-bottom: 40px;*/
  
  margin-bottom: -37px;
}

.room_wall {
    position: absolute;
    left:0px;
    top:0px;
    height: auto;
    bottom: 150px;
    width: 100%;
    background-color: rgb(245,245,245);
}

/*
.room_wall:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 10%;
    top: 0px;
    height: 100%;
    background: linear-gradient(rgb(200,200,200), rgb(230,230,230));
}*/

.room_floor {
    position: absolute;
    left:0px;
    bottom:0px;
    height: 150px;
    width: 100%;
  /*  background: linear-gradient(rgba(0,0,0,0.1),transparent);*/
    background: linear-gradient(rgb(230,230,230),rgb(245,245,245));
}

.room_sockel {
    position: absolute;
    left:0px;
    right:0px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    background-color: white;
    bottom: 90px;
    height: 400px;   
}

.room_tv {
    position: absolute;
    width:100%;
    height: calc( ( ( 200px - 2 * 8px ) / 4 * 3 ) + 2 * 8px );
    top: 0px;
    background-color: rgb(30,30,30);
}

.room_tv_vimeo {
    position: absolute;
    width: auto;
    height: auto;
    left: 8px;
    top:8px;
    bottom:8px;
    right: 8px;
    background-color: rgb(40,40,40);
    overflow: hidden;
}

.room_tv_border {
    border: 6px rgb(30,30,30) solid;
    position: absolute;
    left:-6px;
    top:-6px;
    width:100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: inset 0px 0px 15px rgba(0,0,0,0.6);
    pointer-events: none;
}

.room_tv_vimeo_inner {
    position: absolute;
    
    left:-6%;
    top:-6%;
    height: 112%;
    width: 112%;
    
  /*  left:0%;
    top:0%;
    height: 100%;
    width: 100%;*/
    
}

.room_schatten {
    position: absolute;
    left:0px;
    right:0px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    bottom: 140px;
    height: 350px;   
    
    box-shadow: 0px 0px 50px black;
    border-radius: 50px;
    opacity: 0.5;
    
}

.room_schatten.cabinet {
    width: 400px;
}

.room_schatten.cabinet.portrait {
    width: 240px;
}

.room_tv_back {
    position: absolute;
    left:0px;
    top:-7px;
    height: 6px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 1px 0px rgb(50,50,50);
    
    
}

.room_tv_back_rotated {
    position: absolute;
    top:-10px;
    width:20px;
    height: 20px;
    background-color: rgb(50,50,50);
    background-color: black;
    top:1px;
}

.room_tv_back_rotated_left {
    left:0px;
    transform: rotateZ(60deg);
}

.room_tv_back_rotated_right {
    right: 0px;
    transform: rotateZ(-60deg);
}

.room_tv_back_mid {
    position: absolute;
    left:10px;
    right: 10px;
    width: auto;
    height: 100%;
    background-color: rgb(50,50,50);
    background-color: black;
}

.room_projektion_vimeo {
    position: absolute;
    left:0px;
    right:0px;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    bottom: 178px;
    height: calc( 700px / 16 * 9 );   
}

.room_projektion_vimeo_inner {
    position: absolute;
    left:0px;
    top:0px;
    height: 100%;
    width: 100%;
}

.room_projektion_bench {
    position: absolute;
    left:200px;
    right:0px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    bottom: 90px;
    height: 90px;
    background-color: white;
}

.room_projektion_bench_schatten {
    position: absolute;
    left:200px;
    right:0px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    bottom: 140px;
    height: 40px;   
    
    box-shadow: 0px 0px 50px black;
    border-radius: 50px;
    opacity: 0.8;
}

.room_projektion_bench_back {
    position: absolute;
    left:0px;
    top:-7px;
    height: 6px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 1px 0px rgb(220,220,220);
    
    
}

.room_projektion_bench_back_rotated {
    position: absolute;
    top:-10px;
    width:20px;
    height: 20px;
    background-color: rgb(240,240,240);
    top:1px;
}

.room_projektion_bench_back_rotated_left {
    left:0px;
    transform: rotateZ(60deg);
}

.room_projektion_bench_back_rotated_right {
    right: 0px;
    transform: rotateZ(-60deg);
}

.room_projektion_bench_back_mid {
    position: absolute;
    left:10px;
    right: 10px;
    width: auto;
    height: 100%;
    background-color: rgb(240,240,240);
}

.room_subtitle {
    position: absolute;
    bottom:33px;
    width:100%;
    color:white;
    text-align: center;
}


.room_cabinet {
    position: absolute;
    left:0px;
    right:0px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    background-color: white;
    bottom: 90px;
    height: 400px;
}

.room_cabinet.portrait {
    width: 240px;
}

.room_cabinet .abschluss {
    position: absolute;
    left: 0px;
    top: -7px;
    height: 6px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 1px 0px rgb(200,200,200);
}

.room_cabinet .abschluss .rotated {
    position: absolute;
    top:-10px;
    width:20px;
    height: 20px;
    background-color: rgb(240,240,240);
    top:1px;
}

.room_cabinet .abschluss .rotated.left {
    left:0px;
    transform: rotateZ(60deg);
}

.room_cabinet .abschluss .rotated.right {
    right: 0px;
    transform: rotateZ(-60deg);
}

.room_cabinet .abschluss .mid {
    position: absolute;
    left:10px;
    right: 10px;
    width: auto;
    height: 100%;
    background-color: rgb(240,240,240);
}

.room_cabinet .room_cabinet_vimeo {
    position: absolute;
    width: 100%;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

.room_cabinet .room_cabinet_vimeo.portrait {
    width: 100%;
    padding-bottom: 133.3333%;
}


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

    .room_projektion_vimeo {
        width: 100%;
    }
    
}

@media only screen and (min-width: 1600px) {

    .room_back {
        width: calc( 100% - 80px );
        margin-left: 40px;
    }
    
    .page_element_image_container_nomargin {
        width: calc( 100% - 80px );
        margin-left: 40px; 
    }
    
}

/* cloud ——————————————————————————————————————————————————————————————————————————————————————————— */

.cloud_element {
    position: relative;
    width:33.3333%;
    width: 25%;
    
    width: 20%;
    float:left;
    padding: 20px;
    box-sizing: border-box;   
    
  /*  font-weight: bold;*/
  /*  font-size: 25px;*/
  /*  color: rgba(0,0,0,0.4);*/
    
    text-align: center;
    
    padding-left: 10px;
    padding-right: 10px;
}

.cloud_element_4 {
    width: 25%;
}

.page_back_cloud {
    padding-left: 12% !important;
    padding-right: 12% !important;
    box-sizing: border-box !important;
    
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

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

    .page_back_cloud {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .cloud_element {
        width: 100%;
    }
    
    .cloud_element_4 {
        width: 100%;
    }
    
}


/* newsletter  ——————————————————————————————————————————————————————————————————————————————————————————— */

.newsletter_label {
    position: relative;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
}
 
.newsletter_back {
    position: relative;
    float: left;
    width:100%;
    
    height: auto;
    overflow: hidden;
    
    margin-top: 40px;
    
    
    
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    border: 2px solid black;
    box-sizing: border-box;
}

.newsletter_back_split {
    width: calc( 50% - 20px );
    margin-left: 40px;
}

.newsletter_back_split_small {
    width: calc( 25% - 30px );
    margin-left: 40px;
}

.newsletter_back_split_first {
    margin-left: 0px;
}

.newsletter_back_button {
    
    position: relative;
    float:left;
    width: 100%;
  
    background-color: black;
    color:white;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 13px;
    text-align: center;
    margin-top: 40px;
    
    cursor: pointer;
    transition: background-color 0.2s;
}

.newsletter_back_button:hover {
    background-color: rgb(180,180,180);
}

.newsletter_field {
    
    position: relative;
    float:left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-user-select: text; 
    -moz-user-select: text; 
    -ms-user-select: text; 
    user-select: text;
    line-height: 1.5;
    font-weight: normal;
    border: 0px none;
    outline: 0px none;
    font-size: 20px;

    resize: none;

}

.newsletter_field_buttons {
    width: calc( 100% - 260px );
   }

.newsletter_button {
    position: relative;
    float:left;
    font-weight: bold;
    padding-left: 20px;
    box-sizing: border-box;
    
    width: 130px;
    text-align: right;
    
    
    padding-top: 4px;
    padding-bottom: 2px;
    
    
    cursor: pointer;
    
    transition: color 0.2s, opacity 0.2s;
    
    opacity: 0.2;
}

.newsletter_button:hover {
    color:rgb(180,180,180);
}

#newsletter_legal_text {
    font-size: 13px;
}

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

    .newsletter_back {
        width: 100%;
        margin-left: 0px;
    }
    
    .newsletter_field_buttons {
        width: 100%;
    }
    
    .newsletter_button {
        width:50%;
        text-align: left;
        padding-left: 0px;
        margin-top: 6px;
    }

}



/* old new ——————————————————————————————————————————————————————————————————————————————————————————— */

#oldnew_back {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left:20px;
    padding-right:20px;
    box-sizing: border-box;
    
}

.oldnew_element {
    font-weight: bold;
    position: relative;
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 33px;
    margin-top: 35px;
    box-sizing: border-box;
    width: 50%;
}

.oldnew_element:hover {
    color: rgb(180,180,180);
}

.oldnew_element_left {
    float:left;
    text-align: right;
}

.oldnew_element_right {
    float:left;
}

/* popover  ——————————————————————————————————————————————————————————————————————————————————————————— */

.popover_container {
    position: fixed;
    width:100%;
    height: 100%;
    left:0px;
    top:0px;
    z-index: 300;
    background-color: rgba(0,0,0,0.5);
}

.popover_closer {
    position: absolute;
    left:0px;
    top:0px;
    height: 100%;
    width: 100%;
}

.popover_back {
    position: absolute;
    left:20%;
    top:10%;
    height: 80%;
    width: 60%;
    background-color: white;
    
    
    opacity: 0;
    transition: opacity 0.2s;
}

.popover_content {
    position: absolute;
    height: 100%;
    width:100%;
    left:0px;
    top:0px;
    padding: 40px;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.popover_close {
    position: absolute;
    top:0px;
    right:0px;
    font-family: "SocialIcons";
}

.popover_back p {
    margin-bottom: 1.7em;
}

.popover_back p:last-child {
    margin-bottom: 0px;
}

.popover_load {
    position: absolute;
    left:0px;
    width:100%;
    text-align: center;
    top:calc( 50% - 11px );
    height: 22px;
    font-weight: bold;
    
    opacity: 0;
    transition:opacity 0.5s;
}

.popover_close {
    position: absolute;
  /*  right:20px;
    top:20px;*/
    
    position: absolute;
    right:0px;
    top:0px;
    font-family: "SocialIcons";
    font-size: 20px;
    transition: color 0.2s;
    cursor: pointer;
    padding: 40px;
    padding-top: 33px;
    padding-bottom: 17px;
    padding-left: 20px;
    background-color: rgba(255,255,255,0.95);
}

.popover_close:hover {
    color: rgb(180,180,180);
}

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

    .popover_back {
        padding: 20px;
        left:10%;
        top:5%;
        height: 90%;
        width: 80%;
    }

}

/* footer ——————————————————————————————————————————————————————————————————————————————————————————— */



.page_element_content a, .fake_link, .popover_content a {
    box-shadow: 0px 1px 0px black;
    transition: box-shadow 0.2s, color 0.2s;
    cursor: pointer;
}

.cloud_element a {
    transition: box-shadow 0.2s, color 0.2s;
}

.page_element_content a:hover, .cloud_element a:hover, .fake_link:hover, .popover_content a:hover {
    box-shadow: 0px 1px 0px rgb(180,180,180);
    color: rgb(180,180,180);
}




footer {
    position: relative;
    width:100%;
    height: auto;
    overflow: hidden;
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 17px;  
}

footer::before {
    content: "";
    position: absolute;
    display: block;
    left:40px;
    right:40px;
    width:auto;
    height: 1px;
    background-color: black;
    top:0px;
}

footer a {
  /*  box-shadow: 0px 1px 0px white;*/
    transition: box-shadow 0.2s, color 0.2s;
}

footer a:hover {
   /* box-shadow: 0px 1px 0px rgb(180,180,180);*/
    color: rgb(180,180,180);
}

footer ul li.block {
    position: relative;
    height: auto;
    float:left;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    width: 33.3333%;
    
    width: 25%;
}

footer ul li.block .logo {
    font-weight: bold;
}

footer ul li.block .tagline {
    font-style: italic;
}


footer .social_container {
    box-shadow: none !important;
    display: inline-block;
    width:40px;
    height: 40px;
    top: 13px;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s !important;
    border: 1px solid rgb(220,220,220);
    box-sizing: border-box;
    
    position: absolute;
    right:20px;
        
    line-height: 1.5;
}

/*
.footer_social_container_notfirst {
    margin-left: calc( ( 100% - ( 4 * 40px ) ) / 3 );
}*/

footer .social_container .icon {
    position: relative;
    margin-top: 3px;
    font-family: "SocialIcons";
    font-size: 20px;
    width: 100%;
    text-align: center;
}

footer .social_container:hover {
    background-color: black;
    color: white !important;
}


@media only screen and (max-width: 900px) {
    
    footer ul li.block {
        width: 100%;
    }
    
}

@media only screen and (max-width: 600px) {
    
    footer {
       padding-left: 0px;
       padding-right: 0px;
    }
    
    footer::before {
        left:20px;
        right:20px;
    }
    
    footer ul li.block {
        width: 100%;
    }
    
}



/* splash ——————————————————————————————————————————————————————————————————————————————————————————— */

/*

#splash_back {
    position: fixed;
    width:100%;
    height: 100%;
    background-color: black;
    z-index: 600;
    top:0px;
    left:0px;
    overflow: hidden;
    transition: opacity 0.2s;
}

#splash_image_loader {
    display: none;
}

#splash_image {
    position: absolute;
    left:0px;
    top:0px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition:  transform 1s, opacity 1s;
}

.splash_image_hidden {
    opacity: 0;
    transform: scale(1.2);

}

#splash_logo_container {
    position: absolute;
    left:0px;
    width: 100%;
    bottom: 0px;
    top:0px;
    margin-top: auto;
    margin-bottom: auto;
    height: auto;
    overflow: hidden;
        
    height: 140px;
    
    transition: opacity 1s, transform 1s;
    
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.splash_logo_container_hidden {
    opacity: 0;
    transform: translate3d(0px,-20px,0);
}

.splash_logo_container_hide{
    transition: transform 0.3s;
    transform: scale(1.5);
}

#splash_logo {
    position: relative;
    width: 100%;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    text-align: center;
    
    text-shadow: 0px 0px 30px rgba(0,0,0,0.3);
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

#splash_tagline {
    position: relative;
    width: 100%;
    font-size: 20px;
    margin-top: -10px;
    font-weight: bold;
    color: white;
    text-align: center;
    
    text-shadow: 0px 0px 30px rgba(0,0,0,0.3);
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

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

    #splash_logo {
        font-size: 50px;
    }
    
}

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

    #splash_logo {
        font-size: 34px;
        letter-spacing: -0.5px;
        line-height: 1.2;
    }
    
    #splash_tagline {
        font-size: 16px;
        margin-top: 10px;
    }
    
    #splash_logo_container {
        height: 180px;
    }
}

*/

