@import url("font-awesome.min.css");
/*
@import url("fontawesome-webfont.woff");
@import url("roboto.woff");
@import url("robotolight.woff");
*/


@font-face {
    font-family: 'Roboto';
    src: url(roboto.woff) format('truetype');
}

header, footer,
article, section,
hgroup, nav,
figure {
    display: block;
    margin: 0 0;
    border: 0;
}


body {
    margin: 0 0;
    padding: 0 0;
    border: 0;
}

body * {
    font-family: "Roboto", sans-serif;
}


a:hover {
    color: inherit;
}

.hc-nav-trigger {
    display: block;
    position: fixed;
    right: 1rem;
    top: 1rem;
    background: white;
    height: 33px;
    padding: 0;
    line-height: 1;
    border: 3px solid white;
    width: 36px;
}

.LangSwitch {
    position: fixed;
        left: .5rem;
            top: .5rem;
                border: 3px solid white;
                    padding: 5px 7px;
                        font-size: 1.1rem !important;
                            font-weight: bold !important;
                                border-radius: 13px;
                                }
                                


.backpic4 {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("i/pic01page02.jpg") no-repeat;
    text-align: center;
    background-size: cover;
    height: 300px;
    opacity: 0;
    transition: 1s;
    animation: show 3s 1;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;

}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* top block */

.backpic {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("i/pic01.jpg") no-repeat;
    text-align: center;
    background-size: cover;
    height: 50vh;
    opacity: 0;
    transition: 1s;
    animation: show 3s 1;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.backpic.backpicMinor {
    height: 33vh;
}


.backpic header {
    display: block;
    flex-basis: 100%;
}

.backpic header + header {
    font-size: 1.7rem;
}

.backpic a,
.backpic a:hover {
    color: #fff;
    font-weight: 500;
    font-size: 2em;
    line-height: inherit;
}


.backpic h1 {
    font-weight: 500;
    color: #fff;
    font-size: 4rem;
    margin: 0;
    padding: 0;
    line-height: inherit;
    flex-basis: 100%;
    width: 100%;
}

.backpic .button {
    transition: all 0.25s ease-in-out;
    display: inline-block;
    background: rgba(154, 198, 247, 0.4);
    padding: 1rem 3rem;
    border: thick solid;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.3em;
    border-radius: 3em;
}

.backpic .button:hover {
    transition: all 0.25s ease-in-out;
    background: rgba(178, 223, 31, 0.4);
    color: white;
    font-size: 1.3em;
}



@media screen and (max-width: 736px) {
    .backpic {
        height: 90vh;
    }

    .backpic a {
        color: #fff;
        font-size: 1.3em;
        line-height: inherit;
        text-align: center;
    }
    .backpic h1 {
        font-weight: 500;
        color: #fff;
        font-size: 2rem;
        padding: 0;
        text-align: center;
        display: block;
    }

}


/* map */
.map {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.map iframe {
    width: 100%;
    min-height: 400px;
}

/* root page centered blocks restricted width*/
.rootBlock {
	max-width: 1200px;
	margin: 2rem auto;
    padding: 0 1rem;
}

.rootBlock h2 {
    flex-basis: 100%;
    width: 100%;
    text-align: left;
}

.rootBlock p a {
    text-decoration: underline;
    color: #2B5C8A;
}

h5 {
    color: #2B5C8A;
    font-weight: 500;
    font-size: 5em;
    text-align: center;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}


article h2 {
    color: #488CCC;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    font-size: 3em;
    line-height: inherit;
}

article p {
    color: #254A6D;
    font-weight: 300;
    text-decoration: none;
    font-size: 1.2em;
}

#article3 h3 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    font-size: 2em;

}

#article3 p {
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    font-size: 1.3em;
}


.button7 {
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    color: #254A6D;
    text-align: center;
    text-decoration: none;


}

.button7:hover {

    color: #454A6D;
}


.button6 {
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    background: rgba(255, 114, 0, 0.9);
    padding: 0.85em 3em 0.85em 3em;
    border: thin solid;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin: 10px 0 50px 0;
}


.button6:hover {
    background: rgba(72, 140, 204, 0.7);
}

@media screen and (max-width: 736px) {


    article h2 {
        font-size: 2em;
    }


    .button6 {
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        -webkit-appearance: none;
        position: relative;
        display: inline-block;
        background: rgba(255, 255, 255, 0);
        padding: 0.85em 3em 0.85em 3em;
        border: thin solid;
        color: #fff;
        text-align: center;
        text-decoration: none;
        margin: 10px 0 50px 0;
    }

    .button6:hover {
        background: rgba(17, 43, 39, 0.7);
    }

}


nav {
    color: #2C2416;
    font-size: 1.3em;
    font-weight: 400;
    text-decoration: none;

}

@media screen and (max-width: 736px) {
    nav {
        display: none;
        margin-left: 30%;

    }
}

@media screen and (max-width: 1000px) {
    nav {
    }
}


nav ul li {
    display: inline;
}

nav ul li a,
nav ul li a:visited,
nav ul li a:focus {
    color: #488CCC;
}

nav ul li a:hover {
    color: #254A6D;
    background: rgba(154, 198, 247, 0.4);
}

span.breadcrumbs__item:last-child span {
    font-weight: bold;
    display: inline-block;
    max-width: unset;
    overflow: unset;
    white-space: nowrap;
    font-size: 1rem;
}



@keyframes show {
    0% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}


@media screen and (max-width: 736px) {
}




.button2 {
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    background: rgba(154, 198, 247, 0.4);
    padding: 0.85em 3em 0.85em 3em;
    border: thick solid;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin: 30px;
    font-weight: 600;
    font-size: 1.3em;
    border-radius: 3em;

}

.button2:hover {
    background: rgba(178, 223, 31, 0.4);
    color: #fff;
}


.icon {
    text-decoration: none;

    display: inline-block;
    font-family: FontAwesome;

    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    width: 2em;
    height: 2em;
    font-size: 6.5em;
    border-radius: 22%;
    box-shadow: inset 0 0 0 4px #fff;
    color: #fff;
    line-height: 2.1em;
    text-align: center;
}

.icons1 {

}

.icons_block1 {
    display: inline-block;
    margin: 30px;
    padding: 10px;
    vertical-align: top;
    width: 250px;

}

.center {
    text-align: center;
}

#article3 {
    text-align: center;
    color: #EDE5D7;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)) url("i/pic02.jpg") no-repeat fixed;
    background-size: cover;
    /*
        background-image: linear-gradient(to right top, #000000, #FFFFFF, #392607, #7A684C 50%);
    */

}


#article5 {
    background: url("i/pic03.jpg") no-repeat;
    background-size: 50%;
    height: 450px;


}


.right_block1 {
    margin-left: 50%;
    text-align: center;
}

@media screen and (max-width: 736px) {
    #article5 {
        background: url("i/pic03.jpg") no-repeat;
        background-size: 100% 100%;
        height: 405px;
    }

    #article5 h3 {
        color: #fff;
        font-weight: 300;
        text-align: center;
        text-decoration: none;
        font-size: 4em;
    }

    #article5 p {
        color: #EDE5D7;
        font-weight: 300;
        text-align: center;
        text-decoration: none;
        font-size: 2.3em;
    }

    .right_block1 {
        margin: 0;
        text-align: center;
    }
}


.textenter {
    height: 50px;
    width: 100%;

    border: rgba(0, 0, 0, .3) 2px solid;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 30px;
}

.textenter2:focus,
.textenter:focus {
    outline: none;
    border: rgba(255, 156, 68) 2px solid;
    color: rgba(20, 52, 68, 1);
}

.textenter2 {
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 120px;
    border: rgba(0, 0, 0, .3) 2px solid;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 3px;

    display: block;
    padding: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}


.button3 {
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    background: rgba(154, 198, 247, 0);
    padding: 0.85em 3em 0.85em 3em;
    border: thick solid;
    color: #5B6D7D;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
    font-weight: 600;
    font-size: 1.3em;
    border-radius: 3em;
}


.button3:hover {
    background: rgba(178, 223, 31, 0.4);
    color: #809CB5;
}


/*
.button3{
		-moz-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		background: rgba(255,255,255,1);
		padding: 0.85em 3em 0.85em 3em;
		font-family: "Roboto";
		border: thin solid;
		color: #fff;
		text-align: center;
		text-decoration: none;
		margin: 30px;
 		font-weight:400;
 		font-size: 16pt;
}

.button3:hover{
		background: rgba(87,110,13,1);
		color: #fff;
}
*/


#article8 {
    text-align: center;
}

footer {
    background-color: #809CB5;
    margin: 30px 0 0;
    padding: 10px 0;


}


.nav2 {

    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 1.3em;
    margin-right: 3%;
}

.nav2 ul li {
    display: inline;
}


.icona {
    text-decoration: none;

    display: inline-block;
    font-family: FontAwesome;


    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    width: 2em;
    height: 2em;
    font-size: 1.3em;
    border-radius: 50%;
    color: #fff;
    line-height: 2.1em;
}

.footer_copyright1 {
    text-align: center;
    text-decoration: none;
    font-size: 1.1rem;
    color: #fff;
    height: 7rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.aenEnvelope {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
}


.aenItem {
    display: inline-flex;
    border: thin solid;
    color: #254A6D;
    flex-flow: row wrap;
    margin-bottom: 3rem;
    padding: .5rem;
}

.aenImage {
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    flex-basis: 100%;
    opacity: 0;
    transition: 1s;
    animation: show 3s 1;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    padding-top: 61.8%;
}


.aenTitle {
    height: 4rem;
    flex-basis: 100%;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #488CCC;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: .5rem 0;
    display: -webkit-box;
}

.ctitle .aenTitle {
    font-size: 1.5rem;
    text-align: center;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    line-height: 1;
}

.ctitle .aenIntro {
    flex-basis: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
}


.aenDate {
    flex-basis: 100%;
    font-size: .8rem;
    line-height: 1.3;
    text-align: center;
    margin: .5rem 0;
    padding: 0;
}

.aenReadMore {
    transition: all 0.25s ease-in-out;
    position: relative;
    display: inline-block;
    background: rgba(255, 114, 0, 0.9);
    padding: 0.85em 3em 0.85em 3em;
    border: thin solid;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
}

.aenReadMore:hover {
    background: rgba(72,140,204,0.7);
}

.moreInfoLink {
    transition: all 0.25s ease-in-out;
    position: relative;
    display: inline-block;
    color: #254A6D;
    text-align: center;
    flex-basis: 100%;
    text-decoration: none;
}

.images_block1 {
    display: inline-block;
    margin: 30px;
    padding: 10px;
    vertical-align: top;
    width: 270px;
    height: 400px;
    border: thin solid;
    color: #254A6D;
}

.image_back01 {
    /* background-color: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));*/
    background-image: url("/css/ecinf/i/pic01.jpg");
    background-repeat: no-repeat;


    text-align: center;
    background-size: cover;
    height: 200px;
    opacity: 0;
    transition: 1s;
    animation: show 3s 1;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}

.text_image01 {
    height: 35px;
    font-size: 0.5em;
}

.center {
    text-align: center;
}
