/*default {
    #005593     --blau
    #97b333     --grün
    #dd7500     --orange
    #e6e6e6     --grau
}*/

html {
}

body {
    font-size: 17px;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: rgba(0,0,0,1);
    font-weight: 300;
    line-height: 140%;
    width: 100vw;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
}

a {
    color: #819c19;
}

strong, b {
    font-weight: 600;
}

h1, h2, h3, h4, h5 {
    position: relative;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 600;
    display: block;
    color: #819c19;
    line-height: 125%;
}

h1 {
    font-size: 36px;
    margin-bottom: 0.5em;
    color: #dd7500;
    font-weight: 600;
}

h2 {
    font-size: 32px;
    margin-bottom: 0.5em;
    color: #dd7500;
    font-weight: 600;
}

h2.divider {
    border-bottom: 3px solid #dd7500;
    margin-top: 35px;
    position: relative;
    line-height: 100%;
}

h2.green {
    color: #819c19;
}

h2.divider.green {
    border-bottom: 3px solid #819c19;
}

h2.divider span {
    position: absolute;
    background-color: white;
    padding: 0 20px;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

h3 {
    font-size: 18px;
    margin-bottom: 0.4em;
}
h4 {
    font-size: 17px;
}
h5 {
    font-size: 17px;
}
span.author {
    display: block;
    font-weight: 600;
    font-style: italic;
}
p {
    margin-bottom: 0.8em;
}

main {
    position: relative;
}

p.prehead {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.4em;
}

p.prehead a {
    color: #dd7500;
}

.body a {
    color: #819c19;
    text-decoration-style: dotted;
    text-decoration-line: underline;
}

.body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0.8em 0;
}

.body ul li {
    padding-left: 1.5em;
    text-indent: -.7em;
}

.body ul li::before {
    content: "> ";
    color: #819c19;
}

.body ol {
    list-style-type: none;
    margin-bottom: 0.8em;
    margin-left: 1.5em;
}
.body ol li {
    counter-increment: count-me;
}
.body ol li::before {
    content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -1.3em;
    top: .05em;
    color: #819c19;
    font-weight: bold;
}

.body img {
    display: block;
    width: 100%;
}

div.swiper-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 450px;
}
div.swiper-container img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 450px;
}

div.swiper-container div.img_bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 100%;
    background: url('/styles/images/img_bottom.png') no-repeat 100% bottom / 100% ;
    z-index: 20;
}

div.swiper-pagination {
    z-index: 25;
}

span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: white;
    border: 1px solid #819c19;
    opacity: 1.0;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #819c19;
}

div.claim {
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px 40px 10px 40px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #005593;
    text-align: center;
    line-height: 100%;
    z-index: 20;
}

div.claim h2 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
}

div.claim p {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 0;
}

.page .content .body figure {
    margin-bottom: 30px;
}

.page .content .body figure img {
    margin-bottom: 5px;
}

figure div.caption,
figure div.source {
    font-size: 15px;
    font-weight: 600;
    line-height: 120%;
    color: #819c19;
    margin-bottom: 5px;
}
/*******************************************/
/* Header-Bereich
/*******************************************/

header {
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #005593;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    z-index: 999;
}


header a#logo {
    display: none;
}

header a#logo img{
    width: 100%;
}

header ul,
header .social-icons {
    display: none;
}


/*******************************************/
/* Responsive-Navigation
/*******************************************/

a#offcanvas-menu {
    display: block;
    width: 30px;
    margin: auto auto auto auto;
    height: 30px;
}

a#offcanvas-menu img {
    width: 100%;
}

a#offcanvas-menu span.bar {
    background-color: #ffffff;
    display: block;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#offcanvas-menu.toggled span:first-child {
    transform: translateY(8px) rotate(45deg);
}

#offcanvas-menu.toggled span {
    transform-origin: center center 0;
}

#offcanvas-menu.toggled span:nth-child(2) {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#offcanvas-menu.toggled span:last-child {
    transform: translateY(-8px) rotate(-45deg);
}

.sidr-open #sidr-body-overlay {
    display: block;
}

#sidr-body-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 998;
}

.sidr img {
    width: 100%;
    margin-top: -30px;
}

.sidr {
    background: #005593 none repeat scroll 0 0;
    box-shadow: none;
    color: #FFF;
    display: block;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 100;
    line-height: 140%;
    font-size: 18px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 230px;
    z-index: 999999;
    padding-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidr ul {
    border: 0 none;
}

.sidr ul li {
    border: 0 none;
    line-height: 40px;
}

.sidr ul li a, .sidr ul li span {
    color: #FFFFFF;
    display: inline-block;
}
.sidr ul li.indent {
    padding-left: 30px;
}

.sidr ul li a span {
    padding: 0;
}

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
    box-shadow: none;
}


.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active, .sidr ul li.selected {
    border-top: 0 none;
    line-height: 40px;
    /*background-color: #819c19;*/
    font-weight: 600;
}
.sidr img.logo {
    margin: 0 0 10px 0;
}

/*******************************************/
/* Grid
/*******************************************/

.grid {
    width: calc(100% + 30px);
    display: flex;
    flex-basis: auto;
    margin-left: -30px;
}

.grid.row {
    flex-direction: row;
}

.grid.column {
    flex-direction: column;
}

.grid.wrap {
    flex-wrap: wrap;
}

.grid .item {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    align-items: flex-start;
}

.w-1-6 {
    width: calc(50% - 30px);
}

.w-2-6 {
    width: calc(100% - 30px);
}

.w-1-2 {
    width: calc(100% - 30px);
}

/*******************************************/
/* Slides
/*******************************************/

.swiper-wrapper {
    width: 100%;
    margin: 0 auto;
    align-items: stretch;
    flex-basis: auto;
    height: auto;
}
.swiper-slide {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    align-items: stretch;
    height: auto;
}

.swiper-slide img {
    width: 100%;
    margin: auto !important;
    display: block;
}


.swiper-slide .text p{
    color: #FFFFFF;
    font-size: 19px;
}
.swiper-slide .text h2{
    color: rgba(255,255,255,0.7);
}
.swiper-slide .thema {
    color: #FFFFFF;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px 1em;
    font-weight: bold;
}

.swiper-slide .text {
    position: absolute;
    left: 55%;
    right: 15%;
    bottom: 5em;
    top: 60%;
    padding: 70px 10px 10px 75px;
    background-color: rgba(0,0,0,0.4);
}


.swiper-slide .text p {
    display: none;
}
.swiper-button-next,
.swiper-button-prev {
    width: 47px;
    height: 64px;
    margin-top: -32px;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 150 265' style='enable-background:new 0 0 150 265;' xml:space='preserve'%3E%3Cg%3E%3Cpolygon style='fill:%23FFFFFF;' points='124.9,13.3 144.8,33.1 44.8,133 144.8,233 124.9,252.8 5.2,133 '/%3E%3C/g%3E%3C/svg%3E ");
}
.swiper-button-next {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 150 265' style='enable-background:new 0 0 150 265;' xml:space='preserve'%3E%3Cg%3E%3Cpolygon style='fill:%23FFFFFF;' points='25.1,252.8 5.2,233 105.2,133 5.2,33.1 25.1,13.3 144.8,133 '/%3E%3C/g%3E%3C/svg%3E%0A");
}


/*******************************************/
/* Banner
/*******************************************/

.banner {
    margin-bottom: 4em;
}

.banner img {
    display: block;
    width: 100%;
}

.banner span.advertisement {
    color: #cacaca;
    font-size: 13px;
}

/*******************************************/
/* Inhalts-Bilder
/*******************************************/

.image-wrapper img {
    margin-bottom: 0 !important;
}

.image-wrapper p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
}

.fr-dib {
    width: auto;
    max-width: 100%;
    display: block;
    float: none;
    margin: 20px 0 20px 0;
}

.fr-dii {
    display: inline-block;
    width: auto;
    max-width: 100%;
}
/*******************************************/
/* Gallery
/*******************************************/

#gallery {
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-bottom: 35px;
}

#gallery .item {
    width: calc(25% - 15px);
    margin-left: 15px;
    margin-top: 15px;
}

#gallery a.item {
    text-decoration: none;
}

#gallery a.item span {
    font-size: 15px;
}

#gallery .item  img{
    width: 100%;
}
/*******************************************/
/* Documents
/*******************************************/
.documents {
    margin-bottom: 20px;
}

a.document {
    display: inline-block;
    line-height: 29px;
}

a.document span {
    vertical-align: top;
    color: #819c19;
}

a.document span.flag-icon {
    margin-right: 8px;
    vertical-align: 1px;
}

a.document img.icon_attachment {
    width: 20px;
    margin-top: 2px;
    margin-right: 4px;
    display: inline-block;
}

a.document.button {
    margin-top: 30px;
    margin-left: 13px;
}

a.document.button span {
    color: #ffffff;
}

/*******************************************/
/* Section
/*******************************************/

hr {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding-left: -15px;
    padding-right: -15px;
    border: none;
    border-top: 1px solid #dadada;
}

section.page {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    width: 100%;
}
section.contact .content.body {
    margin-top: 0;
}
section .content.body {
    margin-top: 2em;
    margin-bottom: 2em;
}

section.manufacturer figure.logo {
    width: 250px;
}

.box {
    position: relative;
    display: block;
    width: 100%;
    padding: 35px 10px 20px 10px;
    border-radius: 10px;
    border: 2px solid #819c19;
    min-height: 200px;
    max-height: 300px;
    overflow: hidden;
    background-color: rgba(129, 156, 25, 0.1);
}

.box.scroll {
    overflow: scroll;
    height: 250px;
    max-height: 300px;
}

.box h2 {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #819c19;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.box.latest-issue {
    background-color: #819c19;
    overflow: visible;
}

.box.latest-issue h2 {
    text-align: right;
    /*font-size: 26px;*/
    color: white;
}

.box .cover {
    width: 150px;
    display: block;
}

.box .cover img {
    width: 100%;
    border: 1px solid #808080;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    transition: 0.5s linear;
    transform: rotate(-10deg) scale(1.25);
}

.box .cover img:hover {
    box-shadow: 4px 4px 10px rgba(0,0,0,0.3);
    transform: rotate(0deg) scale(1.35);
}

figure img {
    width: 100%;
}

.content {
    padding: 20px;
    width: 100%;
}

.item.teaser {
    align-content: stretch;
}

.item figure {
    width: 100%;
    position: relative;
    display: block;
}

.item.teaser figure {
    margin-bottom: 15px;
}

.item.teaser figure img {
    z-index: -1;
    display: block;
    width: 100%;
    /*
    object-fit: cover;
    height: 180px;
    */
}
.item.teaser figure div.border {
    background-color: rgba(255,255,255,0.5);
    height: 30px;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.item.teaser div.text {
    width: 100%;
}

.item.teaser h3 {
    font-size: 18px;
}

.item.teaser.category-teaser h3 {
    text-align: center;
}

.item.feature .text h3 {
    font-weight: 600;
}

.issue-teaser figure img {
    border: 1px solid rgba(0,0,0,0.4);
    box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
}

.issue-teaser h3 {
    margin-top: 15px;
    font-size: 19px;
    font-weight: 600;
}

.issue-teaser p {
    margin-bottom: 5px;
    font-weight: 600;
}

.issue-teaser p span {
    font-size: 19px;
    margin-right: 10px;
}

.item.manufacturer-teaser figure {
    width: 100%;
    height: 150px;
}

.item.manufacturer-teaser figure a {
    height: 100%;
    display: flex;
    flex-basis: auto;
}
.item.manufacturer-teaser figure img {
    width: 90%;
    max-width: 150px;
    max-height: 150px;
    margin: auto auto;
    height: auto;
}

.item.manufacturer-teaser h3 {
    text-align: center;
    font-size: 16px;
}

.item.manufacturer-teaser h3 a {
    color: #808080;
    font-weight: 500;
}


.sl-pin {
    display: none;
}

.w-1-4 {
    width: calc(50% - 30px);
}



/*******************************************/
/* MediaData                               */
/*******************************************/

.mediadata.grid .item {
    flex-direction: row;
}

.mediadata h3 {
    font-size: 20px;
    font-weight: 600;
}

.mediadata .item .text {
    width: 100%;
}
.mediadata .item .icon {
    font-size: 24px;
    margin-right: 10px;
}
.mediadata .item img.thumb {
    float: right;
    width: 100px;
    margin-left: auto;
    padding-left: 20px;
    margin-right: 10px;
}

.mediadata .item .download {
    font-weight: 600;
}

/*******************************************/
/* Vacancy                                 */
/*******************************************/

.vacancylist.grid .item {
    flex-direction: row;
    border-bottom: 3px solid #819c19;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.vacancylist.grid .item:last-of-type {
    border-bottom: none;
}
.vacancylist .image .thumb {
    margin-bottom: 20px;
}
/*******************************************/
/* Event                                   */
/*******************************************/

.eventlist.grid .item {
    flex-direction: row;
    border-bottom: 3px solid #819c19;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.eventlist.grid .item:last-of-type {
    border-bottom: none;
}

.eventlist .location span.date {
    font-size: 20px;
    display: block;
    font-weight: bold;
}
/*******************************************/
/* Links                                   */
/*******************************************/

.linklist.grid .item {
    flex-direction: row;
    border-bottom: 3px solid #819c19;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.linklist.grid .item:last-of-type {
    border-bottom: none;
}

.linklist .image {
    text-align: center;
}

.linklist .image .thumb {
    margin-bottom: 20px;
}

/*******************************************/
/* category-filter                         */
/*******************************************/
.category-filter.grid {
    width: calc(100% + 15px);
    margin-left: -15px;
}
.category-filter.grid .item {
    margin-left: 15px;
}
.category-filter.grid .item.active {
   background-color: #dd7500;
}

/*******************************************/
/* Form                                    */
/*******************************************/
.search-info {
    text-align: center;
    margin-bottom: 10px;
    color: #808080;
    font-size: 14px;
    line-height: 110%;
}
#searchform {
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: nowrap;
}
#searchfield {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    z-index: 100;
}
form h3 {
    margin-bottom: 0.5em;
}

label {
    width: 100%;
    float:left;
    margin-left: 0;
    font-size: 16px;
    margin-bottom: 3px;
}

label.required {
    font-weight: 700;
    color: rgba(0,0,0,0.8);
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: bold;
}


/*!* remove standard-styles *!*/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    /* appearance: none; */
    border-radius: 0;
}

/* hide browser-styling (arrow) in IE10 */
select::-ms-expand {
    display:none;
}

.lt-ie10 select {
    background-image: none;
}

select {
    background: rgba(109,110,94,0.1) url("/styles/images/select-arrow.png") no-repeat scroll right center / 23px auto;
    margin-bottom: 10px;
}

select:focus {
    background: rgba(109, 110, 94, 0.1) url("/styles/images/select-arrow-active.png") no-repeat scroll right center / 23px auto;
    margin-bottom: 10px;
}
form div.radio {
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

form input[type="radio"] {
    clear: both;
    float: left;
    width: 15px;
    height: 15px;
    margin-bottom: 15px;
    margin-right: 10px;
    appearance: auto;
    -moz-appearance: radio;
    -webkit-appearance: radio;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
textarea,
select {
    font-size: 16px;
    background-color: rgba(0,0,0,0.1);
    width: 100%;
    height: 35px;
    margin-left: 0;
    padding: 5px 6px;
    margin-bottom: 10px;
    border-radius: 0;
    color: rgba(0,0,0,0.85);
    border: 1px solid rgba(0,0,0,0.1);
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: bold;
}

select:focus,
input:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #819c19 !important;
}

form div.checkbox {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

form div.small {
    width: 100%;
    padding-top: 5px;
}

form input.error, form textarea.error {
    border: 1px solid rgba(219,8,18,1);
}

form input.checkbox-type {
    width: 60%;
}

form input[type="checkbox"] {
    margin-left: 0;
}

label.checkbox input[type="checkbox"] {
    display: none;
}

label.checkbox {
    padding-left: 30px;
    position: relative;
}
label.checkbox span {
    border: 1px solid ;
    display: block;
    float: left;
    font-size: 22px;
    height: 18px;
    margin-right: 10px;
    margin-top: 2px;
    position: absolute;
    left: 0;
    width: 18px;
}
select.error,
label.checkbox.error span {
    border: 1px solid rgba(219,8,18,1);
}

label.checkbox i {
    padding-left: 7px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-style: normal;
    display: inline-block;
    width: calc(100% - 28px);
}
[type=checkbox]:checked + label.checkbox span:before {
   display: block;
   content: '\2714';
   position: absolute;
   color: #6d6e62;
   top: -5px;
   left: 1px;
}

[type=checkbox]:checked + label.checkbox span {
    border: 0.5px solid #6d6e62;
}

textarea {
    height: 175px !important;
}
a.button,
button {
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    border: none;
    padding: 10px 16px 8px 16px;
    color: #FFFFFF;
    font-size: 100%;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 30px;
    background-color: #819c19;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    line-height: 100%;
    font-family: 'Fira Sans Condensed', sans-serif;
    text-decoration: none;
}
a.button.active,
a.button:hover,
button.active,
button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

button:disabled{
    cursor: not-allowed;
}
button:disabled:hover {
    -webkit-transform: none;
    transform: none;
}

button.prev-next{
    margin-top: auto;
}

span.validatormessage {
    color: rgba(219,8,18,1);
    display: block;
    margin-top: -10px;
}

.checkbox span.missing {
    color: rgba(219,8,18,1);
    display: block;
    margin-left: 29px;
}

#loginform {
    text-align: center;
    margin: 0 auto;
    width: 95%;
    max-width: 320px;
}
/*******************************************/
/* Footer
/*******************************************/

footer {
    width: 100%;
    background-color: #e6e6e6;
    overflow: hidden;
    padding-bottom: 10px;
}
footer div.content {
    padding: 0 30px 0 30px;
}
footer div.seo {
    max-width: 95%;
    background-color: #e6e6e6;
}
footer div.seo {
    max-width: 95%;
    background-color: #dd7500;
}
footer .item.footer {
    flex-direction: column;
    align-content: flex-start;
    margin-bottom: 0;
    margin-top: 1em;
}
footer ul li {
    display: inline-block;
    margin-left: 10px;
}
footer ul li a {
    color: rgba(0,0,0,0.6);
}
footer ul li:hover a {
    color: #819c19;
}

footer ul li.selected a {
    color: #819c19;
}
footer .item.footer:nth-of-type(2) {
    margin-left: auto;
    text-align: right;
}
footer div.content p {
    color: #fff;
    font-size: 15px;
}

footer div.content p a {
    color: #fff;
    font-weight: 600;
}