h2{
	color: #BF9F56;
}

/* =================================
FIXED FOOTER
==================================== */
.admin-bar #main {
  min-height: calc(100vh - (32px + 86px + 91px));
}
#main {
  min-height: calc(100vh - (86px + 91px));
}


/* =================================
COOKIE LAW INFO
==================================== */
/* cookie bar */
#cookie-notice {
  position: absolute;
  background-color: rgba(78,78,78,0.9) !important;
}
.cookie-notice-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#cn-notice-text {
  order: 1;
}
/* knapper */
#cookie-notice .cn-button {
  padding: 0;
  margin-bottom: 0;
  font-size: 13px;
}
/* ok knap */
#cn-accept-cookie {
  width: 40px;
  height: 25px;
  line-height: 25px;
  margin-top: -2px;
  padding-top: 2px;
  color: #ffffff;
  background-color: #5cb85c;
  order: 3;
}
#cn-accept-cookie:hover {
  background-color: #449d44;
}
/* læs mere knap */
#cn-more-info {
  color: #fff;
  text-decoration: underline;
  order: 2;
}
#cn-more-info:hover {
  color: #d8d8d8;
}
/* med admin bar */
.admin-bar.cookies-not-accepted #main-header {
  top: 64px !important;
}
.admin-bar.cookies-not-accepted #main-header.et-fixed-header {
  top: 32px !important;
}
.admin-bar #cookie-notice {
  top: 32px;
}
/* uden admin bar */
.cookies-not-accepted #main-header {
  top: 20px !important;
}
.cookies-not-accepted #main-header.et-fixed-header {
  top: 0 !important;
}
.cookies-not-accepted #et-main-area {
  margin-top: 20px !important;
}

@media (max-width: 980px) {
  /* med admin bar */
  .admin-bar.cookies-not-accepted #main-header.et-fixed-header {
    top: 64px !important;
  }
  /* uden admin bar */
  .cookies-not-accepted #main-header,
  .cookies-not-accepted #main-header.et-fixed-header {
    top: 40px !important;
  }
  .cookies-not-accepted #et-main-area {
    margin-top: 40px !important;
  }
}  /* end max-width: 980px */

@media (max-width: 768px) {
  /* med admin bar */
  .admin-bar #cookie-notice {
    top: 46px;
  }
  .admin-bar.cookies-not-accepted #main-header,
  .admin-bar.cookies-not-accepted #main-header.et-fixed-header {
    top: 84px !important;
  }
  .admin-bar.cookies-not-accepted #et-main-area {
    margin-top: 40px !important;
  }
}  /* end max-width: 768px */

@media (max-width: 480px) {
  .cookie-notice-container {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* med admin bar */
  .admin-bar.cookies-not-accepted #main-header,
  .admin-bar.cookies-not-accepted #main-header.et-fixed-header {
    top: 96px !important;
  }
  /* uden admin bar */
  .cookies-not-accepted #main-header,
  .cookies-not-accepted #main-header.et-fixed-header {
    top: 60px !important;
  }
  .cookies-not-accepted #et-main-area {
    margin-top: 60px !important;
  }
}  /* end max-width: 480px */

@media (max-width: 375px) {
  /* med admin bar */
  .admin-bar.cookies-not-accepted #main-header,
  .admin-bar.cookies-not-accepted #main-header.et-fixed-header {
    top: 118px !important;
  }
  /* med admin bar */
  .cookies-not-accepted #main-header,
  .cookies-not-accepted #main-header.et-fixed-header {
    top: 80px !important;
  }
  .cookies-not-accepted #et-main-area {
    margin-top: 80px !important;
  }
}  /* end max-width: 375px */


/* =================================
RESPONSIVE
==================================== */
@media (max-width: 1024px) {
  
}  /* end max-width: 1024px */

@media (max-width: 768px) {
  
}  /* end max-width: 768px */

@media (max-width: 414px) {
  
}  /* end max-width: 414px */

@media (max-width: 375px) {
  
}  /* end max-width: 375px */

@media (max-width: 360px) {
  
}  /* end max-width: 360px */

@media (max-width: 320px) {
  
}  /* end max-width: 320px */