/**
 * @version     CVS: 1.0.0
 * @package     com_euraka_courses
 * @copyright   2025 Azad
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Azad <probloggerrohit@gmail.com>
 */


.kurs_weitere_informationen_inhalt p {
	margin-bottom: 0px !important;
}


.course-image img {
    max-width: 200px;
}
.course-box {
    display: flex;
    align-items: flex-start;
    background: #f3f3f3;
    border-top: 5px solid #eee;
    margin-bottom: 10px;
    padding: 15px;
}

.course-left img {
    width: 220px;
    height: auto;
    object-fit: cover;
}

.course-content {
    flex: 1;
    padding: 0px 35px 0px 50px;
}

.course-title {
    font-size: 1.2em !important;
    color: #e64c3c;
    margin: 0 0 5px;
    text-decoration:underline;
}
.course-left {
    min-width: 220px;
}
.course-subtitle {
    font-size: 0.9em !important;
    color: #000000;
    font-weight:300;
    margin-bottom: 10px;
}

.course-button {
    background-color: #5cb85c;
    color: white;
    border: none;
    padding: 8px 12px;
    font-weight: bold;
    cursor: pointer;
}

.course-info {
    text-align: left;
    min-width: 250px;
    font-size: 1em !important;
}

.course-info p {
    margin: 5px 0;
}
.course-left img {
    border-bottom: 3px solid rgba(255, 97, 56, 1);
}
.filter-search-bar.btn-group .input-group {
    width: 100%;
    display: block;
}

.filter-search-bar.btn-group {
    width: 100%;
}

.filter-search-bar.btn-group .input-group input {
    width: 100%;
    border:1px solid #ccc;
    border-radius:0;
}

span.filter-search-bar__label.visually-hidden {
    display: none !important;
}

.filter-search-bar.btn-group button {
    margin-top: 10px;
}

.filter-search-actions.btn-group {
    float: left;
}

.course-wrapper {
    overflow: hidden;
    width: 100%;
}
span.dp-icon svg {
    fill: currentcolor;
    width: 1em;
    height: 1em;
    vertical-align: -2px;
}

.date-fltr {
    padding: 10px 0;
}

.dt-nav button {
    padding: 4px 13px;
    margin-right: 10px;
    border-radius: 0;
    border: 1px solid #ccc;
}
.date-fltr {
    display: flex;
    justify-content: space-between;
}
.date-fltr {
    display: flex;
    justify-content: space-between;
}


.date-fltr {
    display: flex;
    justify-content: space-between;
}

.dt-actns button {
    background: #769634;
    color: #fff;
    border: 1px solid #769634;
    margin-left: 10px;
    cursor: pointer;
	padding: 2px 10px;
}

.js-stools {
    position: relative;
    margin-bottom: 20px;
}

.filter-search-actions.btn-group {
    position: absolute;
    top: 50px;
    left: 100px;
}
.js-stools {
    display: none;
}

.course-box {
    align-items: center;
}

.course-info span {
    min-width: 160px;
    float: right;
}

.js-stools.act {
    display: block;
}
.filter-search-actions.btn-group button.filter-search-actions__button.btn.btn-primary.js-stools-btn-filter {
    display: none;
}

.filter-search-actions.btn-group button.filter-search-actions__button.btn.btn-primary.js-stools-btn-clear {
    border-radius: 8px;
}
.js-stools-container-filters.clearfix {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.course-template .container {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 0;
}
.astroid-component {
    padding: 0 !important;
     background: transparent !important; 
}
.card {
    background-color: #ddd !important;
    border: 1px solid #d6d6d6;
    padding: 10px;
    height: auto;
    box-shadow: 5px 5px 6px #aaa;
    border-radius: 0 !important;
}

.contact {
    padding: 0;
    font-size: 0.75em !important;
    line-height: 170%;
    margin-top: 0 !important;
    margin-bottom: 20px;
}
.card-body {
    padding: 10px 20px !important;
}
.card-body {
    background: #eee;
}

.course-template .header img {
  width: 100%;
  height: auto;
  border-bottom: 3px solid rgba(255, 97, 56, 1);
  object-fit: cover;
}

.course-template .main-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 20px;
}

.course-template .left {
  flex: 2;
  min-width: 600px;
}

.course-template .left h3 {
  color: #222;
  margin: 25px 0 10px;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Open Sans';
}

.course-template .left p {
  margin-bottom: 15px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
}

.course-template .left ul {
  padding-left: 20px;
  margin-bottom: 15px;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.6;
}

.course-template .left li {
  margin-bottom: 8px;
}

.course-template .right {
  flex: 1;
  min-width: 320px;
}

/* CARD STYLING FOR RIGHT SIDEBAR */
.course-template .card {
  background-color: #f3f3f3;
  border-radius: 0px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 8px;
}

.course-template .card h4 {
  background-color: rgba(255, 97, 56, 1);
  color: #fff;
  margin: 0;
  padding: 10px 10px;
  font-size: 1rem;
  font-weight: 300;
}

.course-template .card .card-body {
  padding: 15px;
  color: #333;
  font-size: 0.8rem;
  line-height: 1.6;
}

.course-template .contact {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
}

.course-template .contact img {
  width: 125px;
  height: 130px;
  border-radius: 4px;
  object-fit: cover;
  margin-right: 5px;
}

.course-template .contact div {
  font-size: 0.8rem;
  line-height: 1.5;
}

/* LINKS */
.course-template a {
  color: #f15a29;
  text-decoration: none;
}

.course-template a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media screen and (max-width: 768px) {
  .course-template .main-content {
    flex-direction: column;
  }

  .course-template .left,
  .course-template .right {
    min-width: 100%;
  }
}

.shicon {
    display: flex;
    justify-content: center;
    padding: 10px;
    gap: 15px;
}

.shicon i {
    background: #bc0d23;
    color: white;
    padding: 10px 12px;
    cursor: pointer;
}
 

.bt a {
  font-weight:500;
  color: white;
  padding:8px;
  width: 100%;
  background: #9cc14c;
  border: 1px solid #769434;
}

.bt {
    padding-bottom: 10px;
}

.bt p {
    font-size: 12px;
    text-align: center;
}
.cont-innr {
    padding: 30px 30px 30px 30px;
    background: #fff;
}

.side-inner {
    padding: 20px 20px 20px 20px;
    background: #fff;
    box-shadow: var(--bs-box-shadow-sm) !important;
}
body .course-template .card .card-body {
    padding:15px 10px !important;
}
p.full-line {
    margin: 0;
}
p.full-line span {
    float: right;
}
h1.pg-ttl {
    border-bottom: 3px #FF6138 solid !important;
    margin-bottom: 20px;
    padding-bottom: 0px;
    font-size: 1.4em !important;
}
a.btn.btn-sm.btn-primary.cont_btn {
	padding: 8px 12px;
	font-weight: 500;
	cursor: pointer;
	min-width: 250px;
	background: #9cc14c;
	border: 1px solid #769434;
}
@media (max-width: 768px) {
    .course-left {
    min-width: 100% !important;
}
.course-box {
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: flex-start !important;
}
.course-content {
    padding:10px 0  !important;
}
.course-left img {
   border-bottom:0 !important;
 }
 body .rmr .col-12 {
      width: 100%;
  }
  .side-inner td {
      max-width: 150px !important;
      overflow: hidden;
      white-space: normal !important;
  }
}
@media (max-width: 767px) {
  .date-fltr {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .dt-nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  
  .dt-nav .btn {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: #769634;
    color: white;
    cursor: pointer;
    margin: 0;
  }
  .dt-actns button {
    margin:0!important;
   }
  .dt-ttle {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding-top: 28px;
    margin-bottom: -39px;
  }
  
  .dt-actns {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .dp-button {
    border-radius: 8px;
    cursor: pointer;
    min-height: 48px;
  }
}
.dt-actns button span {
    margin: 0 6px;
}

