#inner_div, #inner_div_centered, #inner_flex_centered
{
    max-width: 1200px;
}
#column_left
{
    width: 100%;
    clear: both;
    display: inline-block;
    text-align: center;
    float: none;
}
#column_right
{
    width: 100%;
    clear: both;
    display: inline-block;
    text-align: left;
}
#column_left img
{
    max-width: 95%;
}
h1
{
    text-align: left;
    color: rgb(11,104,154);
}
#group_title h1
{
    color: var(--group-fg-color);
    text-align: center;
}
h2
{
    font-size: var(--font-mid);
}
#divisor
{
    height: 20px;
    width: 1px;
    display: block;
}
.smart-menu
{
    direction: ltr;
}
.smart-menu-main-container
{
    right: auto;
}
.smart-menu-item-label-container
{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
#logo_image
{
    text-align: right;
    width: 100%;
    padding-bottom: 5px;
    margin-top: 0px;
}
#logo_image img
{
    margin-right: 20px;
    max-width: 90%;
}
.menu
{
    height: 60px;
}
#MAIN_CONTENT
{
    top: 0px;
}
#alt_background
{
    max-width: 100%;
    display: block;
    background-color: rgba(141,182,204,1);
    padding-top: 10px;
    padding-bottom: 30px;
}
#column_full_centered
{
    width: 100%;
    clear: both;
    display: inline-block;
    text-align: center;
    justify-content: center;
}
#column_full_centered h1, #column_full_centered h2
{
    text-align: center;
}
#mehr_infos a
{
    margin-top: 15px;
    color: var(--link-alternate-fg-color);
}
#title_background
{
    max-width: 100%;
    display: block;
    background-color: var(--menu-bg-color);
    color: var(--menu-fg-color);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: var(--font-std);
}
#highlighted_part
{
    display: inline-block; 
    text-align: center; 
    padding: 20px; 
    font-size: var(--font-large); 
    border: 1px solid var(--main-fg-color);
}
#social, #icon2
{
    font-size: var(--std-font-size-small);
}
#icon2 img, #social img
{
    max-width: 25px;
    position: relative;
    top: 5px;
}
#icon2 a, #social a
{
    text-decoration: none;
    color: var(--link-color);
    font-size: var(--font-small);
}
.slideshow
{
    min-height: 800px;
}
.slideimage
{
    min-height: 800px;
}
#question
{
    max-width: 100%;
    display: block;
    background-color: var(--menu-bg-color);
    color: var(--menu-fg-color);
    padding: 10px;
    font-size: var(--font-std);
    margin-bottom: 10px;
}
#question a:hover
{
    background-color: var(--menu-fg-color);
    color: var(--menu-bg-color);
    padding: 5px;
}
.question_memo
{
    text-align: justify;
    padding-right: 15px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}
#bottom
{
    top: 20px;
}
#bottom a
{
    color: var(--bottom-link-color);
}
#language_block
{
    position: relative;
    top: -48px;
    right: 20px;
    width: 100%;
    
}
#language a
{
    color: var(--menu-fg-color);
    font-weight: bold;
    border: 1px solid var(--menu-fg-color);
    padding: 6px;
}
#menu_mobile_content
{
    top: 180px;
}

@media (min-width: 1020px) 
{
    #column_left
    {
        width: 40%;
        float: left;
    }
    #column_right
    {
        width: 60%;
    }
}
