body {
    font-family: 'Open Sans', SansSerif;
    font-size: 14px;
    color: #333333;
    background-color: #f0f0f0;
    position: relative;
    /*background: url('../img/dust_scratches.png');*/
}

.navbar {
    background-color:  rgba(0,0,0,0.8) !important;
}

.navbar .nav-item {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 0 5px black;
}

section#contents {
    position: relative;
}

section#home {
    display: block;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;

}

section#home .title {
    position: absolute;
    display: inline-block;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-shadow: 0 0 2px #000000;
    text-transform: uppercase;
    text-align: center;
    font-size: 62px;
    font-family: 'Spectral SC', serif;
    font-weight: 700;
    width: 70%;

    display: none;
}

section#home .logo {
    display: block;
    position: absolute;
    top: 260px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 100%;
    background: url('../img/logo_weiss_glow.png') center no-repeat;
    background-size: contain;
}

section#home .carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section#home .social {
    display: block;
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

section#home .social a {
    color: #efefef;
    font-size: 60px;
    margin: 0 10px;
}

.content-section {
    max-width: 1024px;
    margin: 0 auto 0 auto;
    padding: 80px 50px 0 50px;
    position: relative;
    background-color: #f0f0f0;
}

.content-section#kontakt {
    padding-bottom: 40px;
}

section h2 {
    /*color: #fccd04;*/
    margin-bottom: 20px;
    font-family: 'Spectral SC', serif;
    text-align: center;
    color: #6d0019;
}

section hr {
    margin-top: 40px;
    margin-bottom: 0;
    max-width: 80%;
    height: 30px;
    border-style: solid;
    border-color: #6d0019;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}

section hr:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #6d0019;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}


/* Events */

.event-card {
    margin: 0 0 40px 0;
    display: block;
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);

}

.event-card .event-image {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;

}

.event-card .event-image img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: auto;
}

.event-card .event-title {
    display: flex;
    height: 80px;
    background-color: #ffffff;
    width: 100%;
    flex-direction: row;
    padding: 5px;
}

.event-card .event-title .event-date {
    flex: 0 0 100px;
    border-right: 1px solid #bf0303;
    color: #333333;
}

.event-card .event-title .event-date .day {
    display: inline-block;
    width: 25px;
    font-size: 18px;
    color: #bf0303;
}

.event-card .event-title .event-date .date {
    display: inline-block;
    font-size: 12px;
}

.event-card .event-title .event-date .year {
    display: block;
    font-size: 12px;
    padding-left: 28px;
}

.event-card .event-title .event-date .time {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding-left: 28px;
}

.event-card .event-title .event-name {
    flex: 1;
    padding-left: 10px;
    padding-top: 5px;
    position: relative;
}

.event-card .event-title .event-name a {
    color: #333333;
    text-decoration: none !important;
    font-weight: 400;
}

.event-card .event-title .event-name .event-facebook {
    font-size: 24px;
    color: #4267B2;
    display: block;
    position: absolute;
    bottom: -7px;
    right: 0;
}

.event-card .event-details {
    display: block;
}

.event-card .event-details .event-description {

}


footer {
    background-color: #333333;
    border-top: 1px solid #cccccc;
    padding: 20px 40px 40px 40px;
    margin: 0 0 0 0;
    color: #ffffff;
}

footer .content {
    max-width: 1024px;
    margin: 40px auto;
}

footer h2 {
    text-align: left;
    color: #ffffff;
}


@media only screen and (max-width: 600px) {
    section#home .title {
        font-size: 40px;
    }

    section#home .logo {
        top: 280px;
        width: 70%;
    }
}

@media only screen and (max-width: 380px) {
    section#home .title {
        font-size: 32px;
    }

    section#home .logo {
        top: 180px;
        width: 90%;
    }
}
