@media (max-width: 1024px) {
.content__body__highlight-text-middle .text-wrapper--golf {
        top: 0;
    }
}
@media (max-width: 900px) {
    .content__list ul li {
        width: 50%;
        padding-bottom: 50%;
    }

    .content__list__gallery {
        overflow-x: scroll;
        padding-bottom: 20px;
    }

    .content__text__info {
        padding: 0px 0px 0px 330px;
    }

    .content__text__info .text {
        padding: 40px 0px 0px 0px;
    }

    .content__text__image {
        width: 275px;
    }

    /*.content__body__image {
        height: 370px;
    }*/
	.content__body__image {
		height: 200px;
		width: 100%;
		background-size: 100%;
		background-position: bottom center;
		background-repeat: no-repeat;
		margin-top: 0;
	}
    .content__wrapper--w100--tportrait {
        width: 100%;
        padding: 0px;
    }

    .content__body__highlight-text-middle {
        height: auto;
        margin: -40px 0px 40px 0px;
    }

    .content__body__highlight-text-middle--ls .text-wrapper,
    .content__body__highlight-text-middle .text-wrapper {
        float: left;
        position: relative;
        top: 0;
        width: 100%;
        box-sizing: border-box;
        font-size: 35px;
        padding: 70px 65px;
    }

    .content__body__highlight-text-middle--ls .text-wrapper {
        height: auto;
    }

    .content__text--middle {
        padding-right: 0px;
    }

    .content__body__highlight-image-bottom {
        display: none;
    }

    .content_gallery--cs .content_gallery_item {
        padding: 50px 15px;
    }

    .experiences__wrapper {
        overflow: scroll;
    }

    .experiences__fancybox__wrapper {
        width: 600px;
        padding: 35px 0px 0px 0px;
    }

    .experiences__fancybox__title {
        padding: 0px 35px 20px 35px;
    }

    .experiences__fancybox__text {
        padding: 0px 35px 20px 35px;
    }

    .experiences__fancybox__text span:first-child {
        left: 15px;
        top: -4px;
    }

    .experiences__fancybox__author {
        padding: 0px 35px 20px 35px;
    }

    .experiences__fancybox__image {
        width: 100%;
        height: auto;
        position: relative;
    }

    .spot__title {
        position: absolute;
        top: 100px;
        left: 50px;
    }

    .spot__title h1 {
        font-size: 50px;
    }

    .spot__title h2 {
        font-size: 18px;
        line-height: 24px;
        width: 300px;
    }

    .experiences__submenu {
        display: none;
    }

    .experience__offer img {
        width: 150px;
    }
    
    .content_wrap_map {
        height: 558px;
        cursor: grabbing;
    } 
    
    .content_wrap_map--image { 
        top: 50%;
        left: 50%;
        margin: -279px 0px 0px -450px; 
        cursor: grabbing;
    }
    .content_gallery--cs-nogallery .content_gallery_item {
        width: 50%;
    }
}