body {
  background-color: #f5f5f5;
  font-family: "Source Sans Pro" !important;
  margin: unset;
}

/* Toolbar */
#toolbar {
  background-color: #044962;
  margin-bottom: unset;
}

#toolbar>div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  place-content: center space-between;
  align-items: center;
  justify-content: space-between;
}

#toolbar>div>div {
  display: flex;
  flex-direction: row;
  place-content: center start;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}

#logo {
  width: 60px;
}

button {
  background-color: unset;
  border: unset;
  color: white;
  padding: 0;
  font-size: 14px;
  padding-right: 24px;
}

button:hover {
  cursor: pointer;
}

#toolbar-title {
  color: white;
  font-weight: 400;
  font-size: 20px;
  padding-left: 16px;
}

/* Fonts */
h1 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
}

h1, h2 {
  font-weight: 600;
}

h2 {
  font-size: 24px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
}

h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}

p {
  line-height: 1.5;
  margin: unset;
}

p + p {
  margin-top: 8px;
}

/* Content */
#content {
  width: 90%;
  max-width: 1340px;
  margin: 20px auto 50px auto;
  background-color: white;
  padding: 10px 15px 30px;
  display: flex;
  flex-direction: row;
  place-content: start space-between;
  flex-wrap: wrap;
}

.image-container {
  margin: auto;
  width: 90%;
}

.image-container img {
  width: 100%;
}

.bildetekst {
  width: 100%;
  font-size: 14px;
  align-content: center;
  font-style: italic;
  text-align: center;
}

#info {
  display: inline-block;
  width: 800px;
}

#help {
  display: inline-block;
  width: 300px;
}

#horizontal-divider {
  display: none;
}

.contact-info {
  font-size: 14px;
}

/* table */
table {
  margin-top: 20px;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

th, td {
  padding: 5px 10px;
}

table tr:nth-child(odd) {
  background-color: #f3f3f3;
}

th {
  background-color: #434343;
  color: white;
  text-align: left;
  font-weight: normal;
}

td + td {
  text-align: center;
}

/* List */
li {
  margin-top: 5px;
}

li button {
  padding: unset;
  color: black;
  font-size: 16px;
  text-decoration: underline;
}

.outer-list li + li {
  margin-top: 10px;
}

.inner-list li + li {
  margin-top: 5px;
}

@media screen and (max-width: 1222px) {
  #horizontal-divider {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #d1d0d0;
    margin: 40px 0 15px;
  }
}
