/* Go crazy with your own styles here */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

html { font-size: 62.5%; } 
body { font-size: 1.4rem; } /* =14px */

@font-face {
    font-family: Nevo;
    src: url('Nevo-Thin.eot'); /* IE9 Compat Modes */
    src: url('Nevo-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Nevo-Thin.woff') format('woff'), /* Modern Browsers */
         url('Nevo-Thin.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('Nevo-Thin.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: Nevo;
    font-weight: bold;
    src: url('Nevo-SemiBold.eot'); /* IE9 Compat Modes */
    src: url('Nevo-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Nevo-SemiBold.woff') format('woff'), /* Modern Browsers */
         url('Nevo-SemiBold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('Nevo-SemiBold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

* {
    font-family: Nevo;
}

.arrow-down-1:after {
    content: '▲';
    position: absolute;
    top: 100%;
    transform: scaleX(3.5);
    color: rgba(0, 50, 74, 1);
    text-shadow: 0 -4px 4px rgba(0,0,0,0.2);
    font-size: 5rem;
    transform: rotate(180deg) scale(2,1);
    z-index: 10;
    left: 80px;
    line-height: 3.8rem;
}

h1 {
font-size: 1.5rem;
}

blockquote {
font-style: italic;
}

h2 {
font-size: 1.3rem;
}

h3 {
font-size: 1.2rem;
}

h5 {
font-size: 1rem; font-weight: 100;
}

p {
	    font-size: 1.7rem;
    line-height: 2.4rem;
}

a {
	color:#00324a;
}

.blue a {
	color:#ffffff;
}

a:-webkit-any-link {
    text-decoration:none;
}

a:hover {
    opacity:0.75;
    text-decoration:none;
}

a:hover img {
    opacity:initial;
}

.portal-table thead {
	border-bottom: 1px solid #00324a;
	font-size: 1.5em;
	padding-bottom: 20px;
}

.portal-table thead th {
	padding:5px;
	padding-bottom: 20px;
}

.portal-table thead th:nth-child(1) {
	padding-left:20px
}

.portal-table thead th:nth-child(4) {
	padding-right:20px;
	text-align: right;
}

.portal-table tbody td {
	width:14%;
	padding:5px;
	border-bottom: 1px solid #00324a;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 1.1em;
}

.portal-table tbody tr td:nth-child(1) {
	padding-left:20px;
	width:62%;
}

.portal-table tbody tr td:nth-child(4) {
	padding-right:20px;
	text-align: right;
}

.portal-table tbody tr:hover {
	background-color: #f2f5f6;
	cursor: pointer;
}

.header, #Header{
    font-size:7.0rem;
	line-height:9rem;
}

.header2, #Header2{
    font-size:4.0rem;
	    line-height: 5.2rem;
}

.header3, #Header3{
    font-size:3.0rem;
	line-height:3.6rem;
}

.header4, #Header4 {
    font-size:2.4rem;
	display:block;
	margin-top:23px;
}


.paragraph, #Paragraph{
     font-size:1.7rem;
}

.readmore, #Readmore{
    font-size:1.8rem;
}

.readmore:before, #Readmore:before {
    content: '\203A';
    visibility: visible;
    padding: 5px;
    font-size: 2.4rem;
}

.language-selector:after {
    content: '\203A';
    visibility: visible;
    padding: 5px;
    font-size: 1.8rem;
}
 #languages {
	position: absolute;
	padding: 10px;
    background-color: white;
	bottom: 0;
    min-width: 60%;
	 border:1px solid rgba(0, 50, 74, 1);
 }

#languages a {
	display:block;
	color: rgba(0, 50, 74, 1);
	padding:8px;
}

.technical{
    width: 80%;
    min-width:260px;
    display: inline-block;
    font-size:1.8rem;
    white-space: nowrap;
}
.technical-value{
    font-size:1.4rem;
    display:-webkit-inline-box;
    padding-bottom:10px;
}

.bread {
    position: absolute;
    right: 110px;
    top: 0;
    z-index: 10;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size:18px;
    white-space: nowrap;
}

.float-left {
    float:left;
}

.float-right {
    float:right;
}

.nav {
    position: relative;
    float: right;
    top: 0;
    background-color: #00324a;
    z-index: 10;
    width: 25vw;
    min-width:400px;
}

/*.nav .selected a:before {
    content: '\203A';
    visibility: visible;
    padding: 5px;
    font-size: 2.4rem;
}*/

.top-logo {
    position:absolute;
    left:-15px;
    top:20px;
    z-index:10;
}

.top-logo img {
    height: 80px;
}



.nav ul {
     list-style-type: none;
     padding:80px 30px 80px 30px;
}

.nav li {
    text-align:right;
    font-size:21px;
	line-height:38px;
    text-decoration:none;
}

.nav li a {
    color:#fff;
}

.nav li a:hover {
    color:#fff;
	opacity: 0.75;
}

.nav .selected a {
    color: #a5b0b7;
	opacity:1.0;
}

.nav ul ul {
    padding:0px 0 10px;
}

.nav ul ul li{
    font-size:16px;
	line-height:26px;
}

.nav > .row {
	margin-left:0;
	background-color: #124057;
}

.logoutbutton { 
	position: fixed;
    z-index:100;
	top: 20px;
    right: 62px;
    height: 60px;
	background-color: rgba(0, 50, 74, 1);
	border:none;
	color:white;
	padding: 0 5px;
	min-width: 60px;
}

.menu  {
    position: fixed;
    width: 60px;
    height: 60px;
    z-index: 100;
    right: 0;
    top: 20px;
    text-align: center;
    vertical-align: middle;
}

.menu .button {
    font-size:40px;
    line-height: 60px;
}

.menu img {
      width:60px;
    height:60px;
}

.menu .menu-hamburger {
    display:none;
  
}

.menu .menu-close {
    display:initial;
   
}

.menu div {
	position: relative;
    z-index: 12;
}

.menu .collapsed .menu-hamburger {
    display:initial;
}

.menu .collapsed .menu-close {
    display:none;
}

.menu-master {
	font-size:1.5rem;
	background-color: #124057;
	padding-top:24px;
}

.menu-master:last-of-type {
	padding-bottom:28px;
}

.menu-master a
{
	color:#fff;
}

.menu-master.selected a
{
    color:#adb7bd;
}

.menu-master a:hover
{
	color:#fff;
	opacity: 0.75;
}

footer {
    background-color:#00324a;
    color:white;
    font-size:14px;
}

footer .block {
    max-height:360px;
    padding:50px;
    padding-top:80px;
}

footer .block.text {
    padding-top:80px;
    padding-bottom:120px;
}

footer a, footer a:hover, footer a:visited, footer a:active {
    text-decoration:none;
    color: white;
}

footer .logo {
    width:180px;
	    top: -28px;
    position: relative;
}

/*.block {
    padding:50px;

}*/

.content-block {
    height:100%;
    color:#00324a;
    padding: 0;
}

.content-block>div {
    height:100%;
    min-height:360px;
	display: flex;
}

.content-block,
.content-block>div {
    background-position:center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content-block>div[onclick]:hover {
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer
}

.forside>.col-md-4.content-block>div {
    height:100%;
    min-height:100px;
}

.richtexteditor {
    padding:80px;
    width: 100%;
}

.richtexteditor ul li {
    font-size:1.8rem;
    line-height:3rem;
    padding-left:1.0rem;
}

.top-padding {
    padding-top:200px;
}

.container {
	width: 100%;
}

.container-big-block {
    background-position:center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*@media (min-width: 992px) {
.container-big-block {
    background-position:center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
}*/

.image > img{
    width:100%;
}

.forside {
    min-height:100vh;
}

.forside>.col-md-12 {
    height:75vh;
}

.forside>.col-md-4 {
    height:200px;
}

.forside .col-md-4 .richtexteditor {
	padding:0;
}

.forside>.col-md-4 .image img {
	height:200px;
	max-width:100%;
}

.forside>.content-block>div{
     display: flex;
    vertical-align: top;
    justify-content: center;
}

.forside>.content-block >div {
    align-items: center
}

.template2 .richtexteditor {
    padding-right: 125px;
}

.template4>.col-md-12 {
    height:75vh;
}

.template4>.col-md-4 {
    min-height:25vh;
}

.template4>.col-md-4 .richtexteditor {
    padding:45px;
}

.templatejob>.content-block>div {
    min-height:360px;
    align-items: center;
}

.templatejob img {
    max-width: 100%;
    max-height: 100%;
}

.templatejob .column {
    padding-right: 0;
    padding-left: 0;
}

.white {
    color: #00324a;
}

.blue {
    color: #ffffff;
}

.blue.opa100 {
    background-color:rgba(0, 50, 74, 1);
}

.blue.opa90 {
    background-color:rgba(0, 50, 74, 0.9);
}

.blue.opa80 {
    background-color:rgba(0, 50, 74, 0.8);
}

.blue.opa70 {
    background-color:rgba(0, 50, 74, 0.7);
}

.blue.opa60 {
    background-color:rgba(0, 50, 74, 0.6);
}

.blue.opa50 {
    background-color:rgba(0, 50, 74, 0.5);
}

.blue.opa40 {
    background-color:rgba(0, 50, 74, 0.4);
}

.blue.opa30 {
    background-color:rgba(0, 50, 74, 0.3);
}

.blue.opa20 {
    background-color:rgba(0, 50, 74, 0.21);
}

.blue.opa10 {
    background-color:rgba(0, 50, 74, 0.1);
}

.white.opa100 {
    background-color:rgba(255, 255, 255, 1);
}

.white.opa90 {
    background-color:rgba(255, 250, 255, 0.9);
}

.white.opa80 {
    background-color:rgba(255, 250, 255, 0.8);
}

.white.opa70 {
    background-color:rgba(255, 250, 255, 0.7);
}

.white.opa60 {
    background-color:rgba(255, 250, 255, 0.6);
}

.white.opa50 {
    background-color:rgba(255, 250, 255, 0.5);
}

.white.opa40 {
    background-color:rgba(255, 250, 255, 0.4);
}

.white.opa30 {
    background-color:rgba(255, 255, 255, 0.3);
}

.white.opa20 {
    background-color:rgba(255, 255, 255, 0.21);
}

.white.opa10 {
    background-color:rgba(255, 255, 255, 0.1);
}

.history .content-block {
    height:initial;
}

.history  .history-mobile .richtexteditor {
	padding-right:33%;
}

.history-year {
    padding:0;
    width:150px;
}

.history-year .top {
    background-color: rgba(0, 50, 74, 0.85);
    height:40px;
}

.history-year .exxes {
    background-color: rgba(0, 50, 74, 0.85);
    position: absolute;
    top: 290px;
    bottom: 0px;
    width: 100%;
}

.year-text {
    display:none;
}

svg {
  width: 100%;
      min-height: 250px;
}
svg text {
  text-anchor: middle;
}
svg .alpha {
  fill: white;
}
svg #title {
  letter-spacing: -2px;
  font-size: 6em;
  font-weight: 800;
}
svg #base1 {
  fill: rgba(0, 50, 74, 0.85);
  -webkit-mask: url(#mask1);
          mask: url(#mask1);
}
svg #base2 {
  fill: rgba(0, 50, 74, 0.85);
  -webkit-mask: url(#mask2);
          mask: url(#mask2);
}
svg #base3 {
  fill: rgba(0, 50, 74, 0.85);
  -webkit-mask: url(#mask3);
          mask: url(#mask3);
}
svg #base4 {
  fill: rgba(0, 50, 74, 0.85);
  -webkit-mask: url(#mask4);
          mask: url(#mask4);
}
svg #base5 {
  fill: rgba(0, 50, 74, 0.85);
  -webkit-mask: url(#mask5);
          mask: url(#mask5);
}
svg #base6 {
  fill: rgba(0, 50, 74, 0.85);
  -webkit-mask: url(#mask6);
          mask: url(#mask6);
}
svg #base7 {
  fill: rgba(0, 50, 74, 0.85);
  -webkit-mask: url(#mask7);
          mask: url(#mask7);
}
svg #base8 {
  fill: rgba(0, 50, 74, 0.85);
  -webkit-mask: url(#mask8);
          mask: url(#mask8);
}
svg #base9 {
  fill: rgba(0, 50, 74, 0.85);
  -webkit-mask: url(#mask9);
          mask: url(#mask9);
}
svg #base10 {
  fill: rgba(0, 50, 74, 0.85);
  -webkit-mask: url(#mask10);
          mask: url(#mask10);
}
svg #base11 {
  fill: rgba(0, 50, 74, 0.85);
  -webkit-mask: url(#mask11);
          mask: url(#mask11);
}
svg #base12 {
  fill: rgba(0, 50, 74, 0.85);
  -webkit-mask: url(#mask12);
          mask: url(#mask12);
}
svg #base13 {
  fill: rgba(0, 50, 74, 0.85);
  -webkit-mask: url(#mask13);
          mask: url(#mask13);
}
svg #base14 {
  fill: rgba(0, 50, 74, 0.85);
  -webkit-mask: url(#mask14);
          mask: url(#mask14);
}
svg #base15 {
  fill: rgba(0, 50, 74, 0.85);
  -webkit-mask: url(#mask15);
          mask: url(#mask15);
}
svg #base16 {
  fill: rgba(0, 50, 74, 0.85);
  -webkit-mask: url(#mask16);
          mask: url(#mask16);
}
svg #base1 7{
  fill: rgba(0, 50, 74, 0.85);
  -webkit-mask: url(#mask17);
          mask: url(#mask17);
}
svg #base18 {
  fill: rgba(0, 50, 74, 0.85);
  -webkit-mask: url(#mask18);
          mask: url(#mask18);
}
svg #base19 {
  fill: rgba(0, 50, 74, 0.85);
  -webkit-mask: url(#mask19);
          mask: url(#mask19);
}
svg #base20 {
  fill: rgba(0, 50, 74, 0.85);
  -webkit-mask: url(#mask20);
          mask: url(#mask20);
}
.videopicker {
        width: 100%;
    font-size:4.0rem;
    text-align: center;
	font-weight: bold;
}

.videopicker div {
    top: 50%;
    position: relative;
    margin-top: -50px;
}

.videopicker img {
	width:100px;
	padding-bottom: 33px;
}

.videopicker a {
        text-decoration:none;
}

.videopicker a:hover {
    opacity:0.6;
}

.job {
    min-height:1080px;
}

.job>div{
    position: absolute;
    align-items: flex-end;
        width: 100%;
}

.qoute {
    align-items: flex-end;
    padding-bottom: 25%;
    display: flex;
    vertical-align: top;
    justify-content: center;
}

.social-icons {
    margin-bottom: 28px;
}


.social-icons img{
    width:30px;
	margin-right: 4px;
}

.first-padding-top .content-block:first-child > div > .richtexteditor {
    padding-top:160px;
}

.align-item-center,
.content-block >div.align-item-cente {
    align-items:center;
}

.align-item-top,
.content-block >div.align-item-top {
    align-items:flex-start;
}

.align-item-bottom,
.content-block >div.align-item-bottom {
    align-items:flex-end;
}

.histoty-white-bg {
    position: absolute;
    right: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 100%);

}

.padding-block {
	width: 50%;
    display: -webkit-inline-box;
}

.richtexteditor p:last-of-type {
    margin-bottom: auto;
}

.login-box {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	font-size:1.3em;
	margin-top:100px;
	color: white;
}

.login-box-inner {
	width:524px;
	height: 393px;
}

.login-box-inner .top {
	padding: 40px;
	height: 326px;
	
}

.login-box-inner .bottom {
	position:relative;
	color:white;
}
.login-box-inner .bottom:after {
	content: '\203A';
	position: absolute;
    right: 40px;
    top: 9px;
	font-size: 1.7em;
	pointer-events: none;
}

.login-box-inner .bottom button{
	background-color:transparent;
	border: none;
	width: 100%;
	height:67px;
	text-align: left;
	font-weight: bold;
	padding-left: 38px;
}

.login-box-inner legend {
	text-align:center;
	color:white;
	border-bottom: none;
	font-weight: bold;
	font-size: 1.7em;
}

.login-box-inner input {
	background-color: transparent;
	border:none;
	color:white;
	border-bottom: 1px solid white;
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:30px;
	
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 250, 255, 0.8);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 250, 255, 0.8);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 250, 255, 0.8);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 250, 255, 0.8);
}

@-webkit-keyframes autofill {
    to {
        color: rgba(255, 250, 255, 0.8);
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
