.grid-sizer,
.grid-item {
    width: 25%;
    display: block;
}

.grid-item {
    height: 117px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #fff;
    background-position: center center;
}

/* 2 columns */
.grid-item-width2 {
    width: 50%;
}

.grid-item-heightthird {
    height: 180px;
}

.grid-item-heightTwoThird{
    height: 360px;
}

.grid-item-heighthalf {
    height: 270px;
}

.grid-item-heightfull {
    height: 540px;
}

.masonry-wrapper {
    display: block;
    -webkit-box-shadow: 0px 0px 0px 1px #fff;
    -moz-box-shadow: 0px 0px 0px 1px #fff;
    box-shadow: 0px 0px 0px 1px #fff;
    background-color: #fff;
}

.grid-item p.title {
    position: absolute;
    width: calc(100% - 20px);
    padding: 0;
    background: rgba(255,255,255,0.8);
    margin: 0;
    left: 10px;
    bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    font-size: 22px;
    color: #2c83c2;
    font-weight: 400;
}

.temperatur {
    position: absolute;
    width: calc(50% - 15px);
    background: rgb(17,117,190);
    background: linear-gradient(180deg, rgba(17,117,190,0) 25%, rgba(17,117,190,0.8) 100%);
    top: 10px;
    text-align: center;
    color: #fff;
    height: calc(100% - 68px);
}

.temperatur p {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    text-transform: uppercase;
}

.temperatur span {
    font-size: 56px;
    padding-left: 16px;
}

.becken {
    left: 10px;
}

.see {
    right: 10px;
}

.et_mobile_menu {
    top: 131px !important;
}

div.et_pb_section.et_pb_section_1_tb_header {
    /*background-size: 850px !important;*/
    background-position: -150px -50px !important;
}

.online-tickets-button{
    position: absolute;
        left: 20px;
        top: -20px;
        z-index: 1;
        width: 160px;
}


@media (max-width: 1024px) {
    .grid-sizer,
    .grid-item {
        width: 50%;
    }

    /* 2 columns */
    .grid-item-width2 {
        width: 100%;
    }

    .grid-item-heightthird {
        height: 150px;
    }

    .grid-item-heightTwoThird{
        height: 300px;
    }

    .grid-item-heighthalf {
        height: 225px;
    }

    .grid-item-heightfull {
        height: 450px;
    }
}

@media (max-width: 980px) {
	div.et_pb_section.et_pb_section_1_tb_header {
        background-position: -90px -50px !important;
        background-size: 560px !important;
    }
    .et_pb_menu--style-left_aligned .et_pb_menu__logo {
        margin-left: 30px !important;
    }
}

@media (max-width: 900px) {
    div.et_pb_section.et_pb_section_1_tb_header {
        background-position: -90px -50px !important;
        background-size: 560px !important;
    }
}

@media (max-width: 768px) {
    div.et_pb_section.et_pb_section_1_tb_header {
        background-position: -90px -50px !important;
        background-size: 560px !important;
    }
    .grid-item p.title {
        font-size: 20px;
    }
    .grid-sizer,
    .grid-item {
        width: 50%;
    }

    /* 2 columns */
    .grid-item-width2 {
        width: 100%;
        height: 200px !important;
    }

    .grid-item-heightthird {
        height: 150px;
    }

    .grid-item-heightTwoThird{
        height: 300px;
    }

    .grid-item-heighthalf {
        height: 225px;
    }

    .grid-item-heightfull {
        height: 150px;
    }
        .online-tickets-button {
            position: absolute;
            left: 10px;
            top: -30px;
            z-index: 1;
            width: 120px;
        }
}

@media (max-width: 450px) {
    div.et_pb_section.et_pb_section_1_tb_header {
        background-position: -60px -20px !important;
        background-size: 105vw !important;
    }
    .grid-item p.title {
        font-size: 16px;
        padding: 5px 0;
    }

    .temperatur span {
        font-size: 46px;
    }
}
