html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,
sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,
tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,
hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 100%;
    vertical-align: baseline;
}
figcaption{
    font-size: .8rem;
}
body {
    background: url(../img/hg-body.png) repeat-x #FFF 0 -1px;
    color: rgb(87, 86, 74);
    padding: 0 !important;
}
body.embedded{
    background:#fff;
}
body p {
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin: 0.5em 0;
}

header.embedded,
footer.embedded,
#gruenerbalken.embedded,
main.embedded .breadcrumb {
    display: none;
}
main.embedded>section>.container-fluid {
    padding-bottom: 0 !important;
}

.container.navBar-container {
    height: 114px;
}

.carousel-caption {
    left: 10%;
    top: 3rem;
    text-align: left;
}

a {
    color: #a8c30b;
}

a:hover {
    color: #ae0f09;
    text-decoration: none;
}

a:not(.btn):before {
    display: none; 
}

b, strong {
    font-weight: bold;
}

.navbar-default,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: 0 none;
    background: transparent;
}

.navbar-nav {
    position: static;
    padding: 0;
    height: auto;
    width: auto;
    float: right;
    overflow: visible;
    background: transparent;
    margin-top: 33px;
}

.navbar-nav>li {
    float: left;
    margin-left: 5px;
}

.navbar-nav>li>a {
    position: relative;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    padding: 0 10px;
    color: #2e3233;
    overflow: visible;
    border-bottom: none;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    -moz-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
    font-size: 1.2em;
}

.navbar-nav>li.dropdown>a {
    padding-right: 30px !important;
}

.navbar-nav>li>a:hover {
    color: #A8C30C !important;
}

.navbar-nav>li.dropdown:hover > a {
    border-bottom: 1px solid #A8C30C;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #A8C30C !important;
    background: transparent !important; 
}

.navbar-nav>li.dropdown>a:before,
.navbar-nav>li.dropdown>a:after {
    right: 5px;
    width: 9px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #c9cbc4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: rgb(200, 200, 200);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.navbar-nav>li.dropdown>a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 11px;
}

.navbar-nav>li.dropdown.open>a:before {
    right: 5px;
}

.navbar-nav>li.dropdown.open>a:after,
.navbar-nav>li.dropdown.open>a:before {
    width: 14px;
}

.navbar-nav>li.dropdown>a:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#bs-navbar-collapse-1 .navbar-nav:first-child>li:last-child a {
    display: none;
}

#searchDropdown, #merkzettelButton {
    background: #a8c30b !important;
    outline: 0;
    border: 0;
    height: 44px;
    margin: 20px 0 0 10px;
    line-height: 31px;
    border-radius: 0; 
    margin-top: 3rem;
    color:#fff;
    font-size: 1.2em;
}
.favhighlight{
    position:absolute;
    top:-5px;
    right:5px;
    color:#ae0f09;
}
.mm-menu .mm-listview .mm-btn_next.merk{
    text-align:center;
}
.mm-menu .mm-listview .mm-btn_next.merk::after{
    display:none;
}
.markzettelpdf{
    position: absolute;
    top: -60px;
    right: 0;
}
a#searchDropdown[target="_blank"]::before {
    display:none;
}
.nav-tabs,
.nav-tabs .nav-link,
.nav-tabs>li {
    border: 0 none !important;
    border-radius: 0;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #a8c30b !important;
    color: #FFF !important;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}

.nav>li {
    position: static;
}

.nav.navbar-nav {
    position: relative;
}

#bs-navbar-collapse-1 .nav.navbar-nav {
    position: absolute;
}

#bs-navbar-collapse-1 .nav.navbar-nav:not(.navbar-right) {
    right: 4rem;
}

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

.dropdown > .dropdown-menu {
    position: absolute;
    right: 0;
    width: 730px !important;
    border: 0 none;
    border-top: 1px solid #E2E3DF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 30px;
}

.dropdown-menu>li {
    width: 48%;
    padding-right: 2%;
    float: left;    
}

.dropdown-toggle::after {
    border: 0 none !important ; 
}



.navbar-nav ul.sm-nowrap > li > a {
    white-space: normal !important; 
}

.dropdown-item.active, .dropdown-item:active ,
.dropdown-menu>li>a,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #A8C30C;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: .6em;
    background-color: transparent;
}

.dropdown-menu>li>a {
    white-space: normal;
}

.dropdown-submenu > .dropdown-menu {
    display: block;
    border: 0 none;
    position: static;
    box-shadow: none;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: -20px;
}

.dropdown-submenu > .dropdown-menu li {
    width: 100%;
    float: none;
}

.dropdown-submenu > .dropdown-menu .active a,
.dropdown-submenu > .dropdown-menu a {
    padding: 0 3% 0 0;
    color: #2e3233;
    border-bottom: none;
    font-size: 1.2rem;
    font-weight: normal !important;
    white-space: normal;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #A8C30C;
    box-shadow: inset 0 -2px 0 #A8C30C;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background: transparent;
    color: #A8C30C;
}

.nav-overlay {
    position: fixed;
    z-index: 999;
    height: calc(100% - 114px);
    width: 100%;
    top: 114px;
    left: 0;
    cursor: pointer;
    background-color: rgba(168, 192, 12, 0.75);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}

.mm-opened .nav-overlay,
.nav-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

footer {
    background-color: #A8C30B !important;
    border: 0 none !important;
    position: relative;
    margin-bottom: 50px;
    -webkit-box-shadow: 2px 4px 14px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 4px 14px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 4px 14px -2px rgba(0, 0, 0, 0.5);
}

.navbar-brand {
    background: url(../img/stiftung-naturschuz-logo.svg) no-repeat;
    width: 306px;
    height: 92px;
    text-indent: -99999px;
    margin-top: 4px;
}

.navbar-brand > a {
    outline: none;
    display: block;
    height: 92px;
}

span.navbar-title.visible-xs-inline.navbar-brand,
.bs-header,
.page-1 .breadcrumb {
    display: none !important;
}

.text-success {
    color: #a8c30b !important;
}

.breadcrumb {
    background: transparent;
    margin-top: 2rem;
    padding: 8px 0;
    margin-left: 1rem;
}

.breadcrumb li a {
    font-size: 16px;
    color: #a8c30b;
}

.breadcrumb li:first-child a {
    color: #777;
}

.breadcrumb li a:hover {
    color: #ae0f09;
}

.page-header {
    border-bottom: 0 none;
}

ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.csc-default.cat-start {
    margin-bottom: 30px;
}

.page-header  h1 {
    position: absolute;
    padding: 0 0 20px 0;
    margin-bottom: 0px;
    bottom: -2rem;
    margin-left: 40px;
    z-index: 1;
}

.page-header {
    color: #FFF; 
    position: relative; 
    margin-bottom: 3rem; 
}

h2,
.csc-header.csc-header-n1 .page-header h1 {
    color: #fff;
    margin-bottom: 0px !important;
    display: inline;
    background-color: #a8c30b;
    margin: 0;
}

h2 {
    padding: 5px 10px 5px 10px;
}

.page-header h1 {
    padding: 5px 10px 5px 20px;
}

h1 small,
h2 small {
    color: #fff;
    font-size: 100%;
    display: block;
}

h1 {
    font-size: 45px;
    line-height: 60px;
}

h2 {
    font-size: 24px;
    line-height: 37px;
}

h3 {
    display: block;
    font-size: 1.50em;
    line-height: 1.2em;
    font-weight: 300;
    background-color: #a8c30b;
    padding: 5px 10px 5px 10px;
    margin: 0 0 5px;
    color: #FFF;
}

.csc-default:first-child {
    position: relative;
}

.csc-default.image-no-margins .csc-textpic {
    margin: -30px -30px 30px -30px;
}
.sidebar .tx-eevents ul {
    margin-left: 1rem;
}
.tx-eevents .eventdetail-aside .box-shadow{
    height:auto;
}
.csc-default.image-no-margins.image-text-right .csc-textpic {
    margin: -30px 0px -45px -30px;
}

.csc-default.image-no-margins.image-text-right .csc-textpic-image {
    margin-bottom: 0;
}

.content-row {
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
}

.box-shadow {   
    box-shadow: 0 3px 6px rgba(0,0,0,0.08), 0 3px 6px rgba(0,0,0,0.16);    
}

body:not(#page_297) .box-shadow {
    padding: 2rem 1rem;
}

body:not(#page_297) .frame + .frame {
    margin-top: 2rem; 
}

.frame  .box-shadow {
    height: 100%; 
    padding:1rem;

}

.box-shadow .container {
    width: 100%; 
}

#c1532 .box-shadow {
    padding: 0 0 2rem 0; 
}

#c1532 .box-shadow .frame-type-header ,
#c1532 .box-shadow .frame-type-image {
    margin: 0 -15px;
}

#c1532 .box-shadow .frame-type-text {
    margin: 1rem 15px 0;
}

#c1532 .box-shadow   {
    display: flex; 
    flex-direction: column;
}

#c1546 .box-shadow > div {
    flex-grow: 1; 
    position: relative;
    padding-bottom: 2rem; 
}

#c1546 .box-shadow .frame-type-text p:last-child  {
    position: absolute; bottom: 0; 
}

.tab-pane .page-header {
    display: none;
}

.jumbotron {
    padding: 0;
    margin: 0;
    text-transform: none; 
}

.jumbotron .container {
    width: 100%;
    max-width: 100%; 
    max-height: 700px;
    padding: 0;
}

.jumbotron .container .row {
    margin: 0; 
}

.jumbotron .container .col {
    padding: 0;
}

.jumbotron .carousel-item img {
    width: 100%;
    max-width: 100%; 
}

#page_297 .main > .container:first-child {
    //margin-top: -8.5%;
    position: relative;
    z-index: 99;
}

.headline-green {
    padding: 20px;
    background: #a8c30b;
}

.headline-no-margins h1,
.headline-no-margins h2,
.headline-no-margins h3 {
    color: #a8c30b;
    display: inline;
    background-color: #fff;
    padding: 5px 10px 5px 10px;
    margin: 0;
    font-size: 1.50em;
    line-height: 1.5em;
    font-weight: 300;
}

.fat-outline {
    border: 4px solid;
}

.green-outline {
    border-color: #a8c30b;
}

.fat-outline .nav-tabs {
    margin: 0 0 0 -15px;
}

span.ico {
    height: 100px;
    width: 100px;
    background-image: url(../img/ico-donatehand.svg);
    border-radius: 50%;
    display: block;
}

.lead {
    font-size: 2em;
}

.text-success {
    color: #a8c30b;
}

.box-shadow.green-mother {
    padding: 0 15px 0 30px;
}

.box-shadow.spendenbox .colindex-0, .box-shadow.spendenbox .colindex-1, .box-shadow.spendenbox .colindex-2{
    margin: 30px 0;
}
.spendenbox{
    padding-left:15px;
}
.spendenbox span{
    font-family: "brandon-grotesque",sans-serif;
}
.box-shadow.green-mother .keep-our-country-green-spend-your-dollars {
    margin: 0;
    background-color: #a8c30b;
}

.green-green-back-of-home {
    background-color: #a8c30b;
    height: 200px;
    padding-top: 95px;
    height: 230px;
    text-align: center;
}

.green-green-back-of-home a {
    color: #FFF;
    font-weight: bold;
    font-size: 31px;
    display: block;
}

footer{
    text-align: left;
}

footer h1,
footer h2,
footer h3 {
    background-color: #FFF;
    padding: 10px;
    color: #a8c30b;
    display: inline-block;
}

.carousel-caption h3 {
    background-color: #A8C30B;
    padding: 0 0.8em 0;
    font-size: 1.8em;
    line-height: 1.8em;
    display: inline-block;
    text-shadow: none;
}

.carousel-caption p {
    display: table;
    background: #ae0f09;
    width: auto;
    font-size: 3em;
    line-height: 1.5em;
    color: #fff;
    text-shadow: none;
    margin: 0.45em 0 0 0;
    padding: 0 0.5em;
}

a.btn-block.btn.btn-success {
    vertical-align: bottom;
    margin-top: 40px;
    width: 90%;
    background: #a8c30b;
    color: #fff;
    outline: 0;
    border: 0;
    padding: 10px;
    border-radius: 0;
    max-width: 350px;
}

a.btn-danger.btn.btn-block {
    width: 75%;
    font-size: 1.2em;
    background: #ae0f09;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 0;
    max-width: 350px;
}

.nobackground,
.cat-start .csc-header.csc-header-n1 .page-header h1 {
    background-color: transparent !important;
}

h1 span {
    background-color: #a8c30b;
    display: table;
    padding: 0 10px;
    line-height: 1.25em;
    margin-bottom: 0.3em;
}

h1 span:first-child {
    background: #ae0f09;
    font-size: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.75em;
}

h1 i {
    font-size: 26px;
}

h2 i {
    font-size: 12px;
}

h3 i {
    font-size: 10px;
}

h4 i {
    font-size: 10px;
}

h5 i {
    font-size: 10px;
}

h6 i {
    font-size: 10px;
}

.box-shadow h6 {
    font-size: 1.50em;
    line-height: 1.2em;
    font-weight: 300;
    background: #ae0f09;
    padding: 0.5em 40px;
    color: #FFF;
    margin: -30px -30px 30px -30px;
}

#c1546 .page-navigation {
    display: none; 
}

.news-list-view {
    display: flex; 
}

.news-list-view h3 {
    margin-bottom: 5px !important;
    height: 75px;
}

.news-list-view h3 {
    font-size: 1.50em !important;
    line-height: 1.2em;
    font-weight: 300;
    display: block !important;
    background-color: #a8c30b !important;
    padding: 5px 10px 5px 10px !important;
    margin: 0 0 5px !important;
}

.news-list-view h3 a {
    color: #fff;
    display: table-cell !important;
    vertical-align: middle;
    width: 100%;
    height: 60px;
}

.news-list-view .news-img-wrap img {
    width: 100%;
    height: auto;
}

.news .article {
    width: 100%;
}

.tab-content .news-list-view .article {
    width: 30%;
    margin-right: 3%;
    float: left;
}

.tab-content .jcarousel ul > li > div,
.tab-content .news-list-view.jcarousel .article {
    width: 94%;
    margin: 3%;
}

.tab-content .news-list-view:after {
    content: "";
    display: table;
    clear: both;
}

.news-list-view .footer {
    border: 0 none;
    margin: -20px 0 0 0;
    padding: 0;
}

.news .footer span {
    border-right: 0;
}

.news-list-view .footer .news-list-category {
    display: none;
}

.news .article h3 a {
    display: inline;
    font-size: 100%;
    padding: 0;
}

.news-list-view .badge-info, 
.news-list-view .fa.fa-calendar{
    display: none; 
}

.news-list-item  {
    padding: 1rem; 
    flex: 0 0 33%;
}

.news-list-item .extra  {
    color: #FFF; 
}

.news-list-item time {
    background: #ae0f09;
    color: #FFF;
    font-size: 12px;
    padding: 5px;
    margin: 0 0 0px 0;
    position: relative;
    top: -2px;
}

.news-img-wrap.jcarousel-wrapper {
    max-width: 310px;
    float: left;
    margin-right: 10px;
}

.news .article h3 {
    background: transparent;
    color: rgb(87, 86, 74);
    font-size: 100%;
    margin: 0;
    padding: 0;
}

#c1550 > h4 {
    color: #a8c30b;
    font-size: 32px; 
}

#c1552 > p > a  {
    background-color: #a8c30b;
    color: #FFF;
    display: block;
    text-align: center;
    margin: -33px 0px -9px 0;
    padding-top: 6rem;
    font-size: 30px;
    font-weight: bold;
    height: 220px;
}

#c1550 {
    margin: 3rem 0 0 3rem; 
}

/**
 *  Horizontal Buttons
 */

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


/**
 *  Vertical Buttons
 */

.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango ul,
.jcarousel-skin-tango li,
.jcarousel-skin-tango a {
    line-height: inherit ! important;
}

.jcarousel-skin-tango .caption-top,
.jcarousel-skin-tango .caption-bottom {
    background: #000000;
    color: #ffffff;
    cursor: default;
    padding: 2px;
    font-size: 11px;
    text-align: center;
    border-width: 0px;
}

.jcarousel-skin-tango .caption a,
.jcarousel-skin-tango .caption a {
    background: #000;
    border: none;
    text-decoration: none;
    padding: 2px;
}

.jcarousel-skin-tango .caption a:hover,
.jcarousel-skin-tango .caption a:hover {
    background: #202020;
}

.jcarousel li div.csc-header {
    background-color: #a8c30b;
    padding: 5px 10px 5px 10px;
}

.jcarousel li div.csc-header h2 {
    padding: 0;
}

.tab-content {
    padding-top: 30px;
}

.carousel-control span {
    color: #666;
    background-color: #FFF;
    border-radius: 50%;
    padding: 10px;
    width: 50px !important;
    height: 50px !important;
    text-shadow: none;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 15%;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 15%;
}

.carousel-indicators {
    right: 1rem;
    left: auto; 
    width: auto;
    margin-left: 0;
    margin-right: 0; 
    text-align: right;
}

.carousel-indicators li {
    background: #fff;
    opacity: 0.95;
    height: 0.75em !important;
    width: 0.75em !important;
    border: 0 none;
    margin-left: 0.75em;
    margin-top: 0px !important;
    border-radius: 10px;
}

.carousel-indicators li.active {
    background: #ae0f09;
    margin-left: 0.75em;
    position: relative;
    top: -1px;
}

.jcarousel {
    position: relative;
    display:block;
}

.jcarousel-control-prev {
    left: 5px;
}

.jcarousel-control-next {
    right: 5px;
}

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}


/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel div.article {
    display: block;
    max-width: 100%;
    height: auto !important;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 29%;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, .5);
    color: #666;
    text-decoration: none;
    font: 50px/27px Arial, Helvetica Neue, Helvetica, sans-serif;
    border-radius: 30px;
    padding-top: 3px;
}

.filterlist {
    margin: 0 0 40px 0;
}

.filterlist:after {
    content: "";
    display: table;
    clear: both;
}

.filterlist li {
    list-style: none;
    float: left;
    cursor: pointer;
    background: #A8C30C;
    padding: 0.5em 1em;
    display: block;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    font-size: 1.2rem;
}

.filterlist li.active {
    background: #ae0f09;
}

.article.box-shadow {
    margin: 0 3% 3% 0;
    height: 500px;
}

.article.box-shadow .header {
    height: auto;
}

.page-57 .article.box-shadow {
    height: 500px;
    width: 30.33%;
    float: left;
    margin: 0 0 3% 3%;
}

.page-57 .article.box-shadow:nth-child(3n+1) {
    margin-left: 0;
}

.article.box-shadow .news-img-wrap {
    margin: -30px -30px 20px -30px;
    height: 220px;
    overflow: hidden;
}

.page-6 .article.box-shadow .news-img-wrap {
    height: 300px;
}

.page-57 .article.box-shadow .news-img-wrap {
    margin: 0px -30px 20px -30px;
    height: 220px;
    overflow: hidden;
}

.page-57 .article.box-shadow .header {
    margin: -30px -30px 0px -30px;
    height: 70px;
}

button.navbar-toggle {
    display: none !important;
}

#hamburger {
    box-sizing: border-box;
    display: block;
    width: 70px;
    height: 45px;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 4;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    height: 3px;
    width: 24px;
    background: #2e3233;
    content: '';
    display: block;
    position: absolute;
    left: 20px;
}

#hamburger:before {
    top: 0px;
}

#hamburger span {
    top: 7px;
}

#hamburger:after {
    top: 14px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    -webkit-transition: none 0.25s ease 0.25s;
    transition: none 0.25s ease 0.25s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity;
}

html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
    top: 5px;
}

html.mm-opening #hamburger span {
    left: -50px;
    opacity: 0;
}

html.mm-opening #hamburger:before {
    transform: rotate( 45deg);
}

html.mm-opening #hamburger:after {
    transform: rotate( -45deg);
}

.mm-menu {
    /*    width: 260px !important;
        min-width: 260px !important;
        max-width: 260px !important;*/
    background: #2e3233 !important;
}

.mm-title {
    color: #fff !important;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.15) !important;
}

.mm-menu .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.15) !important;
    tap-highlight-color: rgba(255, 255, 255, 0.15) !important;
}

.mm-menu .mm-listview li a {
    color: #fff !important;
    padding: 15px;
}

.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after,
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.mm-menu .mm-listview > li .mm-next {
    width: 260px !important;
}

.mm-listview > li,
.mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.mm-menu .mm-listitem_selected > a:not( .mm-btn_next), 
.mm-menu .mm-listitem_selected > span {
    background: #2e3233;     
}

.mm-btn_prev {
    background: url(../img/hg-prev.png) no-repeat 20px 10px;
}

.mm-navbar__title {
    color: #FFF !important; 
}

.mm-btn_next {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) ;
}

.mm-menu .mm-listview .mm-btn_next:after {
    border-color: #FFF; 
}

.mm-listitem .mm-btn_next {
    background: #2e3233; 
}

input[type="checkbox"]{
    accent-color:#ae0f09;
}

@media all and (max-width: 991px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(-260px, 0) !important;
        -moz-transform: translate(-260px, 0) !important;
        -ms-transform: translate(-260px, 0) !important;
        -o-transform: translate(-260px, 0) !important;
        transform: translate(-260px, 0) !important;
    }  
    #stickysidebar {
        display: none; 
    }
}

@media (max-width: 1199px) {
    #c720 {
        margin-top: 20px;
    }
    #bs-navbar-collapse-1 > ul > li > a {
        font-size: 1em;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    h1,
    h1.csc-firstHeader {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    h1,
    h1.csc-firstHeader {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
        line-height: 1.5em;
    }
    h3 {
        font-size: 16px;
    }
    h4 {
        font-size: 15px;
    }
    h5,
    h6 {
        font-size: 14px;
    }
    .navbar-default .navbar-brand {
        margin: 4% 0% 0 5%;
        max-width: 75%;
    }
}

@media (max-width: 1024px) {
    .article.box-shadow {
        width: 48%;
        float: left;
        margin-left: 2%;
        margin-bottom: 2%;
    }
    .article.box-shadow:nth-child(3n+1) {
        margin-left: 2%;
    }
    .article.box-shadow:nth-child(2n+1) {
        margin-left: 0;
    }
    .page-57 .news-list-view .article {
        width: 46%;
        margin: 2% !important;
    }
    .jcarousel .jcarousel-control-next,
    .jcarousel .jcarousel-control-prev {
        top: 32%;
    }
    #tab-content-1115 .jcarousel .jcarousel-control-next,
    #tab-content-1115 .jcarousel .jcarousel-control-prev {
        top: 25%;
    }
}

@media (min-width: 992px) {
    #hamburger {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .headline-no-margins h1,
    .headline-no-margins h2,
    .headline-no-margins h3 {
        font-size: 1.25em;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 90%;
        max-width: 1440px;
    }
}

footer p,
footer a {
    color: #FFF;
}

footer a:hover {
    color: #EEE;
    text-decoration: none;
}

.footer-section h2 {
    background: #FFF;
    color: #a8c30b;
    margin-bottom: 2rem; 
    display: inline-block;
}

.footer-section { 
    border: 0 none;     
    margin-bottom: 9rem; 
    background: transparent; 
}

.footer-section .container {
    background: #a8c30b;
    padding: 2rem; 
    box-shadow: 0 3px 6px rgba(0,0,0,0.08), 0 3px 6px rgba(0,0,0,0.16);    
}

#c1558 > div > div > div > div > figure > div > picture > img {
    border: 1px solid #FFF;
}

.btn-primary {
    background-color: #a8c30b;
    border-color: #a8c30b;
}
.btn-danger {
    background-color: #e74133;
    border-color: #ae0f09;
}
.bg-danger {
    background:#ae0f09;
    color: #fff;
}
.thumbitem {
    background: #FFF;
    padding: 10px;
    text-align: center;
}

.thumbitem img {
    max-width: 100%;
    height: auto;
    max-height: 64px;
}

#c1587 .teaser-text p + p,
#c1587 .teaser-text p {
    margin: 0px 0 15px;
}

.teaser-text .team.aufgabe {
    color: #A9C30C;
    padding-top: 10px;
    display: block;
}

.teaser-text .team.email:before,
.teaser-text .team.phone:before {
    display: inline-block;
    font: normal normal normal 14px/1 'FontAwesome';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
}

.teaser-text .team.email:before {
    content: "\f003";
}

.teaser-text .team.phone:before {
    content: "\f095";
}

.teaser-text span.team.email,
.teaser-text span.team.email a,
.teaser-text span.team.phone {
    color: #AD0F0A;
    font-size: 16px;
}

span.team.email {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    display: block;
    text-overflow: ellipsis;
}

DIV.csc-frame-indent {
    padding-left: 0 !important;
}

DIV.csc-frame-indent p {
    padding-right: 7%;
}
#anmeldungTemplate button{
    display:none;
}
.eventcode-feld {
    margin-bottom: 1rem; 
}

.csc-default.calendar-event-detail.image-no-margins {
    position: relative;
}

.csc-default.calendar-event-detail.image-no-margins .page-header {
    z-index: 9;
    bottom: -90px !important;
}

.csc-default.calendar-event-detail.image-no-margins .page-header h1 span:first-child {
    background-color: #a8c30b;
    font-size: inherit;
    line-height: 1.25em;
    margin-bottom: 0em;
}

.ekon-event-detail.einzeleintrag {
    margin-top: 10px;
}

.ekon-event-detail .csc-header h3 {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px;
}

.ekon-event-detail.restaurant .csc-header-n3 h3:before {
    content: "";
    background: #A8C30C url(../img/cal-teller.svg) center center no-repeat;
    background-size: 80%;
    width: 3em;
    height: 3em;
    text-align: center;
    display: inline-block;
    margin-right: 1em;
    position: relative;
    top: 15px;
}

.menu-content {
    background: #eaf3d2;
    padding: 1em;
}

.einzeleintrag h3 {
    font-weight: bold;
    font-size: 1em;
}

.einzeleintrag .price {
    padding: 0.5em 1em;
    color: #FFF;
    font-weight: bold;
    background: #A8C30B;
    display: inline-block;
}

.ekon-event-detail-sidebar {
    font-size: 1.15em;
}

.ekon-event-detail-sidebar .dataarea {
    margin-left: 4.25em;
}

.ekon-event-detail-sidebar .dataarea p {
    margin: 0;
}

.ekon-event-detail-sidebar .dataarea > br {
    display: none;
}

.ekon-event-detail-sidebar .leaditm {
    margin-bottom: 0.5em;
}

.tx-eevents .icobox {
    background: #A8C30C;
    width: 3em;
    height: 3em;
    text-align: center;
    display: inline-block;
    margin-right: 1em;
}
.tx-eevents .icobox img {
    width: auto;
    height: 60%;
    vertical-align: middle;
    display: inline-block;
    margin: 15% 0;
}
.tx-eevents .kategorien{
    position: absolute;
    left: 0;
    z-index: 3;
    bottom: -1rem;
}
.tx-eevents .kategorien{
    width:48px;
}
.ekon-event-detail-sidebar .leaditm .leaddata {
    font-weight: bold;
    font-size: 1.1em;
    display: inline-block;
    vertical-align: top;
}

.ekon-event-detail-sidebar .host__logo {
    margin: 25px auto 10px;
    width: 60%;
}

.ekon-event-detail-sidebar .subhead {
    color: #fff;
    background: #A8C30C;
    font-weight: bold;
    margin-top: 1em;
}

.ekon-event-detail-sidebar .subitm {
    margin-top: 0.2em;
}

.ekon-event-detail-sidebar .subitm .subname {
    font-weight: bold;
    background: #eaf3d2;
}

.ekon-event-detail-sidebar .subvalue {
    padding: 0.1em 0.3em;
}

.ekon-event-detail-sidebar .comment {
    margin: 1em 0 1em;
}

.ekon-event-detail-sidebar .lastdata {
    display: inline-block;
    vertical-align: middle;
}

.ekon-event-detail-sidebar .leaddata {
    width: 75%;
}

.ekon-event-detail-sidebar .epilog {
    clear: both;
}

.filterbtn img {
    position: relative;
    top: 6px;
}

.tx-eevents .filterlist .filterbtn,
.tx-eevents .filter__option {
    background: #A8C30C;
    padding: 0.1em 1em 0.5em;
    display: inline-block;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    font-size: 1.2rem;
    text-transform: uppercase;
    position: relative;
}

.tx-eevents .filterlist .filterbtn.active {
    opacity: 1.0;
    background: #ac0e1e;
}

.tx-eevents .filter__option .filter__title {
    padding-left: 1.5em;
    background: url(../img/cal-plus.svg) no-repeat left center;
    background-size: 1em;
}

.tx-eevents .filter__option ul {
    position: absolute;
    z-index: 500;
    background: #A8C30C;
    left: 0;
    top: 100%;
    display: none;
    max-width: 550px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .25);
}

.tx-eevents .filter__option ul li {
    padding: 0.5em 1em;
    color: #fff;
    width: 50%;
    float: left;
    font-size: 1rem;
}

.tx-eevents .filter__option:hover {
    background: #ac0e1e;
}

.tx-eevents .filter__option:hover ul {
    display: block;
    min-width: 400px;
}

#mapimg {
    padding: 0;
}

#eventmap {
    width: 100%;
    height: 600px;
}

.tx-eevents .mini_calendar {
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, .25);
    margin-bottom: 50px;
}

.tx-eevents .mini_calendar h4 {
    color: #FFF;
    text-align: center;
    background: #AC0E1E;
    font-size: 20px;
    padding: 5px 0;
}

.tx-eevents .mini_calendar table {
    width: 100%;
}

.tx-eevents .mini_calendar table .calendar-month {
    width: 100%;
    text-align: center;
    background: #97C121;
    font-size: 3rem;
    padding: 14px 0;
}

.tx-eevents .mini_calendar table .calendar-month a {
    color: #FFF;
}

.tx-eevents table th {
    font-weight: normal;
    color: #97C121;
}

.tx-eevents table td {
    color: #DADADA;
    vertical-align: middle;
}

.tx-eevents table td a {
    color: #56564C;
    padding-top: 3px;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
}

.tx-eevents table td.today a {
    border: 1px solid #96C01E;
}

.tx-eevents table td.grey a {
    background: #96C01E;
    color: #FFF;
}

.tx-eevents table td.selected a {
    background: #AC0E1E;
    color: #FFF;
}

.tx-eevents .mini_calendar table th,
.tx-eevents .mini_calendar table td {
    text-align: center;
    font-size: 1.25rem;
    text-align: center;
}

.events .event {
    height: 650px;
    margin-bottom: 30px;
    width: 32%;
    margin-right: 1%;
    float: left;
    background-color: white;
    -webkit-box-shadow: 2px 4px 14px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 4px 14px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 4px 14px -2px rgba(0, 0, 0, 0.5);
    position: relative;
}

.events .event .dateline {
    background: #A8C30C;
    padding: 0.5em;
    color: #fff;
}

.events .event .card-content {
    padding: 10px 20px 20px 20px;
}

.events .event .card-content a {
    width: 50%;
    background: #A8C30C;
    color: #fff;
    outline: 0;
    border: 0;
    height: 40px;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    padding-top: 9px;
    position: absolute;
    bottom: 10px;
}
.card-favourite{
    position:absolute;
    right:.5rem;
    bottom:0;
    color: #AC0E1E !important;
    cursor:pointer;
}
.tx-eevents .csc-default.calendar-event-detail.image-no-margins {
    margin-bottom: 50px;
}

.tx-eevents .headline:first-child h2 {
    font-size: 2.8125rem;
    line-height: 3.874rem;
}

.tx-eevents .events .headline:first-child h2 {
    font-size: 24px;
    line-height: 37px;
}

.tx-eevents .headline.meal__title {
    margin: 20px 0px;
}

.tx-eevents .meal__itm {
    margin-bottom: 1em;
}

.tx-eevents .meal__itm .meal__desc {
    background: #eaf3d2;
    padding: 1em;
}

.tx-eevents .meal__itm .meal__desc p + p {
    margin: 0;
}

.tx-eevents .meal__itm .meal__desc .meal__title {
    font-weight: bold;
}

.tx-eevents .meal__itm .meal__prc {
    background: #A8C30C;
    color: #fff;
    padding: 0.5em 1em;
    display: inline-block;
}

.ekon-event-detail-sidebar .dataarea b {
    font-weight: bold;
    display: block;
    margin-top: 0.65em;
}

.tx-eevents #mapimg img {
    margin: 0;
    width: 100%;
}

.cluster img {
    top: 8px !important;
    left: 9px !important;
}

body.page-1 #eventmap {
    cursor: pointer !important;
}

body.page-1 .filterlist {
    display: none;
}

.tx-eevents .subhead {
    vertical-align: middle;
    font-weight: bold;
    display: inline-block;
}

.panel {
    border: 0 none;
}

.panel-group .panel {
    display: block;
    margin-bottom: 5px;
    border-radius: 0;
}

.panel .panel-heading {
    padding: 0;
}

.panel .panel-heading .page-header {
    padding: 0;
    margin: 0;
}

.panel-group .panel .panel-title {
    font-size: 16px;
    color: #A8C30C;
    background: #e1edbf;
    padding: 10px;
    cursor: pointer;
    line-height: 1rem;
}

.panel .panel-heading .page-header {
    padding: 0;
    margin: 0;
}

.panel-group .panel .panel-title {
    font-size: 16px;
    color: #A8C30C;
    background: #e1edbf;
    padding: 10px;
    cursor: pointer;
    line-height: 1rem;
}

.panel-group .panel .panel-collapse {
    border: solid 2px #A8C30C;
    margin-bottom: 10px;
    -webkit-box-shadow: 2px 4px 14px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 4px 14px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 4px 14px -2px rgba(0, 0, 0, 0.5);
}

#c1741 .csc-header h2 {
    display: block;
}

#c741 > p > a {
    text-align: center;
}

#stickyfooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 93px;
    background: #fff;
    opacity: .9;
    z-index: 100;
    -webkit-box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.1);
    transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

#stickyfooter img {
    float: right;
    margin-top: 15px;
}

#stickyfooter img.small {
    display: none;
}

#stickyfooter span {
    color: #a8c30b;
    display: block;
    margin-top: 25px;
    position: relative;
    float: left;
}

#stickyfooter .container {
    max-width: 90%
}

#gruenerbalken {
    border-top: 1px solid #d3d7bc;
    width: 100%;
    background: #A8C30B;
    height: 30px;
}

#gruenerbalken .inhalt {
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
    color: #FFF;
    padding: 0px 40px 0;
    height: 30px;
    display: inline-block;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    /*margin-left: -55px;*/
    font-size: 20px;
}

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-page__blocker {
    background: #a8c30b;
}

.mm-wrapper_opening [class*="mm-menu_pagedim"].mm-menu_opened ~ .mm-page__blocker {
    opacity: .75;
}

.tx-indexedsearch {
    margin-bottom: 50px;
}

.tx-indexedsearch > div:nth-child(4) > p {
    margin: 30px 0;
    font-size: 13px;
}

.tx-indexedsearch-rules {
    display: none;
}

.tx-indexedsearch select,
input.tx-indexedsearch-searchbox-sword.sword {
    border: 1px solid #a8c30b;
    border-bottom: 3px solid #a8c30b;
    padding: 5px;
    margin: 0 5px 0 0;
    height: 36px;
    font-size: 14px;
}

#tx_indexedsearch > table {
    width: 100%;
    max-width: 280px;
    border-bottom: 1px solid #EEE;
    font-size: 13px;
}

#tx_indexedsearch > table > tbody > tr {
    padding-top: 20px;
    border-bottom: 1px solid #EEE;
}

.tx-indexedsearch-searchbox-button.submit {
    color: #FFF;
    border: 0 none;
    background: #A8C30B;
    padding: 7px;
}

#tx_indexedsearch > table td {
    white-space: nowrap;
    padding: 10px;
    font-size: 11px;
    text-transform: uppercase;
}

#tx_indexedsearch > p > a {
    background: #ae0f09;
    color: #FFF;
    padding: 5px;
}

.tx-indexedsearch-whatis {
    background: rgba(168, 195, 11, 0.2);
    padding: 10px 20px;
    text-align: center;
}

td.tx-indexedsearch-info.info {
    background: transparent !important;
    border-top: 1px solid #a8c30b;
    padding: 10px 0 0 0;
    font-size: 0.9em;
    opacity: 0.75;
}

.tx-indexedsearch-icon.icon {
    padding: 10px 0 0 0;
}

.tx-indexedsearch-icon.icon img {
    position: relative;
    top: 2px;
}

.tx-indexedsearch-descr.descr {
    padding: 0 0 10px 0;
}

.tx-indexedsearch > .tx-indexedsearch-res > .tx-indexedsearch-res {
    padding: 10px;
    font-size: 13px;
}

.tx-indexedsearch > .tx-indexedsearch-res > .tx-indexedsearch-res:nth-child(odd) {
    background: rgba(238, 243, 206, 0.25);
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    color: #ae0f09;
}

.browsebox {
    margin: 20px 0;
}

.browsebox a {
    padding: 7px;
    border: 1px solid;
}

.tx-indexedsearch-browselist-currentPage a {
    background: #a8c30b;
    color: #FFF;
}

#bs-navbar-collapse-1 {
    padding-right: 80px;
}

.navbar-right {
    position: absolute !important;
    right: 0;
}

.navbar-right .dropdown-menu {
    width: 240px;
}

.ausgebucht::after {
    content: "ausgebucht";
    display: block;
    background: #ac0e1e;
    font-size: 12px;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
}
.ee-eventcallist-map{
    position:sticky;
    align-self: flex-start;
    top:138px;
    height:auto;
}
.ee-eventcallist-map.fixed{
    position: fixed;
    top: 150px;
    left: 050%;
    background:#fff;
    z-index:3;
}
.ee-eventcallist .eventcode-feld .badge, .partnerlist .eventcode-feld .badge  {
    border-radius: 50%;
    padding: 2px 5px 0px 5px;
    background: #ae0f09;
    height: 15px;
    width: 15px;
    color: #FFF;
    margin-left: 0.25rem;
    cursor: default; 
}
#map div.partner .text p:not(.card-link){
    display:none;
}
#map div.partner .logo, #map div.partner .text{
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
}
#map div.partner .text{
    align-items: flex-end;
}
#mapSearchHint{
    position:absolute;
    top: 10px;
    left:50%;
    margin-left: -90px;
    padding:8px;
    width:180px;
    background:#ffffff;
    border: 1px solid #a8c30b;
    text-align: center;
}
.navbar-light .navbar-toggler {
    margin: 2rem 0 0 0;
    border: 0 none;
    position: relative;
    /*right: -80px;*/
}
.frame-gallery header,
.frame-gallery .container {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
}

.frame-gallery header {
    margin-bottom: 1rem;
}

.frame-gallery .container {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 3rem;
}

.frame-gallery .container a:hover {
    text-decoration: none;
}

.frame-gallery img {
    margin-top: .75rem;
    margin-right: .5rem;
    margin-bottom: 2rem;
    width:100%;
}

.frame-gallery .thumb {
    position: relative;
}

.frame-gallery .thumb span {
    position: absolute;
    left: 1rem;
    bottom: 0;
}
@media all and (max-width: 991px) {
    .news-list-item time {
        left: -13px;
    }
    .footer-section {
        margin-bottom: 0; 
    }
    .news-list-view h3  {
        margin-bottom: 0 !important;
        height: auto; 
        padding: 0px 10px !important;
    }
    .news-list-view h3 a {
        font-size: 17px;
        line-height: 22px;
    }
    #slider-start {
        display: none; 
    }
    #c1551 > p {
        padding: 2rem; 
    }
    #c1532 {
        margin-top: 6rem; 
    }
    #c1552 > p > a {
        margin: 0 0 -10px 0;
    }
    .news-list-view {
        display: block; 
    }
    .searchbar-toggler  ,
    .nav.navbar-nav {
        display: none;
    }
    .carousel-caption {
        font-size: 11px;
    }
    h2,
    h3,
    h4,
    h5,
    h6 {
        display: block;
    }
    h2 em,
    h3 em,
    h4 em,
    h5 em,
    h6 em,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br,
    h2 i,
    h3 i,
    h4 i,
    h5 i,
    h6 i {
        display: none;
    }
    .news .article h3 {
        overflow: hidden;
        display: block;
        font-size: 13px;
    }
    .green-green-back-of-home {
        margin-left: -30px;
    }
    footer > div > .row > [class*="col-"] + [class*="col-"] {
        border-top: 65px solid #A8C30B;
    }
    .events .event {
        width: 48%;
    }
    #bs-navbar-collapse-1 .navbar-nav:first-child>li:last-child a {
        display: block;
    }
    .tx-eevents .kategorien{
        bottom:-1.5rem;
    }
}
@media (min-width:992px){
    #c1558 > div > div > div > div > figure > div > picture > img {
        max-width:250px;
    }
}
@media all and (max-width: 767px) {
    .article.box-shadow {
        width: 100%;
        float: none;
        margin: 0 0 2% 0 !important;
        height: 420px;
    }
    section.main-content {
        top: 60px;
    }
    .page-57 .news-list-view .article {
        width: 100%;
        float: none;
        margin: 0 0 5% 0 !important;
    }
    .events .event {
        width: 100%;
    }
    #stickyfooter img {
        display: none;
    }
    #stickyfooter img.small {
        display: block;
    }
}

#mapimg {
    height: 450px;
}

#ekondetailmap {
    width: 100%;
    height: 400px;
}

#mapimg #route {
    position: relative;
    top: -60px;
    left: 20px;
    padding: 7px;
    border-radius: 5px;
    border-left: 1px solid #bbb;
    border-top: 1px solid #777;
    width: 250px;
    font-size: 11px;
    background: url(../img/hg-route.png) #FFF no-repeat 98% center;
    padding-right: 30px;
}

#routedetail {
    position: relative;
    top: -140px;
    left: 20px;
}

#routedetail a {
    background: #DDD;
    padding: 5px 14px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .25), inset 0px 10px 3px rgba(255, 255, 255, .75);
}

div.disclaimer,
div.disclaimerhinweis {
    background-color: rgba(168, 195, 11, 0.95);
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

div.disclaimerhinweis {
    bottom: 192px;
}

div.disclaimer .container,
div.disclaimerhinweis .container {
    padding: 10px 0;
    position: relative;
}

div.disclaimer a,
div.disclaimerhinweis a {
    background-color: #ae0f09;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
    cursor: pointer;
}

div.disclaimer a:hover,
div.disclaimerhinweis a:hover {
    text-decoration: none;
}

div.disclaimer a.dismiss,
div.disclaimerhinweis a.dismisshinweis {
    display: inline-block;
    right: 10px;
    padding: 2px;
    color:#fff;
}

div.disclaimer a.datenschutz {
    display: block;
    right: 60px;
    line-height: 40px;
    padding: 0 40px;
}

div.disclaimer a i.fa,
div.disclaimerhinweis a i.fa {
    display: block;
    font-size: 38px;
    color: #fff;
}

div.disclaimer p,
div.disclaimerhinweis p {
    line-height: 1.67em;
    font-size: 18px;
    color: #ffffff;
    width: calc(100% - 300px);
    margin: 0;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .tx-eevents .mini_calendar caption.calendar-month {
        font-size: 1.5rem;
    }
    .breadcrumb {
        display: none;
    }
    .tx-eevents .filterlist .filterbtn,
    .tx-eevents .filter__option {
        margin: 0 0 5px;
        position: static;
        padding: 0.2em;
        font-size: 1rem;
        display: block;
    }
    .tx-eevents .filterlist {
        margin-top: -30px;
        margin-bottom: 90px;
    }
    #page-footer {
        margin-top: 100px;
    }
    #stickyfooter {
        font-size: 80%;
    }
    div.disclaimer p {
        width: 100%;
        font-size: 90%;
        padding: 50px 20px 10px 20px;
    }
    div.disclaimer a.datenschutz {
        position: relative;
        right: initial;
        top: initial;
        transform: none;
        max-width: 200px;
        text-align: center;
        margin: 15px auto 20px;
    }
    div.disclaimer a.dismiss {
        position: absolute;
        top: 30px;
        right: 20px;
    }
}

.footer-links ,
.copyright  {
    display: none; 
}

.navbar-light .searchbar-toggler-icon {
    background: url(../img/hg-search.png) no-repeat 0px -3px;
    width: 56px;
}

.btn.btn-danger {
    border-radius: 0; 
    background-color: #ae0f0a;
}

.icobox .icon {
    margin: 0.75rem 0 0 0 !important;
}
#stickysidebar{
    position: fixed;
    top: 50%;
    margin-top: -150px;
    left: 0px;
    z-index: 999;
    transition: all 0.2s;
    box-shadow: 3px 25px 7px 0px rgba(0,0,0,.2);
}
#stickysidebar li{
    width: 40px;
    height: 40px;
    background: #a8c30b;
    transition: all 0.2s;
}
#stickysidebar:hover {
    left: 0px;
    margin-top: -170px;
}
#stickysidebar:hover li {
    width: 60px;
    height: 60px;
}
#stickysidebar img{
    width:100%;
    height:100%;
}
#stickysidebar li a {
    transition: all 0.2s;
    display: block;
    background: #a8c30b;
}
#stickysidebar li a:hover img {
    opacity: 0.5;
}
#cookie-bar{
    display:none !important;
}
#page_255 .card img{
    max-width:100%;
    height:auto;
}
#disclaimerModal label{
    margin-right:.5rem;
}


/* eventcal */
.se-pre-con {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(preload.gif) center no-repeat rgba(255,255,255,1);
    background: #fcfaf7;
}

.ee-eventcallist-topevent-item-link {
    flex-direction: column; 
}

.ee-eventcallist-topevent-item-link h3 {
    min-height: 70px !important;
}

.ee-eventcallist input  {
    box-shadow: none !important; 
}

.ee-eventcallist .form-control:focus {
    border-color: #a8c30b;
}

.ee-eventcallist-topevent-item-header {
    font-size: 16px; 
    margin: 0; 
    position: relative;  
}

.ee-eventcallist-topevent-item {
    margin: 0.25rem; 
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);    
    overflow: hidden; 
}

.ee-eventcallist-topevent-item img {
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    width:100%;
}

.ee-eventcallist-topevent-item:hover img {
    transform: scale(1.1);
    filter: brightness(120%);
}

.ee-eventcallist-topevent-item-date {
    background: #ae0f09;
    color: #fff;
    position: absolute;
    font-size: 12px;
    padding: 0.1rem 0.25rem;
    top: 0.75rem;
    z-index: 1; 
}

.ee-eventcallist-topevent-item-link{
    overflow:hidden;
    position:relative;
}

.ee-eventcallist label {
    font-size: 13px; 
    color: #a8c30b; 
}

.ee-eventcallist .dateboard {
    opacity: .5  ;
    transition: all 0.25s; 
}

.ee-eventcallist .dateboard.active {
    opacity: 1  
}

.slick-dots li.slick-active button:before {
    color: #ae0f09;
    opacity: 1; 
}

.slick-dots li button:before {
    font-size: 15px; 
    color: rgb(168, 195, 11);
    opacity: 1; 
}

@media (max-width: 480px)  { .slick-dots { display: none !important ; }  }

.slick-prev:before, .slick-next:before {
    color: #ae0f09;
    font-size: 40px; 
    font-family: arial  ;
    top: -15px;
    position: relative; 
}

.slick-next:before {
    content: '›';
}

.slick-prev:before {
    content: '‹';
}

input[type="range"]{
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 6px;
    height: 6px;
    outline: none; 
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0.2, #a8c30b),
        color-stop(0.2, #C5C5C5)
        );
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background-color: #E9E9E9;
    border: 1px solid #CECECE;
    height: 20px;
    width: 20px;
    border-radius: 50%; 
}

#ee-eventcallist-radius {
    position: relative;
    top: -0.25rem;
}

#ee-eventcallist-radius-value {
    text-align: center;  
    font-size: 14px; 
    color: #a8c30b;
}

.ee-eventcallist-range {
    top: -0.5rem; 
    position: relative;
    font-size: 14px; 
}

.input-group-prepend .input-group-text {
    background-color: #a8c30b;
    border-color: #a8c30b;
    color: #FFF; 
}

#map {
    background: url(/fileadmin/events/mapscreen.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 600px;
    max-height:600px;
}
#map .alert{
    margin-top:4rem;
    font-size:80%;
}
#ee-eventcallist-dateselect-menu, #ee-eventcallist-kategorie-menu {
    visibility: hidden; 
    list-style: none;
    font-size: 13px;
    position: absolute;
    background: #FFF;
    padding: 1rem 1rem 0rem;
    z-index: 9;
    border: 1px solid #ced4da;
    border-top: 0 none;
    left: -1px;
    right: -1px;
}

#ee-eventcallist-dateselect-menu li, #ee-eventcallist-kategorie-menu li {
    cursor: pointer; 
}

#ee-eventcallist-dateselect-menu li:hover, #ee-eventcallist-kategorie-menu li:hover  {
    color: #a8c30b;
}

#ee-eventcallist-dateselect-menu.opened, #ee-eventcallist-kategorie-menu.opened {
    visibility: visible; 
}

.ee-eventcallist input.date-range {
    font-size: 13px;
    padding: .375rem .25rem .375rem .5rem;
}

.ee-eventcallist-dateselect-selected a, .ee-eventcallist-kategorien a  {
    cursor: pointer; 
    display: block; 
    position: relative; 
}

.ee-eventcallist-dateselect-selected a:hover, .ee-eventcallist-kategorien a:hover {
    color: #a8c30b; 
}
.ee-eventcallist-dateselect-selected span, .ee-eventcallist-kategorien span {
    font-size: 10px;
    color: #FFF;
    position: absolute;
    right: -16px;
    top: -6px;
    background: #a8c30b;
    height: 35px;
    width: 35px;
    padding-top: 10px;
    border-radius: 0 3px 3px 0;
    text-align: center;
}

.ee-eventcallist-dateselect-selected i, .ee-eventcallist-kategorien i {
    font-style: normal; 
    font-size: 14px; 
}

#ee-eventcallist-dateselect, #ee-eventcallist-kategorieselect {
    border: 1px solid #ced4da;
    padding: 0.33rem 1rem;
    border-radius: 4px;
    position: relative;
}

input[type="date"] {
    text-transform: uppercase; 
}

input[type="date"]::-webkit-inner-spin-button{
    display: none;
}

.ee-eventcallist-filterlist {
    display: flex;
    font-size: 14px; 
    margin-bottom: 0.5rem; 
    text-align: center;
}

.ee-eventcallist-filterlist a  {
    background: #a8c30b;
    color: #FFF; 
    flex-grow: 1; 
    transition: all 0.2s;
}

.ee-eventcallist-filterlist a:hover  {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.ee-eventcallist-filterlist a div {
    background: #a8c30b;
    color: #FFF; 
    text-align: center;
}

.ee-eventcallist-filterlist a  {
    cursor: pointer; 
}

.filterbtn.Alle span { 
    padding: 0 0.5rem;
}

.ee-eventcallist-filterlist a .active  {
    background: #ae0f09;  
}

.ee-eventcallist-filterlist a + a  {
    margin-left: 0.25rem;    
}

.ee-eventcallist .eventcode {
    font-size: 10px;
    position: absolute;
    color: #FFF;
    top: -10px;
    right: 4px;
    opacity: .5;
}

.eventcode-anleitung {
    font-size: 14px; 
}

a[data-toggle="tooltip"]:after {
    display: none; 
}

.ee-eventcallist-result {
    padding: 1rem 0.5rem 0;  
}

.ee-eventcallist-result .card {
    padding: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    overflow:hidden;
}

.ee-eventcallist-result .card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.22);
}

.ee-eventcallist-result .card-title {
    font-size: 16px;
    margin: -7px -10px -5px -10px;
    padding-bottom: 7px;
    min-height: 70px;
}

.ee-eventcallist-result .card-text {
    font-size: 14px;
    line-height: 1.4; 
    flex-grow: 1;
    padding-top: 0.25rem;
    margin-bottom: 0;
}
.image-embed-item{
    max-width: 100%;
    height: auto;
}
.ee-eventcallist-result .card-link {
    font-size: 14px;
    padding: 0; 
}

.ee-eventcallist-result .card-body  {
    flex-direction: column; 
    padding: 0px 10px 5px 10px;
}
.ee-eventcallist-result .card-img-top{
    min-height:124px;
}

#weiter {
    text-align: center; 
}

#weiter span {
    font-size: 13px;
    opacity: .5; 
}

.slick-dots {
    bottom: -32px;
}

.ee-eventcal-no-results {
    text-align: center; 
    font-size: 15px; 
    font-weight: 400; 
    width: 100%; 
    margin: 3rem; 
}

.ee-eventcallist-left  {
    flex-direction: column;
    margin-top: -0.5rem; 
}

#ee-eventcallist-result {
    position: relative; 
    min-height: 300px;
}

.ee-eventcallist-resultcontainer {
    height: 100%;
}

.ee-eventcal-loader {
    position: absolute; 
    left: 0;
    right: 0; 
    top: 0; 
    bottom: 0;
    background: rgba(255,255,255,.8); 
    z-index: 9;
}

.ee-eventcal-spinner {
    position: absolute;
    left: 50%;
    margin-left: -42px;
    z-index: 9;
    top: 50%;
    margin-top: -42px;
}

.gm-style-iw-d .ee-eventcallist-result {
    max-width: 100%;
}

.gm-style-iw-d .ee-eventcallist-result .card {
    box-shadow: none; 
    border: 0 none; 
}

#map > div > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(4) > div > div > div > div > button  {
    top: 2px !important; 
    right: 2px !important;  
}

.gm-style .gm-style-iw-c {
    max-width: 350px !important; 
}

.eventdetail-aside .box-shadow {
    height: auto; 
}

.tx-eevents .box-shadow {
    padding: 0; 
    height:auto;
}
.ce-textpic{
    margin-top:1rem;
}
.ce-textpic .ce-bodytext{
    margin-top:-.75rem;
}
.calendar-event-detail.csc-default.image-no-margins .csc-textpic {
    margin: -2rem -1rem 3rem -1rem;
}
.calendar-event-detail .csc-header {
    position: absolute;
    padding: 0 0 20px 0;
    margin-bottom: 0px;
    bottom: 25px;
    min-width: 67%;
    margin-left: 40px;
}

.tx-eevents .eventdetail-aside #mapimg {
    height: 460px;
    margin-top: 3rem;
}

.ribbon{
    width: 200px;
    background: #ae0f09;
    color: #fff;
    position: absolute;
    text-align: center;
    top: 25px;
    line-height: 30px;
    right: -50px;
    left: auto;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.eventdetail-aside .ribbon{
    line-height: 50px;
    font-size:115%;
    font-weight:bold;
}
.frame-gebietheader{
    position: relative;
}
.frame-gebietheader header{
    position:absolute;
    top:560px;
    left:25px;
    padding:5px 10px;
}
.frame-gebietheader header h1{
    bottom: 25px;
    color: rgb(255, 255, 255);
    margin-bottom: 0px !important;
    display: inline;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    line-height:2.75rem;
    background-color: rgb(168, 195, 11);
    padding:5px 10px;
    z-index: 2;
    position: relative;
}
.frame-gebietheader  .ce-bodytext{
    margin-top:50px;
}
