@media(min-width:768px){
  
    /*** Footer ****/      
    .footer-main-row > div{ 
        max-width: none;
        flex: auto;
        width: auto
    }
}

@media(min-width: 992px){
    /*** Header Top ****/      
    .header-top > div+div {
        margin-left: 1.15rem;
    }
    .mobile-trigger-button, .mobile-menu-view{
        display: none
    }
}

@media(min-width:1200px){
    .container {
        max-width: 68rem;
        padding-left: 30px;
        padding-right: 30px
    }
    
    /**** Lang ****/
html[lang="de"] .site-header .container{
  max-width: 70rem;  
}
}

@media(min-width:1400px){
    /*** Default ****/ 
    .fixed{
        background-attachment: fixed!important
    }
}

@media(min-width:2000px){
    /*** Default ****/  
    html{
        font-size: 1.05vw
    }
}

@media(max-width:1599px){
    html{
        font-size: 17px
    }
  p.map-address {
    font-size: 14px;
    margin: 0!important;
    padding: 0;
}
p.map-location-nap {
    font-size: 12px!important;
}
p.map-site-name {
    padding-bottom: 3px;
}   
}

@media(max-width:1199px){
    html {
        font-size: 18px;
    }
    body{
        padding-top:120px
    }

    /** Header ***/       
    .site-logo {
    width: 15.5rem;
}
.main-header-menu > li {
    margin: 0 0.75rem;
}

    /**** Lang ****/
html[lang="de"] .header-menu {
    opacity: 0;
    font-size: 0.925rem;
}
html[lang="de"] .main-header-menu > li,  html[lang="fr"] .main-header-menu > li{
    margin: 0 0.6rem;
}

    /*** Blog Loop *****/
    .blog-loop-content-bottom .h4 {
        font-size: 1.2rem;
    }
}

@media(max-width:1099px){
    h2, .h2{
        font-size: 2rem;
    }
    h3,.h3{
        font-size: 1.8rem
    }
    h4,.h4{
        font-size: 1.5rem
    }
   
}

@media(max-width:991px){
  body{
        padding-top:95px
    }
    .space_m {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .space{
        padding-top: 3rem;
        padding-bottom: 3rem
    }
    .spaceT{
        padding-top: 3rem;
    }
    .spaceB{
        padding-bottom:3rem;
    }
    .spaceMT{
        margin-top: 3rem;
    }
    .spaceMB{
        margin-bottom: 3rem;
    }
    .button{
        min-width: 8.5rem;
        padding: 0.7rem 1rem;
    }

    /***** Scroll ****/      
    .bottom-to-top, .scrollup, .top-to-bottom {
        height: 3rem;
        width: 3rem;
    }
    .scroll-div svg, .scroll-div img, 
    .scrollup svg,  .scrollup img {
        width: 1.75rem;
        height: 1.7rem;
    }

    /***** Header ****/
    .header-aside-top{
        margin: 0
    }
    .header-grid{
        align-items: center;
    }
    .site-header {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .header-aside {
        align-self: auto;
    }
    .social-media {
        margin-right: 15px;
    }
    .header-aside-top > div+div {
        margin-left: 0.75rem;
    }
    div.header-menu{
        -ms-flex-direction: row!important;
        flex-direction: row!important; 
    }
    .site-header .social-wrapper{
        display: none
    }
    .custom-special-button > a {
    background-color: #666;
    color: #FFF!important;
}

    /****** Mobile Menu Start ********/
    .main-mobile-header-menu{
        margin: 0
    }
    .header-menu {
        display: none!important;
    }
    button.navbar-toggler {
        display: block!important;
        background-color: #404040;
        width: 50px;
        height: 45px;
        border-radius: 0;
        border: none;
        margin-left: 10px
    }
    .mobile-navbar-toggler-icon {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #FFF;
        margin: 5px 0;
    }
    .header-mobile-menu{
        display: block!important;
        height: 0;
        overflow: hidden;
        background-color: #f5f3f3
    }
    .main-mobile-header-menu li a {
        border-bottom:1px solid rgba(0, 0, 0, 0.09);
        border-radius: 0;
        font-size: 17px;
        display: block;
        padding: 10px 15px 10px 5%;
        color: #000;
        line-height: 1.2;
        text-transform: uppercase;
    }
    .main-mobile-header-menu .sub-menu li a{
        padding-left: 10%
    }
    .main-mobile-header-menu .sub-menu .sub-menu li a{
        padding-left: 15%  
    }
    .main-mobile-header-menu > li.current-menu-item > a, .main-mobile-header-menu > li.current_page_parent > a{
        background-color: #992928;
        color: #FFF
    }
    .mobile-trigger-button{
        display: block
    }
    html.menu-opened, html.menu-opened body{
        overflow-y: hidden
    }
    .mobile-menu-view {
        position: fixed;
        right: 0;
        top:0;
        width: 460px;
        z-index: 111;
        background-color: #FFF;
        max-width: 80%;
        max-height: 100%;
        height: 0;
        opacity: 0;
        transition: all ease 0.45s;
        transform: translateX(100%);
        overflow-x: hidden;
        overflow-y: auto;
    }
    .menu-opened .mobile-menu-view{
        opacity: 1;
        transform: translateX(0);
    }
    .menu-opened .toggle-icon-two {
        opacity: 0
    }
    .toggle-icon-one,  .toggle-icon-three{
        transition: all ease 0.5s
    }
    .menu-opened .toggle-icon-one {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .menu-opened .toggle-icon-three{
        transform: rotate(-45deg) translate(5px, -5px)
    }

    /****** Mobile Menu End ********/
    .header-aside-top{
        align-items: center;
        margin-bottom: 0
    }
    .header-aside-top .social-media{
        display: none
    }
    .header-email, .header-phone {
        position: relative;
        height: 2.5rem;
        width: 2.5rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        background-color: #404040;
    }
    .header-email a:before, .header-phone a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .header-email a, .header-phone a {
        font-size: 0;
    }
    .header-email img, .header-email svg {
        width: 1.4rem;
    }
    .header-phone img, .header-phone svg {
        width: 1.65rem;
    }
    .header-email img, .header-email svg, 
    .header-phone img, .header-phone svg{
        margin-right: 0;
        top: 0
    }
    .header-email svg path, .header-phone svg path {
        fill: #FFF;
    }
    .header-aside-top > div{
        margin-right: 0.75rem;
        margin-left: 0!important;
    }
    
        /***** Page - Contact ****/ 
    .contact-by-inner {
    padding: 0 0.75rem 1.25rem;
    font-size: 15px;
}
.map-info-window {
    padding: 10px 20px 10px 14px;
}
p.map-site-name{
    font-size: 17px
}

    /***** Footer ****/ 
    .site-footer{
        font-size: 0.925rem
    }
    .footer-main-row > div {
        padding: 2rem 1rem;
    }
    .footer-logo{
        width:14rem
    }
    .footer-address br{
        display: none
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom-row {
    padding-top: 15px;
    padding-bottom: 15px;
}
    .design-develop-by{
        justify-content: center
    }
    .footer-bottom-row > div {
        margin-top: 0.15rem;
        margin-bottom: 0.15rem;
    }
    .footer-bottom-row > div.design-develop-by{
        margin-top: 8px
    }
    .footer-bottom-row {
    flex-direction: column;
}
.working-hours{
    margin-top: 1.25rem
}
}

@media only screen and (min-width:768px) and (max-width:991px){
    /*** Footer ****/   
    .footer-col-3 {
        width: 13rem!important;
    }
}

@media (max-width: 900px){
    .cookie-notice-container #cn-notice-buttons {
        display: flex!important;
    }
}

@media(max-width:767px){

    /***** Global ****/ 
    .container {
        max-width: 100%;
    }
    .space {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .space_m {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .spaceMB {
        margin-bottom: 3rem;
    }
    .spaceMT {
        margin-top: 3rem;
    }
    .spaceT{
        padding-top: 3rem;
    }
    .spaceB{
        padding-bottom: 3rem;
    }
    .button {
        min-width: 10rem;
        padding: 0.85rem 0.85rem;
    }
    h1, .h1 {
        font-size:2rem;
    }
    h2, .h2{
        font-size: 1.85rem;
    }
    h3,.h3{
        font-size: 1.6rem
    }
    h4,.h4{
        font-size: 1.45rem
    }
    .mb2 {
        margin-bottom: 1.5rem;
    }
      body{
        padding-top:75px
    }

    /*** Header ******/
    .site-header .container{
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%
    } 
    .site-header{
        padding-top: 15px;
        padding-bottom: 15px
    }

    /* Breadcrumb ***/  
    .site-breadcrumb {
        position: static;
        line-height: 1.1;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .site-breadcrumb a{
        color: inherit
    }

    /* Inner Banner ***/  
    .inner-banner h1, .inner-banner .h1 { 
        font-size: 1.75rem;
    }


    /***** Blog ****/
    h1.blog-detail-heading {
        font-size: 1.75rem;
    }
    .single.single-post h2{
        font-size: 1.6rem
    }
    .single.single-post h3{
        font-size: 1.5rem
    }
    .single.single-post h4{
        font-size: 1.3rem
    }
    .single.single-post h5{
        font-size: 1.2rem
    }
    /*** Scroll - ARROW ******/
    .bottom-to-top, .scrollup{
        right: 1rem;
        bottom: 3.5rem
    }
    
         /***** Page - Contact ****/ 
    .contact-by-inner {
    font-size: 18px;
}
.video-contact, .video-contact+.map-view {
    height: 0;
    padding-bottom: 56.25%;
}

    /***** Footer ****/
    .footer-main-grid{
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .footer-main-row {
        display: block;
        text-align: center;
    }
    .footer-heading{
        margin-bottom: 0.75rem
    }
    .footer-main-row > div{
        padding: 0.85rem!important;
    }
    .footer-contact-list li{
        padding-left: 0
    }
    .footer-contact-list li:first-child {
        margin-top: 25px;
    }
    .footer-col-1 {
        text-align: center;
    }
    .footer-col-3{
        justify-content: center
    }
    .footer-contact-list span {
        display: block;
        position: static;
        margin: 0 auto 10px;
    }
    .footer-col-1 .social-media {
        justify-content: center;
        margin-right: 0;
    }
    .cookie-notice-container {
        display: block!important
    }
    .cookie-notice-container #cn-notice-text {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    .footer-col-1 .copyrights,   .footer-col-1 .design-develop-by{
        display: none
    }
    .site-footer .social-wrapper {
        justify-content: center;
        margin-top: 20px;
    }
    .footer-col-1 > div{
        width: 100%
    }
    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-bottom-row {
        display: block;
    }
    .design-develop-by {
    font-size: 12px;
}
.copyrights{
    line-height: 1.65
}
}

@media(max-width:575px){
    /***** Common ****/    
    .space {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .space_m {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .spaceMB {
        margin-bottom: 2.5rem;
    }
    .spaceMT {
        margin-top: 2.5rem;
    }
    .spaceT{
        padding-top: 2.5rem;
    }
    .spaceB{
        padding-bottom: 2.5rem;
    } 
    h2, .h2{
        font-size: 1.75rem;
    }
    h3,.h3{
        font-size: 1.55rem
    }
    h4,.h4{
        font-size: 1.4rem
    }
    .mb2 {
        margin-bottom: 1rem;
    }
     body{
        padding-top:138px
    }
    
      /*** Header ******/
      .site-logo {
    width: 17.5rem;
    max-width: 100%;
}
      .header-grid {
    flex-direction: column;
}
.header-aside {
    margin-top: 15px;
}

    /*** Blog ******/  
    .blog-loop-content-bottom{
        padding-left: 15px;
        padding-right: 15px
    }
    .blog-loop-content-col .button-outer{
        left: 15px
    }
    
    /***** Footer ****/ 
    .footer-main-grid{
        text-align: center
    }
    .footer-main-row > div:first-child{
        margin-bottom: 0
    }
    .footer-contact-list li:last-child{
        margin-bottom: 0
    }
    .footer-col-2 .w-100 {
        padding-left: 0;
    }
    .site-footer .social-wrapper {
        justify-content: center;
        margin-top: 1.5rem
    }
    .footer-main-row > div{
        padding-left: 0!important;
        padding-right: 0!important
    }
   
}

@media(max-width:479px){
    /***** Global ****/     
    .button {
        font-size: 0.88rem;
        min-width: 9rem;
        padding: 0.75rem 1rem
    }
    h2, .h2{
        margin-bottom: 0.75rem
    }
    .mb2 {
        margin-bottom: 1.25rem;
    }
    .mb2_5 {
        margin-bottom: 1.55rem;
    }
  
    /** Footer ***/
    .design-develop-by {
        font-size: 12px;
    }
}

@media(max-width:385px){
      body{
        padding-top:132px
    }
    
    /*** Header ***/
    .header-phone img, .header-phone svg {
        width: 1.4rem;
        height: 1.4rem;
    }
    .header-email img, .header-email svg {
        width: 1.5rem;
        height: 1.5rem;
    }
    .header-email, .header-phone {
        width: 2.5rem;
    }
    .header-aside-top > div {
        margin-right: 0.5rem;
    }
    .site-logo {
    width: 15.5rem;
}

    /*** Banner ***/
    .inner-banner h1, .inner-banner .h1 {
    font-size: 1.5rem;
    padding: 1rem;
}

    /*** Contact ***/
   .map-info-window {
    padding: 10px 42px 10px 10px;
    min-width: 190px
}
.map-site-name {
    font-size: 1rem;
}
.map-address {
    font-size: 16px;
}


}

@media(max-width:355px){
    .contact-via-listing .social-wrapper .like-social-heading{
        display: none
    }
    .contact-via-listing{
        padding-left: 15px;
        padding-right: 15px
    }
    
        /*** Footer ***/
        .design-develop-by {
    font-size: 11px;
}
}