@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-VariableFont_wdth,wght.ttf');
    font-weight: 100 900;
}
html, body{
	font-family: "Open Sans";
	font-weight: 500;
}
body{
	font-size: 14px;
    color: #666;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}
p{
	line-height: 1.7em;
}
:root{
	--contentBoxedWidth: 1366px;
	--contentPaddingLeftRight: 0px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .ce_revolutionslider_text.bold, .font_headline{
	font-family: "Open Sans";
	font-weight: 700;
	color: #333;
	line-height: 1em;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.font-large{
	font-size: xx-large;
}
p{
	margin-bottom: 14px;
}
p:not(.has-background):last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
}
.bg-fadeblue p{
	background: rgba(0,127,224,0.24);
}
#header{
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    margin-bottom: 2px;
}
.header.original .mainmenu{
	border-top: 0px;
	border-bottom: 0px;
}
.header.original .logo a{
	background-position-y: bottom;
}
.header.original .mainmenu ul, .header.original .mainmenu ul li a{
	line-height: 2em;
}
.header.original .mainmenu ul li a{
	padding-bottom: 10px;
	font-weight: 600;
}
.mainmenu ul li a{
	font-size: 14px;
}
#top .inside, .header .inside, #footer .inside, #bottom .inside, body.sidebar #container, .mod_article:not(.fullwidth) > .container, .fullwidth.boxed-content .contentwrap, .smallwidth .contentwrap, .boxed-content .contentwrap, .autogrid_wrapper.article, .ce_text_image_bar .inside, .ce_headerimage .ce_headerimage_inside, .ce_video_background .ce_video_background_inside, #offcanvas-top .offcanvas-top-inside, .ce_calltoaction .ce_calltoaction_inside, .mod_breadcrumb .mod_breadcrumb_inside, .mod_pageimage .container, .ce_easy_slider .swiper-inside .swiper-inside-wrap{
	width: 95%;
}
.header-banner{
	margin-bottom: 10px;
}
#footer{
	background-color: #ffffff;
}
#footer .inside{
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .inside, #footer .inside a{
	color: var(--body-color);
	font-weight: 500;
}
#footer .inside .links{
	display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
#footer .inside .links a{
	font-weight: 600;
}
#footer .inside .copyright{
	padding-top: 20px;
}

/* sponcer gallery */
.sponser-gallery .owl-stage{
  transition-timing-function: linear !important;
}
.sponser-gallery .inside{
	display: grid;
	grid-template-columns: repeat(6, 1fr); /* 6 equal columns */
	gap: 20px;
	align-items: center;
}
.sponser-gallery .sponser-gallery-item{
	width: 80%;
	margin: 0 auto;
	padding: 30px 0px;
}
.headline-bold{
	font-weight: 900;
}
.underline{
	text-decoration: underline;
}
.custom-headline strong{
	color: var(--customColor2);
	font-size: large;
}
.ce_divider_extended.version5{
	width: 100%;
}
.custom-trennlinie.ce_divider_extended.version5{
	height: 2px;
	background: #0C71C3;
}
.color-black{
	color: #000000;
}

form.style5 input, form.style5 select, form.style5 textarea{
	border-radius: 0px;
	background-color: #eee;
	color: #999;
	border: 0px;
}
input:hover:not([type="submit"]), button:hover:not([type="submit"]), textarea:hover{
	border: 0px;
}
:focus-visible{
	outline: 0px;
	outline-offset: 0px;
}
form fieldset{
	padding: 0px;
	border: 0px;
}
form fieldset legend{
	padding-right: 0px;
	padding-left: 0px;
	color: inherit;
	background: inherit;
	border-radius: 0px;
	margin-bottom: .5rem;
	font-weight: 600;
}
form fieldset legend .mandatory{
	display: none;
}
form .checkbox_container label, form .widget-radio label{
	font-weight: 400;
}
form .checkbox_container input{
	min-width: 18px;
	height: 18px;
}
form .widget-submit{
	text-align: end;
}
form .widget-submit button{
	color: var(--accentColor);
	font-size: 20px !important;
    font-weight: 500;
    padding: .3em 1em !important;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    min-width: auto;
}
form .widget-submit button::after{
    content: '';
    opacity: 0;
    position: absolute;
    height: 35px;
    width: 25px;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: url('../../../files/medizinstipendium/images/chevron.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    
}
form .widget-submit button:hover::after{
	opacity: 1;
    margin-left: 0;
}
form .widget-submit button:hover{
	border: 2px solid transparent;
    padding: .3em 2em .3em .7em !important;
    background-color: rgba(0, 0, 0, .05) !important;
}
.widget-explanation ul li{
	list-style: disc;
}
.widget-explanation ul{
	padding-left: 25px;
}

/* Text Boxes */
.ce_image_text_box .ce_image_text_box_banner{
	display: none;
}
.ce_image_text_box.version4 a.hyperlink_txt{
	margin-top: 0px;
	display: none;
}
.ce_image_text_box .ce_image_text_box_content{
	text-align: left;
}
.ce_image_text_box .ce_image_text_box_content .ce_headline{
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.related-content-item.ce_image_text_box .ce_image_text_box_content .ce_headline{
	text-transform: none;
}
.ce_image_text_box.headline-camelcase .ce_image_text_box_content .ce_headline{
	text-transform: none;
}
.ce_image_text_box .ce_image_text_box_content > a{
	display: block;
}
.mod_medical_scholarship_category_list.border .image_container img{
	border-radius: 10px;
	border: 0px;
}
/* accordian */
.ce_accordion{
	margin-bottom: 15px;
}
.ce_accordion:last-child{
	margin-bottom: 0px;
}
.ce_accordion .toggler{
	font-size: 20px;
	color: #000000;
	font-weight: 700;
	padding: 15px 20px;
	background-color: #f4f4f4;
	transition: background-color 0.3s ease-in-out;
}
.ce_accordion .accordion{
	padding-top: 0px;
	background-color: #f4f4f4;
	transition: background-color 0.3s ease-in-out;
}
.ce_accordion .toggler.ui-state-active{
	border-bottom: 0px;
	background-color: transparent;
	color: var(--accentColor);
}
.ce_accordion .accordion.ui-accordion-content-active{
	background-color: transparent;
}

/* news list */
.mod_newslist .newslist-item{
	padding: 34px 0px;
}
.mod_newslist .newslist-item .image_container{
	margin-bottom: 30px;
}
.mod_newslist .newslist-item .headline{
	font-weight: 700;
    text-align: center;
    padding: 0px 20px;
}

/* news slider */
.news-slider .ce_image_text_box .ce_image_text_box_inside{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	height: 100%;
}
.news-slider .ce_image_text_box .ce_image_text_box_inside > *{
	width: 50%;
}
.news-slider .ce_image_text_box .ce_image_text_box_inside > a{
	display: flex;
    align-items: center;
    justify-content: center;
}
.news-slider .ce_image_text_box{
	height: 720px;
	color: #ffffff;
}
.news-slider .ce_image_text_box .ce_image_text_box_inside .ce_image_text_box_image{
	text-align: center;
}
.news-slider .ce_image_text_box .ce_image_text_box_content_outside{
    padding: 70px 40px 70px 20px;
    font-weight: 400;
}
.news-slider .ce_image_text_box .ce_image_text_box_content_outside .ce_image_text_box_content{
	margin-top: 0px;
}
.news-slider .ce_image_text_box .ce_image_text_box_content_outside .ce_headline{
	font-weight: 300;
    font-size: 46px;
    color: #ffffff;
    text-align: left;
    text-transform: none;
}
.news-slider .ce_image_text_box .hyperlink_txt{
	font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    color: #ffffff;
    margin-top: 1.5rem;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid #ffffff;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
}
.news-slider .ce_image_text_box .hyperlink_txt:hover{
	border: 2px solid transparent;
    padding: .3em 2em .3em .7em !important;
	background-color: hsla(0, 0%, 100%, .2);
}

/* form submit */
.widget-submit{
	display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.widget-submit .et_pb_contact_right input{
	width: auto;
}
.widget-submit .et_pb_contact_right .captcha-error{
  border:1px solid red !important;
}
.content-medical-scholarship-list .scholarship-layout {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

/* SIDEBAR CSS */
.filter-sidebar {
  flex: 0 0 300px;
  background: #f4f6f8;
  padding: 20px;
  border-radius: 4px;
}
.filter-sidebar h3 {
  font-size: 1.2rem;
  color: #6d6d6d;
  margin-top: 0;
  font-weight: 500;
  position: relative;
  padding-bottom: 0px;
  cursor: pointer;
}
.filter-sidebar h3:after{
  content: "\e622";
  font-family: 'themify' !important;
  speak: never;
  font-style: normal;
  position: absolute;
  right: 0;
  padding: 7px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  transform: translateY(-50%);
  top: 50%;
  color: #ffffff;
  background: var(--secondColor);
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filter-sidebar h3.close:after{
  content: "\e61a";
}

.filter-sidebar #scholarship-filter-form{
    padding-top: 20px;
    max-height: 1000px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.filter-sidebar #scholarship-filter-form.close{
    max-height: 0px;
    padding-top: 0px;
}
.filter-sidebar .filter-group {
  margin-bottom: 15px;
}
.filter-sidebar .filter-actions{
  text-align: center;
}
.filter-sidebar .filter-actions .btn-reset-filters{
  display: inline-block;
  padding: 10px 20px;
  background: #6c757d;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
}

.filter-sidebar label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 5px;
}

.filter-sidebar select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.filter-sidebar select[multiple] {
  background: #fff;
}

/* RESULTS CSS */
.scholarship-results-container {
  width: 100%;
}

.scholarship-results-container .results-header {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.scholarship-results-container h2 {
  margin: 0;
  font-size: 1.4rem;
  color: #555;
}

.scholarship-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.scholarship-item {
  background: #fff;
  padding: 20px 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.scholarship-header h3 {
  color: var(--secondColor);
  text-transform: uppercase;
  font-size: 1.25rem;
}

.provider-badge {
  font-size: 0.9rem;
  color: #666;
}

.scholarship-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 15px;
}

.scholarship-image {
  flex: 0 0 150px;
}

.scholarship-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.scholarship-details {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 0.95rem;
}

.scholarship-meta {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.scholarship-details .scholarship-description p, .scholarship-details .scholarship-description span, .content-medical-scholarship-reader .scholarship-section p, .content-medical-scholarship-reader .scholarship-section span{
  font-family: "Open Sans" !important;
}

.btn-readmore {
  padding: 8px 16px;
  background: var(--customColor1);
  color: #fff;
  text-decoration: none;
  font-size: large;
  float: right;
  transition: all 0.3s ease-in-out;
}

.btn-readmore:hover {
  background: #ef7500cc;
  padding-right: 25px;
}

@media (max-width: 767px) {
  .content-medical-scholarship-list .scholarship-layout {
    flex-direction: column;
  }

  .filter-sidebar {
    flex: 1 1 auto;
    width: 100%;
  }

  .scholarship-details {
    grid-template-columns: 1fr;
  }
}

/* scholarship reader */
.content-medical-scholarship-reader  {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.scholarship-reader-container .scholarship-header, .scholarship-reader-container .scholarship-body{
  padding: 0px 30px;
}
.scholarship-reader-container .scholarship-back{
  padding: 0px 30px 30px 30px;
}
.content-medical-scholarship-reader .scholarship-header {
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 20px;
}

.content-medical-scholarship-reader .scholarship-header h1 {
  margin: 15px 0;
}

.content-medical-scholarship-reader .provider-badges {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.content-medical-scholarship-reader .provider-badge {
  background: #e9ecef;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.9em;
  color: #495057;
  font-weight: 500;
}

.content-medical-scholarship-reader .scholarship-intro-header {
  font-size: 1.2em;
  color: #555;
}

.content-medical-scholarship-reader .scholarship-image {
  margin-bottom: 30px;
  text-align: center;
}

.content-medical-scholarship-reader .scholarship-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.content-medical-scholarship-reader .scholarship-section {
  margin-bottom: 30px;
}

.content-medical-scholarship-reader .scholarship-section h3 {
  color: #0056b3;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.content-medical-scholarship-reader .intro-text {
  font-size: 1.1em;
  line-height: 1.6;
  color: #444;
  background: #f9f9f9;
  padding: 20px;
  border-left: 4px solid #0056b3;
  border-radius: 0 4px 4px 0;
}

.content-medical-scholarship-reader .scholarship-meta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.content-medical-scholarship-reader .meta-item {
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.content-medical-scholarship-reader .contact-info {
  background: #f0f8ff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #cce5ff;
}

.content-medical-scholarship-reader .btn-back {
  display: inline-block;
  padding: 10px 20px;
  background: #6c757d;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 20px;
}

.content-medical-scholarship-reader .btn-back:hover {
  background: #5a6268;
}
.pagination-container {
  text-align: center;
}

.pagination {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination li {
  margin: 0 2px;
}

.pagination li a,
.pagination li span {
  display: block;
  padding: 8px 12px;
  border: 1px solid #ddd;
  color: #007bff;
  text-decoration: none;
  border-radius: 4px;
}

.pagination li.active span {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.pagination li a:hover {
  background-color: #f8f9fa;
}
.btn-merken {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.3s;
  margin-right: 10px;
}
.btn-merken:hover{
  border: 1px solid var(--secondColor) !important;
  color: var(--secondColor);
}
.btn-merken:hover svg{
  fill: var(--secondColor);
  stroke: none;
}

.btn-merken svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  fill: none;
  stroke: #666;
  stroke-width: 2;
}

.btn-merken.is-marked {
  background: var(--secondColor);
  border-color: var(--secondColor);
  color: #ffffff;
}

.btn-merken.is-marked svg {
  fill: #ffffff;
  stroke: none;
}

.scholarship-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

/* Share List Section */
.share-header h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.share-header p {
    font-size: 1rem;
    margin-bottom: 2rem;
}
.share-form .input-group {
    display: flex;
    max-width: 800px;
}
.share-form input[type="email"] {
    flex: 1;
    height: 60px;
    padding: 0 20px;
    border: 1px solid #ddd;
    border-right: none;
    font-size: 1.1rem;
}
.share-form .btn-share {
    background: var(--customColor1);
    border: none;
    color: #ffffff;
    padding: 0 40px;
    height: 60px;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
}
.share-form .btn-share:hover {
    background: #ef7500bf;
}
.share-form .input-group:focus-within input {
    border-color: var(--customColor1);
}
.success-message { color: green; }
.error-message { color: red; }

/* Home search */
#slider{
  z-index: 11;
}
.header-banner-search.ce_wrap{
  overflow: visible;
  margin-bottom: 10px;
}
.header-banner-search img{
  max-width: 100%;
  object-fit: cover;
}
.mod_medical_scholarship_search{
  /*position: absolute;*/
  /*z-index: 1;*/
  /*max-width: 60%;*/
  /*left: 33%;*/
  /*top: 110px;*/
  position: absolute;
    z-index: 1;
    margin: 0 auto;
    max-width: 92%;
    left: 0;
    right: 0;
    bottom: 0px;
  
}
.mod_medical_scholarship_search .search-fields-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    /*align-items: flex-start;*/
    /*background: #e7ebee;*/
    /*background: linear-gradient(to right, #f1f3f5, #e7ebee);*/
    /*background: #ffffff;*/
    padding: 20px;
    border-radius: 0px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
}

.mod_medical_scholarship_search .search-field {
    flex: 1;
    min-width: 250px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 15px 0px;
}

.mod_medical_scholarship_search .search-field label {
    display: block;
    font-weight: bold;
    margin-bottom: 0px;
    color: #333;
}
.mod_medical_scholarship_search .ts-dropdown-content{
    max-height: 100px;
}

.mod_medical_scholarship_search .btn-search {
    background-color: var(--customColor1);
    color: #fff;
    border: none;
    /*padding: 10px 25px;*/
    font-size:15px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Adjust tom-select height to match button if needed */
.mod_medical_scholarship_search .ts-control {
    min-height: 40px;
}
.mod_medical_scholarship_search .search-action{
    /*margin-top: auto;*/
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 0px 30px 0px;
    display: flex;
    background-color: var(--customColor1);
    color: #fff;
    transition: all 0.3s;
    cursor: pointer;
    min-height: 80px;
}
.mod_medical_scholarship_search .search-action:hover{
    background-color: #ef7500cc;
}
.mod_medical_scholarship_search .search-action:hover .btn-search{
    background-color: transparent;
}
.mod_medical_scholarship_search .search-action .scholarship-count-wrapper{
    font-weight: bold;
    padding-right: 5px;
}
.scholarship-slider.owl-carousel .owl-nav button, .sponser-gallery.owl-carousel .owl-nav button, .related-content.owl-carousel .owl-nav button{
    position: absolute;
    top: 140px;
    transform: translateY(-50%);
    padding: 10px 10px !important;
    background: var(--customColor1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sponser-gallery.owl-carousel .owl-nav button, .related-content.owl-carousel .owl-nav button{
    top: 50%;
}
.scholarship-slider.owl-carousel .owl-nav button i, .sponser-gallery.owl-carousel .owl-nav button i, .related-content.owl-carousel .owl-nav button i{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.scholarship-slider.owl-carousel .owl-nav button.owl-next{
    right: -10px;
}
.related-content.owl-carousel .owl-nav button.owl-next{
  right: -20px;
}
.sponser-gallery.owl-carousel .owl-nav button.owl-next{
    right: -10px;
}
.scholarship-slider.owl-carousel .owl-nav button.owl-prev{
    left: -10px;
}
.related-content.owl-carousel .owl-nav button.owl-prev{
  left: -20px;
}
.sponser-gallery.owl-carousel .owl-nav button.owl-prev{
    left: -10px;
}
.sponser-gallery.owl-carousel .owl-stage{
  display:flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .sponser-gallery .inside{
    grid-template-columns: repeat(4, 1fr);
  }
  .mod_medical_scholarship_search{
    position: relative;
    z-index: 1;
    max-width: 100%;
    left: auto;
    top: auto;
  }
  .mod_medical_scholarship_search .search-fields-container {
    background: linear-gradient(to right, #f1f3f5, #e7ebee);
    box-shadow: none;
  }
  
}
@media (max-width: 767px) {
  .sponser-gallery .inside{
    grid-template-columns: repeat(2, 1fr);
  }
  .scholarship-reader-container .scholarship-header, .scholarship-reader-container .scholarship-body{
    padding: 0px 15px;
  }
  .share-form .btn-share, .share-form input[type="email"]{
    height: 50px;
  }
  .share-form .btn-share{
    padding: 0 20px;
  }
  .header.original .logo a{
    background-position-y: center;
  }
  .scholarship-slider.owl-carousel .owl-nav button.owl-prev, .related-content.owl-carousel .owl-nav button.owl-prev{
    left: -5px;
  }
  .scholarship-slider.owl-carousel .owl-nav button.owl-next, .related-content.owl-carousel .owl-nav button.owl-next{
    right: -5px;
  }
  .sponser-gallery.owl-carousel .owl-nav button.owl-prev{
      left: -5px;
  }
  .sponser-gallery.owl-carousel .owl-nav button.owl-next{
      right: -5px;
  }
  .filter-sidebar h3:after{
    content: "\e61a";
  }
  .filter-sidebar h3.close:after{
    content: "\e622";
  }
  .filter-sidebar #scholarship-filter-form{
      overflow: hidden;
      max-height: 0px;
      padding-top: 0px;
      transition: all 0.3s ease;
  }
  .filter-sidebar #scholarship-filter-form.close{
      padding-top: 20px;
      max-height: 1000px;
  }
}
@media (max-width: 350px){
  .scholarship-actions{
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .content-medical-scholarship-reader .scholarship-meta-grid{
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}

.carousel-headline h2{
    text-align: center;
    padding-bottom: 30px;
}
#scholarship-homepage-search-form select{
  border:none !important;
}
#scholarship-homepage-search-form label{
  padding-left:10px;
}
.mmenu_trigger{
  color: var(--secondColor);
}
.mmenu_trigger .burger .burger_lines, .mmenu_trigger .burger .burger_lines:after, .mmenu_trigger .burger .burger_lines:before{
  background: var(--secondColor);
}
form select{
  background-image: url('../../../files/medizinstipendium/images/select-down.png');
  background-position-x: 97%;
  background-size: 15px;
}

/* Styling for the scholarship submission form checkboxes */
.widget-checkbox .checkbox-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
}
.widget-checkbox .checkbox-container label {
    display: flex;
    align-items: center;
    font-weight: normal;
    margin-bottom: 12px;
    cursor: pointer;
    text-align: left;
    width: 100%;
}
.widget-checkbox .checkbox-container input[type="checkbox"] {
    margin: 0 12px 0 0;
    width: 18px;
    height: 18px;
    min-width: 18px; /* Prevents checkbox from shrinking */
    cursor: pointer;
}
/* Ensure the main label "Ich möchte" stays bold and on its own line */
.widget-checkbox > label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}