.lexicon-groups {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}
ul.lexicon-groups li.panel {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 300px;
    margin: 1em 13px;
}

ul.lexicon-groups li.panel .title-bar p {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 215px;
    display: inline-block;
    background: white;
    font-size: 18px;
    font-family: koedumedium;
    padding: .7em 24px;
    line-height: 1em;
    color: #343d8d;
    border-bottom-right-radius: 20px;
}

a.hover-menu-item span {
    display: inline-block;
}
ul.lexicon-groups li.panel .title-bar p span {
    position: absolute;
    right: 1em;
    bottom: .6em;
    font-family: koeduornaments;
    transform: rotate(135deg);
    display: inline-block;

}

ul.lexicon-groups li.panel .bg-photo {
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
ul.lexicon-groups li.panel .hover-menu {
    position: relative;
    opacity: 0;
    transition: all 800ms;
    z-index: 3;
    padding:  10px 0;
    width: 220px;
}
ul.lexicon-groups li.panel ul.hover-menu li:hover {
    width: 300px;
}
ul.lexicon-groups li.panel .bg-filter {
    position: absolute;
    top: 0;
    padding-top: 45px;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
    background: rgba(52,61,141,0);
    z-index: 2;
    transition: all 500ms;
}
ul.lexicon-groups li.panel:hover .bg-filter
{
    background: rgba(52,61,141,.9);

}
ul.lexicon-groups li.panel:hover {
    z-index: 999;
}
ul.lexicon-groups li.panel:hover .hover-menu {
    opacity: 1;
}
ul.lexicon-groups li.panel .hover-menu  a {
    display: flex;
    font-family: koedumedium;
    padding: 4px 1em 4px 24px;
    color: rgb(255,255,255);
    width: 100%;
    background-color: rgba(255,255,255,0);

}
ul.lexicon-groups li.panel .hover-menu  a span.icon { width: auto}
ul.lexicon-groups li.panel .hover-menu  a span.title { width: 250px; flex-grow: 0; flex-shrink: 0}
ul.lexicon-groups li.panel .hover-menu  li {
    font-size: 16px;
    border-bottom: 1px solid white;
    padding: .5em 0;
}
ul.lexicon-groups li.panel .hover-menu  li:hover {
    /*width: 300px;*/
    background: white;
    position: relative;
    top: -1px;
}
ul.lexicon-groups li.panel .hover-menu  li:last-child  {
    border-bottom: none;
}
ul.lexicon-groups li.panel .hover-menu li:hover  a {
    color: rgb(52,61,141);
}
ul.lexicon-groups li.panel .hover-menu  li:hover a span.icon:after {
    content: "e";
    font-family: koeduornaments;
    line-height: 10px;
}

.section.lexicon {
    padding: 0 17px;
}
.button-edit {
    position: relative;
}
.section-wrapper.lexicon-top .general-top {
    max-width: 100%;
    height: 250px;
    max-height: 280px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 1em;
    padding-bottom: 1em;
}
.section-wrapper.lexicon-top .general-top h1 {
    color: #343d8d;
    line-height: 1.1em;
    font-size: 47px;
    max-width: 50%;
    margin-top: 0;
}
.section-wrapper.lexicon-top ul.breadcrump {
    padding-left: 0;
}
.section-wrapper.lexicon-top .section {
    padding-bottom: 0;
    padding-top: 0;
}
.section-wrapper.lexicon-divider {
    margin-bottom: 5px;
    padding-bottom: 0;
    border-bottom: 1px solid #343d8d;
}
.section-wrapper.lexicon-wrap .sidebar p ,
.section-wrapper.lexicon-wrap .description p {
    font-size: 18px;
    font-family: koedulight;
}
.section-wrapper.lexicon-wrap .description p {
    color: #343d8d;
    margin-bottom: 1em;
}
.section-wrapper.lexicon-wrap .sidebar ul
{
    font-family: 'koedulight';
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0;
    -webkit-padding-start: 1em;
    color: #343d8d;

}
.section-wrapper.lexicon-wrap .description ul
{
    font-family: 'koedulight';
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    color: #343d8d;
}
.section-wrapper.lexicon-wrap .description ul li {
    color: #343d8d;
    margin-bottom: .5em;
}
.section-wrapper.lexicon-wrap .sidebar ul li {
    list-style-type: disc;
    margin-bottom: .5em;
}

.section-wrapper.lexicon-wrap .sidebar p big,
.section-wrapper.lexicon-wrap .description p big {
    font-size: 18px;
    font-family: koedumedium;
}
.section-wrapper.lexicon-wrap .description p big {
    margin-bottom: 0;
    color: #343d8d;
    position: relative;
    top: .8em;
}
.section-wrapper.lexicon-wrap .sidebar p {
    margin-bottom: 1em;
}
.section-wrapper.lexicon-wrap .sidebar p big {
    /*padding-bottom: 1em;*/
    display: block;
}
.sidebar {
    position: relative;
    top: -50px;
    z-index: 5;
}
.section-wrapper.lexicon-wrap .col-left {
    width: 70%;
    margin-top: .2em;
}
.section-wrapper.lexicon-wrap .col-right {
    width: 25%;
}
.lexicon .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sidebar .box-a,
.sidebar .box-b,
.sidebar .box-c {
    padding: 30px;
    margin-left: 20px;
    margin-bottom: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.sidebar .box-a {
    background-color: #343d8d;
    color: white;
}
.sidebar .box-b {
    background-color: #7177af;
    color: white;
}
.sidebar .box-c {
    background-color: #d8d7d4;
    color: #343d8d;
}

.lexicon div.nav {
    margin: 0;
    padding: 0;
}

.lexicon div.nav div.buttons:last-child
{
    text-align: left;
}
@media screen and (max-width: 1440px) {

    .section-wrapper.lexicon-top .general-top{
        height: 230px;
    }
    ul.lexicon-groups li.panel .hover-menu a span.title {
        width: 230px;
    }
    .section-wrapper.lexicon-top .general-top h1 {
        font-size: 40px;
    }
    ul.lexicon-groups li.panel {

        width: 270px;
        height: 270px;
    }
    ul.lexicon-groups li.panel ul.hover-menu li:hover {
        width: 270px;
    }
}
@media screen and (max-width: 1280px) {
    .section-wrapper.lexicon-top .general-top{
        margin-top: 62px;
        height: 230px;
    }
    .section-wrapper.lexicon-top ul.breadcrump {
        margin-top: 0;
    }
}
@media screen and (max-width: 1200px)
{

    .section-wrapper.lexicon-wrap .col-left {
        width: 100%;
        margin-top: 1em;
    }
    .section-wrapper.lexicon-wrap .col-right {
        width: 100%
    }
    .sidebar .box-a,
    .sidebar .box-b,
    .sidebar .box-c {
        padding: 30px;
        margin-left: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
    }
    .sidebar {
        position: relative;
        top: 0;
        z-index: 5;

    }

    .section-wrapper.lexicon-top div.general-top {
        background-position-y: bottom;
        background-size: auto 190px;
    }
}
@media only screen and (max-width: 960px) {
    .section-wrapper.lexicon-top .general-top {
        /*width: 100%;*/
        /*height: 17vw;*/

        width: 100%;
        height: 350px;

        max-height: 360px;
        margin-top: 62px;
    }
    .section-wrapper.lexicon-top .general-top h1 {
        width: 100%;
        max-width: 100%;
        font-size: 36px;
    }


}
@media only screen and (max-width: 860px) {

}
@media only screen and (max-width: 760px) {
    .section-wrapper.lexicon-top .general-top h1 {
        font-size: 32px;
    }

}