.typo3-adminPanel-bar {
    position: static !important;
}

html {
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
}
body {
	min-height: 100%;
	color: #4c4d4d;
	background: #fff;
    padding-top: 60px
}
@media screen and (min-width: 1025px) {
    body {
        padding-top: 100px;
    }
}
main {
	overflow: hidden;
}
*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#root .section-bodytext > *:last-child,
#root .frame-type-mask_text .grid-2 > *:last-child,
#root .frame-type-text > *:last-child,
#root .ce-bodytext > *:last-child {
    margin-bottom: 0 !important;
}
.frame-type-mask_text.frame-col-1 .grid-2.first { 
    align-self: flex-end; 
}
#root .section-bodytext + .bc-form-wrap {
    margin-top: 20px;
}
#p .frame-type-indent>* .section-bodytext.teaser {
    padding-left: 0;
    padding-right: 0;
}
#p .frame-type-indent>* .reference-items.fg_teaser {
    padding-left: 0;
    padding-right: 0;
}
#p .frame-type-text.frame-type-indent > * {
    padding-left: 0;
    padding-right: 0;
}

/**/
.frame-type-bc_base_pricing-section .section-header,
.frame-type-mask_teaser_boxes .section-header,
.frame-type-bc_base_stat .section-header {
    padding-left: 0;
    padding-right: 0;
}
.price span.currency {
    font-size: 70%;
}
.slick-list {
    padding-bottom: 20px !important;
}
.slick-dots {
    margin-bottom: 20px;
}
#p .slick-dots {
    bottom: -5px;
}
.text-color-light h1,    
.text-color-light h2,
.text-color-light h3,
.text-color-light h4,
.text-color-light h5,
.text-color-light h6,
.text-color-light p, 
.text-color-light span, 
.text-color-light blockquote, 
.text-color-light a:not(.btn), 
.text-color-light li {
    color: #fff !important;
}
a.btn.anchor-item .arrow {
    transform: rotate(90deg);
    transform-origin: center center;
    display: inline-block;
}
.frame-type-bcbase_referencelist > header,
.frame-type-bcbase_contactform > header {
    max-width: var(--default-wrapper-max-width);
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}
#p .frame-type-bcbase_referencelist header+.bc-base-reference,
#p .frame-type-bcbase_contactform header+.bc-base-contact {
    margin-top: 15px;
}

/* WEBSITE HEAEDER
############### */
#header {
    width: 100%;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}
#root.layout-pagets__default header#header {
    background: var(--layout-default-header-background-color);
}
.btn-resp-wrap {
    display: none;
}
#header.sticky {
    background-position: 40px 0px;
}
#header.sticky .header-main {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.header-top {
    height: 50px;
    transition: all 0.3s ease 0s;
}
.header-top--inner {
    position: relative;
    max-width: var(--default-wrapper-max-width);
    margin: 0 auto;
    padding: 9px 20px 0px;
    display: flex;
    transition: all 0.3s ease 0s;
}
.header-top--inner .infobar {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
}
.header-top--inner .infobar a,
.header-top--inner .infobar .a {
    font-size: 16px;
    color: #fcfaf4;
    gap: 5px;
    display: flex;
}
#root li.has-subitem:hover ul {
    display: block !important;
}

#root li.has-subitem ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    box-shadow: inset 0px -1px 20px 4px rgb(0 0 0 / .08);
    min-width: 270px;
}
#root li.has-subitem.last  {
    left: auto;
    right: 0;
}
#root li.has-subitem {
    position: relative;
}
.nav-ul.main-list li li a {
    padding: 10px;
    text-transform: none;
    font-size: calc( var(--main-list-li-a-font-size) - 2px);
    display: block;
}
.nav-ul.main-list li li.active a {
    color: var(--nav-ul-liactive-a-color);
}
.nav-ul.main-list li li + li {
    border-top: 1px solid hsl(0deg 0% 0% / 18%);
}
.nav-ul.main-list li li a:hover {
    color: black;
}
ul.infobar {
    gap: 10px;
}
ul.infobar li a,
ul.infobar li .a {
    gap: 5px;
    line-height: 1;
    display: flex;
    flex-direction: row;
    justify-content: center; 
}
ul.infobar li .btn {
    margin-bottom: 0;
}
.far-right {
    margin-left: auto;
}
.header-main--inner {
    max-width: var(--default-wrapper-max-width);
    margin: 0 auto;
    padding: 5px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.logo a {
    display: table;
}
.logo a img {
    display: block;
    width: var(--logo-img-width);
    height: var(--logo-img-height);
    transition: height 0.3s ease 0s, width 0.3s ease 0s;
}
#header.sticky .header-top {
    margin-top: var(--header-sticky-header-top--margin-top);
}
ul.nav-ul.main-list {
    display: flex;
    gap: 40px;
    flex-direction: row;
}
ul.nav-ul > li > a {
    display: block;
    font-size: var(--nav-ul-li-a-font-size);
    line-height: var(--nav-ul-li-a-line-height);
    position: relative;
    text-transform: uppercase;
    color: var(--nav-ul-li-a-line-color);
    padding-top: 4px;
    padding-bottom: 4px;
}
.nav-ul.main-list li a {
    font-weight: var(--main-list-li-a-font-weight);
    font-size: var(--main-list-li-a-font-size);
    line-height: var(--main-list-li-a-line-height);
    font-family: var(--text-font-family);
    color: var(--main-list-li-a-color);
    text-transform: var(--main-list-li-a-text-transform);
    letter-spacing: var(--main-list-li-a-letter-spacing);
}
ul.nav-ul > li.active > a {
    color: var(--nav-ul-liactive-a-color); 
}
ul.nav-ul > li.active > a::before, 
ul.nav-ul > li.active > a::after {
    background-color: var(--nav-ul-liactive-a--after-ba-background-color);
    width: 15px;
    opacity: 1;
}
ul.nav-ul > li:hover > a::before, 
ul.nav-ul > li:hover > a::after {
    width: 15px;
    opacity: 1;
}
ul.nav-ul > li > a::before {
    left: 0;
    top: 2px;
}
ul.nav-ul > li > a::after {
    bottom: 2px;
    right: 0;
}
ul.nav-ul > li > a::before, 
ul.nav-ul > li > a::after {
    background-color: var(--nav-ul-li-a--after-ba-background-color);
    border-radius: 10px;
    content: "";
    height: 2px;
    opacity: 0;
    position: absolute;
    width: 100%;
}
#root .header .nav-ul ul {
    display: none;
}
a, button, .btn, a::before, a::after, *::before, *::after, input {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

 /* WEBSITE CONTENT 
###############*/

/*######### keyarea #*/
.js-off .slider-item + .slider-item {
    display: none !important;
}
.keyarea {
    position: relative;
    z-index: 1; 
}
.keyarea .slider-item.display-default {
    display: grid;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-template-columns: repeat(22,1fr);
    position: relative;
}
.slider.slider-activated .slider-item.display-default {
    width: 100%;
}
.slider.slider-activated .slider-item.display-default .content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.slider[style="position: relative;"],
.slider[style="position: relative;"] img,
.slider[style="position: relative; overflow: hidden;"],
.slider[style="position: relative; overflow: hidden;"] img {
    height: 700px !important;
}
.keyarea .slider-item.display-default picture {
    grid-column: 1/-1;
    grid-row: 1;
}
.keyarea .slider-item.display-default picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 750px;
    max-height: 800px;
    display: block;
}
.keyarea .slider-item.display-default .content {
    grid-row: 1;
    column-gap: inherit;
    padding: 20px 20px 50px 50px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    max-width: var(--default-wrapper-max-width);
    grid-column: 1 / -1;
    width: 100%;
}
.keyarea .slider-item.display-default .content * {
    color: #fcfaf4;
}
.keyarea .slider-item.display-default .content > * {
    max-width: 692px;
}
.keyarea .slider-item .content h1 {
    font-size: var(--keyarea-h1-font-size);
    line-height: var(--keyarea-h1-line-height);
    margin-bottom: var(--keyarea-h1-margin-bottom);
    font-weight: var(--keyarea-h1-font-weight);
}
.keyarea .slider-item .content p.label {
    text-transform: var(--keyarea-plabel-text-transform);
    font-weight: var(--keyarea-plabel-font-weight);
    margin-bottom: var(--keyarea-plabel-margin-bottom);
}
.keyarea .slider-item.display-custom {
    background: #b7c1c64d;
   
    display: flex !important;
    width: 100%;
} 
.keyarea .slider-item.display-custom .content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.keyarea .slider-item.display-custom .content-inner {
    max-width: 900px;
    margin: 0 0 0 auto;
    padding: 20px;
}
#main .frame-type-mask_big_banner:first-child .keyarea .slider-item.display-custom {
    padding-top: 120px; 
}
.two-column-teaser .grid-2 > *:last-child, 
.content-inner .text > *:last-child {
    margin-bottom: 0 !important;
}

/*######### SPECIAL BOX #*/
.teaser {
    max-width: var(--default-wrapper-max-width);
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}
#main {
    position: relative;
}
#root .banner {
    min-height: 0;
    padding: 10px 20px;
    text-align: left;
    max-width: var(--default-wrapper-max-width);
    margin: auto;
}
#root .banner .banner-inner {
    align-items: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
}
#root .banner .banner-inner:after {
    background: transparent;
}
.banner-image + div {
    padding: 40px 20px;
}
.banner-image + div li + li:before,
.banner-image + div strong.h1,
.banner-image + div li a, 
.banner-image + div li span {
    color: #fff !important;
}
#root .banner strong.h1, 
#root .banner .breadcrumb-nav li, 
#root .banner .breadcrumb-nav li a {
    color: var(--banner-h1-li-lia-color);
}
form button {
    height: 46px;
    padding: 5px;
    min-width: 200px;  
}
form input[type=text],
form input[type=email],
form input[type=password] {
    height: 46px;
    border: 0;
    padding: 5px 8px;
    min-width: 220px;
    border-radius: 3px;
}
.select2-selection__rendered,
form input[type=text],
form input[type=email],
form input[type=password],
form select,
form textarea {
    font-family: var(--form-font-family);
    font-weight: var(--form-font-weight);
}
form label {
    font-family: var(--form-label-font-family);
    font-weight: var(--form-label-font-weight);
}
.select2-results__option[aria-selected]:hover {
	background: var(--select2-results__option--hover-background-color);
	color: var(--select2-results__option--hover-color);
}
form input::placeholder {
    padding-left: 3px;
}
form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    padding-left: 3px;
}
form input::-moz-placeholder { /* Firefox 19+ */
    padding-left: 3px;
}
form input:-ms-input-placeholder { /* IE 10+ */
    padding-left: 3px;
}
form input:-moz-placeholder { /* Firefox 18- */
    padding-left: 3px;
}
.bc-base-contact {
    max-width: var(--default-wrapper-max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.teaser .section-wrap.display-flex {
    justify-content: center;
    align-items: center;
}
.picture-col {
    display: grid;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-template-columns: repeat(1,1fr);
    position: relative;
}
.picture-col picture {
    grid-column: 2;
    grid-row: 1;
    column-gap: inherit;
    align-self: center;
    justify-self: center;
}
.picture-col span.decorater + picture {
    position: absolute;
}
.picture-col .decorater  {    
    grid-column: 1/-1;
    grid-row: 1;
}
.teaser .picture-col {
    position: relative;
}

/*######### BANNER #*/
.banner {
    display: flex;
    min-height: 350px;
    position: relative;
    flex-direction: row;
    align-items: center;
    padding-top: 85px;
    padding-left: 20px;
    padding-right: 20px;
}
.banner .banner-inner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 76%);
    z-index: 0;
}
.banner-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    flex: 1;
    align-items: center;
}
.banner-image {
    background-size: cover;
    background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}
.banner p {
	text-transform: uppercase;
	color: var(--banner-default-color);
}
.banner a {
	color: var(--banner-default-color);
}
.banner strong.h1, 
.banner .breadcrumb-nav li {
    position: relative;
    z-index: 9;
    color: var(--banner-default-color);
}
.banner ul.bct {
    display: flex;
    flex-direction: row;
    justify-content: center;
    white-space: nowrap;
    min-height: 25px;
}
.banner strong.h1 {
    margin-bottom: 10px;
}
.banner ul.bct li + li:before {
    content: "/";
    margin: 0 5px;
}
 
/* WEBSITE FOOTER
###############*/
#footer ul.nav-ul {
    flex-direction: row;
    font-size: 12px;
    justify-content: center;
    gap: 20px;
	font-family: var(--text-font-family);
}
#footer {
    z-index: 2;
    position: relative;
}
.footer-stripe .footer-stripe--inner {
    max-width: var(--default-wrapper-max-width);
    margin: 0 auto;
}
div#footer,
.footer-stripe {
    background: var(--footer-stripe-background-color);
}
.footer-stripe.part-2 {
    background: var(--footer-stripe-background-color-2);
    max-width: 100%;
}
.footer-stripe.part-1 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-stripe.part-1 .footer-stripe-inner {
    padding-top: 0;
    padding-bottom: 0;
}
.footer-boxes.display-flex {
    margin-bottom: 40px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	gap: 45px;
}
.footer-boxes .box.col {
	width: 25%;
    color: #fcfaf4;
    font-style: initial;
    font-size: 0.8rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.footer-boxes .box.col a {
	color: #fcfaf4;
}
.footer-boxes .box.col .wrap {
    display: flex;
    margin-left: 10px;
    flex-direction: column;
    justify-content: center;
}
.footer-boxes .nav-ul {
    justify-content: center;
    gap: 15px;
    font-size: 13px;
}
.footer-boxes .icon-bgd {
    display: flex;
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background: #f0c415;
    margin-right: 15px;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
a.w-link {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    letter-spacing: 0.3px;
}
span.w-text {
	font-size: 0.8rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
	font-family: var(--text-font-family);
}
.footer-stripe p {
    color: #fff;
    font-size: 1rem;
    font-family: var(--text-font-family);
}
.footer-stripe--inner {
	align-items: center;
	justify-content: space-between;
    padding: 17px 20px 25px;
    gap: 15px;
}
.part-2 .footer-stripe--inner.display-flex {
    padding: 24px 20px 13px;
}
.frame-type-news header,
.frame-type-bcsimpleperson_listview header,
.fg_teaser {
    max-width: var(--default-wrapper-max-width);
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}
.section-header + .row-teaser,
*:not(.with-flex-feature) > .section-header+div {
    margin-top: 2em;
}
.list-info.a {
    color: #252525; 
    font-weight: 500;
    text-transform: uppercase;
    gap: 10px;
}
.list-info li {
    position: relative;
    margin: 0 0 18px;
}
.list-info.a li {
    float: left;
    width: 50%;
    min-height: 26px;
    margin: 0 0 24px;
    padding: 0 0 0 46px;
    font-size: 1.2em;
    display: block;
}
.list-info.a span {
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
    min-width: 0;
    color: #f0c415;
    font-size: 26px;
    line-height: 26px;
}
 
.icon_mail:before {
    content: "\e076";
    margin-bottom: 10px;
}   

/*MAP OUTER*/
.mapouter {
    position: relative;
    text-align:right;
    height:500px;
    width: 100%;
    margin: 0 auto;
}
.gmap_canvas {
    overflow: hidden;
    background: none!important;
    height: 500px;
    width: 100%;
}
.gmap_canvas iframe {
    width: 100%;
}
.embedgooglemap {
    position: absolute;
    bottom: 16px;
    right: 0;
    font-size: 7px;
    color: #000;
}
div#success_fail_info.error {
	color: #f00;
	text-align: center;
	margin-bottom: 17px;
}
div#success_fail_info.success {
	color: #fff;
	text-align: center;
	margin-bottom: 17px;
	background: #95c648;
	padding: 10px;
}
section.related-links {
    margin: 0 auto;
}
section.related-links.teaser:last-child {
    margin-bottom: 50px;
}
 
@media  screen and (max-width: 1024) {
    #header {
        background: #fff;
    }
}
.header-main {
    padding-top: 20px;
    height: 100px;
}
.header-top--inner {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-right: 0;
}
.header-top--inner ul {
    display: flex;
}
.header-top--inner ul.infobar {
    padding: 14px 14px 14px 0;
}
.header-top--inner ul li {
    display: block;
}
@media (hover: hover) {
    .header-top--inner ul li a:hover {
        color: #00173c !important;
    }
}
.header-info.two-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -8px;
}
.header ul.list-social li a {
    padding: 12px 15px;
    display: block;
}
.header ul.list-social a {
    color: #fff;
}
.header .nav-ul.main-list {
    gap: 20px;
}
.header .nav-ul.main-list li {
    display: block;
}
.main {
    padding: 1px 0; 
}
.teaser .headline { 
    padding-top: 0px;
    background: #fff;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}
.teaser .decoration {
    letter-spacing: -14px;
    margin-right: 11px;
}
.teaser .decoration:before {
    content: "/";
    width: 2px;
    height: 100%;
    font-weight: 300;
    letter-spacing: -17px;
}
.teaser .decoration.decoration b:before {
    content: attr(data-content);
    font-weight: 500;
    letter-spacing: -15px;
}
.teaser .decoration.decoration b:after {
    content: attr(data-content);
    font-weight: 700;
}
.teaser .decoration:after {
    content: "/";
    width: 2px;
    height: 100%;
    font-weight: 900;
}
.teaser.teaser-narrow .section-inner {
    max-width: var(--narrow-wrapper-max-width);
    margin: 0 auto;
}
.teaser .subline {
    color: #20264e;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.7;
    display: block;
}
 
.sticky-social {
    position: fixed;
    right: 0;
    top: 65%;
    z-index: 105;
    width: 50px;
    padding: 24px 10px 80px;
    background: #959595;
    color: #e81c2e;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    opacity: 0;
    height: 40px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: all .4s cubic-bezier(.4,0,.2,1) 0s;
    -webkit-transition-delay: -.1s;
    clip-path: polygon(10% 0%,100% 0%,90% 100%,0% 100%);
}
.sticky-social .list-social {
    display: flex;
    margin: 0;
    flex-direction: column;
}

.sticky-social .list-social li {
    margin: 0 0 10px;
    display: block;
}
.sticky-social .list-social a {
    width: 33px;
    height: 30px;
    margin: 0 auto;
    color: #fff;
    font-size: 10px;
    display: block;
}
.sticky-social .list-social a i {
    font-size: 28px;
}
.sticky-social::before {
    bottom: 26px;
    color: #fff;
    font-size: 27px;
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    margin: -10px 0 0;
    line-height: 20px;
    text-align: center;
    content: "\e883";
}
.back-to-top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52px;
    z-index: 5;
    color: transparent;
}
.back-to-top a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.back-to-top.inside-footer {
    display: none;
    position: relative;
    height: 30px;
    width: 30px;
    margin: 0 auto;
}
.back-to-top.inside-footer a:before {
    color: #fff;
    font-size: 27px;
    font-family: 'ElegantIcons' !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    display: block;
    line-height: 20px;
    text-align: center;
    content: "\46";
}

@media screen and (max-width: 580px)  {
    .back-to-top.inside-footer {
        display: block;
    }
}
@media screen and (max-width: 580px) {
    .sticky-box-included {
        padding-bottom:40px
    }
    .sticky-social {
        width: 100%;
        min-height: 30px;
        top: auto;
        bottom: 0;
        padding: 8px 20px;
        height: auto;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 15px;
        clip-path: none;
        border-radius: 0;
    }
    .sticky-social .list-social {
        flex-direction: row;
        justify-content: center;
        gap: 15px
    }
    .sticky-social::before {
        bottom: 26px;
        color: #fff;
        font-size: 27px;
        font-family: 'ElegantIcons'!important;
        speak: none;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        margin: -10px 0 0;
        line-height: 20px;
        text-align: center;
        content: "\46";
    }
    .sticky-social::before {
        display: none
    }
    .back-to-top {
        position: static;
        height: auto;
        width: auto
    }
    .back-to-top a {
        width: auto;
        height: 31px;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .back-to-top a:before {
        position: static;
        bottom: 26px;
        color: #fff;
        font-size: 27px;
        font-family: 'ElegantIcons'!important;
        speak: none;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        display: block;
        left: 0;
        width: auto;
        line-height: 20px;
        text-align: center;
        content: "\46";
        height: auto
    }
    .sticky-social .list-social li {
        margin-bottom: 0
    }
    .footer-boxes-inner {
        padding-right: 20px
    }
}

.bc-base-contact label:not(.custominput-wrap) {
    margin-bottom: -11px;
    display: block;
    padding-left: 7px;
    border-bottom: 1px solid #000 !important;
    padding-bottom: 3px;
}
.col section.teaser.teaser-narrow {
    margin: 0;
    padding: 0;
    clip-path: unset;
}
header + .bc-base-contact.bc-wrapper {
    margin-top: 20px;
}
.bc-base-contact.bc-wrapper .teaser {
    margin-top: 0;
}
.section-inner.section-grid-5 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}
.section-inner.section-grid-4 {
    display: flex;
    flex-direction: row;
    gap: 26px;
    flex-wrap: wrap;
}
.section-inner.section-grid-3 {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}
.section-inner.section-grid-2 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}
.section-inner.section-grid-2:not(.slick-initialized) > div {
    flex: 1 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
.section-inner.section-grid-3:not(.slick-initialized) > div {
    flex: 1 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
}
.section-inner.section-grid-4:not(.slick-initialized) > div {
    flex: 1 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
}
.section-inner.section-grid-5:not(.slick-initialized) > div {
    flex: 1 0 calc(20% - 20px);
    max-width: calc(20% - 20px);
}

/*Topic*/
.topic-inner {
    position: relative;
    padding-right: 50px;
    padding-bottom: 10px;
    height: 100%;
}
.topic-header {
    position: relative;
}
.topic-header p {
    margin-bottom: 0;
}
.teaser-boxes .topic-header {
    height: 100%;
}
.topic-header a:not(.ref-external-link) {
    background-image: url(../icons/arrow-top-right-green.svg);
    color: transparent;
    font-size: 0px;
    line-height: 0px;
    display: block;
    width: 46px;
    height: 43px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 46px 43px;
    position: absolute;
    bottom: 9px;
    right: -50px;
}
.topic-header a.ref-external-link {
    margin-top: 5px;
    display: inline-block;
}
.topic.related-pages {
  margin-bottom: 40px;
}
.topic picture {
    margin-bottom: 10px;
}
picture {
    display: block;
    position: relative;
    height: 100%;
}
picture img {
    max-width: 100%;
    height: auto;
    display: block;
}
 
/*News override*/
.frame-type-news_newsliststicky header {
    max-width: var(--default-wrapper-max-width);
    padding: 0 20px;
}
.frame-type-news_newsliststicky header + .news .news-list-view section {
    margin-top: 0px;
}
.teaser-text [itemprop="description"] {
    margin-bottom: 10px;
}
.article.fg_teaser {
    max-width: 980px;
}
.mediaelement {
    position: relative;
}
.news-related.news-related-links ul {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-left: 0;
    flex-wrap: wrap;
}
.news-related.news-related-links ul li {
    min-width: 200px;
    margin: 0 0 5px 0;
    font-size: 1.2em;
    display: flex;
    position: relative;
    background: rgb(250 250 251);
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.news-related.news-related-links ul li span {
    display: block;
    width: 100%;
    font-size: 12px;
}
.news-related.news-related-links ul li a:after {
    content: "\e02c";
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 10px;
    top: 16px;
    width: 30px;
    height: 30px;
    background: #ceac06;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    justify-content: stretch;
    line-height: 30px;
    font-size: 14px;
    box-shadow: 1px 3px 5px 0px rgb(0 0 0 / 12%);
}
.news-related.news-related-links ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 10px 10px 50px;
    display: block;
}
.news-backlink-wrap a {
    line-height: 20px;
    font-size: 20px;
    display: table;
    border-bottom: 1px solid;
}
.news-backlink-wrap {
    margin-top: 40px;
}
.news-backlink-wrap a:before {
    content: '<';
}
.news-related.news-related-links ul li a + span {
    margin-top: -9px;
    padding-bottom: 5px;
}
.news-related-wrap {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
 
[itemscope="itemscope"] .header { display: flex; flex-direction: row; gap: 20px; margin-bottom: 20px;}
[itemscope="itemscope"] .header h1 { margin-bottom: 0;}
[itemscope="itemscope"] .header .c-2 { min-width: 280px; }
.article-icons { display: flex; flex-direction: row; }
.article-icons img { width: 20px; height: 20px; }

header.section-header + .article {
    margin-top: 0 !important;
}
.newsItem-allRelatedSorted {
    margin-bottom: 5px;
}
.frame.frame-default.frame-type-mask_big_banner + .frame-type-mask_related_links {
    margin-top: 70px;
}
.news-text-wrap {
    margin: 20px 0 50px;
}
.news .frame-type-text header h2 {
    font-size: 45px;
}
.news .video-teaser-inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
    text-align: center;
}
.news .video-teaser-inner strong {
    font-size: 1.5rem;
}
.news-img-wrap.static-image {
    width: auto;
    justify-content: center;
}


/*override 02/08/2024*/
.layout-pagets__home {
    padding-top: 0;
}
 
.header .nav-ul.main-list {
    gap: 33px;
}

.keyarea .slider-item.display-default .content > * {
    padding: 20px;
    background: transparent;
    text-align: center;
}

.keyarea .slider-item.display-default .content {
    padding: 0;
    justify-content: center;
    align-items: center;
}
picture img {
    border-bottom: 0;
}
.keyarea .slider-item .content strong.subline {
    font-size: 36px;
    line-height: 44px;
    display: table;
    margin: 0 auto 20px;
    background: #fff;
    padding: 2px 4px;
}
.keyarea {
    border-bottom: 0;
}
.keyarea picture:before {
    display: none;
}
.keyarea .slider-item.display-default .content > * {
    max-width: 810px;
}
ul.footer-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px 15px;
    justify-content: end;
}
ul.footer-menu a {
    font-size: var(--text-footer-menu-font-size);
    color: var(--text-footer-menu-color);
    font-family: var(--text-font-family);
}
.footer-stripe p {
    font-size: var(--text-footer-stripe-font-size);
}

/* freeprivacypolicy */
#root .freeprivacypolicy-com---nb-interstitial-overlay {
    background: rgba(0, 0, 0, .5);
    top: auto;
    bottom: 0;
}
#root .freeprivacypolicy-com---nb-interstitial {
    top: auto;
    bottom: 3vh;
}
#root .freeprivacypolicy-com---palette-dark .cc-nb-okagree {
    color: #fff;
    background-color: #00613d;
}

/* Again custom */
.select2-results__option--highlighted {
    background: #4c4d4d;
    color: #fff;
}
.frame-type-news_newsliststicky span.news-list-rate.rate {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}
.frame-type-news_newsliststicky span.news-list-rate.rate svg {
    width: 20px;
    height: 18px;
    display: block;
}
.frame-type-news_newsdetail .simplerate_wrapper {
    max-width: var(--default-wrapper-max-width);
    padding: 20px 0px 20px;
    margin: 60px auto 40px;
    width: 100%;
    border-bottom: 1px solid #ced0d769;
    border-top: 1px solid #ced0d769;
}
@media screen and (min-width: 520px) {
    .frame-type-news_newsdetail  .simplerate_text {
        font-size: 18px;
        line-height: 1.2;
    }
    .frame-type-news_newsdetail  .simplerate_form .simplerate_submit {
        margin-left: 12px;
    }
}
 @media (hover: hover) {
    #root a.social-footer-link:hover {
        transform: scale(1.02);
    }
    .pager li a:hover {
        text-decoration: underline;
    }
    #root ul.footer-menu a:hover {
        text-decoration: underline;
    }
 }
.layout-pagets__default .banner:after {
    content: "";
    display: block;
    height: 11px;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 97, 61, 0.2) 0%, rgba(209, 191, 163, 0.2) 100%);
    filter: blur(12px);
    z-index: -1;
    top: 18px;
}

.header .nav-ul.main-list {
    gap: 25px;
}
@media screen and (max-width: 1300px) {
    .header .nav-ul.main-list {
        gap: 20px;
    }
}

/* Srfreecap*/
.tx-srfreecap-captcha {
    gap: 20px
} 
span.tx-srfreecap-cant-read a {
    cursor: pointer
}
.tx-srfreecap-captcha>div img {
    max-width: 200px
}
.freeCap-image {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    max-width: 418px;
}
@media screen and (max-width: 500px) {
    .tx-srfreecap-captcha {
        flex-direction:column
    }
    .tx-srfreecap-captcha>div:first-child {
        max-width: 100%
    }
    .freeCap-image img {
        max-width: 200px
    }
}
@media screen and (max-width: 580px) and (min-width: 460px), 
screen and (max-width: 330px) {
    .freeCap-image {
        flex-direction: column;
    }
}

 
/* Mask teaser */
.frame-type-mask_teaser_boxes.frame-mediaslider .topic {
    width: 350px;
    justify-content: center;
    margin: 0 10px;
}
.frame-type-mask_teaser_boxes.frame-mediaslider .topic-header {
    text-align: center;
    display: block !important;
}
.frame-type-mask_teaser_boxes.frame-mediaslider .topic-header:not(:first-child) {
    margin-top: 20px;
}
.frame-type-mask_teaser_boxes.frame-mediaslider .topic picture {
    max-width: 80px;
    margin: 0 auto;
}
.frame-type-mask_teaser_boxes.frame-mediaslider picture {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 106px;
}
.frame-type-mask_teaser_boxes.frame-mediaslider .topic-inner  {
    border-radius: 5px;
    max-width: 350px;
    padding-right: 20px !important;
}
.frame-type-mask_teaser_boxes.frame-mediaslider .section-content {
    max-width: 1830px;
    margin: auto;
}
.frame-type-mask_teaser_boxes.frame-mediaslider  section.teaser-boxes .fg_teaser {
    max-width: none;
}
.frame-type-mask_teaser_boxes.frame-mediaslider .teaser-boxes header.section-header {
    max-width: var(--default-wrapper-max-width);
    margin: 0 auto 20px; 
}
.slick-track {
    display: flex;
}
.frame-type-mask_teaser_boxes.frame-mediaslider .slick-track {
    display: flex;
}
.frame-type-mask_teaser_boxes.frame-mediaslider .slick-track .topic {
    float: none;
    height: auto;
}
.frame-type-mask_teaser_boxes.frame-mediaslider .topic-header p {
    margin-bottom: 0;
    font-size: 18px;
}
.frame-type-mask_teaser_boxes.frame-mediaslider .section-inner.section-grid-3>div:not(.slick-list) {
    max-width: none;
    flex: none;
}
.frame-type-mask_teaser_boxes.frame-mediaslider .section-inner.section-grid-3>div.slick-list {
    flex: none;
    max-width: none;
}
.frame-type-mask_teaser_boxes.frame-mediaslider .slick-dotted.slick-slider {
    margin-bottom: 0px;
    padding-bottom: 40px;
    display: block !important;
}
.frame-type-mask_teaser_boxes.frame-mediaslider .slick-dotted.slick-slider .slick-dots {
    bottom: 20px;
}
@media screen and (max-width: 1024px) {
   .frame-type-mask_teaser_boxes.frame-mediaslider .section-inner.section-grid-3 {
        gap: 20px;
    }
    .frame-type-mask_teaser_boxes.frame-mediaslider .section-inner.section-grid-3 img {
        max-height: 60px;
        width: auto;
    }
    .frame-type-mask_teaser_boxes.frame-mediaslider .topic picture {
        min-height: 60px;
        height: auto;
    }
   .frame-type-mask_teaser_boxes.frame-mediaslider .topic {
        height: 100%;
    }
    .frame-type-mask_teaser_boxes.frame-mediaslider .topic-inner  {
        height: 100%;
    }
    .frame-type-mask_teaser_boxes.frame-mediaslider .teaser-boxes .topic-header {
        height: auto;
    }
}
@media screen and (max-width: 400px) {
    .frame-type-mask_teaser_boxes.frame-mediaslider .topic {
        max-width: 280px;
    }
    .frame-type-mask_teaser_boxes.frame-mediaslider .topic-inner  {
        padding: 10px;
        max-width: 280px;
    }
}

.display-flex.flex-direction-row.gap-20 {
    gap: 10px;
    min-width: 150px;
}
.ce-intext.ce-left .ce-gallery {
    margin-right: 30px;
}

@media only screen and (max-width: 780px) {
    .section-inner.section-grid-2:not(.slick-initialized) > div {
        width: 100%;
        flex: auto;
        max-width: 100%;
    }
    .section-inner.section-grid-3:not(.slick-initialized) > div {
        flex: 1 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}
@media only screen and (max-width: 780px) and (min-width: 481px) {
    .section-inner.section-grid-4:not(.slick-initialized) {
        gap: 20px;
    }
    .section-inner.section-grid-4:not(.slick-initialized) > div {
        flex: 1 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    .section-inner.section-grid-4:not(.slick-initialized) > div picture img {
        margin: 0 auto;
    }
    .section-inner.section-grid-4:not(.slick-initialized) > div  .topic-header {
        height: auto;
    }
    .frame-type-mask_teaser_boxes .section-grid-2 .topic-header,
    .frame-type-mask_teaser_boxes .section-grid-4 .topic-header {
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }
    .frame-type-mask_teaser_boxes .section-grid-2 .topic-header *:first-child,
    .frame-type-mask_teaser_boxes .section-grid-4 .topic-header *:first-child {
        max-width: 100%;
        margin-right: 0px;
    }
    .frame-layout-1 .section-inner.section-grid-3:not(.slick-initialized) > div  .topic-header {
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (max-width: 480px) {
    .section-inner.section-grid-3:not(.slick-initialized) > div {
        width: 100%;
        flex: auto;
        max-width: 100%;
    }
    .section-inner.section-grid-4:not(.slick-initialized) > div {
        flex: 1 0 100%;
        max-width: 100%;
    }
    .section-inner.section-grid-4:not(.slick-initialized) > div picture img {
        max-width: 100px;
    }
}
.frame-type-mask_teaser_boxes .section-grid-4 .topic-inner {
    padding-right: 0;
}
.frame-type-mask_teaser_boxes .section-grid-4 .teaser-boxes .topic-header {
    height: auto;
    text-align: center;
}
.frame-type-mask_teaser_boxes .section-grid-4 .teaser-boxes .topic-header h4 {
    font-size: 20px;
    text-align: center;
}
.frame-type-mask_teaser_boxes .section-grid-4 .topic picture {
    height: auto;
}
.frame-type-mask_teaser_boxes.frame-layout-2 .topic-inner {
    padding: 20px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    background: rgba(228, 220, 208, 0.3);
    padding-right: 20px !important;
}
.frame-type-mask_teaser_boxes.frame-layout-2 .section-inner.section-grid-3 {
    gap: 20px;
}
.frame-type-mask_teaser_boxes.frame-layout-2  .topic-inner {
    display: flex;
    gap: 10px;
    padding-right: 0;
}
.frame-type-mask_teaser_boxes.frame-layout-2 .topic-header p {
    margin-bottom: 0;
}
.frame-type-mask_teaser_boxes.frame-layout-2 .topic-inner picture {
    width: 80px;
}
.frame-type-mask_teaser_boxes.frame-layout-2 .topic-inner picture img {
    min-width: 60px;
}
.frame-type-mask_teaser_boxes.frame-layout-1 .topic-header *:first-child {
    max-width: 100% !Important
}
.frame-type-mask_teaser_boxes.frame-layout-1 .section-grid-2 .topic-inner {
    border-bottom: 0;
    border-image: linear-gradient(0.25turn, #a47f48, #00613d);
    border-image-slice: 0;
    display: flex;
    gap: 10px;
   padding-right: 0;
}
.frame-type-mask_teaser_boxes.frame-layout-1 .section-grid-2 .topic-header p {
    margin-bottom: 0;
}
.frame-type-mask_teaser_boxes.frame-layout-1 .section-grid-2 .topic-inner picture {
    width: 80px;
}
.frame-type-mask_teaser_boxes.frame-layout-1 .section-grid-2 .topic-inner picture img {
    min-width: 60px;
}

.frame-type-mask_teaser_boxes.frame-layout-0 .topic-inner {
    height: auto;
}
 
/* Plugin Persons */
.persons-view .inner-wrap {
    display: flex;
    gap: 20px; 
    flex-wrap: wrap;
    flex-direction: row;
}
.vcard {
    padding: 20px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    background: rgba(228, 220, 208, 0.3);
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width: 1025px) {
    .persons-view .inner-wrap {    
        gap: 50px 30px;
    }
    .vcard {
        width: calc(50% - 25px);
    }
}
.vcard .profile-preferences {
    margin-bottom: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 10px;
    max-width: 350px;
    margin: 0 auto;
}
.vcard .simple-person-image {
    width: 80px;
    height: 80px; 
}
.vcard .simple-person-image img {
    min-width: 80px;
    height: 80px; 
    border-radius: 50%;
}
.vcard .person-full-name {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 5px;
    letter-spacing: .55px;
}
.vcard .position {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 400; 
}
.vcard .properties {
    display: flex;
    flex-wrap: wrap;
    color: #000;
    gap: 5px;
    font-size: 16px;
    letter-spacing: .5px;
    margin: 10px auto 0;
    justify-content: center;
}
.vcard .description {
    margin-top: 20px;
    position: relative;
    min-height: 80px;
    height: 80px; 
}
.vcard .description:before {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    margin: 0 auto;
    display: block;
    background: url(../images/musikschule-tonika-icon.png) no-repeat center center;
    background-size: contain;
    opacity: 0.07;
}
.description {    
    overflow: hidden;
    padding-bottom: 20px;
    transition: height 0.3s ease;
}
.description.not-overflowed {
    height: auto;
}
.description.not-overflowed .extend {
    opacity: 0;
}
.vcard .description.expanded {
    height: auto;
    overflow: visible;
}
span.extend {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgb(247 244 241);
    height: 20px;
    cursor: pointer;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    transition: opacity cubic-bezier(0.075, 0.82, 0.165, 1);
}
.overflowed span.extend {
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
}
.description .extend::after {
    content: "read more ▼"; 
    font-size: 16px; 
}
.description.expanded .extend::after {
    content: "▲"; 
}
.vcard .description p {
    font-weight: 400;
    text-align: center;
    font-family: var(--heading-font-family);
    font-size: calc(var(--text-font-size) - 2px);
}
.vcard .properties span {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    color: #a47f48;
}
.vcard .properties span:before {
    opacity: 0.7;
    color: #a47f48;
    content: "\f001";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    font-size: 10px;
}
.person-related-files-link {
    font-size: 16px;
    margin-top: 5px;
    font-family: var(--heading-font-family);
    letter-spacing: 0.5px;
}
.person-related-files-link a {
    line-height: 1.1;
    border-bottom: 1px solid #da9c09;
}
span.follow-us-section {
    display: flex;
    gap: 10px;
}
.footer-contact-inner.pos-0 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px; 
  margin: 0 auto;
}
.stats-grid.items-number-1:not(.slick-initialized) {
  grid-template-columns: repeat(2, 1fr);
}
.stats-grid.items-number-2:not(.slick-initialized) {
  grid-template-columns: repeat(2, 1fr);
}
.stats-grid.items-number-3:not(.slick-initialized) {
  grid-template-columns: repeat(3, 1fr);
}
.stats-grid.items-number-4:not(.slick-initialized) {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1024px) {
    .stats-grid.items-number-4:not(.slick-initialized) {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 768px) {
    .stats-grid.items-number-3:not(.slick-initialized) {
        grid-template-columns: repeat(2, 1fr);
    }
    .stats-grid.items-number-4:not(.slick-initialized) {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 580px) {
    .stats-grid.items-number-2:not(.slick-initialized) {
        grid-template-columns: repeat(1, 1fr);
    }
    .stats-grid.items-number-3:not(.slick-initialized) {
        grid-template-columns: repeat(1, 1fr);
    }
    .stats-grid.items-number-4:not(.slick-initialized) {
        grid-template-columns: repeat(1, 1fr);
    }
}
.stat-number {
  font-size: 48px;
  font-weight: 900;
  color: #c3c3c3;
  text-shadow: 2px 2px rgba(0,0,0,0.1);
}
.stat-text {
    font-size: var(--text-font-size);
    line-height: var(--text-line-height);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stat-text .line1 {
    color: var(--heading-color);
}
.stat-text .line2 {
    color: var(--text-color);
}

/*Pricing*/
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; 
  margin: 0 auto;
}
.pricing-grid.items-number-1:not(.slick-initialized) {
  grid-template-columns: repeat(2, 1fr);
}
.pricing-grid.items-number-2:not(.slick-initialized) {
  grid-template-columns: repeat(2, 1fr);
}
.pricing-grid.items-number-3:not(.slick-initialized) {
  grid-template-columns: repeat(3, 1fr);
}
.pricing-grid.items-number-4:not(.slick-initialized) {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1024px) {
    .pricing-grid.items-number-4:not(.slick-initialized) {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 768px) {
    .pricing-grid.items-number-3:not(.slick-initialized) {
        grid-template-columns: repeat(2, 1fr);
    }
    .pricing-grid.items-number-3:not(.slick-initialized) > *:nth-child(3) {
        /* Nateraj treću stavku da počne u prvoj koloni (1) i prostire se preko 2 kolone (span 2). 
           Ovo je čini 100% širine i automatski je gura u novi red. */
        grid-column: 1 / span 2;
        /* ili kraće: grid-column: 1 / -1; */
    }
    .pricing-grid.items-number-4:not(.slick-initialized) {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 580px) {
    .pricing-grid.items-number-2:not(.slick-initialized) {
        grid-template-columns: repeat(1, 1fr);
    }
    .pricing-grid.items-number-3:not(.slick-initialized) {
        grid-template-columns: repeat(1, 1fr);
    }
    .pricing-grid.items-number-3:not(.slick-initialized) > *:nth-child(3) {
        grid-column: 1 / span 1;
    }
    .pricing-grid.items-number-4:not(.slick-initialized) {
        grid-template-columns: repeat(1, 1fr);
    }
}
.pricing-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}
@media (hover: hover) {
    .pricing-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    }
}
.price-label {
    font-size: 14px; 
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 600;
}
.price {
    font-size: 48px; 
    margin-bottom: 15px;
}
.price-title {
    font-size: 16px; 
    margin-bottom: 15px; 
}
.price-desc {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.divider {
    width: 40px;
    height: 2px;
    margin: 10px auto 20px;
} 
.pricing-card .price-desc > *:last-child {
    margin-bottom: 0;
}

/* Style file links*/
.frame-type-uploads {
    max-width: var(--default-wrapper-max-width);
    padding: 50px 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}
.frame-type-uploads header * + * {
   font-size: 20px;
   font-family: var(--text-font-family);
   font-weight: 400;
}
.frame-type-uploads .ce-uploads {
    gap: 20px
}
.frame-type-uploads .ce-uploads li {
    display: flex;
}
.frame-type-uploads .ce-uploads li span.ce-uploads-fileName {
    font-family: var(--heading-font-family);
}
.frame-type-uploads .ce-uploads img { 
    padding: 0;
    min-width: 34px;
    margin-right: 7px;
    height: auto;
}
.frame-type-uploads .ce-uploads span.text {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
    justify-content: flex-end;
    margin-top: 20px;
    color: #000;
    line-height: 1.2
}
.frame-type-uploads .ce-uploads span.text:before {
    text-decoration: underline
}
.frame-type-uploads .icon-wrap .fa-solid:before {
    font-size: 26px !important;
    margin-right: 5px;
}
@media screen and (max-width: 980px) {
    .frame-type-uploads .ce-uploads img {
        width: auto;
        height: 120px
    }
}
@media screen and (min-width: 800px) {
    .frame-type-uploads header {
        max-width: 48%;
        margin-right: 2%;
    }
    .frame-type-uploads {
        flex-direction: row;
        justify-content: center;
    }
}

/* Blockquote teaser */
blockquote {
    padding: 40px;
    background-color: #F3F3F3;
    border-left: 0;
    max-width: var(--default-wrapper-max-width);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
@media screen and (min-width: 581px) {
    blockquote {
       padding: 80px;
    }
}
blockquote footer {
    color: #a47f48;
    font-family: var(--heading-font-family);
    margin-top: 20px;
    text-align: right;
}
blockquote > i {
    position: absolute;
    font-size: 160px;
    z-index: 0;
    color: #a47f48;
    opacity: .1;
    left: 20px;
    top: 0;
}
.frame-type-mask_reference_teaser .section-inner.fg_teaser {
    max-width: 100% !important;
}
.frame-type-bcbase_contactform header,
.frame-type-mask_reference_teaser .section-inner.fg_teaser > header {
    padding-left: 0;
    padding-right: 0;
}
/*Accoirdion*/
.accordion .container-item {
    border-bottom: 1px solid #d8d8d8;
}
.accordion .a-h {
    font-size: 25px;
    padding: 20px 0;
    cursor: pointer;
    font-weight: 400;
    position: relative;
}
#root .accordion .a-body {
    padding-top: 0;
}
#root .a-body-inner > *:last-child {
    margin-bottom: 0;
}
.accordion .a-h.open {
    font-weight: 500;
    color: #000;
}
.accordion .a-h:hover {
    color: #14b8a6;
}
.accordion .container-item > * {
    padding: 20px;
}
.accordion .a-h > span.arrow:before {
    content: "\f107";
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    min-width: 50px;
    align-items: center;
    font-size: 26px;
}
.accordion span.arrow {
    position: absolute;
    right: 0;
    height: 50px;
    min-width: 50px;
    width: 50px;
    top: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    color: #14b8a6;
    bottom: 0;
    margin: auto;
}
.accordion .a-h.open > span.arrow:before {
   content: "\f106";
}
.frame-type-mask_text.frame-col-1 picture {
    position: relative;
    display: block;
}
.section-header > *:last-child {
    margin-bottom: 0 !important;
}
.section-header + p {
    margin-top: 15px;
}
#root .select2-container .select2-selection--single .select2-selection__rendered {
    overflow: hidden;
    text-overflow: unset;
    white-space: unset;
}
.success-content {
    padding: 40px;
    background: lightgoldenrodyellow;
}