/* ns-hugo-imp:/home/sort/Udvikling/x1/themes/x/assets/css/components/header.css */
header {
  border-bottom: 0px solid #222;
  margin-bottom: 0.75rem;
  padding-bottom: 0rem;
}
header .bldbig {
  font-size: 3rem;
  font-weight: 800;
  padding: 0;
  margin: 0;
}

/* ns-hugo-imp:/home/sort/Udvikling/x1/themes/x/assets/css/components/footer.css */
footer {
  border-top: 0px solid #222;
  margin-top: 2rem;
  font-size: 0.80rem;
}
.card {
  color: #fff;
  font-size: 0.8rem;
  background-color: #8093a4;
  padding: 1rem;
  border-radius: 5px;
}

/* ns-hugo-imp:/home/sort/Udvikling/x1/themes/x/assets/css/components/columns.css */
.row {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.row > * {
  margin-top: 1rem;
  border-radius: 5px;
}
.col {
  flex: 50%;
  margin-right: 1rem;
}
.col.lft {
}

/* ns-hugo-imp:/home/sort/Udvikling/x1/themes/x/assets/css/components/menu.css */
#toggle {
  display: none;
}
.togglebtn {
  color: #8093a4;
  background-color: #fff;
}
.menu {
  border: 0px solid red;
  display: flex;
  flex-direction: row;
  float: right;
}
.menu div {
  text-align: center;
  padding: .5rem;
  margin-left: .8rem;
  background-color: #8093a4;
  border-radius: 5px;
  width: 5rem;
}
.menu a {
  text-align: center;
  color: #fff;
}
.vis {
  display: none;
}
.bof:before {
  font-family: "FontAwesome";
  content: "\f0c9";
  color: #8093a4;
  font-size: 1.2rem;
}

/* ns-hugo-imp:/home/sort/Udvikling/x1/themes/x/assets/css/components/responsive.css */
@media screen and (max-width: 992px) {
  .row {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  header h1 {
    font-size: 1.5rem;
  }
  .logo {
    width: 6rem;
  }
  header .bldbig {
    font-size: 1.6rem;
    font-weight: 800;
    padding: 0;
    margin: 0;
  }
  .vis {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .row {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .logo {
    width: 5rem;
  }
  header .bldbig {
    font-size: 1.5rem;
    font-weight: 800;
    padding: 0;
    margin: 0;
  }
  header h1 {
    font-size: 0.9rem;
  }
  .menu {
    flex-direction: column;
    width: 6rem;
    font-size: 0.7rem;
    display: none;
  }
  .menu div {
    font-family: sans-serif;
    border: 0px solid white;
    margin-bottom: 3px;
    display: block;
  }
  .vis {
    display: block;
  }
  #toggle:checked ~ .menu {
    margin-right: -4px;
    font-family: "FontAwesome";
    display: block;
  }
  #toggle:checked ~ .bof {
    font-size: 0.4rem;
    content: "\f00d";
    border: 0px solid blue;
  }
}

/* <stdin> */
body {
  color: #222;
  font-family: sans-serif;
  line-height: 1.5;
  padding: 0px 10px 0px 10px;
}
.cntr {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 0px;
}
a {
  color: #00e;
  text-decoration: none;
}
nav {
  font-family: sans-serif;
}
summary {
  list-style-type: none;
  cursor: pointer;
}
.lft {
  float: left;
}
.rgt {
  float: right;
}
.ptr {
  cursor: pointer;
}
.w40pct {
  width: 40%;
}
.w50pct {
  width: 50%;
}
.w60pct {
  width: 60%;
}
.w75pct {
  width: 75%;
}
.hdtitle {
  width: 100%%;
}
.pad1 {
  padding: 1rem;
}
.padL2 {
  padding-left: 2rem;
}
.padR2 {
  padding-right: 2rem;
}
.mLft2 {
  margin-left: 2rem;
}
.mRgt2 {
  margin-right: 2rem;
}
.mbot1 {
  margin-bottom: 1rem;
}
.mbot2 {
  margin-bottom: 2rem;
}
.bld {
  font-weight: 800;
}
.ital {
  font-style: italic;
}
.italSmall {
  font-style: italic;
  font-size: .8rem;
}
.clr {
  clear: both;
}
.kant {
  border: 1px solid black;
}
/*# sourceMappingURL=main.css.map */
