/* 
    Created by : WebDesignCenter
    Author     : DC
*/

/* 
    Created by : WebDesignCenter
    Author     : DC
*/
/* 
    Created by : WebDesignCenter
    Author     : DC
*/

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  border-color: #00a651;
}
.header {
  position: fixed;
  width: 100%;
  min-height: 75px;
  background-color: #f8f8f8;
  z-index: 999;
}
.header .dropdown {
  font-weight: 600;
  font-size: 18px;
}
.header .dropdown .dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
}
.header .dropdown .dropdown-menu li a {
  font-weight: 600;
  font-size: 14px;
}
.header .navbar-toggle {
  margin-top: 20px;
}
.header .icon-bar {
  background-color: #00a651 !important;
}
.header .navbar-default {
  border: none;
}
.header .navbar-nav {
  padding-top: 20px;
  font-size: 18px !important;
}
.header .navbar-nav a {
  padding: 10px 10px 10px 10px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
}
.header .navbar-nav .active {
  border-bottom: 2px solid #00a651;
}
.header .navbar-nav .highlight {
  font-weight: 600;
}
.header .navbar-nav .highlight a {
  color: #00a651;
}
.header .navbar-nav .highlight a:hover {
  border-bottom: none;
  color: #00a651;
}
.header .navbar-nav a:hover {
  background-color: #00a651;
}
.header .navbar-nav a:active {
  border-bottom: 2px solid #00a651;
}
.header .navbar-nav .dropdown-menu a:hover {
  border-bottom: none;
}
.header img {
  width: 135px;
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
}
@media (max-width: 1199px) {
  .navbar-nav .highlight,
  .navbar-nav .dropdown {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .navbar-nav .highlight,
  .navbar-nav .dropdown {
    font-size: 12.2px;
  }
}
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}
.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid white;
  border-bottom: 6px solid transparent;
  left: 10px;
}
/* 
    Created by : WebDesignCenter
    Author     : DC
*/

@media (max-width: 512px) {
  .parallax-header {
    height: 350px !important;
  }
  .parallax-header h1 {
    top: 0px;
  }
}
@media (max-width: 768px) {
  .parallax-header {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .parallax-header {
    height: 700px;
  }
}
@media (max-width: 1200px) {
  .parallax-header {
    height: 800px;
  }
}
.parallax-header {
  height: 900px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.parallax-header .row {
  max-height: 100%;
}
.parallax-header .row h1 {
  position: relative;
  font-size: 60px;
  top: 320px;
  text-shadow: 4px 4px 10px black;
  left: 0 !important;
}
@media (max-width: 992px) {
  .parallax-header .row h1 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .parallax-header .row h1 {
    font-size: 48px;
  }
}
@media (max-width: 512px) {
  .parallax-header .row h1 {
    font-size: 32px;
    top: 150px;
  }
}
@media (max-width: 1225px) {
  .parallax-forside {
    height: 350px !important;
  }
}
@media (max-width: 1000px) {
  .parallax-forside {
    height: 300px !important;
  }
}
@media (max-width: 769px) {
  .parallax-forside {
    height: 240px !important;
  }
}
@media (max-width: 680px) {
  .parallax-forside {
    height: 200px !important;
  }
}
@media (max-width: 620px) {
  .parallax-forside {
    height: 165px !important;
  }
}
@media (max-width: 569x) {
  .parallax-forside {
    height: 150px !important;
  }
}
@media (max-width: 480px) {
  .parallax-forside {
    height: 130px !important;
  }
}
@media (max-width: 420px) {
  .parallax-forside {
    height: 120px !important;
  }
}
@media (max-width: 350px) {
  .parallax-forside {
    height: 100px !important;
  }
}
@media (max-width: 321px) {
  .parallax-forside {
    height: 90px !important;
  }
}
.parallax-forside {
  height: 420px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
}
.parallax-forside .row {
  max-height: 100%;
}
.parallax-forside .row h1 {
  position: relative;
  font-size: 50px;
  top: 200px;
  text-shadow: 4px 4px 10px black;
  left: 0 !important;
  z-index: 1;
}
@media (max-width: 992px) {
  .parallax-forside .row h1 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .parallax-forside .row h1 {
    font-size: 30px;
  }
}
@media (max-width: 512px) {
  .parallax-forside .row h1 {
    font-size: 18px;
  }
}
p {
  font-size: 18px;
}
.forside-box i {
  color: #00a651;
  font-size: 26px;
  padding: 12px 0px 12px 0px;
}
.forside-box .forside-nyheder h4 {
  padding-bottom: 12px;
}
.forside-box .forside-adresse i {
  color: #00a651;
  font-size: 20px;
  padding: 4px 6px 0px 4px;
}
.gmap #cd-google-map {
  width: 100%;
  margin: 0;
}
.modal .modal-dialog .modal-content .modal-body button {
  color: black !important;
  position: relative;
  index: 9999;
  height: 10px;
  padding-bottom: 50px;
  top: 0;
}
.modal .modal-dialog .modal-content .modal-body button i {
  font-size: 30px;
}
.contourField {
  padding-bottom: 12px;
}
/* 
    Created by : WebDesignCenter
    Author     : DC
*/

.footer {
  min-height: 150px;
}
.footer img {
  width: 110px;
  padding: 40px 0px 10px 0px;
}
.footer p {
  position: relative;
  font-size: 10px;
  font-weight: 600;
  color: #eaeaea;
  margin-top: 10px;
}
.footer p a {
  color: #eaeaea;
}
/* 
    Created by : WebDesignCenter
    Author     : DC
*/

img {
  width: 100%;
}
p img {
  max-width: 100%;
  height: auto !important;
}
li {
  font-size: 18px;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-weight: 600;
}
.normal {
  font-weight: 400;
  color: black;
}
.white {
  color: white;
}
.container a {
  text-decoration-color: none;
  color: black;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
body {
  font-family: 'Advent Pro', sans-serif;
}
.gray-bg {
  background-color: #eaeaea;
  padding: 20px 0px 20px;
  z-index: 100;
}
.white-bg {
  z-index: 100;
}
.white-bg {
  background-color: white;
  padding: 20px 0px 20px;
}
.space-40 {
  padding: 40px 0px 40px;
}
.space-20 {
  padding: 20px 0px 20px;
}
.header-text {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 2px #00a651 solid;
  margin-bottom: 30px;
}
.footer-bg {
  background-color: #202020;
}
.footer-text {
  font-weight: 400;
}
.forside-box {
  padding-bottom: 20px;
}
/********* COOKIE BOKS ************/

#topCookiesID {
  position: fixed;
  z-index: 99991;
  bottom: 0px;
  width: 100%;
  display: none;
  font-size: 11px;
  color: white;
  background: rgba(0, 0, 0, 0.7);
}
#topCookiesID a {
  color: white;
  text-decoration: none;
}
#topCookiesID button {
  float: right;
}
#topCookiesID .alert {
  padding: 0px;
  margin: 10px 0px;
}
#topCookiesID .alert a {
  border-bottom: 1px solid #cccccc;
}
#topCookiesID a.luk {
  float: right;
  border-bottom: 1px dashed #cccccc;
}
