@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:900&display=swap');


/* MAIN */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

html {

}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  background: #ccd6c3;
  font-size: 16px;
  color: #222;
  letter-spacing: 1px;
}

i {
  border: solid #000;
  border-width: 0 10px 10px 0;
  display: inline-block;
  padding: 10px;
  margin-top: 24px;
}

.whitedown {
  border: solid #fff;
  border-width: 0 10px 10px 0;
  display: inline-block;
  padding: 10px;
  margin-top: 24px;
}

.hamburger {
  position: relative;
  left: 26px;
  top: 24px;
}

.hamb {
  width: 48px;
  height: 6px;
  background-color: #fff;
  margin: 8px 0;
}

.down {
  position: relative;
  top: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

a {
  color: #222;
    text-decoration: underline;
}

a:hover {
  color: #222;
  text-decoration: none;
}

a:visited {
  color: #222;
}

a:active {
  color: #222;
}
p {
  font-size: 16px;
  line-height: 1.4;
}


/* MAIN END */



/* SWIPER */

.swiper-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
    
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: red;
}

.swiper-pagination {
  font-size: 50px;
  position: fixed;
  bottom: 50px;
}

.bg1 {  background-image: url("1.jpg"); height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover;}
.bg2 {  background-image: url("2.jpg"); height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover;}
.bg3 {  background-image: url("3.jpg"); height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover;}
.bg4 {  background-image: url("4.jpg"); height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover;}
.bg5 {  background-image: url("5.jpg"); height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover;}
.bg6 {  background-image: url("6.jpg"); height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover;}
.bg7 {  background-image: url("7.jpg"); height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover;}

/* SWIPER END */

/* BIG LOGO */

.logo {
  top: 50%;
  left: 50%;
  position: absolute;
  opacity:1;
  transform: translate(-50%, -50%);
  width: 65vw;
  z-index: 999999999999999999999;
  opacity: 1;
  transition: all 0.5s;
}

.whitecolor {
  color: #fff;
  fill: #fff;

}

/* BIG LOGO END */

/* 

*************
* ANIMATION *
*************

*/

@-webkit-keyframes fadeIn { from { opacity:0;} to { opacity:1;} }
@-moz-keyframes fadeIn { from { opacity:0;} to { opacity:1;} }
@keyframes fadeIn { from { opacity:0;} to { opacity:1;} }

.infadning {
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeIn ease-in 400ms;
  -moz-animation:fadeIn ease-in 400ms;
  animation:fadeIn ease-in 400ms;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  -webkit-animation-duration:400ms;
  -moz-animation-duration:400ms;
  animation-duration:400ms;
}

.infadning2 {
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeIn ease-in 500ms;
  -moz-animation:fadeIn ease-in 500ms;
  animation:fadeIn ease-in 500ms;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  -webkit-animation-duration:3000ms;
  -moz-animation-duration:3000ms;
  animation-duration:3000ms;
}  

.start, .fairs-btn, .sign, .login {-webkit-animation-delay: 1.5s; -moz-animation-delay: 1.5s; animation-delay: 1.5s;}
.logo {-webkit-animation-delay: 1s; -moz-animation-delay: 1s; animation-delay: 1s;}
.btn-down {-webkit-animation-delay: 1.5s; -moz-animation-delay: 1.5s; animation-delay: 1.5s;}
.btn-nav {-webkit-animation-delay: 2s; -moz-animation-delay: 2s; animation-delay: 2s;}
.extra-btn {-webkit-animation-delay: 2.2s; -moz-animation-delay: 2.2s; animation-delay: 2.2s;}
/* 

*****************
* ANIMATION END *
*****************

*/




/*
.circle-down {
    position: absolute;
    left: 50%;
    top: 85%;
    width: 50px;
    height: 50px;
    border: 4px solid white;
    background-color: transparent;
    border-radius: 50%;
    transform: scale(0.5);
    transition: 1s;
    cursor: pointer;
    z-index: 99999999999999999999999;
    transform: translate(-50%, -50%);
}
*/


.kontakt {
  background-color: #fff;
}



p {
  font-size: 16px;
  line-height: 1.4;
}


.whitecolor-bg {
  background-color: #fff;
}

.ombaroness {
  color: #fff;
}




p {
  font-weight: 300;
  color: #222;
}

.massor {
  color: #fff;
}

.card {
  background-color: transparent;
}


.empty {
  position: relative;
  background-color: #cbb9ad;
  top: calc(100vh - 0px);
  z-index: 100;
}

.logo-page {
  display: inline-block;

  margin: 90px 0 70px;
}

.ombaroness {
  text-align: center;
}

h3 {
  font-family: 'Roboto Condensed';
  margin: 0 0 30px;
  font-size: 32px;

}


p {
  font-size: 20px;
  text-align: center;
  margin: 0 0 30px;
}

h2 {
    font-family: 'Roboto Condensed';
  font-size: 68px;
  margin: 0 0 60px;
}

.webshop p {
  text-align: left;
}



.kontakta p {
  text-align: left;
}

.container {
  max-width: 1600px;
}



.overlay {display: none; position: fixed;
  top: 0;
  left: 0;
  background-color: #222;
  width: 100%;
  height: 100%;
  z-index: 999999999999999999999999999999;
  opacity: 1;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 5vw;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a:hover, .overlay a:focus {
  color: #fff;
}

.overlay .close-btn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: #fff;
}

.btn-nav {
  position: fixed;
  top: 5px;
  left: 5px;
  width: 100px;
  height: 100px;
  background-color: #111;
  border-radius: 50%;
  transform: scale(0.5);
  transition: 0.5s;
  cursor: pointer;
  z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

.btn-nav:hover {
  transform: scale(.55);
}

.section {
  padding-bottom: 180px;
}

.logo-page-div {
  text-align: center;
}

.bild {
  background-color: red;
}

.mobile {
  display: none;
  width: 100%;
}

.img-katalog {
  text-align: center;
}

.img-katalog img {
  width: 300px;
}

/*
.text-r {
  text-align: right;
}

.text-r p {
  text-align: right;
}
*/

/*
.kontakta p {
  text-align: left;
}

.follow {
  text-align: right;
}

.follow p {
  text-align: right;
}

.contact p {
  text-align: center;
}

.contact {
  text-align: center;
}

*/

.information {
  padding-bottom: 30px;
}

.webshop-btn {
  width: 200px;
  height: 50px;
  border: 2px solid #111;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  background-color: #111;
  margin: 30px 0 30px;
  line-height: 44px;
}


.btn-down {
  position: absolute;
  left: 50%;
  top: 80%;
  width: 100px;
  height: 100px;
  border: 4px solid #000;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99999999999999999999999;
  margin-left: -50px;
  text-align: center;
  transform: scale(1);
  transition: 0.5s;
}

.whitebtn {
  border: 4px solid #fff;
}

.btn-down:hover {
  transform: scale(0.9);
}

.container {
  padding: 0 180px;
}

.extra-btn {
  position: fixed;
  font-size: 20px;
  top: 100px;
  left: 28px;
  padding-top: 9px;
  width: 126px;
  height: 50px;
  font-weight: 700;
  background-color: #111;
  transform: scale(1);
  border-radius: 15px;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
  color: #FFF;
  z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

.viktig {
  color:#B33A3A;
}

.extra-btn:hover {
  transform: scale(1.05);
}

/* Style all font awesome icons */
.fa {

  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;

}

/* Add a hover effect if you want */

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  color: white;
}

/* Twitter */
.fa-instagram {
  color: white;
}

.btn-social-fb {
  position: fixed;
  font-size: 20px;
  bottom: 40px;
  right: 40px;
  padding-top: 11px;
  width: 50px;
  height: 50px;
  background-color: #111;
  font-weight: 700;
  transform: scale(1);
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
  z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

.btn-social-in {
  position: fixed;
  font-size: 20px;
  bottom: 40px;
  right: 100px;
  padding-top: 11px;
  width: 50px;
  height: 50px;
  background-color: #111;
  font-weight: 700;
  transform: scale(1);
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
  z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}


#message {
  position: fixed;
  left: 50%;
  top: 20%;
  margin-left: -40%;
  width: 80%;
  z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  background-color: #B33A3A;
  color: #fff;
  border-radius: 10px;
  font-size: 24px;
  opacity: 0.9;
  cursor: pointer;
}

#message p {
  margin-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  color: #fff;
}

.stang {
  font-weight: 700;
}

/* .close-message {
  position: absolute;
  right: 14px;
  bottom: -4px;
  font-size: 40px;
  cursor: pointer;
} */

.msg-text {
  color: #B33A3A;
}

.msg-text a {
  color: #B33A3A;

}






@media screen and (max-width: 575.98px) { 
  .logo-page {
      height: 48px;
    }
 
     .container {
  padding: 0 50px;
}

  .webshop-img {
    display: none;
  }

  .massor-img {
    display: none;
  }

  .section {
    padding-bottom: 62px;
  }

.btn-down {
  position: absolute;
  left: 50%;
  top: 80%;
  width: 50px;
  height: 50px;
  border: 4px solid #000;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99999999999999999999999;
  margin-left: -25px;
  text-align: center;
  transform: scale(1);
  transition: 0.5s;
}

.whitebtn {
  border: 4px solid #fff;
}

.btn-down:hover {
  transform: scale(0.9);
}

i {
  border: solid #000;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 5px;
  margin-top: 10px;
}

.whitedown {
  border: solid #fff;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 5px;
  margin-top: 10px;
}

  h2 {
  font-size: 48px;
  margin: 0 0 40px;
  color: #222;
}

h3 {
  margin: 0 0 30px;
  font-size: 32px;
  color: #222;
}

.mobile {
  display: block;
  margin-bottom: 50px;
}

.extra-btn {
  position: fixed;
  top: 30px;
  left: 100px;
}

.nav-btn {

}

.img-katalog {
  width: 50%;
}


 }

@media screen and (max-width: 767.98px) { 
    .logo-page {
      height: 48px;
    }

 
    }


@media (max-width: 991.98px) {    }


@media (max-width: 1199.98px) {   }