@font-face {
    font-family: 'Vialog';
    src: url('fonts/VialogLTCom-Light.woff2') format('woff2'),
        url('fonts/VialogLTCom-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vialog';
    src: url('fonts/VialogLTCom-Regular.woff2') format('woff2'),
        url('fonts/VialogLTCom-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BAP';
    src: url('fonts/madetommylight.woff2') format('woff2'),
        url('fonts/madetommylight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BAP';
    src: url('fonts/madetommymedium.woff2') format('woff2'),
        url('fonts/madetommymedium.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '_BAP';
    src: url('fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '_BAP';
    src: url('fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '_BAP';
    src: url('fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fa-regular-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fa-solid-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/*!
Theme Name: bap2020
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bap2020
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bap2020 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF 1S:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'BAP', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.5;
}

select {

	color: #ffd500;
	background-color: rgb(237,237,237);

	padding-left:.5em;
  border-radius: 5px;
  border: 1px solid rgb(237,237,237);
}



h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: 'Courier 10 Pitch', Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    background: url(img/zielgerade_2026_leopard_bkg.jpg) 0 0 no-repeat;
    /* Fallback for when there is no custom background color defined. */
    /* font-family: Roboto,'Helvetica Neue',Arial,sans-serif; */
    color: #403c36;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*
a {
    color: #0000cd;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
    outline: none;
}

a:hover,
a:focus,
a:active {
    color: #fff;
    text-decoration: underline;
    outline: none;
}

a:visited{
  text-decoration: none;
  color:#ffd500;
}


a.foto-box:hover {
  transform: scale(1.0);
  text-transform: scale(1.0);
}
*/

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* BAP 2020 */
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Special Elite', cursive, sans-serif; */
    font-family: 'BAP', sans-serif;
}

h2.section-heading {
    font-size: 60px;
    height: 40px;
    color: #403c36;
    padding-left: 6px;
    background-color: white;
    display: inline-block;
    letter-spacing: 10px;
}

.section-heading-wrapper {
    background: url(img/bg-dots-line.png) center center repeat-x;
    background-size: 45px 5px;
    margin-bottom: 40px;
}

.lead .section-heading-wrapper {
    background: #c09252; /* braun */
    padding: 40px 0;
}

.lead .section-heading-wrapper h1 {
    color: white;
    margin-bottom: 0;
}

.icon-bap-white {
    background: url(img/bg-bap-icons-blue.png) 0px 0px no-repeat;
    background-size: 632px 60px;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative;
    top: 7px;
}

.icon-bap-white-platten {
    background-position: -188px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    top: 9px;
}

.icon-bap-white-geschichte {
    background-position: -388px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    top: 9px;
}

.icon-bap-white-shop {
    background-position: -578px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    top: 9px;
}

@media (max-width: 420px) {
    .icon-bap-white {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        top: 17px;
        left: 5px;
    }
    .lead .section-heading-wrapper {
        padding: 0 0 20px;
    }
    h2.section-heading {
        font-size: 40px;
        height: 30px;
        color: #403c36;
        background-color: white;
        display: inline-block;
        letter-spacing: 5px;
    }
    .section-heading-wrapper {
        background: url(img/bg-dots-line.png) center center repeat-x;
        background-size: 45px 5px;
        margin-bottom: 20px;
    }
}

p {
    margin-bottom: 20px;
    font-size: 1.12em; /*15px;*/
    line-height: 1.5;
}

.bg-primary {
    background-color: white;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

#firstelement {
} /* Default height of nav */

@media (min-width: 1040px) {
}
@media (max-width: 767px) {
    #firstelement {
        padding: 70px 0 0 0;
    } /* Default height of nav */
    .bap-main {
    }
}

/* Sections */

section {
  _background-color:rgba(255, 255, 255, 0.7);
}

#die-musiker {
    margin-bottom: 35px;
}

#top-links {
}

#termine,
#block-block-22,
#top-links,
#videos,
#news {
    border-top: 80px solid white;
    border-bottom: 80px solid white;
}

.bap-main-wrap {
    padding: 40px 0;
}
.home .bap-main-wrap {
    padding: 0;
}

@media (max-width: 767px) {
    section {
        padding: 0;
    }
    #die-musiker {
        margin-bottom: 100px;
    }
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

/* Social links top */

#social-top {
    float: right;
    padding: 9px 15px 0 0;
}
#social-top a {
    color: #0000cd;
    display: inline-block;
    padding: 3px;
    transform: scale(0.7);
}
#social-top a:hover {
    color: #000;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 940px) {
    #social-top {
        float: none;
        padding: 0;
        position: absolute;
        right: 15px;
        z-index: 2;
    }
    #social-top a {
        display: block;
        padding: 0;
        transform: scale(0.7);
        text-align: center;
    }
}

/* Navigation standard */

.navbar {
    margin-bottom: 0;
}

.navbar-header {
    float: none;
    text-align: center;
}

.navbar-default {
    border: 0px solid white;
    background-color: #fff;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
    /* font-family: 'Special Elite', cursive, sans-serif; */
    font-family: 'BAP', sans-serif;
}

.navbar-default .navbar-toggle {
    border: 0px solid white;
    background: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 0px solid white;
    border-radius: 0px;
    float: right;
    margin-bottom: 0px;
    margin-right: 15px;
    margin-top: 1px;
    padding: 0;
    position: relative;
}

.navbar-default .navbar-toggle .icon-bar {
    border-radius: 0;
    display: block;
    height: 5px;
    width: 28px;
    background-color: #231f20;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #000;
}

#navigation {
    margin: 0px auto;
    text-align: center;
    /* background: white; */
    background-color: #193114;
    padding: 0;
    width: 100%;
    padding: 10px 0;
}

.isSticky {
    top: 0;
    z-index: 9999 !important;
    position: fixed;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    position: relative;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-header {
    display: none;
    background-color: #194614;
}

.navbar-default .navbar-header .navbar-brand {
    display: none;
}

#brand-wrapper,
#umg-wrapper {
    padding: 40px 0 20px;
}

#brand-wrapper .navbar-brand,
#umg-wrapper .navbar-umg {
    float: none;
    /* background: url(img/logo-niedeckensbap-1200-148-b.png) top center;
    background-size: 468px 117px;
    width: 468px;
    height: 59px; */
    background: url(img/zielgerade_2026_landscape.gif) top center;
    width: fit-content;
    display: block;
    text-indent: -10000px;
    margin: auto;
}

#navigation .navbar-nav-brand,
#navigation .navbar-nav-umg {
    color: transparent;
    /* background: url(img/logo-niedeckensbap-1200-148-b.png) 0px 0px no-repeat;
    background-size: 164px 41px;
    width: 164px;
    height: 41px; */
    background: url(img/zielgerade_2026_small.gif) 0px 0px no-repeat;
    _width: fit-content;
    height:198px;
    width:316px;
    display: block;
    transition: all 0.3s;
    opacity: 0;
}
#naviagtion .navbar-nav-umg {
    background: url(img/Logo_Universal_Music_512.png) 0px 0px no-repeat;
}

#umg-top {
    display: inline;
    padding: 3px;
    background: url(img/Logo_Universal_Music_512.png) no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: #ffd500;
    color: #fff;
    height: 45px;
    min-width: 80px;
}

#umg-top:hover {
    color: #000;
    background-color: #fff;
}

.navbar-nav {
    padding: 0 220px;
}

.isSticky #navigation .navbar-nav-brand {
    transition: all 0.3s;
    opacity: 1;
}

.nav li.navbar-nav-brand-wrapper {
    position: absolute;
    left: 15px;
    top: 5px;
}

.nav li.smallonly {
    display: none;
}
.nav li.fullonly,
.fullonly {
    display: inline-block;
}
.slide-desktop {
    display: block;
}
.slide-mobile {
    display: none;
}

@media (max-width: 767px) {
    .slide-desktop {
        display: none;
    }
    .slide-mobile {
        display: block;
        margin: auto;
    }
    .slide-mobile img {
        max-width: 330px;
        margin: auto;
        height: auto;
        width: 100%;
    }
    .nav li.fullonly,
    .fullonly {
        display: none;
    }
    .nav li.smallonly {
        display: block;
        color: white;
    }
    .nav li.smallonly a {
        display: inline-block;
        margin: auto;
    }

    #brand-wrapper,
    #brand-wrapper .fullonly,
    #navigation.isSticky .navbar-nav-brand,
    .nav li.navbar-nav-brand-wrapper {
        display: none;
    }
    .navbar-default .navbar-header .navbar-brand {
        float: none;
        /* background: url(img/logo-niedeckensbap-1200-148.png) top center;
        background-size: 270px 68px;
        width: 270px;
        height: 34px; */
        background: url(img/zielgerade_2026_landscape.gif) top center no-repeat;
        background-size: contain;
        /* width: fit-content; */
        display: block;
        line-height: 20px;
        padding: 15px 0 12px;
        text-indent: -10000px;
        margin: auto;
        border: 0px solid #f00;
    }
    .navbar-nav {
        padding: 0 0 0 0;
    }
    .nav-open .navbar-toggle {
        /* position: fixed; right: 0px; z-index: 10000; */
    }
    .nav-open #mainNav {
        /* position: relative; */
    }

    #mainNav {
      top: 0;
      z-index: 9999 !important;
      position: fixed;
      width: 100%;
      background:url(img/zielgerade_2026_efeu_bkg_4.jpg) no-repeat;
      background-size:cover;
      background-position: center;
    }
    #mainNav .navbar-header {
      display: block;
      width: 100%;
      background:transparent;
    }

    /* #mainNav::before {
      content:"";
      position: absolute;
      inset:0;
      background:url(img/zielgerade_2026_efeu_bkg_2.jpg) no-repeat;
      background-size:cover;
      background-position: center;
      filter: blur(3px) brightness(.55);
      z-index:0;
      background-color: #193F14;
    }

    #mainNav > * {
      position:relative;
      z-index:1;
    } */

    #navigation {
        background: transparent;
    }
    #navigation.isSticky {
        top: 70px;
    }
    #top-slider {
    }
}

/* Top Slider */

.top-slider-item {
    display: block;
    width: 100%;
    height: 430px;
    color: white;
}

.top-slider-item h2 {
    color: white;
    font-size: 30px;
    margin-top: 10px;
}

.owl-carousel .owl-item img.stoerer {
    width: 40px;
    margin: auto;
    margin-bottom: 10px;
}

.slider-left,
.slider-right {
    padding: 20px 20px;
}

.owl-carousel .owl-item .slider-big-image {
    height: 190px;
    width: auto;
    margin: auto;
}

.call-to-action {
    width: 250px;
    margin: auto;
    padding-top: 3px;
}

.call-to-action-button {
    /*background: url(img/bg-button-864-bestellen-white2.png) top center no-repeat; */
    background: url(img/bg-button-864-bestellen-white.png) top center no-repeat;
    background-size: 250px 32px;
    display: block;
    width: 250px;
    height: 32px;
    text-indent: -100000px;
}

.call-to-action-button:hover,
.call-to-action-button:focus {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.frontbuybox {
    text-align: center;
    margin-top: 24px;
}
.frontbuybox .clickbuy {
    display: inline;
}
.frontbuybox .clickbuy a {
    background: white;
    float: none;
}
.frontbuybox .clickbuy a:hover {
    background: #0000cd;
}

@media (min-width: 768px) {
    .slider-left,
    .slider-right {
        padding: 40px 20px 0px;
    }

    .owl-carousel .owl-item .slider-big-image {
        height: 300px;
        width: auto;
        margin: auto;
    }
    .top-slider-item {
        display: block;
        width: 100%;
        height: 350px;
    }
    .top-slider-item h2 {
        color: white;
        font-size: 40px;
    }
    .owl-carousel .owl-item img.stoerer {
        width: 60px;
        margin: 0 auto;
    }

    .call-to-action {
        width: 320px;
        height: 39px;
    }
    .frontbuybox .clickbuy a {
        background: white;
        float: none;
        font-size: 85%;
    }
    .call-to-action-button {
        background-size: 320px 39px;
        width: 320px;
        height: 39px;
    }

    .call-to-action-button:hover,
    .call-to-action-button:focus {
    }
}

@media (min-width: 1024px) {
    .owl-carousel .owl-item .slider-big-image {
        height: 420px;
        width: auto;
        margin: auto;
    }
    .owl-carousel .owl-item img.stoerer {
        width: 90px;
        margin: 0 auto;
    }
    .top-slider-item {
        display: block;
        width: 100%;
        height: 480px;
    }
    .top-slider-item h2 {
        color: white;
        font-size: 35px;
    }
    .frontbuybox .clickbuy a {
        font-size: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li {
        float: none;
    }

    .nav > li {
        display: inline-block;
        position: relative;
    }
}

@media (max-width: 767px) {
    .navbar-header {
        padding: 20px 0;
    }

    .nav-open .navbar-header {
        padding: 20px 0 20px;
    }

    /* Navigation state: open */

    #navigation {
        margin: 0 auto;
    }

    body.nav-open .navbar-default .navbar-toggle,
    body.nav-open .navbar-default .navbar-toggle:hover {
        background: transparent url(img/bg-navbar-toggle-close.png) 1px 0px
            no-repeat;
        background-size: 27px 27px;
        height: 27px;
    }
    body.nav-open .navbar-toggle span {
        visibility: hidden;
    }

    body.nav-open #mainNav,
    body.nav-open #navigation {
        background-color: #000;
        height: 100vh;
    }

    body.nav-open .navbar-default .navbar-header .navbar-brand {
        background-position: 0 -83px;
    }
    body.nav-open .navbar-default .nav > li > a,
    body.nav-open .navbar-default .nav > li > a:focus {
        font-size: 21px;
        color: white;
    }

    body.nav-open .navbar-default .nav > li > a:hover,
    body.nav-open .navbar-default .nav > li > a:focus:hover {
        color: #9ed7f2;
    }

    body.nav-open .navbar-default .nav > li.active > a,
    body.nav-open .navbar-default .nav > li.active > a:focus {
        color: #f05f40 !important;
        background-color: transparent;
    }

    body.nav-open .navbar-default .nav > li.active > a:hover,
    body.nav-open .navbar-default .nav > li.active > a:focus:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        float: left;
        margin: 0 0 0 15px;
        /* background-size: 220px 55px; */
        width: 220px;
        /* height: 26px; */
        transition: none;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0px solid white;
        box-shadow: none;
        padding: 0;
    }
    ul.navbar-nav {
        width: 100%;
    }
    .navbar-nav > li {
        float: none;
    }

    .nav > li {
        background: url(img/bg-dots-line-white.png) bottom center repeat-x;
        background-size: 45px 5px;
        display: block;
        position: relative;
    }

    /*
		.nav > li:last-child {
			background: transparent;
		}
		*/

    .navbar-nav > li > a {
        line-height: 28px;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }

    /* disable animation */
    .collapsing {
        -webkit-transition: none;
        transition: none;
        display: none;
    }

    .slider-right {
        padding: 0;
    }
    .slider-left {
        padding-bottom: 0;
    }
    .frontbuybox {
        margin-top: 12px;
    }
    .owl-carousel .slider-right .stoerer,
    .slider-right h4 {
        display: none;
    }
    .frontbuybox .clickbuy a {
        font-size: 85%;
    }
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    font-size: 21px;
    color: #403c36;
    padding: 10px 15px;
    line-height: 35px;
}
.nav-open .navbar-default .nav > li > a {
    display: inline-block;
    line-height: 28px;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #0000cd;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #0000cd !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}

.section-heading {
    margin-top: 0;
}

.navbar {
    padding: 0;
}

/* Button */

.button {
    background: url(img/bg-button-300-blue.png) right top repeat-y;
    background-size: 150px 43px;
    width: 150px;
    height: 43px;
    color: #0000cd;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    margin-top: 28px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.button:hover,
.button:active,
.button:focus {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    color: #0000cd;
    text-decoration: none;
}

.button.disabled {
	pointer-events:none;
	opacity:.5;
}
.button.disabled:hover {
	-webkit-transform: none;
	transform:none;
}

/* Geschichte */

.bap-geschichte .row {
    margin-bottom: 30px;
}

/* News & Logbuch & Article */

.article {
    margin-bottom: 65px;
}
.news-box .datum,
.news-article .datum {
    /* font-family: 'Special Elite', cursive, sans-serif; */
    font-family: 'BAP', sans-serif;
    font-size: 16px;
    color: #999795;
}

.news-box {
    margin: 50px 0 auto;
    /*
  height: 444px;
  overflow:	hidden;
  */
}

.musiker-box {
    height: 544px;
}

.view-logbuch h2 {
    text-align: center;
}
.view-logbuch .node-logbuch {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .logbuch .news-box,
    .news-box {
        height: auto;
    }
}

@media (min-width: 992px) {
    .logbuch .news-box {
        /* 	height: 320px; */
    }
    .news-block {
        margin: 0 -15px 0 15px;
    }
}

@media (min-width: 1199px) {
    .logbuch .news-box {
        /*	height: 270px; */
    }
}

.news-img-wrapper {
    max-width: 330px;
    margin: auto;
}

.news-img {
    background-size: contain;
}

.news-img img {
    width: 100%;
}

@media (max-width: 768px) {
    .news-block {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .news-box {
        background: url(img/bg-line-vertical.png) right -15px top repeat-y;
        background-size: 5px 45px;
        margin: 0px auto 60px;
        max-width: 370px;
        padding-right: 30px;
    }
    .musiker-box {
        height: 534px;
    }
    .news-block div:last-child .news-box,
    .view-News .row div:last-child .news-box,
    .view-Musiker .row div:last-child .news-box,
    .view-image-gallery-terms .row div:last-child .news-box {
        background: transparent;
    }
    .view-logbuch .view-content .views-row:nth-child(3n) .news-box {
        background: transparent;
    }
    .box {
        margin: 0 auto 60px;
        padding: 0 15px;
    }
    .view-logbuch .view-content .views-row:nth-child(3n-1) .node-logbuch,
    .view-logbuch .view-content .views-row:nth-child(3n-2) .node-logbuch {
        background: url(img/bg-line-vertical.png) right top repeat-y;
        background-size: 5px 45px;
    }
    .view-logbuch .node-logbuch h3 {
        margin-top: 0;
    }
}

.news-uebersicht .row,
.view-Musiker .row,
.view-image-gallery-terms .row,
.logbuch .row {
    position: relative;
    left: 15px;
}

.news-box p {
    margin-bottom: 0;
}

.foto-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.foto-box .foto-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(255, 213, 0, 0.4);
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}

.foto-box .foto-box-caption .foto-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.foto-box .foto-box-caption .foto-box-caption-content .project-category,
.foto-box .foto-box-caption .foto-box-caption-content .project-name {
    padding: 0 15px;
    /* font-family: 'Special Elite', cursive, sans-serif; */
    font-family: 'BAP', sans-serif;
}

.foto-box .foto-box-caption .foto-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
}
@media (max-width: 768px) {
    .foto-box .foto-box-caption .foto-box-caption-content .project-category {
        font-size: 20px;
    }
}

.foto-box .foto-box-caption .foto-box-caption-content .project-name {
    font-size: 18px;
}

.foto-box:hover .foto-box-caption {
    opacity: 1;
}

@media (min-width: 768px) {
    .foto-box .foto-box-caption .foto-box-caption-content .project-category {
        font-size: 22px;
    }

    .foto-box .foto-box-caption .foto-box-caption-content .project-name {
        font-size: 18px;
    }
}

/* Gallery */

.foto-single-item {
    text-align: center;
    margin-bottom: 30px;
}
.foto-single-item img {
    margin: auto;
}

/* Albem / Produkte */

.produkt-overview-box {
    margin-bottom: 30px;
}
.produkt-overview-box img {
    max-width: auto;
    width: 100%;
    margin-bottom: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .produkt-overview-box {
        height: 490px;
    }
}

.buy-box-pills li {
    float: right;
}
.buy-box-pills .buy-box-choose {
    float: left;
    padding: 10px 15px 10px 0;
}
.produkt-art {
    padding: 10px 15px 10px 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: transparent;
    color: #0000cd;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
}

.buy-box-pills,
.produkt-art {
    background: url(img/bg-dots-line.png) bottom center repeat-x;
    background-size: 45px 5px;
}

.buylinks {
    font-weight: bold;
}
.clickbuy:after {
    content: '';
    display: table;
    clear: both;
}
.clickbuy a {
    font-weight: normal;
    display: inline-block;
    border: 1px solid #0000cd;
    padding: 5px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.clickbuy a::before {
    font-family: FontAwesome;
    content: '\f07a';
    padding-right: 4px;
}
.clickbuy a:hover {
    background: #0000cd;
    color: white;
}
.clickbuy {
    margin-bottom: 20px;
}

.tab-content {
    padding: 10px 0 0 0;
}

@media (max-width: 991px) {
    .buy-box-pills .buy-box-choose {
        float: left;
        padding: 10px 5px 10px 0;
    }
    .produkt-art {
        padding: 10px 5px 10px 0;
    }
    ul.buy-box-pills > li > a {
        padding: 10px 5px 10px 0;
    }
}

/* Termine (und Texte) */

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th,
.views-view-grid tr td {
    background: url(img/bg-dots-line.png) bottom center repeat-x;
    height: 5px;
    background-size: 45px 5px;
    border-top: 0px solid #fff;
    line-height: 1.42857;
    padding: 12px 8px 14px;
    vertical-align: top;
    font-size: 16px;
    border-bottom-width:0px;
}

.views-view-grid tr td.col-last {
    border-left: 15px solid white;
}

.termine-full {
    margin-bottom: 36px;
}
@media (max-width: 768px) {
    .termine-full {
        display: none;
    }
    .termine-small h3 {
        margin-bottom: 0;
    }
    .termine-small .datum {
        margin-top: 24px;
    }
    /*
	.termine-small .link a:before { font-family: FontAwesome; content: "\f101"; padding-right: 4px; }
	.termine-small .termine-diverse .link a:before { font-family: FontAwesome; content: "\f101"; padding-right: 4px; }
	*/

    .termine-small strong {
        text-align: center;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .termine-diverse {
        margin-bottom: 24px;
    }
}

@media (min-width: 768px) {
    .termine-small {
        display: none;
    }
    /*
	.termine-full tr a:before { font-family: FontAwesome; content: "\f101"; padding-right: 4px; }
	.termine-full .termine-diverse tr a:before { font-family: FontAwesome; content: "\f101"; padding-right: 4px; }
	*/
    .termine-full strong {
        /* font-family: 'Special Elite', cursive, sans-serif; */
        font-family: 'BAP', sans-serif;
        font-size: 24px;
    }
    .termine-diverse {
        margin-bottom: 36px;
    }
}

#termine .termine-small h2,
.termine-small {
    margin: auto;
    text-align: center;
}

/* owl slider */

.owl-prev,
.owl-next {
    position: absolute;
}
.owl-prev,
.owl-next {
    font-size: 60px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    width: 45px;
    color: white;
    top: 45%;
    left: 15px;
    transition: all 0.15s;
}
#die-musiker .owl-prev,
#die-musiker .owl-next {
    color: #b4803f;
}

.owl-next {
    left: auto;
    right: 0px;
}
.owl-prev:hover,
.owl-next:hover {
    color: #403c36;
}
#die-musiker .owl-prev:hover,
#die-musiker .owl-next:hover {
    color: white;
}
.owl-prev:before {
    content: '\f104';
}

.owl-next:before {
    content: '\f105';
}

.owl-controls {
    margin-top: 25px;
    text-align: center;
}

.owl-controls .owl-page {
    display: inline-block;
}
.owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #32091d;
    margin: 0 3px;
}
.owl-controls .owl-page.active > span {
    background: #974e61;
}
.owl-prev,
.owl-theme .owl-next {
    position: absolute;
}

/* Die Musiker */

#die-musiker {
    background: #f3efda url(img/bg-die-musiker.jpg) top center repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    height: 280px;
}

.die-musiker-row {
    height: 280px;
}

#die-musiker h2 {
    font-size: 50px;
    background: url(img/bg-dots-line.png) center bottom repeat-x;
    background-size: 45px 5px;
    display: inline-block;
    letter-spacing: 10px;
}

#die-musiker .owl-carousel {
    position: absolute;
    top: -20px;
}
#die-musiker .owl-carousel img {
    height: 320px;
    width: auto;
    position: relative;
    top: -60px;
    z-index: 10;
}

#die-musiker h2 {
    margin-left: 45px;
}
#die-musiker .owl-carousel .slider-left {
    text-align: left;
    padding: 90px 0 0 45px;
    font-size: 16px;
}

#die-musiker .slider-left,
#die-musiker .slider-right {
    margin-bottom: -40px;
}

@media (max-width: 768px) {
    #die-musiker,
    .die-musiker-row {
        height: 468px;
    }
    #die-musiker .owl-carousel {
        position: absolute;
        top: 21px;
    }
    .musiker-slider-item,
    .die-musiker-row {
        padding: 0 15px;
        text-align: center;
    }
    #die-musiker .owl-carousel .slider-left,
    #die-musiker .owl-carousel .slider-right {
        text-align: center;
        padding: 20px 0;
    }
    #die-musiker .owl-carousel .slider-left {
        padding: 70px 0 0 0;
        height: 167px;
        font-size: 16px;
    }
    #die-musiker .owl-carousel img {
        margin: auto;
    }
    #die-musiker .owl-carousel img {
        position: relative;
        top: 42px;
    }
    #die-musiker h2 {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    #die-musiker h2 {
        font-size: 40px;
    }
}

@media (max-width: 420px) {
    #die-musiker h2 {
        font-size: 30px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #f05f40;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}

/* Top-Links */

.top-link {
    background: url(img/bg-bap-icons-blue.png) 38px 0px no-repeat;
    background-size: 990px 94px;
    width: 170px;
    padding-top: 112px;
    /* font-family: 'Special Elite', cursive, sans-serif; */
    font-family: 'BAP', sans-serif;
    font-size: 24px;
    display: block;
    margin: auto;
    text-align: center;
    color: #403c36;
    margin-bottom: 30px;
}

.top-link:hover {
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #403c36;
}

#top-link-musik {
    background: url(img/bg-bap-icons-blue.png) -263px 0px no-repeat;
    background-size: 990px 94px;
}

#top-link-band {
    background: url(img/bg-bap-icons-blue.png) -564px 0px no-repeat;
    background-size: 990px 94px;
}

#top-link-shop {
    background: url(img/bg-bap-icons-blue.png) -865px 0px no-repeat;
    background-size: 990px 94px;
}

/* Footer */

#footer {
    padding-top: 30px;
}
#footer a:hover {color: #fff; font-size: 1.2em;}

.footer-row {
    border-top: 1px solid #d9d8d6;
    padding: 15px 0;
}

.footer-left {
    text-align: left;
}

.footer-right {
    text-align: right;
}

@media (max-width: 768px) {
    .footer-left,
    .footer-right {
        text-align: center;
    }
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #f05f40;
    color: #fff;
    background-color: #f05f40;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'BAP', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

#user-login,
#user-pass,
#block-block-27,
.profile,
#user-profile-form {
    max-width: 800px;
    padding-left: 40px;
}
.tabs-wrapper {
    margin-bottom: 24px;
}
.tabs-wrapper .tabs li {
    display: inline-block;
    margin-right: 10px;
}
.tabs-wrapper .tabs li a {
    background: #0000cd;
    color: white;
    padding: 4px 8px;
}

.fb-news-link {
    border: 2px dotted #fff;
    padding: 4px 12px;
    margin-top: 4px;
    background: #efefef;
}
.fb-news-link:hover {
}
.fb-news-img-wrapper {
    margin-bottom: 20px;
}
.news-box .fb-news-teaser {
    margin-bottom: 10px;
}
.fbvideowrapper {
    width: 100%;
    margin-bottom: 10px;
}
video {
    width: 100%;
    height: auto;
}
.col-md-4 .img-responsive {
    margin-bottom: 10px;
}
#foto .col-md-4 .img-responsive {
    margin-bottom: 0;
}
.news-box p {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    padding: 0 10px;
}
.news-box h3 {
    margin-top: 10px;
}

.profile .picture {
    max-width: 120px;
}

.imagefield-field_bild,
img.imagecache {
    width: 100%;
    height: auto;
}
.imagecache-width-1280_imagelink img {
    margin-bottom: 24px;
}

.topsliderbg1 {
    background: black url(img/bg-topslider-live-lebenslaenglich.jpg?b) right top
        no-repeat;
    background-size: cover;
    min-height: 500px;
}
.keyvis1 {
    float: left;
    background: url(img/bg-lebenslaenglich-keyvis1-629-944.jpg) center center
        no-repeat;
    width: 315px;
    height: 472px;
    background-size: cover;
    margin-top: 14px;
    margin-left: 14px;
}
.txt1 {
    float: left;
}
.call-to-action-button1 {
    margin-top: 305px;
    margin-left: 15px;
    text-indent: -10000px;
    background: url(img/txt-jetzt-vorbestellen-729-359.png) center center
        no-repeat;
    width: 365px;
    height: 179px;
    display: block;
    background-size: cover;
}
.call-to-action-button1mobile {
    display: none;
}

.topsliderbg2 {
    background: black url(img/bap-header-familienalbum-2560.jpg) right top
        no-repeat;
    background-size: cover;
    min-height: 500px;
}
.keyvis2 {
    float: left;
    background: url(img/bap-header-familienalbum-cover-580.jpg) center center
        no-repeat;
    width: 315px;
    height: 315px;
    background-size: cover;
    margin-top: 90px;
    margin-left: 40px;
}
.txt2 {
    float: left;
}
.call-to-action-button2 {
    margin-top: 104px;
    margin-left: 15px;
    text-indent: -10000px;
    background: url(img/bap-header-familienalbum-txt-584-491.png) center center
        no-repeat;
    width: 292px;
    height: 285px;
    display: block;
    background-size: contain;
}
.call-to-action-button2mobile {
    display: none;
}

@media (max-width: 1180px) {
    .topsliderbg2 {
        height: 430px;
        background: black url(img/bap-header-familienalbum-1877.jpg) right top
            no-repeat;
        background-size: cover;
    }
}

@media (max-width: 860px) {
    .topsliderbg1 {
        height: 430px;
    }
    .keyvis1 {
        float: left;
        background: url(img/bg-lebenslaenglich-keyvis1-629-944.jpg) center
            center no-repeat;
        width: 268px;
        height: 401px;
        background-size: cover;
        margin-top: 30px;
        margin-left: 14px;
    }
    .call-to-action-button1 {
        margin-top: 275px;
        margin-left: 15px;
        text-indent: -10000px;
        background: url(img/txt-jetzt-vorbestellen-729-359.png) center center
            no-repeat;
        width: 292px;
        height: 143px;
        display: block;
        background-size: cover;
    }

    .topsliderbg2 {
        height: 430px;
        background: black url(img/bap-header-familienalbum-1877.jpg) right top
            no-repeat;
        background-size: cover;
    }
    .keyvis2 {
        float: left;
        background: url(img/bap-header-familienalbum-cover-580.jpg) center
            center no-repeat;
        width: 210px;
        height: 210px;
        background-size: cover;
        margin-top: 130px;
        margin-left: 20px;
    }
    .call-to-action-button2 {
        margin-top: 144px;
        margin-left: 15px;
        text-indent: -10000px;
        background: url(img/bap-header-familienalbum-txt-584-491.png) center
            center no-repeat;
        width: 190px;
        height: 182px;
        display: block;
        background-size: contain;
    }
}

@media (max-width: 520px) {
    .keyvis1,
    .call-to-action-button1 {
        display: none;
    }
    .topsliderbg1 {
        background: white;
        height: 500px;
    }
    .txt1 {
        float: none;
    }
    .call-to-action-button1mobile {
        display: block;
        width: 100%;
        height: auto;
        margin: auto;
        max-width: 320px;
        height: 500px;
    }
    .call-to-action-button1mobile image {
        width: 100%;
        height: auto;
    }

    .keyvis2,
    .call-to-action-button2 {
        display: none;
    }
    .topsliderbg2 {
        background: white;
        height: 500px;
    }
    .txt2 {
        float: none;
    }
    .call-to-action-button2mobile {
        display: block;
        width: 100%;
        height: auto;
        margin: auto;
        max-width: 320px;
        height: 500px;
    }
    .call-to-action-button2mobile image {
        width: 100%;
        height: auto;
    }
}

.parallax-window {
    min-height: 600px;
    background-size: contain;
}
.parallax-window-deco {
    min-height: 120px;
    background-size: contain;
}

/* system overrides */
body tbody {
    border-top: 0px solid #fff;
}

/* Fotos */

.no-gutter .view-fotogalerien .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}

/* Font awesome icons */

.fa-3x {
    font-size: 2.7em;
}
.fa-facebook {
    font-size: 2.45em;
    position: relative;
    top: -0.02em;
}

.fa-youtube {
    font-size: 2.38em;
    position: relative;
    top: -0.08em;
}

.fa-envelope,
.fa-envelope-o {
    position: relative;
    top: -0.03em;
}

/* Youtube Video Box */

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* ratio 16x9 */
    height: 0;
    overflow: hidden;
    width: 100%;
    /* height: auto; */
    border-bottom: 5px solid #fff;
}
.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.selectvideo-wrap {
    width: 33.3333%;
    float: left;
}
.selectvideoholder .selectvideo-wrap:first-child,
.selectvideoholder .selectvideo-wrap:nth-child(2) {
    border-right: 5px solid white;
}

@media (max-width: 520px) {
    width: 100%;
    float: none;
}
.selectvideo:hover {
    cursor: pointer;
}

.node-video {
    margin-bottom: 50px;
}

/* BAP Deco */

#bapdeco {
    width: 100%;
    height: 100px;
    background: url(img/bg-deco1.jpg) top center no-repeat;
    background-size: cover;
}

/* Overrides */

h3 a {
    color: #403c36;
}
h3 a:hover {
    color: #ffd500;
}

/* Stuff */

.cb {
    clear: both;
}
.dont-break-out,
.news-article a {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

h1 {
    text-align: center;
    font-size: 50px;
}
.node-geschichte,
.node-fotogalerie-teaser {
    margin-bottom: 50px;
}
.node-geschichte {
    width: 100%;
}
.page-node-11487 .node-fotogalerie-teaser {
    margin-bottom: 0;
}

.view-songtexte table {
    width: 100%;
}
.view-songtexte table td {
    width: 50%;
}

.front #foto .view-header {
    display: none;
}

.masonry {
    /* Masonry container */
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
}

.item {
    /* Masonry bricks or child elements */
    background-color: #eee;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}

.item-list {
    margin-top: 50px;
}
.item-list .pager li {
    margin: 0;
}

/* Bap 2020 */
img {
    width: 100%;
    height: unset;
}
.posts-navigation {
    width: 100%;
    text-align: center;
}
.post-navigation .nav-links {
    text-align: center;
}
.nav-links div {
    display: inline-block;
    margin: 15px 5px;
}
.nav-links a,
.nav-links a:hover,
.nav-links a:focus,
.nav-links a:visited,
.nav-links a:active {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    color: #ffd500;
}
.alm-load-more-btn {
    background: transparent;
    border: 0px solid transparent;
}

/* Termine */
.termin-datum {
    width: 10%;
    min-width: 100px;
}
.termin-kategorie {
    width: 5%;
    min-width: 50px;
    text-align: center;
}
.termin-titel {
    width: 25%;
}
.termin-beschreibung {
    width: 25%;
}
.termin-uhrzeit {
    width: 20%;
}
.termin-link {
    width: 15%;
}

table td[class*='col-'],
table th[class*='col-'] {
    position: static;
    display: table-cell;
    float: none;
}
.table-songtexte {
    width: 100%;
}
.table-songtexte tr td {
    background: url(img/bg-dots-line-white.png) bottom center repeat-x;
    background-size: auto;
    height: 5px;
    background-size: 45px 5px;
    border-top: 0px solid #fff;
    line-height: 1.42857;
    padding: 25px 18px 21px;
    vertical-align: top;
    font-size: 16px;
}
.table-songtexte tr td a {
    padding-bottom: 8px;
    position: relative;
    top: -16px;
    color: white;
}
.table-songtexte td {
    width: 50%;
}
.table-songtexte td.col-first {
    border-right: 15px solid transparent;
}
.table-songtexte td.col-last {
    border-left: 15px solid transparent;
}

.node-fotogalerie-teaser > a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 53.4722% 0 0 0; /* 34.37% = 100 / (w / h) = 100 / (640 / 220) */
    box-sizing: content-box;
    margin-bottom: 10px;
    overflow: hidden;
}

.node-fotogalerie-teaser > a img {
    display: block;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
}

/* AKTUELLES Load More */
.alm-btn-wrap {
    text-align: center;
}

/* Teaser */

#teaser-box {
    padding: 80px 0;
    /* background: #2b370c; */
}
#teaser-box h2.section-heading {
    color: #ffd500;
    /* background-color: #2b370c; */
}
.teaser-block img {
    width: 50%;
    height: auto;
    display: block;
    margin: auto;
}
.teaser-text p {
    padding-top: 20px;
    font-size: 125% !important;
}
.teaser-text,
.teaser-button {
    width: 100%;
}
@media (min-width: 1280px) {
    .teaser-block img {
        width: 66%;
    }
}
@media (min-width: 992px) {
    .teaser-bild-wrapper {
        text-align: right;
    }
    .teaser-block img {
        margin-right: 0;
    }
    .teaser-text-wrapper {
        text-align: left;
    }
    .teaser-button .button {
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .teaser-bild-wrapper {
        text-align: center;
    }
    .teaser-text-wrapper,
    .teaser-text,
    .teaser-button,
    .teaser-bild-wrapper {
        text-align: center;
    }
}

/* Final Adjustments */
body {
    font-family: 'BAP', 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 0.5px;
    letter-spacing: 0.5px;
    font-weight: 100;
}
body,
#navigation {
    background: #194614;
    color: white;
}

.navbar-default {
    /* font-family: 'Cinzel', serif; */
    font-family: 'BAP', sans-serif;
    font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Cinzel', serif; */
    font-family: 'BAP', sans-serif;
    font-weight: 300;
}
h2.section-heading {
    letter-spacing: 2px;
    font-size: 54px;
    height: 40px;
    color: #403c36;
    padding: 0 12px;
}

.button {
    background: transparent;
    font-family: 'BAP', sans-serif;
    border: 1.5px solid #ffd500;
    color: #ffd500;
    letter-spacing: 1.5px;
    /* 	min-width: 160px;*/
    text-transform: uppercase;
    line-height: 38px;
    height: 40px;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: normal;
    text-decoration:none;
}
.button:hover,
.button:focus,
.button:active {
    color: #ffd500;
}

.news-box .datum,
.news-article .datum {
    font-family: 'BAP', serif;
    font-size: 16px;
    color: #ffd500;
}

#brand-wrapper .navbar-brand {
    background-position: bottom center;
}

#brand-wrapper {
  position:relative;
  padding: 30px 0 20px;
}

#brand-wrapper::before {
    content:"";
    position: absolute;
    inset:0;
    background:url(img/zielgerade_2026_efeu_bkg_4.jpg) no-repeat;
    background-size:cover;
    background-position: center;
    /* filter: blur(3px) brightness(.55); */
    z-index:0;
    background-color: #193F14;
    /* opacity: .8; */
}

#brand-wrapper > * {
  position:relative;
  z-index:1;
}

#header-special-wrapper.fullonly {
    background: url(img/zielgerade_2026_landscape.gif) center 15px no-repeat;
    background-size: contain;
    /* box-shadow: 0 4px 10px rgba(255, 0, 0, 0.5); */
    /* width: 300px; */
    height: 180px;
    margin: 0px auto 0;
    display: block;
    opacity: 1.0;
}
#header-special-wrapper-m {
    display: none;
}

#navbar-header-special-wrapper {
    background: url(img/zielgerade_2026_landscape.gif) center top no-repeat;
    background-size: contain;
    width: 50px;
    height: 30px;
    margin: 0 auto 5px;
    opacity: 0;
    transition: all 0.3s;
}

.isSticky #navigation #navbar-header-special-wrapper {
    opacity: 1;
}

#brand-wrapper .navbar-brand,
#navigation .navbar-nav-brand {
    background-position: center bottom;
    background-size: contain;
    height: 3em;
}
#navigation .navbar-nav-brand {
    /* height: 20px; */
    height: 3em;
}

i.rebound {
    background: url(img/project_rebound_logo.png);
    width: 300px;
}

/* p > a {color: #ffd500;}
p > a:hover {color: #fff; font-size: 1.2em;} */

a[target="_blank"]::before {
  font-family: "FontAwesome";
  content: "\f35d"; /* Unicode für fa-external-link-alt */
  font-size:.85em;
  font-weight: 100; /* Für "fas" */
  padding-right: 6px;
}
a.no-icon::before {
  content:"";
}

a {
    color: #ffd500;
    text-decoration:none;
}
a:hover,
a[target="_blank"]:hover,
a:focus,
a:active {
    color: #ffe14d;
    /* text-decoration:underline; */
    outline: 1 px solid #f00;
    transform: scale(1.1);
    text-transform:scale(1.1);
    font-size: 1.1em;
}
a.nav-link:hover {color:#ffd500;}

a:visited{
  text-decoration: none;
  color:#ffd500;
}

a.foto-box:hover {
  transform: scale(1.0);
  text-transform: scale(1.0);
}



#social-bottom a {
    font-size: .8em;
    color: #ffd500;
}
#social-bottom a:hover {
    font-size:1.15em;
    color: #fff;
}
.section-heading-wrapper {
    background: url(img/bg-dots-line-white.png) center 32px repeat-x;
    background-size: 45px 5px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th,
.views-view-grid tr td {
    background: url(img/bg-dots-line-white.png) bottom center repeat-x;
    background-size: 45px 5px;
    color: #fff;
}
.table:not(caption) > * > * {
    border-bottom: 0px dotted #3b52a7;
}
#termine,
#block-block-22,
#top-links,
#videos,
#news {
    border-top: 80px solid #194614;
    border-bottom: 80px solid #194614;
}
h1 {
    color: #ffd500;
}
h2.section-heading {
    color: #ffd500;
    background-color: #194614;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    color: #fff;
}
.navbar {
    background: transparent;
}
h3 a {
    color: #fff;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #ffd500;
}

.table {
    color: #fff;
}
.embed-container {
    border-bottom: 5px solid transparent;
}
.selectvideoholder .selectvideo-wrap:first-child,
.selectvideoholder .selectvideo-wrap:nth-child(2) {
    border-right: 5px solid transparent;
}
.top-link {
    background: url(img/bg-bap-icons-light.png) 38px 0px no-repeat;
    background-size: 990px 94px;
    color: #fff;
}
.top-link:hover {
    color: #fff;
}

.clickbuy a {
    font-weight: 300;
    border: 1px solid #ffd500;
    padding: 5px 10px;
}
.clickbuy a:hover {
    background: transparent;
    border: 1px solid #fff;
}

#top-link-musik {
    background: url(img/bg-bap-icons-light.png) -263px 0px no-repeat;
    background-size: 990px 94px;
}

#top-link-band {
    background: url(img/bg-bap-icons-light.png) -564px 0px no-repeat;
    background-size: 990px 94px;
}

#top-link-shop {
    background: url(img/bg-bap-icons-light.png) -865px 0px no-repeat;
    background-size: 990px 94px;
}

.footer-row {
    border-top: 0px solid transparent;
}
.parallax-window-deco {
    min-height: 240px;
    background-size: cover;
    background-position: left bottom;
}

#footer-deco {
    background: url(img/wasser005.jpg) top center no-repeat;
    padding-bottom: 5.625%;
    background-size: contain;
}

@media (max-width: 767px) {
    .navbar-default .navbar-header .navbar-brand {
        /* background-position: bottom center; */
        margin: -20px 0px 0px 15px;
        background-position: bottom left;
    }
    .navbar-default .navbar-toggle .icon-bar,
    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #fff;
    }
    body.nav-open #mainNav,
    body.nav-open #navigation {
        background-color: #194614;
    }
    #header-special-wrapper.fullonly {
        display: none;
    }
    #header-special-wrapper-m {
        background: url(img/zielgerade_2026_landscape.gif) center 15px no-repeat;
        background-size: contain;
        width: 300px;
        height: 80px;
        margin: 30px auto 0;
        display: block;

    }
    #termine,
    #block-block-22,
    #top-links,
    #videos,
    #news {
        border-top: 40px solid #194614;
        border-bottom: 40px solid #194614;
    }

    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 28px;
    }
    h2.section-heading {
        font-size: 44px;
        height: 40px;
    }
    .section-heading-wrapper {
        background-position: center 25px;
    }
    .parallax-window-deco {
        min-height: 100px;
    }
    .bap-main-wrap {
        padding: 40px 15px;
    }

    .node-geschichte {
        width: auto;
    }
    .node-geschichte img {
        margin-bottom: 0.5rem;
    }

    #footer-deco {
        background: url(img/wasser005_m.jpg) top center no-repeat;
        padding-bottom: 13.33%;
        background-size: contain;
    }
}

/* woocommerce	*/
h1.product_title {
    font-size: 2.5em;
    text-align: left;
}

ul.wc-tabs > li > a:hover {
    color: #95d7ce;
    color: #ffe14d;
    text-transform: scale(1.0);
}
ul.wc-tabs > li {
    font-weight: light;
}
ul.wc-tabs > li.active {
    color: #515151;
    font-weight: bold;
    text-decoration: underline;
}

.woocommerce-Price-amount {
    font-size: 1.75em;
    font-weight: bold;
}

/*
button[type="submit"].button{
	height: 2.3em;
	width:300px;
	color: #f00;
}

button[type="submit"].button:hover {
	transform: scale(1);
	color: #00f;
}

button.button {
	color: #f00;
}
*/
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
button[type='submit'].button,
a.button.wc-forward {
    background: transparent;
    border-radius: 0px;
    border: 2px solid #95d7ce;
    border: 2px solid #ffe14d;
    color: #95d7ce;
    color: #ffd500;
    height: 3em;
    padding: 0.5em 0.2em;
    margin-left: 10px;
    min-width: 200px;
		font-weight:500;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover button[type='submit'].button,
a.button.wc-forward:hover {
    background: transparent;
    border-radius: 0px;
    border: 2px solid #95d7ce;
    border: 2px solid #ffe14d;
    color: #95d7ce;
    color: #ffd500;
}

a.button.wc-forward {
    color: #6e9f98;
    border: 2px solid #6e9f98;
}
a.button.wc-forward:hover {
    color: #6e9f98;
    background: transparent;
}

.category-dropdown {
    margin: 0 auto;
    margin-top: -20px;
    max-width: 250px;
    padding-top: 0px;
}

#payment.woocommerce-checkout-payment,
.woocommerce-checkout-review-order-table,
.woocommerce-checkout .shop_table {
    background: transparent !important;
    border-radius: 0 !important;
    border: 1px solid #95d7ce !important;
    border: 1px solid #ffe14d !important;
    box-shadow: 0px 0px 35px 0px rgba(255, 255, 255, 0.55) !important;
}

.price > del {
  position:relative;
  display: inline-block;
}

.price > del::after {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  width: 100%;
  height: 10px; /* Dicke der Linie */
  background-color: red;
  /* transform: rotate(-45deg); */
  transform-origin: top left;
}

ul.dropdown-menu.show > li > a.dropdown-item:hover {font-size:1em; background-color: #ffd500; color:#222;}

/* /woocommerce	*/

#nl_popup.bg-error {
	/* background-color: #cc2a0f; */
	background-color: #ad204a;
}

#nl_popup.border-secondary {
	border-color: #ffd500;
}

.zielgerade {
  _background: url(img/zielgerade_2026_leopard_bkg.jpg) 0 0 no-repeat;
  
}

.site-main {
  opacity: 1s;
}

