*, *: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;
}

.divider {
    margin: .4em; 0
}
.divider hr {
    display: block;
    margin: 0 auto;
    border: none;
    border-bottom: 1px solid #eee;
}

.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 : 300px) {
    .container {
        max-width: 290px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

.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%;
    background-color: #fff;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, .3);
    z-index: 100;
}
.nav .menu {
    min-height: 90px;
    align-items: center;
}
.nav .links {
    display: none;
    position: absolute;
    flex-direction: column;
    top: 90px;
    left: 0; right: 0;
    text-transform: uppercase;
    background-color: #fff;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, .3);
}
.nav .responsive .links {
    display: block;
}
.nav .links li a {
    display: block;
    padding: .4em;
    text-align: center;
}
.board {
    margin-top: 90px;
    padding: 2em 0;
    color: #fff;

    background: url(../images/bg-header-mobi.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}
.board h2 {
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 1.6em;
    margin-bottom: .4em;
}
.board ul {
    margin-top: .5em;
    display: inline-table;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: .4em;
}
.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: .6em;
    font-weight: 600;
}

.vision {
    padding: 2em 0;
    text-align: left;
}
.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: 3em;
}
.themes .item img {
    margin-bottom: 1em;
}
.themes .item h3 {
    text-transform: uppercase;
    min-height: 3em;
}
.themes .item ul {
    list-style-type: disc;
    margin-left: 1.2em;
}

.administration {
    padding: 2em 0;
    background: linear-gradient(#e8e8e8, #fff 20%);

    /*
    background: url(../images/bg-tree-mobi.jpg) ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    */
}
.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: 1.4em;
}
.reference .cite_company {
    margin-top: .4em;
    font-style: italic;
    text-align: right;
}
.reference .link {
    margin-top: 1em;

}

.references {
    margin-top: 90px;
    padding: 50px 0;
}
.references .flex-row {
    flex-direction: column;
}
.references .col:first-child {
    order: 2;
    margin-top: 1.4em;
}
.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-mobi.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    */
}

.partners {
    padding: 2em 0;
}
.partners .info {
    margin: 1em 0 3em 0;
}
.partners .flex-row {
    flex-direction: column;
    justify-content: center;
}
.partners .item {
    flex: 1;
    text-align: center;
}
.partners .section ~ .section {
    margin: 4em 0;
}
.partners .item:not(:first-child):before {
    display: block;
    width: inherit;
    border-bottom: 1px solid #002e5c;
    margin: 40px 15% 30px 15%;
    content: "";
}
.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: 2em 0;
}
.clients .section {
    margin-bottom: 30px;
}
.clients h3, .clients p {
    text-align: center;
}
.clients ul {
    font-weight: 600;
}
.clients ul li {
     text-align: center;
     margin: .2em auto;
}

.responsibility {
    padding: 50px 0;
    min-height: 400px;
    background: linear-gradient(#fff 80%, #e8e8e8);
}
.responsibility h3 {
    margin-top: 1.2em;
}

.contact {
    padding: 2em 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-top: 3em;
    text-align: center;
}


.partner {
    margin-top: 90px;
    padding: 50px 0;
}
.partner ~ .partner {
    margin-top: auto;
}
.partner .flex-row {
    justify-content: center;
    flex-direction: column;
}
.partner .item {
    flex: 1;
    text-align: left;
    max-width: none !important;
}
.partner .item.person {
    text-align: center;
    margin-bottom: 2em;
}
.partner .item.resume {}
.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 img {
    margin-bottom: 1em;
}
.partner h3 {
    text-transform: uppercase;
    font-weight: 200;
}
.partner .phone {
    margin-top: 1em;
}
.partner .email {
    margin-top: .2em;
}
.partner .email a {
    font-weight: 600;
}
.partner .resume {
    margin-top: .8em;
}
.partner .resume .section {
    margin-bottom: 1.4em;
}
