/*
Theme Name: ORAS Child
Theme URI: 
Description: ORAS Child
Author: Rasmus Ryberg Andersen
Author URI: https://www.online-results.dk
Template: oras
Version: 0.4
*/
/* Variabler og imports
-------------------------------------------------------------- */
/*Colors*
/*maincolors*/
/*Typography*/
/*indstillinger*/
/* ORAS theme
-------------------------------------------------------------- */
body {
  color: #3a3a3c;
  font: 14px Myriad Pro, sans-serif;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 14px;
  line-height: normal;
  font-family: "Myriad Pro", sans-serif;
  height: 100%;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Myriad Pro", sans-serif;
}
body,
p {
  font-family: "Myriad Pro", sans-serif;
}
a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}
.wpcf7-form input {
  padding: 8px;
}
.header-container {
  background-color: #fff;
  box-shadow: none;
}
.header-container .header {
  background-color: transparent;
  height: auto;
}
.header-container .header .header-btn {
  background: #000000;
  color: #c2b59b;
}
.header-container .header .logo {
  height: 65px;
  width: auto;
}
.header-container .header .logo:last-child {
  float: right;
}
@media screen and (max-width: 768px) {
  .header-container .header {
    height: 70px;
  }
  .header-container .header .logobar {
    height: auto;
  }
  .header-container .header .logobar a {
    height: 38px;
  }
  .header-container .header .header-btn {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-container .header .header-btn:before {
    color: #c3b588;
  }
  .header-container .header .logo,
  .header-container .header .logo:last-child {
    float: left;
    margin-top: 12px;
  }
  .header-container .header .logo img,
  .header-container .header .logo:last-child img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .header-container .header {
    height: 150px;
  }
  .header-container .header .logo,
  .header-container .header .logo:last-child {
    float: none;
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 0;
    height: 25px;
  }
  .header-container .header .logo img,
  .header-container .header .logo:last-child img {
    display: block;
    margin: 0 auto;
  }
  .header-container .header .header-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    top: auto;
    transform: translateX(-67%);
  }
  .header-container .header .header-btn:before {
    color: #c3b588;
  }
}
.header-container .header nav {
  transition: none !important;
}
.header-container .header nav div ul li {
  border-right: 2px solid #C2B59B;
}
.header-container .header nav div ul li.current-menu-item,
.header-container .header nav div ul li:hover {
  background-color: #000;
}
.header-container .header nav div ul li a {
  font-family: Myriad Pro, "MS Trebuchet", sans-serif;
  font-size: 16px;
  color: #c2b59b;
  text-decoration: none;
  float: none !important;
  float: left;
  text-transform: uppercase;
  padding: 5px 14px;
  display: block;
  font-weight: bold;
  line-height: 25px;
}
.header-container .header nav div ul li a:hover {
  background-color: transparent;
}
.header-container .header nav div ul li.menu-item-has-children:hover ul.sub-menu {
  background-color: #fff;
}
.header-container .header nav div ul li.menu-item-has-children:hover ul.sub-menu li {
  border-right: 0;
}
.header-container .header nav div ul li.menu-item-has-children:hover ul.sub-menu li a {
  background-color: #fff;
  color: #c2b59b;
  transition: none;
  padding: 5px 14px;
}
.header-container .header nav div ul li.menu-item-has-children:hover ul.sub-menu li a:hover {
  background-color: #000;
}
.header-container .header:hover ul li a {
  color: #c2b59b;
}
#header-menu {
  width: 100%;
}
.logobar {
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 768px) {
  body .topBannerWrapper {
    margin-top: 82px;
  }
}
@media screen and (max-width: 450px) {
  body .topBannerWrapper {
    margin-top: 162px;
  }
}
.offcanvas.activated {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.site-overlay.activated {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  -moz-animation: fade 500ms;
  -o-animation: fade 500ms;
  animation: fade 500ms;
}
.content h1 {
  color: #3EAA44;
  font-size: 32px;
  margin: 0 0 10px;
  line-height: 50px;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 2px dashed #3EAA44;
  width: 100%;
}
.topBannerWrapper {
  width: 100vw;
  max-width: 1224px;
  margin: 0 auto;
  margin-top: 150px;
}
.topBannerWrapper .topBanner {
  width: 100%;
}
.content-container {
  margin-top: 0px;
}
.content-container .content {
  min-height: calc(100vh - 532px);
}
.forsideBokseContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.forsideBokseContainer a {
  margin-bottom: 2px;
  margin-right: 4px;
  flex-basis: 250px;
}
.galleri-valg-container .galleri-valg {
  float: left;
  margin-left: 6px;
}
.galleri-valg-container .galleri-valg a img {
  border: 1px solid #eee;
  padding: 1px;
}
.galleri-valg-container .galleri-valg a .galleri-valg-tekst {
  margin-top: 0px;
}
.galleri-valg-container .galleri-valg a .galleri-valg-tekst span {
  font-size: 12px;
  text-decoration: none;
}
.gallery-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gallery-container a {
  flex: 0 1 calc(25% - 4px);
  margin-right: 4px;
}
.gallery-container a img {
  width: 100%;
}
@media screen and (max-width: 1224px) {
  .gallery-container a {
    flex: 0 1 calc(33% - 4px);
  }
}
@media screen and (max-width: 768px) {
  .gallery-container a {
    flex: 0 1 calc(50% - 4px);
  }
}
.sidebar .widget_custom_html {
  background-color: #667967;
  padding: 16px 16px 26px 16px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.sidebar .widget_custom_html h2 {
  font-size: 22px;
}
.sidebar .widget_custom_html a {
  font-size: 16px;
  color: #fff;
}
.footer-container {
  background: #fff;
  color: #3a3a3c;
  font-size: 14px;
  padding: 20px 0px;
}
.footer-container p {
  width: 100%;
  text-align: center;
}
