#header
{
    background-color: #ACBC63;
	width: 100%;
	height: 300px;
    display: none;
}
#header_left
{
    background-color: #F9E38D;
	float: left;
	width: 40%;
	height: 100%;
}
#cat-fish
{
	float: left;
	height: 100%;
	display: none;
}
#header_right
{
	width: 20%;
	height: 100%;
}
#menu_outer_div
{
    padding: 0px;
    width: auto; 
    display: inline-block;
    position: relative;
}
#menu_outer_outer_div
{
    width: 100%; 
    text-align: center; 
    justify-content: center; 
    left: 0px;
    height: 50px;
    background-color: var(--menu-bg-color);
    display: none;
}
#title_summer
{
	margin-right: 0px;
	margin-top: 80px;
	height: 150px;
	display: none;
}
.smart-menu
{
    direction: ltr;
    height: 50px;
}
.smart-menu-main-container
{
    right: none;
    left: 0px;
    top: 0px;
}
#columns_white
{
	width: 100%;
	clear: both;
	background-color: white;
	color: black;
	overflow: auto;
}
.smart-menu-item, .smart-menu-item-label-element
{
    text-transform: uppercase;
}
html, body, input, select, textarea, button, .smart-menu-item-label-element, #group_title, h1
{ 
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
#columns_blue
{
	width: 100%;
	clear: both;
	background-color: #97B5CF;
	color: white;
	overflow: auto;
    text-align: center;
}
#column_33
{
    text-align: center;
}
#inner_div, #inner_div_centered
{
    max-width: 1240px;
}
#columns_dark
{
	width: 100%;
	clear: both;
	background-color: #46423F;
	color: white;
	overflow: auto;
}
#partner
{
    height: 300px;
    object-fit: cover;
    width: 90%;
}
#partner_text
{
    width: 90%;
}
#picR_txL
{
	width: 95%;
	margin: 20px;
	text-align: left;
}
#picR_txL img
{
	max-width: 100%;
	padding: 10px;
	___float: left;
	___box-shadow: 2px 2px 2px #888888;
	margin-right: 10px;
}
#gallery
{
    width: 250px;
    display: inline-block;
    float: left;
}
#partner_image
{
	float: left;
	width: 20%;
}
#partner_image img
{
	object-fit: cover;
	max-width: 95%;
}
#menu_bottom
{
    float: left;
    font-size: var(--font-std);
}
#MAIN_CONTENT
{
    top: 30px;
}
#DE
{
	background-color: #97B5CF;
	padding: 10px;
	border: 1px solid #46423F;
	float: right;
	margin-right: 10px;
}
#IT
{
	background-color: #97B5CF;
	padding: 10px;
	border: 1px solid #46423F;
	float: right;
	margin-right: 10px;
}
#language
{
	position: absolute;
	font-size: 20px;
	top: 0px;
	padding: 10px;
    display: none;
}
#menu_mobile_image
{
    top: 2px;
}
#menu_mobile_header
{
    background-color: #F8E38A;
}
#menu_mobile_title
{
    left: 70px;
    top: -20px;
    color: #000000;
}
#mobile_divisor
{
    height: 30px;
}
#menu_mobile_logo_image
{
    margin-right: 0px;
}
#menu_mobile_logo_image img
{
    margin-top: 0px;
    height: 50px;
}
#menu_mobile_caption
{
    position: fixed;
    top: 6px;
    right: 100px;
    z-index: 100;
    color: var(--bottom-title-color);
    font-size: var(--font-large);
    font-weight: bold;
}
#menu_mobile_voice a
{
    text-transform: lowercase;
}
.red
{
	color: red;
	text-align: left;
}
#move_bottom
{
    height: 150px;
    display: block;
    width: 1px;
    display: none;
}


@media (min-width: 700px) 
{
    #picR_txL img
    {
        float: left;
    }
}

@media (min-width: 1200px) 
{
    #menu_outer_outer_div, #language, #header, #cat-fish, #title_summer, #move_bottom
    {
        display: block;
    }
    #menu_bottom
    {
        float: left;
        font-size: var(--font-large);
    }
    #menu_mobile_caption
    {
        display: none;
    }    
}

