/* new 20 80 container */
@media (min-width:768px){
    .contentcontainer[data-container-identifier="container_columns_80_20"]{
        grid-template-columns:1fr 2fr
    }
}
@media (min-width:992px){
    .contentcontainer[data-container-identifier="container_columns_80_20"]{
        grid-template-columns:1fr 5.075fr
    }
}

/* icons for contact options in main menu */

.header-info .address-box a.mail:before, .header-info .address-box a.telephone:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.40625rem;
    padding-left: 23px;
    margin-right: 7px;
}

.header-info .address-box a.mail:before {
    background-image: url(/typo3conf/ext/base/Resources/Public/Icons/at-regular.svg);
}

.header-info .address-box a.telephone:before {
    background-image: url(/typo3conf/ext/base/Resources/Public/Icons/phone-regular.svg);
}

.header-info .footer-sociallinks .sociallinks-list {
    justify-content: left;
}

.header-info .footer-sociallinks {
    margin-left: -2px;
}

.mainnavigation-toggle {
    background-image: url(/typo3conf/ext/base/Resources/Public/Icons/sandwich.svg);
    background-repeat: no-repeat;
    width: 42px;
    height: 25px;
    transition: .3s ease;
}

.mainnavigation-toggle.open {
    background-image: url(/typo3conf/ext/base/Resources/Public/Icons/xmark-large-regular.svg);
    background-size: 25px 40px;
    display:block;
    background-position: center;
    transform: translate3d(0, 0, 0) rotate(180deg);
    transition: .3s ease;   
}

.frame-page-teaser .textmedia {
    gap: 20px;
}

/* bigger social media icons */

.mainnavigation-page .mainnavigation-container .header-info .footer-sociallinks .sociallinks-item .sociallinks-link .sociallinks-link-icon, .footer-sociallinks .sociallinks-item .sociallinks-link .sociallinks-link-icon {
    font-size: 3.5rem;
}

/* color adjustment for photo enlarge background */
.pswp.pswp--open { backdrop-filter: blur(5px); }
.pswp__bg { background-color: #fff; opacity: 0.85 !important; }
.pswp__top-bar { background-color: #000 !important; }

/* positioning of the language menu and the call to action button */

#fullpage section .video_link {
    z-index: 5;
}

.stoerer-container .stoerer-circle {
    z-index: 10;
}

.stoerer-container {
    z-index: 11;
}

.navbar-mainnavigation .qe-langauges-toggle.show {
    z-index: 20;
}

/* Lotties positioning */

/*.frame-type-mask_lottie_animation .frame-container {
    max-width: 90%;*/
    
.frame-type-mask_lottie_animation {
    padding: 0;
}

@media (min-width: 1200px) {
    .frame-type-mask_lottie_animation .svg-container.right_top {
        right: -6%;
    }
}

@media (min-width: 2200px) {
    .frame-type-mask_lottie_animation .svg-container.right_top {
        right: 0%;
    }
}

@media (min-width: 2600px) {
    .frame-type-mask_lottie_animation .svg-container.right_top {
        right: 8%;
    }
}

.frame-type-mask_lottie_animation .svg-container.left_top {
        left: -10%;
    }

@media (min-width: 1200px) {
    .frame-type-mask_lottie_animation .svg-container.left_top {
        left: -6%;
    }
}

@media (min-width: 2200px) {
    .frame-type-mask_lottie_animation .svg-container.left_top {
        left: 2%;
    }
}
    
@media (min-width: 2600px) {
    .frame-type-mask_lottie_animation .svg-container.left_top {
        left: 8%;
    }
}

/* Fixing Cookie consent banner width */

.ccm-modal .ccm-modal--body {
    max-width: 900px !important;
}
@media (max-width: 64.0625em) {
    .ccm-modal .ccm-modal--body {
        max-width: 625px !important;
    }
    .ccm-modal.ccm-widget .ccm-modal-inner {
        max-height: 90% !important;
    }
}
@media (max-width: 540px) {
    .ccm-modal:not(.ccm-widget) .ccm-modal--footer>button, .ccm-modal:not(.ccm-widget) .ccm-modal--footer>.button {
        margin-bottom: 0px !important   ;
    }
    .ccm-modal:not(.ccm-widget) .ccm-modal--footer:not(.ccm-link-container-sub-footer) {
        padding: 15px !important;
    }
    .ccm-modal--body {
        padding-bottom: 10px !important;
    }
}
@media (min-width: 64.0625em) {
    .ccm-modal.fixed-height .ccm-modal-inner {
        max-height: 80% !important;
    }          
}
.ccm-powered-by {
    display: none !important;
}

#accordion-address .accordion-item,
#accordion-address .accordion-header .accordion-button { background-color: transparent; }
#accordion-address .accordion-body { padding-top: 0; }

/* Fixing main navigation menu z-index */

.mainnavigation-page {
    z-index: 19;
}

@media (min-width: 992px) {
    #fullpage section .section-textcontainer .col {
        max-width: 66vw;
    }
}

.gallery-item img {
  border-radius: 15px;
}

/* Responsive layout fixing of header media */

@media (max-width: 575.98px) {
    #page-content .section > :nth-child(1 of .layout-101) { min-height: calc(30vh - 70px) !important; }
}

@media (min-width: 576px) {
    #page-content .section > :nth-child(1 of .layout-101) { min-height: calc(30vh - 70px) !important; }
}

@media (min-width: 768px) {
    #page-content .section > :nth-child(1 of .layout-101) { min-height: calc(38vh - 70px) !important; }
}

@media (min-width: 992px) {
    #page-content .section > :nth-child(1 of .layout-101) { min-height: calc(48vh - 70px) !important; }
}

@media (min-width: 1200px) {
    #page-content .section > :nth-child(1 of .layout-101) { min-height: calc(57vh - 70px) !important; }
}

@media (min-width: 1400px) {
    #page-content .section > :nth-child(1 of .layout-101) { min-height: calc(65vh - 70px) !important; }
}

/* Copyright styling */

.frame-backgroundimage-container .copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 12px;
    background-color: rgba(255,255,255,.4);
    color: #000;
    margin: 0;
    text-align: right;
    z-index: 10;
}

/* news pagination */

.news-list-view nav { margin-top: 2rem; }
.news-list-view .pagination { font-size: 1.29375rem; color: #000e60; }
.news-list-view .pagination .page-item .page-link { border: none; background-color: inherit; color: #000e60; padding: 0.05rem 0.8rem; margin-left: 0.375rem; margin-right: 0.375rem; border-radius: 50px; }
.news-list-view .pagination .page-item .page-link i[class^="icon-"]:before { font-size: 200%; vertical-align: middle; line-height: 0em; margin-right: 0px; margin-left: 0px; }
.news-list-view .pagination .page-item.active .page-link { background-color: #00be64; color:#fff; }
.news-list-view .pagination .page-item .page-link:hover { background-color: #e9e9e9; }
.news-list-view .pagination .next.page-item .page-link, .news-list-view .pagination .previous.page-item .page-link { background-color: #e9e9e9; padding: 0.2rem 0; }
.pagination .page-link:focus { box-shadow: none; }

/*
@media (min-width: 1400px) and (min-resolution: 1.5dppx) {
    .frame-backgroundimage-container.limit-width .frame-backgroundimage video {
        max-width: 75vw;
    }
}
*/

@media (max-width:991px) {
    .frame.frame-layout-embedded > .frame-group-container { max-width:unset; }
    .frame-layout-embedded>.frame-group-container .frame-group-inner { padding:0; }
}
.frame-has-backgroundimage.frame-layout-embedded { min-height:unset; }
.frame-backgroundimage-container.limit-width { position: unset; }
.frame-backgroundimage-container.limit-width .frame-backgroundimage { position: unset; }
.frame-backgroundimage-container.limit-width video { width:100%; vertical-align:top; }

.news-menu-view ul { list-style-type: none; margin: 0; padding: 0; }
.news-menu-view li { display: inline-block; margin-right: 15px; }
.news-menu-view a { font-size: 1.2rem; border: 2px solid #e5e5e5; background-color: white; border-radius: 30rem; }
.news-menu-view a:hover { border-color:#00be64; background-color: white;}
.news-menu-view a:focus, .news-menu-view a:active { outline: none; box-shadow: none; background-color: white; border-color: #e5e5e5}
.news-menu-view a:focus { border-color:#00be64 }
.news-menu-view a.active { background-color: #00be64; border-color:#00be64; color: white; box-shadow: none;}
.news-menu-view a:active:focus { box-shadow: none;}
.news-menu-view .btn { padding: 9px 25px 9px 25px; }
/*
padding: 9px 37px 8px 33px;
*/

html { scroll-padding-top: 90px; }

.frame-inner hr { height: 2px; background-color:#000e60; opacity: 1; margin: 1rem 0 !important;}

.news-list-view .pagination { font-size: calc(1.265625rem + 0.1875vw); }
@media (min-width: 1200px) {
    .news-list-view .pagination { font-size: 1.40625rem;}
}

@media (max-width: 768px) {
    .news-menu-view li { margin-bottom: 10px; }
}

.frame-type-container_3_columns .frame-backgroundimage-fade { /*opacity: 0.125;*/ transition: all 0.4s; }
/* if the following opacity value has to be changed, we also have to change it in packages/base/Resources/Public/JavaScript/Dist/scripts.js line 33 and 39 */
.frame-type-container_3_columns .frame-backgroundimage-fade:hover { opacity: 1; /* 0.525 */ } 

.frame-type-html .sociallinks { width: 11rem; margin-left: auto; margin-right: auto; margin-top: -40px; }
.frame-type-html .sociallinks .sociallinks-link { width: 3.5rem; height: 3.5rem; }
.frame-type-html .sociallinks .sociallinks-link-icon { font-size: 5.5rem !important; color:#000e60 }

#page-content .section.section-default > a[id] { display: none; }

/* Calendly embed responsive styling */

@media (max-width: 1199px) {
    .calendly-inline-widget { height: 1240px !important; }
}

@media (max-width: 767px) {
    .calendly-inline-widget { height: 1150px !important; }
}

@media (max-width: 575px) {
    .calendly-inline-widget { height: 1110px !important; }
}

/* general ccm19 blocking consent placeholder styling */

.blocked {
    margin-top: 0.5rem;
    margin-bottom: 2.625rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 612px;
    display: flex;
    align-items: center;
}

.blocked .inner {
    height: auto !important;
}

.blocked h2 {
    margin-bottom: .625rem;
    font-size: 1.75rem;
    line-height: 1;
    color: white;
}

.blocked p {
    font-size: 17px;
    color: white;
}

.blocked button.btn.btn-anim {
    display: block;
    margin: auto;
}

.blocked .inner {
    background: rgba(0, 14, 96, 0.6);
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 0%;
}

@media (max-width: 768px) {
    .blocked {
        height: auto;
    }
    .blocked .inner {
        margin-top: inherit;
    }    
}

/* calendly ccm19 consent placeholder styling */

.blocked.blocked-calendly { background-image: url('/typo3conf/ext/base/Resources/Public/Images/calendlybackgroundimage.jpg'); }
.calendly-inline-widget .ccm--consent-switch { display: none; }
.calendly-inline-widget > iframe[src^="https://cloud.ccm19.de"] { display: none; }

/* google maps locations ccm19 consent placeholder styling */

.blocked.blocked-locations { background-image: url('/typo3conf/ext/base/Resources/Public/Images/office_map.png'); }
#locations-map:has(+ .ccm-plugin--script-placeholder) {  display: none; }

/* google maps land lease configurator ccm19 consent placeholder styling */

.blocked.blocked-landlease { background-image: url('/typo3conf/ext/base/Resources/Public/Images/googlemapsbackgroundimage.jpg'); }
#c4520:has(+ .ccm-plugin--script-placeholder) {  display: none; }

/* search styling */

.searchBox { display:inline-block; margin-right:25px; position:relative; padding-left:0; }
.searchBox.show { padding-left:180px; transition:all 0.5s; }
/*
.searchBox::before { content:''; display:block; position:absolute; background-color:#fff; width:calc(100% + 20px); height:50px; top:-10px; left:-10px; }
*/
.searchBox input { opacity:0; position:absolute; left:0; top:-4px; border:solid 2px #00be64; border-radius: 6px; color:#00be64; padding:0 10px; height:36px; width:1px; }
.searchBox.show input { width:165px; opacity:1; transition:all 0.5s; }
.searchBox .openSearch { position:relative; cursor:pointer; }
.searchBox .openSearch svg { width:22px; }
.searchBoxNavi { display:none; margin:35px 0; }
.searchBoxNavi input { border:solid 2px #00be64; border-radius: 6px; color:#00be64; padding:0 10px; height:36px; width:200px; }
.searchBoxNavi .startSearch { border:0; background-color:transparent; margin-left:8px; }
.searchBoxNavi .startSearch svg { width:26px; }
@media (max-width: 867px) {
    .searchBox { display:none; }
    .searchBoxNavi { display:block; }
}
.searchBox input.searchterm:focus-visible { outline: none; }
.searchBoxNavi input.searchterm:focus-visible { outline: none; }

.tx-kesearch-pi1 { font-family: var(--bs-body-font-family) !important; font-size: calc(1.265625rem + 0.1875vw); }
.tx-kesearch-pi1 #kesearch_filters { font-size: 1.125rem; }
.tx-kesearch-pi1 #kesearch_filters .list { border: none; }  
.tx-kesearch-pi1 #kesearch_filters .list .head { border-bottom: none; }
.tx-kesearch-pi1 #kesearch_filters .list li.optionCheckBox { width: 300px; }
.tx-kesearch-pi1 #kesearch_ordering, .tx-kesearch-pi1 #kesearch_num_results { font-size: 1.125rem; }
.tx-kesearch-pi1 #kesearch_ordering ul li { margin-left: 5px !important; }
.tx-kesearch-pi1 #kesearch_ordering .sortlink { margin-left: 10px; }
.tx-kesearch-pi1 #kesearch_ordering span.down, .tx-kesearch-pi1 #kesearch_ordering span.up { margin-bottom: 2px; margin-left: 3px; }
.tx-kesearch-pi1 #kesearch_ordering span.down { border-color:#000e60 transparent !important; border-width: 5px 5px 0 !important; }
.tx-kesearch-pi1 #kesearch_ordering span.up { border-color: transparent transparent #000e60 !important; border-width: 0 5px 5px !important; }
.tx-kesearch-pi1 #kesearch_results .result-list-item { padding: calc(1% + 20px) 0 calc(1.1% + 20px); margin: 0; }
.tx-kesearch-pi1 #kesearch_results span.result-title { display: inline-block; margin-bottom: 0.5rem; }
.tx-kesearch-pi1 #kesearch_results span.result-title a { font-size: calc(1.29375rem + 0.525vw); font-weight: 700; }
.tx-kesearch-pi1 #kesearch_results .teaser_image img { margin-right: 30px !important; }
.tx-kesearch-pi1 #kesearch_results span.result-teaser { font-size: calc(1.265625rem + 0.1875vw); line-height: 1.4; }
.tx-kesearch-pi1 #kesearch_results .result-list-item .hit { color: #00be64 !important; }
.tx-kesearch-pi1 #kesearch_results .result-list-item + .result-list-item { border-top: 1px solid #ddd; }
.tx-kesearch-pi1 #kesearch_results .teaser_icon img { width: 200px; height: 125px; object-fit: cover; }
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total { padding: calc(1% + 20px) 0 calc(1.1% + 20px); }
.tx-kesearch-pi1 .kesearch_pagebrowser a.page-link { border: none; padding: 0.05rem 0.8rem !important; margin-left: 0.375rem !important; margin-right: 0.375rem !important; border-radius: 50px; line-height: inherit !important; }
.tx-kesearch-pi1 .kesearch_pagebrowser a.page-link:hover { color: #000e60 !important; }
.tx-kesearch-pi1 .kesearch_pagebrowser .page-item.active .page-link { color: #fff !important; }
.tx-kesearch-pi1 .kesearch_pagebrowser .page-item.disabled .page-link { background-color: #ffffff; }
.tx-kesearch-pi1 #kesearch_ordering div.ordering { max-width: 400px !important; }

@media (min-width: 1200px){
    .tx-kesearch-pi1 #kesearch_results span.result-title a { font-size: 1.6875rem; }
    .tx-kesearch-pi1 #kesearch_results span.result-teaser { font-size: 1.40625rem; }
}
@media (max-width: 1200px){
    .tx-kesearch-pi1 .kesearch_pagebrowser .page-link.prev, .tx-kesearch-pi1 .kesearch_pagebrowser .page-link.next { margin-left: 0 !important; margin-right: 0 !important; }
}

/* locations styling */
/* I put this for the google map to display at all. It had a 0px height initially and was invisible */
#ttaddress__map { height: 500px; }

/* contact teaser list*/

.address-teaser{
    padding-bottom: 42px;
    margin-bottom: 42px;
}
.tx-ttaddress .list-group li strong{
    font-size: 1.3rem;
}
/*.tx-ttaddress .list-group .list-group-item.active {
    background-color:rgb(0,190,100,0.7);
}
*/
.tx-ttaddress .list-group .list-group-item.active strong{
    color:#000e60;
}
.tx-ttaddress .list-group .list-group-item.active a{
    color:#000e60;
    font-weight: 700;
}
@media (max-width:991.98px){
    .tx-ttaddress .col-lg-3{
        display: none;
    }
}

@media (max-width: 575.98px){
    .address-teaser{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
/* map teasers */

.tx-ttaddress .tt_address_list .col-md-3{
    padding-right: 0;
}

.tx-ttaddress .tt_address_list .list-group{
    height: 500px;
    overflow: auto;
    border: 1px solid rgba(0, 0, 0, 0.125);
    /*border-radius: 0.25rem 0 0 0.25rem;*/
    scrollbar-color: #00be64 transparent;
}
.tx-ttaddress .tt_address_list li{
    border:none;
}
.tx-ttaddress .tt_address_list li:not(:last-of-type){
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

/* map */

#ttaddress__map .gm-style-iw.gm-style-iw-c {
    padding-right: 12px !important;
    padding-bottom: 12px !important;
}
#ttaddress__map .gm-style-iw-ch {
    padding: 0 !important;
}
#ttaddress__map .gm-style-iw-chr {
    height: 20px;
}
#ttaddress__map .gm-style-iw.gm-style-iw-c button{
    width: 20px !important;
    height: 40px !important;
}
#ttaddress__map .gm-style-iw.gm-style-iw-c button span{
    margin: 0 !important;
}
#ttaddress__map .gm-style .gm-style-iw-d{
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
}
#ttaddress__map .gm-style-iw-d{
    overflow: visible !important;
    width: auto;
}
#ttaddress__map .gm-style-iw-d div div strong{
    font-size: 1.3rem;
}

/* lost code after v12 update */
.frame-indent .frame-inner {
  margin-left:0%;
  margin-right:0%
}
@media (min-width:576px) {
  .frame-indent .frame-inner {
    margin-left:5%;
    margin-right:5%
  }
}
@media (min-width:768px) {
  .frame-indent .frame-inner {
    margin-left:10%;
    margin-right:10%
  }
}
@media (min-width:992px) {
  .frame-indent .frame-inner {
    margin-left:15%;
    margin-right:15%
  }
}
@media (min-width:1200px) {
  .frame-indent .frame-inner {
    margin-left:20%;
    margin-right:20%
  }
}
@media (min-width:1400px) {
  .frame-indent .frame-inner {
    margin-left:25%;
    margin-right:25%
  }
}

#fullpage section.section-default .frame-type-menu_pages ul li a.active { color: #00be64; }    

/* Executive team */

@media (max-width: 767.98px) {
    .layout-10 .textmedia {
        flex-direction: column !important;
        gap: 2.1rem;
    }
    .layout-10 .textmedia-left .textmedia-gallery, .layout-10 .textmedia-left .textmedia-text {
        width: 100%;
    }
}

/* this had to be introduced once we migrated textpic to textmedia for the exec page too */
@media (min-width: 768px) {
    .textmedia-left .textmedia-item {
        width: calc(40% - (40px / 2));
    }
}
.frame-type-textmedia .textmedia-left .textmedia-text {
    width: calc(60% - (40px / 2));
}

/* Accordion element new layout */

#page-content .frame-type-accordion .accordion .accordion-item .accordion-body {
    padding-top: 0;
    padding-bottom: 25px;
}
.frame-type-accordion .accordion .accordion-item .gallery-item-size-1 {
    width: 95%;
}
@media (min-width: 768px) {
    .frame-type-accordion .accordion .accordion-item .accordion-content-right .accordion-content-item, .accordion-content-left .accordion-content-item {
        width: calc(45% - (1rem / 2));
    }
}
@media (max-width: 767.98px) {
    .frame-type-accordion .accordion .accordion-item .gallery-item-size-1 {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

/* News detail view new layout */

.frame-type-news_newsdetail .news-single .article .qe-news-media {
    margin: 42px 0 calc(42px + 1.5rem);
}

.frame-type-news_newsdetail .news-single .article .qe-news-media .qe-news-media-inner {
    width: 85%;
    float: right;
    position: relative;
}

@media (max-width: 991.98px) {
    .frame-type-news_newsdetail .news-single .article .news-related-wrap {
        width: 85%;
        float: right;
        margin-top: 30px !important;
        padding-left: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .frame-type-news_newsdetail .news-single .article .qe-news-media .qe-news-media-inner, .frame-type-news_newsdetail .news-single .article .news-related-wrap {
        width: 100%;
        float: unset;
    }
}

.frame-type-news_newsdetail .news-single .article .qe-news-media .qe-news-media-inner .news-img-wrap {
    width: 100%;
    margin: 0;
}

.frame-type-news_newsdetail .news-single .article .qe-news-media .qe-news-media-inner .news-img-wrap .outer {
    padding: 0;
}

.frame-type-news_newsdetail .news-single .article .qe-news-media .qe-news-media-inner .news-img-wrap .outer .mediaelement img {
    width: 100%;
}

.news-list-view .row {
    row-gap: calc(var(--bs-gutter-x));
}

/* Footer new responsive layout */

.bp-page-footer .footer-section .footer-menu .footer-menu-item {
    width: 24%;
    margin-right: 0;
}

.bp-page-footer .footer-section .footer-menu .footer-menu-item:not(:last-of-type) {
    margin-right: 10px;
}

@media (max-width: 991.98px) {
    .bp-page-footer .footer-section .footer-menu {
        row-gap: 20px;
    }
    .bp-page-footer .footer-section .footer-menu .footer-menu-item {
        width: 48%;
    }
}

@media (max-width: 574.98px) {
    .bp-page-footer .footer-section .footer-menu .footer-menu-item {
        width: 100%;
        margin-right: 0;
    }
}

/* quick & dirty fix to not show the new compliance main menu section in the footer sitemap */

.footer-container .footer-menu .footer-menu-item:nth-child(4) {
    display: none;
}

/* Images (Shrink image mobile) within a 80/20 container  */

@media (min-width: 768px) and (max-width: 991.98px) {
    .frame-type-container-20-80 .contentcontainer .frame-type-image.layout-101 .frame-container-default {
            max-width: 135px;
    }
}

/* Infographics - Rotating numbers */

.frame-has-backgroundimage .countup-container .mb-5:last-of-type {
    margin-bottom: 0 !important;
} 

.embed-responsive-youtube.frame-type-container_1_columns.layout-100 {
    min-height: unset;
}
.embed-responsive-youtube .frame-backgroundimage-container, .embed-responsive-youtube .frame-backgroundimage {
    position: relative;
}

#frame-backgroundimage-6918 {
    /*text-align: center;*/
}
#frame-backgroundimage-6918 video {
    max-width: 1620px;
    height: 100%;
}
.desktop-breadcrumb {
    position: relative;
    z-index: 1;
}

/* CSS required after the TYPO3 13 update */

a {
    text-decoration: none;
}
a:hover:not(.nav-link):not(.btn) {
    text-decoration: underline;
}
.frame-inner .contentcontainer .contentcontainer-column .frame-has-backgroundimage .frame-container h3.element-header a {
    color: white;
}
.navbar-mainnavigation.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
}

#page-content .form-container .mb-3 > h2 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.1;
}

#page-content .form-container .mb-3 > p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.1;
}