header {
    background: url("../img/dein_live/head_bg.png") no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 501px;
    position: relative;
    z-index: 3;
}

.header-after-block {
    background: url("../img/dein_live/header-after-block_bg.jpg");
    margin-top: -45px;
    padding: 120px 0 270px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.header-after-block .logo {
    background: url("../img/dein_live/header-after-block_logo.png") no-repeat center;
    background-size: initial;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    height: 90%;
    width: 100%;
    z-index: 2;
}

.header-after-block .info-blocks {
    position: relative;
    z-index: 4;
}

.info-blocks {
    display: table;
    margin: auto;
    padding: 170px 0;
}

.header-after-block .title {
    z-index: 30;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
}

.hexagon_item {
    float: left;
    height: 195px;
    position: relative;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hexagon {
    background: #fefefe;
    position: absolute;
}

.hexagon:before {
    background: #f9b412;
    border: 5px solid #fefefe;
    border-radius: 100%;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    width: 10px;
    z-index: 7;
}

.hexagon.br1, .hexagon.br4 {
    top: 0;
    bottom: 0;
    height: 100%;
    width: 5px;
}

.hexagon.br2, .hexagon.br5 {
    transform: rotate(-27deg);
    height: 5px;
}

.hexagon.br3, .hexagon.br6 {
    transform: rotate(27deg);
    height: 5px;
}

.hexagon.br1 {
    left: 0;
}

.hexagon.br4 {
    right: 0;
    height: 97%;
    bottom: 0;
    top: auto;
}

.hexagon.br2 {
    top: -42px;
    left: -4px;
    width: 168px;
}

.hexagon.br3 {
    top: -39px;
    right: -10px;
    width: 160px;
}

.hexagon.br5 {
    bottom: -35px;
    right: -10px;
    width: 170px;
}

.hexagon.br6 {
    bottom: -34px;
    left: -9px;
    width: 164px;
}


.hexagon.br6:after {
    background: #fefefe;
    display: block;
    position: absolute;
    content: '';
    height: 50px;
    width: 5px;
    right: -24px;
    top: 7px;
    transform: rotate(-27deg);
}

.hexagon.br1:before {
    top: -7px;
    right: -7px;
}

.hexagon.br2:before {
    top: -7px;
    right: -7px;
}

.hexagon.br3:before {
    top: -6px;
    right: -7px;
}

.hexagon.br4:before {
    bottom: -7px;
    right: -7px;
}

.hexagon.br5:before {
    top: -7px;
    left: -7px;
}

.hexagon.br6:before {
    top: -7px;
    left: -7px;
}

.hexagon_item:nth-child(1) .hexagon.br4, .hexagon_item:nth-child(1) .hexagon.br3:before, .hexagon_item:nth-child(2) .hexagon.br4, .hexagon_item:nth-child(2) .hexagon.br3:before {
    display: none;
}

.hexagon_item .text {
    position: absolute;
    top: 200%;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3em;
}

.hexagon_item .text .name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.hexagon_item .text .name:after {
    background: #fefefe;
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    height: 3px;
    left: calc(50% - 20px);
    width: 40px;
}

.calendar-block .title {
    margin-bottom: 0;
}

.block-two__cards-content {
    margin-top: 40px;
}

@media screen and (max-width: 1199px) {
    header {
        height: 235px;
    }

    .header-block__two {
        margin-bottom: 90px;
    }

    .header-main {
        font-size: 25pt;
        margin-top: 10%;
    }

    .select-events, .select-mehr {
        line-height: 55px;
        height: 70px;
    }

    .header-block__two.fixed {
        padding-bottom: 0;
    }

    .header-after-block .title {
        padding: 0 15px;
    }
}

@media screen and (max-width: 991px) {
    .hexagon_item {
        height: 120px;
        width: 200px;
    }

    .hexagon.br2 {
        top: -29px;
        width: 115px;
    }

    .hexagon.br3 {
        top: -25px;
        width: 107px;
    }

    .hexagon.br6 {
        bottom: -29px;
        left: -7px;
        width: 108px;
    }

    .hexagon.br5 {
        bottom: -32px;
        width: 119px;
    }

    .hexagon.br4 {
        right: -4px;
        height: 97%;
        bottom: -6px;
    }

    .hexagon_item img {
        width: 100px;
    }

    .header-after-block .logo {
        bottom: 0;
        background-size: 60%;
    }
}

@media screen and (max-width: 784px) {
    .header-block__two {
        margin-bottom: 25px;
    }

    .header-main {
        font-size: 22pt;
        margin-top: 0;
    }

    .info-blocks {
        padding: 110px 0;
    }
}

@media screen and (max-width: 679px) {
    .header-main {
        margin-top: 110px;
    }

    .header-after-block {
        padding: 80px 0 0;
    }

    .header-after-block .info-blocks {
        position: relative;
        z-index: 4;
        padding-bottom: 0;
    }

    .hexagon_item {
        height: 145px;
        width: 270px;
        float: none;
        margin-bottom: 400px;
    }

    .hexagon.br2 {
        top: -35px;
        width: 147px;
    }

    .hexagon.br3 {
        top: -30px;
        width: 147px;
    }

    .hexagon.br4 {
        right: -1px;
        height: 90%;
        bottom: 3px;
    }

    .hexagon.br5 {
        bottom: -30px;
        width: 156px;
    }

    .hexagon.br6 {
        bottom: -29px;
        left: -7px;
        width: 145px;
    }

    .hexagon_item img {
        width: 135px;
    }

    .hexagon_item:nth-child(3) {
        margin-bottom: 370px;
    }

    .hexagon_item:nth-child(1) .hexagon.br4, .hexagon_item:nth-child(1) .hexagon.br3::before, .hexagon_item:nth-child(2) .hexagon.br4, .hexagon_item:nth-child(2) .hexagon.br3::before {
        display: block;
    }

    .hexagon_item .text {
        padding: 0;
    }
}

@media screen and (max-width: 459px) {
    .header-main {
        font-size: 20pt;
    }

    .header-after-block .title {
        font-size: 16px;
    }

    .calendar-block .title .small {
        bottom: 24px;
        width: 60%;
        display: block;
        margin: auto;
    }

    .calendar-block .title .big {
        padding: 10px 10px 35px;
    }
}