#logo img, #logo{
    width: 256px;
    height: auto;
    float: left;
}

.nice-menu{
    margin: 40px auto 0 auto !important;
}

.block-nice-menus {
    display: flex;
    margin-right: 380px;
}
/* ul.nice-menu li {
    width: 105px;
} */

#social-media {
	float:right;
}

.eu-text{
    margin-bottom: 0;
    width: 256px;
}

.eu-logo{
    width: auto !important;
    height: 90px !important;
    margin-top: -90px;
}

.organigram {
    list-style-type: square;
}

.organigram li ul {
    padding-left: 18px;
}

#page{
    background-color: white;
}

#costLogo img{
    width: auto;
    height: 70px;
}

#costLogo{
    float: right;
    margin-top: -69.56px;
    font-size:10px;
    line-height: 10px;
    text-align: right;
    width: 396px;
}

#costLogo div{
    width:256px;
}

.bannerLogo{
    position: absolute;
    top:25%;
    left:0;
    width:50%;
    height: auto;
}

ul.nice-menu a {
    /* padding: 0.3em 2px 0.3em 2px !important; */
    font-size: 14px;
}

.anchor2::before {
    content: "";
    display: block;
    height: 85px;
    margin: -85px 0 0;
}

.map{
    margin: auto;
}

#header-region ul.nice-menu-down .menuparent a {
    padding-right: 15px !important;
}

#mapid { height: 180px; }

#header{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    z-index: 50;

}

#header .container{
    max-width:1250px;
    width:1250px;
}

#header-region .menu li {
    display: inline-block;
    margin-left: 0px;
}

#header-region .menu {
    padding-top: 43px;
    margin-left: 270px;
}

#header-region .block-menu{
    width: 1025px;
}

#frontpage, #main{
    margin-top: 100px;
    padding-top: 5px;
}

#banner{
    margin-top: 15px;
    width: 100%;
    max-width: 3800px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
}

#text{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.banner-left{
    float:left;
    width: 30.3%;
}

.slide-item{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.slide-item:not(:first-child){
    display:none;
}

.imageContainer{
    width: 56.52%;
    float:left;
}

.imageContainer img{
    width: 100%;
    height: auto;
}

#banner-right .objective{
    font-size: 20px;
    line-height: normal;
    vertical-align: middle;
    font-weight: bold;
    height: 50px;
}
#banner-right .title{
    font-size: 40px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;
    line-height: 40px;
    /* line-height: calc(44px + (137.656 - 18) * ((100vw - 335px) / (1250 - 335))); */
}

@media screen and (min-width: 1280px) {
    #banner-right .objective{
        font-size: calc(20px + (25 - 20) * ((100vw - 1280px) / (2000 - 1280)));
        /* height: calc(180px + (300 - 200) * ((100vw - 1280px) / (2000 - 1280))); */
        /* line-height: 1em;
        padding-top: calc(15px + (94 - 15) * ((100vw - 335px) / (2000 - 1280))); */
    }
    #banner-right .title{
        font-size: calc(40px + (75 - 40) * ((100vw - 1280px) / (2000 - 1280)));
        line-height: calc(45px + (45 - 75) * ((100vw - 1280px) / (2000 - 1280)));
    }
    .slide-item{
        bottom: calc(10px + (50 - 10) * ((100vw - 1280px) / (2000 - 1280)));
    }
}
@media screen and (min-width: 2000px) {
    #banner-right .objective{
        font-size: 25px;
        /* height: 278px; */
    }
    #banner-right .title{
        font-size: 75px;
        line-height: 75px;
    }
    .slide-item{
        bottom: 10px;
    }
}


.schema{
    margin: auto;
    width: 50%;
}


#banner-right{
    color: white;
    text-align: center;
}

.table thead, .block .title{
    background-color: #28688a;
    color: white;
    margin-bottom: 0;
}

.block .view{
    padding-left: 3px;
}

.table th{
    padding-left:4px;
    padding-right:4px;
    padding-top:10px;
}

.table td{
    margin-left:4px;
    margin-right:4px;
    padding-top:10px;
    border-bottom: solid 1px gray;
}

.table tbody tr:nth-child(odd) {
    background: rgb(173, 173, 173);
}

.table tbody tr:nth-child(even) {
    background: rgb(203, 203, 203);
}

.table tr td:first-child{
    padding-left: 4px;
}


/* th[title="Field #5"]{
    width: 260px;
} */

.all {
    width: 100%;
}

.all h2{
    clear: both;
    margin-top: 15px;
}

.left {
    width: 50%;
    float: left;
}

.right {
    width: 48%;
    margin-left: 52%;
}

/* .all .first{
    height:512px;
    margin-top:10.5px;
}

.all .second{
    height:544px;
    margin-top:76px;
} */

.all .third{
    margin-top:76px;
}

.mainLeft{
    width: 75%;
    float: left;
}

.mainRight{
    width: 20%;
    float: right;
    border: black solid 1px;
}
