/*****IDD Custom.css*****/

#Mod163 .section-top-desc.lead {
    max-width: 1300px;
}

.head_t {
    background: #69b023;
    color: #fff;
}

  table {
  border: 2px solid #69b023;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;

}

table tr {
  background-color: #f8f8f8;
  border: 2px solid #69b023;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 800px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #69b023;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}


/** Team **/

.acm-teams.style-1 .member-ele .picture {
    max-height: 500px;
}

/* Container vorbereiten */
.member-ele .picture {
    position: relative;
    overflow: hidden;
}

/* Overlay selbst */
.member-ele .desc-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    background: rgba(86,86,86,0.7);
    color: #fff;
    padding: 20px;

    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s ease;
}

/* Beim Hover anzeigen */
.member-ele .picture:hover .desc-overlay {
    opacity: 1;
    transform: translateY(0);
}


/** End Team **/


.Ferienzeiten {
    border: 3px solid #69b023;
    padding: 20px 30px 20px 30px;
}

.Ferienhr {
    color: #69b023;
    margin: 0rem 0.5rem 0.8rem 0.5rem;
    opacity: 0.5;
}

.category-name a {
    display: none;
}

.blog .items-row .item .item-content, .blog-featured .items-row .item .item-content {
    border-bottom: 5px solid;
    border-color: #69b023;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/** Coloring **/

:root {
  --primary: #69b023;
  --secondary: #0a71b4;
  --third: #000;
  --decent: #999;
  --heading-colors: #757474;
  --heading-colors2: #000;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: var(--heading-colors);
}

#Mod114 h3 {
    color: var(--secondary);
}

span.h1.main-title {
    color: var(--primary);
}

h3.module-title {
    color: var(--secondary);
}

#Mod128 .sub-title {
    color: var(--secondary);
}


/* use code: color: var(--primary); */

/** End Coloring **/



/** Fonts **/

/* Falls kein JA Font Component möglich */
/* fonts folder hier erstellen:
/templates/templatename/local/css/fonts/
darin die Fonts ohne Ordner ablegen und obigen Code im Webfonts helper hinterlegen und den darin generierten Code hier her kopieren */



/** End Fonts **/



/** Header **/

@media only screen and (max-width: 500px) {
.mobile-not {
  display: none;
}
  }

.centering {
    position: relative;
    left: -10px;
}

@media only screen and (max-width: 991px) {
.centering {
    left: 0px;
}
  }

.t4-header-r.d-flex.align-items-center {
  
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 991px) {
.t4-header-r.d-flex.align-items-center {
    flex-direction: inherit;
}
  }

button.navbar-toggler {
    display: none;
}

div#t4-hero .container {
    max-width: 1925px;
}

@media only screen and (max-width: 1219px) {
.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
    padding: 20px 9px;
}
  }

@media only screen and (max-width: 1086px) {
.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
    padding: 20px 5px;
}
  }

@media only screen and (max-width: 1036px) {
#t4-megamenu-mainmenu a.nav-link {
    font-size: 13px;
}
  }

.t4-offcanvas .t4-off-canvas-header {
    background: #fff;
}

.t4-offcanvas {
    background: #fff;
}

.t4-megamenu .dropdown-menu {
    background: rgb(255 255 255 / 100%);
}

.t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .navbar-nav .nav-item .dropdown-menu {
    background-color: #fff;
}

header.header-block {
    padding: 0.5rem 0 !important;
}

.navbar-brand .logo-img {
    max-height: 100px;
    width: auto;
    position: relative;
    z-index: 9;
    top: -5px;
}

@media only screen and (max-width: 1142px) {
.navbar-brand .logo-img {
    max-height: 80px;
}
  }

.menuimg {
  margin-right: 8px;
}


/** End Header **/



/** Sections **/

.acm-features.style-1 .features-item {
    min-height: 620px;
}

#Mod114 .section-title-wrap .section-top-desc {
    max-width: 1200px;
}

div#Mod174 {
    background: linear-gradient(to bottom, transparent, var(--primary) 0%, var(--secondary) 100%, transparent);
}

@media only screen and (max-width: 960px) {
div#Mod174 {
  display: none;
  }
   }

/** End Sections **/



/** Footer **/

/** End Footer **/



/** Overrides **/

.acm-features.style-1 .features-item .link-mask {
    z-index: 9999;
}

.acm-features.style-1 .features-item:before {
    background: linear-gradient(to top, var(--body-bg-color) 5%, transparent 40%);
}

.ja-masthead.has-bg:before {
    background: linear-gradient(180deg, rgba(225, 225, 225, 0) 65%, #fff 105.23%);
}

.ja-masthead.blend-masthead .ja-masthead-detail .page-header h2 a, .ja-masthead.blend-masthead .ja-masthead-detail .page-header .h2 a {
    text-shadow: 2px 2px black;
}

h2.ja-masthead-title {
    text-shadow: 2px 2px black;
}

body.modal-open .modal.book-modal .modal-content {
    background: #fdfdfd;
    border: 2px solid var(--color-primary);
}

body.modal-open .modal.book-modal .modal-content .book-order h3, body.modal-open .modal.book-modal .modal-content .book-order .h3 {
    font-size: 19px;
}

@media only screen and (max-width: 991px) {
body.modal-open .modal.book-modal .modal-content .book-order h3, body.modal-open .modal.book-modal .modal-content .book-order .h3 {
    font-size: 16px;
}
  }

/** End Overrides **/


/** Timeline **/

.jux-tl-item .jux-tl-time {
    font-size: 35px;
}

@media only screen and (max-width: 767px) {
.jux-tl-item .jux-tl-time {
    font-size: 30px;
}
  }

h2.jux-tl-title {
    margin-top: 0.5rem;
    text-decoration-line: underline;
    text-decoration-color: white;
}

.jux-tl-item h2 a {
    font-size: 24px;
    color: white;
}

.jux-tl-info {
    background: none repeat scroll 0 0 #68AF22;
    padding: 15px 40px;
}

@media (min-width: 767px) {
.jux-tl-item.right .arrow {
    border-right-color: var(--secondary);
}
  }

@media (min-width: 767px) {
.jux-tl-item.left .arrow {
    border-left-color: var(--secondary);
}
    }

@media (max-width: 767px) {
    .jux-tl-item.left .arrow, .jux-tl-item.right .arrow {
        border-bottom-color: var(--secondary);
    }
}

.jux-tl-item .jux-tl-desc {
    color: white;
}

/** End Timeline **/


/*** Classes ***/


.filtering {
    filter: contrast(2.5);
}


.aussen-center {
    align-content: center;
}


/* Buttons */

.button-idd {
  background-color: #F39200;
  border: 2px solid #F39200;
  border-radius: 5px;
  color: #fff;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 4px 2px;
  cursor: pointer;
}

.button-idd:hover {
  background-color: #7AB937;
  border: 2px solid #7AB937;
  color: #fff;
}

.colorpoint {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.colorpoint:hover {
  transform: scale(1.1) rotate(3deg);
  filter: brightness(0.7);
}

.price-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* End Buttons */

.share-social {
    display: none;
}

/*** End Classes ***/