/* GLOBALS */

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;

    /* font-family: 'Apex', Helvetica, Arial, sans-serif; */
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #171717;

    overflow-x: hidden;
    
    position: relative;
    
    background-color: #FFF;
}

a {
    color: #000;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #595959;
    text-decoration: none;
}

p a {
    text-decoration: underline;
}

.clearfix {
    float: none;
    clear: both;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
}

h1 {
    font-size: 2rem;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/* HEADER */

.header-upper {
    padding: 20px 50px 50px 70px;
}

.header-upper #logo-hm {
    width: 120px;
    float: right;
    margin-top: -15px;
}

.header-upper a#logo {
    display: none;
    font-size: 41px;
    color: #434343;
    font-weight: 100;
}

.header-upper a#logo-right span {
    display: none;
}

@media (min-width: 576px) {
    .header-upper {
        padding: 50px 50px 50px 70px;
    }
    .header-upper #logo-hm {
        margin-top: -10px;
    }
    .header-upper a#logo {
        display: inline-block;
    }
}

.bg-hm {
    background-color: #0062AF;
}

@media (min-width: 576px) {
    .navbar {
        padding: 0 0 0 60px;
    }
}

.navbar-expand-md .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link {
    padding: 5px 10px;
    color: white;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
}

/* MEGA MENU */

.hm-menu {
  position: relative;
  background-color: #0062AF;
  z-index: 666;
  width: 100%;
  
  cursor: pointer;
}

ul.hm-menu-list li.menu-el {
  display: inline-block;
  padding: 10px 30px 10px 10px;
}

ul.hm-menu-list li.menu-el > a {
  color: white;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

ul.hm-menu-list li.menu-el > a::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .155em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

ul.hm-menu-list li.menu-el .hm_sub_wrap {
  display: none;
  
  position: absolute;
  top: 48px;
  left: 0px;
  width: 100%;
  padding: 0 35px;
}

ul.hm-menu-list li.menu-el .hm_sub_wrap .row > div {
  padding: 25px 0px;
}

ul.hm-menu-list li.menu-el .hm_sub_wrap .row > div h4 {
  font-size: 1.25rem;
}

ul.hm-menu-list li.menu-el .hm_sub_wrap .row > div ul {
  padding: 0;
  margin:  0;
}

ul.hm-menu-list li.menu-el .hm_sub_wrap .row > div ul li {
  position: relative;
  list-style: none;
  padding: 0 0 5px 20px;
}

ul.hm-menu-list li.menu-el .hm_sub_wrap .row > div ul li:before {
   content: '';
   position: absolute;
   border-right:2px solid black;
   border-bottom:2px solid black;
   width:8px;
   height:8px;
   top: calc(50% - 3px);
   left: 0px;
   transform: translateY(-50%) rotate(-45deg);
}

ul.hm-menu-list li.menu-el:hover .hm_sub_wrap {
  display: block;
  background-color: #f0f0f0;
}

/* FLYOUTs NAV */ 

header nav .navbar-nav li .hm--flyout {
    display: none;
    position: absolute;
    z-index: 66677;
    top: 38px;
    background-color: rgba(255,255,255, 0.95);
    width: 100%;
    height: auto;
    padding: 15px;
    border-bottom: 25px solid transparent;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

@media (min-width: 768px) {
    header nav .navbar-nav li .hm--flyout {
        width: 700px;
    }

    header nav .navbar-nav li:hover .hm--flyout {
        display: block;
    }
}

header nav .navbar-nav li .hm--flyout .row div {
    margin-bottom: 25px;
}

header nav .navbar-nav li .hm--flyout .row div > a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    padding: 10px 0;
}

header nav .navbar-nav li .hm--flyout ul,
header nav .navbar-nav li .hm--flyout ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

header nav .navbar-nav li .hm--flyout ul li a {
    font-size: .7em;
    font-weight: 400;
    color: #000;
}

header nav .navbar-nav li .hm--flyout ul li a:before {
    content: "_";
    color: #0062AF;
}

header nav .navbar-nav li .hm--flyout ul li a:hover {
    color: #0062AF;
}

#flyout_1 img,
#flyout_2 img,
#flyout_3 img {
    display: none;
}

@media (min-width: 768px) {
    #flyout_1 img,
    #flyout_2 img,
    #flyout_3 img {
        display: block;
    }
}

/* FLYOUT CONTACT */

#hm--flyout-contact {
    display: none;

    position: fixed;
    z-index: 889;
    top: 190px;
    right: 7%;
    
    cursor: pointer;
}

@media (min-width: 768px) {
    #hm--flyout-contact {
        display: block;
    }
}

#hm--flyout-contact img {
    position: absolute;
    z-index: 65;
    width:  70px;
    height: 70px;
}

#hm--flyout-contact div.address {
    display: none;

    position: absolute;
    z-index: 63;
    top: 35px;
    right: -35px;
    background-color: #FFF;
    padding: 15px;
    width: 300px;
}

#hm--flyout-contact:hover div.address {
    display: block;
}

#hm--flyout-contact div.address h5 {
    text-align: center;
    font-weight: 300;
    font-size: 1.3rem;
}

#hm--flyout-contact div.address ul {
    margin: 0 0 15px 0;
    padding: 0;
}

#hm--flyout-contact div.address ul li {
    list-style: none;
    background-image: url('/fileadmin/hm/svg/arrow.blue.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 13px;
    
    padding: 5px 0;
    border-bottom: 1px solid #0062AF;
}

#hm--flyout-contact div.address ul li a {
    font-size: .9rem;
    font-weight: 300;
}

#hm--flyout-contact div.address .bg-blue {
    margin: 0 -15px -15px -15px;
    padding: 15px;
    background-color: #0062AF;
    color: #FFF;
}

#hm--flyout-contact div.address .bg-blue ul li {
     background-image: url('/fileadmin/hm/svg/arrow.white.svg');
     border-bottom: 1px solid #FFF;
}

#hm--flyout-contact div.address .bg-blue ul li a {
    color: #FFF;
}

#hm--to-top {
    position: fixed;
    z-index: 890;
    bottom: 35px;
    right: 8%;
}

#hm--to-top img {
    width:  35px;
    height: 35px;
}

/* PAGE HEADER */

.hm--page-header-twin {
    overflow: hidden;
    position: relative;
}

.hm--page-header-twin > div {
    float: left;
}

.hm--page-header-twin .hm--phh-img-left {
    position: relative;
    width: 50%;
}
.hm--page-header-twin .hm--phh-img-right {
    position: relative;
    width: 50%;
}

.hm--page-header-twin .hm--phh-txt {
    position: absolute;
    z-index: 777;
    width: 100%;
    left: 0px;
    bottom: 0px;
    min-height: 120px;
    background-color: rgba(255,255,255, 0.7);
}

.hm--page-header-twin .hm--phh-txt h2 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.hm--page-header-twin .hm--phh-txt p {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3em;
}

.hm--arrow {
    width: 15%;
}

@media (min-width: 576px) {
    .hm--page-header-twin .hm--phh-txt h2 {
        font-size: 28px;
    }
    .hm--page-header-twin .hm--phh-txt p {
        font-size: 18px;
    }
}
/*
@media (min-width: 768px) {
    .hm--page-header-twin .hm--phh-txt h2 {
        font-size: 35px;
    }
}

@media (min-width: 992px) {
    .hm--page-header-twin .hm--phh-txt h2 {
        font-size: 45px;
    }
    .hm--page-header-twin .hm--phh-txt p {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .hm--page-header-twin .hm--phh-txt h2 {
        font-size: 55px;
    }
    .hm--page-header-twin .hm--phh-txt p {
        font-size: 30px;
    }
}
*/

.hm--page-header-single {
    overflow: hidden;
    position: relative;
}

.hm--page-header-single .hm--phi-img {
    position: relative;
    width: 100%;
}

.hm--page-header-single .hm--phi-img .img-fluid {
    max-width: none;
    width: 100%;
}

.hm--page-header-single .hm--phi-txt {
    position: absolute;
    width: 60%;
    left: 10%;
    bottom: 5%;
    
    text-shadow: 0px 0px 2px #000;
}

.hm--page-header-single .hm--phi-txt h2 {
    text-transform: uppercase;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .hm--page-header-single .hm--phi-txt h2 {
        font-size: 55px;
    }
}

.hm--page-header-single .hm--phi-txt span {
    color: #FFF;
    font-size: 1.3em;
}

.hm--page-header-single .hm--arrow {
    width: 5%;
    margin-left: 10px;
}


/* TEASER */


.hm--teaser-rir {
    margin-top: 70px;
}

.hm--teaser-rir h2 {
    font-size: 1.3rem;
    text-transform: uppercase;
}

.hm--teaser-rir p {
    font-size: 1em;
    line-height: 1.3em;
}

@media (min-width: 576px) {
    .hm--teaser-rir:nth-child(2) > div > div:first-child {
        /* padding-left: 3rem; */
    }
}

@media (min-width: 768px) {
    .hm--teaser-rir h2 {
        font-size: 2rem;
    }
    
    .hm--teaser-rir p {
        font-size: 1.3em;
    }
}



.hm--teaser-tit {
    margin-top: 50px;
}

.hm--teaser-tit h2 {
    margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.hm--teaser-tit .hm--arrow {
    width: 5%;
    margin-left: 10px;
}

.hm--teaser-tit.tit-large h2 {
    width: 100%;
}

.hm--teaser-tit.tit-large .hm--arrow {
    width: 2.5%;
}

.hm--teaser-tit.tit-medium h2 {
    font-size: 1.5rem;
}

@media (min-width: 576px) {
    .hm--teaser-tit.tit-large h2 {
        width: 60%;
    }
}



.hm--teaser-tc {
    margin-top: 70px;
}

.hm--teaser-tc h2 {
    font-size: 1.3rem;
    text-transform: uppercase;
}

.hm--teaser-tc h2 span {
    color: #969696;
}

.hm--teaser-tc p {
    font-size: 1em;
    line-height: 1.3em;
}

@media (min-width: 768px) {
    .hm--teaser-tc h2 {
        font-size: 2.5rem;
    }
    
    .hm--teaser-tc p {
        font-size: 1.3em;
    }
}



.hm--teaser-to {
    margin-top: 70px;
    border: 1px solid #0062AF;
    padding: 25px;
}

.hm--teaser-to h2 {
    font-size: 1.3rem;
    text-transform: uppercase;
}

.hm--teaser-to h2 span {
    color: #969696;
}

.hm--teaser-to p {
    font-size: 1em;
    line-height: 1.3em;
}

.hm--teaser-to .hm--arrow {
    width: 9%;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .hm--teaser-to h2 {
        font-size: 1.7rem;
    }
    
    .hm--teaser-to p {
        font-size: 1.3em;
    }
}


/* BOXEs */

.hm--box-tc {
    margin-top: 50px;
}

.hm--box-tc h2 {
    font-size: 1.3rem;
    text-transform: uppercase;
}

.hm--box-tc h2 span {
    color: #969696;
}

.hm--box-tc p {
    font-size: 1em;
    line-height: 1.3em;
}

.hm--box-tc .hm--arrow {
    width: 5%;
    margin-left: 10px;
}

@media (min-width: 768px) {
    .hm--box-tc h2 {
        font-size: 2rem;
    }
}



.hm--box-img {
    margin-top: 50px;
}

.hm--box-img-slider {
    margin-top: 50px;
}

.hm--box-tit img {
    margin-bottom: 15px;
}

.hm--box-tit h2 {
    font-size: 1.3em;
}

/* YOUTUBE BOX */

.yt-video-container {
    position: relative;
    margin-top: 50px;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.yt-video-container iframe,
.yt-video-container object,
.yt-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* SHOWROOM */

.showroom--header {
    padding: 15px 0 10px 0;
}

.showroom--header .sh-img {
    width: 45px;
}

.modal-content {
    background-color: #000;
}

.modal-header {
    border: 0 none;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
}

.modal-body p.caption {
  color: #fff;
  padding-top: 10px;
}

.carousel-control-prev,
.carousel-control-next {
    border: 0 none;
    background: transparent;
    opacity: 1;
}

.hm--showroom p.caption {
  font-size: .9em;
  line-height: 1.4em;
  padding-top: 10px;
}

.zoom-icn {
  position: absolute;
  width: 35px;
  height: 35px;
  top:    0px;
  right: 15px;
  background-image: url('/fileadmin/hm/img/lupe.icon.png');
  background-size: contain;
}

/* CONTACT FORM */

.contact--form .contact-mid-box .col-12 {
    padding: 0;
}

.contact--form .btn-cta {
    text-transform: uppercase;
    padding: 10px 30px;
    background-color: #0062AF;
    border-color: #0062AF;
}

/* FOOTER */

footer {
    background-color: #0062AF;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 50px;
    color: #F7F7F7;
    font-size: 12px;
    
    min-height: 500px;
}

footer a {
    color: #F7F7F7;
    text-decoration: none;
}

footer a:hover {
    color: #FFFFFF;
}

footer .nl-widget {
    width: 90%;
    margin-bottom: 25px;
}

footer .nl-widget input {
    background: transparent;
    font-size: 14px;
    color: #FFFFFF;
}

footer .nl-widget button {
    font-size: 14px;
    color: #FFFFFF;
    
    padding-right: 20px;
    padding-left: 20px;

    border-color: #FFFFFF;
    border-left-color: #FFFFFF;
    border-right-color: #FFFFFF;
    background: #FFFFFF;
    color: #0062AF;
}

footer .nl-widget button:hover {
    background: #0062AF;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

footer .nl-widget .form-control {
    border-color: #FFFFFF;
}

footer .nl-widget ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  font-size: 14px;
  opacity: 1; /* Firefox */
}

footer .nl-widget :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
  font-size: 14px;
}

footer .nl-widget ::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
  font-size: 14px;
}

footer .logo-white {
    width: 120px;
}

footer .addr-icon img {
    width: 12px;
    margin: 20px 0 2px -6px;
}

footer .addr-icon-contact img {
    width: 14px;
    margin: 23px 0 2px -6px;
}

footer .addr-box span {
    font-size: .9em;
    letter-spacing: .8px;
}

footer .addr-txt {
    padding-top: 20px;
}
