﻿body {
  padding: 0;
  margin: 0;
  font-family: Questrial, Helvetica, sans-serif;
  font-display: swap;
}
.page {
  position: relative;
  background-color: #F5F5F5;
}
.fixed {
  position: fixed;
  top: 140px;
  height: 70px;
  z-index: 200;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 150px;
  background-color: #222;
  font-family: Raleway, sans-serif;
}
.header .name {
  margin-left: 10%;
  padding-top: 60px;
  color: #F5F5F5;
  font-size: 58px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.punchline {
  position: relative;
  width: 100%;
  min-height: 150px;
  margin-top: 150px;
  height: auto;
  background-color: #222;
}
.punchline h1 {
  max-width: 600px;
  margin: 0;
  padding: 0;
  margin-left: 14%;
  margin-right: 20%;
  font-size: 16px;
  font-weight: 100;
  color: #F5F5F5;
  line-height: 24px;
}
.stickerArea {
  height: 30px;
  background-color: #222;
  width: 100%;
}
.stickerArea .sticker {
  margin-left: 10%;
  height: 40px;
}
.stickerArea .sticker .stickerBox {
  z-index: 300;
  background-color: #f06100;
  float: left;
}
.stickerArea .sticker .stickerBox span {
  font-family: Raleway, sans-serif;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 30px 15px 30px;
  margin: 0;
}
.arrowBox {
  position: relative;
  background: #f06100;
}
.arrowBox:after {
  top: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(240, 97, 0, 0);
  border-top-color: #f06100;
  border-width: 12px;
  margin-left: -12px;
}
.content {
  padding-top: 60px;
  margin-left: 10%;
  max-width: 600px;
  float: left;
}
.content p {
  line-height: 1.2em;
}
.content .section {
  margin-bottom: 30px;
}
.content .section .sectionHeader {
  width: 100%;
}
.content .section .sectionHeader .sectionBox h2 {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  color: #e45600;
  margin-bottom: 10px;
}
.content .section .sectionHeader .levels {
  padding-bottom: 12px;
}
.content .section .sectionContent ul {
  padding-left: 20px;
}
.content .section .sectionContent ul li {
  color: #f06100;
  padding-bottom: 20px;
}
.content .section .sectionContent ul li .listHeaderYear {
  float: left;
  padding-right: 10px;
  font-weight: bold;
  color: #222;
}
.content .section .sectionContent ul li .listHeader {
  color: #222;
}
.content .section .sectionContent ul li .listContent {
  color: #222;
}
.content .section .sectionContent ul.referenceList {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  list-style: none;
}
.content .section .sectionContent ul.referenceList li {
  margin: 0;
  padding: 0;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: block;
  float: left;
  text-align: center;
}
.content .section .sectionContent ul.referenceList li .referenceHeader {
  background-color: #333;
  color: #F5F5F5;
  padding-top: 5px;
  padding-bottom: 5px;
}
.content .section .sectionContent ul.referenceList li .referenceContent {
  height: 120px;
  border-top: 1px solid #f06100;
  border-bottom: 1px solid #f06100;
  background-color: #fff;
  position: relative;
}
.content .section .sectionContent ul.referenceList li .referenceContent img {
  max-width: 50%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.content .section .sectionContent table {
  width: 100%;
}
.content .section .sectionContent table tr th {
  background-color: #333;
  color: #F5F5F5;
  padding: 4px;
  font-weight: normal;
}
.content .section .sectionContent table tr .emne {
  text-align: left;
}
.content .section .sectionContent table tr td {
  padding: 4px;
}
.content .section .sectionContent table tr .tableLevel,
.content .section .sectionContent table tr .tableLastYear,
.content .section .sectionContent table tr .tableFirstYear {
  text-align: center;
}
.content .section .sectionContent table tr:nth-child(even) td {
  background-color: #ddd;
}
.content .section .sectionContent table tr:nth-child(odd) td {
  background-color: #eee;
}
.content .workSection .sectionContent ul li .listHeaderYear {
  padding-bottom: 5px;
}
.content .workSection .sectionContent ul li .listHeader {
  font-weight: bold;
  padding-bottom: 5px;
}
.contentSticky {
  padding-top: 110px !important;
}
.clearfloat {
  clear: both;
}
.rightSide {
  float: left;
}
.rightSide .stickyRail {
  position: fixed;
  top: 60px;
}
.rightSide .sideContent {
  margin-top: 100px;
  margin-left: 40px;
  max-width: 300px;
}
.rightSide .sideContent .profilePicture {
  text-align: center;
}
.rightSide .sideContent .profilePicture img {
  width: 250px;
}
.rightSide .sideContent .highlights {
  padding-top: 5px;
}
.rightSide .sideContent .highlights a {
  text-decoration: none;
  color: #000;
}
.rightSide .sideContent .highlights a:hover {
  text-decoration: underline;
}
.rightSide .sideContent .highlights .contactInformation {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
  margin-left: 40px;
  margin-right: 30px;
  padding-top: 5px;
}
.rightSide .sideContent .highlights .contactInformation .contactinfo {
  height: 20px;
  padding-bottom: 5px;
}
.rightSide .sideContent .highlights .contactInformation .contactinfo .contactContent {
  padding-left: 10px;
  padding-top: 3px;
  float: left;
}
.rightSide .sideContent .highlights .contactInformation img {
  float: left;
  width: 20px;
}
.rightSide .sideContent .highlights .highlight {
  padding-top: 10px;
  padding-left: 40px;
}
.rightSide .sideContent .highlights .cvlink a {
  color: #f06100;
  text-decoration: underline;
}
.rightSide .afterStickyContent {
  margin-top: 150px;
}
.footer {
  margin-top: 40px;
  height: 40px;
  width: 100%;
  background-color: #222;
  color: #ccc;
  font-size: 12px;
  padding-top: 25px;
  z-index: 500;
  position: relative;
}
.footer .footerContent {
  margin-left: 10%;
}