body,.leaflet-container{font-family: "interstate-mono",monospace!important; font-weight:300;font-size: 0.84rem; overflow-x: hidden }
b, strong {
    font-weight: 700;
}
#c240 .container{display: none}
h3,h3 p{font-family: "rollerscript-smooth",sans-serif;}

header h3{font-family: "interstate-mono",monospace; font-weight:500;}
h3.ce-headline-center{font-family: "rollerscript-smooth",sans-serif;    font-size: 1.4em;}
.leaflet-popup-content-wrapper {
    border-radius: 0!important;}
.navbar-light .navbar-toggler {
    background: white !important;
    border-radius: 0;
    padding: 7px;
}
#startsubmenu{
    text-align: center;padding: 0px 4px;
}
#startsubmenu ol{
    padding: 0;width: 100%;list-style: none;
}
.slick-next::before, .slick-prev::before{font-family: "interstate-mono",monospace!important; font-weight:300;color: #b5100e!important;bottom: -58%;position: relative;}
.slick-slider .slick-next, .slick-slider .slick-prev {}
.slick-slider:hover .slick-prev::before {
    margin-left: 20px;
}
.slick-slider:hover .slick-next::before {
    margin-right: 20px;
}
.startmenu{
    z-index: 10000;
position: relative;
}

.showing {
    display: none;
}
.headerimage h2 {
    opacity: 0;
}
/* Show the dropdown menu on hover */
.startmenu:hover .showing {display: inherit;}


body#app:before {
    opacity: 1;
    user-select: none;
    pointer-events: none;
    -webkit-transition: opacity 0.55s ease-out;
    -moz-transition: opacity 0.55s ease-out;
    -o-transition: opacity 0.55s ease-out;
    transition: opacity 0.55s ease-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    -o-transition-delay: 2500ms;
    transition-delay: 2500ms;
}
.subtitel{ font-family: "rollerscript-smooth",sans-serif;    font-size: 150%;padding-bottom: 20px;}
.subtitel div{z-index: 3;}
.subtitelwide{    padding: 10px;
    background: rgba(252, 213, 150, 0.47);font-family: "rollerscript-smooth",sans-serif;    font-size: 150%;margin-top: -130px;margin-left: -45px;
}
.subtitel:after {
    content: "";
    position: absolute;
    background: #fcd596;
    width: 100%;
    opacity: 0.7;
    left: 0;
    height: 3px;
    }
.h4, h4 {
    font-size: 1.1rem;
    color: #b5100e;
    border-bottom: solid 2px;
}
hr.absatz {
    margin-bottom: 20px;
    margin-top: 80px;
}
.card {
    border: 0;
    border-radius: 0;
}
.navbar{
background: white;
}
.navbar-light .navbar-toggler,.navbar-light .navbar-brand{z-index: 2}
.navbar-expand .form-control {font-size: 0.8em;}

.bg.start,footer.start{
    margin: 0;
}
@media (min-width: 768px){

    .bg.start{
        margin: 0;
        padding-bottom: 60px;
    }
    .headerimage span {

    }
    body:before {
        background-size: cover;
        border: solid white 45px;
        border-bottom: 0;
        border-top: 0;
    }
    .hide {
        display: none;

    }

    .startmenu:hover + .hide {
        display: block;
        color: #b5100e;
        position: absolute;
        top: 50px;
        z-index: 10000;
        width: 100%;
        margin-left: 15%;
    }
}
a {
    color: #b5100e;
    text-decoration: none;
}
main a:not(.btn),.main a:not(.btn) {
    color: #b5100e!important;
}
.slick-dots li button::before,.slick-dots li.slick-active button::before {
    color: #b5100e!important;}

.slick-slider .slick-next, .slick-slider .slick-prev {
    width: 10%!important;
}

#side-nav {
    z-index: 100;
    font-size: 10px;
    line-height: 60px;
    position: fixed;
    right: 0;
    top: 220px;
    width: 180px;
}
#side-nav ul {
    margin:0;
    list-style:none;
}
#side-nav li {
    height:68px;
    position:relative;
}

#side-nav a,
#side-nav span {
    position: absolute;
    right: 0;
    background-color: #b5100e;
    line-height: 55px;
    border: 1px solid;
    margin-right: -2px;
    padding-left: 15px;
    display: block;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 130px;
    border-right: 0;
    -webkit-transition: width 0.25s;
    -moz-transition: width 0.25s;
    -ms-transition: width 0.25s;
    -o-transition: width 0.25s;
    transition: width 0.25s;
    font-size: 12px;
    padding-top: 6px;
    border-radius: 25px 0 0 25px;

}
#side-nav a:hover{
    width:140px;
    color: rgb(255, 255, 255);
    background-color: #b5100e;
    border-right:0;
}
.list-group-item.aktion a:before,.list-group-item.magazin a:before,.list-group-item.stiftung a:before {
    content: "";
    width: 130px;
    height: 80px;
    display: block;
    margin: 0 auto;
    background: url(/fileadmin/zuspieler/pfanne.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
pre {
    display: none;
}
@media (max-width:768px) {
    .frame-space-after-large {
        margin-bottom: 8em;
    }
    .frame-space-after-medium {
        margin-bottom: 1em;
    }
    .subtitelwide{
        margin-top: -8px;
        margin-left: 0;
    }
    #side-nav {
        right:0;
        top:auto;
        bottom:40px;
    }
    .svg-logo {
        margin:0
    }
    .list-group-item.aktion a:before,.list-group-item.magazin a:before,.list-group-item.stiftung a:before {
        width: 40px;
        height: 40px;
    }
}
.list-group-item.active,.list-group-item:hover {
    z-index: 2;
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.list-group-item.active a,.list-group-item a:hover {

    border-bottom: solid 2px #b5100e;
}
.modal-header .btn-close {
    margin: 0;
}
.btn-outline-secondary {
    color: #ccc;
    border-color: #ccc;
}
.list-group-item.magazin a:before {
    background: url(/fileadmin/zuspieler/magazin.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.list-group-item.stiftung a:before {
    background: url(/fileadmin/zuspieler/stiftung.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.navbar-brand svg {max-width: 300px;}
.modal-fullscreen {
    height: auto;
}
.modal.fade .modal-dialog {
    transition: none;
    transform: none;
}
@media (max-width: 992px){
    .nav-link {
        display: block;
        padding: .5rem 1rem;
        padding-right: 1rem;
        padding-left: 1rem;
        color: #0d6efd;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
        text-align: center;
    }
}
@media (min-width: 992px){
    .margin-top{
        margin-top: -100px;
    }
}
.list #leaflet-map,#leaflet-map {
    border: 0;
}
.operations__show--aside-meta #leaflet-map{position: relative}
#leaflet-map {
z-index: 0;
}

img, svg {
    vertical-align: middle;
    max-width: 100%;
}
.accordion-item:first-of-type .accordion-button,.accordion-item,.accordion-item:first-of-type {
    border-radius: 0;
    border: none;
}
.accordion-button:not(.collapsed) {
    color: #b5100e;
background: #f6f2e8}
.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button,.accordion-item {
    background-color: rgba(255, 255, 255, 0.25);
}
hr{
    height: 2px!important;
    color: black;
    opacity: 1;
}
main .container, .bg.start .container,.main .container {color: black;max-width: 750px;}
main .ce-container {padding-top: 30px;padding-bottom: 10%;}
main,footer,.bg.start,.main {
    background-image: url("/typo3conf/ext/landzunge/Resources/Public/Images/hg_landzunge.jpg");
    background-size: 100%;
    background-attachment: fixed;
}main.start{
    background-image: none;
}
.slick-default .slick-slider .slick-dots li button::before {
    color: #b5100e!important;
    font-family: slick;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    opacity: .55;
    text-align: center;
    width: 14px;
}

/*#c7 .leaflet-container,#c9 .leaflet-container {*/
/*    position: fixed;*/
/*    top: 50px;*/
/*    left: 0;*/
/*    width: 100%!important;*/
/*    height: 100vh!important;*/
/*    z-index: -2;*/
/*}*/
/*#c7 {*/
/*    max-width: 300px;*/
/*}*/
/*#c7 .leaflet-container {*/
/*    z-index: -1;*/
/*}*/
/*#c7 #maps2searchform {*/
/*    z-index: 1;*/
/*}*/
#c2 {
    /*width: 80%;*/
    margin: 0 auto;
    padding: 0 0 10% 0;
    /*min-height: 80vh;*/
}

img{height:auto;}
.bg-danger {
    background-color: #b5100e !important;color: white;
}
.frame-ruler-before {
    background: #FCD596CF;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
    color: black;
    overflow: hidden;
}
.frame-space-before-extra-large {
    margin-top: 10em;
}
.frame-ruler-before::before {
    content: '';
    display: block;
    border-top: 2px solid #b5100e;
    margin-bottom: 2em;
    margin: 0 -80%;
    padding: 20px;
}
footer{
    margin-top: 0!important;
}
/*.headerimage hr{padding-bottom: 40px}*/
.frame-indent:before {
    content: '';
    display: block;
    border-top: 2px solid #b5100e;
    margin-bottom: 2em;
    padding: 15px;
}
#side-nav a:before {
    content: 'Hier geht‘s zum';
    display: block;
    font-family: "rollerscript-smooth",sans-serif;
    position: absolute;
    margin-top: -14px;
    margin-left: 12px;
}#side-nav li:nth-of-type(2) a:before {
    content: 'Hier geht‘s zur';
}
body{overflow-x: hidden}

.eYLZCo {
    position: absolute;
    width: 91%;
    bottom: 10%;
    left: 1.25rem;
}
@media (min-width: 480px){
    .eYLZCo {
        bottom: 10%;
        left: 3rem;
    }
    .eYLZCo {
        position: absolute;
        width: 91%;
        bottom: 10%;
        left: 1.25rem;
    }
        .hHpwXB {
            color: rgb(255, 255, 255);
        }
            .hHpwXB {
                font-size: 4.375rem;
                line-height: 4.75rem;
            }
            .hHpwXB {
                text-transform: uppercase;
                font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
                font-weight: 400;
            }
    .hHpwXB .highlight-sc-12dvgiz-0 {
        line-height: 5.53125rem;
    }
    .etLuVw {
        color: rgb(255, 255, 255);
        background-image: url("/typo3conf/ext/landzunge/Resources/Public/Images/highlight-start2.svg"), url("/typo3conf/ext/landzunge/Resources/Public/Images/highlight-mid.svg"), url("/typo3conf/ext/landzunge/Resources/Public/Images/highlight-end.svg");
        background-repeat: no-repeat;
        background-origin: border-box, padding-box, border-box;
        background-clip: border-box, padding-box, border-box;
        background-position: 0px center, 0px center, 100% center;
        background-size: 0.35em 1.15em, 100% 1.15em, 0.35em 1.15em;
        padding: 0.075em 0px;
        margin-left: -0.28em;
        margin-right: -0.28em;
        border-style: none solid;
        border-width: 0px 0.28em;
        border-color: transparent;
        box-decoration-break: clone;
    }
    }

.nav-link, a,a:hover {
    color: #7e7e7e;
}

.nav-link:focus, .nav-link:hover {
    color: rgba(126, 126, 126, 0.74);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
footer, footer .nav-link,footer a,footer a:hover {
    color: #fff;
}
.ce-gallery figcaption {font-size: 75%;}
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar {
    width: 22px;
    transition: all 0.2s;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggler {
    border: none;
    background: transparent !important;
}
.navbar-toggle:hover {
    background: transparent !important;
}
.navbar-toggler .icon-bar {
    width: 22px;
    transition: all 0.2s;
}
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
    opacity: 0;
}
.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.tx-pwteaser-pi1 .card {
    min-height: 200px;
}
main > .frame-type-image:first-of-type{margin-top: -200px}

.h2, h2 {
    font-weight: bold;

}
.cardslider .card-body {
    margin-top: -24px;
}
.slick-dots > li {
    display: inline-block;
}
.slick-dots > li:only-child {
    display: none;
}
.operations__show--main .btn{z-index: 3;position: relative}
.operations__list--teaser{font-size: 80%}
.cat1,.cat7 span,.cat8 span{display: none}
.operations__show .cat7 {
    width: 100px;
    height: 60px;
    background: url("/fileadmin/zuspieler/logos/lz-plus-logo.png") no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    float: right;
    margin-top: -88px;
}
.card-body .cat7:before {
    content: "";
    background: url("/fileadmin/zuspieler/logos/lz-plus-logo.png") no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    float: left;
    margin-top: 32px;
    width: 60px;
    height: 30px;
    margin-top: -28px;
    margin-left: -30px;
    z-index: 0;
    position: relative;
}.card-body .row {
     padding: 0 !important;
}
.card-body .cat8::after {
    content: "";
    width: 42px;
    height: 45px;
    position: relative;
    display: inline-block;
    margin-top: -29px;
    background: white;
    border-radius: 50%;
    margin-left: 32px;
}
.card-body .cat8:before {
    content: "";
    width: 50px;
    height: 50px;
    background: url("/fileadmin/zuspieler/logos/LZ_UEbernachten_Icon_Schwarz.png") no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    display: inline-block;
    margin-top: -31px;
    margin-left: 28px;
    z-index: 1;
}
.operations__show .row .col-12{
    text-align: center;height: 0;
}.operations__show .category.row{
    height: 0;
     top: -35px;
     position: relative;
     z-index: 2;
}
.operations__show .cat8 {
    width: 100px;
    height: 100px;
    background: url("/fileadmin/zuspieler/logos/LZ_UEbernachten_Icon_Schwarz.png") no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    float: right;
}
.operations__show .cat8:hover:after {
    position: absolute;
    content: "Hier dürfen Sie auch Übernachten!";
      width: 180px;
    margin-left: -90px;
    margin-bottom: 0;
    margin-top: 50px;
    font-size: 10px;
    background: #ffffffe8;
    padding: 8px 0px;
}
.operations__show .cat7:hover:after {
    position: absolute;
    content: "Ein Plus für besonderes Engagement";
    width: 180px;
    margin-left: -90px;
    margin-bottom: 0;
    margin-top: 50px;
    font-size: 10px;
    background: #ffffffe8;
    padding: 8px 0px;
}
.operations__show .cat7 {
    margin-top: 98px;
}

#c244  {
    min-height: 55vh;
    margin-top: -100px;
}
.card .h2, .card h2 {
    font-size: 1rem;
}
.operations__list--meta{font-size: 10px}
/*#c122 .navbar{display: none}*/
.start hr.absatz{display: none}
.navbar-toggler:focus {
    box-shadow: none;
}
/*.frame-default{padding-bottom: 20px}*/

.btn-primary {
    color: #fff;
    background-color: #b5100e;
    border-color: #b5100e;
}.btn-primary:hover {
     color: #fff;
     background-color: #b5100e;
     border-color: #b5100e;
 }
#c240 .slick-dots {
    margin-bottom: -16px;
}
.frame-layout-2 h3 {
    font-size: calc(0.7rem + .6vw);
}
.tx_operations{
    background-color: #b5100e;
    margin-bottom: 60px;
    margin-top: 109px;
}
#c112 .tx_operations,#c240 .tx_operations{
    background-color: transparent;
}
.operations__show--header h1{
    max-width: 80%;
}
.search{
    margin-bottom: auto;
    margin-top: 52px;
    height: 70px;
    background-color: #fff;
    padding: 10px;
}

.search-input{

    color: white;
    border:0;
    outline: 0;
    background: none;
    width: 0;
    margin-top:5px;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;

}

.search .search-input{
    padding: 0 10px;
    width: 100%;
    caret-color: #d03c3c;
    font-size: 21px;
    font-weight: 300;
    color: black;
    transition: width 0.4s linear;
}

.search:hover>.search-icon{
    background: #363434;
    color:#fff;
}
.search-icon{

    height: 50px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: black;

}
a:link{
    text-decoration: none;
}