/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 29, 2020, 
    Author     : LD
*/

@charset "UTF-8";

h4 { font-size: 1rem;
    line-height: .9;
}

#header { height: 110px; }
#main-container { margin-top: 125px; }

.crumbs {
    list-style: none;
    margin: 12px 0 6px;
    padding: 0;
    zoom: 1;
}

.crumbs:before, .crumbs:after {
    content: " ";
    display: table;
}

.crumbs:after {
    clear: both;
}

.crumbs li {
    float: left;
    text-transform: uppercase;
    font-size: 12px; /*for older browsers*/ /*18*/
    font-size: 1.2rem; /*1.8*/
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #004d68;
    /*line-height: 14px; */
    color: #b09b4c;
}

.crumbs li:last-child {
    border-right: none;
}

#main-content{
    display: block;
    width: 100%;
}

#buttons-container{
    display: block;
    width: 100%;
}


.outerContainer {
    float: left;
    width: 100%;
    max-width: 540px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 1%; margin-right: 1%;
    margin-bottom: 1%;
}

.innerContainer {
    background: rgba(0, 77, 104, 0.65);
}


.innerContainer p {
    font-size: 24px; 
    line-height: 1.0;
    padding: 3px 0;
}

.innerContainer p:hover {
    font-size: 26px;
}

/* headercontainer styles
--------------------------------*/
#header h1 {
    font-size: 3rem;
    line-height: 1.2;
}

#header h4 {
    font-size: 1rem;
    line-height: 1;
}


/* footer
--------------------------------*/
/*footer Small Screen================================*/
/*footer { display: none; }*/



/* navigation
--------------------------------*/
/*Navigation Small Screen================================*/

#navigation {
    position: static;
    top:0;
    width: 98%;
}


#menu-main-container	{
    position: static;  width: 98%;
    display: block;
    z-index: 0;
    height: auto;
    background: none;
    margin-left: 4px;
}

#navigation .menu-main {
    clear: both;
    width: 100%;
    height: 100%;

}

#navigation .menu-item {
    background: url("../images/main-nav-bkg.jpg");
    padding: 0px;
    line-height: 38px;
    text-align: left;
    width: 100%;
    height: auto;
    float: none;
}

#navigation .menu-item a {
    display: inline-block;  
    height: 50px;
    width: 95%; /*in case calc() is not supported in the browser*/
    width: calc(100% - 20px);
}
#navigation .menu-item:hover > ul { display: none;}

#navigation .menu-item ul{top: 0;}

#navigation .menu-item .toggle-symbol {
    font-size: 24px;
    font-weight: bold;
    display: inline;
    float: right;
    cursor: pointer;
}
#navigation .sub-menu {
    font-size: 12px;
    position: relative;
    left: 7px;
    background: #eeeeee;
    border-radius: 6px;
    list-style-type: none;
    float: none; z-index :50;
}

#navigation .sub-menu a {

    display: block;
    width: 100%;
    margin-left: 4px;
    line-height: normal;
}

#navigation .sub-menu a:hover { margin: 0px;width: 100%;}
#navigation .sub-menu.small{width: 100%; z-index:150;}
#navigation .sub-menu.large{width: 100%; z-index:50;}
/*Maps===================================================*/

div#main-content {
    display: block;   /**/
    width: 100%;        /**/
}

div.map-content {
    display: block;    /**/
    width: 100%;         /**/
}

.city-link a {
    font-size: 14px;
}


/* buttons
--------------------------------*/
.items li p { white-space: nowrap;}


/*  changes the size and the position 
    of the language button on top right */
.btn_language {
    font-size: 10px;
}

div.btn {
    top: -3px;
}