/* colors
------------------------------------------------------------- */
/* basic ----------- */
/* black, textcolor */
/* white, background-color */
/* darkgrey bckgrd */
/* lightgrey bckgrd */
/* grey page background (options) */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* weeditmode ----------- */
/* weeditmode grey light */
/* weeditmode blue light */
/* weeditmode blue dark */
/* weeditmode yellow */
/* weeditmode blue col-bckgrd */
/* weeditmode yellow */
/* weeditmode orange */
/* weeditmode acidblue */
/* weeditmode neongreen */
/* bootstrap colors ----------- */
/* bootstrap grey */
/* bootstrap grey */
/* xxx */
/* xxx */
/* xxx */
/* website colors ----------- */
/* company color red */
/* company color yellow */
/* company color red logo / nav bckgrd */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* forms ----------- */
/* correct */
/* error */
/* margins / paddings
------------------------------------------------------------- */
/* mixins
------------------------------------------------------------- */
/* borders
------------------------------------------------------------- */
/* margins / paddings
------------------------------------------------------------- */
/* navbar layout
------------------------------------------------------------- */
.navbar.brand-ov {
  padding: 20px 0 10px 0 !important;
  background-color: #a8181f;
  border: 0px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  z-index: 1004;
}
.navbar.brand-ov .container {
  /* logo
        ----------------------------------------------------- */
  /* text width */
  /* width logo-group @end */
  /* height logo-group @start */
  /* height logo-group @end */
  /* nav-toggler
        ----------------------------------------------------- */
}
.navbar.brand-ov .container .navbar-brand .logo-bckgrd {
  position: absolute;
  top: 0;
  width: 271.6px;
  padding: 20px;
  text-align: left;
  background-color: #97171A;
  transition: width 0.6s, height 0.6s, padding 0.6s, background-color 0.6s;
  transition-timing-function: ease-in-out;
}
.navbar.brand-ov .container .navbar-brand .logo-bckgrd svg {
  display: inline-block;
  transition: width 0.6s, height 0.6s;
  transition-timing-function: ease-in-out;
}
.navbar.brand-ov .container .navbar-brand .logo-bckgrd svg .logo-group .icon {
  transform: translate(0px, 0px);
  transition: transform 0.6s;
}
.navbar.brand-ov .container .navbar-brand .logo-bckgrd svg .logo-group .text {
  transform: translate(0px, 0px);
  transition: transform 0.6s;
}
.navbar.brand-ov .container .navbar-brand .logo-bckgrd svg .logo-group .text path {
  fill: #FFFFFF !important;
}
@media (max-width: 420px) {
  .navbar.brand-ov .container .navbar-brand .logo-bckgrd {
    width: 210px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .navbar.brand-ov .container .navbar-brand .logo-bckgrd {
    width: 210px;
  }
}
.navbar.brand-ov .container .navbar-brand .zoom {
  width: 400px;
  height: 80px;
  padding: 0;
  background-color: transparent;
  /* @media (min-width: 991px) and (max-width: 1200px) {
                    width: 210px;
                } */
}
.navbar.brand-ov .container .navbar-brand .zoom svg .logo-group .icon {
  transform: scale(1.4) translate(-260px, 10px);
}
.navbar.brand-ov .container .navbar-brand .zoom svg .logo-group .text {
  transform: scale(1.8) translate(-50px, -80px);
}
@media (max-width: 420px) {
  .navbar.brand-ov .container .navbar-brand .zoom {
    width: 300px;
    height: 70px;
  }
  .navbar.brand-ov .container .navbar-brand .zoom svg .logo-group .icon {
    transform: scale(1.4) translate(-220px, 16px);
  }
  .navbar.brand-ov .container .navbar-brand .zoom svg .logo-group .text {
    transform: scale(1.8) translate(-30px, -74px);
  }
}
.navbar.brand-ov .container .menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
.navbar.brand-ov .container .menu:hover .line {
  stroke: #000000;
}
.navbar.brand-ov .container .line {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar.brand-ov .container .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.navbar.brand-ov .container .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.navbar.brand-ov .container .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.navbar.brand-ov .container .opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.navbar.brand-ov .container .opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.navbar.brand-ov .container .opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
nav.brand-ov {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  padding-top: 30px;
  opacity: 0;
  z-index: 10;
  background-color: #a8181f;
  /* links basic
    ----------------------------------------------------- */
}
nav.brand-ov.zindex {
  z-index: 1003;
}
nav.brand-ov .btn-close-nav {
  width: 30px;
  margin-bottom: 30px;
}
nav.brand-ov .btn-close-nav svg {
  fill: #FFFFFF;
}
nav.brand-ov .btn-close-nav:hover {
  cursor: pointer;
}
nav.brand-ov .btn-close-nav:hover svg {
  fill: #000000;
}
nav.brand-ov .nav-col {
  overflow-x: hidden;
  overflow-y: auto;
}
nav.brand-ov.show {
  animation-name: show;
  animation-duration: 0.4s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
nav.brand-ov.hide {
  animation-name: hide;
  animation-duration: 0.4s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes show {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 90vw;
    opacity: 0.95;
  }
}
@keyframes hide {
  0% {
    width: 90vw;
    opacity: 0.95;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  @keyframes show {
    0% {
      width: 0;
      opacity: 0;
    }
    100% {
      width: 50vw;
      opacity: 0.95;
    }
  }
  @keyframes hide {
    0% {
      width: 50vw;
      opacity: 0.95;
    }
    100% {
      width: 0;
      opacity: 0;
    }
  }
}
@media (min-width: 992px) {
  @keyframes show {
    0% {
      width: 0;
      opacity: 0;
    }
    100% {
      width: 30vw;
      opacity: 0.95;
    }
  }
  @keyframes hide {
    0% {
      width: 30vw;
      opacity: 0.95;
    }
    100% {
      width: 0;
      opacity: 0;
    }
  }
}
nav.brand-ov a {
  display: inline-block;
  width: 100%;
  padding: 0.7rem 0 0.4rem 0;
  color: #FFFFFF;
  text-decoration: none !important;
  outline: none;
}
nav.brand-ov a:hover {
  color: #000000;
}
nav.brand-ov a:link, nav.brand-ov a:visited {
  color: #FFFFFF;
}
nav.brand-ov a:hover, nav.brand-ov a:active {
  color: #000000;
}
nav.brand-ov .showsub {
  display: block;
  animation: showsub 0.2s ease-in;
}
nav.brand-ov .hidesub {
  display: none;
}
@keyframes showsub {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
}
nav.brand-ov ul {
  position: relative;
  list-style-type: none;
  color: #FFFFFF;
  /* @keyframes showsub {
            0% {
                height: 0;
                opacity: 0; 
            }
            100% {
                height: auto;
                opacity: 1;  
            }
        }

        @keyframes hidesub {
            0% {
                height: auto;
            }
            100% {
                height: 0; 
            }
        } */
}
nav.brand-ov ul.level0 {
  padding-left: 0;
}
nav.brand-ov ul li {
  border-bottom: 1px solid #FFFFFF;
}
nav.brand-ov ul li svg {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.2rem;
  transform: rotate(90deg);
}
nav.brand-ov ul li.level1:last-child, nav.brand-ov ul li.level2:last-child {
  border-bottom: none;
}
nav.brand-ov ul li.level1 a, nav.brand-ov ul li.level2 a {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}
nav.brand-ov ul li.level1 svg, nav.brand-ov ul li.level2 svg {
  width: 1.1rem;
  height: 1.1rem;
}
nav.brand-ov ul li.highlighted a {
  color: #000000 !important;
}
nav.brand-ov ul.showsub {
  /* animation-name: showsub;
            animation-duration: 0.2s;
            animation-timing-function: ease-in;
            animation-iteration-count: 1;
            animation-fill-mode: forwards; */
}
nav.brand-ov ul.hidesub {
  /* animation-name: hidesub;
            animation-duration: 0.2s;
            animation-timing-function: ease-in;
            animation-iteration-count: 1;
            animation-fill-mode: forwards; */
}
nav.brand-ov .container {
  position: relative;
  z-index: 1002;
}
nav.brand-ov .nav-contact {
  color: #FFFFFF;
  margin-top: 60px;
}
nav.brand-ov .nav-contact .btn-primary.btn-contact {
  background-color: #898989;
}
nav.brand-ov .nav-contact .btn-primary.btn-contact:hover {
  background-color: #FFFFFF;
}
nav.brand-ov .bckgrd-signet .signet {
  position: relative;
  width: 130%;
  height: auto;
  top: -80px;
  left: 10%;
  z-index: 1001;
  opacity: 0.18;
  /* @media (min-width: 768px) {
                width: 70%;
                bottom: 20%;
                left: 10%;
            } */
}
@media (min-width: 992px) {
  nav.brand-ov .bckgrd-signet .signet {
    width: 130%;
    top: -80px;
    left: 10%;
  }
}
