@import url(https://weloveiconfonts.com/api/?family=fontawesome);
@import url(https://fonts.googleapis.com/css?family=Rokkitt:400,700);
/*##############################################################
################################################################

                           Under opbygning    

################################################################
##############################################################*/
html {
  font-size: 10px;
  height: 100%; }

body {
  font-family: 'Rokkitt', serif;
  color: #333;
  overflow-x: hidden;
  height: 100%; }

.underopbygning {
  width: 100%;
  height: 1200px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  position: fixed;
  display: block; }

.hide {
  display: none; }

@media (min-width: 1200px) {
  .container {
    width: 70%; } }
header {
  padding: 1rem 4rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 999;
  box-shadow: 0 0px 15px #3C3C3C; }

header a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem; }

header a img {
  height: 7rem;
  padding-right: 1rem; }

header nav {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 550px;
  line-height: 9rem;
  left: calc(50% - 195px); }

header nav ul {
  padding: 0; }

header nav ul li {
  display: inline-block; }

header nav ul li a {
  display: block;
  padding: 0 3rem; }

header .phone {
  display: inline-block;
  font-size: 4rem;
  float: right;
  line-height: 7rem; }

header .phone i {
  font-size: 4rem;
  vertical-align: middle; }

/*##############################################################
################################################################

                           SPLASH    

################################################################
##############################################################*/
#splash {
  height: 100%; }

#splash .carousel,
#splash .item,
#splash .active {
  height: 100%; }

#splash .carousel-inner {
  height: 100%; }

#splash .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover; }

#splash .left i {
  top: 50%;
  color: white;
  position: absolute;
  left: 10px;
  font-size: 4rem; }

#splash .right i {
  top: 50%;
  color: white;
  position: absolute;
  right: 10px;
  font-size: 4rem; }

#splash .carousel-control {
  background: none; }

#splash .boxRight {
  position: absolute;
  z-index: 99;
  width: 33%;
  left: 33%;
  right: 33%;
  top: 20%;
  padding: 150px 75px;
  background-size: cover;
  color: white;
  text-shadow: 1px 1px 4px black;
  text-align: center;
  height: 425px; }

#splash .boxRight hr {
  margin: 5px 0 17px 0; }

#splash .boxRight h3,
#splash .boxRight h1,
#splash .boxRight h2 {
  padding: 0;
  margin: 0; }

.boxRight h1 {
  font-size: 50px; }

@media only screen and (max-width: 768px) {
  #splash .boxRight {
    display: none;
    height: 309px;
    width: 330px;
    left: 1%;
    top: 0%;
    padding: 123px 40px;
    padding: 123px 40px; }

  #splash .boxRight h1 {
    font-size: 3rem; }

  #splash .boxRight h2 {
    font-size: 2.5rem; }

  #splash .boxRight h3 {
    font-size: 2rem; } }
@media only screen and (max-width: 768px) {
  .boxMedia {
    position: absolute;
    top: 42%;
    z-index: 99;
    left: 3%;
    width: 100%; } }
/*##############################################################
################################################################

                           KUNDER    

################################################################
##############################################################*/
#kunder {
  background-color: #ECECEC; }

#kunder .reference-box {
  width: 100%;
  height: 500px;
  position: relative; }

@media only screen and (max-width: 768px) {
  #kunder .reference-box {
    height: 500px; } }
#kunder .reference-box ul {
  position: absolute;
  padding: 3% 15%;
  width: 100%;
  height: 100%;
  list-style: none;
  opacity: 0;
  overflow: hidden; }

@media only screen and (max-width: 768px) {
  #kunder .reference-box ul {
    padding: 3% 5%; } }
@media only screen and (min-width: 768px) {
  #kunder .reference-box ul {
    padding: 3% 5%; } }
@media only screen and (min-width: 992px) {
  #kunder .reference-box ul {
    padding: 2% 15%; } }
#kunder .reference-box ul:first-of-type {
  z-index: 2;
  opacity: 1; }

#kunder .reference-box ul li {
  width: 25%;
  height: 50%;
  float: left;
  box-sizing: border-box;
  padding: 1rem; }

@media only screen and (max-width: 768px) {
  #kunder .reference-box ul li {
    width: 50%;
    height: 25%; } }
#kunder .reference-box ul li a.popup-open {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  background: white;
  box-shadow: 0px 2px 7px #D6D5D5;
  padding: 0 20%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 0.3s; }

#kunder .reference-box ul li a.popup-open:hover, #kunder .reference-box ul li a.popup-open:active, #kunder .reference-box ul li a.popup-open:focus, #kunder .reference-box ul li a.popup-open:visited {
  text-decoration: none;
  box-shadow: 0px 4px 10px #b2b2b2; }

#kunder .reference-box ul li a.popup-open img {
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 0.2s;
  max-height: 80%;
  margin: auto; }

#kunder .reference-box ul li a.popup-open:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

#kunder .reference-box ul li .content {
  position: absolute;
  background: white;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
  color: #212121;
  border-bottom: 1px solid black;
  padding: 8rem 2rem 0rem 2rem; }

#kunder .reference-box ul li .content .scroll {
  position: relative;
  overflow-y: scroll;
  height: 100%; }

#kunder .reference-box ul li .content .popup-close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  padding: 0;
  margin: 0;
  color: #333;
  display: block;
  line-height: 0; }

#kunder .reference-box ul li .content .popup-close i {
  font-size: 5rem; }

#kunder .reference-box ul li .content .popup-close:hover, #kunder .reference-box ul li .content .popup-close:active, #kunder .reference-box ul li .content .popup-close:focus, #kunder .reference-box ul li .content .popup-close:visited {
  text-decoration: none; }

#kunder .reference-box ul li .content img {
  width: 100%; }

#kunder .reference-box ul li .content p {
  font-size: 2.3rem; }

#kunder .reference-box ul li .content article {
  padding-bottom: 6rem; }

#kunder .reference-box .tags {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative; }

#kunder .reference-box .tags li {
  display: inline-block;
  background-color: #E4E4E4;
  color: #333;
  width: auto;
  margin: 1rem 1rem;
  height: auto;
  padding: 1rem 1.5rem;
  line-height: normal;
  border-radius: 3px;
  font-size: 1.8rem; }

#kunder .reference-box .tags li:first-child {
  margin-left: 0; }

#kunder .container a {
  text-align: center;
  display: block;
  font-size: 2.5rem; }

/*##############################################################
################################################################

                           UDTALELSER   

################################################################
##############################################################*/
#udtalelser {
  background-color: #ECECEC;
  width: 100%;
  display: inline-flex; }

#udtalelser div {
  padding: 15rem 0;
  opacity: 0; }

#udtalelser div p {
  font-size: 3rem;
  text-align: center;
  line-height: 3.5rem; }

#udtalelser div p span {
  font-size: 6rem;
  vertical-align: text-bottom; }

#udtalelser div i {
  text-align: center;
  display: block;
  padding-top: 2rem; }

#udtalelser .testimonials {
  display: block;
  position: relative;
  list-style: none;
  width: 100%;
  padding: 0;
  height: 500px;
  overflow: hidden; }

@media only screen and (max-width: 768px) {
  #udtalelser .testimonials {
    height: 600px; } }
#udtalelser .testimonials li {
  position: absolute;
  opacity: 0;
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

@media only screen and (max-width: 768px) {
  #udtalelser .testimonials li {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%; } }
#udtalelser .testimonials li:first-of-type {
  z-index: 2;
  opacity: 1; }

#udtalelser .testimonials li p {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 3.5rem;
  color: #333;
  line-height: 5rem;
  margin: auto; }

#udtalelser .testimonials li span {
  font-size: 5rem; }

#udtalelser .testimonials li i {
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  position: absolute;
  left: 0;
  bottom: -35px;
  width: 100%; }

/*##############################################################
################################################################

                           PRISER    

################################################################
##############################################################*/
#priser {
  position: relative;
  background: #eaeaea; }

#priser .video-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#priser .video-container video {
  width: 100%; }

@media only screen and (max-width: 768px) {
  #priser .video-container video {
    width: auto;
    height: 100%; } }
@media only screen and (min-width: 768px) {
  #priser .video-container video {
    width: auto;
    height: 100%; } }
@media only screen and (min-width: 992px) {
  #priser .video-container video {
    width: auto;
    height: 100%; } }
@media only screen and (min-width: 1200px) {
  #priser .video-container video {
    width: 100%;
    height: auto; } }
#priser .pricingTable {
  display: flex;
  margin-top: 10rem;
  margin-bottom: 10rem;
  background-color: white; }

@media only screen and (max-width: 768px) {
  #priser .pricingTable {
    display: block;
    margin: 10rem 2.5rem; } }
#priser .pricingTable div {
  background: white;
  padding: 0; }

#priser .pricingTable div .topBanner {
  background-color: #34495E;
  height: 130px;
  padding-top: 10px; }

#priser .pricingTable div .topBanner h2 {
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin-top: 0; }

#priser .pricingTable div .topBanner h4 {
  color: white;
  padding: 10px;
  text-align: center; }

#priser .pricingTable div p {
  background-color: #5D88B3;
  border-radius: 200px;
  text-align: center;
  width: 150px;
  margin: 0 auto;
  height: 150px;
  margin-top: -80px;
  color: white;
  padding: 35px 0;
  line-height: 3rem;
  font-size: 4.5rem; }

#priser .pricingTable div p span {
  font-size: 2rem;
  text-align: center;
  display: block;
  padding: 0;
  text-transform: uppercase;
  font-weight: 100; }

#priser .pricingTable div ul {
  padding: 0; }

#priser .pricingTable div ul li {
  list-style-type: none;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 2rem; }

#priser .pricingTable div ul li i {
  vertical-align: sub; }

#priser .pricingTable .btn {
  margin: 10px auto; }

#priser form {
  padding: 16px;
  margin-top: 30px; }

#priser form input {
  max-width: none;
  margin: 0; }

#priser form textarea {
  background-color: #D0D1D0;
  border: none;
  font-size: 1.7rem;
  padding: 10px;
  color: #8B8C8B;
  width: 100%;
  resize: vertical;
  min-height: 130px;
  margin-top: 16px; }

#priser form textarea:focus {
  background-color: white;
  border: 2px solid #a3d39c;
  outline: none; }

#priser form > span {
  width: 100%;
  margin: 1em 0; }

/*##############################################################
################################################################

                           OM OS    

################################################################
##############################################################*/
#omos {
  background: white;
  position: relative; }

#omos div > .row {
  margin-top: 100px; }

#omos img {
  width: 100%; }

#omos article h2 {
  font-size: 2.4rem;
  font-weight: bold; }

#omos article p {
  font-size: 2.4rem;
  line-height: normal; }

@keyframes displayArticle {
  0% {
    opacity: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 0%;
    height: 0%; }
  100% {
    opacity: 1;
    left: 0px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; } }
@keyframes hideArticle {
  0% {
    opacity: 1;
    left: 0px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  100% {
    opacity: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 0%;
    height: 0%; } }
#omos .displayArticle {
  animation: displayArticle .5s;
  animation-fill-mode: forwards; }

#omos .hideArticle {
  animation: hideArticle .5s;
  animation-fill-mode: forwards; }

#omos .hideArticleBtn {
  position: absolute;
  right: 2rem;
  top: 2rem;
  padding: 0;
  margin: 0;
  color: #333;
  display: block;
  line-height: 0;
  z-index: 99; }

#omos .hideArticleBtn i {
  font-size: 5rem; }

#omos .scroll {
  position: relative;
  overflow-y: scroll;
  height: 100%; }

#omos .fullArticle {
  background: white;
  opacity: 0;
  position: absolute;
  z-index: 0;
  padding: 8rem 2rem; }

#omos a {
  text-align: right;
  display: block;
  font-size: 2.5rem; }

.input__label-content,
.input__label-content--yoshiko {
  font-size: 1.7rem;
  top: 12px; }

.btn {
  text-align: center;
  min-width: 130px;
  margin: 15px auto;
  display: block;
  background-color: #34495E;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 2px;
  font-size: 2rem;
  transition: 0.2s; }

.btn:hover {
  color: white;
  background-color: #425d79; }

.big {
  width: 50%;
  display: inline-block !important;
  margin: 0px 8px 8px; }

.small {
  display: inline-block !important;
  margin: 0px 8px 8px;
  background-color: rgba(52, 73, 94, 0.58);
  border: 1px solid #34495E; }

.black {
  color: #34495E !important;
  text-shadow: 1px 1px black; }

/*##############################################################
################################################################

                           ARROW    

################################################################
##############################################################*/
.fa {
  width: 57px;
  display: block;
  text-align: center;
  color: black;
  font: normal 45px 'FontAwesome';
  line-height: 60px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.fa-angle-double-down:before {
  content: "\f103"; }

.bounce:hover {
  color: white;
  background-color: rgba(255, 254, 254, 0.18);
  transition: 0.2s; }

.noline {
  text-decoration: none !important; }

.bounce {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  border: 2px solid #34495E;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
/*##############################################################
################################################################

                           FOOTER    

################################################################
##############################################################*/
footer {
  background: #333;
  color: white; }

footer .secondFooter {
  background: #1d1d1d;
  color: white; }

footer .secondFooter .container {
  text-align: center; }

footer .secondFooter span {
  margin: 15px;
  display: inline-block;
  min-width: 15%; }

footer .row {
  padding: 30px 0; }

footer div div div a {
  color: white;
  font-size: 3.5rem;
  text-align: center;
  display: block;
  margin: 15px 0; }

footer div div div a i {
  vertical-align: middle; }

footer h3 {
  text-align: center;
  font-size: 4rem;
  padding: 0;
  margin-bottom: 0px; }

footer p {
  text-align: center;
  font-size: 2rem;
  margin: 0; }

footer form {
  padding: 0 16px; }

footer form input {
  max-width: none;
  margin: 0;
  vertical-align: top; }

footer form .input {
  margin: 16px 0;
  max-width: none;
  width: 100%; }

footer form textarea {
  background-color: #D0D1D0;
  border: none;
  font-size: 1.7rem;
  padding: 10px;
  color: #8B8C8B;
  width: 100%;
  resize: vertical;
  min-height: 130px;
  margin-top: 16px; }

footer form textarea:focus {
  background-color: #333;
  border: 2px solid #a3d39c;
  outline: none; }

@keyframes popup {
  100% {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; } }
@keyframes popup {
  0% {
    opacity: 0; }
  100% {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; } }
.popup {
  animation: popup .5s forwards; }

@keyframes slideIn {
  0% {
    left: -200px; }
  100% {
    left: 0px; } }
.slideIn {
  animation: slideIn .5s;
  animation-fill-mode: forwards; }

@keyframes slideOut {
  0% {
    left: 0px; }
  100% {
    left: -200px; } }
.slideOut {
  animation: slideOut .5s;
  animation-fill-mode: forwards; }

@keyframes slideInPanel {
  0% {
    left: 0px; }
  100% {
    left: 200px; } }
.slideInPanel {
  animation: slideInPanel .5s;
  animation-fill-mode: forwards; }

@keyframes slideOutPanel {
  0% {
    left: 200px; }
  100% {
    left: 0px; } }
.slideOutPanel {
  animation: slideOutPanel .5s;
  animation-fill-mode: forwards; }

.toggle-button {
  display: none; }

.toggle-button i {
  vertical-align: middle;
  cursor: pointer; }

#mobileNav {
  background-color: #333;
  width: 200px;
  height: 100vh;
  left: -200px;
  position: fixed;
  z-index: 100; }

#mobileNav ul {
  margin-top: 90px;
  padding: 0; }

#mobileNav ul li a {
  color: white;
  font-size: 2rem;
  padding: 10px 0px 10px 25px;
  display: block;
  border-bottom: 1px solid #292929; }

#panel {
  position: absolute;
  width: 100%;
  height: 100%; }

.finesse {
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: 2px solid #34495E; }

.form-style {
  box-shadow: 0px 0px 10px black;
  background-color: rgba(0, 0, 0, 0.2); }

fieldset {
  display: none; }

fieldset:first-of-type {
  display: block; }

fieldset {
  border: none; }

input[type=checkbox], input[type=radio] {
  margin: 6px 0 0 0; }

@media only screen and (max-width: 530px) {
  footer p {
    font-size: 2em; } }
.veld {
  width: 70%;
  margin: 0 0 10%;
  float: right;
  position: relative;
  right: -80%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 0.2s; }

.veld:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

/*##############################################################
################################################################

                      HANDELSBETINGELSER    

################################################################
##############################################################*/
.HBlogo {
  width: 300px;
  position: absolute;
  left: calc(50% - 150px);
  text-align: center; }

.HBforside {
  line-height: 7rem; }

.HBforside i {
  vertical-align: middle; }

main {
  margin: 120px 0;
  background: white; }

main h1,
main h2,
main h3 {
  font-weight: bold; }

main p {
  font-size: 2.3rem; }

/*##############################################################
################################################################

                           RESPONSIVE    

################################################################
##############################################################*/
@media only screen and (max-width: 1020px) {
  header nav {
    display: none; }

  .toggle-button {
    display: inline-block;
    padding-right: 50px; }

  .veld {
    width: 50%;
    margin: 0 0 10%;
    float: none;
    right: -25% !important;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: 0.2s; } }
@media only screen and (max-width: 900px) {
  html {
    font-size: 8px; }

  header .phone {
    display: inline-block; }

  .veld {
    width: 50%;
    margin: 0 0 10%;
    float: none;
    right: -25% !important;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: 0.2s; } }
@media only screen and (max-width: 530px) {
  header .phone {
    display: none; } }
@media only screen and (max-width: 992px) {
  .video-container {
    display: none; } }
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
