  body {
  background-color: #fafafa;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  font-size: 17px;
}

@keyframes bounce {
  0% {
    transform: translate(-50%, 20%);
  }
  100% {
    transform: translate(-50%, 50%);
  }
}

.arrow {
  background: #000c2e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 90;
  font-size: 1.5rem;
  line-height: 1;
  padding-top: 5px;
  animation-name: bounce;
  animation-direction: alternate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  margin-top: -60px;
}

.home .depicter h1,
.home .depicter h2,
#header .site-logo {
  font-family: "KBH", sans-serif;
}

body.admin-bar {
  margin-top: -32px;
  padding-top: 32px;
}

.skip-link {
  background: #fff;
  color: #333;
  top: 0;
  left: 0;
  padding: 10px 15px;
  position: absolute;
  transform: translateY(-200%);
  transition: transform 300ms;
  text-decoration: none;
}
body.admin-bar .skip-link {
  top: 32px;
}
.skip-link:focus {
  transform: translateY(0%);
}

#header {
  white-space: nowrap;
}

#header .menu-toggle {
  display: none;
}

#header,
#header #nav ul {
  background-color: rgb(00, 12, 46);
  color: #fafafa;
}

#header ul,
#header ul li,
#header ul li a {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

#header ul {
  display: flex;
  flex-direction: row;
}

#header a {
  text-decoration: none;
  color: inherit;
  transition: all 300ms;
}
#header li {
  transition: all 300ms;
}

/* #header a:hover,
#header a:focus {
  text-decoration: underline;
} */

#header #top {
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 0.9rem;
}

#header #top nav li a {
  display: block;
  padding: 0 15px;
  line-height: 40px;
}

#header #top nav li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#header #top li.platform a {
  background-color: rgba(255, 255, 255, 0.05);
}
#header #top li.platform a {
  padding-left: 20px;
  padding-right: 20px;
}
#header #menu-item-205 {
  margin-right: 10px;
}
#header #top li a[href*="//"]:not([href*="escph.dk"])::after
{
  content: "\F1C5";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* vertical-align: -0.125em; */
  -webkit-font-smoothing: antialiased;
  margin-left: 5px;
  font-size: 0.8rem;
}
img {
  max-width: 100%;
  height: auto;
}

#header #nav ul.menu {
  gap: 15px;
}

#header #nav ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#header #nav ul.menu > li {
  padding: 25px 0;
}
#header #nav ul li a {
  padding: 5px;
  display: block;
}
#header #nav ul.menu > li > a {
  border-bottom: 2px transparent solid;
  margin-top: 2px;
  font-size: 1.1rem;
}
#header #nav ul.menu > li:last-child > a {
  background-color: #fefefe;
  color: rgb(28, 40, 82);
  padding: 10px 20px;
  margin-left: 1rem;
}
#header #nav ul.menu > li:last-child > a:hover {
  background-color: #fff;
}
#header #nav ul.menu > li:hover > a,
#header #nav ul.menu > li.current-menu-ancestor > a,
#header #nav ul.menu > li.current-menu-parent > a,
#header #nav ul.menu > li.current-menu-item > a,
#header #nav ul.menu > li.current-page-ancestor > a,
#header #nav ul.menu > li.current-page-parent > a,
#header #nav ul.menu > li.current_page_ancestor > a,
#header #nav ul.menu > li.current_page_item > a,
#header #nav ul.menu > li.current_page_parent > a {
  border-color: #fff;
}

#header #nav ul li ul li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#header #nav ul li ul {
  position: absolute;
  z-index: 999;
  flex-direction: column;
  visibility: hidden;
  /* opacity: 0;
  pointer-events: none; */
  display: none;
  top: 100%;
  left: 0;
  gap: 0;
  padding: 5px;
}
#header #nav ul li ul li a {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}
#header #nav ul li ul li ul {
  top: 0;
  left: 100%;
}
#header #nav ul li ul.left {
  left: auto;
  right: 0;
}
#header #nav ul li ul li ul.left {
  left: auto;
  right: 100%;
}

#header #nav ul li:hover > ul,
#header #nav ul li.open > ul {
  /* opacity: 1;
  pointer-events: all; */
  display: block;
  visibility: visible;
  transition: opacity 300ms;
}

#header #nav ul li button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 2px;
  overflow: hidden;
  transform: rotate(0deg);
  transform-origin: 8px 12px;
  transition: transform 300ms;
  margin-top: -4px;
}

#header #nav ul li.open > button,
#header #nav ul li:hover > button {
  transform: rotate(180deg);
}

#header #nav ul li ul li > button {
  transform: rotate(-90deg);
}

#header #nav ul li ul li.open > button,
#header #nav ul li ul li:hover > button {
  transform: rotate(90deg);
}

#header .site-logo {
  font-size: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#header .site-logo img {
  height: 64px;
  margin-right: 10px;
}

#search input,
#search button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  font: inherit;
  color: inherit;
  height: 40px;
  line-height: 1;
  padding: 0 15px;
  border-radius: 0;
}
#search input {
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 300ms;
  width: 200px;
}
#search input::-webkit-input-placeholder {
  color: #ccc;
}
#search input:focus {
  background-color: rgba(255, 255, 255, 0.2);
  width: 300px;
}
#search button {
  background-color: rgba(255, 255, 255, 0.2);
}
#search button:hover,
#search button:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

#main {
  flex: 1;
}

#intro {
  border-bottom: 5px #000c2e solid;
}

#intro img.fit {
  display: block;
  width: 100%;
  max-height: 50vh;
  min-height: 200px;
  object-fit: cover;
  object-position: center;
}

#intro #featured {
  position: relative;
  padding-bottom: 25%;
  overflow: hidden;
}

#intro #featured .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

#intro #featured .image .container {
  position: relative;
  height: 100%;
}

#intro #featured .image .container .box {
  background-color: rgba(00, 12, 46, 0.95);
  color: #fff;
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 60px;
  max-width: 50%;
}
#intro #featured .image .container .box h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 15px;
}

.updated {
  margin-top: 15px;
  font-size: 0.8rem;
  font-style: italic;
}

#cta {
  color: #eee;
  padding: 45px 0;
}

#footer {
  color: #fafafa;
  background-color: rgb(00, 12, 46);
  font-size: 0.95rem;
}

#footer section:first-child {
  flex: 1.3;
  margin-right: 60px;
}

#footer a {
  color: inherit;
}

#footer a:hover {
  text-decoration: none;
}

#footer li {
  margin-bottom: 10px;
}

#footer ul {
  padding-left: 1.5rem;
}

#footer .bi {
  font-size: 1.5rem;
}

#footer .footer {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: rgba(0, 0, 0, 0.2);
}

#copyright {
  font-size: 0.9rem;
  color: #ccc;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  text-align: center;
}

#footer .footer h4 {
  margin-bottom: 40px;
  position: relative;
}

#footer .footer h4::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: -20px;
  left: 0;
}
/* 
#content {
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: 100%;
}

#content > * {
  flex: 1;
}

#content #sidebar {
  flex: 0 0 400px;
  padding-top: 30px;
} */

#notfound {
  text-align: center;
  padding: 60px;
  max-width: 500px;
  margin: 0 auto;
}

#notfound h1 {
  font-size: 4rem;
}

#breadcrumbs {
  font-size: 0.8rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* #sidebar {
  padding-top: 30px;
} */

#sidebar .card-border {
  border-left: 3px solid rgb(96, 101, 119);
}

#sidebar ul,
#sidebar ul li,
#sidebar ul li a {
  margin: 0;
  padding: 0;
  list-style-type: disc;
  text-decoration: none;
  list-style-type: none;
}
#sidebar ul li a {
  display: block;
  padding: 5px 15px;
  transition: all 300ms;
  border-bottom: 1px #eee solid;
  position: relative;
}
#sidebar .card-body > ul > li:last-child a,
#sidebar ul.menu > li:last-child a {
  border: 0;
}
#sidebar ul li a::before {
  content: "";
  display: inline-block;
  /* position: absolute; */
  /* top: 50%; */
  /* left: 0px; */
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: rgb(50, 50, 50);
  /* border-top: 5px transparent solid;
  border-bottom: 5px transparent solid;
  border-left: 5px rgba(00, 12, 46) solid; */
  margin-right: 13px;
  margin-bottom: 3px;
  /* transform: translateY(-50%); */
}

#sidebar ul li a:hover {
  background-color: rgba(00, 12, 46, 0.07);
}

#sidebar ul li ul li a {
  padding-left: 30px;
}

#sidebar ul.menu > li > ul.sub-menu {
  display: none;
}
#sidebar ul.menu > li.current-menu-item > ul.sub-menu,
#sidebar ul.menu > li.current-menu-ancestor > ul.sub-menu,
#sidebar ul.menu > li.current-menu-parent > ul.sub-menu,
#sidebar ul.menu > li.current-page-ancestor > ul.sub-menu,
#sidebar ul.menu > li.current-page-parent > ul.sub-menu,
#sidebar ul.menu > li.current_page_item > ul.sub-menu,
#sidebar ul.menu > li.current_page_ancestor > ul.sub-menu,
#sidebar ul.menu > li.current_page_parent > ul.sub-menu {
  display: block;
}

/* #sidebar ul.menu > li {
  display: none;
} */

/* #sidebar ul.menu > li > a {
  font-size: 2rem;
  text-decoration: none;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 20px;
} */

/* #sidebar ul > li.current-menu-ancestor,
#sidebar ul > li.current-menu-parent,
#sidebar ul > li.current-menu-item,
#sidebar ul > li.current-page-ancestor,
#sidebar ul > li.current-page-parent,
#sidebar ul > li.current_page_ancestor,
#sidebar ul > li.current_page_item,
#sidebar ul > li.current_page_parent {
  display: block;
} */

#sidebar ul li.current-menu-item > a,
#sidebar ul li.current_page_item > a {
  background-color: rgba(0, 12, 46, 0.07);
  /* color: #fff; */
}

/* #sidebar ul li.current-menu-item > a::before,
#sidebar ul li.current_page_item > a::before {
  background-color: #fff;
} */

.boxes {
  width: 100%;
  display: flex;
  flex-direction: row;
  /* border-width: 3px 0;
  border-color: rgb(00, 12, 46);
  border-style: solid; */
}

.boxes .left,
.boxes .right {
  flex: 1 0;
  padding: 90px;
}

.boxes .left {
  background-color: #edeae1;
}

.boxes .right {
  background-size: cover;
  background-position: center;
}

.front1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 120px 0;
  gap: 120px;
}

.front1 .left,
.front1 .right {
  flex: 1 0;
}

.front1 .max {
  max-width: 500px;
}

.front1 .left {
  display: flex;
  justify-content: flex-end;
}

.front1 .box {
  display: inline-block;
  position: relative;
}
.front1 .box::before {
  content: "";
  position: absolute;
  top: -50px;
  right: 50px;
  bottom: -50px;
  left: -50px;
  border: 15px rgb(137, 141, 119) solid;
}
.front1 img {
  width: 500px;
  height: 300px;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 10;
}

.front-news {
  background-color: #f5f5f5;
  padding-top: 90px;
  padding-bottom: 90px;
}

.home .depicter {
  border-bottom: 5px #000c2e solid;
}

#footer .btn {
  background-color: #041f6a;
  border-color: #041f6a;
  padding-left: 15px;
  padding-right: 15px;
}

#footer .btn:hover,
#footer .btn:focus {
  background-color: #07277e;
  border-color: #07277e;
}
