/* ================================
   BASE & TYPOGRAPHY
   ================================ */
html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
body,
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
}
.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
a, a:visited, a:active {
    color: #e52c3c;
}
a, a:hover, a:hover * {
    transition: 0.5s;
}
a:hover {
    text-decoration: none;
    color: #666;
}
.lead {
    font-size: 18px;
    font-weight: 400;
}

/* ================================
   HEADER & NAVBAR
   ================================ */
header.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    transition: 0.5s;
}
header.header.scrolled {
    background: #fff;
    box-shadow: 0 0 5px #ccc;
}
.navbar {
    border-radius: 0;
}
.navbar-toggle {
    margin-right: 60px;
    margin-top: 11px;
    z-index: 9999999;
}
.navbar-toggle .icon-bar {
    background: #e52c3c;
}
.navbar-nav {
    margin: 8px 0 0;
}
.navbar-nav > li {
    margin-left: 10px;
}
.navbar-nav > li > a {
    padding: 10px 15px;
    border: 1px transparent solid;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}
.navbar-nav > li > a:hover {
    border-color: #e52c3c;
    color: #e52c3c;
}
.navbar-nav > li > a.cta-menu {
    border: 1px #e52c3c solid;
    color: #e52c3c;
}
header.header.scrolled .navbar-nav > li > a {
    color: #333;
}
header.header.scrolled .navbar-nav > li > a:hover {
    color: #e52c3c;
}

/* ================================
   LANGUAGES
   ================================ */
.languages {
    list-style: none;
    position: absolute;
    right: 10px;
    top: 12px;
}
.languages li:not(.current) {
    display: none;
}
.languages li a {
    padding: 10px;
    display: block;
    letter-spacing: .05em;
    line-height: 1;
    text-transform: uppercase;
    font-size: 11px;
    background: #fff;
    color: #333;
}
.languages li.current a {
    color: #e52c3c;
}
.languages:hover li {
    display: block;
}
header.header.scrolled .languages li.current a {
    border: 1px #ccc solid;
}

/* ================================
   BANNER & INTRO
   ================================ */
.intro-header {
    padding: 50px 0;
    text-align: center;
    color: #f8f8f8;
    background: url(../gfx/kassthomas-baner.jpg) no-repeat center center fixed;
    background-size: cover;
}
.intro-message {
    position: relative;
    padding-top: 10%;
    padding-bottom: 10%;
}
.intro-message img {
    max-width: 400px;
}
.intro-message > h1 {
    margin: 20px 0 0;
    font-size: 2em;
}
.intro-message > h2 {
    margin: 10px 0 0;
    font-size: 1.5em;
}
.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

/* ================================
   LINKS & BUTTONS
   ================================ */
ul.call-to-action {
    margin-top: 50px;
}
a.cta1 {
    background: #e52c3c;
    color: #fff;
    line-height: 1;
    padding: 15px 25px 18px;
    border-color: #e52c3c;
}
a.cta1:hover {
    background: transparent;
    color: #e52c3c;
    border-color: #e52c3c;
}
a.cta2 {
    background: transparent;
    color: #fff;
    line-height: 1;
    padding: 15px 25px 18px;
    border-color: #fff;
}
a.cta2:hover {
    background: rgba(255,255,255,.1);
    color: #fff;
    border-color: #fff;
}

/* ================================
   SECTIONS & CONTENT
   ================================ */
.section {
    text-align: center;
}
.section p {
    font-weight: 300;
    line-height: 1.5;
    font-size: 1.3em;
}
.ornament {
    max-width: 50px;
    margin-bottom: 30px;
}
.content-section-a, .content-section-b {
    padding: 50px 0;
}
.content-section-b {
    background: #f2f2f2;
}
.section-heading {
    margin-bottom: 30px;
}
.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

/* ================================
   EVENT DETAILS
   ================================ */
.event-details {
    padding: 60px 0;
}
.event-left {
    background: #f8f8f8;
    padding: 15px;
}
.event-info p.date, .event-info p.location {
    font-size: 18px;
}
.event-info p.date i, .event-info p.location i {
    color: #e52c3c;
}
.event-description {
    line-height: 1.5;
    padding-left: 30px;
    color: #666;
}
.event-description p {
    font-size: 1.3em;
}
a.cta1.paypal {
    background: #003693;
    border-color: #003693;
    margin-left: 15px;
}

/* ================================
   SHOP
   ================================ */
.shop {
    padding: 60px 0;
}
.shop-item {
    background: #fff;
    padding: 15px;
}

/* ================================
   AUTHORS & TESTIMONIALS
   ================================ */
.authors {
    margin-top: 30px;
    border-top: 1px #f8f8f8 solid;
    padding-top: 30px;
}
.author {
    margin-bottom: 15px;
}
.author img, .testimonial img {
    border-radius: 100%;
}
.testimonials {
    padding: 60px 0;
}
.testimonial {
    border: 1px #f2f2f2 solid;
    background: #f8f8f8;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 30px;
    font-style: italic;
}

/* ================================
   VIDEO
   ================================ */
.video-container, .youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .youtube-player iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

/* ================================
   FOOTER
   ================================ */
footer {
    padding: 50px 0;
    background-color: #1b1b1b;
}
footer p.copyright, a.bdwk {
    color: #ccc;
    margin: 15px 0 0;
}
footer a:hover {
    color: #fff;
}
footer a:link {
    color: #e52c3c !important;
}

/* ================================
   FLEXIBLE CARDS (Events, Shop, News)
   ================================ */
.shop, .news-list, .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 10px;
    box-sizing: border-box;
}
.cardSpecial, .shop-itemMC, .news-item {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(100% - 30px);
    max-width: 300px;
    min-width: 220px;
    box-sizing: border-box;
}
@media (min-width: 500px) {
    .cardSpecial, .shop-itemMC, .news-item { flex: 1 1 calc(50% - 30px); }
}
@media (min-width: 800px) {
    .cardSpecial, .shop-itemMC, .news-item { flex: 1 1 calc(33.33% - 30px); }
}
@media (min-width: 1100px) {
    .cardSpecial, .shop-itemMC, .news-item { flex: 1 1 calc(25% - 30px); }
}
