/*  Author:   Martin Stettler (http://dieweberei.ch/)
    Version:  26/07/2018 // BS V4.1.3
    Tablet styles > 767 < 992
*/

/* ==========================================================================
   HEADER
   ========================================================================== */

.header-frame-content {
    background-image: url("../img/gerhard-tschan-home.jpg");
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
    width: 100vw;
}

.title {
    width: 70vw;
}

/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */

.bright,
.dark {
    padding: 60px 100px;
}

#ueber-mich.dark {
    padding: 120px 100px;
}

.carousel-frame {
    padding: 0;
}

.carousel-frame:before {
    right: -30px;
    top: -30px;
}

.carousel-frame:after {
    bottom: -40px;
    left: -60px;
    border-width: 0 0 30px 30px;
}

.audio {
    line-height: 55px;
    height: 55px;
    vertical-align: middle;
    margin-bottom: 40px;
}

.audio p,
.audio audio {
    display: inline-block;
}

#spielplan h2 {
    display: inline-block;
}

.sj-btn {
    top: -30px;
    right: -200px;
    width: 150px;
    height: 150px;
}

a.event-btn {
    min-width: 210px;
    font-size: 25px;
    padding: 8px 15px 6px 15px;
    margin: 0 15px 15px 0;
}
a.event-btn:before {
    margin-right: 10px;
}