
/* ----------------------------------
 *
 * Generellt
 *
 * */
img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

/* ----------------------------------
 *
 * Hem
 *
 * */
.header {
  height: 400px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .header {
    height: 500px;
  }
}
@media only screen and (min-width: 576px) and (min-width: 768px) {
  .header {
    height: 600px;
  }
}
@media only screen and (min-width: 576px) and (min-width: 992px) {
  .header {
    height: 650px;
  }
}
@media only screen and (min-width: 1200px) {
  .header {
    height: 700px;
  }
}
.header img {
  height: 100%;
  width: 100%;
}
.header h1 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: 500;
  font-size: 2em;
  text-shadow: 2px 2px 5px #000000;
  max-width: 80%;
  margin: 0;
}
@media only screen and (min-width: 576px) {
  .header h1 {
    font-size: 3em;
  }
}
@media only screen and (min-width: 992px) {
  .header h1 {
    font-size: 4em;
    bottom: 30px;
    left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .header h1 {
    bottom: 50px;
    left: 50px;
    font-size: 5em;
  }
}

/* Standard sektion */
.section {
  max-width: 100%;
  display: flex;
  flex-direction: column-reverse;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .section {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .section {
    width: 85vw;
    margin: 50px auto 50px auto;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .section {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .section div {
    width: 50%;
  }
}
.section .section-img {
  height: 400px;
}
@media only screen and (min-width: 992px) {
  .section .section-img {
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .section .section-img {
    height: 600px;
  }
}

.section-text {
  display: flex;
  margin: 0 20px 20px 20px;
  flex-wrap: wrap;
  align-content: flex-end;
}
@media only screen and (min-width: 992px) {
  .section-text {
    margin: 0 30px 50px 30px;
  }
}
.section-text h2 {
  font-weight: 500;
  font-size: 4em;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 992px) {
  .section-text h2 {
    font-size: 5em;
  }
}
.section-text h3 {
  font-size: 2em;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
}
.section-text p {
  font-weight: 500;
  width: 100%;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .section-text p {
    max-width: 50%;
  }
}
.section-text a {
  font-weight: 300;
  width: 100%;
}

.section-reverse {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .section-reverse {
    flex-direction: row-reverse;
  }
}

/* Sektion 3 bilder */
.img-section-3 {
  max-width: 100%;
  display: flex;
  flex-direction: column-reverse;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .img-section-3 {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .img-section-3 {
    width: 85vw;
    margin: 50px auto 50px auto;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .img-section-3 {
    margin-top: 100px;
  }
}
.img-section-3 .img-row-3 {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .img-section-3 .img-row-3 {
    justify-content: space-between;
    flex-direction: row;
  }
}
.img-section-3 .img-row-3 img {
  width: 100%;
  height: 400px;
}
@media only screen and (min-width: 576px) {
  .img-section-3 .img-row-3 img {
    width: 32%;
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (min-width: 992px) {
  .img-section-3 .img-row-3 img {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (min-width: 992px) and (min-width: 1200px) {
  .img-section-3 .img-row-3 img {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .img-section-3 .section-text {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .img-section-3 .section-text {
    margin-left: 0;
    margin-bottom: 0;
  }
  .img-section-3 .section-text p {
    margin: 0;
  }
}

.image-section {
  height: 250px;
  margin: 0 20px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .image-section {
    height: 450px;
    margin-top: 50px;
  }
}
.image-section img {
  width: 100%;
  height: 100%;
}

/* Kollektion */
.collections {
  height: 400px;
  position: relative;
  margin-top: 50px;
}
@media only screen and (min-width: 576px) {
  .collections {
    height: 500px;
  }
}
@media only screen and (min-width: 576px) and (min-width: 768px) {
  .collections {
    height: 600px;
  }
}
@media only screen and (min-width: 576px) and (min-width: 992px) {
  .collections {
    height: 650px;
  }
}
@media only screen and (min-width: 1200px) {
  .collections {
    height: 700px;
  }
}
.collections img {
  height: 100%;
  width: 100%;
}
.collections .inside-text {
  position: absolute;
  top: 50px;
  left: 20px;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .collections .inside-text {
    left: 40px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.collections .inside-text h2 {
  font-weight: 500;
  font-size: 2.5em;
  text-shadow: 2px 2px 5px #000000;
  margin: 0 0 20px;
}
@media only screen and (min-width: 576px) {
  .collections .inside-text h2 {
    font-size: 3em;
  }
}
@media only screen and (min-width: 992px) {
  .collections .inside-text h2 {
    font-size: 5em;
    bottom: 30px;
    left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .collections .inside-text h2 {
    bottom: 50px;
    left: 50px;
  }
}

.section-center-text {
  text-align: center;
  margin: 50px 20px 0 20px;
}
@media only screen and (min-width: 1200px) {
  .section-center-text {
    margin-top: 100px;
  }
}
.section-center-text p {
  font-weight: 500;
}
@media only screen and (min-width: 576px) {
  .section-center-text p {
    max-width: 90%;
    margin: auto;
  }
}
@media only screen and (min-width: 576px) and (min-width: 992px) {
  .section-center-text p {
    max-width: 80%;
  }
}
@media only screen and (min-width: 576px) and (min-width: 992px) and (min-width: 1200px) {
  .section-center-text p {
    max-width: 65%;
  }
}

/* Sektion 2 bilder */
.img-section-2 {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media only screen and (min-width: 992px) {
  .img-section-2 {
    width: 85vw;
    margin: 50px auto 50px auto;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .img-section-2 {
    margin-top: 100px;
  }
}
.img-section-2 .img-row-2 {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .img-section-2 .img-row-2 {
    justify-content: space-between;
    flex-direction: row;
  }
}
.img-section-2 .img-row-2 img {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .img-section-2 .img-row-2 img {
    width: 49%;
    height: 300px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (min-width: 992px) {
  .img-section-2 .img-row-2 img {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (min-width: 992px) and (min-width: 1200px) {
  .img-section-2 .img-row-2 img {
    height: 500px;
  }
}

.simple-section-text {
  margin: 50px 20px 0 20px;
}
@media only screen and (min-width: 992px) {
  .simple-section-text {
    width: 85vw;
    margin: 100px auto 0;
  }
}
@media only screen and (min-width: 992px) and (min-width: 768px) {
  .simple-section-text div {
    max-width: 60%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 768px) and (min-width: 992px) {
  .simple-section-text div {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .simple-section-text div {
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .simple-section-text div p {
    margin: 0;
    font-weight: 500;
  }
}

/* ----------------------------------
 *
 * Contact us
 *
 * ---------------------------------- */
.contacts {
  margin-top: 100px;
}
@media only screen and (min-width: 576px) {
  .contacts {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (min-width: 768px) {
  .contacts {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (min-width: 992px) {
  .contacts {
    width: 80vw;
    margin: 50px auto 0;
    justify-content: space-between;
  }
}
.contacts h2 {
  width: 100%;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 2em;
}
.contacts .contact {
  margin: 0 20px 30px;
}
@media only screen and (min-width: 576px) {
  .contacts .contact {
    width: 40%;
  }
}
.contacts .contact h3 {
  margin: 0 0 10px;
  text-transform: uppercase;
}
.contacts .contact .person {
  margin-top: 10px;
}
.contacts .contact .adress p, .contacts .contact .adress a {
  text-transform: uppercase;
  margin: 5px 0;
  color: #000000;
}

.link span {
  display: inline-block;
  text-decoration: none;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 4px 0;
  color: #000;
}/*# sourceMappingURL=style.css.map */