@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Crimson Text Regular'), local('CrimsonText-Regular'), url(../fonts/wlp2gwHKFkZgtmSR3NB0oRJfbwhT.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html{
  font-family: 'arial','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,sans-serif;
  font-size: 13pt;
  line-height: 25pt;
  color: #666;
}
a{
  color: #013453;
  text-decoration: none;
}
.clear{
  width: 100%;
  clear: both;
}
.spacer{
  width: 100%;
  height: 50px;
  clear: both;
}
.imgaholder{
  position: relative;
  width: 100%;
  clear: both;
}
.mobileView{
  visibility: hidden;
}
.burger-wrapper {
  cursor: pointer;
}
#meny {
    padding-top: 40px;
    background: #00568a;
    width: 300px;
    height: 100vh;
    position: fixed;
    right: 0;
    transition-timing-function: cubic-bezier(10,2,3,1);
    transform: translateX(300px);
    top: 0;
    z-index: 0;
    transition: 0.5s;
    z-index: 99;
}
#meny li{
  color: #fff;
  list-style: none;
  padding: 5px 0;
}
#meny a{
  text-decoration: none;
}
#menyAvPaa {
    display: none;
}

#menyAvPaa:checked ~ #meny {
    transform: translateX(0rem);
}

#burger {
    position: absolute;
    cursor: pointer;
    width: 2rem;
    height: 28px;
    right: 1rem;
    top: 1rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#burger > div {
    height: 4px;
    background-color: #333;
    transition: 0.5s;
    z-index: 999;
}

#menyAvPaa:checked ~ #burger > div {
  background-color: #fff;
}

#menyAvPaa:checked ~ #burger > div:nth-child(1) {
    transform: translateY(15px) rotate(45deg);
}
#menyAvPaa:checked ~ #burger > div:nth-child(2) {
    opacity: 0;
}
#menyAvPaa:checked ~ #burger > div:nth-child(3) {
    transform: translateY(-15px) rotate(-45deg);
}


header{
  position: absolute;
  left: 0;
  right: 0;
  height: 75px;
  border-bottom: #e1e1e1 1px solid;
}
header .logo{
  position: absolute;
  left: 50%;
  margin-left: -170px;
  width: 340px;
}
.menuHolder{
  position: absolute;
  left: 0;
  right: 0;
  top: 84px;
  height: 50px;
  background-color: #fcfcfc;
  border-bottom: #e1e1e1 1px solid;
  z-index: 99;
  line-height: 1.2em;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.mainNav{
  list-style: none;
  margin: 0 auto;
  margin-top: 13.5px;
  width: 1010px;
  padding-left: 0;
}
.mainNav li{
  display: inline;
  font-size: 10pt;
  font-weight: bold;
  padding: 17.5px;
  color: #666;
  margin: -2px;
  border-left:  #e1e1e1 1px solid;
  transition: all 0.4s;
}
.mainNav li:hover{
  background-color: #e1e1e1;
  border-bottom: #00568a 2px solid;
  padding-bottom: 15.5px;
}
.last{
    border-left:  #e1e1e1 1px solid;
    width: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mainNav a{
  text-decoration: none;
}
.mainHolder{
  position: absolute;
  top: 115px;
  left: 0;
  right: 0;
}
.mainContentHolder{
  max-width: 1010px;
  margin: 0 auto;
}

.logoTitle{
  font-family: 'Crimson Text', serif;
  font-style: normal;
  font-weight: normal;
  color: #00568a;
  font-size: 27pt !important; 
}
.miniCOntentLogo{
  font-family: 'Crimson Text', serif;
  font-style: normal;
  font-weight: normal;
  color: #00568a;
  font-size: 13pt !important; 
}
.contentLogo{
  font-family: 'Crimson Text', serif;
  font-style: normal;
  font-weight: normal;
  color: #00568a;
  font-size: 16pt !important;
}
.contentLogoDiap{
  font-family: 'Crimson Text', serif;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  font-size: 16pt !important;
}


.logoTitle .TitleAnd, .miniCOntentLogo .TitleAnd, .contentLogo .TitleAnd{
  color: #cd1619;
}
b {
  color: #00568a;
}
.temp{
  height: 9000px;
}
h2{
  font-weight: normal;
  font-size: 25pt;
}

.divider{
  width: 100%;
  display: flex;
  padding-top: 30px;
}
.divider .left{
  width: 50%;
  height: 5px;
  background-color: #00568a;
}
.divider .right{
  width: 50%;
  height: 5px;
  background-color: #5fb4e4;
}
.divider .mid{
  width: 50%;
  height: 5px;
  background-color: #2388c2;
}
.contentDivider{
  height: auto !important;
  padding: 20px 50px;
  color: #fff;
}
.contentDivider h4{
  font-size: 17pt;
  font-weight: normal;
  line-height: 0;
}
.buttonHolderDivider{
  margin-top: -35px !important;
}

.formholder{
  margin-top: 50px;
  padding-top: 10px;
  border-top: #e1e1e1 1px solid;
}

form label{
  font-weight: bold;
  width: 100%;
}
form input, form textarea{
  padding:  5px;
  background-color: #fcfcfc;
  border:#e1e1e1 1px solid;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'arial','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,sans-serif;
  font-size: 13pt;
  line-height: 25pt;
  color: #666;
}
form textarea{
  height: 110px;
}
button, .formButton{
  float: right;
  width: auto;
  font-size: 13pt;
  background-color: #00568a;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-bottom: #013453 3px solid;
  border-right: #013453 3px solid;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.4s;
}
button:hover, .formButton:hover{
  background-color: #32739b;
}

.contentDivider button{
  background-color: transparent !important;
  border: #fff 3px solid;
}
.contentDivider button:hover{
  background-color: rgba(255,255,255,0.3) !important;
}

footer{
  background-color: #013453;
  width: 100%;
  margin-top: 110px;
  padding-bottom: 50px;
}
footer .mainContentHolder{
  display: flex;
}
footer .mainContentHolder > div{
  width: 50%;
  color: #fff;
  font-size: 11pt;
  line-height: 20pt;
}
footer .mainContentHolder div h5{
  line-height: 0;
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 13pt;
}
footer .mainContentHolder div a{
  color: #fff;
  text-decoration: none;
}
.copy{
  background-color: #013453;
  width: 100%;
  padding-bottom: 20px;
  color: #fff;
  font-size: 8pt;
}
.copy p{
  margin: 0;
  padding-left: 20px;
}
.copy a{
  color: #fff;
  text-decoration: none;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #013453;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #00568a;
    color: #fff;
}

@media screen and (max-width: 1070px) {
  .mobileView{
    visibility: visible;  
  }
  .menuHolder{
    display: none;
  }
  .mainContentHolder{
    width: auto !important;
    padding: 30px !important;
  }
}
@media screen and (max-width: 800px) {
  .buttonHolderDivider, footer, .copy{
    visibility: hidden;
    display: none;
  }
  .splitMobile{
    display: block !important;
    padding-top: 30px;
  }
  .contentDivider{
    width: auto !important;
  }
}
@media screen and (max-width: 800px) {
  header .logo{
    position: absolute;
    left: 0;
    margin-left: 10px;
    width: 240px;
  }
}

.person{
  width: 100%;
  text-align: center;
}
.profilPhoto{
  height: 150px;
  width: 150px;
  margin: 0 auto;
  border-radius: 200px;
  background-color: #013453;
  background-position: center;
  background-size: cover;
}