*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
           
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    font-size: 17px;
}
h1{
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
}
h2{
    font-size: 30px;
    font-weight: 500;
    line-height: 25px;
}
h3{
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
}
nav ul, menu, dir {
    -webkit-padding-start: 0;
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
}
a{
    text-decoration: none;
}
li:active,
a:active {
    background-color: none;
}
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?q21701');
    src:  url('../fonts/icomoon.eot?q21701#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?q21701') format('truetype'),
      url('../fonts/icomoon.woff?q21701') format('woff'),
      url('../fonts/icomoon.svg?q21701#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  }
/* clearfix */
.clearfix::after {
    content: "";
    clear: both;
    display: block;
}
.contact-btn {
    margin: 35px 0;
}
.btn {
    color: #fff;
    width: 100px;
    padding: 10px 15px;
    background: rgb(17, 138, 208);
    text-align: center;
    border-radius: 5px;
    -webkit-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out; 
    font-size: 20px;
}
.btn:hover {
    background-color:rgb(85, 163, 209);
}

#home .header-wrapper {
    height: 500px;
}
header {
    position: relative;
    height: inherit;
}
.contact-header-wrapper {
    display: block;
    position: absolute;
    background: rgba(0, 95, 158, 0.9);
    width: 100%;
    height: 25px;
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
}
.contact-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        -webkit-box-pack: end;
            justify-content: flex-end;
    z-index: 2;
    max-width: 1100px;
    height: auto;
    color: #fff;
    text-align: center;
    margin: 2px auto;
    font-size: 85%;
}
.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 10px;
    padding: 2px 0;

}
.icon-phone:before {
    content: "\e906";
  }
.contact span:nth-child(2){
    margin-right: 20px;
}
.icon-envelope:before {
    content: "\e907";
  }
.contact .mail{
    margin-right: 0;
}
.i {
    margin-left: 5px;
}

/*.contact-header span:nth-of-type(1),
.contact-header span:nth-of-type(2) {
    float: left;
   margin: 0 10px;
}
.contact-header span:nth-of-type(3) {
    float: right;
    margin-right: 15px;
}*/
.header-img {
    display: block;
    position: relative;
    overflow: hidden;
    
    height: inherit;
    background: -webkit-gradient( linear,  left top, left bottom,  from(rgba(46, 127, 248, 0.1)),  to(rgba(46, 127, 248, 0.1))),  url(../images/header2.png) 50% 40%/cover no-repeat;
    background: linear-gradient( rgba(46, 127, 248, 0.1),  rgba(46, 127, 248, 0.1)),  url(../images/header2.png) 50% 40%/cover no-repeat;
}

/*.header-img img{
    display: block;
    overflow: hidden;
    max-width: 100%;
    height: auto;

}*/
.main-nav-wrapper {
    position: absolute;
    top: 25px;
    height: 80px;
    width: 100%;
    z-index: 100;
    background:rgba(20, 56, 99, 0.9);/*blue*/
}
nav#main-nav .mobile-menu-checkbox {
    display: none;
}
nav#main-nav .mobile-menu-toggle {
    display: none;
    line-height: 70px;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    vertical-align: middle;
  }
.icon-bars:before{
    content: "\e901";
    margin: 5px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.icon-close:before {
    content: "\e900";
    margin: 5px 5px 0 0;
    display: none;
    vertical-align: middle;

}

.label {
    vertical-align: middle;
}
nav#main-nav {
    display: block;;
    color: #fff;
    /*width: 100%;*/
    text-align: center;
    font-size: 100%;
    height: 50px;

}
nav#main-nav ul {
    margin: 0 auto;
    list-style: none;
    height: auto;
    text-align: center;   
    min-width: 70%;
    padding: 0;
}
nav#main-nav li {
    display: inline-block;
    cursor: pointer;
    height: 80px;
    font-weight: 500;
    margin-right: -4.7px;/* delete gap*/
    -webkit-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out; 
}

nav#main-nav li:last-child{
    margin-right: 0/* delete gap*/
}
nav#main-nav li a{
display: block;
  line-height: 80px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
 
}

nav#main-nav li.service{
    position: relative;
    overflow: visible !important;
}
nav#main-nav li.service ul li{
    padding: 0;
    margin: 0;
    border-bottom: 1px #fff solid;
    width: 100%;
    text-align: center;
    height: 50px;

} 
nav#main-nav li.service ul li a{
    padding: 0 5px;
    line-height: 50px;

} 
nav#main-nav li.service ul li:last-child{
    border-bottom: none;

} 
nav#main-nav li.service ul{
    display: none;
    -webkit-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

nav#main-nav li.service:hover ul{
    display: block;
    position: absolute;
    max-width: 200px;
    width: 200px;
    top: 80px;
    padding: 0;
    /*right: 5px;*/
    left: 0;
    background-color: rgba(20, 56, 99, 0.9);
    z-index: 1000;
    text-align: center;   
}

li.service .icon-angle-down:before {
    /* use !important to prevent issues with browser extensions that change fonts */
   font-family: 'icomoon' !important;
   speak: none;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   content: "\e905";
   vertical-align: middle;
   display: inline-block;
   margin-left: 5px;
   padding-left: 5px;

}

li.service ul li a {
    padding: 0;
}

.nav-wrapper{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 1100px;
    margin: 0 auto;
}
.nav-wrapper .logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    justify-self: flex-start;
}

nav#main-nav li:visited,
nav#main-nav li:hover,
nav#main-nav li:focus,
nav#main-nav .current{
    background: rgba(255, 255, 255, .3)
  }

.logo {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin: 2px;
}
.logo img {
    display: inline-block;
    height: inherit;
    vertical-align: middle;
    width: 168.50px;
    padding: 10px 0;
}
.overlay {
    position: absolute;
    width: 500px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top:40%;
    background:  rgba(20, 56, 99,0.7);
    padding: 6px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}
.overlay h1 {
    margin: 5px auto;
    font-size: 40px;
    font-weight: 600;
}

.overlay .overlay-tl {
    font-size: 40px;
    font-weight: 600;
    margin: 5px auto;
}
.overlay-txt {
    font-weight: 600;
    font-size: 30px;
    margin: 10px auto;
}
.overlay .hc-btn {
    margin: 30px auto 15px auto;
}

/*.overlay .hc-btn .btn {
box-shadow: 0 1px 10px 0.5px rgba(122, 122, 122, 0.5);
}*/
/* Home */
.show-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 20px auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
    

}
.box-img {
    text-align: center;
}
.main-content-home {
    max-width: 100%;
    margin: 0 auto;
}
.show-boxes-wrapper {
    position: relative;
    max-width: 1300px;
    margin: -100px auto 0 auto;
}
.boxes {
    background-color: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    margin: 10px 5px;
    -webkit-box-shadow: 0 1px 10px 0.5px rgba(61, 61, 61, .3);
            box-shadow: 0 1px 10px 0.5px rgba(61, 61, 61, .3);
}
.boxes img {
    text-align: center;
    width: 100%;
}
.boxes h2 {
    text-align: center;
}
.boxes .box-content{
    padding: 10px 20px 15px 20px;
    font-size: 100%;
    line-height: 25px;
    text-align: center;
}
.box-content h2 {
    font-size: 140%;
}
.box-content ul {
    -webkit-padding-start: 15px;
}
/* P */
.main-content {
    max-width: 1100px;
    margin: 50px auto;
    padding: 0 20px;
    line-height: 25px;
}

.img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
}
.img img{
    width: 98%;
}
.title {
    font-size: 110%;
    font-weight: 600;
}
.ttext {
    margin-top: 5px;
}
.home-services {
    max-width: 1500px;
    padding: 0 15px;
    margin: 10px auto;
    text-align: center;
}
.home-services .s-boxes-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}
.home-services .s-boxes-wrapper h3 {
     margin: 5px auto;
     color: #fff;
}
.home-services .s-boxes {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    -webkit-box-shadow: 0 1px 10px 0.5px rgba(53, 53, 53, 0.3);
            box-shadow: 0 1px 10px 0.5px rgba(53, 53, 53, 0.3);
    background: rgba(0, 95, 158, 0.9);
    
    margin: 20px 20px;
}
.s-boxes-link {
    display: block;
    -webkit-transition: background-color 1s ease-out, -webkit-box-shadow;
    transition: background-color 1s ease-out, -webkit-box-shadow;
    transition: box-shadow, background-color 1s ease-out;
    transition: box-shadow, background-color 1s ease-out, -webkit-box-shadow;
    padding: 5px 5px 20px 5px;
}
a.s-boxes-link:hover {
    display: block;
    -webkit-box-shadow: 0 1px 10px 0.5px rgba(29, 29, 29, 0.3);
            box-shadow: 0 1px 10px 0.5px rgba(29, 29, 29, 0.3);
    background: rgb(39, 147, 219);
}
.home-services h2 {
    margin: 5px auto;

}
.home-services .s-boxes-wrapper .h-stripe {
    padding: 10px 0;
    margin: 0 auto 10px auto;
    /*background: rgba(0, 95, 158, 0.9);*/

}
.t-block-wrapper {
    max-width: 100%;
    margin: 40px auto;
    padding: 20px 0;
    min-height: 300px;
    background-color: #eee;
    line-height: 30px;
}

.t-block h2 {
    text-align: center;
    line-height: 30px;
}
.t-block {
    max-width: 1000px;
    margin: 10px auto;
    padding: 15px;
    background-color: #eee;
}
.icon {
    display: inline-block;
    width: 5em;
    max-height: 5em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    color: #fff;
    vertical-align: middle;
}   

 .contact-page {
     max-width: 1500px;
     margin: 50px auto;
     display: inline;
 }
 .gtitle{
     font-size: 20px;
     font-weight: 600;
      text-align: center;
      margin-bottom: 10px;
 }
 .coti-wrapper{
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     max-width: 1000px;
     -ms-flex-pack: distribute;
         justify-content: space-around;
     justify-items: center;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
     padding: 10px 10px;    
     margin: 0 auto;
 }
 .coti-wrapper .cw-child {
     -webkit-box-flex: 1;
         -ms-flex: 1 1 40%;
             flex: 1 1 40%;
 }
 #contact .main-content{
     max-width: 1500px;
 }

 .impressum {
     max-width: 700px;
     margin: auto;
 }

.header-wrapper{
    height: 400px;
 }
 #home .overlay {
     top: 33%;
 }
 #contact table td {
     padding: 5px 20px;
     width: 250px;
 }
 #referenzkunden h1{
    text-align: center;
 }
 .map img{
     width: 100%;
 }
 .refkunden {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     justify-items: center;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
 }
 .refbox {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-flex: 1;
         -ms-flex: 1 1 20%;
             flex: 1 1 20%;
     -webkit-box-shadow: 0 1px 10px 0.5px rgba(61, 61, 61, .3);
             box-shadow: 0 1px 10px 0.5px rgba(61, 61, 61, .3);
     margin: 20px;
     text-align: center;
     padding: 15px 10px;
     
 }
 .refbox img {
     width: 80%;
     margin: 10px auto 10px auto;
 }
 .refbox:nth-child(3) img {
     padding: 5px;
     background-color: #5B5B6C;
 }
 .refbox:nth-child(4) img{
    width: 50%;
}
.refbox:nth-child(6) img,
.refbox:nth-child(7) img {
    width: 35%;
}

 .refco {
     margin-top: auto;
 }
 .refbox h3 {
     font-size: 85%;
     margin: 2px auto;
 }
 #referenzkunden .content p {
     margin: 20px auto;
 }
 img.gimg {
    float: left;
    margin: 0 20px 20px 0;
    width: 240px;
 }
 .ic-wrapper {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
 }
 .ic-block p:first-child {
     margin-top: 0;
 }
 .ic-wrapper .ic-child:first-child{
     -webkit-box-flex: 1;
         -ms-flex: 1 1 10%;
             flex: 1 1 10%;
 }
 .ic-wrapper .ic-child:last-child{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
}
.xspace {
    margin: 20px auto;
}
.content-haustechniker {
    margin: 60px auto;
}
.content-haustechniker h2 {
    text-align: center;
}
.sec {
    max-width: 850px;
    margin: 40px auto;
    padding: 0 90px;
}

#gmanagement .main-content {
    max-width: 100%;
    
}
#gmanagement .content {
    max-width:1100px;
    margin: 0 auto;
}
/* ------------------ */
.footer {
    background: rgba(20, 56, 99, 1);
    margin-top: 40px;
    color: #fff;
    font-size: 80%;  
}
footer {
    text-align: center;
    padding: 10px;
}
footer ul {
    list-style: none;
    text-align: center;
    -webkit-padding-start: 0;
}
footer li {
    display: inline-block;
    margin-right: 10px;
}
footer li a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: color 1s ease-out;
    transition: color 1s ease-out;
   
}
.footer li a:hover {
    color: rgb(173, 173, 173);
}
.copy {
    display: inline-block;
    margin-bottom: 10px;
}



#about .content h1 {
    text-align: center;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}   

.mcontact,
.gtimes  {
     margin: 0 auto 40px auto;
}

.noms {
    margin-top: 20px;
}

#etechnik .main-content {
    max-width: 900px;
}
#luklima .main-content {
    max-width: 900px;
}
#avid .main-content {
    max-width: 900px;
}
#innenausbau .main-content {
    max-width: 900px;
}
#innenausbau .list {
    margin: 40px auto;
}

/* Slideshow */
.cycle-slideshow {
	width:60%;
	height: auto;
	position: relative;
    overflow:hidden;
    border-radius: 10px;
	background:rgba(230,230,230,0.9);
    margin: 20px auto;

}
.cycle-slide.cycle-sentinel{
	position: absolute;
}
	/*btns*/
.btns{
	position:absolute;
	width:50px;
	height:60px;
	top:50%;
	margin-top:-25px;
	line-height:57px;
	text-align:center;
	cursor:pointer;	
	background:rgba(0,0,0,0.2);
	z-index:100;
	
	
	-webkit-user-select: none;  
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-ms-user-select: none;
	
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.btns:hover{
	background:rgba(0,0,0,0.3);	
}

#next{right:-50px; border-radius:7px 0px 0px 7px;}
#prev{left:-50px; border-radius:0px 7px 7px 0;}
.cycle-slideshow.cycle-paused #next{right:0px;}
.cycle-slideshow.cycle-paused #prev{left:0px;}
#counter{
	top: 50px; 
	right:35px; 
	width:auto;
	position:absolute;
}


/*bar*/
#pagination-wrap{
	min-width:20px;
	margin-top:350px;
	margin-left: auto; 
	margin-right: auto;
	height:15px;
	position:relative;
	text-align:center;
}



.slider-wrap .icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #fff;
}
img{
	margin:auto;
	width: 100%;
	height: auto;
}
.cycle-pager {
	position: absolute;
	bottom: 20px;
	left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
	z-index: 1000;
	text-align: center;
	margin: 0 auto;

}
.cycle-pager span {
	position: relative;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin: 0 5px;
	background-color: #fff;
	opacity: 0.5;

}
.cycle-pager span.cycle-pager-active {	
	width: 12px;
	height: 12px;
	top: 3px;
	opacity: 1;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4) ;
	        box-shadow: 1px 1px 5px rgba(0,0,0,0.4);	 
}
.limg img {
    margin: 40px auto;
}
/* Media Queries */
@media (max-width:1200px) {
    .cycle-slideshow {
        width: 90%;
    }
}
@media (max-width: 500px) {
   
    .title{
        font-size: 90%;
    }
    .home-services .s-boxes{
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
    }
}

@media (max-width: 600px){
    .boxes {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
    }
   
    .contact {
        font-size: 95%;
        padding: 2px 0;
    }
    .home-services .s-boxes-wrapper {
        max-width: 99%;
    }
}
@media (max-width: 700px){
    .overlay {
        width: 95%;
    }
    .overlay h1,
    .overlay .overlay-tl,
    h1 {
        font-size: 25px;
    }
    .overlay .overlay-txt {
        font-size: 15px;
    }
    img.gimg{
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .ic-wrapper .ic-child:first-child {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 auto;
        text-align: center;
        
        -webkit-box-flex: 1;
        
            -ms-flex: 1 1 100%;
        
                flex: 1 1 100%;
    }
    .ic-block p:first-child {
        margin-top: 20px;
    }
    .sec {
        padding: 0 10px;
    }
}

@media (max-width: 350px){
    .overlay h1,
    .overlay .overlay-tl,
    h1{
        font-size: 24px;
    }
}
@media (max-width: 900px) {
    nav#main-nav li a{
        padding: 0 15px;   
    }
    .show-boxes {
        width: 95%;
    }
    .home-services {
        max-width: 97%;
    }
    .refbox {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 45%;
                flex: 1 1 45%;
}
}
@media (max-width: 760px){
    nav#main-nav {
        overflow: visible;
        margin: 5px auto;
    }
    nav#main-nav ul{
        position: absolute;
        width: 100%;
        left: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 100;
        display: none;
        -webkit-padding-start: 0;
    }
    nav#main-nav .mobile-menu-checkbox:checked ~ ul {
        position: absolute;
        top: 80px;
        display: block; 
        background: rgba(20, 56, 99, 1);
        overflow: visible;
        border-top: 1px #fff solid;
      }
   
    nav#main-nav li {
        /*margin-bottom: 1px;*/
        border-top: 1px #fff solid;
        margin-right: 0;
        height: auto;
        cursor: none;
        
    }
    nav#main-nav li a {
        line-height: 50px;
    }
    nav#main-nav li,
    nav#main-nav li a{
        width: 100%;
    }
    nav#main-nav li.service:hover ul{
        width: 100%;
        max-width: 100%;
        position: static;
        top: 40px;
       
    }
    nav#main-nav .mobile-menu-toggle {
        display: block;
    }
    nav#main-nav .mobile-menu-checkbox:checked ~ .mobile-menu-toggle .icon-bars:before {
        display: none !important;
    }
      nav#main-nav .mobile-menu-checkbox:checked ~ .mobile-menu-toggle .icon-close:before {
        display: inline-block;
    }
    .contact-header {
        max-width: 100%;
        width: 100%;
        left: 1%;
        justify-content: center;
    }
    nav#main-nav li.service ul li  {
        border-bottom: none;

    }
    nav#main-nav li.service{
        padding: 0;
    }
    nav#main-nav li {
        padding: 0;
    }

    
   
}

@media (max-width:400px) {
    .home-services {
        margin: 40px auto;
        padding: 5px;
}
    .home-services .s-boxes {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        margin: 20px auto;
    }
    .s-boxes h3 {
        font-size: 20px;
    }
    nav#main-nav .mobile-menu-toggle {
    line-height: 50px;
    }
    .logo img {
        width: 44%;
    }
    .main-nav-wrapper {
        height: 60px;
    }
    nav#main-nav .mobile-menu-checkbox:checked ~ ul {
        top: 60px;
    }
}

@media (max-width:300px) {
    .logo img {
        width: 90%;
    }
    .contact-header-wrapper {
        height: 45px;
    }
    .main-nav-wrapper {
        position: absolute;
        top: 45px;
    }
    }