/********* FONTS & CONFIG *********/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,700,900");
/********* VARIABLES *********/
/********* MIXINs *********/
/********* GENERAL *********/
body {
  background: #391d29;
  margin: 0;
  padding: 0;
  font-family: "Poppins";
  font-weight: 200;
  font-size: calc(14px + 4 * (100vw - 420px) / 480);
  line-height: 1.2em;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 420px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  body {
    font-size: 18px;
  }
}

.container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}

h1 {
  color: #fff;
  font-size: calc(45px + 42 * (100vw - 420px) / 480);
  line-height: 0.9em;
  margin-top: 20%;
}
@media screen and (max-width: 420px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (min-width: 900px) {
  h1 {
    font-size: 87px;
  }
}

h2 {
  font-size: calc(17px + 13 * (100vw - 420px) / 480);
  opacity: 0.5;
}
@media screen and (max-width: 420px) {
  h2 {
    font-size: 17px;
  }
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: calc(11px + 9 * (100vw - 420px) / 480);
  margin-top: 100px;
}
@media screen and (max-width: 420px) {
  h3 {
    font-size: 11px;
  }
}
@media screen and (min-width: 900px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: calc(10px + 2 * (100vw - 420px) / 480);
  letter-spacing: 3px;
}
@media screen and (max-width: 420px) {
  h4 {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  h4 {
    font-size: 12px;
  }
}

h5 {
  font-size: calc(20px + 5 * (100vw - 420px) / 480);
  font-weight: 600;
  line-height: 1em;
  opacity: 0.5;
  margin-top: 20px;
}
@media screen and (max-width: 420px) {
  h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 900px) {
  h5 {
    font-size: 25px;
  }
}

h6 {
  text-align: center;
  font-size: calc(45px + 95 * (100vw - 420px) / 480);
  line-height: 6rem;
  font-weight: 700;
  opacity: 0.1;
}
@media screen and (max-width: 420px) {
  h6 {
    font-size: 45px;
  }
}
@media screen and (min-width: 900px) {
  h6 {
    font-size: 140px;
  }
}

img {
  max-width: 100%;
}

.subtitle {
  padding-bottom: 15px;
  margin-top: 20px;
  margin-bottom: 70px;
  position: relative;
}
.subtitle > div {
  background-image: linear-gradient(67deg, #E871B6, #F1C47E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: calc(10px + 3 * (100vw - 420px) / 480);
  font-weight: 600;
  line-height: 1.2rem;
}
@media screen and (max-width: 420px) {
  .subtitle > div {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  .subtitle > div {
    font-size: 13px;
  }
}

.subtitle:before {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  height: 4px;
  background-image: linear-gradient(to right, #E10986, #F79800);
  width: 50px;
  border-radius: 3px;
}

.content {
  width: 100%;
}

.skipmeskip {
  display: none !important;
}

/********* HEADER *********/
header {
  background: #210b50 url(../../img/slide1.jpg) 50% 50% no-repeat;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
header #navbar {
  padding-right: 10%;
  padding-left: 10%;
}
header #navbar #navbarSupportedContent #menu_mobile_logo {
  display: none;
}
header #navbar #navbarSupportedContent .navbar-nav {
  width: 100%;
}
header #navbar #navbarSupportedContent .navbar-nav .nav-item {
  width: 100%;
  text-align: center;
}
header #navbar #navbarSupportedContent .navbar-nav .nav-item .nav-link {
  font-size: calc(11px + 2 * (100vw - 420px) / 480);
  line-height: 2rem;
}
@media screen and (max-width: 420px) {
  header #navbar #navbarSupportedContent .navbar-nav .nav-item .nav-link {
    font-size: 11px;
  }
}
@media screen and (min-width: 900px) {
  header #navbar #navbarSupportedContent .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
}
header #navbar #logo_mobile {
  display: none;
}
header #navbar #close_menu {
  position: absolute;
  top: 40px;
  right: 20px;
}
header #navbar:before {
  display: block;
  content: "";
  width: 5%;
  position: absolute;
  top: 30px;
  left: 30px;
  border-top: 2px solid rgba(103, 96, 139, 0.5);
}
header #navbar:after {
  display: block;
  content: "";
  width: 5%;
  position: absolute;
  top: 30px;
  right: 30px;
  border-top: 2px solid rgba(103, 96, 139, 0.5);
}
header #social_menu {
  position: relative;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  z-index: 2;
}
header #social_menu a {
  margin: 0 10px;
}
header #social_menu a:hover {
  text-decoration: none;
}
header #social_menu #border_left,
header #social_menu #border_right {
  position: absolute;
  bottom: 32px;
  left: 30px;
  height: 100%;
  border-right: 2px solid rgba(103, 96, 139, 0.5);
  z-index: 2;
}
header #social_menu #border_right {
  left: auto;
  right: 30px;
  border-right: 0;
  border-left: 2px solid rgba(103, 96, 139, 0.5);
}
header #social_menu:before {
  display: block;
  content: "";
  width: 40%;
  position: absolute;
  bottom: 30px;
  left: 30px;
  border-top: 2px solid rgba(103, 96, 139, 0.5);
}
header #social_menu:after {
  display: block;
  content: "";
  width: 40%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  border-top: 2px solid rgba(103, 96, 139, 0.5);
}
header #social_menu_collapse {
  display: none;
}
header .mr-auto,
header .mx-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
header .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
header .sticky .nav-link {
  line-height: 20px;
}
header .subtitle {
  margin: 80% 0 0;
}
header .subtitle > div {
  width: 100%;
}
header .social {
  margin-top: 150px;
}

/********* MAIN *********/
main {
  overflow: hidden;
}
main .mainbox {
  height: 100vh;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
main #box2,
main #box3,
main #box4,
main #box5 {
  height: 100vh;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background: #210b50 url(../../img/slide2.jpg) 50% 50% no-repeat;
  padding: 100px 0;
}
main #box3 {
  background: #210b50 url(../../img/slide3.jpg) 50% 50% no-repeat;
}
main #box3 p {
  font-size: calc(13px + 2 * (100vw - 420px) / 480);
  line-height: 1.7rem;
}
@media screen and (max-width: 420px) {
  main #box3 p {
    font-size: 13px;
  }
}
@media screen and (min-width: 900px) {
  main #box3 p {
    font-size: 15px;
  }
}
main #box3 .content img {
  margin-bottom: 30px;
}
main #box4 {
  background: #210b50 url(../../img/slide4.jpg) 50% 50% no-repeat;
}
main #box4 img {
  height: 200px;
}
main #box4 p {
  font-size: calc(11px + 4 * (100vw - 420px) / 480);
  line-height: 1em;
  font-weight: 500;
}
@media screen and (max-width: 420px) {
  main #box4 p {
    font-size: 11px;
  }
}
@media screen and (min-width: 900px) {
  main #box4 p {
    font-size: 15px;
  }
}
main #box5 {
  background: #210b50 url(../../img/slide5.jpg) 50% 50% no-repeat;
}
main #box5 .content {
  width: 35%;
}
main #box5 .content #products_img {
  min-height: 250px;
}
main #box5 .content #products_img img {
  position: absolute;
  max-width: 900px;
  margin-top: -15%;
  margin-left: -30%;
}
main #box5 .content p {
  opacity: 0.7;
  font-weight: 500;
  width: 35%;
}
main #box2,
main #box3,
main #box4,
main #box5 {
  background-size: cover;
}
main #contact {
  height: 100vh;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background: #210b50 url(../../img/slide6.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 100px 0;
}
main #contact .form-control,
main #contact .form-control:focus {
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 30px;
}
main #contact .form-control.placeholder,
main #contact .form-control:focus.placeholder {
  font-size: 0.85rem;
  color: #ffffff;
  text-transform: uppercase;
}
main #contact .form-control:-moz-placeholder,
main #contact .form-control:focus:-moz-placeholder {
  font-size: 0.85rem;
  color: #ffffff;
  text-transform: uppercase;
}
main #contact .form-control::-moz-placeholder,
main #contact .form-control:focus::-moz-placeholder {
  font-size: 0.85rem;
  color: #ffffff;
  text-transform: uppercase;
}
main #contact .form-control::-webkit-input-placeholder,
main #contact .form-control:focus::-webkit-input-placeholder {
  font-size: 0.85rem;
  color: #ffffff;
  text-transform: uppercase;
}
main #contact .btn {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 20px 30px;
  margin-top: 20px;
  margin-bottom: 50px;
  border-radius: 40px;
}
main #contact .content .contact_text {
  width: 50%;
  margin-bottom: 50px;
  opacity: 0.7;
  font-weight: 500;
}
main #contact .imprint {
  font-size: calc(11px + 1 * (100vw - 420px) / 480);
}
@media screen and (max-width: 420px) {
  main #contact .imprint {
    font-size: 11px;
  }
}
@media screen and (min-width: 900px) {
  main #contact .imprint {
    font-size: 12px;
  }
}

/********* MEDIA *********/
@media (max-width: 767.98px) {
  .container > .row {
    max-width: inherit;
  }
  #right_bar {
    width: auto;
    height: 100%;
    position: relative;
    border-left: none;
  }
  h1 {
    margin-top: 10%;
  }
  h3 {
    margin: 20px 0;
  }
  h6 {
    line-height: 3rem;
    text-align: left;
  }
  .subtitle {
    margin: 0;
    margin-bottom: 50px;
  }
  .subtitle > div {
    width: 100%;
    line-height: 0.9rem;
  }
  .nomobile {
    display: none;
  }
  header .sticky {
    background: rgba(0, 0, 0, 0.3);
  }
  header #navbar {
    padding: initial;
  }
  header #navbar #navbarSupportedContent {
    background: #391d29;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 40px 0 150px;
  }
  header #navbar #navbarSupportedContent #menu_mobile_logo {
    display: block;
    padding: 0 35px 20px;
    max-width: 200px;
  }
  header #navbar #navbarSupportedContent .navbar-nav .nav-item {
    height: calc(14.2857142857% - 30px);
    text-align: center;
    padding: 10px 0;
  }
  header #navbar #navbarSupportedContent .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    text-align: left;
    padding-left: 35px;
  }
  header #navbar .navbar-toggler {
    color: #ffffff;
    border: none;
  }
  header #navbar .navbar-toggler-icon {
    z-index: 3;
  }
  header #navbar #logo_mobile {
    display: flex;
    max-width: 165px;
    margin: 0;
    padding: 10px 20px;
  }
  header #navbar #social_menu_collapse {
    display: block;
    padding: 25px;
  }
  header #navbar #social_menu_collapse a {
    margin: 0 10px;
  }
  header #navbar:before,
  header #navbar:after {
    display: none;
  }
  header #social_menu {
    display: none;
    padding: 10px 0;
  }
  header #social_menu #border_left,
  header #social_menu #border_right {
    display: none;
  }
  header #social_menu:before,
  header #social_menu:after {
    display: none;
  }
  header .social {
    margin-top: 70px;
  }
  header .social img {
    max-width: 80%;
  }
  header .subtitle {
    margin: 30% 0 0;
  }
  main #box2,
  main #box3,
  main #box4,
  main #box5 {
    height: auto;
  }
  main #box3 p {
    line-height: 1.1rem;
  }
  main #box3 .content {
    margin: 0;
  }
  main #box5 .content {
    width: 100%;
    margin: 0;
  }
  main #box5 .content #products_img {
    min-height: 170px;
  }
  main #box5 .content #products_img img {
    max-width: 100%;
    position: inherit;
    margin-top: 0;
    margin-left: -30px;
  }
  main #box5 .content p {
    width: 100%;
  }
  main #contact {
    height: auto;
  }
  main #contact .content {
    margin: 0;
  }
  main #contact .content .contact_text {
    width: 100%;
  }
}

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