/*
Theme Name: UnderStrap
Theme URI: https://understrap.com
Author: Holger Koenemann
Author URI: https://www.holgerkoenemann.de
GitHub Theme URI: https://github.com/understrap/understrap
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder.
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/understrap/understrap
A child theme is available on Github, too: https://github.com/understrap/understrap-child;
Version: 0.9.4
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
UnderStrap is distributed under the terms of the GNU GPL version 2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/

header .header {
  min-height: 300px;
  height: 300px;
}
header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.inner_banner .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 741px;
}
.inner_banner {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.main__banner {
  height: 600px;
  /* background-image: url("graduation.jpg"); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: table;
  width: 100%;
}
/*  Carousel styles */
.carousel-indicators {
  bottom: 100px !important;
  z-index: 9999999999;
}
.carousel-indicators > li {
  border-radius: 81% !important;
  /* border: 1px solid; */
  height: 15px !important;
  width: 15px !important;
  /* background-color: transparent !important; */
}

#carousel .carousel-item {
  height: 100vh;
  width: 100%;
  min-height: 350px;
  background: no-repeat center center scroll;
  background-size: cover;
  background-position: bottom;
}

#carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

#carousel .carousel-item .caption {
  /* background-color: rgba(0, 0, 0, 0.5); */
  padding: 40px;
  color: white;
  /* animation-duration: 1; */
  /* animation-delay: 1s; */
  text-align: center;
  margin-top: 160px;
}

#carousel .caption h2 {
  /* animation-duration: 1s; */
  /* animation-delay: 1s; */
  font-size: 62px;
  font-family: Product-Sans-Bold;
}
.slideri {
  z-index: 999999;
  position: relative;
}
#carousel .caption p {
  /* animation-duration: 0.5s; */
  /* animation-delay: 0.5s; */
  font-size: 27px;
  font-family: Product-Sans-Regular;
  padding-bottom: 20px;
  max-width: 800px;
  margin: 0 auto;
}

#carousel .caption a {
  /* animation-duration: 0.5s; */
  /* animation-delay: 0.5s; */
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  padding: 4px 8px;
  text-decoration: none;
  font-family: Product-sans-Regular;
  font-size: 17px;
}

/** cards */
.cards {
  position: relative;
  top: -80px;
  /* z-index: 99999999999999; */
}
.card__container {
  /* width: 350px; */
  height: 300px;
  padding-top: 25px;
}
.color-orange {
  background-color: #bf9707;
}
.color-blue {
  background-color: #162950;
}
.color-green {
  background-color: #00818a;
}
.color-purple {
  background-color: #38598b;
}
.card__inner {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.card__inner img {
  height: 100px;
  width: 100px;
  text-align: center;
  padding-bottom: 20px;
}
.card__inner h6 {
  font-size: 18px;
  font-family: Product-sans-Bold;
  text-transform: uppercase;
}
.card__inner p {
  font-size: 13px;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 25px;
  font-family: Product-sans-Regular;
  height: 80px;
  overflow: hidden;
}
.card__inner a {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  padding: 4px 8px;
  text-decoration: none;
  font-family: Product-sans-Regular;
  font-size: 12px;
}

.custom__container {
  width: 80%;
  margin: 0 auto;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters .col,
.no-gutters .col [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/** Lates News */
.latest__post__container {
  background-image: url(/ICONS/Untitled-1-02.jpg);
  background-size: cover;
  margin-top: 20px;
  height: 525px;
  /* width: 600px; */
  background-position: right;
  background-repeat: no-repeat;
  /* position: absolute; */
}
.latest__content {
  position: absolute;
  bottom: 40px;
  left: 70px;
  width: 70%;
  max-width: 70%;
  margin: 0 auto;
}

.latest__content h1,
.latest__content h2,
.latest__content h3,
.latest__content h4,
.latest__content h5,
.latest__content h6 {
  font-weight: bold;
  color: #fff;
  font-family: "Product-Sans-Bold";
  font-size: 30px;
}
.latest__content p {
  font-weight: bold;
  color: #fff;
  font-family: "Product-Sans-Regular";
  font-size: 15px;
}
.aktivitetet img {
  height: 99px;
  width: 86px;
  object-fit: cover;
  object-position: top;
}
.aktivitetet .media {
  /* margin: 10px 0; */
  padding: 18px 0;
  border-bottom: 2px solid #162950;
}
.aktivitetet:last-child .media {
  border: none !important;
}
.aktivitetet .media p {
  font-size: 14px;
  max-height: 44px;
  overflow: hidden;
}
.media .h5 {
  font-size: 23px;
}
.media a {
  text-decoration: none;
  color: #000;
}
/* Staff */
.staff__image img {
  min-height: 315px;
  max-height: 368px;
  width: 100%;
  /* max-width: 280px; */
  object-fit: cover;
  object-position: top;
}
.staff__content {
  width: 100%;
  min-height: 180px;
  /* background-color: #162950; */
  color: #fff;
  padding: 30px 30px;
  margin: 15px 0;
}
.staff__content h6 {
  font-size: 22px;
  font-weight: bold;
  font-family: Product-sans-bold;
}
.staff__content p {
  font-size: 14px;
  /* font-weight: bold; */
}
.staff__content a {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  padding: 4px 8px;
  text-decoration: none;
  font-size: 14px;
}

.staff__title {
  font-size: 38px;
  font-weight: bold;
  color: #162950;
  margin-bottom: 50px;
  /* padding-bottom: 20px; */
  width: 320px;
  max-width: 320px;
  font-family: Product-sans-bold;
}
.staff__container {
  margin: 20px 0;
}

/* Video */

.video__description {
  background-color: #e6e7e8;
  min-height: 500px;
  padding: 20px 50px;
  margin: 0 auto;
}
.video__description h3 {
  font-size: 40px;
  font-weight: bold;
  color: #162950;
  margin-bottom: 50px;
  font-family: Product-sans-bold;
}
.video__description p {
  font-size: 18px;
  color: #162950;
  font-family: Product-sans-Regular;
}
.video__description small {
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 18px;
  color: #162950;
  font-family: Product-sans-Regular;
}
/* .navbar-toggler {
  background-color: #162950;
} */
.navbar-light .navbar-toggler {
  color: #162950;

  border: none;
}
/* Testimonials */
.testimonials__container {
  margin: 40px 0;
  min-height: 430px;
}
.inner__testimonials {
  padding: 0 0 0 15px;
}

.inner__testimonials h6 {
  color: #162950;
  font-family: Product-sans-Bold;
  font-size: 25px;
}
.inner__testimonials p {
  font-size: 15px;
  color: #162950;
  /*min-height: 110px;*/
  /*max-height: 110px;*/
  /*overflow: hidden;*/
}
.show-more {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  overflow: visible;
}

/* Karriera */
.karriera {
  margin-top: 70px;
  background-size: cover;
  background-position: top;
  position: relative;
  height: 500px;
}
.karriera h1 {
  color: #fff;
  font-size: 50px;
}
.karriera input {
  /* width: 300px; */
  height: 65px;
  border: 1px solid #fff;
  background-color: transparent;
}
.karriera button {
  width: 160px;
  height: 65px;
  background-color: #fff;
}

/* Footer */
.wrapper {
  padding: 0 !important;
}
footer {
  min-height: 400px;
  background-color: #e6e7e8;
}
/* Navbar */
/* #main-nav {
  min-height: 130px;
} */
.main-meny {
  transition: background 0.3s ease-in-out;
  z-index: 99999999999999999;
  position: relative;
}
.fancybox-container {
  z-index: 999999999999999999;
}
.logo {
    height: 100px;
    width: 45%;
}
.footer__logo {
  height: 180px;
}
.navbar {
  background-color: #ffffff;
}

/* TEstimonials */

.testimonials__container img {
  width: 100%;
  object-fit: cover;
  min-height: 180px;
  max-height: 180px;
}

.fixed-menu {
  /* background-color: blue; */
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 10000000000000;
}
/* .testimonials__container h1 {
  font-size: 50px;
  color: #162950;
  font-weight: bold;
} */

/* Footer styles */
.footer__contact {
  padding: 30px 0 0 60px;
}
.footer__contact h6 {
  font-family: "Product-Sans-Bold";
  font-size: 20px;
  color: #162950;
  margin: 20px 0;
}
.footer__contact p {
  font-family: "Product-Sans-Regular";
  font-size: 16px;
  color: #162950;
}
.footer__info {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer__info p {
  margin: 30px 0;
  font-family: "Product-Sans-Regular";
  font-size: 16px;
  color: #162950;
}
.fa {
  color: #162950;
  font-size: 20px;
  padding-right: 20px;
}
.copyright {
  position: absolute;
  bottom: 0;
  left: 150px;
  text-align: left;
}
/* .fa-linkedin {
  padding-left: 20px;
}
.fa-youtube {
  padding-left: 20px;
} */

/* overlay Banner subscribe */

.hero-banner {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-banner .hero-overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}
.hero-banner .hero-overlay .hero-heading {
  position: absolute;
  top: 45%;
  margin: 0 10%;
  font-weight: bolder;
}
.hero-banner .hero-overlay img {
  position: absolute;
  bottom: 40%;
}
.instructions {
  padding: 50px 10%;
}
.instructions h2 {
  color: darkgray;
}

/* end of subscribe */

/* overlay */
.dark::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.2;
}
.latest__dark:after {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  bottom: 0;
  left: 14px;
  right: 14px;
  background: #000;
  opacity: 0.1;
}

/* end of overlay */

.karriera {
  display: table;
  width: 100%;
}

.subscribe__container {
  display: table-cell;
  vertical-align: middle;
  height: 400px;
}
.subscribe__container p {
  color: #fff;
  font-family: "Product-Sans-Regular";
  font-size: 16.6px;
}
.subscribe__container input::placeholder {
  color: #fff !important;
  font-family: "Product-Sans-Italic";
  font-size: 18px;
}
/* Typography */
.section__title {
  font-size: 45px;
  color: #162950;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: Product-sans-bold;
}

.form-control {
  border: 0;
  border-radius: 0;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
  border-bottom: 1px solid #000;
}
.form-control:focus {
  border: 0;
  border-radius: 0;
  -webkit-text-fill-color: #162950;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
  border-bottom: 1px solid #162950;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  border-radius: 0;
  -webkit-text-fill-color: #162950;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
  border-bottom: 1px solid #162950;
}
.mesazhi,
.mesazhi:hover,
.mesazhi:focus {
  border: 1px solid #162950;
  margin-top: 20px;
}

.kontakt__button {
  background-color: transparent;
  border: 1px solid #162950;
  padding: 5px 15px;
}

/* no banner container */

.apply-now {
  padding-bottom: 40px;
}
.apply-now h1 {
  font-size: 52px;
  padding-bottom: 10px;
  /* border-bottom: 2px solid #bf9707; */
}
/* end of no banner container*/

#mega-menu-wrap-primary {
  background-color: transparent !important;
}
.mega-menu-link {
  color: #162950 !important;
}

/* Galery Styles */

.galery__image img {
  object-fit: cover;
  width: 100%;
  max-height: 360px;
  height: 300px;
  margin: 20px 0;
  object-position: top;
}

/* Apliko Tani */

.apliko__tani input[type="text"],
.apliko__tani select,
.apliko__tani option {
  border: 2px solid #162950;

  width: 100%;
  height: 60px;
  outline: none;
  margin: 10px 0;
  padding: 0 15px;
  color: #162950;
  background-color: #fff;
}
.apliko__tani input::placeholder,
.apliko__tani select::placeholder {
  color: #162950;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #162950;
  width: 100%;
  height: 60px;
  /* border: 2px solid #bf9707; */
}

.select-styled {
  border: 2px solid #bf9707;

  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  /* width: 80%; */
  margin: 0 auto;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #bf9707 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #bf9707;
}
.select-styled:active,
.select-styled.active {
  background-color: #bf9707;
}
.select-styled:active:after,
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #bf9707;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #bf9707;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #bf9707;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}

/* End Apliko Tani */

.carousel-control-prev-icon,
.carousel-control-next-icon {
  /* height: 100px; */
  /* width: 100px; */
  outline: black;
  background-size: 100%, 100%;

  /* border: 1px solid black; */
  background-image: none;
}

.carousel-control-next-icon:after {
  content: ">";
  font-size: 30px;
  color: #162950;
}

.carousel-control-prev-icon:after {
  content: "<";
  font-size: 30px;
  color: #162950;
}
#wpsm_counter_b_row_291 .wpsm_counterbox .wpsm_count-icon i {
  font-size: 100px !important;
}
.wpsm_number .counter {
  padding-right: 20px !important;
}

.video__post {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 315px;
  width: 100%;
  margin-bottom: 15px;
}

.video__post a {
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  background-color: #deb668;
  position: absolute;
  top: 130px;
  left: 44%;
  border-radius: 1px;
  cursor: pointer;
}
.video__post a i {
  color: #fff;
  padding-top: 10px;
  cursor: pointer;
}
.custom__modal {
  /* background-color: #E6E6E6; */
  /* border: 2px solid #022147; */
  /* box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */
  background-color: transparent;
  border: none !important;
}
.custom__modal iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.custom__modal img {
  width: 100%;
  height: 300px;
}
/* .navbar-dark {
  background-color: #111 !important;
}
.navbar-toggle .icon-bar {
  width: 50px !important;
  height: 3px !important;
} */
