@font-face {
  font-family: nova;
  src: url(/wp-content/fonts/proxima_nova_extrabold.otf);
}

h1, h2, h3, h4, h5, h6, .tilbud, .tilbud_under {
    font-family: nova;
    font-weight: 800 !important;
}

.section-title {
  font-size: 36px !important;
  margin-bottom: 40px !important;
}

.priser {
  box-shadow: none !important;
}

.stom-cols-4 {
  height: 100% !important;
}

.header-usp {
  display: inline-flex;
  font-weight: 700;
}
.header-usp:not(:last-child) {
  margin-right: 20px;
}
.main-navigation a, .main-navigation ul ul a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 28px !important;
  }
  .top-bar-left {
    display: none;
  }
  header .section-wrap .section {
    display: inline-flex;
  }
  
  .header-usp {
    width: 46%;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
  .top-bar-left, .top-bar-right {
    text-align: center;
    float: none !important;
    margin-right: 0 !important;
    width: 50%;
  }
  .top-bar-right span {
    margin-bottom: 10px;
  }
  .header-usp:last-child {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .stom-cols-4 {
    width: 100% !important;
  }
  .grid-container {
    display: grid !important;
  }
  .grid-container .stom-cols-4:not(:last-child) {
    margin-bottom: 30px !important;
  }
}

.video_placeholder {
    position: relative;
    padding: 56.25% 0 0 0;
    text-align: center;
}

.video_placeholder video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.priser h3 {
  padding: 20px;
  font-size: 18px;
  line-height: 18px;
}
.priser .tilbud a {
  padding: 10px 0;
  font-size: 18px;
}
.prisInfo p {
  font-size: 14px;
  line-height: 28px;
}
.prisInfo h2 {
  margin: 12px 0;
}

.priser.hide_one  {
    display: none;
}
@media (min-width:768px){
  
  .home .stom-slider-image-content  {
    display: none;
}
  
}

@media (max-width:767px){
  
  .video_placeholder{display:none}
  
}


.disp_text_center:after {content: "";clear: both;display: block;}

.disp_text_center {
   display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;  
    justify-content: center;
    -webkit-justify-content::center;
     -ms-flex-pack: center;
      -moz-box-pack: center;
}