#wrapper
{
    width:100%;
    position:relative;
    min-width:350px;
}


#header
{
    border:none;
    background-color:#FFFFFF;
    position:fixed;
    top:0px;
    left:0px;
    height:80px;
    opacity:0.95;
    z-index:2;
}

#meta_menue
{
    display:none;
}

#menue_mobile
{
    display:none;
    width:90%;
    position:fixed;
    top:80px;
    left:5%;
    z-index:2;
}

#menue_mobile ul
{
    padding:0px;
    margin:0px;
    list-style:none;
    border: 1px solid #1C647F;
    border-bottom:none;
}

#menue_mobile ul li a
{
    display:block;
    background-color: #4C8397;
    border-top:1px solid #5A97AD;
    border-bottom: 1px solid #1C647F;
    padding-top:8px;
    padding-bottom:8px;
    color:#FFFFFF;
    font-size: 18px;
    
    font-family:arial;
    text-decoration:none;
    padding-left:20px;
    text-transform: uppercase;
}

#menue_mobile_button
{
    display:block;
    cursor:pointer;
    width:55px;
    height:49px;
    position:fixed;
    top:15px;
    right:5%;  
    background-image:url(../img/menue_mobile_button.png);
}

#left_col
{    
}

#right_col
{
    width:100%;
}

#content
{
    
    width:90%;
    margin:auto;
    padding-top: 120px;
}

#menue
{
    display:none;
}

#logo
{
    
    z-index:3;
    position:fixed;
    top:-35px;
    left:5px;   
}

#logo img
{
    opacity:0.95;
    width:70px;
}


.text_element510 p
{
    width:100%!important;
}

.gallery_full
{
    display:none;
}

.gallery_mobile
{
    display:block;       
}


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



.item img
{
    display: block;
    width: 100%;
    height: auto;
}

.item a
{
    display:block;
    line-height:1;
}

.owl-pagination 
{
    position: absolute;
    right: 23px;
    bottom: -25px;
}

.image_element img
{
    width:100%;
}

.form_select
{
    width:100%;   
    margin:0px;
    margin-bottom: 10px;
}

.form_input
{
    padding-left:2%;
    width:97.5%;
}

.form_textarea
{
    padding-left:2%;
    width:97.5%;
}

.form_submit
{
    margin-right:0px;
}

select.form_mandatory
{
    /*background-position: top 5px right 5px;*/    
}

.anchor_bouncer
{
    display:block;
    
    padding-top:50px;
}
