.smart-menu
{
    direction: ltr;
}
.smart-menu-item-label-element
{
    text-transform: uppercase;
}
smart-menu-item, smart-menu-items-group 
{
    border-left: 1px solid var(--menu-fg-color);
}
#language_choice
{
    top: 12px; 
}
#menu_outer_div, .menu
{
    height: 55px;
}
#logo
{
    position: relative;
    top: 70px;
}
#logo_image
{
    max-height: 150px;
}
#event_jahre
{
    display: none;
    position: absolute;
    top: 200px;
    left: 220px;
    z-index: 2;
}
#event_kultur
{
    display: none;
    position: absolute;
    top: 231px;
    left: 40px;
    z-index: 1;
}
.slideshow
{
    margin-top: 94px;
}
#menu_middle
{
    position: absolute;
    top: 80px;
    right: 200px;
    z-index: 1;
    display: none;
}
#menu_middle_item
{
    float: left;
    text-align: center;
    padding: 10px;
}
#menu_middle_item a
{
    color: var(--link-color);
    text-transform: uppercase;
    font-size: var(--font-small);
}
#menu_middle_item a:hover
{
    color: var(--link-color-hover);
}
.icon
{
    display: inline-block;
}
.text_on_icon
{
    position: relative;
    top: -10px;
    color: var(--main-fg-color);
}
.text_on_icon:hover
{
    color: var(--link-color);
}
.text_next_to_icon
{
    position: relative;
    top: -25px;
    text-transform: uppercase;
}
#bottom_menu_line
{
    width: 100%;
    background-color: var(--main-fg-color);
    color: var(--main-bg-color);
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}
#bottom_menu_links
{
    margin: auto;
    width: 100%; 
    max-width: 1200px;
    text-align: right;
}
.bottom_link
{
    color: var(--main-bg-color);
    float: right;
    margin-right: 10px;
    font-size: var(--font-small);
}
.bottom_link a
{
    color: var(--main-bg-color);
}
.column_50, .column_50_right
{
    width: 100%;
    display: block;
    float: none;
    ___font-size: var(--font-small);
}
.column_50 a
{
    color: var(--main-fg-color);
}
.column_50_right
{
    text-align: left;
}
.image_download
{
    margin-left: 5px;
    margin-right: 5px;
}
.slideshow_small
{
    position: relative;
    top: 0px;
    width: 100%;
    min-height: 350px;
    height: 350px;
    display: block;
}
.slideimage_small
{
    object-fit: cover;
    width: 100%;
    height: 350px;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#button_download
{
    color: var(--button-fg-color);
    background-color: var(--button-bg-color);
    font-size: var(--font-small);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    float: left;
    margin-left: 0px;
    margin-top: -10px;
}
#button_download a
{
    color: var(--button-fg-color);
}
#memo_indented
{
    margin-left: 32px;
    font-size: var(--font-small);
}
.title_no_link
{
    color: var(--main-fg-color);
}
.title_no_link:hover
{
    color: var(--link-color);
}
.space_10
{
    padding-left: 10px;
    float: left;
    padding-top: 10px;
}
#middle_bar
{
    position: relative; 
    height: 231px;
    display: none;
}
.sub_sub_title
{
    text-transform: uppercase;
    font-weight: bold;
    color: var(--main-fg-color);
    padding-top: 5px;
    padding-bottom: 5px;
}
.small_link
{
    font-size: var(--font-small);
    color: var(--main-fg-color);
    position: relative;
    top: -2px;
}
.small_link:hover
{
    color: var(--link-color);
}
.card_icon 
{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 10;
}
.card_sub_image
{
    position: absolute;
    top: 50px;
    right: 10px;
    width: 80px;
    height: 80px;
    z-index: 11;
}
#sound_image
{
    float: left;
}
#sound_image img
{
    height: 20px;
    margin-right: 10px;
}
#memo_box
{
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    text-align: left;
    background-color: lightgrey;
}
#box
{
    margin: 10px;
    outline: 1px solid var(--main-fg-color);
    background-color: #EEEEEE;
    padding: 10px;
    border-radius: 5px;
}
.map-container 
{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.map-container iframe 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.subgroup_title
{
    color: var(--link-color);
    background-color: var(--main-bg-color);
    text-align: left;
    margin-bottom: 0px;
}
.subgroup_title
{
    background-color: transparent;
}
.subgroup_title a:hover
{
    text-decoration: none;
}
.subgroup_title a
{
    color: var(--link-color);
}
#menu_width, #menu_width_short
{
    display: none;
}
#___logo_menu_mobile
{
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}


@media (min-width: 1050px) 
{
    #menu_width_short
    {
        width: 100%; 
        display: inline-block;
    }
    #menu_middle, #middle_bar
    {
        display: block;
    }
    #menu_mobile
    {
        display: none;
    }
}

@media (min-width: 1200px) 
{
    #event_jahre, #event_kultur
    {
        display: block;
    }
    .column_50
    {
        width: 50%;
        float: left;
    }
    .column_50_right
    {
        text-align: right;
    }
}

@media (min-width: 1600px) 
{
    #menu_width
    {
        display: inline-block;
    }
    #menu_width_short
    {
        display: none;
    }
}
