/*
 __
|       / |  /
| _    /  | /
|  |  /   | \
|__| /    |  \

*/

/* custom fonts —————————————————————————————————————————————————————————————————————————————————————— */

/*http://www.fontsquirrel.com/tools/webfont-generator mit optimalen einstellungen */

@font-face {
    font-family: "gk_rabobank";
    src: url('schriften/rabobank/rabobank.eot');
    src: url('schriften/rabobank/rabobank.eot?#iefix') format('embedded-opentype'),
         url('schriften/rabobank/rabobank.woff') format('woff'),
         url('schriften/rabobank/rabobank.ttf') format('truetype'),
         url('schriften/rabobank/rabobank.svg#rabobank') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gk_heinrichs";
    src: url('schriften/heinrichs/heinrichs.eot');
    src: url('schriften/heinrichs/heinrichs.eot?#iefix') format('embedded-opentype'),
         url('schriften/heinrichs/heinrichs.woff') format('woff'),
         url('schriften/heinrichs/heinrichs.ttf') format('truetype'),
         url('schriften/heinrichs/heinrichs.svg#heinrichs') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gk_electric";
    src: url('schriften/electric/electric.eot');
    src: url('schriften/electric/electric.eot?#iefix') format('embedded-opentype'),
         url('schriften/electric/electric.woff') format('woff'),
         url('schriften/electric/electric.ttf') format('truetype'),
         url('schriften/electric/electric.svg#electric') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gk_european";
    src: url('schriften/european/european.eot');
    src: url('schriften/european/european.eot?#iefix') format('embedded-opentype'),
         url('schriften/european/european.woff') format('woff'),
         url('schriften/european/european.ttf') format('truetype'),
         url('schriften/european/european.svg#european') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gk_medvedkine";
    src: url('schriften/medvedkine/medvedkine.eot');
    src: url('schriften/medvedkine/medvedkine.eot?#iefix') format('embedded-opentype'),
         url('schriften/medvedkine/medvedkine.woff') format('woff'),
         url('schriften/medvedkine/medvedkine.ttf') format('truetype'),
         url('schriften/medvedkine/medvedkine.svg#medvedkine') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gk_jacques";
    src: url('schriften/jacques/jacques.eot');
    src: url('schriften/jacques/jacques.eot?#iefix') format('embedded-opentype'),
         url('schriften/jacques/jacques.woff') format('woff'),
         url('schriften/jacques/jacques.ttf') format('truetype'),
         url('schriften/jacques/jacques.svg#jacques') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gk_wim";
    src: url('schriften/wim/wim.eot');
    src: url('schriften/wim/wim.eot?#iefix') format('embedded-opentype'),
         url('schriften/wim/wim.woff') format('woff'),
         url('schriften/wim/wim.ttf') format('truetype'),
         url('schriften/wim/wim.svg#wim') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gk_zuerich";
    src: url('schriften/zuerich/zuerich.eot');
    src: url('schriften/zuerich/zuerich.eot?#iefix') format('embedded-opentype'),
         url('schriften/zuerich/zuerich.woff') format('woff'),
         url('schriften/zuerich/zuerich.ttf') format('truetype'),
         url('schriften/zuerich/zuerich.svg#zuerich') format('svg');
    font-weight: normal;
    font-style: normal;
}

.content_textcover_rabobank {
    font-family: gk_rabobank, Helvetica Neue, Helvetica, sans-serif;
    padding-top: 1px !important;
    padding-bottom: 11px !important;
}

.content_textcover_heinrichs {
    font-family: gk_heinrichs, Helvetica Neue, Helvetica, sans-serif;
    text-transform: uppercase;
}

.content_textcover_electric {
    font-family: gk_electric, Helvetica Neue, Helvetica, sans-serif;
    text-transform: lowercase;
}

.content_textcover_european {
    font-family: gk_european, Helvetica Neue, Helvetica, sans-serif;
}

.content_textcover_medvedkine {
    font-family: gk_medvedkine, Helvetica Neue, Helvetica, sans-serif;
    text-transform: uppercase;
}

.content_textcover_jacques {
    font-family: gk_jacques, Helvetica Neue, Helvetica, sans-serif;
}

.content_textcover_wim {
    font-family: gk_wim, Helvetica Neue, Helvetica, sans-serif;
}

.content_textcover_zuerich {
    font-family: gk_zuerich, Helvetica Neue, Helvetica, sans-serif;
}

/* reset —————————————————————————————————————————————————————————————————————————————————————— */

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 {
    font-weight: bold;
}

i {
    font-style: italic;
}


/* icon font —————————————————————————————————————————————————————————————————————————————————————— */

@font-face {
    font-family: "gk_icons";
    src: url('icons/gk_icons/gk_icons.eot');
    src: url('icons/gk_icons/gk_icons.eot?#iefix') format('embedded-opentype'),
         url('icons/gk_icons/gk_icons.woff2') format('woff2'),
         url('icons/gk_icons/gk_icons.woff') format('woff'),
         url('icons/gk_icons/gk_icons.ttf') format('truetype'),
         url('icons/gk_icons/gk_icons.svg#gk_icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, sans-serif;
    background-color: white;
    color: black;
    cursor: default;
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
    line-height: 16px; /*1.5*/ /* ÄNDERUNG 05.04.22 vorher 22px */
    font-weight: normal;
    min-height:100%;
}

a {
    text-decoration: none;
    color:inherit;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

::selection {
    background: rgb(87,112,225);
    color: white;
}

::-moz-selection {
    background: rgb(87,112,225);
    color: white;
}

#index_logo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
  /*  background-color: rgb(87,112,225);
    color: white;*/
    font-family: gk_zuerich;
    font-size: 98px;
    line-height: 1.12;
    -webkit-font-smoothing:antialiased;
    padding-top: 31px;
    padding-bottom: 31px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    overflow: hidden;
    color: white;
  /*  -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;*/
 /*   opacity:0;*/
}

#index_image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
   -moz-background-size: cover !important; 
    -webkit-background-size: cover !important; 
    background-size: cover !important;
    background-color: black;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity:0;
}

#index_hiddenimage {
    display: none;
}

.index_body {
    background-color: black;
}

.index_body header {
    display: none;
}

.index_body .date_banner {
    display: none;
}

/* navigation —————————————————————————————————————————————————————————————————————————————————————— */

.date_banner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: rgb(87,112,225);
    color: white;
    font-weight: 400;
    font-weight: bold;
}

.date_banner_label {
    color: rgba(255,255,255,0.3) !important;
}

.date_banner_link:hover {
    color:rgba(255,255,255,0.5) !important;
}


.date_banner_image {
    position: absolute;
  /*  float:left;*/
    width: calc( 12.5% + 45px );
    display: block;
    height: 100%;
    left:0px;
    top:0px;
   -moz-background-size: cover !important; 
    -webkit-background-size: cover !important; 
    background-size: cover !important;
    
   -moz-background-position: center center; 
    -webkit-background-position: center center; 
    background-position: center center;
}

.date_banner_dates {
    position: relative;
    float:right;
    width: calc( 87.5% - 45px );  
    padding: 40px;
    padding-top: 36px;
    padding-bottom: 34px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 20px;
}



#logo {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 10;
}

.logo_inner {
    display: inline-block;
    position: relative;
    height: auto;
    padding: 40px;
    padding-top: 34px;
    padding-bottom: 27px;
    font-family: gk_zuerich;
    font-size: 24px;
    line-height: 24px; /* ÄNDERUNG 05.04.22 vorher 1.5 */
    -webkit-font-smoothing:antialiased;
    box-sizing: border-box;
   /* z-index: 10;*/
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    
    padding-top: 39px; /* ÄNDERUNG 05.04.22 */ 
    padding-bottom: 32px; /* ÄNDERUNG 05.04.22 */

}

.logo_integrated {
    background-color: white;
    color: black;
}

.logo_floating {
    color: white;
    background-color: black;
    
}

.logo_floating .logo_search {
    opacity: 0;
    -webkit-transition: color 0.2s, opacity 0.2s;
    transition: color 0.2s, opacity 0.2s;
}

.logo_inner_small {
    display: none;
    padding-left: 20px;
    padding-right: 20px;
}

.logo_back_floating {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: calc( 100% - 20px );
    background-color: rgb(127,127,127);
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.logo_search {
    font-family: "gk_icons";
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 39px;
    font-size: 19px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    cursor: pointer;
    -webkit-font-smoothing:antialiased;
    
}

.logo_intern {
    padding-left: 20px;
    padding-right: 20px;
}

#navigation {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 100%;
    margin-top: -20px;
    z-index: 20;
}

.navigation_integrated {
}

.navigation_floating {
    position: absolute !important;
    top: 100%;
    padding-bottom: 20px;
    background-color: rgb(127,127,127);
    opacity: 0;
    -webkit-transition: opacity 0.2s;  
    transition: opacity 0.2s;
}

#logo:hover .navigation_floating {
    opacity: 1;
}

#logo:hover .logo_search {
    opacity: 1;
}

#logo:hover .logo_back_floating {
    opacity: 1;
}

.navigation_element {
    font-weight: bold;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    -webkit-user-select: none !important; 
    -moz-user-select: none !important; 
    -ms-user-select: none !important; 
    user-select: none !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.navigation_element_integrated:hover {
    color:rgba(0,0,0,0.5) !important;
}

.navigation_element_floating:hover {
    color:rgba(255,255,255,0.5) !important;
}

#search {
    position: absolute;
    height: auto;
    overflow: hidden;
    width: 100%;
    height: auto;
    overflow: hidden;
    left: 0px;
    top: 0px;
    background-color: rgb(127,127,127);
    background-color: rgb(87,112,225);
    background-color: white;
    color: white;
    color: black;
    z-index: 40;
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.search_integrated {

}

.search_floating {

}

#search_field {
    position: relative;
    display: block;
    border: 0px none;
    padding: 0px;
    margin: 0px;
    outline: 0px none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: text; 
    -moz-user-select: text; 
    -ms-user-select: text; 
    user-select: text;
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px; /* ÄNDERUNG 05.04.22 vorher 1.5 */
    width: 100%;
    padding-left: 39px;
    padding-top: 31px;
    padding-bottom: 31px;
    padding-right: 98px;
    box-sizing: border-box;
    background-color: inherit;
    color: inherit;
    
    padding-top: 34px; /* ÄNDERUNG 05.04.22 */
    padding-bottom: 34px; /* ÄNDERUNG 05.04.22 */
}

.search_raster {
    margin-top: -20px !important;
    color: black;
}


.search_raster raster_image:hover .raster_image_text {
    color: rgb(0,0,0,0.5) !important;
}

#search_back {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 30;
    background-color: rgba(255,255,255,0.8);
    background-color: rgba(0,0,0,0.8);
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}


#noscript {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px;
    padding-top: 36px;
    padding-bottom: 34px;
    background-color: rgb(87,112,225);
    color: white;
    box-sizing: border-box;
    font-weight: 400;
    font-weight: bold;   
    position: fixed;
    right: 0px;
    width: 25%;
    width: calc( 25% + 5px );
    height: 100%;
    top: 0px;
}

/* großes Bild —————————————————————————————————————————————————————————————————————————————————————— */

#slideshow_back {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
    background-color: black;
    margin-bottom: 20px;
}

#slideshow_container {
    position: relative;
    float:left;
    width: 75%;
    width: calc( 75% - 20px - 5px );
    box-sizing: border-box;
    overflow: hidden;
    
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    
    background-color: black;
}

#slideshow_container:-webkit-full-screen {
    width: 100%;
    height: auto;
    cursor: none;
}

#slideshow_container:-moz-full-screen {
    width: 100%;
    height: auto;
    cursor: none;
}

#slideshow_slider {
    position: relative;
    overflow: hidden;
}

.slideshow_slider_preload {
    height: 0;
    padding-top: 0px;
    padding-bottom: 56.25%;  
}

.slideshow_large_image {
    position: absolute;
    top: 0px;
    background-color: black;
    -webkit-touch-callout:none;
    -webkit-user-drag: none;
    user-drag: none;
}

.slideshow_large_image_first {
    position: relative !important;
    float: left;
    margin-left: 0px;
}

#slideshow_preview {
    position: absolute; 
    right: 40px;
    bottom: 0px;
    overflow:hidden;
    width: calc( 25% - 40px + 5px );
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.slideshow_preview_image {
    width: 16.6666%;
    display: block;
    float:left;
    position: relative;
}

/* content —————————————————————————————————————————————————————————————————————————————————————— */

#content_untertitel {

}
    
#content_title {
    position: relative;
    clear:both;
    float:left;
    width: 75%;
    height: auto;
    padding: 40px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 24px; /* ÄNDERUNG 05.04.22 vorher 1.5 */
    font-weight: bold;
    -webkit-user-select: text; 
    -moz-user-select: text; 
    -ms-user-select: text; 
    user-select: text;
    
    padding-top: 16px; /* ÄNDERUNG 05.04.22 */
    padding-bottom: 17px; /* ÄNDERUNG 05.04.22 */
}

#content_subtitle {
    position: relative;
    clear:both;
    float:left;
    width: 50%;
    height: auto;
    padding: 40px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    -webkit-user-select: text; 
    -moz-user-select: text; 
    -ms-user-select: text; 
    user-select: text;   
    font-weight: bold;
    
    padding-top: 17px; /* ÄNDERUNG 05.04.22 */
    padding-bottom: 17px; /* ÄNDERUNG 05.04.22 */
}

#content_names {
    position: relative;
    clear:both;
    float:left;
    width: 50%;
    height: auto;
    padding: 40px;
    padding-top: 16px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-style: italic;
    -webkit-user-select: text; 
    -moz-user-select: text; 
    -ms-user-select: text; 
    user-select: text;
    
    padding-top: 17px; /* ÄNDERUNG 05.04.22 */
    padding-bottom: 17px; /* ÄNDERUNG 05.04.22 */
}

#content_names li {
    display: inline;
}

#content_dates {
    font-weight: bold;
}

#content_dates_small {
    font-weight: bold;
    clear: both;
    float:left;
    display: none;
}

.content_dates_label {
    font-weight: normal;
    display: inline-block;
}

.content_text_container {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    height: auto;
    overflow: hidden;
}

.content_text_container a:hover {
    color: rgb(87,112,225);
}

.content_text_container_bottomlast {
    padding-bottom: 20px;
}

.content_text {
    position: relative;
    float:left;
    width: 25%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 16px;
    padding-bottom: 14px;
    
    /*
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;*/
    
    -webkit-user-select: text; 
    -moz-user-select: text; 
    -ms-user-select: text; 
    user-select: text;
    
    padding-top: 17px; /* ÄNDERUNG 05.04.22*/
    padding-bottom: 17px;
}

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

#ueber_legal {
    color: rgb(127,127,127);
    font-size: 12px;    
    line-height: 13px; /*1.5*/ /* ÄNDERUNG 05.04.22 vorher 18px */
}

.content_names_position {

}

.content_names_position ul, li {
    display: inline;
}


.content_names_positon_label {
   /* opacity: 0.3;*/
    
    color: rgba(0,0,0,0.3);
}

.content_image_container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.content_image_container_bottomlast .content_image {
    margin-bottom: 40px !important;
}

.content_image_container_bottomlast .content_image_4 {
    margin-bottom: 0px !important;
}

.content_image_container_bottomlast .content_video {
    margin-bottom: 40px;
}

.content_image {
    position: relative;
    float:left;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.content_image_4 {
    width: 100%;
    clear: both;
    float:left;
    
    width: calc( 100% + 60px);
    margin-left: -30px;
}

.content_image_3 {
    width: calc( 75% + 20px );
}

.content_image_3_first {
    margin-right: 10px;
    clear: both;
    float:left;
    margin-left: -30px;
}

.content_image_3_last {
    float:right !important;
    margin-left: 10px;
    margin-right: -30px;
}

.content_image_2 {
    width: calc( 50% + 20px );
}

.content_image_2_first {
    clear: both;
    float:left;
    margin-left: -30px;
    margin-right: 10px;
}

.content_image_2_last {
    margin-right: -30px;
    margin-left: 10px;
}

.content_image_1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
}

.content_video {
    position: relative;
    float:left;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px; 
}

.content_video_inner {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
}

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

.content_textcover {
    position: relative;
    float:left;
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 40px;
    padding-top: 14px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 140px;
    line-height: 1.2;
    word-wrap: break-word;
    
    /*
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    */
    
    margin-top: 20px;
    margin-bottom: 20px;
}

.content_textcover_bottomlast {
    margin-bottom: 0px;
}

.content_textcover_black {
    background-color: black;
    color: white;
}

.content_textcover_element {
    display: none;
}

.content_print_container {
    position: relative;
    float:left;
    height: auto;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content_print_container_black {
    background-color: black;   
}

.content_print_container_bottomlast {
    margin-bottom: 0px;
}

.content_print {
    position: relative;
    float: left;
    width: 25%;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

#content_location_logos {
    position: relative;
    clear:both;
    float:left;
    height: auto;
    overflow: hidden;
    width:100%;

}

.content_location_logo {
    position: relative;
    float:left;
    width: calc( 12.5% - 20px );
    height: 0;
    margin-left: 10px;
    margin-right: 10px;
    box-sizing: border-box;
    padding-bottom: calc( 12.5% - 20px );
    padding-top: 0px;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content_location_logo:hover .content_location_logo_hl {
    opacity: 1;
}

.content_location_logo_hl {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    opacity:0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.content_location_logo_inner {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.content_location_logo_inner_large {
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
}

.content_location_logo_inner_small {
    width: 50%;
    height: 50%;
    left: 25%;
    top: 25%;
}

#content_untertitel_de {
    height: 93px; /* 3 zeilen text */
}

#content_untertitel_fr {
    height: 93px; /* 3 zeilen text */
}

#content_untertitel_en {
    height: 93px; /* 3 zeilen text */
}

#content_download {
    color: rgba(0,0,0,0.3);
}

.raster_image_container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    padding-bottom: 20px;

}

.raster_image_container_margintop { /* bei raster unter content braucht man rand */

}


.raster_title {
    position: relative;
    clear: both;
    float:left;
    width:100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 24px;
    line-height: 24px; /* ÄNDERUNG 05.04.22 vorher 1.5 */
    font-weight: bold;
    
    padding-top: 16px; /* ÄNDERUNG 05.04.22 */
    padding-bottom: 17px; /* ÄNDERUNG 05.04.22 */
}

.raster_image {
    position: relative;
    float:left;
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.raster_image:hover .raster_image_text {
    color:rgba(0,0,0,0.5);
}

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

.raster_image_4 {
    width: calc( 100% + 60px );
    margin-left: -30px;
}

.raster_image_2 {
    width: calc( 50% + 20px );
}

.raster_image_2_first {
    margin-left: -30px;
    margin-right: 10px;
}

.raster_image_2_last {
    margin-right: -30px;
    margin-left: 10px;
}

.raster_image_1 {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.raster_image_text {
    position: relative;
    box-sizing: border-box;
    padding-top: 16px;
    padding-bottom: 14px;
    -webkit-user-select: text; 
    -moz-user-select: text; 
    -ms-user-select: text; 
    user-select: text;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    
    padding-top: 17px; /* ÄNDERUNG 05.04.22 */
    padding-bottom: 17px; /* ÄNDERUNG 05.04.22 */
}

.raster_image_text_first {
    padding-left: 40px;
}

.raster_image_text_last {
    padding-right: 40px;
}

.raster_image_text_top {
}

.raster_image_text_bottom {
    margin-top: -20px;
}

.raster_image_inner {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

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


/* newsletter abbonieren --------------------------------------------------------------------------------------- */

#newsletter_field {
    position: relative;
    display: block;
    border: 0px none;
    padding: 0px;
    margin: 0px;
    outline: 0px none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: text; 
    -moz-user-select: text; 
    -ms-user-select: text;
    user-select: text;
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px; /* ÄNDERUNG 05.04.22 vorher 1.5 */
    width: calc( 100% - 80px );
    box-sizing: border-box;
    margin-left: 40px;
    margin-top: 11px;
    margin-bottom: 10px;
}

.newsletter_button {
    font-weight: bold;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.newsletter_confirm_adress {
    font-weight: bold;    
}

#newsletter_subscribe {
    color: rgba(0,0,0,0.15);
}
 
#newsletter_unsubscribe {
    color: rgba(0,0,0,0.15);
}

.newsletter_buttons_active {
    color: black !important;
    cursor: pointer;
}

.newsletter_buttons_active .newsletter_button:hover {
    color: rgb(87,112,225);
        color:rgba(0,0,0,0.5);
}

#newsletter_thankyou {
    display: none;
}

#newsletter_byebye {
    display:none;
}

#newsletter_subscribe_text {
    display: none;
}

#newsletter_unsubscribe_text {
    display: none;
}

/* 3 und weniger Spalten ——————————————————————————————————————————————————————————————————— */
@media only screen and (max-width: 1200px) {

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

    .content_print {
        width: 33.3333%;    
    }
    
    .content_print_fill {
        display: none;
    }

    #slideshow_preview {
        display: none;
    }
    
    
    #slideshow_container {
        width: 100%;
    }
    
    #content_title {
        width: 100%;
    }
    
    #content_subtitle {
        width: 66.6666%;
    }
    
    #content_names {
        width: 66.6666%;
    }
    
    .content_text {
        width: 33.3333%;
    }
    
    #content_dates {
        display: none;
    }
    
    #content_dates_small {
        display: block;
    }
    
    .content_image_1 {
        width: 33.3333%;
    }
    
    .content_image_3 {
        width: 100%;
        clear: both;
        float:left;
        
        width: calc( 100% + 60px);
        margin-left: -30px;
    }
    
    .content_image_2 {
        box-sizing: border-box;
        width: 33.3333%;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .raster_image_2 {
        box-sizing: border-box;
        width: 33.3333%;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .raster_image_1 {
        box-sizing: border-box;
        width: 33.3333%;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .raster_image_text_2 {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .raster_image_newline_4 {   clear: none;    float:left; }
    .raster_image_newline_3 {   clear: both;    float:left; }
    
    #noscript { 
        position: relative;
        width:100%;
        height: auto;
    }
    
    .content_location_logo {
        width: calc( 16.6666% - 20px );
        padding-bottom: calc( 16.6666% - 20px );
    }
    
    #content_download {
        clear:both;
        float:left;
    }

}

/* 2 Spalten ---------------------------------------------------------- */
@media only screen and (max-width: 900px) {

    #content_subtitle {
        width: 50%;
    }
    
    #content_names {
        width: 50%;
    }
    
    .content_text {
        width: 50%;
    }
    
    .content_text_en {
        clear:both;
        float:left;
    }
    
    .content_print {
        width: 50%;
    }
    
    .content_image_1 {
        width: 50%;
    }
    
    .content_image_2 {
        width: 50%;
    }
    
    .raster_image_2 {
        width: 50%;
    }
    
    .raster_image_1 {
        width: 50%;
    }
    
    
    .raster_image_newline_4 {   clear: none;    float:left; }
    .raster_image_newline_3 {   clear: none;    float:left; }
    .raster_image_newline_2 {   clear: both;    float:left; }
    
    #content_untertitel {
        display: none;
    }
    
    .content_location_logo {
        width: calc( 25% - 20px );
        padding-bottom: calc( 25% - 20px );
    }
    
    .logo_intern {
        display: none;
    }
    
}

/* 1 Spalten ---------------------------------------------------------- */
@media only screen and (max-width: 540px) {
    

    #index_logo {
        font-size: 49px;
        font-size: 24px;
        line-height: 24px; /* ÄNDERUNG 05.04.22 vorher 1.5 */
        padding-top: 31px;
        padding-bottom: 31px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #navigation .logo:hover {
        color: inherit;
    }
    
    #navigation a:hover {
        color: inherit;
    }
    
    body {
        /*
        font-size: 15px;
        line-height: 22px;*/
    }

    .logo {
        padding-left: 20px;
        padding-right: 20px; 
    }
    
    .date_banner_dates {
        padding-left: 20px;
        padding-right: 20px;
        width:100%;
    }
    
    .date_banner_image {
        display: none;
    }
    
    
    .logo_inner_large {
        display: none;
    }
    
    .logo_inner_small {
        display: block;
    }

    
    #content_subtitle {
        width: 100%;
    }
    
    #content_names {
        width: 100%;
    }
    
    .content_text {
        width: 100%;
    }
    
    .content_image_1 {
        width: calc( 100% + 60px);
        margin-left: -30px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .content_image_2 {
        width: calc( 100% + 60px);
        margin-left: -30px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .content_text_container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .content_textcover {
        font-size: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .raster_image_container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .raster_image_4 {
        width: calc( 100% + 20px);
        margin-left: -10px;
    }
    
    .raster_image_2 {
        width: calc( 100% + 20px);
        margin-left: -10px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .raster_image_1 {
        width: calc( 100% + 20px);
        margin-left: -10px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .raster_image_text {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .raster_image_newline_4 {   clear: none;    float:left; }
    .raster_image_newline_3 {   clear: none;    float:left; }
    .raster_image_newline_2 {   clear: none;    float:left; }
    .raster_image_newline_1 {   clear: both;    float:left; }

    
    .logo_search {
        padding-right: 19px;
    }

    .content_location_logo {
        width: calc( 50% - 20px );
        padding-bottom: calc( 50% - 20px );
    }
    
    #search_field {
        padding-left: 19px;
        padding-right: 78px;
    }
    
    #newsletter_field {
        width: calc( 100% - 40px );
        margin-left: 20px;
    }
    
}