*, *:before, *:after {
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #002e5c;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', 'Roboto', sans-serif;
    line-height: 1.2em;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em;  }
h4 { font-size: 1em ; }
h5 { font-size: .83em; }
h6 { font-size: .67em; }

a {
    text-decoration: none;
    color: inherit;
}

p {
    margin: .5em 0;
    line-height: 1.5em;
}

img {
    max-width: 100%;
    height: auto;
}

hr {
    display: block;
    margin: 0;
    border: none;
    border-bottom: 1px solid #002e5c;
}

.hidden {
    display: none !important;
}
.invisible {
    visibility: hidden !important;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.flex-row, .flex-col {
    display: flex;
    justify-content: space-between;
}
.flex-row {
    flex-direction: row;
}
.flex-col {
    flex-direction: column;
}
.flex-row .item, .flex-col .item {
    flex: auto;
}
.flex-row .spacer {
    flex: 1 0 auto;
}


.container {
    margin: 0 auto;
    overflow: hidden;
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}



@media (min-width: 2186px) {
    .contact {
        background-image: url(../images/bg-d.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        /*background-attachment: fixed;*/
    }
}

.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

.section {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}
.section h2 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1.4em;
    margin-right: 1em;
}
.section span {
    flex: 1;
    background-image: url(../images/pix_blue.png);
    background-position: center center;
    background-repeat: repeat-x;
    padding: .2em 0;
}

.nav {
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, .3);
    z-index: 100;
}
.nav .icon {
    display: none;
}
.nav .menu {
    min-height: 90px;
    align-items: center;
}
.nav .links {
    flex: 1;
    align-items: center;
    text-transform: uppercase;
}
.nav .links li {
    padding: 0 .5em;
}
.nav .links li:last-child {
    padding-right: 0;
}

.board {
    margin-top: 90px;
    min-height: 500px;
    color: #fff;
    background: url(../images/bg-header.jpg) top center no-repeat;
    background-size: cover;
    background-position: center center;
}
.board h2 {
    margin-top: 280px;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}
.board ul {
    margin: .8em 0;
    display: inline-table;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1em;
}
.board ul li {
    display: table-cell;
    padding: 0 .5em;
}
.board ul li + li {
    border-left: 1px solid #fff;
}
.board ul li:first-child {
    padding-left: 0;
}
.board ul li:last-child {
    padding-right: 0;
}
.board p {
    font-family: 'Roboto Slab', sans-serif;
    margin-top: .5em;
    font-size: 1.4em;
    font-weight: 600;
}

.vision {
    padding: 2em 0;
    text-align: center;
}
.vision .container:after {
    display: block;
    border-bottom: 1px solid #002e5c;
    content: "";
    padding: 15px;
}


.themes {
    padding-bottom: 25px;
}
.themes .flex-row {
    flex-wrap: wrap;
}
.themes .item {
    max-width: 350px;
    flex: 1 1 360px;
    margin-bottom: 2em;
}
.themes img {
    margin-bottom: 1em;
}
.themes h3 {
    text-transform: uppercase;
    min-height: 3em;
}
.themes ul {
    list-style-type: disc;
    margin-left: 1.2em;
}
.themes .flex-row {
    margin-bottom: 3em;
}

.administration {
    background: url(../images/bg-tree.jpg) ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 35% center;
}
.administration {
    position: relative;
    min-height: 500px;
    padding-top: 120px;
}
.administration h3, .administration p {
    max-width: 550px;
}
.administration a {
    display: inline-block;
}
.administration a {
    display: inline-block;
    background-color: #002e5c;
    color: #fff;
    padding: 1em 1.5em;
    text-decoration: none;
    margin-top: 1.5em;
}
.administration a:hover {
    background-color: #0198d9;
}

.reference {
    padding: 50px 0;
    margin-bottom: 10px;
    background: linear-gradient(#e8e8e8, #fff 20%);
}
.reference .section {
    margin-bottom: 30px;
}
.reference .cite_text {
    font-style: italic;
    white-space: pre-line;
}
.reference .cite_text:before {
    content: "„";
}
.reference .cite_text:after {
    content: "“";
}
.reference .cite_name {
    font-weight: bold;
    font-style: italic;
    text-align: right;
    margin-top: 1em;
}
.reference .cite_company {
    margin-top: .2em;
    font-style: italic;
    text-align: right;
}
.reference .link {
    margin-top: .4em;
}
.reference .link a {
    display: inline-block;
    font-weight: 100;
    background-color: #002e5c;
    color: #fff;
    padding: .4em .8em;
}
.reference .link a:hover {
    background-color: #0198d9;
}


.references {
    margin-top: 90px;
    padding: 50px 0;
}
.references .cite + .cite {
    border-top: 1px solid #002e5c;
    margin-top: 2em;
    padding-top: 2em;
}
.references .cite_name, .references .cite_role, .references .cite_company {
    font-family: 'Roboto Slab', sans-serif;
}
.references .cite_name {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.references .cite_role {
    margin-top: .4em;
    text-align: center;
}
.references .cite_company {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
}
.references .cite_text {
    margin-top: 1.6em;
    font-style: italic;
    white-space: pre-line;
}
.references .col:first-child {
    flex: 1;
}
.references .col:last-child {
    flex: 2;
}

.moto {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.35em;
    padding: 1.5em 0;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 34, 68, .95);
}

.company {
    /*
    background: url(../images/bg-city.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    */
}

.partners {
    padding: 50px 0;
}
.partners .info {
    margin: 1em 0 3em 0;
}
.partners .flex-row {
    justify-content: center;
}
.partners .item {
    flex: 1;
    text-align: center;
}
.partners .section ~ .section {
    margin: 4em 0;
}
.partners img {
    margin-bottom: 1em;
}
.partners h3 {
    text-transform: uppercase;
    font-weight: 200;
}
.partners .phone {
    margin-top: 1em;
}
.partners .email {
    margin-top: .2em;
}
.partners .email a {
    font-weight: 600;
}
.partners .resume {
    margin-top: 1.8em;
}
.partners .resume a {
    display: inline-block;
    font-weight: 100;
    background-color: #002e5c;
    color: #fff;
    padding: .4em .8em;
}
.partners .resume a:hover {
    background-color: #0198d9;
}

.clients {
    padding: 50px 0;
    min-height: 250px;
}
.clients h3, .clients p {
    text-align: center;
}
.clients ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 1.5em;
    font-weight: 600;
    line-height: 1em;
}
.clients ul li {
    display: table-cell;
    padding: 0 .5em;
}
.clients ul li + li {
    border-left: 1px solid #002e5c;
}
.clients ul li:first-child {
    padding-left: 0;
}
.clients ul li:last-child {
    padding-right: 0;
}

.responsibility {
    padding: 50px 0;
    min-height: 400px;
    background: linear-gradient(#fff 80%, #e8e8e8);
}
.responsibility h3 {
    margin-top: 1.2em;
}

.contact {
    padding: 50px 0 0 0;
    color: #fff;
    background-color: rgba(0, 34, 68, .95);
}
.contact .section span {
    background-image: url(../images/pix_white.png);
}
.contact h4 {
    margin-top: 2em;
}
.contact h4, .contact p {
    text-align: center;
}
.contact .address {
    text-align: center;
}
.contact .email {
    margin-top: 1em;
}
.contact .map {
    margin-top: 3em;
}
.contact iframe {
    border:none;
    width: 100%;
    height: 190px;
}
.copy .info {
    font-size: .8em;
    margin: 3em 0;
    text-align: center;
}


.partner {
    margin-top: 90px;
    padding: 50px 0;
}
.partner ~ .partner {
    margin-top: auto;
}
.partner .flex-row {
    justify-content: center;
}
.partner .item {
    flex: 1;
    text-align: left;
}
.partner .item.person {
    max-width: 360px;
    text-align: center;
}
.partner .item.resume {
}
.partner img {
    margin-bottom: 1em;
}
.partner h3 {
    text-transform: uppercase;
    font-weight: 200;
    margin-top: .5em;
}
.partner .phone {
    margin-top: 1em;
}
.partner .email {
    margin-top: .2em;
}
.partner .email a {
    font-weight: 600;
}
.partner .resume {
    margin-top: .5em;
}
.partner .resume h3 {
    margin: 1.5em 0 .5em 0; 
}
.partner .resume ul {
    list-style: circle;
    padding-left: 1.25em;
    margin-bottom: 1em;
}
.partner .resume ul li {
    margin: .2em 0;
}

.partner .resume .section {
    margin-bottom: 1.4em;
}
