our.filterr{
    display:flex;
    padding-bottom: .5rem;
    border-bottom: 1px solid grey;
    margin-bottom: 1rem;
}
.coursed, .no-courses-message{
    display:flex;
    font-size: 1.4rem;
    transition: background-color 0.3s, color 0.3s;
    box-shadow: 0px 1px 7px #939393;
    -webkit-box-shadow: 0px 1px 7px #939393;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1em;
    padding: 1rem;
    min-height: 80px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}
.coursed:hover{
    background: linear-gradient(92deg, #4E6C27 -6.17%, #78A341 53.36%);
    border-radius: 10px;
}
.coursed:hover .status-anfragen p{
    color: #ffffff;
    border: 1px solid white;
}
.coursed1, .coursed2, .coursed3 {
    box-sizing: border-box;
    display: flex;
    flex: 1 1 auto;
}
.coursed1 {
        width: 100%;
        margin-bottom: 2rem;
    }

.coursed2, .coursed3 {
    display:block;
    width: 50%;
}
/*.coursed1{
    width: 100%;
}

.coursed2, .coursed3{
    width: 40%;
    display: inline-block;
}*/
.status-anfragen p{
    border: 1px solid #4E6C27;
    padding: .5rem 1rem;
    border-radius: 20px;
    margin-top: 1rem;
    text-align:center;
    color:#4E6C27;
    dont-size: 80%;
}
.status-warteliste p{
    border: 1px solid #e19393;
     padding: .5rem 1rem;
    border-radius: 20px;
    margin-top: 1rem;
    text-align:center;
    color:#693333;
}
.filterKurstitel{
        width:30%;
    }
.filterKursort{
        width: 30%;
    }
.filterKursbeginn{
        width: 40%;
    }
@media screen and (min-width: 700px) {
    .coursed {
        flex-direction: row;
        align-items: flex-start;
    }

    .coursed1,.filterKurstitel{
        width:40%;
    }
    .coursed2, .filterKursort{
        width: 20%;
    }
    .coursed3, .filterKursbeginn{
        width: 20%;
    }
    .coursed4, .filterKursbeginn{
        width: 20%;
    }
    .coursed4 p{
    margin-top: 0rem;
}
}
a.linkedz{
    color: #000000;
    text-decoration: none;
}
a.linkedz:hover{
    transition: transform 0.3s ease-in-out;
    text-decoration: none;
    background: linear-gradient(92deg, #4E6C27 -6.17%, #78A341 53.36%);
    color:white;
    transform: scale(1.01);
    border-radius: 10px;
}
#courseFilter {
    max-height: 120vh;
    overflow-y: auto;
    display: block;
    padding: 0 0.5rem;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

#courseFilter::-webkit-scrollbar {
    width: 10px; /* Width of the entire scrollbar */
}

#courseFilter::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of the track */
}

#courseFilter::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the thumb */
    border-radius: 5px; /* Rounded corners of the thumb */
}

#courseFilter::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Color of the thumb on hover */
}

/* Time Picker Container */
input#end-date {
-webkit-appearance: none;
    padding: 1em;
    width: 100%;
    backdrop-filter: blur(43.57499694824219px);
    font-family: "leetTxt", sans-serif;
    padding-right: 3rem;
    border-radius: 12px;
    border: 1.05px solid rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
    /*background: url(../img/down.svg) calc(100% - 2rem) center no-repeat, rgba(255, 255, 255, 0.05);*/
    background: rgba(255, 255, 255, 0.05);
}
.time-picker-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
}

.time-picker-item {
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.time-picker-item:hover {
  background-color: #f2f2f2;
}

.time-picker-item.active {
  background-color: #007bff;
  color: #fff;
}

/* ausbildungscenters */
.notmobile_centers{
  width:90vw;
  padding: 0em 0 0 0;
padding-top: 1em !important;
margin-bottom: 1.5rem;
}
@media (min-width: 1000px) {
  .notmobile_centers{width:600px;}
}

 .column_aus1{
        display: block;
        flex: 1 1 auto;
        margin-left: 0;
        max-width: 100%;
        width: 100%;
        padding: 0 0.5rem;
    }
.linkedaus{
    border-radius: 16px;
    border: 1.5px solid var(--Gra, #55752B);
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
    padding: 1.4rem;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 120px;
}
.linkedaus h3{
    font-size: 1.6rem;
}
.column_aus{
    display:flex;
    flex-direction: column;
}
.kartecolumn{
    display: inline-block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 60%;
    width: 60%;
    padding: 0 0.5rem;
}
.formbutcolumn{
/*    display: inline-block;
    max-width: 50%;
    width: 50%;*/
}
.i_ausce_iconamoon_home-fill::before{
    content: url(../img/iconamoon_home-fill.svg);
    flex-shrink: 0;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    align-self: flex-start;
}
.i_ausce_bi_people-fill::before{
    content: url(../img/bi_people-fill.svg);
    flex-shrink: 0;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    align-self: flex-start;
}
.i_ausce_carbon_phone-filled::before{
    content: url(../img/carbon_phone-filled.svg);
    flex-shrink: 0;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    align-self: flex-start;
}
@media (min-width: 1000px) {
    .column_aus1{
        width: 60%;
    }
    .column_aus{
        margin-bottom: inherit;
        padding: 0 1rem;
        display:flex;
        flex: 1 1 auto;
        margin-left: 0;
        max-width: 100%;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
            max-height: 92vh;
    overflow-y: auto;
    /* display: block; */
    padding: 0 0.5rem;
    }
    .linkedaus{
        padding: 1.7rem;
        align-content: space-around;
        margin-bottom: 1.5rem;
        flex: 0 0 calc(50% - 1rem);
        padding: 1rem 0.8rem;
        box-sizing: border-box;
    }

}
@media (min-width: 1200px){
    .column_aus{
        flex-direction: row;
    }
}
.mailadress{
    display: flex;
    width: 100px;
    height: 32px;
    padding: 7px;
    justify-content: center;
    /* align-items: center; */
    /* gap: 10px; */
    flex-shrink: 0;
    border-radius: 45px;
    background: linear-gradient(90deg, rgba(85, 117, 43, 0.34) 0.31%, rgba(121, 164, 66, 0.34) 109.26%);
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #55752B;
}

p.icon-text {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}
img.i_ausce {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}
a img.i_ausce {
    width: 24px;
    height: 24px;
}
/* Style the slider */
input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #d3d3d3;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 5px;
    position: relative;
}

/* Style the thumb (slider handle) */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4E6C27;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    z-index: 444;
}

input[type="range"]::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4E6C27;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

/* Style the selected distance text */
#selectedDistance {
    color: #4E6C27; /* Green */
    font-weight: bold;
}

/* Style the slider track */
#sliderTrack {
    position: relative;
    height: 10px;
    background-color: #4E6C27;
    border-radius: 5px;
    transform: translateY(-150%);
    z-index: 333;
    pointer-events: none;
}

.distanceslider{
    margin-bottom: 1.6rem;
}
.kasterl_ausbildungscenter {
    /* border: 0px solid #78A341; */
    border-radius: 10px;
    padding: 1rem 2rem;
    margin-top: 2rem;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, .3);
    background-color: white;
	margin-bottom: 3rem;
}
.oderKursplan{
 padding-bottom:.3rem;
 margin-bottom:1rem;
 border-bottom: 1px solid grey;
}

.formbutcolumn {
    display: inline-block;
}
.distanceslider {
	display: inline-block;
	min-width: 100%;
	width: 100%;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	justify-content: center;
	align-items: center;
}

/* Modal content */
.modal-content {
	background-color: #fff;
	padding: 3rem 4rem;
	width: 90vw;
	max-width: 600px;
	border-radius: 10px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	position: relative;
}

/* Close button */
.close {
	position: absolute;
	top: 3rem;
    left: 3rem;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	color: #666;
}

.close:hover {
	color: #000;
}
.modal-logo{
	position: absolute;
	top: 3rem;
    right: 3rem;
	max-height: 40px;
}
/* Popup content formatting */
.popup-header {
	font-size: 20px;
	font-weight: bold;
	margin-top: 7rem;
}

.popup-text {
	margin-top: 10px;
	font-size: 16px;
}

.popup-footer {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 16px;
}

.popup-footer img {
	width: 20px;
	height: 20px;
}
