/*fonts in index.php*/
@font-face {
  font-family: leetTxt;
  src: url(fonts/Manrope-Regular.ttf);
}
@font-face {
  font-family: leetHead;
  src: url(fonts/geograph-medium.ttf);
}
@font-face {
  font-family: leetThin;
  src: url(fonts/Manrope-Light.ttf) format('truetype');
}
@font-face {
  font-family: leetLogoFont;
  src: url(fonts/geograph-medium.ttf);
}
/* variables - use like this: var(--main-acc-color) */
:root {
  --main-bg-color: #ffffff;
  --sec-bg-color: #f5f5f5;
  --main-txt-color: #000001;
  --sec-txt-color: #787878;
  --main-a-color: #78A341;
  --main-ah-color:#78A341;
  --main-acc-color: #78A341; /* hellgrün */
  --main-font: 'leetTxt';
  --h-font: 'leetHead';
  --hb-font: 'leetHeadBold';
  --gradGreen: linear-gradient(92deg, #4E6C27 -6.17%, #78A341 53.36%);
  --gradGreenDark: linear-gradient(92deg, #4E6C27 -6.17%, #4E6C27 53.36%);
  --DarkGreen: #4E6C27;
  --cardlink: #4E6C27;
}

/* ------------------------------------------------- */
html {
    box-sizing: border-box;
    font-size: 62.5%;
	color: var(--main-txt-color);
}
body {
  color: var(--main-txt-color);
  background-color: var(--main-bg-color);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
  font-family: "leetTxt", sans-serif;
}
@media (min-width: 40.0rem) {
  body {
    font-size: 1.4rem;
  }
}

/* reset */
html, body, div, applet, object, iframe,p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-family: "leetTxt", sans-serif; vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
}
label, legend {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
img {
    max-width: 100%;
}
pre {
  display: flex;
    background: #353535;
    /* white-space: pre; */
    margin: 1em 0;
    max-width: 90vw;
    border-radius: 1rem;
}
code{
  display: flex;
    max-width: 90vw;
    text-wrap: wrap;
    padding: 1rem;
    margin-left: 0;
    color: #fff;
    font-size: 90%;
    white-space: pre-line;
}
/* TYPO */
.hiddenz{display:none;}
.left{text-align:left;}
.center{text-align: center;}
.right{text-align:right;}
.resleft{text-align:center;}
.rescenter{text-align: center;}
.resright{text-align:center;}
.center{text-align:center;}
.reverse{flex-direction: column-reverse;}
@media (min-width: 40rem){
  .reverse{flex-direction: row;}
  .resleft{text-align:left;}
  .rescenter{text-align: center;}
  .resright{text-align:right;}
}
a {
  transition: transform 0.3s ease-in-out;
  color:var(--main-acc-color);
}
a:hover {
    transform: scale(1.05);
}

.tabbordered .column{
  border-right: 0px solid #d9d9d9;
  text-align:center;
  border-bottom: 1px solid #d9d9d9;
  display:flex;
  align-items: center;
}
.smallimg{
    max-width: 360px;
    width: 100%;
    /*margin: 0px auto;*/
}
h1, .vh1 {
  font-family: leetLogoFont;
  font-size:calc(0.1vw + 24px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -.5px;
}
.formdiv{
	z-index:3;
}
h1.ueber{
  text-transform: uppercase;
}
span.ueberGr {
    text-transform: uppercase;
    color: white;
    /* background: beige; */
    border-radius: 8.614px;
    background: #79A342;
    padding: 0.1rem 0.9rem;
    margin-top: 0.3rem !important;
    display: inline-block;
}
.honesmall{
  font-size: 2rem;
  margin-bottom: 2rem;
}
h2, .vh2 {
  font-family: leetLogoFont;
  font-size:calc(0.7vw + 25px) !important;
  line-height: 1.25;
  font-weight: 600;
  padding: 0em 0 0 0;
}
.kursplan h2 {
    font-family: leetLogoFont;
    font-size:calc(1.4em);
    margin-bottom: 0;
    z-index: 1;
}
h3, .vh3 {
  font-size: calc(0.5vw + 12px);
  font-weight: 500;
  line-height: 1;
  line-height: 1.4;
}
h4, .vh4{
  font-family: leetLogoFont;
  font-size: 1em;
  line-height: 1.1;
  font-weight: 400;
}

h5, .vh5 {
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 500;
}

h6, .vh6 {
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 500;
}
b {
  font-weight: 600;
}

.topimgkursplan1 {
  width: 100%;
/*  height: 1000px;*/
  background-repeat: no-repeat;
  width: 100%;
/*  height: 1000px;*/
  background-repeat: no-repeat;
}
@media (min-width: 1000px) {
    .topimgkursplan1 {
        background: linear-gradient(to top, white 40%, transparent 80%), url(../img/kursplanImg.png) center top / 35vw no-repeat;
        width: 100%;
        height: 1000px;
        background-repeat: no-repeat;
        width: 100%;
        height: 1000px;
        background-repeat: no-repeat;
        min-height: 1200px;
    }
}
.brttn{
	background-color: var(--main-bg-color);
    border: 1px solid var(--main-txt-color);
    color: var(--main-txt-color);
    padding: 1rem 2rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 1rem;
    margin-top: 1rem;
    cursor: pointer;
	transition: background-color 0.3s ease, transform 0.2s ease;
}
.brttn:hover {
    filter: brightness(85%); /* Darkens the button slightly on hover */
    transform: translateY(-2px); /* Adds a subtle lift effect */
}
.hide{
	display:none;
}
input[type='color'], input[type='date'], input[type='datetime'], input[type='datetime-local'], input[type='email'], input[type='password'], input[type='month'], input[type='number'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'], input[type='week'], input:not([type]), textarea {
    -webkit-appearance: none;
    /*background-color: var(--main-a-color);*/
    border: 1px solid var(--main-a-color);
    border-radius: 0rem;
    box-shadow: none;
    box-sizing: inherit;
    padding: 1em;
    width: 100%;
    border-radius: 7px;
    /*background: var(--main-bg-color);*/
    backdrop-filter: blur(40px);
	color: var(--main-txt-color)
}
#customizeForm input[type='color']{
    -webkit-appearance: none;
    background-color: var(--main-a-color);
    border: 0px solid var(--main-a-color);
    border-radius: 0rem;
    box-shadow: none;
    box-sizing: inherit;
    padding: 0em;
    width: 100%;
    border-radius: 7px;
    background: var(--main-txt-color);
    backdrop-filter: blur(40px);
	color: var(--main-bg-color);
	max-width: 135px;
}
.customizerkasterl{
	width: 130px;
	min-width: 130px;
    display: inline-block;
	padding-bottom: 2rem;
}.smallfirma{
	padding-top: .5rem;
	font-size: 85%;
    text-align: center;
}
.quform-hidden{
	display:none;
}
.tr-visible{
    display: table-row !important;
}
.grid {
  display:grid;
  grid-template-rows: 1fr auto;
  min-height: 90vh;
}
.header{
  z-index: 100;
}
.page{
	background-color: var(--main-bg-color);
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}
.wrapper{
	max-width:95vw;
    width:95%;
	margin: 0 auto;
	text-align: left;
   /* min-height: 85vh;*/
}
.wrapperhead{
	max-width:90vw;
	margin: 0 auto;
	text-align: left;
}
.row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}
.row .column {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    padding: 0 .5rem;
}
.row .column.column-75 {
    flex: 0 0 100%;
    max-width: 100%;
}
.row .column.column-76 {
    flex: 0 0 100%;
    max-width: 100%;
}
.row  .column.column-25{
	padding-top: 1.5rem;
}
.floatright{
	float:left;
}
/* Larger than tablet screen */
@media (min-width: 80.0rem) {
  .wrapper{max-width:1240px;}
  .wrapperhead{max-width:1240px;}
}
@media (min-width: 40rem) {
	.wrapper{
	      max-width: 1440px;
	      text-align: left;
	      width: 90vw;
	  }
    .row {
        flex-direction: row;
        width: 100%;
    }
    .row .column {
        margin-bottom: inherit;
        padding: 0 1.0rem;
    }
	.floatright{float:right;}
	.row .column.column-55 {
	    flex: 0 0 55%;
	    max-width: 55%;
	}
	.row .column.column-76 {
	    flex: 0 0 76%;
	    max-width: 76%;
	}
	.row  .column.column-25{
		padding-top: 0rem;
	}
}
.notmobile {
    width: 90vw;
    padding: 0em 0 0 0;
}
@media (min-width: 759px) {
    .notmobile {
        width: 30vw;
        max-width: 280px;
    }
}
@media (min-width: 650px) {
    .notmobile {
        width: 90vw;
        padding: 0;
    }
}
.abstandKPTOP {
    padding: 2em 0 0 0;
}
.footerbottom {
    background-color: var(--cardlink);
    margin-top: 2em;
}
.footerbottom p, .footerbottom a, .footerbottom a:hover {
    color: white;
    display: inline-block;
    padding: .6em .1em;
}
.footerleft p {
    padding: 1.3em 0.1em;
}
.footerright {
    text-align: right;
}

/**************+ FITLER *******************/
.kasterl2 {
    border: 1px solid var(--main-a-color);
    border-radius: 10px;
    padding: 1rem;
}
.kursplan-txt {
    padding: 0.5em 0 0.5em .4em;
}
.input-group {
    padding: 0.4rem 0.6rem 0.4rem 1.5rem;
}
.checkboxes{}
.checkboxes .input-group:nth-child(1),
.checkboxes .input-group:nth-child(2),
.checkboxes .input-group:nth-child(3),
.checkboxes .input-group:nth-child(4),
.checkboxes .input-group:nth-child(5),
.checkboxes .input-group:nth-child(6),
.checkboxes .input-group:nth-child(7),
.checkboxes .input-group:nth-child(8){
  background: url(../img/caret_up.svg) calc(100% - 2rem) 2rem no-repeat;
  background-position: right 5%;
}
.checkboxes{}
.checkboxes .input-group:nth-child(1).activated,
.checkboxes .input-group:nth-child(2).activated,
.checkboxes .input-group:nth-child(3).activated,
.checkboxes .input-group:nth-child(4).activated,
.checkboxes .input-group:nth-child(5).activated,
.checkboxes .input-group:nth-child(6).activated,
.checkboxes .input-group:nth-child(7).activated,
.checkboxes .input-group:nth-child(8).activated{
  background: url(../img/caret_up.svg) calc(100% - 2rem) 2rem no-repeat;
  background-position: right 5%;
}
.top-module{
  margin: 0em 0 0 0;
  /*new*/
  width: 100% !important;
  display: block;
}
.top-module input[type="checkbox"], .modul input[type="checkbox"] {
    display: none;
}
.acc_toggle {
    cursor: pointer;
    float: right;
}
.notmobile{
  width:90vw;
  padding: 0em 0 0 0;
}
/* filter checkboxes */
.top-module input[type="checkbox"],
.modul input[type="checkbox"]{
  display: none;
}

/*.top-module::before,*/
.modul::before
{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../img/unchecked.svg');
  background-size: cover;
  margin: 0 5px;
}

/*.input-group.activated .top-module::before,*/
.modul.subactive::before{
  /*background-image: url('../img/unchecked.svg');*/
  background-size: cover;
}

.modul {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
@media (min-width: 40rem) {
  .notmobile{
    width:90vw;
    padding: 0;
  }
}
.input-group .sub-modules {
    display: none;
}
.sub-modules {
    margin-left: 3px;
}
/**************+ KURSKASTERL *******************/
.filterr {
    display: flex;
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--main-acc-color);
    margin-bottom: 1rem;
}

.filterKurstitel {
    width: 40%;
}
.filterKursort {
    width: 30%;
}
.filterKursbeginn {
    width: 40%;
}
.filterOptions div {
    width: 100%;
    padding: 5px 10px;
    cursor: pointer;
}
.coursed, .no-courses-message {
    display: flex;
    font-size: 1.4rem;
    border-radius: 10px;
    /*width: 100%;*/
    /*margin-bottom: 1em;*/
    padding: 1rem;
    min-height: 80px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    border: 3px solid transparent;
	color: var(--main-txt-color);
}
.coursed:hover {
    border-radius: 10px;
    /*border: 3px solid var(--main-acc-color);*/
}
.courseddiv1 {
    max-width: 85%;
    display: flex;
    flex-wrap: wrap;
}
a .courses{
  margin: 1em 0;
  background-color: var(--sec-bg-color);
  background: white;
  border-radius: 5px;
  padding: 0.5em;
  /*transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;*/
  color: var(--main-txt-color);
}
a .courses:hover{
  background: var(--gradGreen);
  border-radius: 5px;
  color: white;
  /*transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;*/
}
.coursename{
   width: 60% !important;
}
.courseland{
   width: 20% !important;
}
.coursedatum{
   width: 20% !important;
}
.coursed1, .coursed2, .coursed3 {
    box-sizing: border-box;
    display: flex;
    flex: 1 1 auto;
}
.coursed2, .coursed3 {
    display: block;
}
.coursed4 {
    width: 15%;
    display: flex;
    padding-top: 1rem;
    flex-wrap: wrap;
}
.coursed1 {
    width: 100%;
    margin-bottom: 2rem;
}
.coursed1 a {
    color: black;
}
@media screen and (min-width: 700px) {
	.coursed {
        flex-direction: row;
        align-items: flex-start;
    }
	.courseddiv1 {
        max-width: 90%;
        width: 90%;
    }
    .coursed1, .filterKurstitel {
        width: 40%;
    }
    .filterKurstitel {
        width: 49%;
		padding-left:1.5rem;
    }
    .coursed2, .filterKursort {
        width: 15%;
    }
	.coursed4, .filterKursbeginn {
        width: 15%;
    }
    .coursed4 {
        width: 10%;
        display: flex;
        flex-flow: wrap;
        padding-top: 0rem;
    }
    .coursed a {
        width: 100%;
        display: block;
		color: var(--main-txt-color);
    }
}
.tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.mapicontable {
    margin-right: .3em;
}
.filter-clear-btn {
    display: block;
    background-color: transparent !important;
    border: 0px solid white;
    border-top: 1px solid var(--main-a-color);
    padding: 2rem 0;
    margin-top: 1rem;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    font-family: leetTxt;
    width: 100%;
	color: var(--main-txt-color);
}
.preview{
	padding: 5rem 0;
}
.roadueb, #road {
    display: none;
}
.roadimage {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 10px;
    box-sizing: border-box;
}
.roadimg {
    width: 100%;
    height: auto;
	max-width: 50px;
}
.roadtext {
    flex: 1;
    max-width: 70%;
    padding: 0px;
    box-sizing: border-box;
    line-height: 1.2;
    padding-top: 1rem;
}
.kursplan-txt span.acc_toggle_top {
    transform: rotate(180deg);
    margin-right: 10px;
    transition: transform 0.2s ease-in-out;
    float: right;
}
@media (min-width: 700px) {
    .roadueb {
        display: block;
    }
    #road {
        display: flex;
        font-size: 80%;
    }
}
.linkedz{
	margin-bottom: 1em;
	border: 3px solid transparent;
	border-radius: 10px;
	box-shadow: 0px 1px 7px #939393;
    -webkit-box-shadow: 0px 1px 7px #939393;
}
.linkedz:hover,.linkedz.npactive{
	border: 3px solid var(--main-acc-color);
}
.course-toggle.npactive{
}
.course-details.npactive{
	padding: 1rem 0;
	border-top:  1px solid transparent;
    background-image: linear-gradient(to right, transparent, var(--main-txt-color), transparent);
    background-size: 100% 1px;
    background-position: center top;
    background-repeat: no-repeat;
}
@media (min-width: 40rem) {
    .quform-element {
        display: inline-flex;
        width: 48%;
        padding-right: 1%;
        vertical-align: top;
    }
    .quform-wide{
		width: 100% !important;
		display:block;
	}
}
.columna h5, .columna h6{
	padding: 0;
	margin: 0;
}
.columna img{
	max-width: 25px;
}
.rowena {
    display: flex;
    align-items: flex-start; /* Align items to the top */
}

.rowena > .columna:nth-child(1) {
    flex: 0 0 auto; /* The first child (image) takes up only as much space as the image needs */
    margin-right: 1rem; /* Add spacing between the image and text */
}

.rowena > .columna:nth-child(2),
.rowena > .columna:nth-child(3) {
    flex: 1; /* Text columns will take up remaining space */
    display: flex;
    flex-direction: column; /* Stack the text vertically */
    justify-content: center; /* Vertically center the text if needed */
}

.kursdetaili {
    max-width: 50px; /* Adjust the image size */
    height: auto;
    margin-bottom: 0rem;
    margin-top: 0rem;
    margin-right: 0rem;
    max-width: 25px;
}

/* Basic form styling */
.quform-outer {
    max-width: 100%;
    margin: 0 auto;
}
.quform-group-elements {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.quform-element {
    width: 100%;
}

.quform-element-textarea {
    width: 100%;
}
.quform-button-full-width {
    width: 100%;
    text-align: center;
}
.quform-description {
    font-size: 0.9rem;
}
.greenbuttonsend {
    background: var(--main-acc-color);
    border-radius: 25px;
    width: 280px;
    color: var(--main-txt-color);
    font-size: 110%;
    transition: transform 0.3s ease-in-out;
    height: 40px;
	border: 0px solid var(--main-acc-color);
}
.greenbuttonsend:hover {
    background: var(--cardlink);
}
/* QUFORM */
*,
*::before,
*::after {
    box-sizing: border-box;
}
.quform-spacer {
    padding: .5rem 0;
}
.smallimg{max-width:200px;display:none !important;}
@media (min-width: 40rem) {
    .quform-group-elements {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
		flex-direction: row;
    }
    .quform-element {
        display: block;
        width: 49%;
    }
    .quform-element-textarea {
        width: 100%;
    }
    .quform-button-full-width {
        width: 100%;
		text-align: left;
    }
    .smallimg{max-width:200px; display:block;}
}
.endform{
	border-radius: 10px;
	border: 1px solid var(--main-acc-color);
	padding: 1rem;
}
.textGreen{color:var(--main-acc-color);}
.phone-link-content{padding-bottom: 0rem 0; max-width:35px;}
.write-link-content{padding-bottom: .5rem; max-width:35px;}
.xi{
    color: var(--main-acc-color);
    padding: .5rem;
}
@media (min-width: 700px){
	.notmobile {
		width: 30vw;
		max-width: 280px;
	}
	.fixed {
		position: fixed;
		top: 0px;
		background-color: var(--main-bg-color);
		transition: top 1s ease-in-out;
	}
	.fixednomove{
		padding-left: 280px !important;
	}
	.filtertop{
        position: fixed;
        top: 0px;
        background-color: var(--main-bg-color);
        padding: 3rem 1rem 2rem 1rem;
        width: 75%;
        max-width: 1200px;
		z-index: 999;
	}
	.roadueb{display:block;}
	.nomove > #courseFilter{
        margin-top: 4rem;
        padding-left: 1rem;
    }
}
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* background: linear-gradient(92deg, #4E6C27 -6.17%, #78A341 53.36%); */
    /* background: url(../img/pfeilOben.png) center center / cover no-repeat; */
    /* background: url(../img/i_kurszeiten.svg) center center / cover no-repeat; */
    /* color: white; */
    /* padding: 2rem; */
    border: none;
    border-radius: 50%;
    /* cursor: pointer; */
    display: none;
    justify-content: center;
    align-items: center;
    /* width: 50px; */
    /* height: 50px; */
    transition: transform 0.2s ease-in-out;
    z-index: 999;
    background: transparent;
}
.scroll-to-top.show {
	display: flex; /* Show the button when needed */
}
.scroll-to-top:hover {
	transform: scale(1.05); /* Increase size by 5% */
}
#courseFilter::-webkit-scrollbar {
    width: 10px; /* Width of the entire scrollbar */
}

#courseFilter::-webkit-scrollbar-track {
    /*background: var(--main-bg-color);*/
}

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

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

/* top filter */
.filterr{
    display:flex;
    padding-bottom: .5rem;
    border-bottom: 1px solid grey;
    margin-bottom: 1rem;
}
.filterr{
    font-size:90%;
}
.abstandnaehe{
    padding: .7em 0 0 0;
}
@media (min-width: 700px) {
    .checkboxes,.filter-clear-btn{
        /*display: block;*/
    }
    .filterr{
        font-size:100%;
    }
/*    .filterr:nth-child(2),
    .filterr:nth-child(3),
    .filterr:nth-child(4){
        text-align: center !important;
    }*/
    .filterr > :nth-child(2),
    .filterr > :nth-child(3){
        /*text-align: center !important;*/
        padding-left: 2rem;
    }
    .abstandnaehe{
        padding: 2em 0 0 0;
    }
}
.filterOptions {
	display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin-top: 10px;
    width: 200px;
    right: 20px;
    /* top: 20px; */
    margin-top: 20px;
    border-radius: 15px;
    text-align: center;
}
.filterOptions div {
	width: 100%;
    padding: 5px 10px;
    cursor: pointer;
}
.filterOptions div:hover {
	background-color: #f0f0f0; /* Hover effect for dropdown items */
}

/* vertrauen text oben rechts */
.column_vertrauen {
    display: block;
    flex: 1 1 30%;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    display: none;
}
@media (min-width: 768px) {
    .column_vertrauen {
        /* float: right; */
        text-align: right;
        /* padding-top: 9rem !important; */
    }
}
@media (min-width: 40rem) {
    .column_vertrauen {
        display: block;
        flex: 1 1 30%;
        margin-left: 0;
        max-width: 100%;
        width: 100%;
        text-align: right;
        padding-top: 2rem;
    }
}
.greenbuttonFilter {
    background: transparent;
    border-radius: 30px;
    width: 280px;
    padding: 0.6em 0.1em 0.6em 1.5em;
    color: var(--main-acc-color);
    font-size: 100%;
    transition: transform 0.3s ease-in-out;
    font-weight: 900;
    margin-top: 1rem;
    border: 1px solid var(--main-acc-color);
    display: inline-block;
    text-align: center;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    border: 7px solid rgba(0, 0, 0, .1);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-left-color: var(--main-acc-color);
    animation: spin 1s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Distance Filter Container */
#distanceFilter {
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 300px;
    padding: 10px;
    padding-top: 2rem;
}

/* Hide default radio buttons */
#distanceFilter input[type="radio"] {
    display: none;
}

/* Custom Radio Labels */
#distanceFilter label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 10px;
    color: #444;
    transition: color 0.3s ease-in-out;
    z-index: 2;
}

/* Circle Indicators */
#distanceFilter label::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    border: 3px solid var(--main-acc-color);
    position: absolute;
    top: -30px;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

/* Active (Selected) State */
#distanceFilter input[type="radio"]:checked + label::before {
    background: var(--main-acc-color); /* Filled Green */
    border-color: var(--main-acc-color);
    z-index: 2;
}

/* Active (Selected) Text */
#distanceFilter input[type="radio"]:checked + label {
    color: var(--main-acc-color);
    z-index: 2;
}

/* Line between circles */
#distanceFilter::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    height: 4px;
    background: #ccc;
    border-radius: 2px;
    z-index: -1;
    z-index: 2;
}

/* Responsive */
@media (max-width: 480px) {
    #distanceFilter {
        max-width: 250px;
        padding: 8px;
        padding-top: 2rem;
    }

    #distanceFilter label {
        font-size: 12px;
    }

    #distanceFilter label::before {
        width: 16px;
        height: 16px;
        top: -25px;
    }
}
.slider-line {
    position: relative;
    top: -4.5rem;
    /* left: 0; */
    width: 100%;
    height: 5px;
    background-color: var(--main-acc-color);
    z-index: 1;
    border-radius: 50px;
}
@media (min-width: 480px) {
    .slider-line {
        /*top: -5.3rem;*/
    }
}
#sliderline{
    display:none;
}
.distance-span{
    display:block;
}
/* Container for the checkbox inputs */
.quform-input {
    display: flex;
    flex-wrap: wrap;
}

/* Style each label */
.quform-input label {
    display: flex;
    align-items: center;
    cursor: pointer;
    flex: 1 1 100%; /* Full width on mobile */
    padding: 5px 0;
}

.quform-input input[type="checkbox"]{
  padding:0 1rem;
}

/* Responsive adjustments */
/*@media (min-width: 500px) {
    .quform-input {
        gap: 20px 30px;
    }
    .quform-input label {
        flex: 0 1 50%;
    }
}*/

@media (min-width: 1100px) {
    .quform-input label {
        flex: 0 1 25%;
    }
}

/* ---- A11Y sizing rescue (append at end) ----------------------------- */

/* Make the base 16px so 0.8em descendants stay ≥ 12px */
body { font-size: 1.6rem; } /* was 1.4rem */

/* Areas that were dropping below 12px */
.filterr { font-size: 1rem; }                 /* ~16px instead of 90% */
#distanceFilter label { font-size: 1.2rem; }  /* ≥12px */
.quform-description { font-size: 1.2rem; }    /* ≥12px */
.smallfirma { font-size: 1.2rem; }            /* ≥12px */

/* Checkbox/option stacks in the left filter */
.checkboxes label,
.modul,
.top-module,
.filterOptions div { font-size: 1.2rem; }     /* ≥12px */

/* Odds & ends that often get tiny */
footer .footerbottom p,
footer .footerbottom a,
.tooltiptext,
.greenbuttonFilter { font-size: 1.2rem; }


