@charset "UTF-8";
/*
 Theme Name:     scweb.dk
 Theme URI:      scweb.dk
 Description:    scweb.dk
 Author:         Steffen Christensen | www.steffenchristensen.dk
 Template:       hello-elementor
 Version:        1.0
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 1020px) {
  body {
    font-size: 18px;
  }
}

strong {
  font-weight: bold;
}

#envira-gallery-wrap-5303 .envira-gallery-image {
  height: 60px;
}

.greyscale-img img {
  filter: saturate(0%) opacity(100%);
}
.greyscale-img img:hover {
  filter: none;
}
.greyscale-img.small-padding .gs_logo_single {
  padding: 5px;
}
@media (max-width: 600px) {
  .greyscale-img.small-padding .gs_logo_single {
    padding: 0;
  }
}

body #gs_logo_area_2 .gs_logo_single--wrapper {
  width: 33.3333333333%;
}
@media (max-width: 600px) {
  body #gs_logo_area_2 .gs_logo_single--wrapper {
    width: 50%;
  }
  body #gs_logo_area_2 .gs_logo_single--wrapper:last-of-type {
    display: none;
  }
}

.reftext h4 {
  font-size: 28px;
}

.small-text {
  max-width: 700px;
  margin: 0 auto;
}

.shadow-box .elementor-column.elementor-col-33 {
  padding: 0 15px;
}
.shadow-box .elementor-column.elementor-col-33 .elementor-widget-wrap {
  padding: 2em;
  background: #fff;
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
}

h1, h2, h3, h4, h5 {
  margin: 0;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

h3 {
  font-size: 36px;
}

a {
  color: #47a8c5;
}
a:hover {
  color: #2e7b92;
}

h5 a {
  font-size: 1.5em;
  display: block;
  margin: 15px 0;
  color: #1a2230;
  transition: all 0.3s ease-in-out;
}
h5 a:hover {
  color: #47a8c5;
}
h5 strong a {
  font-weight: 800 !important;
}

.elementor-inline-items {
  margin: 0 auto !important;
  max-width: 90%;
}
.elementor-inline-items .elementor-inline-item {
  width: 32%;
  display: flex;
}

.klippekort .elementor-column {
  padding: 0 15px;
}
.klippekort .elementor-column .elementor-widget-wrap {
  box-shadow: 0px 2px 18px 0px rgba(50, 78, 102, 0.31);
  background: #f9f9f9;
  padding: 0;
}
.klippekort .elementor-column .elementor-widget-text-editor:first-child {
  background: #47a8c5;
}
.klippekort .elementor-column .elementor-widget-text-editor:first-child h2 {
  padding: 15px 15px 5px;
  color: #fff;
  font-size: 26px;
  margin: 0;
}
.klippekort .elementor-column .elementor-widget-text-editor:first-child h3 {
  margin: 0;
  background: #47a8c5;
  padding: 0 15px 15px;
  color: #fff;
  font-size: 16px;
}
.klippekort .elementor-column .elementor-widget-text-editor:last-child p:first-child {
  font-size: 34px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #595b5e;
}
.klippekort .elementor-column .elementor-widget-text-editor:last-child p:last-child {
  font-style: italic;
}

.btn {
  border-radius: 50px;
  padding: 10px 25px;
  transition: 0.3s ease-in-out;
}
.btn.btn-primary {
  background-color: #47a8c5;
  border-color: #47a8c5;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #253441;
  border-color: #253441;
  color: #fff;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#block-21 p a {
  font-weight: bold;
}

.gs_logo_single {
  padding: 15px;
}

blockquote {
  margin: 20px 0;
  font-style: italic;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px;
}

.blogarkiv .elementor-post__card {
  position: relative;
}
.blogarkiv .elementor-post__read-more-wrapper a {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: " ";
  z-index: 5;
}

@media (min-width: 768px) {
  .gs_logo_single--wrapper {
    min-height: 70px;
  }
  #gs_logo_area_2 .gs_logo_single--wrapper {
    width: 33.3333333333% !important;
  }
}
.frontpage-boxes h4 {
  font-size: 45px;
}
@media (max-width: 1200px) {
  .frontpage-boxes h4 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .frontpage-boxes h4 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .frontpage-boxes h4 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .frontpage-boxes h4 {
    font-size: 32px;
  }
}

.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 5 Free";
}

.slick-prev:before {
  content: "\f053";
}

.slick-next:before {
  content: "\f054";
}

.site-header:not(.header-stacked) .header-inner .site-navigation {
  max-width: 90%;
}

.site-navigation ul.menu li.menu-item-has-children:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  transition: all 0.3s ease-in-out;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #fff;
  font-size: 18px;
  right: 12px;
  position: relative;
  top: 16px;
}

.site-header {
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 102;
  background: none;
  transition: all 0.3s ease-in-out;
}
.site-header .site-logo a {
  line-height: 0;
}
.site-header .site-logo a img {
  max-height: 35px;
  width: auto;
}
.site-header.scrolled {
  background-color: #253441;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.site-header.scrolled .navbar-brand {
  padding: 5px 0;
}
.site-header.scrolled .navbar-brand img {
  max-height: 36px;
  width: auto;
}
.site-header .site-navigation ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Raleway";
  transition: all 0.3s ease-in-out;
}
.site-header .site-navigation ul li.current-menu-item > a, .site-header .site-navigation ul li:hover > a, .site-header .site-navigation ul li.current-menu-parent > a {
  color: #47a8c5;
}
.site-header .site-navigation ul li.current-menu-item:after, .site-header .site-navigation ul li:hover:after, .site-header .site-navigation ul li.current-menu-parent:after {
  color: #47a8c5;
}
.site-header .site-navigation ul li .sub-menu {
  min-width: 250px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}
.site-header .site-navigation ul li .sub-menu li a {
  color: #1a2230;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Raleway";
  transition: all 0.3s ease-in-out;
  padding: 10px 16px;
}
.site-header .site-navigation ul li .sub-menu li.current-menu-item > a, .site-header .site-navigation ul li .sub-menu li:hover > a {
  color: #47a8c5;
}

.site-navigation-toggle-holder.show .eicon-menu-bar {
  width: 22px;
  height: 22px;
  background-image: url("assets/Images/menu.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease-in-out;
  background-size: 22px;
}
.site-navigation-toggle-holder.show .eicon-menu-bar:before {
  display: none;
}
.site-navigation-toggle-holder.show.elementor-active .eicon-menu-bar {
  background-image: url("assets/Images/close.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease-in-out;
  background-size: 22px;
}

@media (max-width: 992px) {
  ul.menu li .sub-menu {
    display: none;
  }
  ul.menu li.elementor-active .sub-menu {
    display: block;
  }
}
.slider h2, .slider h1 {
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.slider h2 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  color: #c8cccb;
  margin-bottom: 10px;
}
.slider h1 {
  margin: 0;
  padding: 0;
  font-size: 42px;
  margin-bottom: 10px;
}
.slider p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
  color: #fff;
  margin: 0 auto;
  max-width: 650px;
}
.slider.ny-slider h1 {
  font-size: 65px;
}
@media (max-width: 1024px) {
  .slider.ny-slider h1 {
    font-size: 55px;
  }
}
@media (max-width: 993px) {
  .slider.ny-slider h1 {
    font-size: 45px;
  }
}
@media (max-width: 600px) {
  .slider.ny-slider h1 {
    font-size: 32px;
    margin-top: 5px;
  }
}
@media (max-width: 425px) {
  .slider.ny-slider h1 {
    font-size: 28px;
  }
}
.slider.ny-slider p {
  margin: 0;
}
.slider .slider-text .elementor-widget-image img {
  position: relative;
  bottom: -130px;
  animation: bounce2 2s ease infinite;
}
.slider:after {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background-image: url("assets/Images/bottom.svg");
  background-size: contain;
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.cases .case {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cases .case .so-panel.widget {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 15px;
}
@media (max-width: 992px) {
  .cases .case .so-panel.widget {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  .cases .case .so-panel.widget {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cases .case .so-panel.widget .so-widget-sow-editor {
  margin-bottom: 30px;
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  border-radius: 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px;
}
.cases .case .textwidget {
  padding-bottom: 15px;
  text-align: center;
}
.cases .case .textwidget a {
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cases .case .textwidget a img {
  margin: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.cases .case .textwidget a:hover {
  text-decoration: none;
}
.cases .case .textwidget a:hover img {
  opacity: 0.8;
  transform: scale(1.1);
}
.cases .case .textwidget p {
  padding: 0px 15px;
}
.cases .case .textwidget p:first-of-type {
  padding: 0;
  margin-bottom: 25px;
}

.sorter {
  padding: 20px;
  box-shadow: 0 0 1px 1px #f3f3f3;
  margin-bottom: 30px;
}
.sorter p {
  margin: 0;
}
.sorter a {
  padding: 0 5px;
  color: #1a2230;
  text-decoration: none;
  cursor: pointer;
}
.sorter a:hover, .sorter a.active {
  color: #47a8c5;
  font-weight: 600;
}

.portfolio .display-posts-listing {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.portfolio .display-posts-listing li {
  -ms-flex: 0 0 calc(25% - 30px);
  flex: 0 0 calc(25% - 30px);
  max-width: calc(25% - 30px);
  margin: 0 15px;
  margin-bottom: 65px;
  box-shadow: 1px 2px 16px 1px #f1f1f1;
  background: #f7f8fc;
  position: relative;
}
@media (max-width: 1300px) {
  .portfolio .display-posts-listing li {
    -ms-flex: 0 0 calc(33.3333333333% - 30px);
    flex: 0 0 calc(33.3333333333% - 30px);
    max-width: calc(33.3333333333% - 30px);
  }
}
.portfolio .display-posts-listing li a.image {
  font-weight: bold;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 350px;
}
.portfolio .display-posts-listing li a.image:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: " ";
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
  z-index: 2;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
}
.portfolio .display-posts-listing li a.image img {
  z-index: 1;
  position: relative;
  margin: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.portfolio .display-posts-listing li a.title {
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: none;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  z-index: 101;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  padding: 30px 15px 45px 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.portfolio .display-posts-listing li a.title:after {
  content: "SE CASE HER";
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
  color: #fff;
  background: none;
  text-align: center;
  z-index: 1;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  font-size: 15px;
  bottom: -35px;
  opacity: 0;
}
.portfolio .display-posts-listing li a.title:before {
  font-weight: 300;
  font-size: 14px;
  content: "";
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: 15px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.portfolio .display-posts-listing li:hover a.image {
  text-decoration: none;
}
.portfolio .display-posts-listing li:hover a.image img {
  transform: scale(1.1);
  z-index: 1;
}
.portfolio .display-posts-listing li:hover a.title {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
  pointer-events: all;
  padding-bottom: 80px;
}
.portfolio .display-posts-listing li:hover a.title:before {
  bottom: 50px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.portfolio .display-posts-listing li:hover a.title:after {
  background: none;
  opacity: 1;
  bottom: 15px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.portfolio .display-posts-listing li.hjemmeside a.title:before {
  content: "Hjemmeside";
}
.portfolio .display-posts-listing li.webshop a.title:before {
  content: "Webshop";
}

.portfolio.portfolio-slider .display-posts-listing li {
  margin-bottom: 0;
}

.portfolio-slider {
  margin-bottom: 50px !important;
}
.portfolio-slider .slick-prev:before, .portfolio-slider .slick-next:before {
  color: #1a2230;
}
.portfolio-slider .slick-dots {
  bottom: -45px;
}
.portfolio-slider .slick-dots li {
  box-shadow: none;
  background: none;
}
.portfolio-slider .slick-dots li button:before {
  color: #1a2230;
}
.portfolio-slider .slick-dots li.slick-active button:before, .portfolio-slider .slick-dots li:hover button:before {
  color: #47a8c5;
}

.review-slider .elementor-widget-container {
  max-width: 700px;
  margin: 0 auto;
}
.review-slider .saswp-g-plus {
  display: none;
}

.saswp-g-review-panel .saswp-glg-review-body {
  background: none;
  box-shadow: none;
  margin-bottom: 0;
  display: block;
}
.saswp-g-review-panel .saswp-rv-img {
  display: none;
}
.saswp-g-review-panel .saswp-rv-txt {
  min-height: 80px;
  height: auto;
  text-align: center;
}
.saswp-g-review-panel .saswp-rv-txt p {
  color: #fff;
}
@media (min-width: 1020px) {
  .saswp-g-review-panel .saswp-rv-txt p {
    font-size: 18px;
  }
}
.saswp-g-review-panel .saswp-str {
  text-align: center;
}
.saswp-g-review-panel .saswp-str a {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  pointer-events: none;
  color: #fff;
}
.saswp-g-review-panel .saswp-str a .saswp-athr {
  color: #fff;
  font-size: 18px;
}
.saswp-g-review-panel .saswp-str div:last-child {
  font-size: 12px;
  font-style: italic;
  color: #fff;
  margin-top: 5px;
  opacity: 0.8;
  display: none;
}
.saswp-g-review-panel .saswp-rvw-str {
  margin: 0 auto;
  margin-top: 10px;
  width: auto;
}
.saswp-g-review-panel .saswp-rvw-str .str-ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
}
.saswp-g-review-panel .saswp-rvw-str .str-ic {
  background-image: url("assets/images/star.svg");
}

.slick-slider button {
  background-color: transparent;
}
.slick-slider button:hover, .slick-slider button:focus, .slick-slider button:active {
  background-color: transparent;
}

.slick-dots li button:before {
  font-size: 35px;
  color: #fff;
  opacity: 0.75;
}

.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.slick-prev:before, .slick-next:before {
  font-size: 40px;
}

.slick-prev {
  left: -100px;
}

.slick-next {
  right: -100px;
}

@media (max-width: 991px) {
  .slick-prev:before, .slick-next:before {
    font-size: 20px;
  }
  .slick-prev {
    left: -15px;
  }
  .slick-next {
    right: -15px;
  }
}
@media (max-width: 768px) {
  .slick-prev, .slick-next {
    display: none !important;
  }
}
.udtalelser .saswp-g-plus {
  height: 40px;
  width: auto;
}
.udtalelser .saswp_star_color svg {
  width: 25px !important;
}
.udtalelser .reviews .elementor-widget-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 30px;
}
.udtalelser .saswp-g-review-panel {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .udtalelser .saswp-g-review-panel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.udtalelser .saswp-g-review-panel .saswp-glg-review-body {
  padding: 2.5em;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  border-radius: 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px;
}
.udtalelser .saswp-g-review-panel .saswp-str a, .udtalelser .saswp-rv-cnt p, .udtalelser .saswp-g-review-panel .saswp-str a .saswp-athr {
  color: #1a2230;
  font-style: italic;
}
.udtalelser .saswp-g-review-panel .saswp-rv-txt, .udtalelser .saswp-g-review-panel .saswp-str {
  text-align: left;
}

.saswp_star_color svg path {
  fill: #ffd800;
}

.bliv-kontaktet .form-box form p {
  width: 45%;
  display: inline-block;
  margin: 0 1%;
}
.bliv-kontaktet .form-box form p br {
  display: none;
}
.bliv-kontaktet .form-box form p input, .bliv-kontaktet .form-box form p textarea {
  border: none;
  border-radius: 0;
  background: #F7F8FC;
}
.bliv-kontaktet .form-box form p input {
  margin-bottom: 15px;
}
.bliv-kontaktet .form-box form p textarea {
  resize: none;
  height: 150px;
  margin-bottom: 15px;
}
.bliv-kontaktet .form-box form p:last-of-type, .bliv-kontaktet .form-box form p:nth-child(6) {
  width: 92.5%;
}
.bliv-kontaktet .form-box form p:last-of-type input, .bliv-kontaktet .form-box form p:nth-child(6) input {
  margin-bottom: 0;
}
.bliv-kontaktet .form-box form label {
  margin: 0;
  width: 100%;
  display: block;
}
.bliv-kontaktet .form-box form .wpcf7-submit {
  border-radius: 0px;
  padding: 10px 25px;
  transition: 0.3s ease-in-out;
  background-color: #47a8c5;
  color: #fff;
  font-weight: 500;
}
.bliv-kontaktet .form-box form .wpcf7-submit:hover {
  background: #253441;
}
.bliv-kontaktet.dark .form-box form p input, .bliv-kontaktet.dark .form-box form p textarea {
  background: #fff;
}
.bliv-kontaktet.dark .form-box form .wpcf7-submit {
  border-radius: 0px;
  padding: 10px 25px;
  transition: 0.3s ease-in-out;
  background-color: #47a8c5;
  color: #fff;
  font-weight: 500;
}
.bliv-kontaktet.dark .form-box form .wpcf7-submit:hover {
  background-color: #fff;
  color: #47a8c5;
}
.bliv-kontaktet.dark h5 a {
  color: #fff;
}

.elementor-widget-accordion .elementor-accordion-item {
  margin-bottom: 15px;
}
.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title {
  border-radius: 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px;
}

.contact-form form, .contact-form p {
  max-width: 600px;
}
.contact-form form p, .contact-form p p {
  width: 50%;
  display: inline-block;
  float: left;
}
.contact-form form p:nth-child(6), .contact-form form p:nth-child(7), .contact-form p p:nth-child(6), .contact-form p p:nth-child(7) {
  display: block;
  float: none;
  width: 100%;
  clear: both;
}
.contact-form form p label, .contact-form p p label {
  display: block;
  padding-right: 15px;
  font-weight: bold;
}
.contact-form form p input, .contact-form form p textarea, .contact-form p p input, .contact-form p p textarea {
  border-radius: 0;
}
.contact-form form textarea, .contact-form p textarea {
  resize: none;
}
.contact-form .wpcf7-submit {
  border-radius: 0px;
  padding: 10px 25px !important;
  transition: 0.3s ease-in-out;
  background-color: #47a8c5;
  color: #fff;
  border: none;
  position: relative;
  top: -15px;
  font-weight: 500;
}
.contact-form .wpcf7-submit:hover {
  background: #253441;
}

.site-footer {
  background: #253441;
  color: #fff;
  padding: 75px 0;
}
.site-footer .elementor-container {
  max-width: 1400px !important;
  width: 100% !important;
}
.site-footer .elementor-column {
  flex-direction: column;
  width: 33.3333333333%;
  flex: 33.3333333333%;
}
.site-footer p, .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
  color: #fff;
}
.site-footer h5 {
  font-size: 24px;
  margin-bottom: 20px;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #47a8c5;
  text-decoration: none;
}
.site-footer .elementor-col-1 h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 40px;
}
.site-footer .elementor-col-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .elementor-col-2 ul li {
  margin-bottom: 5px;
}
.site-footer .elementor-col-2 ul li a {
  left: 0;
  transition: all 0.3s ease-in-out;
}
.site-footer .elementor-col-2 ul li a:before {
  content: "- ";
}
.site-footer .elementor-col-2 ul li a:hover {
  padding-left: 10px;
}

.wp-block-social-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-social-links .has-white-background-color {
  background-color: transparent !important;
}
.wp-block-social-links .has-white-background-color a, .wp-block-social-links .has-white-background-color svg {
  color: #fff !important;
  fill: #fff !important;
  transition: all 0.3s ease-in-out;
}
.wp-block-social-links .has-white-background-color a:hover, .wp-block-social-links .has-white-background-color svg:hover {
  fill: #47a8c5 !important;
}

.portfolio-template .site-header, .portfolio-template-default .site-header, .single-post .site-header {
  background-color: #253441;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.archive-page {
  padding: 100px 15px;
}
.archive-page .elementor-container {
  align-items: flex-start;
}
.archive-page .blog-single {
  max-width: 730px;
}

.sidebar {
  margin-left: 3%;
  box-shadow: 0 18px 62px -12px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  padding-bottom: 15px;
}
.sidebar .widget_block {
  padding: 0 15px;
}
.sidebar .widget_block.widget_media_image {
  padding: 0;
}

.portfolio-top-row h1 {
  font-size: 16px;
  font-weight: 300;
}
.portfolio-top-row h2 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
}

.post-template-default .site-header {
  background-color: #253441;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.blog .site-header {
  background-color: #253441;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.dateabout {
  margin-top: -10px;
  margin-bottom: 10px !important;
}
.dateabout p {
  font-size: 14px;
  font-style: italic;
}
.dateabout p a {
  display: block;
}
.dateabout .elementor-inline-items {
  max-width: 100%;
  margin: 0;
  display: block !important;
}
.dateabout .elementor-inline-items li {
  margin: 0 !important;
  padding: 0 !important;
  display: inline;
  font-size: 14px;
}

.post-tags {
  margin-top: -10px !important;
}
.post-tags .elementor-inline-items {
  max-width: 100%;
  margin: 0;
  display: block !important;
}
.post-tags .elementor-inline-items li {
  margin: 0 !important;
  padding: 0 !important;
  display: inline;
  font-size: 0;
}
.post-tags .elementor-inline-items li a {
  font-size: 10px;
  padding: 8px;
  letter-spacing: 1px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #f2f2f2;
  color: #868686;
  font-weight: bold;
  text-transform: uppercase;
}

.blog-single ol, .blog-single ul {
  margin-bottom: 15px;
}
.blog-single h1 {
  font-size: 40px;
}
.blog-single h2, .blog-single h3, .blog-single h4 {
  font-size: 30px;
}

@media (min-width: 768px) {
  .sidebar {
    position: sticky;
    top: 100px;
  }
}
.sidebar p a {
  font-weight: bold;
}
.sidebar #block-18 {
  margin-top: 15px;
}
.sidebar #block-21 a {
  font-weight: normal;
}
.sidebar #block-21 a {
  display: inline-block;
  border-radius: 50px;
  padding: 10px 25px;
  transition: 0.3s ease-in-out;
  background-color: #47a8c5;
  border-color: #47a8c5;
  color: #fff;
}
.sidebar #block-21 a:hover {
  background-color: #253441;
  border-color: #253441;
  color: #fff;
}

.comments-area {
  max-width: 600px;
}
.comments-area .comment-form-url {
  display: none;
}
.comments-area input, .comments-area textarea {
  border-radius: 0;
  resize: none;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
.comments-area .comment-form-comment {
  padding-right: 15px;
}
.comments-area .comment-form-author, .comments-area .comment-form-email {
  width: 50%;
  display: inline-block;
  float: left;
  padding-right: 15px;
}
.comments-area .comment-form-submit {
  clear: both;
  padding-right: 15px;
}
.comments-area .submit {
  border: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.comments-area .submit:hover {
  background: #47a8c5;
}
.comments-area .comment-meta .comment-author {
  margin-bottom: 5px;
}
.comments-area .comment-meta .comment-metadata a {
  color: #47a8c5;
  font-weight: 300;
  margin-bottom: 5px;
}
.comments-area .comment-meta .comment-awaiting-moderation {
  color: #ff8c8c;
}
.comments-area .comment-list {
  margin-bottom: 25px !important;
}

body #comments .comment-meta {
  margin-bottom: 10px;
  display: block;
}

@media (max-width: 768px) {
  #comments .comment .comment-body {
    padding: 15px;
  }
}
@media (max-width: 1200px) {
  .site-header:not(.header-stacked) .header-inner .site-navigation {
    max-width: 80%;
  }
  .site-header .header-inner {
    max-width: 100%;
    padding: 0 15px;
  }
  .site-header .site-navigation ul li a {
    font-size: 15px;
    padding: 8px 11px;
  }
  .archive-page .blog-single {
    max-width: 95%;
  }
  .sidebar {
    margin-left: 0;
  }
  .single .elementor-location-single.post {
    padding: 0 15px;
  }
}
@media (max-width: 1100px) {
  .site-header .site-navigation ul li a {
    font-size: 14px;
    padding: 8px 11px;
  }
}
@media (max-width: 992px) {
  .site-navigation-toggle-holder .site-navigation-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .site-navigation-dropdown ul.menu {
    background: #253441;
  }
  .site-navigation-dropdown ul.menu li a {
    padding: 10px 15px;
  }
  .site-navigation-dropdown ul.menu li.menu-item-has-children a:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    transition: all 0.3s ease-in-out;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    color: #fff;
    font-size: 18px;
    top: 2px;
    right: -3px;
    position: relative;
  }
  .site-navigation-dropdown ul.menu li.current-menu-item a, .site-navigation-dropdown ul.menu li.current-menu-parent a {
    background: none;
    color: #47a8c5;
  }
  .site-navigation-dropdown ul.menu li.current-menu-item a:after, .site-navigation-dropdown ul.menu li.current-menu-parent a:after {
    color: #47a8c5;
  }
  .site-navigation-dropdown ul.menu li a {
    background: none;
    color: #fff;
  }
  .slider .slider-text .elementor-widget-image img {
    bottom: -60px;
  }
  .slider h1 {
    font-size: 42px;
  }
  h3 {
    font-size: 26px;
  }
  .shadow-box .elementor-column.elementor-col-33 .elementor-widget-wrap {
    padding: 15px;
  }
  #envira-gallery-wrap-5303 .envira-gallery-image {
    height: 50px;
  }
  .portfolio .display-posts-listing li {
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
  .site-footer .elementor-col-1 h5 {
    font-size: 22px;
  }
  .site-navigation-dropdown ul.menu li.menu-item-has-children li a {
    padding: 10px 30px;
    color: #fff;
  }
  .site-navigation-dropdown ul.menu li.menu-item-has-children li a:before {
    content: "- ";
  }
  .site-navigation-dropdown ul.menu li.menu-item-has-children li a:after {
    display: none;
  }
  .site-navigation-dropdown ul.menu li.menu-item-has-children li.current-menu-item a, .site-navigation-dropdown ul.menu li.menu-item-has-children li:hover a {
    color: #47a8c5;
  }
  .elementor-inline-items .elementor-inline-item {
    width: 49%;
  }
  .portfolio .display-posts-listing li a.image:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.6) 100%);
    opacity: 1;
  }
  .portfolio .display-posts-listing li a.title {
    opacity: 1;
    visibility: visible;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .shadow-box .elementor-column.elementor-col-33 .elementor-widget-wrap {
    margin-bottom: 20px;
  }
  .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item {
    width: 50% !important;
  }
  .site-footer .elementor-column {
    flex-direction: column;
    width: 100%;
    flex: 100%;
    margin: 15px 0;
  }
  .site-footer {
    padding: 30px 15px;
  }
  .elementor-inline-items .elementor-inline-item {
    width: 100%;
  }
  .elementor-inline-items .elementor-inline-item .archive-page .blog-single {
    max-width: 100%;
  }
  .sidebar {
    max-width: 540px;
  }
  .portfolio .display-posts-listing li a.title:after {
    width: 70%;
  }
  .slider h2 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .slider h1 {
    font-size: 28px;
  }
  .slider p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 500px) {
  .portfolio .display-posts-listing li a.title:after {
    content: "SE CASE";
    width: 100%;
  }
  .portfolio .display-posts-listing li a.title {
    font-size: 18px;
  }
  .single .elementor-location-single.post {
    padding: 0px;
  }
  .portfolio .display-posts-listing li {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 25px;
  }
}

/*# sourceMappingURL=style.css.map */
