body {
    background-color: #ffdd00;
    background-image: url('/assets/img/fastnachtskalender_2017_background.png');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Nunito', sans-serif;
}

h1 {
    font-size: 80px;
    -moz-text-shadow: -2px 0 white, 0 3px white, 2px 0 white, 0 -2px white;
    -webkit-text-shadow: -2px 0 white, 0 3px white, 2px 0 white, 0 -2px white;
    text-shadow: -2px 0 white, 0 3px white, 2px 0 white, 0 -2px white;
}

h1, h2, h3 {
    font-family: 'Chewy', cursive;
}

#fasnacht-content {
    position: relative;
    height: calc(100vh - 200px);
}

#event-container, #angebot-container {
    padding: 20px 30px;
}

#event-container, #angebot-container-background {
    border-radius: 10px;
}

#event-container {
    min-height: 100%;
    background-color: #fff;
}

.event-detail {
    height: 195px;
    padding: 10px 15px;
    overflow: hidden;
}

.angebot-detail {
    margin-bottom: 15px;
}

.event-detail .datum {
    
}

.event-detail .time {
    margin-top: -3px;
    margin-bottom: 3px;
}

.event-detail h3, .angebot-detail h3 {
    margin: 0 0 3px 0;
}

.event-detail p, .angebot-detail p {
    max-height: 73px;
    margin: 0;
    line-height: 18px;
    overflow: hidden;
}

.event-detail .link {
    
}

.event-detail .link a, .angebot-detail .link a {
    color: #000;
    text-decoration: underline;
}

.event-detail-more {
    display: none;
}

#angebot-container {
    position: relative;
    min-height: 100%;
}

#angebot-container-background {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    margin-left: 15px;
    background-color: #33cccc;
    opacity: 0.9;
    z-index: 1;
}

#angebot-container-content {
    position: relative;
    padding-left: 15px;
    margin-top: -5px;
    z-index: 10;
}

#angebot-container h2 {
    color: #e72581;
    font-size: 35px;
    margin-top: 0;
}

#fasnachtskalender-small h1 {font-size: 45px;}
#fasnachtskalender-small #fasnacht-content {height: 240px;}
#fasnachtskalender-small .fasnacht-mehr {
    position: absolute;
    bottom: -48px;
    right: -60px;
    font-family: 'Chewy', cursive;
    font-size: 24px;
    color: #000000;
    background-color: #ffffff;
    padding: 0 20px;
    margin: 7px 0;
}
#fasnachtskalender-small .fasnacht-mehr a {color: #000000;}

/* Extra Small */
@media(max-width:767px){
    #fasnacht-content {height: auto;}
    #angebot-container-background {margin-left: 0;}
    #angebot-container-content {padding-left: 0;}
    #angebot-container {margin-top: 20px;}
    h1 {margin-left: 30px; font-size: 30px;}
    .event-hidden {display: none;}
    .event-detail-more {display: block;}
}

/* Small */
@media(min-width:768px) and (max-width:991px){
    h1 {font-size: 70px;}
    #angebot-container-content {padding-left: 0;}
    #angebot-container-content .row {margin-left: 0;}
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
    
}

/* Large */
@media(min-width:1200px){
    
}