.ancr-group > .ancr{
margin-bottom: 0 !important;
}
.ancr-group.ancr-sticky {
position: fixed;
left: 0;
right: 0;
}
.ancr-group.ancr-normal {
z-index: 9999;
}
.ancr-group.ancr-pos-top{
top: 0;
z-index: 99999;
}
.ancr-group.ancr-pos-top > .ancr{
top: 0;
border-top: 0!important;
}
.ancr-group.ancr-pos-bottom{
bottom: 0;
z-index: 99999;
}
.ancr-group.ancr-pos-bottom > .ancr{
top: 0;
border-bottom: 0!important;
}
.ancr.ancr-wrap{
display: none;
position: relative;
width: 100%;
background-color: #fff;
box-sizing: border-box;
padding: 0.5em 1em;
border-left-width: 0 !important;
border-right-width: 0 !important;
} .ancr .ancr-container {
max-width: 1000px;
margin: 0 auto;
display: flex;
will-change: transform;
}
.ancr .ancr-inner{
display: inline-block;
}
.ancr .ancr-inner > *{
margin-bottom: 1em;
}
.ancr .ancr-inner > *:first-child {
margin-top: 0;
}
.ancr .ancr-inner > *:last-child {
margin-bottom: 0;
} .ancr .ancr-content{
display: flex;
flex-direction: column;
justify-content: center;
}
.ancr .ancr-content p {
color: inherit;
font-size: inherit;
} .ancr.ancr-lo-separate_column .ancr-content{
flex: 1;
}
.ancr.ancr-lo-separate_row .ancr-container{
display: block;
}
.ancr.ancr-lo-separate_row .ancr-btn-wrap{
margin: 0.5em 0;
}
.ancr.ancr-lo-ticker{
overflow: hidden;
}
.ancr.ancr-lo-ticker.ancr-lo-ticker-anim .ancr-container{
animation: ancr-marquee 20s linear infinite;
}
.ancr.ancr-lo-ticker.ancr-lo-ticker-anim.ancr-ticker-start-middle .ancr-container{
animation-delay: calc(var(--ancr-ticker-speed) * -0.33);
}
.ancr.ancr-lo-ticker .ancr-container{ max-width: none !important;
display: inline-flex;
visibility: hidden;
}
.ancr.ancr-lo-ticker .ancr-content{
flex: none;
white-space: nowrap;
} .ancr.ancr-align-center .ancr-container{
justify-content: center;
text-align: center;
}
.ancr.ancr-align-center .ancr-btn-wrap{
justify-content: center;
}
.ancr.ancr-align-right .ancr-container{
justify-content: flex-end;
text-align: right;
}
.ancr.ancr-align-right .ancr-btn-wrap{
justify-content: flex-end;
} .ancr .ancr-close-btn {
position: absolute;
top: 0;
right: 0;
color: inherit;
line-height: 0;
padding: 0.5em;
z-index: 999;
}
.ancr .ancr-close-btn:hover {
opacity: 0.5;
}
.ancr .ancr-close-icon{
width: 16px;
height: 16px;
}
.ancr.ancr-lo-separate_column.ancr-has-close-btn{
padding-right: 3.5em;
} .ancr .ancr-btn-wrap{
display: inline-block;
margin: 0 0 0 1em;
line-height: 0;
display: flex;
flex-direction: row;
align-items: center;
}
.ancr .ancr-btn {
padding: 0.5em 1em;
display: inline-block;
margin: 0 0.5em 0 0;
text-align: center;
line-height: 1;
white-space: nowrap;
vertical-align: middle;
text-decoration: none;
}
.ancr .ancr-btn:last-child {
margin-right: 0;
}
.ancr .ancr-btn:hover{
filter: brightness(0.8);
}
.ancr .ancr-btn:active{
filter: brightness(0.5);
} .ancr-top-spacer{
transition: height 0.5s;
}
@keyframes ancr-marquee {
0% {
transform: translateX(var(--ancr-width));
}
100% {
transform: translateX(-100%);
}
}
@media only screen and (max-width: 800px) {
.ancr-lo-same_row .ancr-container{
display: block;
}
.ancr-lo-same_row .ancr-btn-wrap{
margin: 0.5em 0 0 0;
}
.ancr-lo-separate_column .ancr-container{
display: block;
}
.ancr-lo-separate_column .ancr-btn-wrap{
margin: 0.5em 0 0 0;
}
.ancr.ancr-lo-ticker.ancr-lo-ticker-anim.ancr-ticker-start-middle .ancr-container{
animation-delay: 0s;
}
}.filter-container {
display: flex;
flex-direction: column;
gap: 1rem;
padding: 2rem;
border-radius: 25px;
background-color: #7eaa41;
margin: 0 0 1rem 0;
color: #fff;
font-size: 100%;
}
#filter-anordnung {
display: flex;
flex-direction:row;
gap: 1rem;
}
#filter-anordnung label {
margin-bottom: .5em;
display: block;
}
#toggle-button {
padding: 0.5rem 1rem;
font-size: 16px;
cursor: pointer;
border: none;
background-color: #004568;
color: white;
border-radius: 18px;
margin: 0 1em 2em 0;
}
#toggle-button:hover {
background-color: #00adda;
}
.search-container {
flex: 1;
margin-right: 20px;
}
#kurs-search-input,
#category-select,
#referent-select,
#kursmonat-select,
#referent-select,
#kursmonat-select {
width: 100%;
font-size: 16px;
max-width: 30em;
padding: .5em;
color: #4e4e4e;
}
.toggle-container {
flex: none;
}
.toggle-container .toggle-label {
color: #fff;
}
.category-filter,
.referent-filter,
.kursmonat-filter {
text-align: left;
}
.kursmonat-filter {
margin-bottom: 1rem;
} .reset-filters-button:hover {
color: #19506F;
cursor: pointer;
} .kurse-uebersicht {
display: flex;
flex-wrap: wrap;
justify-content: start;
gap: 1.5rem;
} .kurs-item {
border: 0;
padding: 0;
background-color: white;
width: calc(33.333% - 1rem);
box-sizing: border-box;
position: relative;
border-radius: 2.5rem; display: flex;
flex-direction: column;
}
.kurs-item.kurs_laeuft {
opacity: .7;
}
.kurs-item .meta_container {
font-weight: 700;
text-transform: uppercase;
font-size: .9rem;
color: #8CBD48;
line-height: 1.5em;
margin-bottom: 1em;
}
.kurs-item .meta_container p {
margin:0;
padding: 0;
color:#999;
}
.kurs-item .kurs-number {
display: none;
}
.kurs-item .kurs-content {
flex-grow: 1; color: #19506F;
padding: 0 1.5rem;
}
.kurs-item .kurs-content h3 {
font-weight: 700;
font-size: 2rem;
line-height: 2.2rem;
margin-bottom: .2rem;
color: #000;
padding-bottom: 0
}
.kurs-item h3.kurs-title a:link,
.kurs-item h3.kurs-title a:visited  {
color: #19506F;
}
.kurs-item h3.kurs-title a:hover {
color: #000;
}
.kurs-item p {
margin-top: 1rem;
line-height: 1.4em;
color: #000;
}
.kurs-item .mehr_container {
margin-top: 1.5em;
padding: 0 1.5rem 1.3rem;
}
.kurs-item .more-link { margin-top: auto;
}
.kurs-item .more-link:hover {
background-color: #00adda;
}
.kurs-item .kurs-image {
width: 100%;
height: auto;
margin-bottom: 1rem;
height: 200px;
object-fit: cover;
border-radius: 2rem 2rem 0 0;
}
.badge {
font-weight: 700;
font-size: 1.2rem;
line-height: 1.2em;
background-color: #004568;
border-radius: 50% 50% 50% 50%;
overflow: hidden;
z-index: 2;
position: absolute !important;
top: -1em;
bottom: auto;
left: -.7em;
right: auto;
transform: rotateX(0deg) rotateY(0deg) rotateZ(-17deg);
width: 7em;
height: 7em;
padding: .5em;
display: flex;
justify-content: center;
align-items: center;
color:#fff;
text-align: center;
}
.badge.ausgebucht,
.badge.warteliste,
.badge.laufender-kurs {
background-color: red;
border-radius: 2em;
min-width: 9em;
height: auto;
padding: 1em 1em 1.2em 1em;
z-index: 3;
top: 0em;
left: -1.7em;
line-height: 1em;
}
.badge.warteliste {
background-color: orange;
}
.badge.laufender-kurs {
background-color: grey;
}
.no-courses-message {
background-color:rgba(255,255,255,.7);
padding: 1em;
border: 1px solid transparent;
border-radius: 1em;
text-align: center;
font-weight: bold;
}
.show-all-container {
text-align: center;
}
.show-all-button {
margin-top: 3rem;
} @media (max-width: 768px) {
.kurs-item {
width: 100%;
}
}
.kurs-filter ul {
list-style: none;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin-bottom: 0;
padding: 0 !important;
}
.kurs-filter ul li {
margin-right: 10px;
list-style: none;
}
.kurs-filter ul li a {
display: block;
margin-bottom: 1em;
}
.kurs-filter ul li a.active,
.kurs-filter ul li a:hover {
background-color: #00adda !important;
} .toggle-container {
display: flex;
align-items: center;
margin: 1em 0;
}
.toggle-label {
margin-right: 1em;
font-weight: bold;color:#000;
}
.switch {
position: relative;
display: inline-block;
width: 3em;
height: 1.4em;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
transition: .4s;
border-radius: 2em;
}
.slider:before {
position: absolute;
content: "";
height: 1em;
width: 1em;
left: .2em;
bottom: .25em;
background-color: white;
transition: .4s;
border-radius: 50%;
}
input:checked + .slider {
background-color: #2196F3;
}
input:checked + .slider:before {
transform: translateX(1.6em);
}
.jahrestag {
margin-top:-3.7rem;
padding: .5em 1.5rem;
background-color: rgba(0,69,104, .95);
color: #fff;
display: flex;
flex-direction: row;
margin-bottom: 1rem;
}
.jahrestag img {
height: 1.8em;
width: auto;	
margin-left: .6em;
vertical-align: center;
}div.tnp-subscription,
form.tnp-subscription, form.tnp-profile {
display: block;
margin: 1em auto;
max-width: 500px;
width: 100%;
}
div.tnp-profile {
display: block;
margin: 1em 0;
max-width: 500px; } .tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field
{
margin-bottom: .7em;
border: 0;
padding: 0;
}
.tnp-subscription label,
.tnp-profile label
{
display: block;
color: inherit;
font-weight: normal;
line-height: normal;
padding: 0;
margin: 0;
margin-bottom: .25em;
font-size: .9em;
}
.tnp-subscription .tnp-field-checkbox label,
.tnp-profile .tnp-field-checkbox label
{
display: inline-block;
}
.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select,
.tnp-subscription textarea,
.tnp-profile input[type=text],
.tnp-profile input[type=email],
.tnp-profile input[type=submit],
.tnp-profile select,
.tnp-profile textarea
{
width: 100%;
padding: .7em;
display: block;
border: 1px;
color: #444;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
font-size: 1em;
margin: 0;
line-height: normal;
box-sizing: border-box;
}
.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio],
.tnp-profile input[type=checkbox]
{ max-width: 1em;
display: inline-block;
margin-right: .5em;
} .tnp-subscription select option,
.tnp-profile select option
{
margin-right: .75em;
}
.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit,
.tnp-unsubscribe button.tnp-submit,
.tnp-reactivate button.tnp-submit
{
background-color: #444;
color: #fff;
width: auto;
height: auto;
margin: 0;
display: inline-block;
}
@media all and (max-width: 480px) {
.tnp-subscription input[type=submit],
.tnp-profile input[type=submit] {
width: 100%;
}
}
.tnp-widget {
width: 100%;
display: block;
box-sizing: border-box;
}
.tnp-widget .tnp-field {
margin-bottom: 10px;
border: 0;
padding: 0;
}
.tnp-widget label {
display: block;
color: inherit;
font-size: 14px;
}
.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
width: 100%;
padding: 10px;
display: block;
border: 1px solid #ddd ;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
color: #444;
font-size: 14px;
line-height: normal;
box-sizing: border-box;
height: auto;
}
.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
width: auto;
display: inline-block;
} .tnp-widget select option {
margin-right: 10px;
}
.tnp-widget input.tnp-submit {
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
margin: 0;
}
.tnp-field input[type="submit"] {
position: inherit;
}
.tnp-field label {
} .tnp-widget-minimal {
width: 100%;
}
.tnp-widget-minimal form {
margin: 0;
padding: 0;
border: 0;
}
.tnp-widget-minimal input.tnp-email {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
}
.tnp-widget-minimal input.tnp-submit {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: normal;
border-radius: 0px;
height: auto;
margin: 0;
} .tnp-subscription-minimal {
width: 100%;
box-sizing: border-box;
margin: 10px 0;
}
.tnp-subscription-minimal form {
width: auto;
margin: 0;
padding: 0;
border: 0;
white-space: nowrap;
}
.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name
{
width: 70%;
max-width: 300px;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin-right: 10px;
}
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name
{
width: 31%;
}
.tnp-subscription-minimal .tnp-privacy-field {
margin-top: 10px;
} .tnp-subscription-minimal input.tnp-submit {
width: 29%;
box-sizing: border-box;
display: inline-block;
padding: 10px;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin: 0;
}
.tnp-subscription-posts {
margin-top: 2em;
margin-bottom: 2em;
padding: 2rem;
}
.tnp-subscription-posts .tnp-subscription {
max-width: auto;
margin: 0;
}
@media all and (max-width: 525px) {
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name,
.tnp-subscription-minimal input.tnp-submit
{
width: 100%;
max-width: 100%;
margin: 0;
display: block;
margin-bottom: .5rem;
}
} .tnp-button-form button.tnp-submit {
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: normal;
border-radius: 0px;
height: auto;
margin: 0;
} .tnp-comments {
clear: both;
margin-top: 15px;
margin-bottom: 15px;
}
.tnp-comments label {
display: block;
}
.tnp-comments input[type=checkbox] {
display: inline-block;
width: auto!important;
} .tnp-lock {
clear: both;
display: block;
box-sizing: border-box;
box-shadow: none;
margin: 20px;
padding: 15px;
background-color: #fff;
border: 1px solid #ddd;
}
.tnp-nl-checkout {
margin-bottom: 1em;
}