a {
    color: #282327;
    font-weight: 500;
}
#root .logo a img {
  width: 240px;
  height: auto;
}
#root .header ul.infobar li a {
    padding: 10px;
    color: #fff !important;
    /*background: #697b82;
    border-color: #697b82;*/
    background: #264653;
    border-color: #264653; 
    gap: 0;
}
#root > .header-main {
    padding-top: 10px;
}
@media screen and (min-width: 1025px) {
    body {
        padding-top: 0px;
    }
}
#root .keyarea .slider-item .content a.btn, 
#root input.btn, 
#root button.btn, 
#root .btn {
  background-color: #e9c46a;
  color: #1c1c1c !important;
  border-color: #e9c46a;
  overflow: hidden;
  position: relative;
  padding: 11px 17px 10px 17px;
}
#root .slick-dots li button {
    width: 30px;
    border-radius: 5px !important;
    height: 10px;
}
#root .keyarea .slider-item .content a.btn i,
#root input.btn i,
#root button.btn i,
#root .btn i,
#root .keyarea .slider-item .content a.btn span,
#root input.btn span, 
#root button.btn span, 
#root .btn span {
    position: relative;
    z-index: 1;
}

#root .keyarea .slider-item .content a.btn:before, 
#root input.btn:before, 
#root button.btn:before, 
#root .main .btn:before {
    content: '';
    position: absolute;
    left: -70%;
    height: 100%;
    background: #e9ecee;
    display: block;
    width: 70%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    z-index: 0;
    transition: left 0.5s cubic-bezier(.075,.82,.165,1);
}
@media (hover: hover) {
    #root .keyarea .slider-item .content a.btn:hover:before, 
    #root input.btn:hover:before, 
    #root button.btn:hover:before, 
    #root .main .btn:hover:before {
        left: 0%;
    }
}
#root ul.infobar.display-flex {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
#root .header ul.infobar li.infobar-googlemapurl span {
    line-height: 1;
}
#root .header ul.infobar li.infobar-googlemapurl a {
    flex-direction: row-reverse !important;
    background: transparent !important;
    border-color: transparent;
    color: #264653!important;
    gap: 5px;
}
#root .h1, 
#root .h2, 
#root .h3, 
#root .h4, 
#root .h5, #root .h6, #root h1, #root h2, #root h3, #root h4, #root h5, #root h6 {
  font-family: 'Montserrat';
  font-weight: 700 !important;
  color: #1c1c1c;
}
body, main ul li, main ol li, p, .p {
    font-weight: 400;
}
.part-2 .footer-stripe--inner.display-flex {
    padding: 10px 20px 10px;
}


/* keyvisual */
.frame-indent-right {
    margin-right: 0;
}
.frame-type-mask_big_banner {
    background: #b7c1c64d;
}
.keyarea .slider-item.display-default {
    display: flex;
    flex-direction: row;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 25vh;
    padding-bottom: 10vh;
    padding-right: 20px;
    padding-left: 20px;
}
.keyarea .slider-item.display-default picture {
   align-self: self-end; 
}
.keyarea .slider-item.display-default picture img {
    min-height: 0;
    max-height: inherit;
    object-fit: unset;
    width: auto;
    height: auto;
    max-width: 700px;
}
.keyarea .slider-item.display-default .content {
    display: block;
    width: auto;
}
.keyarea .slider-item.display-default .content>* {
    max-width: none;
    background: transparent;
    color: #1c1c1c;
    padding: 0;
}
.keyarea .slider-item.display-default .content * {
    color: #1c1c1c;
    text-align: left;
}
.keyarea .slider:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 41%;
    display: block;
    content: ' ';
    background: #b7c1c6;
    height: 100%;
    clip-path: polygon(12% 0, 100% 1%, 100% 100%, 0% 100%);
}

/* Text & media */
.ce-left .ce-inner {
    right: 0;
    display: flex;
    flex-direction: row;
    float: none;
    flex-wrap: wrap;
    gap: 9%;
    justify-content: center;
    align-items: center;
}
.ce-left .ce-gallery {
    float: none;
    overflow: visible;
}
.ce-textpic.ce-left.ce-intext.ce-nowrap {
    position: relative;
}
.ce-left .ce-gallery {
    float: none;
    overflow: visible;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ce-gallery {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px 0;
}
.ce-row { 
    width: 33%;
    float: left;
    margin-bottom: 30px;
}
.ce-row img {
    width: 100%;
    height: auto;
    position: relative;
}
.ce-column {
    float: none;
}
.ce-gallery figure {
    display: block;
}
.frame-type-textmedia {
    clip-path: none;
    padding: 80px 20px;
}
figure.image {
    position: relative;
    padding: 30px 30px 30px 20px;
    background: #e9ecee;
    margin: 5px;
    border-radius: 5px;
    overflow: hidden;
}
figure.image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 73%;
    display: block;
    content: ' ';
    background: #b7c1c6;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 62% 100%, 0% 100%);
}
.ce-bodytext {
    margin-bottom: 40px;
}


/*Topic teaser*/

.frame-layout-0 .topic-inner {
    border: none;
    padding: 40px 20px;
    background: #e9ecee;
    border-radius: 5px;
}
.frame-layout-0 .topic-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 73%;
    display: block;
    content: ' ';
    background: #e5e5e5;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 62% 100%, 0% 100%);
    border: 1px solid #e9ecee;
}
.frame-layout-0 .topic-header {
    z-index: 2;
}
.frame-layout-0 .topic-inner h4 {
    margin-bottom: 20px;
}
.frame-layout-1.frame-indent {
    margin: 20px auto 80px;
    max-width: 960px;
    padding: 20px 20px;
}

.frame-layout-1.frame-indent .fg_teaser {
    margin: 0;
}
.frame-layout-1.frame-indent .fg_teaser header h5 {
    font-size: 14px;
    margin-bottom: 15px;
}
.frame-layout-1.frame-indent .fg__container .fg__row>.grid-2>*:last-child {
    margin-bottom: 0;
}


/* tx teaser*/
.frame-layout-3.frame-type-mask_text {
    background: #b7c1c6;
    padding: 1px;
    background: #e9ecee;
}
.frame-layout-3.frame-type-mask_text .ce-headline-bc {
     color: #1c1c1c;
}
.frame-layout-3.frame-type-mask_text .fg__row.align-items-flex-start {
    flex-direction: row-reverse;
}
.frame-layout-3.frame-type-mask_text {
    position: relative;
}
.frame-layout-3.frame-type-mask_text:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    display: block;
    content: ' ';
    background: #152025;
    background: #b7c1c6;
    height: 100%;
   clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}
.frame-layout-3.frame-type-mask_text .contentlist li {
    border-radius: 5px;
    color: #fff !important;
    padding: 3px 10px;
    font-size: 17px;
    background-color: #264653;
    font-weight: 300;
}
.frame-layout-3.frame-type-mask_text .contentlist li:before {
    display: none !important;
}
.frame-layout-3.frame-type-mask_text .contentlist {
  display: flex;
  flex-wrap: wrap; 
  gap: 10px
}
.frame.frame-default.frame-type-mask_text.frame-layout-3 .cols-type-3.fg_teaser {
    margin-bottom: 0;
   margin-top: 0;
}
.frame-layout-3.frame-type-mask_text .grid-2.first {
    padding-top: 80px;
    align-self: center;
}

/* Mask teaser */
.frame-type-mask_teaser_boxes.frame-mediaslider.frame-layout-1 {
    background: transparent;
}
.frame-type-mask_teaser_boxes.frame-mediaslider .topic-inner {
    padding: 19px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    height: auto;
}
.frame-type-mask_teaser_boxes.frame-mediaslider .section-content {
    max-width: 2060px;
    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: 1240px;
    margin: 0 auto 20px;
    text-align: center;
}
.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: 30px;
    padding-bottom: 0;
    display: block !important;
}
.frame-type-mask_teaser_boxes.frame-mediaslider .h4,
.frame-type-mask_teaser_boxes.frame-mediaslider h4 {
    font-size: 24px;
    letter-spacing: 0.2px;
}
.frame-type-mask_teaser_boxes.frame-mediaslider .topic-header {
    margin-top: 20px;
    text-align: center;
}
.frame-type-mask_teaser_boxes.frame-mediaslider .topic {
    width: 250px;
    justify-content: center;
}
.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 {
    background: #e9ecee;
    max-width: 250px;
}
@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 .h4,
    .frame-type-mask_teaser_boxes.frame-mediaslider h4 {
        font-size: 18px;
    }
    .frame-type-mask_teaser_boxes.frame-mediaslider .topic picture {
        min-height: 60px;
        height: auto;
    }
   .frame-type-mask_teaser_boxes.frame-mediaslider .topic {
        width: 190px;
        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;
    }
}

/* Footer */
.footer-stripe.part-2 {
    background: #e9c46a;
}
.footer-stripe.social-part {
    display: none;
}
.part-2 .footer-stripe--inner.display-flex {
    flex-direction: row;
}
.footer-stripe p {
    color: #1c1c1c;
}
.footer-stripe p a {
    color: #1c1c1c;
}
#root .footer-box {
    display: flex;
    gap: 50px;
}
#root .footer-box > div {
    width: 50%;
}
#root .footer-box > div iframe {
    float: right;
    width: 100%;
    background: #d3f8e2;
}
#root .footer-box-cell:first-child {
    background: #d3f8e2;
    width: 47%;
}
#root .footer-box-cell:last-child {
    position: relative;
    min-height: 100%;
    width: 53%;
}
#root .footer-box-cell:last-child:before {
    content: ' ';
    background: #d3f8e2;
    height: 100%;
    left: -50px;
    top: 0;
    display: block;
    width: 50px;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 54% 100%, 0% 100%);
}
#root .footer-box .info-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 50px;
}

/*Pure responsive*/
@media screen and (max-width: 1024px) {
    #root {
        padding-top: 0 !important;
    }
    #root>.header {
        position: absolute;
        background: transparent;
        box-shadow: none;
    }
    #root > .header-main {
        background: transparent;
        height: auto;
        padding-top: 0;
    }
    #root:before {
        display: none;
    }
    #root .header .btn-resp-wrap {
        display: none !important;
    }
    #root .responsive-box {
        display: none;
    }
    #root .header-info {
        display: block;
    }
    #root .logo a img {
        width: 180px;
        height: auto;
    }
     #root .header-main--inner {
        padding: 15px 20px;
        gap: 30px;
    }
    #root .header .header-main {
        height: auto;
        background: transparent;
    }
    #root .header-info {
        display: block;
    }
}
@media screen and (max-width: 1280px) {
    .keyarea .slider-item.display-default .content h1 {
        font-size: 40px
    }
    .h2, h2 {
        font-size: 40px;
    }
    #root .keyarea .slider-item.display-default picture img {
        max-width: 500px;
    }
}
@media screen and (max-width: 1024px) {
    #root .keyarea .slider-item.display-default {
        padding-top: 140px;
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 780px) and (min-width: 481px) {
    .topic-header {
        flex-direction: column;
        text-align: center;
    }
    .topic-header *:first-child {
        max-width: 100%;
        width: 100%;
        margin-right: 5px;
    }
}
 
@media screen and (max-width: 940px) {
    #root .keyarea .slider-item.display-default {
        flex-direction: column;
        margin: 0 auto;
        padding-bottom: 40px !important;
    }
    #root .keyarea .slider-item.display-default img {
        float: right;
    }
    #root .keyarea .slider-item.display-default .content {
        max-width: 700px
    }
    .frame.frame-default.frame-type-mask_text.frame-layout-3:before {
        width: 54% !important;
    }
    .frame.frame-default.frame-type-mask_text.frame-layout-3 .grid-2.first {
        padding-top: 40px;
        padding-bottom: 20px;
        max-width: 700px;
        margin: 0 auto;
    }
    .frame.frame-default.frame-type-mask_text.frame-layout-3 .grid-2.last img {
        max-width: 300px;
    }
    .frame.frame-default.frame-type-mask_text.frame-layout-3 ul.contentlist {
        margin-bottom: 0;
    }
    .frame.frame-default.frame-type-mask_teaser_boxes.frame-layout-0 h4 {
        font-size: 24px !important;
        margin-bottom: .65em;
    }
    .frame.frame-default.frame-type-mask_teaser_boxes.frame-layout-0 p {
        line-height: 1.2em;
    }
    
    .frame-layout-1.frame-indent.frame-type-mask_text {
        max-width: 800px;
        position: relative;
        overflow: hidden;
        padding: 0px;
    }
    .frame-layout-1.frame-indent.frame-type-mask_text .fg__container .fg__row>.grid-2:first-child {
        padding: 40px;
    }
    .frame-layout-1.frame-indent.frame-type-mask_text .fg__container .fg__row>.grid-2:last-child {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }
    .frame-layout-1.frame-indent.frame-type-mask_text .fg__container .fg__row>.grid-2:last-child img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        opacity: .1;
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    .ce-row {
        width: 50%
    }
}
@media screen and (max-width: 720px) {
    #root .header-main--inner {
        padding: 5px 20px;
    } 
    .frame.frame-default.frame-type-mask_text.frame-layout-3 .grid-2.first,
    .keyarea .slider-item .content * {
        text-align: center;
    }
    #root .frame-layout-1.frame-indent {
        margin-bottom: 20px !important;
    }
    #root .footer-box {
        flex-direction: column;
        gap: 0;
    }
    #root .footer-box > div {
        width: 100% !important;
    }
    #root .footer-box-cell:last-child:before {
        left: 0;
        top: 0;
        width: 70%;
        z-index: 0;
        background-color: #e5e5e5;
    }
    #root .footer-box-cell:last-child .info-holder {
        position: relative;
        z-index: 1;
        padding-top: 40px;
    }
    #root .footer-box > div:last-child {
        padding-bottom: 16px;
    }
    .part-2 .footer-stripe--inner.display-flex {
        flex-direction: column;
        padding: 10px 5px;
        gap: 0;
    }
    .footer-stripe .footer-stripe--inner p {
        margin: 0;
    }
    .footer-box-cell .info-holder {
        max-width: max-content;
        margin: 0 auto;
        padding-left: 0 !important;
    }
    .fg__container .fg__row>.grid-2 picture {
        width: 100%;
        display: contents;
    }
}
@media screen and (max-width: 520px) {
    #header {
        background: #e5e5e5;
    }
    #root .logo a img {
        width: 120px;
        height: auto;
    }
    .ce-row {
        width: 100%;
        margin-bottom: 0;
    }
    #root .ce-textpic>* {
        margin-bottom: 0;
        margin-left: 0;
    }
    .h2, h2 {
        font-size: 34px;
        line-height: 1.2;
    }
    h3, .h3 {
        font-size: 30px;
    }
    #root .slick-track {
        display: flex;
        gap: 10px !important;
    }
    #root .keyarea .slider-item .content a.btn, 
    #root input.btn, #root button.btn, #root .btn {
        padding: 5px 15px;
    }
    .keyarea .slider-item img {
        max-width: 100% !important;
    }
    .keyarea .slider:before {
        width: 50%;
        visibility: hidden;
    }
    .keyarea .slider-item .content h1 {
        font-size: 36px;
    }
    .keyarea picture {
        position: relative;
        margin-top: 40px;
        padding-top: 30px;
        margin-left: -20px;
        margin-right: -20px;
        width: 100%;
        padding-left: 20px;
        padding-right: 0px;
    }
    .keyarea picture img {
        position: relative;
    }
    .keyarea picture:before {
        position: absolute;
        top: 0;
        right: -40px;
        width: 60%;
        display: block;
        content: ' ';
        background: #b7c1c6;
        height: calc(100% + 40px);
        clip-path: polygon(12% 0, 100% 1%, 100% 100%, 0% 100%);
    }
    .frame.frame-default.frame-type-mask_text.frame-layout-3:before {
        visibility: hidden;
    }
    .frame.frame-default.frame-type-mask_text.frame-layout-3 .grid-2.last figure {
        z-index: 1;
        position: relative;
        margin-bottom: 0px;
    }
    .frame.frame-default.frame-type-mask_text.frame-layout-3 .grid-2.last {
        position: relative;
    }
    .frame.frame-default.frame-type-mask_text.frame-layout-3 .grid-2.last:before {
        position: absolute;
        top: 0;
        left: -40px;
        width: 60%;
        display: block;
        content: ' ';
        background: #152025;
        background: #b7c1c6;
        height: 100%;
        clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    }
    .frame-layout-1.frame-indent.frame-type-mask_text .fg__container .fg__row>.grid-2:first-child {
        padding: 20px;
    }
    .frame.frame-default.frame-type-mask_text.frame-layout-3 .contentlist {
        text-align: center;
        justify-content: center;
    }
    .frame.frame-default.frame-type-mask_text.frame-layout-3 .contentlist li {
        font-size: 12px;
        margin-bottom: 0;
    }
    #root #header.header ul.infobar li.infobar-googlemapurl a {
        max-width: 120px;
        color: #264653 !important;
        background: transparent;
        border-color: transparent;
    }
}
@media screen and (max-width: 400px) {
    #root .logo a img {
        width: 140px;
        height: auto;
    }
}
@media screen and (max-width: 370px) {
    #root .header ul.infobar li.infobar-googlemapurl span {
        display: none;
    }
}
@media screen and (max-width: 720px) {
    .keyvisual, .fg__container {
        margin-bottom: 0;
    }
}
