/* Menu */
.navigation-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.languages {
    display: flex;
    align-items: center;
}

body.navbar{
    overflow: hidden;
}

.mainheader {
    z-index: 99999999;
}

.mainheader .sitetitle, .wpml-ls {
    transition: .3s ease;
}

.mainheader.navbar--nav-open .sitetitle, .mainheader.navbar--nav-open .wpml-ls {
    transform: translateY(-150px);
}

.jumbotron, .grid{
    overflow: visible;
}

.jumbotron-overlay__text h1 {
    font-size: 27px;
    line-height: 34px;
    letter-spacing: 2px;
    padding-right: 50px;
}

.main-tel{
    display: flex;
}

.sitetitle {
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.sitetitle h1{
    font-size: 32px;
    width: 900px;
    margin: 0;
    text-transform: uppercase;
}

.main-tel a{
    color: #747474;
    display: flex;
    text-decoration: none;
}

.main-tel a img {
    margin-right: 10px;
}

.menu-wrapper{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: white;
    z-index: 9999;
    right: -100%;
    transition: .5s ease;
}

.menu-wrapper.navbar--nav-open{
    right: 0;
}

.main-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background-color: black;
    position: relative;
    transition: .5s ease;
}

.mainheader.navbar--nav-open .main-toggle span{
    transform: rotate(45deg);
}

.mainheader.navbar--nav-open .main-toggle span::before{
    transform: rotate(270deg);
    width: 22px;
    right: 0;
    top: 0;
}

.mainheader.navbar--nav-open .main-toggle span::after{
    display: none;
}

.main-toggle span::before {
    width: 36px;
    height: 2px;
    right: -7px;
    background-color: black;
    content: '';
    position: absolute;
    top: -7px;
    transition: .3s ease;
}

.main-toggle {
    margin-left: 50px;
    height: 50px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-toggle span::after {
    width: 36px;
    height: 2px;
    background-color: black;
    content: '';
    right: -7px;
    position: absolute;
    top: 7px;
    transition: .3s ease;
}

.nav-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    position: fixed;
    justify-content: center;
}

.nav-wrapper__icons{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.nav-wrapper__icons a{
    margin: 0 30px;
}

.grid.navigation-grid{
    z-index: 999999999;
}

#menu-menu .menu-item,
#menu-menu-engels .menu-item{
    float: none;
    margin: 0;
    text-align: center;
    font-size: 40px;
    color: black;
    margin-bottom: 20px;
}

#menu-menu .menu-item a,
#menu-menu-engels .menu-item a{
    color: black;
    letter-spacing: 4px;
    font-weight: 600;
}



/* End Menu */

.languages .social, .languages{
    position: relative;
}

.sitetitle{
    position: relative;
    margin: 0;
    margin-top: 20px;
}

.navigation-grid .logo {
    margin-top: 0;
}

@media (min-width: 1440px) {

}

/* Slider*/

.pageheader{
    overflow: hidden;
}

/* News */

.news-home-item__image{
    float: none;
    width: 100%;
    height: 220px;
    position: relative;
}

.news-home-item__image .news__date{
    top: 0;
    right: 30px;
}

.news__date .day {
    font-weight: 600;
}

.news-home-item__content {
    width: 100%;
    background-color: #EFEFEF;
    min-height: 100px;
    padding: 20px 30px 0;

}

/* Projects */
.project {
    border: none;
}

.project__caption{
    border: none;
    background-color: #EFEFEF;
}

/* testimonial */
.testimonial{
    text-align: center;
    padding: 0 70px;
    max-width: 650px;

}

.testimonials{
    margin-top: 50px;
}

.testimonials .slick-list {
    overflow: hidden;
}

.testimonials .slick-track {
    margin: 0 auto;
}

.testimonial img{
    max-width: 50px;
}



.quote{
    font-style: italic;
    font-weight: 300;
    margin: 0 auto;
    max-width: 600px;
}

@media (min-width: 1440px) {
    .quote{
        width: 100%;
        max-width: 750px;
        font-size: 40px;
        padding: 80px 0;
    }

    .quote span{
        font-weight: 500;
    }
}

@media (max-width: 1440px) {
    .sitetitle{
        display: none;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .twenty {
        width: auto;
    }

    .testimonials{
        margin-top: 20px;
    }


    .main-tel{
        display: none;
    }

    .pageheader{
        padding-bottom: 300px;
    }

    .nav-wrapper__icons a{
        margin: 0 10px;
    }

    #menu-menu .menu-item,
    #menu-menu-engels .menu-item {
        padding: 0;
    }

    .slick-dots{
        bottom: -300px;
    }

    #menu-menu .menu-item a,
    #menu-menu-engels .menu-item a{
        font-size: 16px;
        letter-spacing: 2px;
    }

    .languages {
        margin-bottom: 20px;
    }

    .main-toggle{
        height: 100%;
    }

    .quote{
        padding: 20px;
    }

    .testimonial{
        padding: 0 20px;
    }
}

