/*
Theme Name: StepUpTema
Theme URI:
Author: Emil Hajjar Thøgersen
Author URI:
Description:
Version: 2.0
*/

body {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  overflow-x: hidden;
  background: #EDEDED;
  margin: 0;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body,
html {
  height: 100%;
  width: 100%;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
p,
ul {
  padding: 0;
  margin: 0;
}
.container {
  max-width: 1400px;
}
@media (max-width: 1500px) {
  .container {
    max-width: 85%;
  }
}
body a.button {
  background-color: #C00000;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
body a.button:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  background-color: #8d0000;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body ol,
body p,
body ul {
  margin-bottom: 10px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-style: normal;
  font-weight: 600;
}
body h1 em,
body h2 em,
body h3 em,
body h4 em,
body h5 em,
body h6 em {
  font-style: italic;
}
body h1 {
  font-size: 32px;
  line-height: 42px;
}
body h2 {
  font-size: 28px;
  line-height: 38px;
}
body h3 {
  font-size: 24px;
  line-height: 34px;
}
body h4 {
  font-size: 30px;
  line-height: 40px;
}
body h5 {
  font-size: 18px;
  line-height: 28px;
}
body p {
  font-weight: 400;
  font-style: normal;
}
body p em {
  font-style: italic;
}
body a {
  text-decoration: none;
  font-weight: 300;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  color: #C00000;
}
.wysiContent h2 strong,
.wysiContent h3 strong,
.wysiContent h4 strong,
.wysiContent h5 strong,
.wysiContent p strong,
.wysiContent ul strong {
  font-weight: 400;
}
.wysiContent ul {
  list-style-type: none;
}
.wysiContent ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.wysiContent ul li::before {
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
  border: solid 3.5px #C00000;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.wysiContent img {
  max-width: 100%;
  height: auto;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #333;
}
::-webkit-scrollbar-thumb {
  background: #C00000;
  border-radius: 36px;
}
::-moz-selection {
  color: #fff;
  background: #C00000;
}
::selection {
  color: #fff;
  background: #C00000;
}
#headerTop .row {
  padding-left: 15px;
  padding-right: 15px;
}
#headerTop .row .col-md-12 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#headerTop .row .col-md-12 .headerRight {
  padding: 20px 0;
}
#headerTop .row .col-md-12 .headerRight .fpKontaktHead p {
  font-weight: bold;
}
#headerTop .row .col-md-12 .headerRight .mailInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#headerTop .row .col-md-12 .headerRight .mailInfo a {
  margin-left: 10px;
}
#headerTop .row .col-md-12 .headerRight .telefonInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#headerTop .row .col-md-12 .headerRight .telefonInfo a {
  margin-left: 10px;
}
#headerTop .row .col-md-12 .headerRight p {
  margin: 0;
}
#headerTop #logo {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}
#headerTop #logo img {
  height: 100%;
  width: auto;
}
#headerBottom .container .row .col-md-12 #navmenu {
  background-color: #272727;
  display: block;
  z-index: 1000;
}
#headerBottom .container .row .col-md-12 #navmenu > div > ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
}
#headerBottom .container .row .col-md-12 #navmenu > div > ul > li span {
  display: none;
}
#headerBottom .container .row .col-md-12 #navmenu > div > ul > li.current-menu-item {
  background-color: #C33036;
}
#headerBottom .container .row .col-md-12 #navmenu > div > ul > li.menu-item-has-children {
  position: relative;
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#headerBottom .container .row .col-md-12 #navmenu > div > ul > li.menu-item-has-children::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2022/09/arrow-down-s-fill.svg");
  background-size: contain;
  right: 0;
}
#headerBottom .container .row .col-md-12 #navmenu > div > ul > li:hover {
  background-color: #C33036;
}
#headerBottom .container .row .col-md-12 #navmenu > div > ul > li:hover .sub-menu {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
#headerBottom .container .row .col-md-12 #navmenu > div > ul > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
  display: block;
  font-size: 14px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
#headerBottom .container .row .col-md-12 #navmenu > div > ul > li .sub-menu {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  background-color: #272727;
  z-index: 1000;
  list-style-type: none;
  width: 250px;
}
#headerBottom .container .row .col-md-12 #navmenu > div > ul > li .sub-menu a {
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  display: block;
}
#headerBottom .container .row .col-md-12 #navmenu > div > ul > li .sub-menu a:hover {
  background-color: #C33036;
}
#headerBottom .container .row .col-md-12 #navmenu > div > ul > li .sub-menu li.current-menu-item a {
  background-color: #C33036;
}
#headerBottom .container .row .col-md-12 #navmenu > div > ul > li:last-of-type {
  margin-right: 0;
}
#not-found-banner {
  position: relative;
  height: 500px;
}
#not-found-banner .media {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#not-found-banner .media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
#not-found-banner .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#not-found-banner .container {
  position: relative;
  z-index: 3;
  height: 100%;
}
#not-found-banner .container .row {
  height: 100%;
}
#not-found-banner .container .col-md-12 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#not-found-banner .container h1 {
  color: white;
}
#not-found-banner .container p {
  color: white;
}
footer {
  color: #000;
}
#fpBanner {
  position: relative;
  height: 30vh;
  min-height: 400px;
}
#fpBanner .container {
  height: 100%;
}
#fpBanner .container .row {
  height: 100%;
}
#fpBanner .container .row .col-md-12 {
  height: 100%;
}
#fpBanner .container .row .col-md-12 .fpBannerBillede {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  z-index: 0;
}
#fpBanner .container .row .col-md-12 .fpBannerBillede img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
#fpBanner .container .row .col-md-12 .fpBannerBoks {
  margin-top: 100px;
  width: 700px;
  background-color: #fff;
  z-index: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 50px;
  border-radius: 6px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.7);
}
#fpBanner .container .row .col-md-12 .fpBannerBoks .fpBannerContent {
  position: relative;
}
#fpBanner .container .row .col-md-12 .fpBannerBoks .fpBannerContent .wysiContent h1 {
  color: #C00000;
}
#fpBanner .container .row .col-md-12 .fpBannerBoks .fpBannerContent .wysiContent p {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
}
#fpBanner .container .row .col-md-12 .fpBannerBoks .fpBannerContent .wysiContent a {
  color: #C00000;
  font-size: 18px;
  font-weight: 400;
}
#fpBanner .container .row .col-md-12 .fpBannerBoks .fpBannerContent .wysiContent a:hover {
  color: #000;
}
#fpBoksLink {
  padding-top: 30px;
}
#fpBoksLink .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#fpBoksLink .container .row .col-md-4 .boksLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#fpBoksLink .container .row .col-md-4 .boksLink img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 300px;
}
#fpBoksLink .container .row .col-md-4 .boksLink img:hover {
  opacity: 0.7;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}
#fpBoksLink .container .row .col-md-4 .boksLink span {
  background-color: #1C1C1C;
  color: #ddd;
  padding: 20px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
}
#fpBoksLink .container .row .col-md-4 .boksLink span:hover {
  color: #fff;
}
.undersideTitle {
  padding-top: 20px;
}
.undersideTitle .container .row .col-md-12 h1 {
  margin-bottom: 0;
}
#fpWysContent,
.content {
  padding-top: 20px;
  padding-bottom: 80px;
}
#fpWysContent .container .row .col-md-12 .wysiContent h3,
.content .container .row .col-md-12 .wysiContent h3 {
  margin-bottom: 0;
}
#fpWysContent .container .row .col-md-12 .wysiContent h2,
.content .container .row .col-md-12 .wysiContent h2 {
  color: #C00000;
  margin-bottom: 10px;
}
#fpWysContent .container .row .col-md-12 .wysiContent img,
.content .container .row .col-md-12 .wysiContent img {
  height: 250px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#fpWysContent .container .row .col-md-12 .wysiContent a:hover,
.content .container .row .col-md-12 .wysiContent a:hover {
  color: #000;
}
.wp-block-columns .wp-block-column {
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
  -webkit-box-flex: unset !important;
      -ms-flex-positive: unset !important;
          flex-grow: unset !important;
}
#footerTop {
  background-color: #000;
}
#footerTop .container .row .col-md-12 .kontaktLink {
  margin-top: 10px;
  margin-bottom: 10px;
}
#footerTop .container .row .col-md-12 .kontaktLink a {
  color: #ddd;
  font-size: 14px;
}
#footerTop .container .row .col-md-12 .kontaktLink a:hover {
  color: #fff;
}
#footerBottom {
  background-color: #272727;
}
#footerBottom .container .row .col-md-12 .footerTekster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
}
#footerBottom .container .row .col-md-12 .footerTekster .tekstLeft p {
  color: #777;
}
#footerBottom .container .row .col-md-12 .footerTekster .tekstRight p {
  color: #777;
}
#headerTop .row .col-md-12 .headerRight .mobileTrigger {
  display: none;
}
@media (max-width: 992px) {
  #fpBanner {
    margin-top: 120px;
    min-height: 300px;
    height: 20vh;
  }
  #headerTop {
    position: fixed;
    top: 0;
    z-index: 99999;
    background-color: #fff;
    width: 100%;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #fpBoksLink .container .row .col-md-4 .boksLink {
    margin-bottom: 20px;
  }
  #headerTop .row .col-md-12 .headerRight .kontaktHead {
    display: none;
  }
  #fpBanner .container .row .col-md-12 {
    padding: 20px;
  }
  #fpBanner .container .row .col-md-12 .fpBannerBoks {
    margin-top: 0px;
    width: calc(100%);
    margin-left: 0px;
    padding-left: 0px;
    padding: 10px;
  }
  #fpBanner .container .row .col-md-12 .fpBannerBillede {
    top: 0px;
    left: 0px;
    width: 100%;
  }
  #headerTop .row .col-md-12 .headerRight .mobileTrigger {
    display: block;
  }
  #headerTop .row .col-md-12 .headerRight .mobileTrigger img {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #headerBottom .container .row .col-md-12 #navmenu > div > ul > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  #headerBottom .container .row .col-md-12 #navmenu > div > ul > li.menu-item-has-children::before {
    display: none;
  }
  #headerBottom .container .row .col-md-12 #navmenu {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 9999;
    width: 100%;
    -webkit-box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: 450ms ease;
    -o-transition: 450ms ease;
    transition: 450ms ease;
  }
  #headerBottom .container .row .col-md-12 #navmenu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0px;
  }
  #headerBottom .container .row .col-md-12 #navmenu ul li {
    margin-right: 0;
    position: relative;
    width: 100%;
  }
  #headerBottom .container .row .col-md-12 #navmenu ul li span {
    display: none;
  }
  #headerBottom .container .row .col-md-12 #navmenu ul li.menu-item-has-children span {
    width: 30px;
    height: 30px;
    display: block;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
  }
  #headerBottom .container .row .col-md-12 #navmenu ul li.menu-item-has-children span img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #headerBottom .container .row .col-md-12 #navmenu ul li.menu-item-has-children li span {
    display: none;
  }
  #headerBottom .container .row .col-md-12 #navmenu ul li.active span {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #headerBottom .container .row .col-md-12 #navmenu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    top: 90px;
  }
  #headerBottom .container .row .col-md-12 #navmenu > div > ul > li.menu-item-has-children {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0px;
  }
  #headerBottom .container .row .col-md-12 #navmenu .menu-hovedmenu-container {
    height: 70vh;
    overflow-Y: scroll;
  }
  #headerBottom .container .row .col-md-12 #navmenu > div > ul > li .sub-menu {
    position: static;
    -webkit-transform: scaleY(100%);
        -ms-transform: scaleY(100%);
            transform: scaleY(100%);
    display: none;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    width: 100%;
  }
  header #navmenu ul li a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  header #navmenu ul li.mobil-knap a {
    padding: 16px 24px;
    color: white;
    background-color: #363A3D;
    margin-bottom: 32px;
    margin-top: 16px;
  }
  #fpBoksLink .container .row .col-md-4 .boksLink img {
    height: 200px;
  }
  #fpBoksLink .container .row .col-md-4 .boksLink span {
    padding: 10px;
  }
  .undersideTitle {
    padding-top: 120px;
  }
}
@media (max-width: 500px) {
  #footerBottom .container .row .col-md-12 .footerTekster {
    display: block;
  }
}
@media (max-width: 480px) {
  body h1 {
    font-size: 24px;
    line-height: 34px;
  }
  body h2 {
    font-size: 20px;
    line-height: 30px;
  }
  body h3 {
    font-size: 20px;
    line-height: 30px;
  }
  #headerTop #logo {
    height: 40px;
  }
  #fpBoksLink .container .row .col-md-4 .boksLink img {
    height: 170px;
  }
  #fpWysContent .container .row .col-md-12 .wysiContent img,
  .content .container .row .col-md-12 .wysiContent img {
    height: 200px;
    width: auto;
  }
  #fpBoksLink .container .row .col-md-4 .boksLink span {
    padding: 10px;
    font-size: 16px;
  }
}
