:root {

--t4-btn-border-radius: .5rem;
--color-offwhite: #f2f1f0;
--masthead-bg-color:#f2f1f0;

$border-radius: .375rem;          // Standard-Radius für z. B. Buttons, Karten etc.
$border-radius-sm: .25rem;        // Für kleine Elemente
$border-radius-lg: .5rem;         // Für große Elemente
$border-radius-xl: 1rem;          // Extra groß
$border-radius-xxl: 2rem;         // Noch größer
$border-radius-pill: 50rem;       // Für pillenförmige Elemente


}

.acm-hero.style-3 .feature-inner, .acm-hero.style-2 .feature-inner:not(.bg-white) {
	--body-link-color: rgba(255,255,255,0.8);
	color: rgba(255,255,255,0.8);
}

ul.list-deadlines li:before {
	content: "\f073";
	font-family: 'Font Awesome 5 Free';
	margin-right: 5px;

}




.menu-item-iconbefore-application .menu-item-title:before {
	content: "\f303";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 5px;

}


.menu-btn .menu-item-title {
	--bs-btn-padding-x: 0.85rem;
	--bs-btn-padding-y: 0.45rem;
	--bs-btn-font-family: inherit;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-border-width: 1px;
	--bs-btn-border-radius: 0.375rem;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
	--bs-btn-disabled-opacity: .65;
	--bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(49,132,253,.5);
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--color-primary);
	--bs-btn-border-color: color-mix(in srgb, var(--color-primary) 90%, black);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: color-mix(in srgb, var(--color-primary) 85%, black);
	--bs-btn-hover-border-color: color-mix(in srgb, var(--color-primary) 65%, black);
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0a58ca;
	--bs-btn-active-border-color: #0a53be;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #0d6efd;
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: 600;
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: var(--bs-btn-bg);
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: .2em;
	box-shadow: var(--bs-btn-box-shadow);
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.menu-btn .menu-item-title:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.menu-btn .menu-item-title:focus-visible {
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.menu-btn .menu-item-title:active,
.menu-btn .menu-item-title.active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
  box-shadow: var(--bs-btn-active-shadow);
}

.menu-btn .menu-item-title:disabled,
.menu-btn .menu-item-title.disabled {
  pointer-events: none;
  opacity: var(--bs-btn-disabled-opacity);
  color: var(--bs-btn-disabled-color);
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
}




.btn, .blog-list .item-readmore a {
	text-transform: unset;
}




.t4-masthead .ja-masthead .ja-masthead-description {
	color: #333;
	opacity: 0.7;
	margin-top:1rem;
}




.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
	font-weight: 600;
	font-size: 1rem;
}


.acm-hero.style-3 .feature-inner, .goe-page .acm-hero.style-2 .feature-inner .hero-desc, .goe-page .section-highlight, .acm-cta.style-3 .cta-item, .section-highlight {
	color: rgba(255, 255, 255, 0.9);
}

.t4-footnav .footer-inner .copyright {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}


.section-title.h6 {
	font-weight: 500;
	font-size: 1em;
}


.main-heading.h2 {
	font-weight: 200;
}



.t4-masthead .ja-masthead {
	background-color: var(--masthead-bg-color);
}
.t4-masthead .ja-masthead .breadcrumb {
	color: var(--heading-color);
	opacity: .5;
}

.t4-masthead .ja-masthead .breadcrumb li a {
	color: var(--heading-color);
	opacity: .8;
}

.t4-masthead .ja-masthead .breadcrumb li > span {
	color: var(--heading-color);
	opacity: .6;
}

.breadcrumb .divider::before {
	color: var(--heading-color);
	opacity: .6;
}

.t4-masthead .ja-masthead .ja-masthead-title {
	color: var(--heading-color);
	font-weight: 700;
}


.modulenewslettercta .acm-cta.style-3 .cta-item {
	text-align: left;
}


.badge.badge-pt {
	background: rgb(255,255,255,0.2);
	border-radius: 10px;
	margin-right: 5px;
}



.topmenu-link::before {
	width: 1.2em;
	text-align: center;
	display:inline-block;
	margin-right: 5px;
	font-family: 'Font Awesome 5 Free';
}

.link-menu-newsletter::before {
	content: "\f0e0";
}





ul.check-list {
	--icon-size: .8em;
	--gutter: .5em;
	padding: 0 0 0 var(--icon-size);
}

ul.check-list li::marker {
	content: "\f14a";
	font-family: FontAwesome;
	color: var(--color-secondary);
}

ul.check-list li {
	padding-left: var(--gutter);
}

.fw-semibold {
	font-weight: 600 !important;
}

.fw-heavy {
	font-weight:900 !important;
}

.fw-extralight {
	font-weight:200 !important;
}


.headline-funder {
	min-height:50px;
	}




.ext-link::after {
	content: "\f35d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-left: 5px;
	position: relative;
	font-size: .7em;
	bottom: 2px;
}

.normal-link::after {
	content:"" !important;
}

.int-link::after {
	content: "\f0c1" !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-left: 5px;
	position: relative;
	font-size: .8em;
	bottom: 1px;
}


.table > :not(caption) > * > * {
	box-shadow: unset;
}

.bg-offwhite  {
	background-color: var(--color-offwhite);
}







.exc-icon-before::before {
	content: "\f06a";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 5px;
}

.info-icon-before::before {
	content: "\f05a";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 5px;
}



/** VISFORMS **/

.form-control {
	max-width: unset;
}

.field-info-text {
	font-size: .9em;
	display: inline-block;
	line-height: 1.3em;
	margin-top: 0.2em;
	opacity: .8;
}

.visforms.visforms-form > form > fieldset > .row > [class^="col-"] {
	margin-top: 1em;
}


div.visforms.visforms-form > h1 {
	display: none;
}




/** BOOTSTRAP MODAL **/

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
} 




/** FORMS */

input.form-control, textarea.form-control, select.form-select {
	border: 1px solid #ced4da;
	border-radius: 5px;
	font-size: .9em;
	color: #3c3c3c !important;
	padding: 0.625rem 1rem;
}
