@charset "utf-8";

.cb_template.qtip-modal.qtip-fixed .cbft_textarea,
.cb_template.qtip-modal.qtip-fixed .form-group.row.no-gutters.cb_form_line,
.cbUserListHead .cbUserListResultCount {
  display:none !important;
}


/* USERGROUPS */

/* CB Kommentar verfassen */
body.group3 form.eb-comment-form {
  display: block !important;
}

/* CB Kommentar Hinweis */
body.group2 .eb-comments .eb-comments-empty:after {
  display: block !important;
  content: "Diese Funktion steht nur PLUS-Mitgliedern zur Verfügung – mache jetzt ein Upgrade über dein Dashboard!";
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
}
body.group2 .eb-comments DIV.eb-comment:last-child:after {
  display: block !important;
  content: "Die Kommentarfunktion steht nur PLUS-Mitgliedern zur Verfügung – mache jetzt ein Upgrade über dein Dashboard!";
  font-weight: 700;
  font-size: 15px;
  margin-top: 50px;
  padding-left: 35px;
}

/* CB Beitrag verfassen */
body.page_bg1455 a.uk-button-small,
/* CB Kommentar verfassen */
form.eb-comment-form,
/* CB Kommentar Hinweis */
body.group3 .eb-comments .eb-comments-empty:after,
body.group3 .eb-comments DIV.eb-comment:last-child:after,
/* CB Kommentar Antwort-Link */
body.group2 .eb-comment-reply {
  display: none !important;
}

/* CB Kommentar Antwort-Link */
body.group3 .eb-comment-reply,
/* CB Beitrag verfassen */
body.page_bg1455.group3 a.uk-button-small {
  display: inline-block !important;
}


/* HEADER + HEADLINES */

.uk-heading-small, .uk-heading-medium, .uk-font-tertiary {
  /*color: #f18754;*/
  line-height: 0.9em;
}
.uk-heading-medium.uk-font-tertiary {
  font-size: 40px;
  font-weight: 600 !important;
}
.uk-heading-xlarge.uk-font-tertiary {
  font-size: 50px;
  font-weight: 600 !important;
  letter-spacing:0.03em;
}
h1.uk-article-title {
  margin-bottom: 0.5em !important;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  padding: 1em 0;
}
.uk-background-norepeat {
  margin-top:-26px;
}
body.page_bg1418 .uk-heading-line {
  margin-top: 1.5em;
}
.tm-header, .tm-header-mobile, #mobile-nav {
  z-index:9;
}


/* START EVENTS / BRANCHENBUCH / BLOG */

.jbd-container.events .col-12,
.jbd-container.listings .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
body.page_bg354 .eb-mod {
  display:block;
}
body.page_bg354 #eb .mod-item {
  flex: 0;
  max-width: 100%;
  padding-top: 1em;
}
body.page_bg354 #eb .mod-item {
  margin-right: 0;
}
body.page_bg354 #eb .mod-item:last-child {
  margin-right: 0;
}
body.page_bg354 #eb .mod-item + .mod-item {
  border-top: 0;
  margin-top: 0;
  padding-top: 1em;
}
body.page_bg354 #eb.eb-mod * {
  line-height: 20px;
}

.jbd-container.listings .jitem-card .jitem-body .jitem-bottom .p-3 {
  background-color: #fcf8eb !important;
}
.jbd-container.listings .jitem-card .jitem-body {
  border: 0;
}
body.page_bg354 .jbd-container .jitem-card .jitem-body .jitem-desc {
  display:none;
}
.uk-card-blog {
  margin-top: 2.5em;
}
.uk-card-title {
  text-align:center;
}


/* BUTTON */

.jbd-container .btn-success {
  background-color: #65b6d4;
  border-color: #65b6d4;
}
.jbd-container .btn-success:hover {
  color: #fff;
  background-color: #f4b539;
  border-color: #f4b539;
}


/* ETIKETTEN / KLINKER */

.jbd-container .bg-dark {
  background-color: #c3d23f !important;
}
/*
.jitem-body-content {
  border-left: 1px solid #f18754;
  border-right: 1px solid #f18754;
  border-radius: 0;
}
.jitem-bottom {
  border-bottom: 1px solid #f18754;
  border-left: 1px solid #f18754;
  border-right: 1px solid #f18754;
  border-radius: 5px;
}
.jitem-img-wrap {
  border-top: 1px solid #f18754;
  border-left: 1px solid #f18754;
  border-right: 1px solid #f18754;
  border-radius: 5px;
}*/
.jitem-card .jitem-body .jitem-bottom .p-3 {
  background-color: #f1f1f1 !important;
}


/* USER LIST

.cbUserListHead {
  margin-bottom: 3em;
}

.cb_template #cbUserTable .pb-3,
.cb_template #cbUserTable .py-3 {
  padding-bottom: 2rem !important;
}
.cb_template #cbUserTable .pl-2,
.cb_template #cbUserTable .px-2 {
  padding-left: 1rem !important;
}
.cb_template #cbUserTable .pr-2,
.cb_template #cbUserTable .px-2 {
  padding-right: 1rem !important;
}

.cbUserListRow[data-id="77"]:before,
.cbUserListRow[data-id="26555"]:before {
  position: absolute;
  right:auto;
  left:50%;
  top:-22px;
  margin-left: -42px;
  font-size: 0.9rem;
  padding: .4em 0.8em 0.5em 1em;
  background-color: #f18754 !important;
  color: #fff;
  z-index:10;
  content:"jaii! Team";
  border-radius:5px;
}
.cb_template .cbUserListRow[data-id="77"] .img-thumbnail,
.cb_template .cbUserListRow[data-id="77"] .card,
.cb_template .cbUserListRow[data-id="26555"] .img-thumbnail,
.cb_template .cbUserListRow[data-id="26555"] .card {
  border: 1px solid #f18754;
}*/


/* SLIDER */

.slider-lg-display {
    display:none !important;
  }
  .slider-sm-display {
    display:block !important;
  }

.uk-padding-remove-vertical {
  margin-top: -26px;
}

.uk-padding {
  padding: 40px !important;
}
.uk-slideshow-items h3 {
  color: #fff !important;
  font-family: Roboto;
  font-weight: 400;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.4), 0px 0px 15px rgba(0,0,0,0.4), 0px 0px 25px rgba(0,0,0,0.4);
  font-size: 24px;
  margin: 0 0 10px 0;
}
.uk-slideshow-items h2 {
  font-family: 'Indie Flower';
  color: #fff !important;
  letter-spacing:0.01em;
  font-size: 1.8em;
  letter-spacing:0.01em;
  line-height: 0.9em;
  margin-top:0;
  font-weight: 600;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.4), 0px 0px 15px rgba(0,0,0,0.4), 0px 0px 25px rgba(0,0,0,0.4);
}
.uk-slidenav {
  color: rgba(255,255,255,.8);
}
.uk-slidenav:hover {
  color: #fff3cc;
}

/* ------------------------------------
   RESPONSIVE
   ------------------------------------*/

@media screen and (min-width: 640px) {
  .uk-padding {
    padding: 80px !important;
  }
}

@media screen and (min-width: 800px) {
  .jbd-container.events .col-12,
  .jbd-container.listings .col-12 {
    flex: 0 0 33.333333%;
    max-width: 100%;
  }
  body.page_bg354 .eb-mod {
    display:flex;
  }
  body.page_bg354 #eb .mod-item {
    margin-right: 2em;
  }
  body.page_bg354 #eb .mod-item {
    flex: 0 0 30%;
    max-width: 100%;
  }
  .uk-heading-medium.uk-font-tertiary {
    font-size: 50px;
  }
  .uk-heading-xlarge.uk-font-tertiary {
    font-size: 70px;
    font-weight: 600;
  }
  .uk-slideshow-items h2 {
    font-size: 2em;
  }
  .uk-h1.uk-font-tertiary, .uk-font-tertiary h1 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .cbUserListRow[data-id="77"]:before,
  .cbUserListRow[data-id="26555"]:before {
    right:0;
    left:auto;
    top:20px;
    margin-left: auto;
  }
  .uk-slideshow-items h2 {
    font-size: 2.8em;
  }
  .uk-h1.uk-font-tertiary, .uk-font-tertiary h1 {
    font-size: 38px;
  }
}

@media screen and (min-width: 1450px) {
  .slider-lg-display {
    display:block !important;
  }
  .slider-sm-display {
    display:none !important;
  }
}