/*
    Theme Name: Evermax
    Theme URI: https://www.evermax.ch
    Author: Evermax
    Author URI: http://www.bitkit.ch/
    Description: Textile Solutions
    Version: 1.0.0
    License: Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
    License URI: https://creativecommons.org/licenses/by-nc-nd/4.0/
    Tags: two-columns, three-columns, four-columns, grid-layout
    Text Domain: evermax */
/* Wordpress-Stile */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

body.logged-in.admin-bar .navbar.fixed-top,
body.logged-in.admin-bar .navbar.fixed-bottom {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  body.logged-in.admin-bar .navbar.fixed-top,
  body.logged-in.admin-bar .navbar.fixed-bottom {
    margin-top: 46px;
  }
}

html, body {
  height: 100%;
}

body {
  background-color: #0b1c2b;
  color: rgba(255, 255, 255, 0.95);
  font-family: "TTNormsPro-Regular";
}

body.menu-active {
  overflow: hidden;
}

body.page-service main, body.page-kontakt main, body.error404 main, body.page-template-rechtliches main {
  padding-top: 70px;
}

body.page-template-rechtliches h5 {
  font-family: mundial, sans-serif;
}

body.page-template-rechtliches h5:not(:first-child) {
  margin-top: 1.75rem;
}

body.page-preloading {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
}

main:not(.page-produkte main) {
  padding-bottom: 4rem;
}

section {
  padding: 4rem 0;
  width: 100%;
}

section.highlight {
  background-color: rgba(255, 255, 255, 0.025);
}

section#stage {
  background-image: url("assets/img/evermax-stage.jpg");
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}

.preloader {
  background-color: #0b1c2b;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.preloader .preloader-wrapper {
  height: 100px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
}

.preloader .preloader-wrapper span {
  background-color: #fcc03c;
  display: block;
  height: 20px;
  position: relative;
  -webkit-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
          transform: skew(-15deg);
  width: 100%;
}

.preloader .preloader-wrapper span:not(:last-child) {
  margin-bottom: 20px;
}

.preloader .preloader-wrapper span:nth-child(1) {
  -webkit-animation: swing-fc .4s ease alternate infinite;
          animation: swing-fc .4s ease alternate infinite;
  right: -20px;
}

.preloader .preloader-wrapper span:nth-child(2) {
  -webkit-animation: swing-sc .4s ease alternate infinite;
          animation: swing-sc .4s ease alternate infinite;
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
  left: -20px;
}

.preloader .preloader-wrapper span:nth-child(3) {
  -webkit-animation: swing-tc .4s ease alternate infinite;
          animation: swing-tc .4s ease alternate infinite;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  left: 0;
}

@-webkit-keyframes swing-fc {
  0% {
    right: -20px;
  }
  100% {
    right: 0;
  }
}

@keyframes swing-fc {
  0% {
    right: -20px;
  }
  100% {
    right: 0;
  }
}

@-webkit-keyframes swing-sc {
  0% {
    left: -20px;
  }
  100% {
    left: -40px;
  }
}

@keyframes swing-sc {
  0% {
    left: -20px;
  }
  100% {
    left: -40px;
  }
}

@-webkit-keyframes swing-tc {
  0% {
    left: 0;
  }
  100% {
    left: -20px;
  }
}

@keyframes swing-tc {
  0% {
    left: 0;
  }
  100% {
    left: -20px;
  }
}

@media screen and (max-width: 991.98px) {
  body.page-service main, body.page-kontakt main, body.error404 main {
    padding-top: 70px;
  }
}

@media screen and (max-width: 575.98px) {
  #stage {
    padding-top: 7rem;
  }
  #services {
    margin-top: 2rem;
  }
}

.btn {
  border: 2px solid;
  border-radius: 0;
  background-color: transparent;
  font-family: "TTNormsPro-Bold";
  font-size: 14px;
  letter-spacing: 1px;
  padding: .75rem 1.25rem;
  text-transform: uppercase;
}

.btn:focus {
  background-color: #fcc03c;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-primary {
  border-color: #fcc03c;
}

.btn.btn-primary:hover {
  background-color: #fcc03c;
  color: #0b1c2b;
}

body {
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "TTNormsPro-Bold";
  line-height: 1.3;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.3;
}

.main-title {
  color: #fff;
  font-style: italic;
  line-height: 1.3;
  text-transform: uppercase;
}

.main-title span {
  color: #fcc03c;
  font-family: "TTNormsPro-Black";
}

.lead-section {
  margin: 0;
}

.lead-section p:last-child {
  margin: 0;
}

.title-bold {
  font-family: "TTNormsPro-Bold";
}

a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
}

a:hover {
  color: #fcc03c;
}

body.single main {
  padding-top: 79px;
}

body.single main h1 {
  font-family: "TTNormsPro-Black";
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

body.single main h1 span {
  color: #fcc03c;
}

.product-wrapper:nth-child(2) .product-item {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.product-wrapper:nth-child(2) .product-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.product-wrapper .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.product-wrapper .product-item .inner {
  padding: 20%;
}

.product-wrapper .product-item .inner .product-title h1 {
  font-family: "TTNormsPro-Black";
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.product-wrapper .product-item .inner .product-title h1 span {
  color: #fcc03c;
}

.product-wrapper .product-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.download-item .inner {
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid transparent;
  padding: 1.5rem;
}

.download-item .inner:hover {
  border-color: rgba(255, 255, 255, 0.1);
}

.download-item .inner h3 {
  font-size: 20px;
  text-transform: none;
}

.download-item .inner .download-url {
  color: #fcc03c;
  text-decoration: none;
}

.download-item .inner .download-url:hover {
  text-decoration: underline;
}

.related-products .inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.5rem;
  padding-top: 70%;
  position: relative;
}

.related-products .inner .overlay {
  background-color: rgba(11, 28, 43, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  top: 0;
  width: 100%;
}

.related-products .inner .related-products-title h4 {
  color: #fff;
  font-family: "TTNormsPro-Black";
  font-style: italic;
  left: 50%;
  line-height: 1.3;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1020;
}

.related-products .inner .related-products-title h4 span {
  color: #fcc03c;
}

.related-products .inner:hover .overlay {
  background-color: rgba(11, 28, 43, 0.75);
}

.related-products .inner:hover .related-products-title h4 {
  top: 45%;
}

@media screen and (max-width: 991.98px) {
  body.single main {
    padding-top: 70px;
  }
  body.page-produkte main {
    padding-top: 70px;
  }
  .product-wrapper:nth-child(2) .product-item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product-wrapper:nth-child(2) .product-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .product-wrapper .product-img {
    height: 400px;
  }
  .product-wrapper .product-item {
    height: auto;
  }
  .product-wrapper .product-item .inner {
    padding: 3rem;
  }
}

@media screen and (max-width: 767.98px) {
  .related-products:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.support-item .inner {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 3rem;
}

.support-item .inner .support-title h3 {
  font-family: "TTNormsPro-Black";
  font-style: italic;
  text-transform: uppercase;
}

.support-item .inner .support-content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991.98px) {
  .support-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}

body.menu-active nav.fixed-top .menu-overlay {
  opacity: 1;
  -webkit-transform: rotate(0deg) translateX(0);
      -ms-transform: rotate(0deg) translateX(0);
          transform: rotate(0deg) translateX(0);
}

body.home .fixed-top {
  background-color: transparent;
  border-color: transparent;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

body.home.nav-resized .fixed-top {
  background-color: #081827;
}

body.single-produkte .fixed-top .nav-item#menu-item-21 .nav-link {
  color: #fcc03c;
}

nav.fixed-top {
  background-color: #081827;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

nav.fixed-top .container-fluid {
  padding: 0 3rem;
}

nav.fixed-top .navbar-brand img {
  display: block;
  height: 20px;
}

nav.fixed-top .navbar-toggler {
  border: 0;
  border-radius: 50%;
  height: 38px;
  padding: 0;
  position: relative;
  width: 38px;
}

nav.fixed-top .navbar-toggler .toggler-box {
  height: 38px;
  pointer-events: none;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  width: 38px;
}

nav.fixed-top .navbar-toggler .toggler-box span {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 2px;
  display: block;
  height: 2px;
  position: absolute;
  top: 39%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s;
  width: 100%;
}

nav.fixed-top .navbar-toggler .toggler-box span::after {
  border-radius: 2px;
}

nav.fixed-top .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

nav.fixed-top .navbar-toggler.open span {
  pointer-events: none;
  right: 0;
}

nav.fixed-top .navbar-toggler.open span::after {
  background-color: rgba(255, 255, 255, 0.95);
  bottom: -10px;
  content: "";
  display: block;
  height: 2px;
  pointer-events: none;
  position: absolute;
  right: 0;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s;
  width: 80%;
}

nav.fixed-top .navbar-toggler.open:hover span {
  width: 80%;
}

nav.fixed-top .navbar-toggler.open:hover span::after {
  width: 120%;
}

nav.fixed-top .navbar-toggler.close {
  display: block;
  opacity: 0;
}

nav.fixed-top .navbar-toggler.close span {
  background: transparent;
}

nav.fixed-top .navbar-toggler.close span::before, nav.fixed-top .navbar-toggler.close span::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  pointer-events: none;
  position: absolute;
  left: 0;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s;
  width: 100%;
}

nav.fixed-top .navbar-toggler.close span::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

nav.fixed-top .navbar-toggler.close span::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

nav.fixed-top .separator {
  padding: 8px 0;
}

nav.fixed-top .nav-item {
  font-family: "TTNormsPro-Bold";
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

nav.fixed-top .nav-item:not(:last-child) {
  margin-right: .75rem;
}

nav.fixed-top .nav-item.current-menu-item .nav-link {
  color: #fcc03c;
}

nav.fixed-top .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.95);
  line-height: 1;
  padding: 14px 10px;
}

nav.fixed-top .nav-item .nav-link:hover {
  color: #fcc03c;
}

@media screen and (max-width: 991.98px) {
  nav.fixed-top .nav-item .nav-link {
    font-size: 14px;
  }
  nav.fixed-top #main-menu {
    background-color: #081827;
    height: 100%;
    left: -100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
  }
  nav.fixed-top #main-menu .menu-header {
    padding: 20px 4rem;
  }
  nav.fixed-top #main-menu ul {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  nav.fixed-top #main-menu ul .nav-item {
    margin-right: 0;
  }
  nav.fixed-top #main-menu ul .nav-item:not(:last-child) {
    margin-bottom: 1rem;
  }
  nav.fixed-top #main-menu ul .nav-item .nav-link {
    font-size: calc(1.425rem + 2.1vw);
    display: inline-block;
    font-family: "TTNormsPro-Bold";
    font-style: italic;
    padding: 1rem 0;
    position: relative;
    text-transform: uppercase;
  }
  nav.fixed-top #main-menu ul .nav-item .nav-link:hover {
    color: #fcc03c;
  }
}

@media screen and (max-width: 575.98px) {
  nav.fixed-top > .container-fluid {
    padding: 0 15px;
  }
}

#stage {
  padding: 0;
}

#stage .overlay {
  background-color: rgba(11, 28, 43, 0.75);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#stage .stage-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  position: relative;
  z-index: 1;
}

#stage .stage-inner h1 {
  font-family: "TTNormsPro-Black";
  font-style: italic;
  text-transform: uppercase;
}

#stage .stage-inner h1 span {
  color: #fcc03c;
}

#stage .stage-inner h2 {
  font-family: "TTNormsPro-Bold";
  font-style: italic;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 24px;
}

#services .service-item {
  color: rgba(255, 255, 255, 0.95);
}

#services .service-item .inner {
  position: relative;
  -webkit-transition: -webkit-box-shadow ease .3s;
  transition: -webkit-box-shadow ease .3s;
  -o-transition: box-shadow ease .3s;
  transition: box-shadow ease .3s;
  transition: box-shadow ease .3s, -webkit-box-shadow ease .3s;
}

#services .service-item .inner:hover h2 {
  top: 45%;
}

#services .service-item .inner:hover .overlay {
  background-color: rgba(11, 28, 43, 0.75);
}

#services .service-item .inner .overlay {
  background-color: rgba(11, 28, 43, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  width: 100%;
  z-index: 1020;
}

#services .service-item .inner h2 {
  font-family: "TTNormsPro-Black";
  font-style: italic;
  text-transform: uppercase;
  left: 50%;
  margin-bottom: 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1025;
}

#services .service-item .inner h2 span {
  color: #fcc03c;
}

#services .service-item .inner p {
  margin-bottom: 0;
}

#services .service-item .inner img {
  height: auto;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  position: relative;
  top: 0;
  width: 100%;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 1rem;
  padding: 1rem;
  width: 100%;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #fcc03c;
  outline: none;
}

.contact-form .wpcf7-not-valid-tip {
  margin: -8px 0 1.25rem;
}

.contact-form .wpcf7 form .wpcf7-response-output {
  margin: 2rem 0 0;
  padding: 1rem;
}

.contact-form .wpcf7 form .g-recaptcha {
  display: inline-block;
  margin-bottom: 1rem;
}

.contact-information .h2 {
  line-height: 1.5;
}

.contact-information .h2 a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}

.contact-information .h2 a:hover {
  color: #fcc03c;
}

footer {
  background-color: #041220;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fcc03c;
}

footer .footer-top {
  padding: 3rem 0;
}

footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 0;
}
/*# sourceMappingURL=style.css.map */