@charset "utf-8";
@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Regular'), local('Proxima-Nova-Regular'),
    url('../Fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('../Fonts/ProximaNova-Regular.woff') format('woff'),
    url('../Fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

html, body {
    font-family: 'Proxima Nova';
    font-size: 1rem;
    background-color: #2D2D2D;
    color: #FFFFFF;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

#page-content {
    padding-top: 120px;
}

#pahlkewrap {
    margin-bottom: 120px;
}

@media only screen and (max-width: 767px) {
    #pahlkewrap {
        margin-bottom: 220px;
    }
}

select, optgroup, option, textarea {
    font-family: 'Proxima Nova' !important;
    -moz-font-family: "Arial, sans-serif";
}

.select {
    font-family: 'Proxima Nova' !important;
    font-family: inherit;
}

h1, .h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 0px;
    color: #2D2D2D;
}

h2, .h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 37px;
    letter-spacing: 0px;
    color: #ffffff;
}

h3, .h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 33px;
    letter-spacing: 0px;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    h1, .h1 {
        font-size: 42px;
        line-height: 48px;
    }

    h2, .h2 {
        font-size: 26px;
        line-height: 32px;
    }

    h3, .h3 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 565px) {
    h1, .h1 {
        font-size: 28px;
        line-height: 35px;
    }

    h2, .h2 {
        font-size: 22px;
        line-height: 28px;
    }

    h3, .h3 {
        font-size: 22px;
        line-height: 28px;
    }
}

h5 {
    float: left;
    width: 250px;
    border: none;
    padding: 10px;
}

h6 {
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 5px;
}

hr {
    background: none;
    border: none;
    border-top: 1px solid #fff;
    opacity: .7;
    margin-top: 13px;
    margin-bottom: 0px;
}

ul.dropdown-menu li:last-child a hr {
    display: none !important;
}

#topcolor {
    clear: both;
    width: 100%;
    height: 75px;
    background: #82d0f5;
}

#logo {
    margin-top: 15px;
}

.bg-light, .card-panel-light .card-header {
    background-color: #ffffff !important;
}

#footer {
    float: left;
    border-top: 1px solid #ccc;
    width: 100%;
    margin: 50px 0;
}

a, .accordion a {
    color: #333333;
    text-decoration: none;
}

.card a, .card a:not(.btn), .card a:not(.btn):hover {
    color: #333333;
}

.carousel a {
    color: #FFFFFF;
}

.carousel a:not(.btn), .carousel a:not(.btn):hover {
    color: #FFFFFF;
}

a:hover {
    text-decoration: underline;
    color: #000000;
}

.btn-primary, .frame-type-felogin_login input[type="submit"] {
    --bs-btn-color: #fff;
}

.btn:hover, .frame-type-felogin_login input[type="submit"]:hover, .cc-btn:hover {
    color: #fff;
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

a.linkNAV {
    color: #333;
}

#mainnavigation .nav-item:last-child,
#mainnavigation ul[data-level="2"] .nav-item {
    border-bottom: 0;
}

#mainnavigation .dropdown-nav {
    display: block;
}

#mainnavigation ul[data-level="2"] .nav-link {
    margin-bottom: 0.5rem;
    padding: 0.25rem 0 0.25rem 1rem;
}

@media (min-width: 992px) {
    #mainnavigation ul[data-level="2"] .nav-link {
        padding: 0.25rem 0;
    }
}

#mainnavigation .nav-link {
    border-radius: 0;
    font-size: 18px;
}

#mainnavigation .nav-link:before {
    content: none;
}

#footer a.linkNAV {
    float: left;
    padding-top: 5px;
}

#page-header {
    box-shadow: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;

    background-color: #2D2D2D !important;
    border-bottom: 1px solid #595959;
    height: 120px;
}

@media only screen and (min-width: 992px) {

    #hmenu li .dropdown-menu {
        padding: 0;
    }

    .dropdown-item {
        white-space: nowrap;
    }

    #hmenu li .dropdown-menu a {
        margin-left: 0;
        padding: 5px 15px 5px 15px;
    }

    #hmenu li .dropdown-menu li:first-child a {
        padding-top: 15px !important;
    }

    #hmenu li .dropdown-menu li:last-child a {
        padding-bottom: 15px !important;
    }
}

@media only screen and (min-width: 1201px) {
    .navbar {
        border-bottom: 1px solid #FFFFFF;
    }

    #hmenu li a {
        margin-left: 25px;
    }

    a.linkHMENU:hover, a.linkHMENUACT, a.linkHMENUACT:hover {
        padding-bottom: 4px;
        border-bottom: 2px solid #029A9D;
        margin-bottom: -2px;
    }
}

@media (max-width: 991px) {
    .nav {
        background: #2D2D2D;
    }

    .mainheader .col-lg-8, .mainmenu .col-md-8 {
        padding-left: 0;
    }

    .navbar-toggler {
        position: absolute;
        right: 20px;
        top: 8px;
    }

    #mainnavigation {
        background: #2D2D2D;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        position: absolute;
        right: 0;
        top: 100%;
    }

    #hmenu li .dropdown-menu a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-mainnavigation .navbar-nav .dropdown-menu {
        --bs-dropdown-padding-x: 0;
        --bs-dropdown-padding-y: 0;
    }

    .navbar-mainnavigation .nav-item {
        border-bottom: 1px solid #fff;
    }
}

.navbar-toggler {
    background-color: #029A9D;
    border-radius: 0;
    display: block;
    height: 42px;
    width: 42px;
}

.navbar-toggler hr {
    background-color: #fff;
    height: 4px;
    margin: 6px;
    opacity: 1;
}

.navbar-mainnavigation .navbar-nav {
    width: 100%;
    position: relative;
    z-index: 9;
}

.nav .dropdown-menu {
    background: #029A9D;
    padding: 12px;
    border-radius: 0;
    margin-top: 35px;
}

.nav li div a {
    color: #FFFFFF;
    background: #029A9D;
    padding: 4px 6px;
}

.nav li div a:hover {
    color: #FFFFFF;
    background: #029A9D;
}

.nav li div hr {
    /* margin: 10px 0px; */
    padding: 0px;
    border-top: 0px;
    border-bottom: 1px solid #eee;
    margin: 3px 0px 3px 0px;
}

.nav li .dropdown-menu hr:last-child {
    display: none;
}

.navbar-mainnavigation .navbar-brand-image img {
    top: 0;
    transform: none;
}

@media only screen and (max-width: 1201px) {
    .nav li:last-child hr {
        display: none;
    }

    .navbar-light .navbar-toggler {
        color: #FFFFFF;
        border: 0;
    }

    .navbar-toggler {
        padding: 0;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .nav-link {
        padding: .2rem .2rem;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hdr .table {
        margin-left: 37px;
    }
}

@media (min-width: 992px) {
    .nav .dropdown-menu {
        margin-top: 35px;
    }

    .navbar-mainnavigation .dropdown-menu {
        width: auto;
    }
}

.bg-light {
    background-color: #FFFFFF !important;
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 35px;
    }
}

.nav-item a {
    background-color: #2D2D2D;
    color: #FFFFFF;
}

.nav-item a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

@media (min-width: 992px) {
    .nav-item.nav-style-simple:hover .dropdown-menu {
        display: block;
        top: 40px
    }
}

.tab-content a {
    color: #333333;
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav {
        display: block;
    }
}

.navbar-toggler:active {
    border: 0;
}

.powermail_create p:first-child strong {
    color: #007100;
}

#carousel-2 {
    box-shadow: 0px 0px 4px #ccc;
}

.navbar-mainnavigation .navbar-brand {
    height: auto;
}

@media (max-width: 991px) {
    .navbar-mainnavigation .navbar-brand-image {
        width: 100%;
        height: auto;
    }

    .navbar-mainnavigation .navbar-brand-image img {
        height: auto;
        max-height: none;
        transform: none !important;
        top: 0 !important;
        width: 160px;
    }

    .dropdown-menu {
        width: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .bg-light, .card-panel-light .card-header {
        background-color: transparent !important;
    }
}

@media (max-width: 991px) and (min-width: 370px) {
    .spendenbarometer img {
        width: 480px;
    }

    .spendenbarometer .sp-button {
        max-width: 480px;
    }
}

@media only screen and (max-width: 767px) {
    .nav {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .nav .navbar-toggler {
        margin-top: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .nav .navbar-toggler {
        height: 43px;
        width: 43px;
    }
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.carousel .carousel-item .valign, #carousel-21 .valign, #carousel-34 .valign, #carousel-51 .valign, #carousel-70 .valign, #carousel-77 .valign, #carousel-120 .valign {
    display: block;
    margin-top: 410px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#carousel-21.carousel .carousel-backgroundimage, #carousel-34.carousel .carousel-backgroundimage, #carousel-51.carousel .carousel-backgroundimage, #carousel-70.carousel .carousel-backgroundimage, #carousel-77.carousel .carousel-backgroundimage, #carousel-120.carousel .carousel-backgroundimage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.carousel .carousel-text {
    background-color: rgba(2, 154, 157, 0.9);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    color: #FFFFFF;
    padding: 1rem ;
}

.carousel .carousel-text p:last-child {
    margin-bottom: 0;
}

.carousel .carousel-text-inner {
    text-align: center;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.9);
    color: #FFFFFF;
    padding: 12px;
}

.carousel .carousel-text p, #carousel-21 .carousel-text p, #carousel-34 .carousel-text p, #carousel-51 .carousel-text p, #carousel-70 .carousel-text p, #carousel-77 .carousel-text p, #carousel-120 .carousel-text p {
    font-size: 44px;
    line-height: 50px;
}

.carousel .carousel-text p:nth-child(3), #carousel-21 .carousel-text p:nth-child(3) {
    text-decoration: underline;
}

.carousel .carousel-header, #carousel-21 .carousel-header, #carousel-34 .carousel-header, #carousel-51 .carousel-header, #carousel-70 .carousel-header, #carousel-77 .carousel-header, #carousel-120 .carousel-header {
    display: none;
}

#carousel-21 .carousel-text-inner,
#carousel-34 .carousel-text-inner,
#carousel-51 .carousel-text-inner,
#carousel-70 .carousel-text-inner,
#carousel-77 .carousel-text-inner,
#carousel-120 .carousel-text-inner,
.carousel-content-inner {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.carousel-content-inner {
    bottom: 40px;
}

@media only screen and (min-width: 768px) {
    .carousel-content-inner {
        bottom: 60px;
    }
}


.carousel .carousel-control-icon {
    background-color: #2e979b;
    border-radius: 0;
    display: none;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    height: 40px;
    transition: all 0.4s ease-in-out 0s;
}

.carousel .carousel-control-icon {
    background-size: calc(100% - 25px);
}

.carousel-control-prev-icon {
    left: 15px;
    padding: 0.6em 1.5em 0.6em 1em;
}

.carousel-control-next-icon {
    right: 15px;
    padding: 0.6em 1.5em 0.6em 1em;
}

@media only screen and (min-width: 1201px) {
    #carousel-34 .carousel-subheader, #carousel-51 .carousel-subheader, #carousel-70 .carousel-subheader, #carousel-77 .carousel-subheader, #carousel-120 .carousel-subheader {
        position: absolute;
        top: -400px;
        left: 30px;
        width: 600px;
        font-size: 42px;
        line-height: 53px;
    }
}

@media only screen and (max-width: 1200px) {
    #carousel-34 .carousel-subheader, #carousel-51 .carousel-subheader, #carousel-70 .carousel-subheader, #carousel-77 .carousel-subheader, #carousel-120 .carousel-subheader {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .carousel .carousel-item .valign {
        margin-top: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .carousel .carousel-item .valign {
        margin-top: 200px;
    }

    .carousel .carousel-item .valign .carousel-text p {
        font-size: 32px;
        line-height: 40px
    }

    #carousel-21 .carousel-item .valign, #carousel-34 .carousel-item .valign, #carousel-51 .carousel-item .valign, #carousel-70 .carousel-item .valign, #carousel-77 .carousel-item .valign, #carousel-120 .carousel-item .valign {
        margin-top: 270px;
    }

    .carousel .carousel-item .valign .carousel-text p, #carousel-21 .carousel-item .valign .carousel-text p, #carousel-34 .carousel-item .valign .carousel-text p, #carousel-51 .carousel-item .valign .carousel-text p, #carousel-70 .carousel-item .valign .carousel-text p, #carousel-77 .carousel-item .valign .carousel-text p, #carousel-120 .carousel-item .valign .carousel-text p {
        font-size: 22px;
        line-height: 28px
    }

    .carousel .carousel-text, #carousel-21 .carousel-text, #carousel-34 .carousel-text, #carousel-51 .carousel-text, #carousel-70 .carousel-text, #carousel-77 .carousel-text, #carousel-120 .carousel-text {
        background-color: rgba(2, 154, 157, 0.9);
        padding: 1rem 0.5rem;
    }

    .carousel .carousel-text p, #carousel-21 .carousel-text p, #carousel-34 .carousel-text p, #carousel-51 .carousel-text p, #carousel-70 .carousel-text p, #carousel-77 .carousel-text p, #carousel-120 .carousel-text p {
        font-size: 22px;
        line-height: 28px;
    }

    .carousel-indicators {
        margin-bottom: 0.5rem;
    }
}

.liste-stellen .textpic-text {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 250px; /* padding:12px; */
}

.liste-stellen .textpic-text p {
    font-size: 32px;
    line-height: 43px;
    background-color: rgba(2, 154, 157, 0.9);
    filter: alpha(Opacity=70);
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

.liste-stellen .textpic {
    margin-left: -20px;
    margin-right: -20px;
}

@media only screen and (max-width: 565px) {
    .liste-stellen .textpic-text p {
        font-size: 22px;
        line-height: 28px;
    }
}

.ausbildung .textpic-text p {
    font-size: 32px;
    line-height: 43px;
    background-color: rgba(0, 0, 0, 0.5);
    filter: alpha(Opacity=50);
    color: #FFFFFF;
}

.liste-stellen .textpic-text p a {
    font-size: 22px;
    line-height: 28px;
    text-decoration: underline;
    color: #FFFFFF;
    font-weight: normal;
}

.liste-stellen .textpic-text p a:hover {
    color: #FFFFFF;
}

@media only screen and (max-width: 991px) {
    .liste-stellen .col-md-6, .pp-row-collapse .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .liste-stellen .col-md-6 {
        margin-bottom: 35px;
    }

    a + .frame-type-gridelements_pi1 {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

}

@media only screen and (max-width: 991px) {
    .row.kultur > .col-12:first-child {
        margin-bottom: 60px;
    }  }

a + #c10017 {
    padding-top: 3rem;
}

.frame-background-light {
    color: #2D2D2D;
    background-color: #F0F0F0;
}

.frame-background-white{
    color: #2D2D2D;
    background-color: #fff;
}

.frame-type-textpic .gallery-item-size-1 .image picture img {
    width: auto;
    height: 80px;
    margin-bottom: 10px;
    margin-left: 20px;
}

legend.powermail_legend {
    font-size: 36px;
    font-weight: bold;
    line-height: 44px;
    white-space: normal;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    legend.powermail_legend {
        font-size: 33px;
        line-height: 40px;
    }
}

.btn-primary {
    background-color: #029A9D;
    border-color: #078789;
}

@media only screen and (min-width: 992px) {
    #c10 {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.tx-powermail .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.tx-powermail input[type=file] {
    background-color: #029A9D;
    border-color: #cbcbcb;
    width: 370px;
    color: #FFFFFF;
}

@media only screen and (max-width: 420px) {
    .tx-powermail input[type=file] {
        width: 330px;
    }
}

.tx-powermail input[type=file] .btn {
    background-color: #029A9D;
    border-color: #cbcbcb;
    color: #FFFFFF;
}

@media only screen and (min-width: 992px) {
    .bewerbungshinweis {
        margin-top: -8rem;
    }
}

.tx-powermail .form-control {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-family: 'Proxima Nova' !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #cbcbcb;
    border-radius: 0 !important;
}

.tx-powermail .btn,
.tx-powermail .cc-btn {
    border-radius: 0;
    border: 0;
}

@media only screen and (max-width: 767px) {
    .tx-powermail .btn,
    .tx-powermail .cc-btn {
        width: 100%;
    }
}



.powermail_input::placeholder, .powermail_textarea::placeholder {
    color: #02A9AC;
}

/* WebKit, Edge ----------------------------  */
.powermail_input::-webkit-input-placeholder {
    color: #02A9AC;
}

/* Edge  ----------------------------  */
.powermail_input::-ms-input-placeholder {
    color: #02A9AC;
}

/* Firefox 4-18 ----------------------------  */
.powermail_input:-moz-placeholder {
    color: #02A9AC;
    opacity: 1;
}

/* Firefox 19+  ----------------------------  */
.powermail_input::-moz-placeholder {
    color: #02A9AC;
    opacity: 1;
}

/* IE 10-11 ----------------------------  */
.powermail_input:-ms-input-placeholder {
    color: #02A9AC;
}

.powermail_fieldwrap_type_input label, .powermail_fieldwrap_type_textarea label {
    display: none;
}

.tx-powermail textarea.form-control {
    height: 120px;
}

.textpic p,
.textpic h3 {
    color: #FFFFFF;
}

/*
.frame-type-text p,
.textpic p {
    font-size: 22px;
    line-height: 28px;
}

 */

@media only screen and (min-width: 768px) {

/*

    .frame-type-text p,
    .textpic p {
        font-size: 24px;
        line-height: 32px;
    }

 */

    #c14 img {
        margin-left: 100px;
        max-height: 800px;
        width: auto;
    }
}

#c14 .gallery-row:last-child {
    margin-bottom: -4.5rem;
}

.frame-background-secondary {
    background-color: #029A9D;
}

#c19 figure img, #c19 figure picture {
    margin: 25px 0 0 0;
}

#c19 img {
    width: 233px;
    height: 84px;
    margin-top: 25px;
}

.scroll-top {
    right: 50%;
}

.card-group-element-columns-4 .card {
    background-color: #2D2D2D;
    background-clip: border-box;
    border: 1px solid #555555;
    color: #FFFFFF;
    text-align: center;
}

.card-group-element-columns-4 .card h3 {
    color: #FFFFFF;
}

.frame-background-light h2, .frame-background-light h3, .frame-background-light p, .card-group-element-columns-4 h3 {
    color: #2D2D2D;
}

.card-group-element-columns-4 img {
    width: auto;
    height: 100px;
    margin-top: 15px;
}

.card-group-element-columns-4 .card-img-top {
    text-align: center;
}

.kultur img, #c49 img {
    width: auto;
    height: 80px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.card-group-element-item::before {
    content: "";
    display: block;
    border-top: 1px solid #FFFFFF;
    margin: 12px 15px 22px 15px;
}

.card-group-element-item {
    counter-increment: posMarkup;
    position: relative;
}

.card-group-element-item::after {
    content: counter(posMarkup);
    font-weight: 600;
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    text-align: center;
    background-color: #2D2D2D;
    color: #FFFFFF;
    font-size: 1.3rem;
}

.footer-section-content-column-right {
    --section-gaps: 8;
    --section-colspan: 4;
}

@media (max-width: 767px) {
    #c12 img, #c27 img {
        width: auto;
        height: 100px;
    }

    #c26 {
        padding-top: 0;
    }
}

.footer-section-content {
    background: #f4f4f4;
    --frame-color: #2D2D2D;
    --frame-background: #f4f4f4;
    --frame-link-color: #24a8ab;
    --frame-link-hover-color: #24a8ab;
    color: #2D2D2D;
}

.footer-section-content a:not(.btn), .footer-section-content a:not(.btn):hover, .footer-section-content a:not(.btn):focus {
    color: #2D2D2D;
    font-weight: bold;
}

.cc-color-override-1808778711 .cc-btn:hover, .cc-color-override-1808778711 .cc-btn:focus {
    background-color: #439581;
}

.frame-background-light .carousel p {
    color: #FFFFFF;
}

.powermail_create p:first-child strong {
    color: #4faf98;
    font-size: 2rem;
}

@media (max-width: 991px) {

    .footer-section-content figure img, .footer-section-content figure picture {
        max-width: none;
    }

    .footer-section-content-column-right {
        --section-colspan: none !important;
    }
}



@media (min-width: 767px) and (max-width: 991px) {
    .section-row {
        display: block;
    }
}


#c10017 {
    background: #029A9D;
    border: 1px solid #078789;
    border-right: 0;
    padding: 13px;
    position: fixed;
    top: 300px;
    right: 0;
    font-size: 24px;
    line-height: 28px;
    z-index: 9999;
    display: none;
}

#c10017 a {
    color: #fff;
}


#c26 {
    color: #2D2D2D;
    background-color: #F0F0F0;
    padding-top: 90px;
}

.sr-only {
    display: none;
}

.footer-section-content figure img {
    margin: 0;
}

.footer-section-content .gallery-item-size-6 {
    --gallery-columns: 3;
}

#c11 .gallery-row {
    align-items: center;
}

#c11 img {
    max-width: 307px;
}

@media (max-width: 767px) {

    .carousel-control-prev, .carousel-control-next {
        display: none;
    }

    #c11 img {
        max-width: 180px;
    }

    .carousel .carousel-backgroundimage-container, .carousel .carousel-backgroundimage {
        background-position: top center;
    }

    .footer-section-content {
        padding-bottom: 62px;
    }

    #c10017 {
        border: 0;
        border-top: 1px solid #078789;
        bottom: 0;
        top: initial;
        font-size: 22px;
        line-height: 20px;
        padding: 11px 40px;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 991px) {

    #c11,
    #c18 {
        padding: 0;
    }

    .scroll-top {
        display: none;
    }
}

@media (min-width: 320px) {
    .footer-section-content .gallery-item-size-6 {
        --gallery-columns: 6;
    }
}

@media (min-width: 576px) {
    .carousel .item {
        height: 600px;
    }
}

@media (min-width: 768px) {
    .carousel .item {
        height: 700px;
    }
}

@media (min-width: 992px) {
    #c11 img {
        max-width: 160px;
    }
}

#c5,
#c24 {
    padding: 0;
}

.cc-compliance .cc-btn {
    border-radius: 0;
}

/* #6821, 30.1.2026, ng */
@media (max-width: 575px) {
    .carousel .item {
        height: initial !important;
        padding: 0 !important;
    }

    .carousel .carousel-backgroundimage-container,
    .carousel .carousel-backgroundimage {
        height: 400px !important;
        position: static !important;
    }

    .carousel .carousel-content-inner,
    .carousel .carousel-text-inner {
        position: static !important;
    }
}