/* Social Media Icons im Header */

@media (min-width: 998px) and (max-width: 1175px) {
    #header [data-id=text] {
        display: none;
    }
}

#header .fa-brands {
    font-size: 1.3em;
}

@media (max-width: 1024px) {
    #header .fa-brands {
        font-size: 2em;
    }
}

/* END Social Media Icons im Header */







@media (min-width: 768px) {
    main#main {
        background: linear-gradient(180deg, rgb(247 247 247 / 42%) 0%, rgba(255, 255, 255, 1) 15%);
    }
}


@media (min-width:768px) {
    .display-sm {
        display: none;
    }
}

@media (max-width:767px) {
    .display-xl {
        display: none;
    }
}



/************ Header Carousel ************/

/* prevent vertical scroll bar glitch 
html {
    overflow-y: scroll;
}
*/

.carousel-cell {
    width: 100%;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cellinner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 77px;
    padding-right: 77px;
    width: 100%;
}

.cellinner.textlinks {
    display: flex;
    flex-direction: column;
}

.cellinner.textrechts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}


p.quelle {
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 12px;
    margin: 10px 0;
}

.cell1 {
    background-image: url("img/IMG_8070.jpg");
    background-size: 110%;
    background-position-y: 10%;
    background-position-x: 22%;
}

.cell2 {
    background-image: url("img/Scotland.jpg");
    background-size: 107%;
    background-position-x: 94%;
    background-position-y: top;
}

.cell3 {
    background-image: url("img/Biathlon.jpg");
    background-size: 126%;
    background-position-y: 24%;
}

.cell4 {
    background-image: url("img/HalbautoWaffen.jpg");
    background-size: cover;
    background-position-y: 24%;
}

.cell5 {
    background-image: url("img/Schuetzenwesen.jpg");
    background-size: cover;
    background-position-y: bottom;
}

#sliderstart h2.carousel-headline {
    color: #FFFFFF;
    font-size: 35px;
    line-height: 1.5;
    margin: 0;
}

#sliderstart h2.carousel-headline.firstline {
    font-size: 53px;
    margin-bottom: 15px;
}

#sliderstart h2.carousel-headline span {
    padding: 3px 10px;
    background-color: #f49103;
}

/* Cell Recht und Freiheit */

.cell6 {
    background-color: #F7F7F7;
}

.cellinner.efruf {
    display: flex;
    gap: 80px;
}

.efruf .containerlinks {
    width: 70%;
}

.efruf .containerrechts {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


ul.efruf-benefits {
    margin: 0;
    padding-left: 10px;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
}

ul.efruf-benefits li {
    margin-bottom: 11px;
}

.button-efruf {
    display: inline-block;
    line-height: 1;
    background-color: #F39100;
    font-size: 20px;
    padding: 20px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    width: 100%;
    font-weight: 600;
    margin-top: 20px;
}

a.button-efruf:hover {
    color: white;
    background-color: #E28700;
}

@media (max-width: 1360px) {
    .efruf h2 {
        font-size: 3.3vw;
    }

    .button-efruf {
        font-size: 1.5vw;
    }
	
	ul.efruf-benefits {
      font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .cellinner.efruf {
        gap: 26px;
        flex-direction: column;
        align-items: center;
    }

    .efruf .containerlinks {
        width: 45vw;
    }

    .efruf .containerrechts {
        width: 45vw;
        flex-direction: column;
        justify-content: space-between;
    }
	
	ul.efruf-benefits {
      font-size: 17px;
    }

    .button-efruf {
        font-size: 21px;
        padding: 13px 24px;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .carousel-cell.cell6 {
        justify-content: center;
    }

    .cellinner.efruf {
        background-color: #F7F7F7;
    }

    .efruf .containerlinks {
        width: 100%;
    }

    .efruf .containerrechts {
        width: 100%;
    }

    ul.efruf-benefits {
     padding-left: 65px;
     padding-right: 34px;
     font-size: 19px;
    }
	
	ul.efruf-benefits li {
     margin-bottom: 6px;
    }

    .button-efruf {
        margin-top: 14px;
    }
}

/* Cell Recht und Freiheit ENDE */


/* position dots in carousel */
.flickity-page-dots {
    bottom: 10px;
}

/* white circles */
.flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: transparent;
    border: 2px solid white;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
    background: white;
}

@media (max-width: 1800px) {
    .carousel-cell {
        height: 461px;
    }

    .cell1 {
        background-size: cover;
        background-position-y: top;
        background-position-x: right;
    }

    .cell2 {
        background-image: url("img/Scotland.jpg");
        background-size: cover;
        background-position-x: left;
        background-position-y: top;
    }

    #sliderstart h2.carousel-headline.firstline {
        font-size: 49px;
        margin-bottom: 15px;
    }

    #sliderstart h2.carousel-headline {
        font-size: 34px;
    }
}

@media (max-width: 1024px) {

    .cell1 {
        background-position-x: 42%;
    }

    .cell2 {
        background-size: cover;
    }

    .cell3 {
        background-size: cover;
        background-position-y: 24%;
    }

    .cell5 {
        background-position-x: 28%;
    }

    #sliderstart h2.carousel-headline.firstline {
        font-size: 36px;
        margin-bottom: 15px;
    }

    #sliderstart h2.carousel-headline {
        font-size: 27px;
    }

}


@media (max-width: 767px) {

    .carousel-cell {
        height: 500px;
        justify-content: end;
    }

    .cell1 {
        background-position-x: 67%;
    }


    .cell2 {
        background-size: cover;
        background-position-y: top;
        background-position-x: 32%;
    }

    .cell3 {
        background-position-x: 11%;
        background-position-y: 0;
    }

    .cell4 {
        background-position-x: 21%;
    }

    .cell5 {
        background-position-x: 23%;
        background-size: 462%;
    }

    .cellinner {
        padding-left: 15px;
        padding-right: 10px;
        background-color: #f59201e0;
    }

    .cellinner.textrechts {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .cellinner.textrechts,
    .cellinner.textlinks {
        min-height: 144px;
        padding-left: 20px;
    }

    #sliderstart h2.carousel-headline.firstline {
        font-size: 24px;
        margin-bottom: 6px;
        margin-top: 15px;
    }

    #sliderstart h2.carousel-headline {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    #sliderstart h2.carousel-headline span {
        padding: 0;
        background-color: inherit;
    }

    .cellinner.bildinfo {
        position: absolute;
        top: 0;
        background-color: inherit;
        text-align: right;
        padding-right: 14px;
    }

    p.quelle {
        position: relative;
        font-size: 10px;
    }

    .cell2 p.quelle {
        color: #989898;
    }

    .flickity-page-dots {
        display: none;
    }
}

/************ Header Carousel ENDE ************/

.btn-startrow {
    margin-top: auto;
}



/* Sticky NL Icon */

.nl-icon {
    position: fixed;
    top: 160px;
    right: 0;
	z-index: 100;
}

.nl-icon a {
    display: block;
    text-align: center;
    padding: 10px 13px;
    color: white;
    background-color: #f49103;
}

.nl-icon a:hover {
    background-color: #E28700;
}

.nl-icon .tooltiptext {
    visibility: hidden;
    width: 85px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -40px;
    right: 5px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}

.nl-icon:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.nl-icon .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 80%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

@media (max-width:767px) {
  .nl-icon {
    display: none;
  }
}



/* Pressemitteilungen Single Page */


article.category-pressemitteilungen::before {
    content: "Pressemitteilung";
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-bottom: 1px solid #0000002e;
    display: block;
}



/* Pressemitteilungen Single Page ENDE */


/* Pressestimmen */


article.category-pressestimmen::before {
    content: "Pressestimmen";
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-bottom: 1px solid #0000002e;
    display: block;
}

.category-pressestimmen img.attachment-medium_large.size-medium_large.wp-post-image {
    aspect-ratio: 13 / 2 !important;
    padding-left: 20px;
}

.category-pressestimmen figure.ct-media-container {
    display: none;
}

.category-pressestimmen a.ct-media-container.boundless-image {
    margin-bottom: 15px;
}


/* Pressestimmen ENDE */

.ct-container {
    max-width: 1306px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: inherit !important;
}



.weiterlesen p a::after {
    content: "";
    background-image: url(img/plus.svg);
    height: 20px;
    width: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    margin-left: 10px;
    position: absolute;
    white-space: nowrap;
    top: 5px;
}


.weiterlesen.schwarz p a::after {
    background-image: url(img/plus-schwarz.svg);
}

.weiterlesen.schwarz p a {
    color: black;
}

.weiterlesen p {
    font-weight: 500;
}

.entry-content ul {
    padding-left: 15px;
}


.headlinebild span {
    padding: 3px 10px;
    background-color: #f49103;
}

@media (max-width:767px) {
    .headlinebild span {
        background-color: #f49103bf;
    }
}

/* Bildunterschfrift Beitrag */
.entry-content figcaption.wp-element-caption, span.bildunterschrift {
    text-align: left;
    background-color: #f7f7f7;
    padding: 10px;
    margin-top: 0;
	display: block;
	font-size: 13px;
    line-height: 1.4;
}





/* Rechtliches */

.waffenrechtzeile:nth-child(even) {
    background-color: #f7f7f7;
}
.waffenrechtzeile:nth-child(odd) {
    background-color: #f7f7f77d;
}
.waffenrechtzeile {
    margin-bottom: 14px;
    padding: 20px 15px;
}

.waffenrechtzeile div:first-child {
    margin-bottom: 5px;
}

@media (max-width:767px) {

  .waffenrechtzeile div:first-child {
    margin-bottom: 12px;
   }
}




/* Tabellen */
table.table-custom,
.table-custom th,
.table-custom td {
    border-style: inherit;
    border-top-width: 1px;
    border-top-style: solid;
    vertical-align: top;
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}

.table-responsive {
    width: 100%;
    overflow-y: auto;
    margin: 0 0 1em;
}

table.table-custom td {
    white-space: nowrap;
    min-width: 100px;
}

#poststartseite h5,
#sidebar h2 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}


/* Postuebersicht Seitenleiste Alles */

.aktuellebeitraegewidget li::before,
.neuestebeitraege li::before {
    content: "";
    height: 15px;
    width: 15px;
    background-color: #F39100;
    display: block;
    position: relative;
    top: 22px;
    left: -24px;
}

.aktuellebeitraegewidget li,
.neuestebeitraege li {
    list-style: none;
    padding-left: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    line-height: 1.5;
}

.aktuellebeitraegewidget a.wp-block-latest-posts__post-title,
.neuestebeitraege a {
    font-weight: 700;
    color: #3a4f66;
}

.aktuellebeitraegewidget a.wp-block-latest-posts__post-title:hover, .neuestebeitraege a:hover {
    color: #e28700;
}

.neuestebeitraege span.post-date,
time.wp-block-latest-posts__post-date {
    display: block;
    font-size: .81em;
    margin-top: 0.3em;
}

.aktuellebeitraegewidget li:last-child,
.neuestebeitraege li:last-child {
    border-bottom: none;
}

/* Seitenleiste Newsletteranmeldung */

.nl-anmeldung-widget {
    background-color: #FDEFD6;
    padding: 20px;
}

#sidebar .nl-anmeldung-widget h2 {
    font-size: 28px;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 8px;
}

#sidebar .nl-anmeldung-widget p {
    margin-bottom: 14px;
}

@media (max-width:767px) {
 #sidebar .nl-anmeldung-widget h2 {
    font-size: 24px;
  }
}


/* Postuebersicht Seitenleiste Post Pages */

div#block-3 {
    margin-bottom: 15px;
}

/* Postuebersicht Seitenleiste Startseite */

.neuestebeitraege ul {
    padding-left: 0;
}

/* Postuebersicht Seitenleiste Startseite. Ersten beide Elemente werden ausgeblendet */



.home #poststartseite li:first-child, .home #poststartseite li:nth-child(2), .home #poststartseite li:nth-child(3), .home #poststartseite li:nth-child(4), .home #poststartseite li:nth-child(5) {
       display: none;
 }





/* Seitenleiste Tag-Cloud */

.widget_block#block-7 {
    margin-top: 63px;
    margin-bottom: 10px;
}

a.tag-cloud-link {
    padding: 5px 8px;
    background-color: #f49103;
    color: white;
    font-size: 10px !important;
    border-radius: 3px;
    font-weight: 500;
}

a.tag-cloud-link:hover {
    background-color: #e28700;
    color: white;
}



/* Archive */

header.entry-header span.ct-title-label {
    display: none;
}

article.entry-card.type-post.status-publish.format-standard.hentry {
    box-shadow: none;
}

/* Kontaktformular */

.zustimmung label {
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-bottom: 20px !important;
}



/* ******** Mitglieder Collapsibel START ******* */

#ltcollapsible button.collapsible {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}



#ltcollapsible .logotext {
    display: flex;
    align-items: center;
}

#ltcollapsible .collapsible {
    background-color: #f7f7f7;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 26px;
}

#ltcollapsible .logo {
    width: 87px;
    height: 55px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
}

#ltcollapsible .logo.bdmp {
    background-image: url("img-vorstand/bdmp.png");
}

#ltcollapsible .logo.bds {
    background-image: url("img-vorstand/bds_logo_small.png");
}

#ltcollapsible .logo.jsm {
    background-image: url("img-vorstand/Logo_JSM_mit-Text.png");
}

#ltcollapsible .logo.djv {
    background-image: url("img-vorstand/djv-logo.png");
}

#ltcollapsible .logo.bvs {
    background-image: url("img-vorstand/logo-bvs.png");
}

#ltcollapsible .logo.bhds {
    background-image: url("img-vorstand/bhds-logo.png");
}

#ltcollapsible .logo.bzl {
    background-image: url("img-vorstand/Logo_BZL_solo.png");
}


#ltcollapsible h2 {
    font-size: 18px;
    margin: 0;
    line-height: 1.4;
}

#ltcollapsible p {
    margin: 0;
}

#ltcollapsible .active,
#ltcollapsible .collapsible:hover {
    background-color: #f7f7f7;
}

#ltcollapsible .collapsible:after {
    content: '\002B';
    color: black;
    font-weight: bold;
    margin-left: 5px;
}

#ltcollapsible .active:after {
    content: "\2212";
}

#ltcollapsible .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#ltcollapsible .content .row {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
    flex-wrap: nowrap;
}

#ltcollapsible .content .row:last-child {
    border-bottom: none;
}

.links p {
    font-weight: 600;
}

#ltcollapsible .links {
    width: 38%;
}

#ltcollapsible .rechts {
    width: 60%;
}



@media (max-width: 767px) {

    #ltcollapsible .logotext {
        align-items: flex-start;
        flex-direction: column;
    }

    #ltcollapsible .logo {
        background-position: left;
        margin-bottom: 7px;

    }

    #ltcollapsible button.collapsible {
        align-items: flex-start;
    }

    #ltcollapsible .content .row {
        padding: 15px 0;
        border-bottom: 1px solid #dddddd;
        flex-wrap: wrap;
        flex-direction: column;
    }

    #ltcollapsible .links,
    #ltcollapsible .rechts {
        width: 100%;
    }

    .links p {
        margin-bottom: 0;
    }


}

/* ******** Mitglieder Collapsibel END ******* */





        /* ******** Fragen Collapsibel START ******* */

        #fragencollapsible button.collapsible {
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
            align-items: center;
        }



        #fragencollapsible .logotext {
            display: flex;
            align-items: center;
        }

        #fragencollapsible .collapsible {
            background-color: #f7f7f7;
            color: white;
            cursor: pointer;
            padding: 18px;
            width: 100%;
            border: none;
            text-align: left;
            outline: none;
            font-size: 26px;
        }

        #fragencollapsible .collapsible.keineantwort {
            cursor: inherit;
        }

        #fragencollapsible .logo {
            width: 55px;
            height: 55px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            margin-right: 15px;
        }

        #fragencollapsible .logo.bawue {
            background-image: url("Landeswappen/Baden-Wuerttemberg.png");
        }

        #fragencollapsible .logo.bayern {
            background-image: url("Landeswappen/Bayern.png");
        }

        #fragencollapsible .logo.berlin {
            background-image: url("Landeswappen/Berlin.png");
        }

        #fragencollapsible .logo.brandenburg {
            background-image: url("Landeswappen/Brandenburg.png");
        }

        #fragencollapsible .logo.bremen {
            background-image: url("Landeswappen/Bremen.png");
        }

        #fragencollapsible .logo.hamburg {
            background-image: url("Landeswappen/Hamburg.png");
        }

        #fragencollapsible .logo.hessen {
            background-image: url("Landeswappen/Hessen.png");
        }

        #fragencollapsible .logo.mecklvorp {
            background-image: url("Landeswappen/Meckl-Vor.png");
        }

        #fragencollapsible .logo.niedersachsen {
            background-image: url("Landeswappen/Niedersachsen.png");
        }

        #fragencollapsible .logo.nrw {
            background-image: url("Landeswappen/NRW.png");
        }

        #fragencollapsible .logo.rheinpfalz {
            background-image: url("Landeswappen/Rheinland-Pfalz.png");
        }

        #fragencollapsible .logo.saarland {
            background-image: url("Landeswappen/Saarland.png");
        }

        #fragencollapsible .logo.sachsen {
            background-image: url("Landeswappen/Sachsen.png");
        }

        #fragencollapsible .logo.sachsenanhalt {
            background-image: url("Landeswappen/Sachsen-Anhalt.png");
        }

        #fragencollapsible .logo.schleswighol {
            background-image: url("Landeswappen/Schleswig-Holstein.png");
        }

        #fragencollapsible .logo.thueringen {
            background-image: url("Landeswappen/Thueringen.png");
        }




        #fragencollapsible h2 {
            color: #009a37;
            font-size: 18px;
			margin: 0;
        }

        #fragencollapsible .keineantwort h2 {
            color: #c80000;
        }

        #fragencollapsible .active,
        #fragencollapsible .collapsible:hover {
            background-color: #f7f7f7;
        }

        #fragencollapsible .collapsible:after {
            content: '\002B';
            color: black;
            font-weight: bold;
            margin-left: 5px;
        }

        #fragencollapsible .collapsible.keineantwort:after {
            display: none;
        }

        #fragencollapsible .active:after {
            content: "\2212";
        }

        #fragencollapsible .content {
            padding: 0 18px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.2s ease-out;
        }

        #fragencollapsible .content.keineantwort {
            display: none;
        }

        #fragencollapsible .content .row {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            flex-wrap: nowrap;
        }

        #fragencollapsible .content .row:last-child {
            border-bottom: none;
        }

        #fragencollapsible p {
            margin: 10px 0 5px 0;
        }

        .links p,
        .antwort {
            font-weight: 600;
        }



        #fragencollapsible .links {
            width: 4%;
        }

        #fragencollapsible .rechts {
            width: 96%;
        }



        @media (max-width: 767px) {

            #fragencollapsible button.collapsible {
                align-items: flex-start;
            }

            #fragencollapsible .content .row {
                padding: 5px 0;
                flex-wrap: wrap;
                flex-direction: column;
            }

            #fragencollapsible .links,
            #fragencollapsible .rechts {
                width: 100%;
            }

            .links p {
                margin-bottom: 0;
            }


        }

        /* ******** Fragen Collapsibel END ******* */




/* Lifetime Membership Seite */
.lifetimemembers p {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0;
}

/* ******** Brevo NL Formular ******* */

.newsletter .sib-form {
    font-size: 16px;
    font-family: inherit !important;
    padding: 0 !important;
    margin: 0;
}

.newsletter #sib-container {
    background: #FAF0D9 !important;
    padding: 15px 0 !important;
}

.newsletter .sib-form .entry__choice {
    line-height: 1.3;
}

.newsletter h2.nlheader {
    margin-bottom: 10px;
}

label.entry__specification {
    display: none !important;
}


/* Footer */

div#custom-footer {
    background-color: #f7f7f7;
    margin-top: 30px;
}

#custom-footer .ct-container .footerinner {
    display: flex;
    justify-content: space-between;
    padding: 40px 86px 40px 0;
}

.logo-footer {
    width: 133px;
}

#custom-footer p {
    margin-bottom: 10px;
}

p.footerlinks {
    font-weight: 500;
}

#custom-footer a {
    color: #3a4f66;
}

#custom-footer a:hover {
    color: #F39100;
}

footer#footer {
    background-color: white;
}

@media (max-width:1024px) {

    #custom-footer .ct-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .logo-footer {
        display: none;
    }

    div#custom-footer {
        font-size: 16px;
    }

    #custom-footer .ct-container .footerinner {
        justify-content: space-between;
        padding: 19px;
    }

}

@media (max-width:767px) {

    #custom-footer .ct-container .footerinner {
        flex-wrap: wrap;
        padding-left: 24px;
    }

    #custom-footer .footerinner div {
        width: 100%;
        margin-bottom: 20px;
    }
}

footer#footer {
    background-color: #f7f7f7a8;
}

.ct-footer-copyright p {
    font-size: 12px;
}