:root {
    --rzbae-color-text: #1a1a1a;
    --rzbae-color-accent: #2a96bf;
}

root { 
    display: block;
}

body {
    font-family: 'brandon-grotesque';
    font-weight: 300;
    font-size: 24px;
    line-height: 45px;
    color: var(--rzbae-color-text);
}

.center {
    text-align: center;
}

.text-accent {
    color: var(--rzbae-color-accent);
}

.light {
    font-family: 'brandon-grotesque';
    font-weight: 300;
}

.bold {
    font-family:'brandon-grotesque';
    font-weight: 400;
}

.extrabold {
    font-family:'brandon-grotesque';
    font-weight: 700;
}

strong,
b
{
    font-weight: normal;
    font-family:'brandon-grotesque';
    font-weight: 400;
}

caption {
    line-height: 1.3em;
}

@media (max-width: 768px) {
    .container {
        padding-right: 0px;
        padding-left: 0px;
    }
    #mobile-navigation .header,
    #navigation .navi-logo {
        padding-left: 15px;
    }
}

.uppercase {
    text-transform: uppercase;
}

.img-fluid.center-box,
.center-box 
{
    display: block;
    margin: 0 auto;
}

.text-right {
    text-align: right;
}

.img-fluid {
    display: inline-block;
}

.nowrap {
    white-space: nowrap;
}

blockquote {
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family: 'brandon-grotesque';
    font-weight: 300;
}

blockquote p:before {
    content: '\00bb';
    display: inline-block;
    padding-right: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 20px;
}

blockquote p {
    position: relative;
    text-align: left;
    padding-left: 15px;
}

blockquote p:after {
    content: '\00ab';
    display: inline;
    padding-left: 5px;
}


#slider blockquote {
    font-size: 1.34em;
}

#slider blockquote p {
    padding-left: 25px;
}

p {
    font-size: 1.0em;
    line-height: 1.35em;
}

h1 {
    margin-top: 0px;
}

h1, .h1 {
  font-size: 1.75em;
  color: var(--rzbae-color-accent);
}

h2, .h2 {
    font-size: 1.6em;
    margin-bottom: 50px;
    margin-top: 30px;
    text-transform: inherit;
}

@media (max-width: 768px) {
    h1, .h1 {
        font-size: 1.5em;
    }

    h2, .h2 {
        font-size: 1.4em;
        margin-bottom: 30px;
        margin-top: 15px;
    }
}

h3, .h3 {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-top: 25px;
    margin-bottom: 20px;
}

/* Karriere-Banner o.ä.: Zwischenüberschrift in Markenfarbe (statt Inline-style) */
.teaser-link > h2,
.teaser-link > h3,
.teaser-link > .h3 {
    color: var(--rzbae-color-accent);
}

h1, .h1, h3, .h3, h4, .h4, h5, .h5 {
    text-transform: uppercase;
}

h4, .h4 {
    font-size: 1.0em;
    line-height: 1.2em;
    font-family:'brandon-grotesque';
    font-weight: 400;
    margin-bottom: 0px;
}

h5 {
    font-size: 0.7em;
}

@media (max-width: 1200px){
    h5 {
        font-size: 0.9em;
    }
}

a,
a:active,
a:hover,
a:focus
{
    font-family:'brandon-grotesque';
    font-weight: 400;
    color: var(--rzbae-color-accent);
}

article p a,
article li a,
article .bodytext a
{
    color: var(--rzbae-color-accent);
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s ease;
}

article p a:hover,
article p a:focus,
article li a:hover,
article li a:focus,
article .bodytext a:hover,
article .bodytext a:focus
{
    color: var(--rzbae-color-accent);
    background-size: 100% 1px;
}

.blue
{
    color: var(--rzbae-color-accent);
}

a.teaser-link {
    display: table-cell;
    vertical-align: middle;
    width: 300px;
    max-width: 100%;
    background: #97bf0d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    font-family: 'brandon-grotesque';
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px 0px;
    text-transform: uppercase;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
}

li {
    list-style: none;
    display: block;
}

article ul {
  margin-bottom: 1.5em;
}

article li {
  margin-left: 30px;
  display: list-item;
  list-style: disc;
}

.no-margin {
    margin: 0;
}


#footer {
    
    background: #f7f7f7;
    padding: 50px 0;
    /* verhindert Margin-Collapse → weißer Streifen unter dem Footer */
    display: flow-root;
}

.home #footer {
    padding-top: 0px;
    background: #FFF;
}


#footer hr {
    margin-top: 0px;
    margin-bottom: 30px;
}

#footer p {
    font-size: 0.75em;
    line-height: 1.4em;
}

#footer li {
    font-size: 0.75em;
    line-height: 1.2em;
    margin-bottom: 5px;
}

#footer .sprechzeiten-table p{
}

#footer a {
    color: var(--rzbae-color-text);
}

#footer a:active,
#footer a:hover,
#footer a:focus
{
    color: var(--rzbae-color-accent);
}

@media (min-width: 992px){
    #footer .sprechzeiten-table p{
        line-height: 1.3em;
        font-size: 0.63em;
    }
}

@media (max-width: 1199px){
    #footer li,
    #footer p {
        font-size: 0.85em;
    }
}

@media (max-width: 768px){
    #footer li,
    #footer p {
        font-size: 1.0em;
    }
    #footer .sprechzeiten-table p{
        font-size: 1.0em;
    }
}

@media (max-width: 500px){
    #footer .sprechzeiten-table p{
        font-size: 0.7em;
    }
}


nav {
    display: block;
}

#navigation {
    position: relative;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 80px;
}

@media (max-width: 1200px) {
    .start #navigation {
        display: none !important;
    }
}

.white-bg {
    background: #f9f9f9;
}

#navigation .navi-logo {
    display: inline-block;
    margin-right: 50px;
    padding-left: 10px;
    flex-shrink: 0;
}

#navi-list-holder {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    min-width: 0;
}

#navigation .container {
    display: flex;
    align-items: center;
}

/* Start: Nav-Links wie Footer/Hinweis (12px Container + 22px Spalten-Gutter) */
.start #navi-list-holder > .navi-list:not(.right) > li:first-child {
    margin-left: 22px;
}

#navi-list-holder .navi-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    min-width: 0;
}

.navi-list.right {
    float: none;
    flex-shrink: 0;
}

.navi-list {
    display: inline-block;
    line-height: 60px;
    margin: 0;
    padding: 0;
}

.navi-list.right {
    float: right;
    margin-right: 30px;
}


.navi-list li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
    padding: 0;
    white-space: nowrap;
    flex-shrink: 0;
}

@media (min-width: 1201px){
    .navi-list li {
        margin: 0 15px 0px 5px;
    }
}

@media (min-width: 1201px) and (max-width: 1450px) {
    #navigation .navi-logo {
        margin-right: 25px;
    }

    #navi-list-holder .navi-list li {
        margin: 0 10px 0 5px;
    }

    #navi-list-holder .navi-list a {
        font-size: 16px;
    }
}

.navi-list a {
    position: relative;
    display: block;
    line-height: 60px;
    margin: 0;
    padding: 0px;
    font-size: 18px;
    color: var(--rzbae-color-text);
    text-decoration: none;
    text-transform: uppercase;
}

.navi-list a:hover:after,
.navi-list .active a:after
{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
    border-top: 1px solid var(--rzbae-color-text);
}

#mobile-navigation .navi-list .active a:after
{
    bottom: 7px;
}

@media (max-width: 1199px){
    #navigation .navi-list.right {
        margin-right: 0px;
    }
}

#mobile-navigation {
    overflow: hidden;
    position: relative;
}

.standard #mobile-navigation {
    background: #f9f9f9;
}

@media (max-width: 500px) {
    .start #mobile-navigation
    {
        margin-top: 50px;
    }
}

#mobile-navigation .header {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

#mobile-navigation .header .inner-right {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 30%;
}

#mobile-navigation .header .inner-left {
    display: table-cell;
    text-align: right;
    width: 70%;
    max-width: 200px;
    padding-top: 15px;
    padding-left: 7px;
    padding-right: 20px;
    vertical-align: top;
}

@media (max-width: 768px){
    #mobile-navigation .header .inner-left {
        text-align: left;
    }

    #mobile-navigation .header .inner-left .img-fluid,
    #mobile-navigation .header .inner-left .logo-img {
        width: 70%;
        min-width: 200px;
        height: auto;
    }
}

#mobile-navigation #burger {
    display: block;
    width: 80px;
    padding: 15px 12px;
    margin: 0 auto;
    cursor: pointer;
}

#navigation .burger {
    display: inline-block;
    vertical-align: middle;
    margin: 18px 0 0 0;
    width: 50px;
    float: right;
    height: 44px;
    cursor: pointer;
}

#mobile-navigation .header #burger {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 15px 0 0;
    width: 70px;
}

#navigation .burger li,
#mobile-navigation .header #burger li {
    margin-bottom: 8px;
}

#navigation .burger li:last-child,
#mobile-navigation .header #burger li:last-child {
    margin-bottom: 0;
}

.standard #mobile-navigation #burger:hover {
    /*background: #ECEDE5;*/
}
.start #mobile-navigation #burger,
#mobile-navigation #burger:hover
{
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.start #mobile-navigation #burger,
.start #mobile-navigation #burger:hover
{
    background: #FFF;
}


#navigation .burger li,
#mobile-navigation #burger li {
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid var(--rzbae-color-text);
    padding: 0;
    margin: 0 0 10px 0;
}

.start #mobile-navigation #burger li {
    border-color: var(--rzbae-color-text);
}

#navigation .burger li:last-child,
#mobile-navigation #burger li:last-child {
    margin: 0;
}

#mobile-navigation .navi-list {
    display: none;
    line-height: 45px;
}

#mobile-navigation .navi-list.open {
    display: block;
    margin-bottom: 40px;
}

.start #mobile-navigation .navi-list.open {
    margin-bottom: 0px;
}

#mobile-navigation .navi-list li {
    display: inherit;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#mobile-navigation .navi-list li:first-child {
    margin-top: 40px;
}

#mobile-navigation .navi-list a {
    position: relative;
    display: inline-block;
    line-height: 45px;
    margin: 0;
    padding: 0px;
    font-size: 1.75em;
    color: var(--rzbae-color-text);
    text-decoration: none;
    text-transform: uppercase;
    font-family:'brandon-grotesque';
    font-weight: 300;
}

@media (max-width: 768px){
    #mobile-navigation .navi-list a {
        font-size: 1.35em;
    }
}

#mobile-navigation .navi-list a:hover:after
{
    display: none;
}

#content .navi-list.right li {
    margin: 0 15px 0 0;
}



@media (max-width: 767px){
    #content .navi-list {
        float: none;
        width: 100%;
        margin-right: 0px;
        text-align: left;
    }

    #content .navi-list li {
        margin: 0 15px 0 0;
    }
}

@media (max-width: 500px){
    #content .navi-list {
        text-align: center;
    }
}


#slider {
    position: relative;
    overflow: hidden;
    top: -80px;
    z-index: 0;
    padding-top: 80px;
    background: rgb(236,237,229);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWRlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMxJSIgc3RvcC1jb2xvcj0iI2VjZWRlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iI2VjZWRlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VkZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(236,237,229,1) 0%, rgba(236,237,229,1) 31%, rgba(252,252,252,1) 45%, rgba(252,252,252,1) 53%, rgba(236,237,229,1) 68%, rgba(236,237,229,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(236,237,229,1)), color-stop(31%,rgba(236,237,229,1)), color-stop(45%,rgba(252,252,252,1)), color-stop(53%,rgba(252,252,252,1)), color-stop(68%,rgba(236,237,229,1)), color-stop(100%,rgba(236,237,229,1)));
    background: -webkit-linear-gradient(left,  rgba(236,237,229,1) 0%,rgba(236,237,229,1) 31%,rgba(252,252,252,1) 45%,rgba(252,252,252,1) 53%,rgba(236,237,229,1) 68%,rgba(236,237,229,1) 100%);
    background: -o-linear-gradient(left,  rgba(236,237,229,1) 0%,rgba(236,237,229,1) 31%,rgba(252,252,252,1) 45%,rgba(252,252,252,1) 53%,rgba(236,237,229,1) 68%,rgba(236,237,229,1) 100%);
    background: -ms-linear-gradient(left,  rgba(236,237,229,1) 0%,rgba(236,237,229,1) 31%,rgba(252,252,252,1) 45%,rgba(252,252,252,1) 53%,rgba(236,237,229,1) 68%,rgba(236,237,229,1) 100%);
    background: linear-gradient(to right,  rgba(236,237,229,1) 0%,rgba(236,237,229,1) 31%,rgba(252,252,252,1) 45%,rgba(252,252,252,1) 53%,rgba(236,237,229,1) 68%,rgba(236,237,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecede5', endColorstr='#ecede5',GradientType=1 );
}

.standard #slider {
    height: 370px;
    min-height: 370px;
}

.home #slider {
    top: 0px;
    padding-top: 0px;
}

.container.absolute .row {
    margin: 0;
}

#slider #slider-content {
    top: 80px;
}

@media (max-width: 1200px) {
    .start #slider #slider-content {
        top: 0px;
    }
}

@media (min-width: 1400px) {
    .home #slider #slider-content .content {
        margin-top: 2%;
    }
}

.home #slider #slider-content {
    top: 0px;
}


.standard #slider #slider-content {
    display: table;
}

.standard #slider #slider-content .row {
    display: table-cell;
    vertical-align: middle;
    height: 290px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.standard #slider #slider-content .row div {
    margin-bottom: 0px;
}


#slider h1 {
    /*font-size: 38px;*/
    font-weight: normal;
    color: var(--rzbae-color-text);
    margin-bottom: 25px;
}

#slider p {
    font-size: 1.1em;
    line-height: 1.3em;
}

.home #slider-content .home-logo
{
    margin: 80px 50px 50px 0;
}

.start #slider-content .home-logo
{
    margin: 60px 50px 50px 0;
}

.logo-img {
    width: 463px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 463 / 145;
}

#navigation .navi-logo img {
    width: 39px;
    height: auto;
    aspect-ratio: 39 / 57;
    display: block;
}


@media (max-width: 991px){
    #slider #slider-content {
        padding-top: 15px;
        top: 0px;
    }

    #slider-content .home-logo {
        margin: 0px 50px 0px 0;
    }
}

@media (max-width: 768px){
    .home #slider-content .home-logo {
        margin: 0px 30px 50px 0;
    }

    .start #slider-content .home-logo
    {
        margin-top: 30px;
    }
}

@media (max-width: 500px){
    .home #slider-content .home-logo {
        margin: 0px 0px 0px 0;
    }

    .start #slider-content .home-logo {
        margin: 0;
    }
}

.start #slider-bg,
.home  #slider-bg {
    width: 80%;
}

#slider-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    margin: 0 auto;
}

.standard #slider-bg img {
    display: block;
    position: absolute;
    height: 290px;
    width: auto;
    max-width: none;
    bottom: 0px;
    right: 0px;
}

.standard #slider-bg.left img {
    left: 0px;
    right: inherit;
}

.home #slider-bg .help {
    display: none;
}

#slider-bg .help{
    position: relative;
    height: 80px;
    width: 100%;
}

.standard #slider-bg .help {
    height: 370px;
}

@media (min-width: 1200px) and (max-width: 1450px){
    .start #slider-bg {
        right: -15%;
        width: 100%;
        text-align: right;
    }
}

@media (min-width: 1200px) and (max-width: 1600px){
    .home #slider-bg {
        right: -15%;
        width: 100%;
        text-align: right;
    }
}

@media (min-width: 1601px){
    .home #slider-bg {
        right: 0%;
        width: 100%;
        text-align: right;
    }
}

@media (max-width: 1199px){
    .start #slider-bg,
    .home #slider-bg {
        right: -40%;
        width: 100%;
        text-align: right;
    }

    .standard #slider {
        height: 290px;
        min-height: 290px;
    }

    #slider-bg .img-fluid.center-box {
        display: inline-block;
        margin: 0;
    }

    body {
        font-size: 18px;
    }
}

@media (max-width: 991px){
    .home #slider-bg {
        right: 0%;
        width: 120%;
        text-align: right;
    }
    .start #slider-bg {
        right: -15%;
        width: 100%;
        text-align: right;
    }

    .home #slider-bg .img-fluid {
        max-width: 60%;
    }

    .start #slider-bg .img-fluid {
        max-width: 50%;
    }
}

@media (max-width: 768px){
    .standard #slider-bg {
        opacity: 0.3;
    }

    a.teaser-link {
        width: 75%;
        padding: 0;
    }

    .start #slider-bg,
    .home #slider-bg
    {
        right: -25%;
        width: 100%;
        text-align: right;
    }

    /*.start #slider-bg,
    .home #slider-bg
    {
        right: -70%;
        width: 100%;
        text-align: right;
    }*/

    .start #slider-bg .img-fluid {
        max-width: 50%;
    }
}

@media (max-width: 500px){
    .start #slider-bg,
    .home #slider-bg {
        right: -50%;
        width: 100%;
        text-align: right;
    }

    .home #slider-bg .img-fluid,
    #slider-bg .img-fluid,
    .start #slider-bg .img-fluid,
    #slider-bg .img-fluid {
        max-width: 75%;
    }

}

@media (min-width: 769px){
    .start #slider-content,
    .home #slider-content
    {
        /* wie Footer/Hinweis: 12px Container-Gutter */
        padding: 0 12px;
    }
}


.home #content {
    padding-top: 60px;
}

@media (max-width: 1200px){
    #content {
        padding-top: 40px;
    }
}

/* Mobile: mehr Luft zwischen Slider/Header und Seiten-Headline */
@media (max-width: 768px){
    .standard #content {
        padding-top: 56px;
    }
}


.row {
    /*padding-bottom: 20px;*/
}

.home #footer .row {
    padding-bottom: 0px;
}

.home #content .row {
    padding-bottom: 10px;
}

.row.section {
    padding-bottom: 100px;
}

#scrollUp {
    bottom: 22px;
    right: 22px;
    height: 60px;
    width: 60px;
    background: #f7f7f7;/*url(../img/top.png) no-repeat;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#scrollUp,
#scrollUp:hover,
#scrollUp:active,
#scrollUp:link,
#scrollUp:focus
{
    text-decoration: none;
    border: none;
}

.home header {
    position: relative;
}

.home #scrollDownButton {
    display: none;
    position: absolute;
    bottom: 60px;
    left: 50%;
}

#scrollUp:before {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    content: '\e253';
    font-family: 'Glyphicons Halflings';
    font-size: 0.8em;
    text-align: center;
    color: #000;
}

@media (max-width: 1360px) {
    #scrollUp {
        height: 40px;
        width: 40px;
        background: var(--rzbae-color-accent);
        bottom: 0px !important;
        right: 22px !important;
        -webkit-border-radius: 2px 2px 0px 0px;
        -moz-border-radius: 2px 2px 0px 0px;
        border-radius: 2px 2px 0px 0px;
    }

    #scrollUp:before {
        color: #FFF;
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 0.7em;
    }
}

/* Hinweis-Streifen (ersetzt TYPO3-Modal; etwas dunkler für WCAG-Kontrast mit Weiß) */
.site-notice {
    position: relative;
    z-index: 2;
    background: #006994;
    color: #fff;
    padding: 0.85rem 0;
}

/* Start: Slider liegt relativ -80px — Hinweis ohne Lücke darunter anschließen */
.start #site-notice {
    margin-top: -80px;
}

@media (max-width: 1200px) {
    /* Kein zusätzlicher Abstand über dem Hinweis (#content padding-top) */
    .start:has(#site-notice) #content {
        padding-top: 0;
    }
}

.site-notice__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
}

.site-notice__title {
    display: block;
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 500;
    font-size: 1.05em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0;
    color: #fff;
}

.site-notice__text {
    font-size: 0.95em;
    line-height: 1.45;
    margin: 0;
    color: #fff;
}

.site-notice__body {
    width: 100%;
}

.site-notice__link {
    margin: 0.65rem 0 0;
}

.site-notice__link a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
}

.site-notice__link a:hover {
    color: #fff;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .site-notice {
        padding: 0.75rem 0;
    }

    .site-notice__title {
        font-size: 0.95em;
    }

    .site-notice__text {
        font-size: 0.88em;
    }
}
