
/* 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: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
        line-height: 1.2;
            margin-top: 0;
}

#topbaner .parallax-top span {
    color: #fff;
    font-size: 3rem;
    font-weight: 300;
    text-transform: uppercase;
        margin-bottom: .5rem;
            line-height: 1.2;
                line-height: 1.2;
}

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

@media (max-width: 767.99px) {
    #topbaner .parallax-top {
        min-height: 0;
        height: 82vh;
    }
}




@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;
            }

        } /*QUOTE*/

#quote {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#quote h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
}

#quote h2 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 0;
}

 /*ABOUT*/

#about {
    background: #e6e7e8;
}

.about-txt {
    padding: 2rem 0 2rem 4rem;
}

.about-white {
    width: 80%;
    display: block;
    height: 6rem;
    background: #fff;
}

.about-blue {
    width: 80%;
    display: block;
    height: 6rem;
    background: #005e8f;
}

.blue {
    color: #005e8f;
}

.about-txt strong {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3em;
}

.about-txt p {
    margin-bottom: 3rem;
}

.about-txt a {
    font-weight: 700;
    font-size: 1.2rem;
}

.about-txt a:hover {
    color: #2f2912;
}

.about-txt a i {
    color: #005e8f;
    margin-left: 10px;
    -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;
}

.about-txt a:hover i {
    margin-left: 15px;
}

@media (max-width: 1299.99px) {
    .about-txt {
        padding: 1rem 1rem 1rem 2rem;
    }
    .about-txt p {
        margin-bottom: 1rem;
    }
}

@media (max-width: 991.99px) {
    .about-txt strong {
        font-size: 1rem;
    }
}

@media (max-width: 767.99px) {
    .about-white,
    .about-blue {
        display: none;
    }
}
 /*IMMOBILIEN*/

.item-hover {
    width: 100%;
}

.draggable {
    height: 120px;
}

.immobilien-top {
    background: #e6e7e8;
    padding-top: 5rem;
    padding-bottom: 8rem;
}

#immobilien {
    margin-top: 0;
}

.immobilien-top h3 {
    font-size: 2.4rem;
    margin-bottom: 0;
    font-weight: 700;
}

.immobilien-top h4 {
    font-size: 1.8rem;
    font-weight: 300;
}

.blue-line {
    width: 110px;
    height: 4px;
    background: #005e8f;
    display: block;
    margin: 1rem 0;
}

.immobilien-item {
    position: relative;
    border-bottom: #005e8f 10px solid;
    overflow: hidden;
    -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;
    margin-bottom: 2rem;
}

.immobilien-item:hover {
    border-bottom: 0;
}

.immobilien-bottom {
    margin-top: -5rem;
}

.immobilien-item {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.item-img {
    overflow: hidden;
    position: relative;
    background: #005e8f;
    max-height: 330px;
    -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;
}

.item-img 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;
}

.item-price {
    background: #005e8f;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    position: absolute;
    padding: .5rem 1rem;
    right: 0;
    top: 0;
    box-sizing: border-box;
    -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;
}

.item-img-hover {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    padding: 2rem;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 700;
    color: #fff;
    line-height: 1.2em;
    -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;
    opacity: 0;
}

.item-txt {
    background: #fff;
    padding: 1.5rem;
}

.item-title h6 {
    font-size: 1.1rem;
}

.item-title h5 {
    color: #005e8f;
    font-size: 1.5rem;
    font-weight: 700;
}

.item-desc {
    font-size: 1.1rem;
    font-weight: 300;
    height: 80px;
    -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;
}

.item-hover .item-link .tel {
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 2rem;
    color: #fff;
    background: #065882;
    float: right;
}

.item-link .location {
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 2rem;
    color: #fff;
    background: #044f76;
    float: right;
}

.item-link {
    overflow: hidden;
    background: #005e8f;
}

.item-link i {
    color: #fff;
}

.item-link .readmore {
    line-height: 70px;
    color: #fff;
    font-size: 1.6rem;
    box-sizing: border-box;
    padding-left: 2rem;
}

.gallery-price {
    position: absolute;
    background: #005e8f;
    color: #fff;
    font-size: 9px;
    top: 0;
    right: 0;
    padding: 2px 5px;
}

.item-gallery-element {
    overflow: hidden;
   /* background: #005e8f;*/
}

.item-gallery-element 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;
}

.item-gallery-element:hover img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .3;
}

.item-hover {
    bottom: -190px;
    position: absolute;
    -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;
}

.immobilien-item:hover .item-img img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .3;
}

.immobilien-item:hover .item-img {
    max-height: 260px;
}

.immobilien-item:hover .item-img-hover {
    opacity: 1;
}

.immobilien-item:hover .item-price {
    top: -50px;
}

.immobilien-item:hover .item-desc {
    opacity: 0;
    height: 158px;
}

.immobilien-item:hover .item-hover {
    bottom: 0;
}

.immobilien-bottom {
    margin-bottom: 5rem;
}

@media (max-width: 1499.99px) {
    .item-title h5 {
        font-size: 1.2rem;
        height: 46px;
    }
    .item-link .readmore {
        line-height: 70px;
        color: #fff;
        font-size: 1rem;
        box-sizing: border-box;
        padding-left: 10px;
    }
    .immobilien-item:hover .item-desc {
        height: 110px;
    }
    .item-desc {
        font-size: 1rem;
    }
    .item-hover {
        bottom: -230px;
    }
}

@media (max-width: 1199.99px) {
    .immobilien-top {
        padding-left: 2rem;
    }
       .size {
       height: 94px;
}
    .draggable {
    height: 94px;   
    }
}

@media (max-width: 767.99px) {
    .immobilien-top {
        padding-right: 2rem;
        text-align: center;
    }
    .blue-line {
        margin: 1rem auto;
    }
          .size {
       height: 84px;
}
.draggable {
    height: 84px;   
    }
}


@media (min-width: 1440px) {
    .size {
        height: 120px;
}
.draggable {
    height: 120px;   
    }

}


    /* the slides */
  .slick-slide {
        margin: -7px -27px;
  }
  /* the parent */
  .slick-list {
    margin: 0 -27px;
  }  /*FINDEN*/

#finden {
    background: url(/img/map-bg.jpg) no-repeat center top;
}

.map1 {
    padding: 2rem 3rem;
}

.map-txt {
    margin-top: 8rem;
    max-width: 600px;
}

.map-txt h4 {
    color: #fff;
    font-weight: 700;
    font-size: 2.4rem;
}

.line-white {
    width: 110px;
    height: 4px;
    display: block;
    background: #fff;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.map-txt p {
    font-size: 1rem;
    color: #fff;
    font-weight: 300;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.finden-item h6 {
    color: #005e8f;
    font-size: 1.2rem;
    margin-bottom: 8px;
    font-weight: 700;
    height: 46px;
}

.finden-item .finden-txt p {
    margin-bottom: 0;
    font-weight: 300;
}

.finden-item .finden-txt p strong {
    font-weight: 700;
}

.finden-item .finden-txt p a {
    color: #2f2912;
}

.finden-item .finden-txt p a:hover {
    color: #005e8f;
}

.finden-line {
    margin-left: 10px;
    margin-right: 10px;
}

.finden-item .finden-txt {
    padding-left: 24px;
}

.finden-item {
    padding: 1rem 1rem 3rem;
}

.finden-list {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.map_vanish {
    display: none;
}

.map_block {
    display: block;
}

@media (max-width: 1699.99px) {
    .finden-item {
        padding: 0 0 2rem;
    }
}

@media (max-width: 1599.99px) {
    .finden-txt .finden-line {
        display: block;
        height: 1px;
        opacity: 0;
    }
}

@media (max-width: 1199.99px) {
    .finden-item h6 {
        font-size: 1rem;
    }
}

@media (max-width: 991.99px) {
    .finden-list {
        margin-top: 2rem;
    }
}

@media (max-width: 767.99px) {
    .finden-item {
        text-align: center;
    }
    .map-txt h4 {
        color: #2f2912;
    }
    .map-txt .line-white {
        background: #005e8f;
        margin: 1rem auto
    }
    #finden {
        background: #fff;
    }
    .map1 {
        padding: 0;
    }
    .map-txt p {
        color: #2f2912;
    }
    .map-txt {
        max-width: 100%;
        text-align: center;
    }
    .finden-txt .finden-line {
        display: inline-block;
        height: auto;
        opacity: 1;
    }
    .finden-item h6 {
        font-size: 1.2rem;
        height: auto;
    }
}
@media (max-width: 426px) {
    .order1 {
       order: 1;
    }
    .order2 {
       order: 2;
    }
    
    .order3 {
        order: 3;
    }
    .map_vanish {
        display:block;
    }
    .map_block {
        display: none;
    }
    
}
 
/* map */

#map {
    position: relative;
    overflow: hidden;
    background: #005e8f;
}

#map>iframe {
    border: 0;
    transition: 1s;
    opacity: 0.45;
    filter: grayscale(100%);
}

#map>iframe:hover {
    opacity: 1;
    filter: grayscale(0%);
} /*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;
        }
    }
    
 
    