
/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.99px) {
    html {
        font-size: 14px;
    }
}


/*Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.99px) {
    html {
        font-size: 12px;
    }
}


 /*NAV*/

.bg-light {
    background-color: #fff!important;
}

.navbar {
    padding: 2rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.navbar.scrolled {
    padding: 1rem 2rem;
}

.hvr-underline-reveal:before {
    background: #005e8f;
    height: 2px;
}

.navbar-expand-lg .navbar-nav li {
    padding-left: 2rem;
    padding-right: 2rem;
}

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #2f2912;
}

.navbar-expand-lg .navbar-nav .active .hvr-underline-reveal:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 1199.99px) {
    .navbar-expand-lg .navbar-nav li {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

@media (max-width: 991.99px) {
    .navbar-collapse {
        text-align: center;
    }
}
 /*TOP BANER*/

#topbaner .parallax-top {
    min-height: 530px;
    padding-bottom: 2rem;
}

#topbaner .parallax-top p {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

#topbaner .parallax-top span {
    color: #fff;
    font-size: 3rem;
    font-weight: 300;
    text-transform: uppercase;
}

.blueleft {
    border-left: #005e8f 4px solid;
    padding-left: 2rem;
}

@media (max-width: 767.99px) {
    #topbaner .parallax-top {
        min-height: 0;
        height: 100vh;
    }
    .topbaner-immobilien .parallax-top {
        height: auto!important;
        /*background: url('/image/website/img/immobilien_top.jpg?wp') no-repeat center;*/
        background-size: cover;
        padding-top: 8rem;
    }
}


@media only screen and (max-width: 425px) {
            .vanis_desktop{
                display: none;
            }
            .vanis_mobile{
                display: block;
            }

        }
        @media only screen and (min-width: 426px) {
            .vanis_desktop{
                display: block;
            }
            .vanis_mobile{
                display: none;
            }

        }
@media only screen and (min-width: 1440px) {
  .max-width-class {
          max-width: 1050px;
  }
}






 /* contact-text */

#contact-text {
    margin: 100px auto 128px;
}

#contact-text-top {
    padding: 24px 0 24px 2rem;
}

#contact-text-top>h1 {
    font-weight: 700;
    font-size: 2rem;
}

#contact-text-top>h2 {
    font-size: 2rem;
}

#contact-text-bottom {
    padding: 0 0 0 8%;
}


/* contact-bottom */  /* employe */

#employe {
    margin: 0 0 105px
}

.employe-blue-line {
    height: 10px;
    background: #005e8f
}

#employe>.row:nth-child(1) {
    margin: -4rem 12% auto
}

#employe>.row {
    margin: auto 12%
}

#employe a {
    color: #2f2912
}

#employe h2 {
    font-weight: 700;
    font-size: 30px;
    color: #005e8f
}

#employe .row>div {
    margin: 0 auto 2rem
}

#employe .row>div>div {
    box-shadow: 0 0 32px -8px rgba(0, 0, 0, .75);
    max-width: 460px;
    margin: auto
}

.employe-text {
    margin: 40px 8.401%;
    height: 150px;
}
 /* contact-bottom */

#contact-bottom h2,
#contact-bottom h3,
#contact-bottom div,
#contact-bottom a,
#contact-bottom strong {
    color: #fff;
}

#contact-bottom {
    background: #005e8f;
    padding: 94px 0 103px;
}

#contact-bottom h2 {
    font-size: 40px;
    font-weight: 700;
}

#contact-bottom h3 {
    font-size: 24px;
}

.white-line {
    max-width: 111px;
    height: 4px;
    width: 100%;
    background: #fff;
    margin: 26px 0 46px;
}
  /*BOTTOM*/

#bottom {
    background: #005e8f;
    padding-top: 3rem;
}

.bottom-item p {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
}

.bottom-item p b {
    font-weight: 700;
    color: #fff;
}

.bottom-item p a {
    color: #fff;
}

.bottom-item p a:hover {
    opacity: .8;
}

.bottom-social {
    list-style: none;
    float: right;
    margin-top: 2rem;
}

.bottom-social li {
    display: inline-block;
}

.bottom-social li img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.bottom-social li img:hover {
    transform: scale(.9);
}

.bottom-logo {
    text-align: right;
}

@media (max-width: 991.99px) {
    .bottom-item {
        text-align: center;
    }
    .bottom-social {
        float: none;
        text-align: center;
    }
    .bottom-logo {
        text-align: center;
    }
}

@media (min-width: 769px) {
    .class_left {
            justify-content: left;
    }
    .class_right {
            justify-content: flex-end;
    }
}   
    @media (max-width: 768px) {
    .class_left {
            justify-content: center;
    }
    .class_right {
            justify-content: center;
    }
        
    }
    
    @media (min-width: 1024px) {
        .margin-removed {
             margin-top: -10px;
        }
    }
    
 
    