/* ################################################### CONFIG CONTENT ################################################## */

.frame-type-felogin_login label {
  display: inline-grid;
}

.section-background-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.frame-container .frame-container {
    padding-left: 0px;
    padding-right: 0px;
}

/* ##################################################
# CONTENT GRID
################################################## */
.contentgrid {
    display: grid;
    gap: 1.5em;
}

.contentgrid {
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-rows: auto 1fr 100px;
}




/* ##################################################
# CONTENT SPACING
################################################## */

#page-content .frame-space-before-ancor .frame-container {
    margin-top: 4rem;
}



/* ##################################################
# BUGFIX FULLSCREEN CAROUSEL ON MOBILE
################################################## */

.todo_carousel-type-fullscreen.sm-down .body-bg-top {
    padding-top: 0px;
}

.carousel-type-fullscreen.sm-down .card-group-element-item {
    padding: 5px!important;
}

.carousel-type-fullscreen.sm-down .card-group-element-item .card-footer {
    display: none;
}



/* ##################################################
# BACKGOUND IMAGE ALIGNMENT
################################################## */

.frame-backgroundimage-centertop,
.carousel-backgroundimage-centertop {
    background-position: center top!important;
}

.frame-backgroundimage-centercenter,
.carousel-backgroundimage-centercenter {
    background-position: center center!important;
}

.frame-backgroundimage-centerbottom,
.carousel-backgroundimage-centerbottom {
    background-position: center bottom!important;
}

.frame-backgroundimage-lefttop,
.carousel-backgroundimage-lefttop {
    background-position: left top!important;
}

.frame-backgroundimage-leftcenter,
.carousel-backgroundimage-leftcenter {
    background-position: left center!important;
}

.frame-backgroundimage-leftbottom,
.carousel-backgroundimage-leftbottom {
    background-position: left bottom!important;
}

.frame-backgroundimage-righttop,
.carousel-backgroundimage-righttop {
    background-position: right top!important;
}

.frame-backgroundimage-rightcenter,
.carousel-backgroundimage-rightcenter {
    background-position: right center!important;
}

.frame-backgroundimage-rightbottom,
.carousel-backgroundimage-rightbottom {
    background-position: right bottom!important;
}




/* ##################################################
# INDENT TOP
################################################## */

.desktop .section.section-default {
    overflow: visible;
}

.todo .desktop .section.section-default .frame-inner {
    overflow: hidden;
}

.frame[class*='frame-indent-'][class*='frame-background-'] {
    background: transparent;
}

.frame[class*='frame-indent-'].frame-background-none .container {
    background: transparent;
}

.frame[class*='frame-indent-'].frame-background-white .container {
    background: var(--bs-white);
}

.frame[class*='frame-indent-'].frame-background-black .container {
    color: #ffffff;
    background: var(--bs-black);
}

.frame[class*='frame-indent-'].frame-background-primary .container {
    background: var(--bs-primary);
}

.frame[class*='frame-indent-'].frame-background-secondary .container {
    background: var(--bs-secondary);
}

.frame[class*='frame-indent-'].frame-background-dark .container {
    background: var(--bs-darker);
}

.frame[class*='frame-indent-'].frame-background-light .container {
    background: var(--bs-light);
}

.frame[class*='frame-indent-'] {
    z-index: 1;
}

.frame[class*='frame-indent-'] .container {
    padding-top: -3.5rem;
    padding-bottom: -3.5rem;
}

.frame.frame-indent-top-small .container {
    margin: -6rem auto 0px;
}

.frame.frame-indent-top .container {
    margin: -9rem auto 0px;
}

.frame.frame-indent-top-large .container {
    margin: -18rem auto 0px;
}

.frame[class*='frame-indent-'] .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1.5rem;
    padding-bottom: 6rem;
}
.lg-up [class*='frame-indent-'] .container {
    padding-left: 100px;
    padding-right: 100px;
}


/* ##################################################
# EXTENSION EVENT REGISTRATION
################################################## */

.event-registration-row input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.event-registration-row  {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.event-registration-row.error-class input {
  border: 1px solid #dd0000;
}

.event-registration-row.error-class .field-errors {
  color: #dd0000;
  margin-top: -24px;
  font-size: .8rem;
}



/* ##################################################
# SEARCH
################################################## */
ul.tx-indexedsearch-browsebox {
    list-style: none;
    display: inline-flex;
    padding-left: 0px;
}
ul.tx-indexedsearch-browsebox li {
    margin-right: 20px;
}



/* ##################################################
# LAYOUT
################################################## */


.frame-space-before-no {
  margin-top: -3.5rem;
}

.frame-space-after-no {
    margin-bottom: -3.5rem;
}

.frame-layout-darken a picture:hover {
    -webkit-filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


.frame-layout-lighten a picture:hover {
    -webkit-filter: brightness(150%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}



/* ##################################################
# CONTAINER
################################################## */

.frame-fullwidth .frame-container {
    padding-left: 0px;
    padding-right: 0px;
  	max-width: 100%;
}




/* ##################################################
# GIF IMAGES
################################################## */

figure.image.gallery-image-gif {
    display: flex;
}

figure.image.gallery-image-gif .caption {
    padding-top: 15px;
}
