.contacts {
    display: flex;
    justify-content: space-between;
}

div.contacts-wrapper {
    margin-top: 147px;
    display: block;
}

div.contacts-wrapper p {
    font-size: 22px;
    font-style: normal;
}

div.contacts-wrapper h1 {
    margin-top: 0;
    font-size: 35px;
}

.contacts-img {
    min-height: 400px;
    max-width: 850px;
}

.contacts-header {
    position: relative;
    display: inline;
    top: -40px;
    font-size: 33px;
}

.contacts-form {
    display: flex;
    justify-content: space-between;
    padding: 25px 25px 100px 45px;
    background-color: #C7D2CA;
}

div.contacts-wrapper .contacts-form-text p {
    font-size: 18px;
}

div.contacts-wrapper .contacts-form-text p {
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 30px;
}

div.contacts-wrapper .contacts-form-text p:nth-child(2) {
    margin-bottom: 80px;
}

.contacts-form>form {
    right: 0;
    width: 90%;
}

.contacts-form>form input {
    width: 90%;
    margin-bottom: 15px;
    padding: 15px;
    float: right;
    font-size: 15px;
}

.contacts-form>form textarea {
    width: calc(90% + 2px);
    height: 150px;
    padding: 15px;
    float: right;
    font-size: 15px;
}

.contacts-form>form button {
    float: right;
    padding: 0 25px;
    color: #ffffff;
	background-color: #68826f;
    margin-top: 15px;
    cursor: pointer;
}

.send-message {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 0 20px 15px;
    border: 2px solid #748C7A;
    background: #FFF;
    color: #748C7A;
    text-align: center;
    display: none;
}

div.contacts-wrapper .send-message h3 {
    font-size: 18px;
}

div.contacts-wrapper .send-message p {
    font-size: 16px;
}

.send-message-close {
    font-size: 30px;
    position: absolute;
    top: -8px;
    right: 10px;
    cursor: pointer;
}

/* Slider */

.slick-initialized .slick-slide.project-item-first-muehlenbecker {
    display: none !important;
}

.slick-prev {
    z-index: 100;
    opacity: 0;
    height: 99.9vh;
    width: 21.2vw;   
    cursor: 
        url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='50px' height='50px' viewBox='-19.04 0 75.803 75.803' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group_64' data-name='Group 64' transform='translate(-624.082 -383.588)'%3E%3Cpath id='Path_56' data-name='Path 56' d='M660.313,383.588a1.5,1.5,0,0,1,1.06,2.561l-33.556,33.56a2.528,2.528,0,0,0,0,3.564l33.556,33.558a1.5,1.5,0,0,1-2.121,2.121L625.7,425.394a5.527,5.527,0,0,1,0-7.807l33.556-33.559A1.5,1.5,0,0,1,660.313,383.588Z' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E") 50 50,
        url('arrowleft.png'), auto;
}

.slick-next {
    z-index: 100;
    opacity: 0;
    /* margin-top: 10vh;
    height: 89.9vh; */
    height: 99.9vh;
    width: 21.3vw;
    cursor: 
        url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='50px' height='50px' viewBox='-19.04 0 75.804 75.804' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group_65' data-name='Group 65' transform='translate(-831.568 -384.448)'%3E%3Cpath id='Path_57' data-name='Path 57' d='M833.068,460.252a1.5,1.5,0,0,1-1.061-2.561l33.557-33.56a2.53,2.53,0,0,0,0-3.564l-33.557-33.558a1.5,1.5,0,0,1,2.122-2.121l33.556,33.558a5.53,5.53,0,0,1,0,7.807l-33.557,33.56A1.5,1.5,0,0,1,833.068,460.252Z' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E") 50 50,
        url('arrowright.png') 0 0, auto;
}

h1.project-title {
    z-index: 100;
    margin-top: 75px;
}

.project__slider {
    /* margin-top: 100px; */
    position: relative;
    width: 100%;
    overflow: hidden;
}

.project__slider .project-items>div {
    width: 180vw;
}

.project__slider .project-items>div a {
    position: relative;
    width: 60vw;
    text-decoration: none;
}

.project__slider .project-items img {
    object-fit: cover;
    object-position: center;
    height: 99.9vh;
    width: 59.92vw;
}

.slick-active:not(.slick-center) img {
    filter: brightness(60%);
    transition: all 1s;
}
.slick-active:not(.slick-center) img:hover {
    filter: brightness(100%);
}

.project__slider .project-items .project-item__title {
    z-index: 150;
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: #FFF;
    opacity: 0;
}

.slick-active:not(.slick-center) .project-item__title {
    opacity: 1;
}


/* index */

button.glide__arrow--right {
    z-index: 100;
    opacity: 0;
    margin-top: 10vh;
    height: 89.9vh;
    width: 21.3vw;
    cursor: 
        url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='50px' height='50px' viewBox='-19.04 0 75.804 75.804' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group_65' data-name='Group 65' transform='translate(-831.568 -384.448)'%3E%3Cpath id='Path_57' data-name='Path 57' d='M833.068,460.252a1.5,1.5,0,0,1-1.061-2.561l33.557-33.56a2.53,2.53,0,0,0,0-3.564l-33.557-33.558a1.5,1.5,0,0,1,2.122-2.121l33.556,33.558a5.53,5.53,0,0,1,0,7.807l-33.557,33.56A1.5,1.5,0,0,1,833.068,460.252Z' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E") 50 50,
        url('arrowright.png') 0 0, auto;
}

button.glide__arrow--left {
    z-index: 100;
    opacity: 0;
    height: 99.9vh;
    width: 21.2vw;   
    cursor: 
        url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='50px' height='50px' viewBox='-19.04 0 75.803 75.803' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group_64' data-name='Group 64' transform='translate(-624.082 -383.588)'%3E%3Cpath id='Path_56' data-name='Path 56' d='M660.313,383.588a1.5,1.5,0,0,1,1.06,2.561l-33.556,33.56a2.528,2.528,0,0,0,0,3.564l33.556,33.558a1.5,1.5,0,0,1-2.121,2.121L625.7,425.394a5.527,5.527,0,0,1,0-7.807l33.556-33.559A1.5,1.5,0,0,1,660.313,383.588Z' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E") 50 50,
        url('arrowleft.png'), auto;
}

.victoria-png {
    position: absolute;
    width: 100%;
    bottom: 10px;
    /* bottom: 85px; */
    z-index: 1;
}

.victoria-png-img {
    background: rgba(143,165,152,0.7);
}

.victoria-png img {
    max-width: 100%;
	    max-height: 120px;
}

.victoria-svg-top-text {
    position: absolute;
    top: 62px;
    z-index: 100;
    color: #FFF;
    font-size: calc( (100vw - 30rem)/(80 - 30) * (1.5 - 1) + 1.2rem);
    background-size: cover;
    background-color: #00000045;
}

.victoria-svg-top-text p {
    padding-left: 1.7vw;
    padding-right: 1vw;
    margin: 3px 0;
}

.victoria-png-text {
    display: flex;
    justify-content: right;
    color: #FFF;
    margin-top: 10px;
	font-size: 22px;
    /* width: calc(100vw - 300px); */
    width: 92vw;
    margin: 0 auto;
}

.victoria-png-text p {
    background: rgba(143,165,152,0.7);
    border: #FFF 1px solid;
}

.index-progect, .index-leistungen {
    display: none;
}


/* Gestaltung */

.gestaltung-content-text-img {
    display: grid;
    grid-template-columns: 45% 55%;
}

.figur-img-right.st__content-block--image {
    float: left;
    margin-top: 0;
    padding-right: 50px;
    max-width: 40%;
}

.gestaltung-content-text-img .figur-img-right.st__content-block--image {
    float: unset;
    margin-top: unset;
    padding-right: 50px;
    max-width: unset;
}

.gestaltung-content-text-img h1 {
    margin-top: 0;
}

.figur-img-right.st__content-block--image p {
    margin-top: 0;

}

.content-text-img .st__content-block--text {
    margin: 0;
    max-width: unset;
}

.content-text-img .page-title {
    margin-left: 0;
}


/* Leistungen  */

.leistungen-content-text-img {
    display: grid;
    grid-template-columns: 45% 55%;
}

.leistungen-text p, .leistungen-text li {
    max-width: 90%;
}

.leistungen-text li {
    margin-top: 10px;
}

.leistungen__slider {
    margin: 20px 0px;
    max-height: 850px;
    max-width: 700px;
}

.leistungen__slider .slick-slide {
    max-height: 850px;
    max-width: 700px;
}

.leistungen__slider img {
    width: 100%;
}

.leistungen__slider .slick-prev {
    height: 70%;
    width: 30%;
    cursor: 
        url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='50px' height='50px' viewBox='-19.04 0 75.803 75.803' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group_64' data-name='Group 64' transform='translate(-624.082 -383.588)'%3E%3Cpath id='Path_56' data-name='Path 56' d='M660.313,383.588a1.5,1.5,0,0,1,1.06,2.561l-33.556,33.56a2.528,2.528,0,0,0,0,3.564l33.556,33.558a1.5,1.5,0,0,1-2.121,2.121L625.7,425.394a5.527,5.527,0,0,1,0-7.807l33.556-33.559A1.5,1.5,0,0,1,660.313,383.588Z' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E") 50 50,
        url('arrowleft.png'), auto;
}

.leistungen__slider .slick-next {
    margin-top: unset;
    height: 70%;
    width: 30%;
    cursor: 
        url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='50px' height='50px' viewBox='-19.04 0 75.804 75.804' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group_65' data-name='Group 65' transform='translate(-831.568 -384.448)'%3E%3Cpath id='Path_57' data-name='Path 57' d='M833.068,460.252a1.5,1.5,0,0,1-1.061-2.561l33.557-33.56a2.53,2.53,0,0,0,0-3.564l-33.557-33.558a1.5,1.5,0,0,1,2.122-2.121l33.556,33.558a5.53,5.53,0,0,1,0,7.807l-33.557,33.56A1.5,1.5,0,0,1,833.068,460.252Z' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E") 50 50,
        url('arrowright.png') 0 0, auto;
}

.leistungen__slider .slick-active:not(.slick-center) img {
    filter: unset;
}

.leistungen__slider .slick-active:not(.slick-center) img:hover {
    filter: unset;
}


/* cookies */

.cookie {
    z-index: 250;
    display: flex;
    position: fixed;
    bottom: 0;
    background: #FFF;
    padding: 10px 30px 15px;
}

#cookie-policy.hide { 
    opacity: 0; 
    pointer-events: none; 
    transform: scale(0.8); 
    /* transition: all 0.3s ease;  */
} 

.cookie .cookie-text {
    margin: 20px 50px 30px 0;
}

.cookie .cookie-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cookie .cookie-button button {
    width: 180px;
    padding: 6px;
    border: none;
    background: #68826f;
    color: #FFF;
    margin: 5px;
    cursor: pointer;
}

/* nav */

.app-title img {
    display: none;
}


@media (max-width: 1730px) {
    .contacts-img {
        max-width: 800px;
    }
}
@media (max-width: 1555px) {
    .contacts-img {
        max-width: 600px;
    }

    div.contacts-wrapper h1 {
        margin-bottom: 15px;
    }

    div.contacts-wrapper p {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
@media (max-width: 1555px) {
    /* index  */
    /* .victoria-png-text {
        width: calc(100vw - 200px);
    } */
}
@media (max-width: 1250px) {
    .contacts-img {
        max-width: 500px;
    }

    div.contacts-wrapper h1 {
        margin-bottom: 10px;
    }

    div.contacts-wrapper p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* Leistungen  */

    .leistungen-text p, .leistungen-text li {
        max-width: 95%;
        margin-left: 20px;
    }

    .leistungen-text li {
        margin-top: 10px;
    }

    .leistungen__slider {
        margin: 20px 20px;
    }
}
@media (max-width: 1224px) {

    /* Leistungen  */

    .leistungen-content-text-img {
        display: grid;
        grid-template-columns: 1fr;
    }

    .leistungen-text p, .leistungen-text li {
        max-width: 80%;
        margin: 20px auto;
    }

    .leistungen__slider {
        margin: 20px auto;
    }
}
@media (max-width: 1023px) {

    .contacts-img {
        max-width: 450px;
    }

    div.contacts-wrapper h1 {
        margin-bottom: 5px;
    }

    div.contacts-wrapper p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    /* index */
    .victoria-png-img {
        display: none;
    }

    .victoria-svg-top-text {
        top: 120px;
    }

    /* nav */
    .app-header .l-wrap {
        position: relative;
        background: #FFF;
        z-index: 250;
    }

    .app-header .app-nav {
        background: #FFF !important;
    }

    .app-title img {
        display: block;
        height: 50px;
    }
}
@media (max-width: 965px) {
    .contacts-img {
        max-width: 400px;
    }

    div.contacts-wrapper h1 {
        font-size: 25px;
    }

    div.contacts-wrapper p {
        font-size: 18px;
    }

    .contacts-header {
        font-size: 23px;
    }

    div.contacts-wrapper .contacts-form-text p {
        font-size: 16px;
    }
}
@media (max-width: 810px) {
    .contacts-img {
        max-width: 300px;
    }

    div.contacts-wrapper .contacts-form-text p {
        margin-bottom: 15px;
    }   

    div.contacts-wrapper .contacts-form-text p:nth-child(2) {
        margin-bottom: 60px;
    }

    /* Leistungen  */

    .leistungen__slider {
        max-width: 89vw;
    }
    
    .leistungen__slider .slick-slide {
        max-width: 89vw;
    }
}
@media (max-width: 700px) {
    .contacts {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .contacts-img {
        max-width: 100%;
    }

    .contacts-header {
        top: 0;
        margin: 50px 0;
    }

    div.contacts-wrapper .contacts-form-text p:nth-child(2) {
        margin-bottom: 40px;
    }

    .contacts-form {
        flex-direction: column;
    }

    /* Gestaltung */

    .gestaltung-content-text-img {
        display: grid;
        grid-template-columns: 1fr;
    }

    .figur-img-right.st__content-block--image {
        float: unset;
        padding-left: unset;
        max-width: unset;
    }    

    .gestaltung-content-text-img>figure {
        padding-right: 0 !important;
    }    

    /* Leistungen  */
    
    .leistungen__slider .slick-slide {
        max-width: 80vw;
    }

    .leistungen__slider {
        margin: 20px auto;
        max-width: 80vw;
    }


    /* cookies */

    .cookie {
        flex-direction: column;
    }

    .cookie a {
        color: #5b5b5b;
    }

    .cookie-button {
        margin-bottom: 50px;
    }
}
@media (max-width: 639px) {
    div.contacts-wrapper .contacts p, div.contacts-wrapper h1, .contacts-header {
        margin-left: 10px;
    }

    /* index */
    .victoria-png-text {
        margin-top: -200px;
    }

    .victoria-png-text {
        position: fixed;
        right: 30px;
        bottom: 140px;
    }

    .index-progect, .index-leistungen {
        display: block;
    }
}

@media (max-width: 500px) {
    .project-item-second-muehlenbecker {
        display: none !important;
    }

    .project__slider .project-items>div {
        width: 100%;
        margin-bottom: 90px;
    }
    
    .project__slider .project-items>div a {
        display: block;
        width: 100%;
    }
    
    .project__slider .project-items img {
        width: 100%;
        height: 70vh;
    }

    .project__slider .project-items .project-item__title {
        z-index: 150;
        position: relative;
        bottom: 0;
        left: 0px;
        color: #000;
        opacity: 1;
        max-width: 89vw;
		padding: 10px;
    }

    .project__slider {
        margin-bottom: 100px;
    }

    /* nav */
    .app-title img {
        height: 40px;
    }
}

