header {
    background: url("../img/buchung/head_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    height: 430px;

    width: 100%;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

header .after {
    height: 67px;
    background: url("../img/slider_after_bg.png") no-repeat;
    background-size: cover;
    background-position: center bottom;
    display: none;
}

.header-after-block {
    background: #fdb713;
    overflow: auto;
    padding: 60px 0 80px;

    width: 100%;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.info-blocks .item {
    line-height: 1.7em;
    padding-left: 70px;
    padding-right: 30px;
    position: relative;
    text-align: left;
    width: 100%;
}

.info-blocks .item:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 55px;
    height: 55px;
}

.info-blocks .item img {
    margin-top: 20px;
    max-width: 100%;
}

.info-blocks .item .title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 25px;
}

.info-blocks .item .info {
    font-weight: 300;
}

.info-blocks .item .info > span {
    font-weight: 600;
    font-size: 28px;
}

.info-blocks .span4:nth-child(1) .item:before {
    background: url("../img/language.png") no-repeat;

    background-size: 100%;
}

.info-blocks .span4:nth-child(2) .item:before {
    background: url("../img/buchung/icon_phone.png") no-repeat;
    background-size: 100%;
}

.info-blocks .span4:nth-child(3) .item:before {
    background: url("../img/buchung/icon_money.png") no-repeat;
    background-size: 100%;
}

.info-blocks .span4:nth-child(2) {
    padding-left: 20px;
}

.border_block {
    border: 2px solid #5f5c5b;
    padding-bottom: 35px;
}

.fiction_escape {
    background: url("../img/buchung/fiction_escape_bg.jpg") no-repeat;
    background-size: cover;
    background-position: left center;
    margin: 60px 0 30px;

    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.o_800 {
    background: url("../img/buchung/o800_bg.png") no-repeat;
    background-size: cover;
    background-position: left center;
    margin: 60px 0 30px;

    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.calendar-block {
    overflow: visible;
    display: table;
    padding: 65px 0 0;
    width: 100%;
}

.calendar-block-top {
    width: 80%;
    float: right;
}

.calendar-block-bottom, .calendar-block-top {
    padding: 0 70px;
}

.calendar-block .date_blocks {
    margin: 0 10px;
}

.name_calendar > img {
    display: block;
    margin: 0 auto 60px;
}

.block-two__cards {
    margin-bottom: 5%;
}

.block-two__cards-item {
    width: 32%;
}

.mr_tesla {
    background: url("../img/buchung/mr_tesla_bg.jpg") no-repeat;
    background-size: cover;
    background-position: right center;

    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.calendar-block-bottom {
    width: 80%;
    float: left;
}

@media screen and (max-width: 1599px) {
    header {
        height: 360px;
    }

    .header-main {
        margin-top: 12%;
    }

    .calendar-block .date_blocks {
        margin: 0 3px;
    }

    .calendar-block-bottom, .calendar-block-top {
        padding: 0 10px;
    }

    .calendar-block {
        padding: 35px 0 0;
    }

    .border_block {
        padding-bottom: 25px;
    }

    .calendar-block .date_blocks .item, .calendar-block .date_blocks .item .time-block {
        height: 55px;
    }

    .calendar-block .date_blocks .item:not(.disable) .time-block.item-hover {
        height: 65px;
        width: 330px;
        top: -4px;
        padding: 14px 123px 14px 0
    }

    .calendar-block .date_blocks .item .time-block.item-hover .linck {
        top: 11px;
    }

    .calendar-block .date_blocks .date, .calendar-block .date_blocks .item .time {
        font-size: 16px;
    }

    .calendar-block .date_blocks .text {
        font-size: 12px;
    }
}

@media screen and (max-width: 1359px) {
    .header-after-block {
        padding: 35px 0;
    }

    .info-blocks .item {
        padding-left: 60px;
    }

    .info-blocks .item::before {
        top: 5px;
        width: 45px;
        height: 45px;
    }

    .info-blocks .item .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .info-blocks .item {
        line-height: 1.4em;
    }

    .info-blocks .item .info > span {
        font-size: 25px;
    }

    .info-blocks .item img {
        width: 210px;
    }
}

@media screen and (max-width: 1199px) {
    .info-blocks .item::before {
        top: 0;
    }

    .info-blocks .item {
        padding-left: 60px;
    }

    .info-blocks .item .title {
        font-size: 18px;
        margin-bottom: 10px;
        padding-left: 0;
    }

    .info-blocks .item .info {
        font-size: 15px;
    }

    .info-blocks .item .info > span {
        font-size: 22px;
    }

    .info-blocks .item img {
        margin-top: 16px;
        width: 190px;
    }

    .name_calendar > img {
        margin: 0 auto 25px;
        width: 110px;
    }

    .calendar-block .date_blocks:not(.selected) {
        display: none;
    }

    .calendar-block .span3.calend, .calendar-block .span9.calend {
        width: 50%;
    }

    .calendar-block .span9.calend .span4 {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .span2, .span10 {
        float: none;
        width: 100%;
    }

    header {
        height: 235px;
    }

    header .after {
        z-index: 3;
    }

    .header-main {
        font-size: 25pt;
    }

    .info-blocks .span4 {
        overflow: hidden;
        width: 50%
    }

    .info-blocks .span4:nth-child(1) {
        float: none;
        width: 75%;
        margin-left: 15%;
        margin-bottom: 40px;
    }

    .fiction_escape {
        background-position: 35% 0;
        border-left: none;
        border-right: none;
        margin: 0;
    }

    .calendar-block-top, .calendar-block-bottom {
        width: 100%;
        float: none;
    }

    .calendar-block .date_blocks .item, .calendar-block .date_blocks .item .time-block {
        height: 100px;
    }
}

@media screen and (max-width: 784px) {
    .header-block__two {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 679px) {
    .header-main {
       margin-top: 160px;
    }

    .header-block__two {
        margin-bottom: 135px;
    }

    .info-blocks .span4, .info-blocks .span4:nth-child(1), .info-blocks .span4:nth-child(2) {
        float: none;
        margin: 0;
        padding: 10px 20px;
        width: 100%;
    }

    .calendar-block .span3.calend, .calendar-block .span9.calend, .block-two__cards-item {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 459px) {
     .header-main {
        font-size: 20px;
    }


    .info-blocks .span4, .info-blocks .span4:nth-child(1), .info-blocks .span4:nth-child(2) {
        padding: 10px 5px;
    }

    .info-blocks .item .title {
        font-size: 16px;
    }
}