.logo h1 {
    margin: 0;
    padding: 0;
    border: none;
}

.topnews {
    margin: 0;
    padding: 0  0;
    list-style: none;
    width: 100%;
}

.topnews li {
    background-size: cover;
    width: 49%;
}

.topnews li.topnews1 {
    width: 100%;
}

.topnews li.topnews1b {
    position: relative;
    width: 100%;
    height: 320px;
}

.topnews li a {
    display: block;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.3);

}

.topnews li a:hover {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

.topnews li a:active {
    -webkit-box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.5);
}

.topnews1 {
    width: 100%;
    height: 200px;
    height: 40vw;
    margin-bottom: 0.5em;
    position: relative;
    background: url(/pic-aktuell/freakier-h1w.jpg) no-repeat center center;
    background-size: cover;
}

@media only screen and (min-width: 600px) {
    .topnews1 {
        background: url(/pic-aktuell/freakier-h1h.jpg) no-repeat center center;
        background-size: cover;
    }
}

.topnews2 {
    position: absolute;
    left: 0;
    height: 97px;
    top: 0;
}

.topnews3 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 213px;
}

.topnews4 {
    position: absolute;
    right: 0;
    top: 0;
    height: 213px;
}

.topnews li.topnews4 {
    background-size: auto;

}

.topnews5 {
    position: absolute;
    height: 97px;
    right: 0;
    bottom: 0;
    overflow: hidden;

}

.topnews li a h3 {
    position: absolute;
    left: 0;
    padding: 0 3%;
    bottom: -8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #fff;
    text-shadow: 1px 1px 3px #000000;
}

.topnews li.topnews5 a h3 {
    bottom: 0px;
    font-size: 0.9rem;
}

.topnews-trailer {
    height: 55%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 12%;
    width: 90%;
}

.topnews-trailer img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.topnews-trailer img:nth-child(2) {
    left: 90px;
}

.topnews-trailer img:nth-child(3) {
    left: 180px;
}

a:hover .topnews-trailer img:nth-child(2) {
    left: 70px;
}

a:hover .topnews-trailer img:nth-child(3) {
    left: 140px;
}

.geburtstag1 {
    position: absolute;
    height: 100%;
    right: 0;
}

.geburtstag1 img {
    height: 100%;
    width: auto;
}

.geburtstag2 {
    position: absolute;
    height: 120%;
    width: 200%;
    right: 68px;
    padding-right: 15px;
    top: -10%;
    overflow: hidden;
}

.geburtstag2 img {
    height: 100%;
    width: 100%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    filter: blur(7px);
}

.geburtstag3 {
    position: absolute;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(14, 113, 181, 1) 0%, rgba(14, 113, 181, 0) 100%);
    font-weight: 200;
    font-size: 115px;
    line-height: 90px;
    padding-left: 7px;
    color: rgba(255, 255, 255, 0.2)
}

.topnews li a h3.geburtstag4 {
    width: 120px;
}

@media only screen and (min-width: 600px) {

    .topnews {
        position: relative;
    }

    .topnews li.topnews1b {
        position: inherit;
    }

    .topnews li,
    .topnews li:first-child {
        width: 32.3%;
    }

    .topnews1 {
        width: 32.3%;
        height: 320px;
        position: absolute;
        margin-bottom: 0;
    }

    .topnews2 {
        left: 33.85%;
    }

    .topnews3 {
        left: 33.85%;
    }

    .topnews li.topnews1 a {
        position: absolute;
        z-index: 2;

    }
}

.kinoprogramm-home {
    background: #21252a;
    padding-bottom: 20px;
    margin-bottom: .75rem;
}

.kinoprogramm-home .header {
    display: block;
    background: url("/assets/pic/kinoprogramm-home.jpg") repeat-x center center;
    background-size: auto 100%;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    width: 100%;
    height: 4rem;
}

@media only screen and (min-width: 600px) {
    .kinoprogramm-home .header {
        height: 6rem;
    }
}

.kinoprogramm-home .header:after {
    display: block;
    background: linear-gradient(to bottom, rgba(33, 37, 42, 0) 0%, rgba(33, 37, 42, 1) 100%);
    height: 1rem;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.cities {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cities li {
    padding: 0 .25rem .5rem;
}

.cities li a {
    padding: .25rem 1rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.cities li a:hover {
    background: rgba(255, 255, 255, 1);
    color: #000;
}

.kinoprogramm-home h4 {
    text-align: center;
    color: #65bffa;
    font-size: 1rem;
    font-weight: normal;
    padding: 0 0 .25rem;
    margin: 0;
}