/**
 * =============================================================================
 * Anpassungen in diese Datei
 * ==========================================================================
 */

.ios .jarallax {
    background-size: cover;
    background-attachment: scroll;
}

.mainmenu ul li span.new {
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 5px;
    background: red;
    color: #fff;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
    float: right;
}

.submenulr ul li span.new,
.customNavi-lr span.new {
    display: none;
}

.navititle {
    display: block;
    font-weight: normal;
    font-size: 12px;
}


/* fuer alle Geraete-Klassen */

/*Cookiebar*/
.contao-cookiebar .highlight .cc-btn.success {
  background: #057816;
}

/*files*/
.image_container .caption {
  background-color: rgba(255, 255, 255, .6);
  font-size: .7em;
}

/*Submenu links*/
.submenulr a.trail {
  color: #057816;
}
    
/*Trennlinie Herkulessäulen*/
.cts-element_divider hr.divider_14 {
  top: 70%;
  background-color: #057816;
}

/*Öffnungszeiten*/
.ctsopeninghours .day {
  border-bottom: 1px solid rgba(0,0,0,.08);
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 1em;
}
.ctsopeninghours .text {
  font-size: 1em;
}
/*Events*/
.events h2 {
  font-size: 1.25em;
}
.mod_eventlist .time {
  display: none;
}
.mod_eventlist .header {
  margin-bottom: 15px;
  padding-bottom: 0px;
  font-size: 1.125em;
  font-weight: 700;
  color: #057816;
  border-bottom: 0px;
}
.mod_eventlist .ce_text {
  margin-bottom: 0px;
  border-bottom: 0px;
}
.mod_eventlist .layout_teaser {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #057816;
}
.mod_eventreader .info {
  font-size: 1em;
  font-weight: 700;
  color: #057816;
}

/*Abstände links rechts*/
.pad10 {
  padding: 10px 0 0 10px;
}
.pad20 {
  padding: 20px 0 0 20px;
}
.pad30 {
  padding: 30px 0 0 30px;
}
.pad40 {
  padding: 40px 0 0 40px;
}
/*ueberlappende Elemente*/
.ce_ctsoverlappingelementswrapper {
  display: flex;
  max-width: 1600px;
  margin: auto;
  gap: 1rem;
}

.figure.effectlily .figcaption > div.link {
    height: 100%;
    margin-top: 0;
}

.figure.effectlily .figcaption > div.link a {
    font-size: 0;
}

/*Animated scroll mouse*/
.scrolllink.textbutton.akzentcolor a {
    color: #fff;
    border: 3px solid #fff;
    border-radius: 27px;
    margin-top: 50px;
    background-color: rgba(0,0,0,0.4);
}

/*Newsboxen in Parallax auf Home*/

.paranews .layout_latest_cts .inside {
background-color: rgba(255, 255, 255, 0.9);
}
.paranews .layout_latest_cts h2 a {
  color: #1e1e1e;
}
.paranews .layout_latest_cts p {
  color: #1e1e1e
}
.layout_latest_cts .inside {
  border: 1px solid #057816;
  background-color: rgba(255, 255, 255, 0.9);
}
.paranews h2 {
	color: #fff;
	padding-top: 15px;
}
.paranews .md-4 .isotope-item {
  padding-left: 20px;
  padding-right: 20px;
}
.paranews a {
	color: #1e1e1e;
}

.paranews body {
  color: #1e1e1e;
}
.paranews .ce_ctsleadertext .divider.version3 .dividerfirst::before {
  color: #1e1e1e1;
  font-size: 1.5em;
}
.paranews .ce_ctsleadertext .divider.version3::after, .ce_ctsleadertext .divider.version3::before {
  display: none;
}
.paranews .ce_ctsleadertext .subheadline {
  font-size: 1.5em;
  font-style: normal;
  color: #fff;
}
/*Portfolioi V2 - Erlebnisse*/
.portfolio-v2 .content .inner .subheadline {
  display: none;
}
.portfolio-v2 .content .inner h2 a {
  font-size: 0.8em;
}

/*Newslist Simple im Footer */
.layout_simple time {
  display: none;
}

/*Events*/
.mod_calendar td .event {
  font-size: 1.25em;
}

/*Mitgliedsbereich*/
.mod_personalData fieldset input, .mod_registration fieldset input {
  background-color: #e8e8e8;
}

/*Tabellen*/
table td {
  border-top: 1px solid #057816;
  font-size: 1em;
}
table {
  width: 90%;
  margin-bottom: 10px;
  border-bottom: 2px solid #057816;
}
/* fuer tablets und groessere Displays*/

@media only screen and (min-width: 768px) {
.header .bxsmall .bx-viewport {
  border: 10px solid #e5e8ee;
    }
.vertical.showcase.nav li a .content span {
  font-weight: 700;
  text-transform: uppercase;
}
.ce_ctstabs.hovershowcase ul.nav li.active a .content {
  color: #fff;
}
.ce_ctstabs.hovershowcase ul.nav li:hover a .content {
  color: rgba(255,255,255,0.4);
  }
.mainmenu ul ul li:hover ul.level_3 {
  left: -100%;
}
}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width: 992px) {
/*.mainmenu ul ul li:hover ul.level_3 {
  left: -100%;
}*/
.mainmenu {
display: none;
}

.mod_mobile_menu, a.nav-mobile {
display: flex;
}
}

@media only screen and (min-width: 1200px) {
/*.mainmenu ul ul li:hover ul.level_3 {
  left: -100%;
}*/
.mainmenu {
        display: unset;
    }

    .mod_mobile_menu, a.nav-mobile {
        display: none;
    }
}

/* fuer desktop */
@media only screen and (min-width: 1025px) {
.mainmenu ul ul li:hover ul.level_3 {
  left: -100%;
}
#logo {
  margin-top: 15px;
}

}

/* fuer Smartphones */
@media only screen and (max-width: 767px) {
    .center .image_container {
        display: flex;
        justify-content: center;
    }

/*Navi Left menu*/    
    aside .widget {
    display: none;
  }
}
