

#menu_zone {
    margin: auto;
    width: 80%;
    font-style: normal;
    font-size: 1.2em;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 70px;
}

.title-content {
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(201, 190, 156);
    border-bottom-style: solid;
    border-bottom-width: 10px;
    font-size: 0.9em;
    line-height: 34px;
    margin-left: -10px;
    margin-right: -10px;
}

.title-content-SWIKO {
    background-color: rgb(255, 255, 255);
    border-bottom-color: #3b8695;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    font-size: 0.9em;
    line-height: 34px;
    margin-left: -10px;
    margin-right: -10px;
}

h3.title {
    font-weight: normal;
    text-align: left;
}


.menu_KFM {
    float:left;
    display:block;
    color: #ffffff;
    background-color: #3b8695;
    font-size: 19.2px;
    border-color: rgb(201, 190, 156);
    border-style: solid;
    border-width: 10px;
    width:50%;
}

.menu_IFM {
    float:left;
    display:block;
    color: #000000;
    background-color: #c9be9c;
    font-size: 19.2px;
    border-color: #3b8695;
    border-style:solid;
    border-width: 10px;
    width: 50%;
}

.menu_SWIKOweb {
    float:left;
    display:block;
    color: #000000;
    background-color: #b9d6da;
    font-size: 19.2px;
    border-left-color: #3b8695;;
    border-left-style: solid;
    border-left-width: 10px;
    border-right-color: #3b8695;;
    border-right-style: solid;
    border-right-width: 10px;
    border-bottom-color: #3b8695;;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    width:100%;
}

.menu_KFM .title-content .title {
    color: #3b8695;
    font-size: 16px;
}

.menu_IFM .title-content .title {
    color: rgb(201, 190, 156);
    font-size: 16px;
}

.menu_SWIKOweb .title-content .title {
    color: #000000;
    font-size: 16px;
}

.menu li {
    position: relative;
    min-height: 32px;
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 0px;
    padding-left: 0.5em;
    border-top: solid 2px #fff;
}
.menu li:first-child {
    border-top: none;
}

.lang_switch_hamburger {
    position: fixed;
    left: 10px;
    top: 180px;
}

.lang_switch ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.language-switcher-locale-url li {
    color: white;
    background-color: #dfdfdf;
    margin-bottom: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.language-switcher-locale-url li.active {
    color: white;
    background-color: #3b8695;
}
.language-switcher-locale-url li a {
    color: white;
    background-color: #dfdfdf;
    font-size: 14.4px;
}
.language-switcher-locale-url li a:hover {
    color: #333;
    background-color: #b9d6da;
    font-size: 14.4px;
    text-decoration: none;
}
.language-switcher-locale-url li.active a {
    color: white;
    background-color: #3b8695;
    font-size: 14.4px;
}
.language-switcher-locale-url li.active a:hover {
    color: #333;
    background-color: #b9d6da;
    font-size: 14.4px;
    text-decoration: none;
}

