﻿htl,
body {
  -webkit-font-smoothing: antialiased;
}
/*colors*/
/*Transitions*/
.transition-1s {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.transition-3s {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.transition-5s {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gradient {
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  -webkit-transition: background-image 1s linear;
  -moz-transition: background-image 1s linear;
  -o-transition: background-image 1s linear;
  transition: background-image 1s linear;
}
/*fonts*/
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.to-top {
  display: none;
}
@media screen and (min-width: 1700px) {
  .to-top {
    display: inline-block;
    position: fixed;
    bottom: 4rem;
    right: 1rem;
    z-index: 99;
  }
  .to-top::before {
    content: "";
    border-bottom: 20px solid #e40615;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
}
.go-back {
  display: inline-block;
  border-bottom: 1px solid white;
  letter-spacing: 0.05rem;
}
a,
a:hover {
  color: white;
  text-decoration: none;
}
/*overrides*/
strong {
  font-weight: normal;
}
.container {
  width: 100%;
  max-width: 67rem;
  padding: 0 3rem;
  position: relative;
}
.container.container-lg {
  max-width: 1850px;
}
.row.row-fluid {
  margin: 0;
}
.row.row-fluid .col {
  padding: 0;
}
.row.row-reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 991px) {
  .offsett {
    margin: 0 0.5rem;
  }
}
/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  /* background-color: #153b49;*/
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  /*height: 88vh;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides_nav {
  width: 3rem;
  cursor: pointer;
  position: absolute;
  width: 50%;
  bottom: 0;
  height: 80%;
  background-position-y: center;
  z-index: 98;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
  background-repeat: no-repeat;
  background-size: 2rem;
}
.rslides2,
.rslides2_nav,
.rslides3,
.rslides3_nav {
  /*display: none;*/
}
.prev:hover,
.next:hover {
  opacity: 1;
}
.prev {
  background-image: url('images/slider_arrow_left.svg');
  left: 6rem;
}
.next {
  background-image: url('images/slider_arrow_right.svg');
  right: 6rem;
}
.rslides_nav.next {
  background-position-x: right;
}
.planSection {
  display: none;
}
.fasadeSection {
  display: none;
}
.rslides1_tabs,
.rslides2_tabs,
.rslides3_tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  height: 1rem;
  position: absolute;
  bottom: 1.5rem;
  z-index: 99;
  left: 0;
  right: 0;
  margin: auto;
}
.rslides1_tabs li,
.rslides2_tabs li,
.rslides3_tabs li {
  margin: 10px;
  display: inline-block;
}
.rslides1_tabs li a,
.rslides2_tabs li a,
.rslides3_tabs li a {
  color: transparent;
  background-color: white;
  display: inline-block;
  width: 2.5rem;
  height: 0.6rem;
}
.rslides_tabs li.rslides_here a {
  background-color: #ffe933;
}
body {
  color: white;
  background-color: #000;
  background-image: url('images/bg.png');
  /*background-image: url('images/bunnpris-bg.jpg');*/
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: 73rem;
}
.header,
.footer {
  text-align: center;
  background-color: #ffe933;
  font-size: 1rem;
}
.header .logo,
.footer .logo {
  max-width: 100%;
  height: 7em;
}
.header .col,
.footer .col {
  padding: 1.5em 1em;
  text-align: right;
}
.header .col-skiw,
.footer .col-skiw {
  flex: 0 0 5em;
  max-width: 5em;
  border-top: 10em solid #ffe933;
  border-bottom: 0rem solid #ffe933;
  border-right: 4em solid #e40615;
  padding: 0;
}
.header .col-cola,
.footer .col-cola {
  background-color: #e40615;
  text-align: left;
}
.header .container,
.footer .container {
  max-width: 100%;
  padding: 0;
}
.header .container .row,
.footer .container .row {
  margin: 0;
}
.header {
  position: relative;
  margin-bottom: 3rem;
}
.section {
  text-align: center;
  margin-bottom: 4rem;
}
.section_heading {
  font-size: 3rem;
  font-weight: 700;
  color: #ffe933;
  text-transform: uppercase;
}
.section_pre-heading {
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 0 2rem;
}
.section_iframe {
  /* .container{
            max-width:71rem;
        }*/
}
.section_iframe iframe {
  aspect-ratio: 16/9;
  border: 0.5rem solid white;
}
.section_grid_item {
  border: 1px solid white;
  padding: 1.5rem 1.5rem 2.5rem 1.5rem;
  height: 100%;
}
.section_quote {
  max-width: 60rem;
  margin: auto;
  font-weight: 700;
  font-size: 2.9rem;
  line-height: 3.4rem;
}
.form-section {
  max-width: 700px;
  margin: 5rem auto;
}
.form-section .form-control,
.form-section .text {
  min-height: 50px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 20px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #555;
}
.form-section textarea.form-control,
.form-section textarea {
  height: auto !important;
  width: 100%;
  font-size: 14px;
  color: #555;
  padding: 20px;
  min-height: 150px;
  border: none;
}
.form-section .btn-primary {
  border: none;
  color: black;
  height: 50px;
  line-height: 50px;
  background: #ffe933;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  outline: none;
  padding: 0 2rem;
}
.form-section ::-webkit-input-placeholder {
  /* Edge */
  color: black;
}
.form-section :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}
.form-section ::placeholder {
  color: black;
}
.form-section .field-validation-error {
  /*color: @black;*/
  font-size: 16px;
}
.footer {
  margin-top: 26rem;
}
.footer .col {
  padding-bottom: 8rem;
}
.footer .col-skiw {
  border-top: 17rem solid #ffe933;
  border-bottom: 0rem solid #ffe933;
  border-right: 6rem solid #e40615;
  padding: 0;
}
:root {
  font-size: 20px;
  /*@media screen and (max-width: 767px) {
        font-size: calc(2.2vw + .1rem);
    }*/
}
@media screen and (max-width: 1860px) {
  :root {
    font-size: calc(1vw + 0.1rem);
  }
}
@media screen and (max-width: 1300px) {
  :root {
    font-size: calc(1.04vw + 0.1rem);
  }
  :root .header,
  :root .footer {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 991px) {
  :root {
    /*.header, .footer {
            font-size: 1rem;

            .logo {
                max-width: 100%;
                height: 6em;
            }

            .col {
                padding: 2.5em 1em;

                &-skiw {
                    padding: 0;
                }
            }
        }*/
  }
  :root .header {
    margin-bottom: 5rem;
  }
  :root .section {
    margin-bottom: 6rem;
  }
  :root .form-section {
    margin: 10rem auto;
  }
  :root .form-section .form-label,
  :root .form-section .btn {
    font-size: 14px;
  }
  :root .form-section .btn {
    padding: 0 30px;
  }
}