@import url('https://fonts.googleapis.com/css?family=Muli:400,700&display=swap');

html, body {
  font-family: 'Muli', sans-serif;
  background: #333;
  color: #6b6b6b;
}

body {
  padding-top: 50px;
}

.no-overflow {
  overflow: hidden;
  overflow-x: hidden;
  position: relative;
}

a, a:hover {
  color: #429b7d;
  cursor: pointer;
}

.nav-expander div {
  display: none;
}

.nav-side ul li div {
  margin-left: 45px;
  display: none;
}

.block-content {
  position: relative;
}

.nav-side ul li div a {
  font-weight: 500;
  color: #FFF;
  font-size: 110%;
  display: block;
  padding: 3px 0px;
}

.nav-side ul li div a:hover, .nav-side ul li div a.active {
  color: #FFF;
  background-color: transparent;
}

.nav-side ul {
  margin-top: 65px;
  margin-bottom: 30px;
  list-style: none;
  padding-left: 0px;
  padding-top: 15px;
}

.nav-side ul li a {
  padding-left: 30px;
  color: #FFF;
  font-size: 110%;
  font-weight:bold;
}
.nav-side ul li a:hover {
  color: #FFF;
  background: #429b7d;
  transition: 0.25s;
}

.nav-side ul li.nav-item.active > a {
  color: #FFF;
  background: #429b7d;
  transition: 0.25s;
}

.nav-side {
  width: 300px;
  height: calc(100vh);
  overflow-y: auto;
  background: #222222;
  position: fixed;
  top: 0px;
  right: -305px;
  z-index: 5;
}

.nav-side .main-nav-toggle, .nav-side .main-nav-toggle:hover {
  color: #FFF;
  position: absolute;
  left: 15px;
  top: 15px;
}

.main-nav-brand {
  font-weight: 700;
  color: #FFF;
  font-size: 220%;
}

.main-nav-brand:hover {
  color: #FFF;
  text-decoration: none;
}

img.logo-lg {
  margin-right: 15px;
  max-width: 100px;
  margin-top: -5px;
  transition: 0.5s;
}

img.logo-sm {
  max-width: 50px;
  margin-top: 0px;
  transition: 0.5s;
}

.dropdown-menu {
  border-radius: 0px;
}

h1, h2, h3, h4 {
  color: #429b7d;
  font-weight: 700;
}

#content img {
  max-width: 100%;
}

#intro {
  height: 525px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#intro-spacer {
  height: 108px;
}

#content {
  background: #FFF;
  min-height: 300px;
}
.content {
  padding: 50px 0px;
}

#admin-navbar {
  background: #222;
  padding: 15px;
  color: #FFF;
  font-size: 90%;
}

#admin-navbar a {
  color: #FFF;
  margin-left: 15px;
}

@media (max-width: 450px) {
  #admin-navbar a {
    display: block;
    width: 100%;
    margin-left: 0px;
    padding: 2px 0px;
  }
  #admin-navbar .float-right {
    float: none !important;
    margin-top: 10px;
  }
}

.main-nav {
  background-color: #333;
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0, 0, 0, .3) 100%);
  padding: 225px 10px 10px 20px;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 325px;
  z-index: 5;
}

.main-nav a {
  text-decoration: none;
}

.main-nav-dark .main-nav-nav .nav-link {
  color: rgba(255,255,255,.75);
}

.main-nav-dark .main-nav-nav .nav-link:hover {
  color: rgba(255,255,255,1);
}

.main-nav-links ul {
  margin: 0px;
  margin-top: 20px;
  list-style: none;
  display: flex;
  padding: 30px;
}

.main-nav-links ul li {
  line-height: 40px;
  height: 40px;
}

.main-nav-links ul li a.dropdown-item {
  line-height: 24px;
  height: auto;
}

.main-nav-links ul img {
  display: inline-block;
  width: 40px;
}

.main-nav-links {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: linear-gradient(90deg, #3f51b5 0%, #009688 100%);
  transition: .25s;
}

.main-nav-links ul {
  margin-top: 0px;
  transition: .25s;
}

.main-nav-links ul li a.dropdown-item {
  color: #333;
  font-weight: normal;
  padding: .25rem 1.5rem;
}

.main-nav-links ul li a {
  color: #FFF;
  font-weight: bold;
  padding: 30px 10px;
}

.main-nav-links ul li a:hover {
  color: #F1F1F1;
}

a.main-nav-toggle, a.main-nav-toggle:hover {
  font-size: 100%;
  color: #FFF;
  padding: 15px;
  position: absolute;
  right: 15px;
  top: 10px;
}

.main-nav-brand-sm {
  font-size: 120%;
  color: white;
  font-weight:bold;
}

@media (max-width: 1023px) {
  .main-nav {
    padding: 15px 0px;
    top:0px;
    height: auto;
    background: #333;
  }
  body {
    padding-top: 0px;
  }
  #intro-spacer {
    height: 80px;
  }
  #intro {
    height: 200px;
    background-image: url("/static/img/background1.jpg");
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

@media (max-width: 450px) {
  .nav-side {
    width: 100%;
  }
}

.main-nav-brand small {
  margin-top: -15px;
  display: inherit;
}

.btn {
  border-radius: 20px;
  padding: 7px 30px;
}

.btn-group .btn {
  padding: 7px 10px;
}

.btn-success, .btn-success:hover, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
  color: #ffffff !important;
  background-color: #429b7d;
  border-color: #429b7d;
}

.btn-admin, .btn-admin, .btn-admin:hover, .btn-admin:link, .btn-admin:active .btn-admin:hover, .btn-admin:not(:disabled):not(.disabled).active, .btn-admin:not(:disabled):not(.disabled):active, .show>.btn-admin.dropdown-toggle {
  color: #ffffff !important;
  background-color: #3f51b5;
  border-color: #313f8a;
}

.btn-blue, .btn-blue, .btn-blue:hover, .btn-blue:link, .btn-blue:active .btn-blue:hover, .btn-blue:not(:disabled):not(.disabled).active, .btn-blue:not(:disabled):not(.disabled):active, .show>.btn-blue.dropdown-toggle {
  color: #ffffff !important;
  background-color: #374f92;
  border-color: #374f92;
}

.btn-admin-sm {
  padding: 7px 11px;
  position: absolute;
  top: -10px;
  right: 0px;
  color: #fff;
}

.btn-xs {
  padding: 3px 15px;
  font-size: 100%;
  color: #fff;
}

a.btn-admin-xs, {
  padding: 2px 5px;
  font-size: 80%;
  color: #fff;
}

.footer {
  padding: 75px 0px;
  color: white;
  background: #333;
  background: linear-gradient(90deg, #3f51b5 0%, #009688 100%);
}

.footer a {
  color: #FFF;
  font-weight: bold;
}

.footer .col {
  margin:20px 0px;
}

.footer h4 {
  color: #FFF;
  font-weight: bold;
}

.fade-in {
  opacity: 0;
}

#pages-sidenav a {
  display: block;
  font-weight: bold;
  color: #727276;
}

#pages-sidenav a.active {
  color: #429b7d;
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 4px;
  background: #333333;
  background: linear-gradient(90deg, #3f51b5 0%, #009688 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 4px;
  background: #70d6b4;
  width: 0%;
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #3f51b5;
  cursor: pointer;
  border-radius: 100%;
  padding: 8px;
  font-size: 200%;
  color: white;
  width: 65px;
  height: 65px;
  text-align:center;
  z-index: 5;
}

#goodbye {
  background: #234c4c;
  color: white;
  padding: 50px;
}

#goodbye a {
  color: #FFF;
}

.energi-logo {
  width: 70%;
  filter: grayscale(1) brightness(1000%)
}

.dropdown .btn:hover {background: #429b7d; color:#000;}
.dropdown .btn:active {background: #429b7d; color:#000;}
.dropdown .btn:focus {background: #429b7d; color:#000;}
.container .dropdown .dropdown-menu a:hover {
  color: #fff;
  background-color: #429b7d;
  border-color: #fff;
}

.dropdown-menu {
  width: 275px;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #429b7d;
  color: #fff !important;
}

.note-editor.note-airframe, .note-editor.note-frame {
  border: 1px solid #ced4da !important;
}

.admin-page-edit, .admin-page-save, .admin-page-delete {
  margin-top: 15px;
}
.admin-page-header-edit, .admin-page-header-season {margin-bottom: 10px}
.admin-page-save, .admin-page-header-edit, .admin-page-header-season {
  display: none;
}

.note-editable div.row div {
  border: 1px dashed #CCC;
}

.bestyrelsen div.row div {
  padding: 10px;
  border: 10px solid #FFF;
  background: #F1F1F1;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol#page-nav-sort {
  list-style-type:none;
  padding: 0px;
}

ol#page-nav-sort li.placeholder {
  position: relative;
  border: 2px #CCC dashed;
  border-radius: 5px;
  height: 30px;
}
ol#page-nav-sort li.placeholder:before {
  position: absolute;
}

@media (min-width: 576px) {
  #admin-edit-block-modal .modal-dialog {
      max-width: 800px;
  }
}

.modal-content {
  border-radius: 0;
}

.news {
  padding: 30px;
  background: #f1f1f1;
  cursor: pointer;
  margin-bottom: 30px;
  color: #6c757d;
  border-radius: 5px;
}

.news-image {
  background-image: url(/static/img/noimage.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: cover;
  min-height: 200px;
}

@media (max-width: 450px) {
  .news-image {
    height: 150px;
    min-height: 150px;
    margin-bottom: 15px;
    margin-top: 0px;
    background-position: center center;
  }
}

.news-date {
  font-weight: bold;
  color: #429b7d;
}

.news-more {
  position: absolute;
  right: 15px;
  bottom: 0px;
}

.news h4 {
  font-weight: 700;
  color: #6c757d;
}

.top-services {
  padding: 50px 0px 50px 0px;
  background: #247b5e;
  background: linear-gradient(90deg, #3f51b5 0%, #009688 100%);
}

.top-services  h3 {
  color: white;
  font-size: 120%;
}

.top-services  h3 i {
  color: white;
  font-size: 150%;
  margin-bottom: 15px;
}

.top-services large {
  font-size: 150%;
}

.top-intro {
  padding: 75px 0px 25px 0px;
  background: #f1f1f1;
  color: #555;
}

.top-intro h3 {
  color: #555;
  font-weight: bold;
}

.top-intro .btn-success {
  background-color: #429b7d;
  border-color: #429b7d;
}

.event-table {
  padding:15px;
  border-radius: 15px;
  background: #f1f1f1;
}

.event-table table {
  width:100%;
}

.event-table table tr td {
  border: none;
  padding: 4px 4px;
}

table.events tr td:first-child {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fixed-top {
    top: 8px;
}

.forum-images {
  padding: 15px;
  background: #FFF;
}

.forum-images img {
  height: 100px;
}

.forum-thread {
  background: #FFF;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 15px;
  border: 3px solid #CCC
}

.forum-post {
  background: #FFF;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 15px;
  border: 3px solid #CCC
}

.forum-reply {
  padding: 15px;
  background: #FFF;
  border-radius: 15px;
  border: 3px solid #CCC
}

.latest-wrapper {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 12px;
  margin-bottom: 30px;
}

.latest-wrapper2 {
  margin-bottom: 30px;
}

.latest-wrapper h3 {
  font-size: 125%;
  color: #727276;
  margin-bottom: 15px;
}

.latest-wrapper table {
  margin-bottom: 15px;
  width: 100%;
}

.form-control:focus {
  background-color: #fff;
  border-color: #429b7d;
  outline: none;
  box-shadow: 0px 0px 5px #429b7d;
}

::selection {
  background: #429b7d; /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #429b7d; /* Gecko Browsers */
  color: white;
}

.sl-wrapper .sl-navigation button {
    color: #dedede !important;
}

.elfinder.ui-front {
    z-index: 2000;
}

#book-form, .accept-box {
  background: #3f51b5;
  color: #FFF;
  padding:15px;
}

#book-form h4, .accept-box h4 {
  color:#9faeff;
}
