html {
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
}
body {
	min-height: 100%;
	color: #4c4d4d;
	background: #fff;
    padding-top: 60px
}
body footer h3,
body footer h4,
body footer h5 {
    color: #20264e;
}
@media screen and (min-width: 1025px) {
    body {
        padding-top: 80px;
    }
}
main {
	overflow: hidden;
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
/* 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;
}
.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: 1242px;
    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;
}
.header-main .infobar span:not([aria-hidden="true"]) {
    font-family: Rajdhani, Helvetica, sans-serif;
}
ul.infobar {
    gap: 10px;
}

ul.infobar li a,
ul.infobar li .a {
    gap: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #000;
}
.far-right {
    margin-left: auto;
}
.header-main--inner {
    max-width: 1242px;
    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;
    transition: height 0.3s ease 0s, width 0.3s ease 0s;
}
#header.sticky .header-top {
    margin-top: -63px;
}
ul.nav-ul.main-list {
    display: flex;
    gap: 40px;
    flex-direction: row;
}
ul.nav-ul > li > a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    padding-top: 4px;
}
ul.nav-ul > li.active > a {
    color: #dec839; 
}
ul.nav-ul > li.active > a::before, 
ul.nav-ul > li.active > a::after {
    background-color: #dec839;
}
ul.nav-ul > li.active > a::before, 
ul.nav-ul > li.active > a::after {
    background-color: #dec839;
    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: 0;
}
ul.nav-ul > li > a::after {
    bottom: 0;
    right: 0;
}
ul.nav-ul > li > a::before, 
ul.nav-ul > li > a::after {
    background-color: #fcfaf4;
    border-radius: 50%;
    content: "";
    height: 1px;
    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 #*/
.keyarea {
    position: relative;
    z-index: 1;
    border-bottom: 10px solid #9cd7b7;
}
.keyarea .slider-item {
    display: grid;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-template-columns: repeat(22,1fr);
    position: relative;
}
.slider-item:after {
    width: 100%;
    height: 100%;
    background: url(../img/kv-yellow-gradient.png);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-size: cover;
}
.keyarea .slider-item figure {
    grid-column: 1/-1;
    grid-row: 1;
}
.keyarea .slider-item figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 650px;
    max-height: 700px;
    display: block;
}
.keyarea .slider-item .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: 1242px;
    grid-column: 1 / -1;
    width: 100%;
}
.keyarea .slider-item .content * {
    color: #fcfaf4;
}
.keyarea .slider-item .content > * {
    max-width: 692px;
}
.keyarea .slider-item .content h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 0.45em;
    font-weight: bold;
}
.keyarea .slider-item .content p.label {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.content-inner {
    background: rgb(0 0 0 / 68%);
    padding: 63px;
}
.content-inner *:last-child {
    margin-bottom: 0 !important;
}
/*######### SPECIAL BOX #*/
.links-box {
    display: flex;
    gap: 15px;
    padding: 20px 0;
    justify-content: center;
}
.links-box a {
    border-bottom: 1px solid #9cd7b7;
    font-size: 18px;
}
.teaser {
    max-width: 1242px;
    margin: 100px auto 75px;
    padding: 0 20px;
}
#main {
    position: relative;
}
#root .banner {
    min-height: 0;
    padding: 10px 20px;
    text-align: left;
    max-width: 1242px;
    margin: auto;
}
#root .banner .banner-inner {
    align-items: flex-start;
}
#root .banner .banner-inner:after {
    background: transparent;
}
#root .banner strong.h1, 
#root .banner .breadcrumb-nav li, 
#root .banner .breadcrumb-nav li a {
    color: #000;
}
  
/*########### CALL US TEASER */
section.teaser.call-us-teaser {
    position: relative;
    width: 100%;
    border-radius: 40px;
}
section.teaser.call-us-teaser .section-wrap {
    position: relative;
}
section.teaser.call-us-teaser {
    background: url(/images/map_themed.png) no-repeat 0 0;
}
section.teaser.call-us-teaser:before {
    width: 100%;
    height: 100%;
    background: rgb(71 207 169 / 95%);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0 ;
    border-radius: 20px;
    overflow: hidden;
}
section.teaser.call-us-teaser .section-wrap {
    display: grid;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-template-columns: repeat(22,1fr);
    padding: 40px;
}
section.teaser.call-us-teaser picture {
    grid-column: -1/-1;
    grid-row: 1;
    margin-top: -90px;
    margin-bottom: -40px;
}
section.teaser.call-us-teaser .content {
    grid-column: 1/20;
    grid-row: 1;
    text-align: center;
    color: #fcfaf4;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
section.teaser.call-us-teaser .content h2 {
    color: #041686;
    line-height: 1;
    margin-bottom: 0.65em;
}
section.teaser.call-us-teaser .content p {
    color: #fcfaf4;
    font-size: 1.3rem;
    margin-bottom: 1.65em;
}
span.phone-headset {
    display: flex;
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background: #041686;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
.phone-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.phone-box a {
    font-size: 30px;
    font-weight: 800;
    color: #fcfaf4;
}
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;
    min-width: 220px;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
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;
}

/*########### PRICING PLAN  #*/
*.gray-bgd,
section.teaser.prising-teaser {
    background: #f6f6f7;
    max-width: 100%;
    margin: 0;
}
*.gray-bgd .section-wrap ,
section.teaser.prising-teaser .section-wrap {
    max-width: 1242px;
    margin: 0 auto;
    padding: 111px 0px 120px 0px;
}
ul.list-styled-caret {
    color: #4c4d4d;
    list-style: none;
    padding: 0;
}
ul.list-styled-caret li {
    position: relative;
    display: block;
    line-height: 1.8rem;
    font-size: 1.1rem;
    text-align: left;
}
ul.list-styled-caret li:before {
    color: #f0c415;
    font-size: 14px;
    padding-right: 9px;
    position: relative;
    top: 0;
    font-family: 'ElegantIcons';
    content: 'E';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.box-shadow {
    border-color: transparent;
    /*box-shadow: 0 27px 24px -37px rgb(0 0 0 / 66%);*/
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 27px 35px -28px rgb(0 0 0 / 66%);
}

/*########## TEASER #*/
.teaser h2 {
    font-weight: 700;
}
.boxy-view .section-wrap {
    gap: 60px;
}
.boxy-view .col:first-child {
    width: 50%;
}
.boxy-view .col {
    width: 50%;
}
.teaser.boxy-view .col.text-col {
    padding: 0;
}   

.border-radius-5px {
    border-radius: 5px;
    overflow: hidden;
}
.teaser-67-33 .col:first-child {
    width: 67%;
}
.teaser-67-33 .col {
    width: 33%;
}
.teaser-33-67 .col:first-child {
    width: 33%;
}
.teaser-33-67 .col {
    width: 67%;
}
.teaser-40-60 .col:first-child {
    width: 40%;
}
.teaser-40-60 .col {
    width: 60%;
}
.teaser-40-60 .map-col iframe {
    width: 100%;
}
.teaser .col.text-col {
    padding: 0 106px;
}
.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 picture img {
    width: 100%;
    display: block;
    min-height: 420px;
    object-fit: cover;
    object-position: center center;
}
.picture-col span.decorater + picture {
    position: absolute;
}
.picture-col .decorater  {    
    grid-column: 1/-1;
    grid-row: 1;
}
.picture-col .green-road {
    background: url(/img/green-road-line-big.png) no-repeat 0 0;
    width: 560px;
    height: 460px;
}
.picture-col .green-road.green-road__small-one {
    background: url(/img/green-road-line.png) no-repeat 0 0;
    width: 370px;
    height: 438px;
}
section.teaser.teaser--inner-33-33-33 {
    max-width: 100%;
}
section.teaser.teaser--inner-33-33-33 .section-inner {
    max-width: 1242px;
    margin: 0 auto;
    padding: 111px 0px 120px 0px;
}
.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: #fff;
}
.banner a {
	color: #fff;
}
.banner strong.h1, 
.banner .breadcrumb-nav li {
    position: relative;
    z-index: 9;
    color: #fff;
}
.banner ul.bct {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.banner strong.h1 {
    margin-bottom: 10px;
}
.banner ul.bct li + li:before {
    content: "/";
    margin: 0 5px;
}
 

.only-logo-wrap {
    /*background: #ffffff;*/
    width: max-content;
    margin: 0 auto;
    border-radius: 50%;
    padding: 5px;
    margin-bottom: 10px;
}
.only-logo-wrap img {
    display: block;
    height: auto;
    max-width: 100px;
}

/* WEBSITE FOOTER
###############*/
#footer ul.nav-ul {
    flex-direction: row;
    font-size: 12px;
    justify-content: center;
    gap: 20px;
	font-family: 'Montserrat', sans-serif;
}
.footer-main {
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(108 105 105 / 39%);
}	
#footer {
    z-index: 2;
    position: relative;
}
div#footer,
.footer-stripe {
    background: #9cd7b7;
}
.footer-stripe.part-1 p,
.footer-stripe.part-1 li,
.footer-stripe.part-1 a {
    color: #20264e;
}
.footer-stripe.part-2 {
    background: #c8d3d9;
}
.footer-stripe.part-2 p,
.footer-stripe.part-2 li,
.footer-stripe.part-2 a {
    color: #252728;
    text-decoration: none;
}
.footer-stripe.part-1 p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}
.footer-main--inner,
.footer-stripe--inner {
	max-width: 1242px;
	margin: 0 auto;
}
.footer-main--inner {
	padding: 20px 20px 0px;
} 
.footer-stripe.part-1 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-stripe.part-1 .footer-stripe-inner {
    padding-top: 0;
    padding-bottom: 0;
}
.footer-logo {
    max-width: 680px;
}
.footer-logo img {
    margin-bottom: 10px;
}
.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: 'Montserrat', sans-serif;
}
.footer-stripe p {
    color: #fff;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}
.footer-stripe--inner {
	align-items: center;
	justify-content: space-between;
    padding: 20px 20px;
}


/*Contact page layout*/
.page-title {
    position: relative;
    max-height: 320px;
    overflow: hidden;
}
.page-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 76%);
    z-index: 1;
 }
.auto-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 140px;
    height: 100%;
}
.auto-container .page-h1 {
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}
.auto-container .page-h1 h1 {
    margin: 10px 0px;
    font-size: 52px;
    font-weight: 500;
}
.auto-container .content-box {
    max-width: 1242px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding: 0 20px 30px;
    height: 100%;
}
.auto-container .content-box ul {
    padding-left: 0;
    margin-top: auto;
}

.page-title .bg-layer img {
    object-fit: cover;
    width: 100%;
    height: 320px;
}
.page-title .content-box .bread-crumb {
    display: flex;
    flex-direction: row;
    gap: 9px
}
.page-title .content-box .bread-crumb li {
	position: relative;
	font-size: 16px;
	line-height: 20px; 
	font-weight: 600; 
	color: #fcfaf4;
	padding-right: 18px;
}
.page-title .content-box .bread-crumb li:last-child {
    padding-right: 0px;
	margin-right: 0px;
}
.page-title .content-box .bread-crumb li a {
	color: #fcfaf4;
} 
.page-title .content-box .bread-crumb li:before{
	position: absolute;
    content: "\24";
    content: "\45";
    font-family: 'ElegantIcons';
	font-size: 10px;
	top: 0px;
	right: 0px;
	font-weight: 400;
}
.page-title .content-box .bread-crumb li:last-child:before {
	display: none;
}

.fg_teaser {
    max-width: 1242px;
    padding: 0 20px;
    margin: 40px auto 60px;
}
.subpage h1 {
    font-size: 40px;
    line-height: 1.2;
}
.list-info.a {
    color: #252525;
    font-family: Rajdhani,sans-serif;
    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;
}
.subpage .main {
    padding-top: 40px;
}

.contact-small-box {
    font-weight: 500;
    font-family: stapelregular,Arial, Helvetica, sans-serif;
    line-height: 25px;
    transition: all 0.2s ease-in-out;
    padding: 10px;
    height: 100%;
}
.contact-small-box:hover {
    background-color: rgb(246 246 247 / 20%);
    transform: scale(1.05);
}
.contact-small-box > span:first-child {
    color: #f0c415;
    font-size: 50px;
    display: block;
    margin: 3px auto 10px;
    border: 1px outset #f0c415;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.contact-small-box > span:first-child:after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    border-top: 4px solid #fff;
    z-index: 10;
    content: " ";
    top: -2px;
    transition: all 0.2s ease-in-out;
}
.contact-small-box:hover > span:first-child {
    border-style: dashed;
    transform: scale(0.95);
}
.contact-small-box:hover > span:first-child:after {
    opacity: 0 ;
}
.contact-small-box a {
    color: inherit;
}
.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;
}


/*CONTACT FORM*/
.contact-section.contact_from {
	max-width: 100%;
    background: #f6f6f7;
}
.contact-section.contact_from p,
.contact-section.contact_from h3 {
	text-align: center;
}
.contact-section.contact_from .contact-section-inner {
	padding: 60px 0px;
}
.contact-section.contact_from form {
	max-width: 800px;
	margin: 0 auto;
    padding: 0 20px;
}
.contact-section.contact_from form h3 {
	margin-bottom: 10px;
}
.contact-section.contact_from form p {
	margin-bottom: 30px;
}
.contact-section.contact_from form .fg__row>div {
	margin-bottom: 15px;
}
.contact-section.contact_from form input[type="text"],
.contact-section.contact_from form input[type="email"],
.contact-section.contact_from form textarea {
    padding: 11px 8px;
    border: 1px solid rgb(129 50 50 / 5%);
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
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;
}

.fs-12 {
    font-size: 12px;
    line-height: 1;
}

.fs-20,
.fs-20:after,
.fs-20:before {
    font-size: 20px;
    line-height: 1.2;
}

.fs-30,
.fs-30:after,
.fs-30:before {
    font-size: 30px;
    line-height: 1.2;
}
section.related-links {
    margin: 0 auto;
}
section.related-links.teaser:last-child {
    margin-bottom: 50px;
}
h2+.row-teaser {
    margin-top: 60px
}
.row-teaser {
    padding-left: 0;
    gap: 25px;
}
.row-teaser li {
    width: 300px;
    margin: 0 0 25px 0;
    border-bottom: 5px solid #9cbfe3;
    font-size: 2em;
    display: flex;
    position: relative;
    background: #ededed;
}
.row-teaser.feature-links li figure:before {
    content: " ";
    width: 25%;
    height: 5px;
    bottom: -5px;
    right: 0;
    position: absolute;
    background: #9cd7b7;
}
.row-teaser li.hide-item {
    position: absolute;
    left: -3000em;
    top: 0;
    right: auto;
    bottom: auto
}
.row-teaser li a {
    padding: 47px 25px 65px;
    display: block;
    text-decoration: none!important;
    width: 100%
}
.text-wrap {
    position: relative;
    margin-bottom: 0px;
    padding: 0 0 0px
}
/*
.text-wrap:before, 
.text-wrap:after {
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
}
.text-wrap:before {
    background-color: #e2e1e3;
    height: 1px;
    opacity: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60%;
    left: 50%;
}
.text-wrap:after {
    background-color: #9cbfe3;
    height: 5px;
    left: 50%;
    bottom: -2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70px;
}
*/
.row-teaser .no-image .icon_phone,
.row-teaser .no-image .icon_link,
.row-teaser .no-image .icon_link_alt {
    color: #000;
    font-size: 39px;
    margin: 20px auto;
    display: table
}
.row-teaser strong.item-title {
    display: block;
    text-align: center;
    font-size: 21px;
    line-height: 24px;
    color: #252525;
    font-weight: 600;
}
.row-teaser strong+.item-text {
    color: #252525;
    font-size: 14px;
    line-height: 24px;
    display: block
}
.row-teaser li .button-wrap {
    display: block;
    visibility: hidden;
    position: absolute;
    left: 50%;
    bottom: -23px;
    width: 160px;
    height: 48px;
    margin: 0 0 0 -80px;
    border: 1px solid #e5ebf6;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 46px;
    /*text-transform: uppercase;*/
    text-align: center;
    border-color: #9cd7b7;
    color: #252525;
    opacity: 0;
    -webkit-transition: opacity .32s ease-in-out;
    -moz-transition: opacity .32s ease-in-out;
    -o-transition: opacity .32s ease-in-out;
    transition: opacity .32s ease-in-out;
}
.touch .row-teaser li .button-wrap {
    opacity: 1;
    background-color: #f0c415;
    border: 1px solid #f0c415;
    visibility: visible;
    color: #252525;
}
@media screen and (max-width: 560px) {
    .touch .row-teaser li {
        margin-bottom: 40px;
    }
    .touch .row-teaser li a {
        padding-bottom: 30px;
    }
}

@media (any-hover: hover) { 
    .row-teaser li:hover .button-wrap {
        opacity: 1;
        visibility: visible
    }
    /*.row-teaser li:hover {
        border: 1px solid #9cd7b7;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .row-teaser li:hover a {
        background-color: transparent;
    }
    .row-teaser li:hover .text-wrap:after {
        background-color: #9cd7b7
    }*/
}
.row-teaser.feature-links li a {
    padding: 30px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
    /*background: rgb(245 245 247 / 35%);*/
    justify-content: space-between;
}
.row-teaser.feature-links li span.text-wrap {
    display: block;
    padding: 0 18px 20px;
}
.row-teaser.feature-links li span.text-wrap:first-child {
    padding-top: 18px
}
.row-teaser.feature-links li figure {
    margin: 0 0 10px;
    width: 100%;
    max-width: none!important
}
.row-teaser.feature-links li figure img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0 auto
}

/*Gallery*/
.gallery {
    margin-bottom: 25px;
    margin-top: 25px;
}
.overflow-x-scroll {
    overflow-x: auto;
}
.picture a {
    overflow: hidden;
}
.picture img {
    display: block;
    transition: all  .3s  cubic-bezier(0.075, 0.82, 0.165, 1);
}
.picture img:hover {
    opacity: 0.7;
}


.keyarea .slider-item figure.content-image {
    position: absolute;
    z-index: 1;
    grid-row: auto;
    grid-column: auto;
    right: auto;
    margin: 0 auto;
    width: 90%;
    height: 100%;
    right: 0;
    opacity: 0.75;
}
.keyarea .slider-item figure.content-image img {
    object-fit: cover;
    position: relative;
    bottom: 0;
    max-height: initial;
    min-height: 0;
}


/* Override default theme */
/*
.slider-item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 76%);
    z-index: 0;
}
#header {
    height: 62px;
}
@media screen and (min-width: 1025px) {
    #header {
        height: 138px;
    }   
    #header.sticky {
        height: 80px;
    }
}
*/
@media  screen and (max-width: 1024) {
    #header {
        background: #fff;
    }
}
.header-main {
    padding-top: 20px;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #9cd7b7;
}
.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;
}
.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 .link-box a {
    color: #fff;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 0;
    display: block;
    position: relative;
}
.header .link-box a:after {
    position: absolute;
    content: "\35";
    font-family: 'ElegantIcons';
    font-size: 20px;
    top: 50%;
    right: 20px;
    font-weight: 400;
    margin-top: -10px;
}
.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;
}
.header .nav-ul.main-list li a {
    display: block;
    color: #00173c;
    padding: 5px 0;
    font-weight: 700;
    position: relative;
    font-size: 10px;
    line-height: 24px;
    font-family: 'Rajdhani', sans-serif;
}
.header .nav-ul.main-list li a:hover {
    color: #20264e;
}
.main {
    padding: 1px 0; 
}
.teaser p {
    font-size: 1rem;
}
.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 .a-l {
    margin-left: 0;
}
.teaser p + h2,
.teaser p + h3 {
    margin-top: 40px;
}
.ok-list {
    margin-bottom: 20px;
}
.ok-list li {
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-indent: 6px;
}
.ok-list li strong {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
.ok-list li::marker {
    content: '✓';
    font-weight: 800;
    color: #20264e;
    margin-right: 5px;
}
section.teaser.teaser-narrow {
    padding: 40px 20px;
    clip-path: polygon(1% 0%, 100% 0%, 99% 100%, 0% 100%);
}
.teaser.teaser-narrow .section-inner {
    max-width: 1024px;
    margin: 0 auto;
}
.teaser .subline {
    color: #20264e;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.7;
    display: block;
}
.teaser.with-decoration {
    position: relative;
}
.teaser.with-decoration:after {
    content: '';
    position: absolute;
    right: 40px;
    bottom: 70px;
    width: 259px;
    height: 440px;
    background: url(../img/car-theme.png);
    background-repeat: no-repeat;
    background-position: center center;

    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}
.teaser.with-decoration .section-inner {
    padding-right: 249px;
}
.teaser:not(.asm-services) .subline + h2 {
    max-width: 800px;
    margin-left: 0;
}


/*Usluge*/
/*.services  {
    -webkit-column-count: 2; 
    -moz-column-count: 2;
    column-count: 2;
 
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;

    -webkit-column-rule: 1px single grey;
    -moz-column-rule: 1px single grey;
    column-rule: 1px single grey;
}

.services-acc .header {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}
.services-acc .header .iconwrap {
    width: 50px;
    height: 50px;
    background: red;
    color: #fff;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column-reverse;
    min-width: 50px;
}
.services-acc .header .service-name {
    margin-bottom: 0;
    font-size: 1.4rem;
}
*/

.services {
    overflow-y: auto;
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    gap: 30px;
}

.services-acc .header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.services-acc .header .iconwrap {
    width: 220px;
    height: 150px;
    background: #be042e;
    color: #fff;
    font-size: 69px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    min-width: 50px;
    /* clip-path: polygon(4% 0%,100% 0%,96% 100%,0% 100%); */
}

.services-acc .header .service-name {
    margin-bottom: 0;
    font-size: 1.3rem;
    text-align: center;
}

.services-acc .header .service-name i {
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
}

/*O nama*/
.red-info-box {
    position: absolute;
    left: -20px;
    top: -20px;
    text-align: center;
    font-size: 20px;
    background-color: #e81c2e;
    padding: 20px 26px;
    border-radius: 4px;
}
.red-info-box strong {
    display: block;
    font-size: 41px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 7px;
}
.red-info-box span {
    font-weight: 900;
    color: #fff;
}
.red-info-box + picture img {
    border-radius: 12px;
    overflow: hidden;
}
.member-uss {
    max-width: 40px;
    margin-right: 1px;
    margin-bottom: -10px;
}
.sticky .member-uss {
    opacity: 0;
}
.member-uss img {
    max-width: 100%;
    display: block;
    height: auto;
    background-color: #9d9d9d;
}
/* Red decorater */
section.teaser[class$="--full-with"]:after {
    content: ' ';
    width: 100vw;
    height: 100%;
    display: block;
    left: -50vw;
    margin-left: 50%;
    position: absolute;
    bottom: 0;
    z-index: 0;
}
section.teaser.red-decoration--full-with:after {
    background: #ee0d09;
}
section.teaser.gray-2-decoration--full-with:after {
    background: #AAAD9B;
}
section.teaser.red-decoration--full-with h1,
section.teaser.red-decoration--full-with h2,
section.teaser.red-decoration--full-with h3,
section.teaser.red-decoration--full-with h4,
section.teaser.red-decoration--full-with p,
section.teaser.gray-2-decoration--full-with h1,
section.teaser.gray-2-decoration--full-with h2,
section.teaser.gray-2-decoration--full-with h3,
section.teaser.gray-2-decoration--full-with h4,
section.teaser.gray-2-decoration--full-with p {
    color: #fff;
}
section.teaser[class$="--full-with"] {
    position: relative;
    background: transparent;
    padding: 0;
}
section.teaser[class$="--full-with"] p {
    font-family: Rajdhani, Helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: 0.2px;
}
section.teaser[class$="--full-with"] .picture-col img {
    height: 470px;
    object-fit: cover;
}
section.teaser[class$="--full-with"] .col *:last-child {
    margin-bottom: 0;
}
section.teaser.gray-2-decoration--full-with,
section.teaser.gray-2-decoration--full-with p {
    color: #fff;
    font-family: Rajdhani;
}
section.teaser[class$="--full-with"] {
    margin-top: 240px;
}
section.teaser[class$="--full-with"] .col.picture-col {
    margin-top: -100px;
}
section.teaser[class$="--full-with"].boxy-view  .col.text-col {
    padding-bottom: 40px;
    padding-top: 40px;
}
section.teaser[class$="--full-with"] .display-flex.section-wrap {
    z-index: 1;
    position: relative;
}

/*Adress list*/
ul.address-list {
    padding-left: 0;
    padding-right: 30px;
}
ul.address-list > li {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 33px 0;
}
ul.address-list > li + li {
    border-top: 1px solid #cccccc;
}
ul.address-list > li div.iconwrap {
    width: 85px;
    height: 85px;
    background: #e81c2e;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    font-size: 30px;
}
ul.address-list > li h4 {
    font-weight: 800;
}
ul.address-list > li p {
    margin-bottom: 0;
    font-size: 1rem;
    opacity: .8;
    line-height: 1.6;
}


.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)  {
    /*.sticky-social {
        display: none !important;
    }*/
    .back-to-top.inside-footer {
        display: block;
    }
}
@media screen and (max-width: 580px) {
    #root {
       /* padding-bottom: 30px; */
    }
    .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
    }
}
[data-original] {
    opacity: 0;
}
.logo-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

/* Brands */
.brands-section {
	background: #c8d3d9;
    padding: 40px 0px; 
}
.brands-section .headline {
    margin-bottom: 20px;
    position: relative;
    text-align:center;
}
.brands-section h2,
.brands-section h3 {
    padding-left: 40px;
    padding-right: 40px;
}
.brands-section img {
    max-width: 180px;
    max-height: 120px;
	margin: 0 auto;
	height: auto;
	display: block;
    /*-webkit-filter: drop-shadow(2px 2px 2px);
    filter: drop-shadow(2px 2px 2px);*/
}
@media screen and (min-width: 1024px) {
    .brands-section img {
        max-width: 250px;
        max-height: 140px;
    }
}
.brands-section .splide__arrow {
    background: transparent;
}
.brands-section .splide__arrow svg {
    width: 50px;
    height: 50px;
    fill: #9cd7b7;
}
.brands-layout-2 {
    background: transparent;
}
.brands-splide-2 .splide__list {
    align-items: stretch !important;
}
section.brands-section.brands-layout-2 .headline {
    color: #20264e!important;
    font-weight: 700;
}
.brands-splide-2 .splide__slide {
    padding: 20px;
    min-width: 200px; 
    display: flex;
    justify-content: center;
    align-items: center;
} 
.slick-dots li button {
    width: 20px;
    height: 5px;
    padding: 5px;
    cursor: pointer;
    color: #fff0;
    border-radius: 10px !important;
}
[title="Zavod za zastitu spomenika kulture Beograd"]{
    filter: invert(1);
}
.brands-section .headline {
    color: #fff;
    font-weight: 400;
}
.brands-layout-2 i {
    color: #a50c2f;
    display: table;
    margin: 0 auto;
}
.brands-layout-2 span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
    color: #000;
}
.brands-splide .splide__list {
    align-items: center; 
}
.bc-base-contact label:not(.custominput-wrap) {
    margin-bottom: -11px;
    display: block;
    padding-left: 7px;
    padding-bottom: 3px;
    position: relative;
    z-index: 1;
}
.col section.teaser.teaser-narrow {
    margin: 0;
    padding: 0;
    clip-path: unset;
}
header + .bc-base-contact.bc-wrapper {
    margin-top: 20px;
}
.section-inner.section-grid-5,
.section-inner.section-grid-4,
.section-inner.section-grid-3 {
    display: flex;
    flex-direction: row;
    gap: 40px 22px;
    flex-wrap: wrap;
}
.section-inner.section-grid-3 > div {
    flex: 1 0 calc(33.33% - 15px);
    max-width: calc(33.33% - 15px);
}
.section-inner.section-grid-4 > div {
    flex: 1 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
}
.section-inner.section-grid-5 > div {
    flex: 1 0 calc(20% - 20px);
    max-width: calc(20% - 20px);
}
.topic.related-pages  {
  margin-bottom: 40px;
}
.topic picture {
    margin-bottom: 10px;
}
picture {
    display: block;
    position: relative;
    height: 100%;
}
picture:before {
    content: " ";
    width: 25%;
    height: 5px;
    bottom: 0;
    right: 0;
    position: absolute;
    background: #9cd7b7;
}
picture img {
    max-width: 100%;
    height: auto;
    display: block;
    border-bottom: 5px solid #c8d3d9;
}

.topic-header h2, 
.topic-header h3 {
    font-size: 24px;
    font-weight: 700;
}

.contact-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contactbar {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    gap: 15px;
    padding-bottom: 20px;
}
.contactbar li {
    font-size: 20px;
    width: 33%;
}
.contactbar li, 
.contactbar li span,
.contactbar li strong {
    display: block;
}
.contact-inner strong {
    font-size: 34px;
    display: block;
    margin-bottom: 15px;
}
.contactbar li {
    font-size: 20px;
}
.contactbar li span {
    font-size: 15px;
}
.contactbar li a {
    color: inherit;
}
.contactbar li span  ~ span {
    margin-top: 15px;
}
.contact-content {
    position: relative;
}
.contact-content:after {
    content: " ";
    height: 10px;
    width: 100%;
    background: #9cd7b7;
    position: absolute;
}
.color-1 img {
    /*border-bottom: 5px solid #696969;*/
    border-bottom: 5px solid #9cbfe3;
}
.color-2 img {
    border-bottom: 5px solid #ceac06;
}
.color-3 img {
    border-bottom: 5px solid #cec106;
}
.color-4 img {
    border-bottom: 5px solid #8cce06;
}
#root .header .nav-ul.main-list li a {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    letter-spacing: -0.5px;
}
#root .header .nav-ul.main-list > li > a {
    border-bottom: 1px solid transparent;
}
section.contact-section {
    position: relative;
    padding: 1px 0px;
    overflow: hidden;
}
section.contact-section .section-inner {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
section.contact-section picture.wide {
    position: absolute;
    width: 100%;
}
section.contact-section picture.wide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.contact-section .contact {
    max-width: 700px;
    width: 100%;
    padding: 30px;
    z-index: 900;
    display: block;
    position: relative;
    background-color: rgba(0, 0, 0, .65) !important;
    color: #fff !important;
    margin-top: 140px;
}
section.contact-section .contact  li {
    color: #fff;
}
section.contact-section .contact-content:after {
    display: none;
}
.frame-type-mask_contact_teaser.frame-layout-1 {
    max-width: 1624px;
    margin: 40px auto;
}
.frame-type-mask_contact_teaser.frame-layout-1 .contact {
    margin: 50px 0px;
    background-color: #c8d3d9 !important;
    border-bottom: 5px solid #c8d3d9;
    background-color: #fff !important;
}
.frame-type-mask_contact_teaser.frame-layout-1 h2 {
    color: #20264e;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
}
.frame-type-mask_contact_teaser.frame-layout-1 .contact img {
    margin: 0 auto;
    display: block;
    max-width: 350px;
    height: auto;
}
.frame-type-mask_contact_teaser.frame-layout-1 section.contact-section .contact:before {
    content: " ";
    width: 35%;
    height: 5px;
    bottom: -5px;
    right: 0;
    position: absolute;
    background: #9cd7b7;
}
.frame-type-mask_contact_teaser.frame-layout-1 section.contact-section .section-inner {
    justify-content: center;
}
.frame-type-mask_contact_teaser.frame-layout-1 picture.wide:before {
    background: #ceac06;
    content: ' ';
    width: 100%;
    height: 100%;
    opacity: .7;
    background: -moz-linear-gradient(-90deg, rgba(206,172,6,1) 1%, rgba(206,172,6,0.30015756302521013) 51%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(206,172,6,1) 1%, rgba(206,172,6,0.30015756302521013) 51%, rgba(255,255,255,1) 100%);
    background: linear-gradient(-90deg, rgba(206,172,6,1) 1%, rgba(206,172,6,0.30015756302521013) 51%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ceac06",endColorstr="#ffffff",GradientType=1);
}


/*News override*/
.frame-type-news_newsliststicky header {
    margin: 50px auto 0;
    max-width: 1242px;
    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;
}
.news-img-wrap {
    width: 90vw;
    margin: 40px 0px 80px !important;
}
.news-img-wrap.slick-slider .slick-track {
    gap: 40px;
    display: flex;
}
.news-img-wrap {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 40px 0px;
}
.news-img-wrap img {
    height: 350px;
    object-fit: cover;
}
.mediaelement {
    position: relative;
}
.mediaelement img {
    border-bottom: 5px solid #0000001c;
}
.mediaelement:before {
    content: " ";
    width: 25%;
    height: 5px;
    bottom: 0px;
    right: 0;
    position: absolute;
    background: #9cd7b7;
}
.invoke-gallery-carousel  .slick-dots li.slick-active button {
    background: #9cd7b7;
    border-color: transparent;
}

.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;
}
.content-ctype-news_newsdetail main ul li, 
.content-ctype-news_newsdetail main ol li, 
.content-ctype-news_newsdetail p, 
.content-ctype-news_newsdetail .p {
    font-size: 1.2rem;
}
.news-backlink-wrap a {
    line-height: 20px;
    font-size: 20px;
    display: table;
    padding-bottom: 10px;
    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;
}

.all-articles {
    margin: -50px auto 0px;
    background: #c8d3d9;
}
.btn.full-width {
    width: 100%;
    text-align: center;
}
.all-articles .btn {
    background: #c8d3d9;
    color: #20264e !important;
    font-weight: 600;
    border-radius: 0;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.all-articles .btn:after {
    content: "\e03e";
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'ElegantIcons';
}
.main-guy {
    gap: 10px;
    align-items: end;
    padding: 5px;
    background: rgb(238 226 167 / 32%);
}
.main-guy div strong { display: block; margin-bottom: 5px; width: max-content; }
.main-guy img { display: block; }
[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;
}
header.section-header + .article p {
    font-size: 1rem;
}
.newsItem-allRelatedSorted {
    margin-bottom: 5px;
}

.frame.frame-default.frame-type-mask_big_banner + .frame-type-mask_related_links {
    margin-top: 70px;
}
.video-teaser {
    display: table;
    margin: 0 auto 70px;
    padding: 10px 20px 10px;
    border-bottom: 5px solid #8cce06;
    border-top: 5px solid #c8d3d9;
}
.video-teaser a {
    display: block;
    position: relative;
}
.video-teaser strong {
    font-size: 22px;
    padding-top: 10px;
    display: block;
}
.video-teaser a:after {
    content: '\25BA';
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
    background: #ceac06;
    border-radius: 50%;
    color: #fff;
    font-size: 78px;
    line-height: 120px;
    text-align: center;
    z-index: 10;
}
.video-teaser img {
    display: block;
    filter: opacity(0.5);
}
.video-teaser a:before {
    background: #ffffff73;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    border-radius: 30px;
    z-index: 1;
}
.news-text-wrap {
    margin: 50px 0;
}
.news .video-teaser {
    margin-top: 50px;
    margin-bottom: 50px;
}
.news .video-teaser-inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
    text-align: center;
}
.news .video-teaser-inner strong {
    font-size: 1.5rem;
}
.contactbar li {
    font-size: 20px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.news-img-wrap.static-image {
    width: auto;
    justify-content: center;
}
.frame-type-text {
    max-width: 1242px;
    padding: 0 20px;
    margin: 80px auto 80px;
}
@media screen and (max-width: 768px) {
    .frame-type-text {
        margin: 20px auto 40px;
    }
    .frame-type-mask_text + .frame-type-text {
        margin-top: -20px;
    }
}
#root .header .nav-ul li:hover ul {
    display: block;
    position: absolute;
    top: 100%;
    background: #ffff;
    padding: 15px 20px 10px;
    width: 250px;
    left: 0;
    border-bottom: 2px solid #9cd7b7;
    border-left: 2px solid #9cd7b7;
}
#root li.has-subitem {
    position: relative;
}
#root .header .nav-ul > li.has-subitem:hover > a {
    border-bottom: 1px solid #9cd7b7;
}
#root .header .nav-ul > li.has-subitem.active:hover > a:before, #root .header .nav-ul > li.has-subitem.active:hover > a:after {
    display: none;
}
header.section-header {
    margin-bottom: 20px;
}
a#back-to-top-inside-footer {
    position: absolute;
    border-radius: 50%;
    background: #a47f48;
    display: block;
    left: 0;
    right: 0;
    top: -20px;
    width: 40px;
    height: 40px;
    font-size: 0px !important;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
a#back-to-top-inside-footer:after {
    content: "\21E1";
    font-size: 30px;
    display: block;
    color: #ebebe9;
    line-height: 45px;
}
#p .frame-type-textmedia>* {
    max-width: 1242px;
    margin: 0 auto;
    padding: 0 20px;
}
.frame-type-menu_section ul {
    max-width: 1800px;
    margin: 0 auto;
    list-style-type: disc;
    text-decoration: none !important;
}
.frame-type-menu_section>ul>li>a {
  display: none !important;
}

.frame-type-menu_section header,
.frame-type-menu_section ul ul {
    max-width: 880px;
    margin: 0 auto;
}
.frame-type-menu_section ul ul {
  padding-left: 0 !important;
  padding: 20px 10px;
}
.frame.frame-default.frame-type-menu_section {
    padding: 20px;
    background-color: #EDF7FA;
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .frame-type-menu_section ul ul {
        padding: 10px 120px 30px;
    }    
    .frame.frame-default.frame-type-menu_section {    
        padding: 50px 65px;
    }
}
.frame-type-menu_section ul li {
    list-style-type: disc;
}
.frame-type-menu_section ul li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-decoration: none !important;
    display: block;
}
.frame-type-menu_section ul li a span {
    display: block;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #20264e;
    font-weight: 500;
}
.frame-type-menu_section > ul.page-content-list.list-with-single-item > li {
    display: block;
}
.frame-type-mediaslider .ce-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.frame-type-mediaslider .ce-gallery .slick-track {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.frame-type-mediaslider .ce-gallery .ce-row {
    margin-bottom: 0 !important;
}
.frame-type-mediaslider li.slick-active button {
    background: #9cd7b7 !important;
}
.frame-type-mediaslider .ce-gallery .slick-dots {
    bottom: 3px;
    width: auto;
    background: #edf7fa;
    display: flex;
    justify-content: center; 
    border-radius: 10px;
    bottom: 0;
    background: transparent;
}
#root .frame-type-mediaslider .ce-intext.ce-left .ce-gallery {
    max-width: 500px;
}
.frame-type-mediaslider .ce-gallery.slick-slider {
    padding-bottom: 20px !important;
}
.frame-type-mediaslider .ce-gallery .slick-dots li button {
    width: 20px;
    border-radius: 5px !important;
    height: 5px;
}
.frame-type-mediaslider .ce-gallery .slick-dots li.slick-active button {
    width: 50px;
}
.frame-type-mediaslider .slick-list.draggable {
    max-width: 600px;
    margin: 0 auto;
}
.frame-type-textmedia.frame-type-mediaslider {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@media screen and (max-width: 680px) {
    .frame-type-textmedia.frame-type-mediaslider {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

.ce-textpic.ce-center.ce-above .ce-inner,
.ce-textpic.ce-center.ce-below  .ce-inner {
    right: auto;
    float: none;
    display: flex;
}
.ce-textpic.ce-center.ce-above .ce-outer,
.ce-textpic.ce-center.ce-below .ce-outer {
    right: auto;
    float: none;
}
.frame-type-mask_reference_teaser img {
    width: 100%;
}