.breadcrambs_container_not_aemter{
    margin-top: 10px;
}
.newtpl b {
    font-family: 'CircularStd';
    font-weight: 700 !important;
}
.newtpl h1 {
    font-family: 'CircularStd';
    font-size: 51px;
    font-weight: 700;
    margin: 15px 0 30px;
}
.newtpl h2{
    font-size: 35px;
    font-weight: 400;
    margin: 40px 0 25px;
}
.newtpl h1.mini, .newtpl h2.mini{
    margin: 35px 0 5px;
}
.newtpl h3 {
    font-family: 'CircularStd';
    color: var(--page-color, #89C3E1);
    font-weight: 500;
    /*font-size: 28px;*/
    margin: 40px 0 20px;
    font-size: 33px;
    line-height: 42px;
}
.newtpl h4{
    font-family: 'CircularStd';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 23px;
    margin: 40px 0 25px;
}
.newtpl h5{
    font-family: 'CircularStd';
    font-weight: 500;
    font-size: 20px;
    margin: 40px 0 25px;
}
.newtpl .layout {
    display: flex;
    gap: 0;
    margin: 30px 0 40px 0;
}
.newtpl .layout:not(.imtext) > div {
    /*flex: 1 1 auto;*/
    width: 100%;
}
.newtpl .layout.imtext{
    align-items: flex-end;
}
.newtpl .layout.imtext p{
    /*margin: 0 !important;*/
}
.newtpl .layout[data-gap="10"]{gap: 10px;}
.newtpl .layout[data-gap="15"]{gap: 15px;}
.newtpl .layout[data-gap="20"]{gap: 20px;}
.newtpl .layout[data-gap="25"]{gap: 25px;}

.newtpl .uinfo .layout {
    gap: 70px;
    margin: 0px;
}
.newtpl .uinfo .layout > div {
    flex: inherit;
}
.newtpl .layout img, .newtpl .layout.wmargin{
    margin: 0 !important;
}
.newtpl .layout img + ul {
    margin-top: 20px;
}
.newtpl .layout.textbild {
    background: var(--page-acolor, #89C3E1);
}
.newtpl .layout.textbild > div{
    width: 50%;
    position: relative;
}
.newtpl .layout.viewtables {
    gap: 4px !important;
    margin: 30px 0 4px 0;
}
.newtpl .layout.viewtables + .layout.viewtables{
    margin: 4px 0;
}
.newtpl .layout.viewtables > div{
    background-color: var(--page-acolor, #F9FAEA);
    padding: 10px 20px;
    width: 100%;
}
.newtpl .layout.rounds {
    margin: 40px auto;
    justify-content: center;
    gap: 40px !important;
}
.newtpl .layout.colored > div {
    background: var(--page-acolor);
    padding: 0 10px;
}
.newtpl .layout.rounds > .holder {
    width: 200px;
    flex: none;
}
.newtpl .layout.rounds > .holder > a:not(:last-child) {
    margin-bottom: 40px;
}
.newtpl .layout img+p {
    font-size:14px;
    margin: 15px 0;
    line-height: 1.5;
}
.newtpl .layout.imleft > div:last-child, .newtpl .layout.imright > div:first-child{
    width: 66%;
}
.newtpl .layout.imleft > div:first-child, .newtpl .layout.imright > div:last-child{
    width: 33%;
}
.newtpl div.aktuelle{
    position: relative;
}
.newtpl div.aktuelle:hover{
    opacity: 0.9;
}
.newtpl div.aktuelle .title {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 70px;
    color: #fff;
    font-size: 23px;
    background: var(--page-color, #89C3E1);
    padding: 5px 20px 0 20px;
    pointer-events: none;
    line-height: 28px;
}
.newtpl div.aktuelle:not(.anchor) .title:after {
    content:'';
    display: inline-block;
    height: 19px;
    width: 29px;
    background: url('/images/home_geo_arrow.svg') no-repeat center;
    margin-left: 7px;
    transition: all 0.2s ease-in-out;
}
.newtpl div.aktuelle:hover .title:after {
    margin-left: 12px;
}
.newtpl div.aktuelle.anchor .title {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 70%;
    color: #fff;
    font-weight: 700;
    font-size: 33px;
    background: linear-gradient(360deg, var(--page-color,#C0CE2E), #ffffff00);
    padding: 0 0 30px 20px;
    display: flex;
    align-items: end;
}
    .newtpl div.aktuelle.anchor::after {
        content: '';
        position: absolute;
        right: 25px;
        bottom:30px;
        width: 40px;
        height: 24px;
        mask-image: url('/images/icons/arrow.svg');
        background: #fff;
        transition: right 0.2s;
    }
    .newtpl div.aktuelle.anchor:hover::after {
        right: 15px;
    }
    br.sep_25{
        display: block;
        margin-top: 25px;
        content: '';
    }
    span.sep_33{
        display: block;
        margin-top: 33px;
        content: '';
    }
    .newtpl a.button{
        display: inline-flex;
        background: var(--page-color, #89C3E1);
        color: #fff;
        height: 55px;
        padding: 0 40px;
        font-size: 20px;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .newtpl a.button.left{
        padding: 0 40px 0 80px;
    }
    .newtpl a.button.right{
        padding: 0 80px 0 40px;
    }
    .newtpl a.button.arrow{
        padding: 0 50px 0 15px;
        margin-right: 15px;
        font-size: 12px;
        cursor: pointer;
        font-weight: 600;
        letter-spacing: 0.5px;
    }
    .newtpl a.button.right:after, .newtpl a.button.left:after{
        background: #fff;
        content: "";
        position: absolute;
        mask-repeat: no-repeat;
        mask-image: url('/images/icons/arrow_button_submit.svg');
        width: 13px;
        height: 24px;
        top: 15px;
    }
    .newtpl a.button.arrow:after{
        background: #fff;
        content: "";
        position: absolute;
        mask-repeat: no-repeat;
        mask-image: url('/images/serv/sb_btn_arrow.svg');
        width: 22px;
        height: 12px;
        top: 22px;
        right: 10px;
    }

    .newtpl a.button.left:after{
        left: 20px;
        transform: rotate(180deg);
    }
    .newtpl a.button.right:after{
        right: 20px;
    }
    .newtpl a.aline{
        display: block;
        font-size: 23px;
        padding: 15px 0 15px 40px;
        margin: 0;
        background-image: url('/images/serv/dotted_line_3.svg');
        background-repeat: repeat-x;
        background-position: left bottom;
    }
    .newtpl a.aline::before{
        content: '';
        background-image: url('/images/icons/arrow_grun2.svg');
        position: absolute;
        top: 27px;
        left: 0px;
        width:20px;
        height: 11px;
        transition: all 0.2s ease-in-out;
    }
    .newtpl a.aline:hover::before{
        left: 10px;
    }
    .newtpl.double {
        /*display: flex;*/
        width: 1400px;
        margin: 0 auto;
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
.newtpl.double::before, .newtpl.double::after{
    content: none !important;
}
    .newtpl.double > div:first-child{
        width: 1145px;
        max-width: 100%;
    }
.newtpl .contact-part{
    font-size: 20px;
    margin: 20px 0;
}
.newtpl .contact-part.mtop {
    margin-top: -25px;
}
.newtpl .contact-part::before{
    display: block;
    content: attr(data-name);
    font-family: 'Circular_normal';
    line-height: 33px;
    width: 350px;
}
.newtpl .contact-part.mname::before {
    margin-bottom: 30px;
}
.newtpl .contact-part > div {
        /*line-height: 1.5;*/
    line-height: 33px;
}
.newtpl .contact-part  a {
    display: inline-block !important;
    text-decoration: underline;
    color: var(--page-color);
    font-family: CircularStd;
    font-weight: 500;
    margin: 0;
}
.newtpl .contact-part > div:first-child{
    #color:#9E9E9D;
}
.newtpl .contact-part.wtitle > div:first-child{
    display: none;
}
.newtpl .contact-part .ico_tel::before, .newtpl .contact-part .ico_mail::before, .newtpl .contact-part .ico_fax::before, .newtpl .contact-part .ico_site::before{
    content:'';
    width: 16px;
    height: 16px;
    display: inline-block;
    mask-image: url('/images/icons/ico_call.svg');
    background: var(--page-color, #89C3E1);
    margin-right: 10px;
    mask-repeat: no-repeat;
    mask-size: contain;
    position: relative;
    top: 2px;
}
.newtpl .contact-part .ico_mail::before{
    mask-image: url('/images/icons/ico_mail.svg');
}
.newtpl .contact-part .ico_fax::before{
    mask-image: url('/images/icons/ico-printer.svg');
}
.newtpl .contact-part .ico_site::before{
    mask-image: url('/images/icons/ico-site.svg');
}
.newtpl .contact-part > div:last-child{
    font-family: 'Circular_normal';
}
.newtpl .contact-part > div.addr:last-child{
    font-family: 'CircularStd';
}
.newtpl img.h300 {
    height:300px;
}
.newtpl img, .newtpl video{
    max-width: 100%;
}
.newtpl > img, .newtpl > video{
    margin: 25px 0;
}
.newtpl img.w25 {
    width:25%;
}
.newtpl img.w50 {
    width:50%;
}
.newtpl img.w100 {
    width:100%;
}
.newtpl .imager {
    margin: 35px 0;
    text-align: center;
}
.newtpl div.uinfo {
    margin: 30px 0;
    display:flex;
    align-items: flex-start;
}
.newtpl div.uinfo img{
    width: 300px;
}
.newtpl div.uinfo > div{
    padding: 5px 40px;
    width: 100%;
}
.newtpl div.uinfo div.title {
    font-weight: bold;
}
.newtpl div.uinfo div.internet {
    margin-top: 30px;
    color: #808080;
}
.newtpl div.uinfo > div > div{
    font-size: 20px;
    line-height: 1.5;
}
.newtpl p.first {
    margin: 35px 0 20px 0;
}
.newtpl p.bold23 {
    font-family: 'CircularStd';
    font-weight: 500;
    font-size: 23px;
}
.newtpl div.quote {
    background-color: var(--page-acolor, #EDF6EB);
    font-size: 24px;
    color: #575756;
    font-style: italic;
    position:relative;
    padding: 20px 30px 40px 30px;
    margin: 30px 0;
    line-height: 1.5;
}
.newtpl div.quote::after {
        display: block;
        content: attr(data-author);
        position: absolute;
        left: 30px;
        bottom: 15px;
        font-size:12px;
    }
.newtpl div.quote.imquote {
    background-color: #89C4E1;
    padding: 20px 30px 40px 230px;
    color: #fff;
}
.newtpl div.quote.imquote::after {
    left: 230px;
}
.newtpl .iquote {
    background-color: #89C4E1;
    padding-left: 230px;
    color: #fff;
    position: relative;
    margin: 30px 0;
}
.newtpl .iquote img{
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 180px;
}
.newtpl .iquote .iq_box{
    min-height: 100px;
    padding: 15px 0 40px 0;
    font-size: 24px;
    font-style: italic;
    position: relative;
}
.newtpl .iquote .iq_box::after {
    display: block;
    content: attr(data-author);
    position: absolute;
    left: 0px;
    bottom: 15px;
    font-size: 12px;
}
    .newtpl p.quote {
        background-color: #F9FAEA;
        padding: 20px 20px 20px 60px;
        font-style: italic;
        font-size: 20px;
        position: relative;
    }
    .newtpl p.quote::before {
        background-color: #000;
        content: "";
        position: absolute;
        left: 30px;
        top: 20px;
        mask-repeat: no-repeat;
        mask-image: url('/images/icons/quote.svg');
        width: 21px;
        height: 16px;
        opacity: 0.5;
    }
    .newtpl p.double_quotes {
        background-color: #F9FAEA;
        padding: 30px 200px 25px 200px;
        font-style: italic;
        font-size: 20px;
        position: relative;
    }
    .newtpl p.double_quotes::before {
        background-color: #000;
        content: "";
        position: absolute;
        left: 130px;
        bottom: 15px;
        mask-repeat: no-repeat;
        mask-image: url('/backend/includes/builder/assets/svg/quotes_right.svg');
        width: 30px;
        height: 19px;
    }
    .newtpl p.double_quotes::after {
        background-color: #000;
        content: "";
        position: absolute;
        right: 130px;
        top: 15px;
        mask-repeat: no-repeat;
        mask-image: url('/backend/includes/builder/assets/svg/quotes_left.svg');
        width: 30px;
        height: 19px;
    }
    .newtpl #widget_events {
        width: 1136px;
        margin-left: -15px;
    }
    .newtpl .line {
        height: 3px;
        width: 70px;
        margin: 50px auto;
        background-color: var(--page-color, #89C3E1);
    }
    .newtpl .line.txt {
        margin: 25px 0;
        background-color: #5d5c5e;
    }
    .newtpl .line.dots {
        height: 2px;
        width: 100%;
        margin: 50px auto;
        background: #fff url('/images/serv/dotted_line_blue.svg') repeat-x left bottom;
    }

    .newtpl .line.spacer {
        margin: 50px 0 20px 0;
        background-color: #5d5c5e;
    }
    .newtpl div.heading {
        font-size: 33px;
        color: #000;
        margin: 20px 0;
    }
    .newtpl div.title2 {
        font-size: 23px;
        color: var(--page-color, #89C3E1);
        margin: 35px 0 20px 0;
        font-weight: bold;
    }
    .newtpl a.linker {
        color: var(--page-color, #89C3E1);
        text-decoration: underline;
        text-underline-offset: 6px;
        font-weight: 700;
    }
    .newtpl a.linker:hover{
        color: #000;
    }
    .newtpl p {
        font-family: 'CircularStd';
        font-weight: 300;
        font-size: 20px;
        /*line-height: 1.75;*/
        line-height: 33px;
        margin: 30px 0 15px 0;
    }
    .newtpl p.inline{
        margin: 25px 0 0 0;
    }
    .newtpl p a{
        display: inline-block !important;
        color: var(--page-color, #89C3E1);
        text-decoration: underline;
    }
    .newtpl p.texter{
        font-family: 'CircularStd';
        font-weight: 300;
        font-size: 23px;
        color: #747474;
        margin: 25px 0;
        /*line-height: 1.5;*/
        line-height: 33px;
    }
    .newtpl p.mini{
        font-size: 12px;
        margin: 15px 0 0;
    }
    form.default > div{
        margin: 16px 0;
    }
    form.default > p {
        margin: 35px 0;
    }
    form.default button.submit {
        height: 60px;
        padding: 16px 50px 20px 20px;
        background-color: var(--page-color, #89C3E1);
        color: #fff;
        border: none;
        font-weight: 700;
        font-size: 20px;
        position:relative;
    }
    form.default button.submit::after {
        position: absolute;
        right: 20px;
        top: 20px;
        content: "";
        height: 20px;
        width: 14px;
        display: block;
        mask-image: url('/images/icons/arrow_right.svg');
        background-color: #fff;
        transition: right 0.5s;
    }
    form.default button.submit:hover {
        background-color: #65A6AD;
    }
    form.default button.submit:hover::after {
        right: 10px;
    }
    form.default input[type=text], form.default textarea{
        height: 65px;
        border: none;
        font-style: italic;
        color: #747474;
        background: #EDEDED;
        width:100%;
        padding: 16px 18px;
        font-size: 20px;
    }
    form.default textarea {
        height: 200px;
    }
    /*--------checkbox--------*/
    .check_group{
        display: flex;
        align-items: center;
    }
    .newtpl input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
        height: 24px;
        width: 24px;
        background-color: #EDEDED;
        cursor: pointer;
        display: flex;
        outline: none;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    .newtpl input[type="checkbox"]:after {
        content: "✓";
        font-weight: 900;
        font-size: 17px;
        color: #ffffff;
        display: none;
    }
    .newtpl input[type="checkbox"]:hover {
        background-color: #747474;
    }
    .newtpl input[type="checkbox"]:checked {
        background-color: var(--page-color, #89C3E1);
    }
    .newtpl input[type="checkbox"]:checked:after {
        display: block;
    }
    .newtpl input[type="checkbox"] + label{
        font-size: 20px;
        margin: 2px 0 0 19px;
        font-weight: 400;
    }
    .newtpl .contacts{
        margin: 35px 0;
        font-size: 12px;
        line-height: 25px;
        font-weight: 600;
    }
    .newtpl .contacts .title{
        color:#747474;
        font-weight: 400;
    }
    .newtpl .flexer{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .newtpl .flexer.evenly {
        justify-content: space-evenly;
    }
    .newtpl .flexer.double {
        margin: 35px 0 50px 0;
        gap: 20px;
    }
    .newtpl .flexer.double img{
        max-width: 100%;
    }
    .newtpl .month_pack .limiter{
        height: 177px;
        overflow: hidden;
        position: relative;
        user-select: auto;
    }
    .newtpl .month_pack .limiter.opened {
        overflow: visible;
    }
    .newtpl .month_pack .limiter.opened > table{
        z-index: 99;
        box-shadow: 0px 4px 15px 0px rgba(149,190,188,0.5);
    }
    .newtpl .month_pack table{
        border-collapse: collapse !important;
        margin: 0 !important;
        position: absolute;
        width: 100%;
    }

    .newtpl .month_pack .month_roll{
        display: block;
        float: right;
        width: 25px;
        height: 25px;
        background-image: url('/images/icons/arrow_left_button.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px;
        cursor: pointer;
        transform: rotate(270deg);
        padding: 10px;
    }
    .newtpl .month_pack .limiter.opened .month_roll{
        transform: rotate(90deg);
    }
    .newtpl .month_pack{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 25px;
        grid-row-gap: 43px;
        margin: 45px 0 40px 0;
    }
    .newtpl .month_pack th, .newtpl .month_pack td{
        height: 44px;
        padding: 0 10px;
    }
    .newtpl .month_pack th{
        color: #fff;
        background-color: var(--page-color, #89C3E1);
    }
    .newtpl .month_pack tr td{
        background-color: #fff;
        border-bottom: 1px solid #95BEBC;
        line-height: 20px;
        width: 50%;
        white-space: nowrap;
    }
    .newtpl .month_pack tr.highlight td{
        background-color: #EFEFEF;
        font-weight: 600;
    }
    .newtpl .info_box {
        font-size: 20px;
        background-color: transparent;
        margin: 35px 0 20px 0;
    }
    .newtpl .info_box ul {
        list-style-type: disc;
    }
    .newtpl .info_box > div {
        position: relative;
        background: transparent url('/images/serv/dotted_line_3.svg') repeat-x left bottom;
        padding: 15px 0 15px 100px;
    }
    .newtpl .info_box > div::before {
        background-color: var(--page-color, #89C3E1);
        height: 32px;
        width: 32px;
        content: "";
        position: absolute;
        left: 7px;
        top: 12px;
        mask-repeat: no-repeat;
    }
    .newtpl .info_box > div.address::before {mask-image: url('/images/icons/address.svg');}
    .newtpl .info_box > div.stars::before {mask-image: url('/images/icons/stars.svg');}
    .newtpl .info_box > div.owl::before {mask-image: url('/images/icons/owl.svg');}
    .newtpl .info_box > div.time::before {mask-image: url('/images/icons/time.svg');}
    .newtpl .info_box > div.puzzle::before {mask-image: url('/images/icons/pazl.svg');}
    .newtpl .info_box > div.info::before {mask-image: url('/images/icons/info.svg');}
    /*----------------------------------------*/
    .newtpl .infopart{
        position: relative;
        min-height: 80px;
        background: var(--page-acolor, #89C3E1) url('/images/serv/dotted_line_blue.svg') repeat-x left bottom;
        padding: 0 0 0 65px;
        color: #575756;
        text-align: left;
    }
    newtpl .infobox .infopart:last-child{
        background: var(--page-acolor, #89C3E1);
    }
    .newtpl .infopart:before{
        content:'';
        display: block;
        mask-repeat: no-repeat;
        background: var(--page-color, #89C3E1);
        position: absolute;
        left: 15px;
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
        mask-position: center;
    }
    .newtpl .infopart.address:before{mask-image: url('/backend/includes/builder/assets/svg/address.svg');}
    .newtpl .infopart.stars:before{mask-image: url('/backend/includes/builder/assets/svg/stars.svg');}
    .newtpl .infopart.owl:before{mask-image: url('/backend/includes/builder/assets/svg/owl.svg');}
    .newtpl .infopart.hat:before{mask-image: url('/backend/includes/builder/assets/svg/hat.svg');}
    .newtpl .infopart.clock:before{mask-image: url('/backend/includes/builder/assets/svg/clock.svg');}
    .newtpl .infopart.money:before{mask-image: url('/backend/includes/builder/assets/svg/money.svg');}
    .newtpl .infopart.info:before{mask-image: url('/backend/includes/builder/assets/svg/r_info.svg');}
    .newtpl .infopart.calendar:before{mask-image: url('/backend/includes/builder/assets/svg/calendar.svg');}
    .newtpl .infopart.puzzle:before{mask-image: url('/backend/includes/builder/assets/svg/puzzles.svg');}
    .newtpl .infopart.men:before{mask-image: url('/backend/includes/builder/assets/svg/men.svg');}

    .newtpl .infopart ul.paragraph{
        padding-left: 20px;
    }
    .newtpl .infopart ul.paragraph > li{
        margin: 0;
    }
    .newtpl .infopart ul.paragraph.float > li{
        float: inline-start;
        margin-right: 5px;
    }
    .newtpl .infopart > .holder{
        padding:20px;
    }
    /*----------------------------------------*/
    .newtpl ul.spacer span{
        display: inline-block;
        width: 150px;
    }
    /*.newtpl .anchor {
        position: relative;
        cursor: pointer;
    }
    .newtpl .anchor:hover {
        opacity: 0.8;
    }
    .newtpl .anchor::after {
        content: '';
        position: absolute;
        right: 25px;
        bottom:30px;
        width: 40px;
        height: 24px;
        mask-image: url('/images/icons/arrow.svg');
        background: #fff;
        transition: right 0.2s;
    }
    .newtpl .anchor:hover::after {
        right: 15px;
    }
    .newtpl .anchor::before {
        bottom:0;
        left:0;
        position: absolute;
        content: attr(data-title);
        width:100%;
        height:70%;
        color: #fff;
        font-weight: 700;
        font-size: 33px;
        background: linear-gradient(360deg, var(--page-color,#C0CE2E), #ffffff00);
        padding: 32% 0 15px 20px;
        display: flex;
        align-items: end;
    }*/
    .newtpl table.simple {
        border-collapse: collapse !important;
        border-style: hidden;
    }
    .newtpl table.simple.wide {
        width: 100%;
    }
    .newtpl table.simple td{
        border: 2px solid #fff;
    }
    .newtpl table.skeleton {
        border-spacing: 0 !important;
        border-collapse: collapse !important;
    }
    .newtpl table.skeleton td{
        border: 1px solid #95BEBC;
        padding: 7px;
        min-width: 300px;
    }
    .newtpl table.skeleton td.u_line{
        border: none;
        border-bottom: 1px solid #95BEBC;
    }
    .newtpl table.skeleton td.borderless{
        border: none;
    }
    .newtpl table.lines {
        width: 100%;
        border-spacing: 0 !important;
        font-family: 'CircularStd-Light';
        font-weight: 300;
        font-size: 20px;
    }
    .newtpl table.lines tr > td:first-child {
        color: var(--page-color, #89C3E1);
        font-weight: bold;
        min-width: 165px;
    }
    .newtpl table.lines tr:not(:last-child) > td {
        background: var(--page-acolor, #fff) url('/images/serv/dotted_line_3.svg') repeat-x left bottom;
        border: none !important;
    }
    .newtpl table.lines.big tr > td {
        height: 70px;
    }
    .newtpl table.firstrowbold tr > td, .newtpl table.firstcolbold tr > td, .newtpl table.simple tr > td, .newtpl table.lines tr > td, .newtpl table.lines tr > th{
        background-color: var(--page-acolor, #F9FAEA);
        font-size: 20px;
        padding: 10px 20px;
    }
    .newtpl p.lines{
        border-bottom: 2px solid #fff;
    }
    .newtpl table.simple tr > td:first-child, .newtpl table.firstcolbold tr > td:first-child {
        font-weight: bold;
    }
    .newtpl table.firstrowbold tr:first-child > td {
        font-weight: bold;
    }
    .newtpl ul > li p{
        margin: 0;
    }
    .newtpl ul.paragraph{
        font-size: 20px;
        list-style-type: none;
        margin: 15px 0;
    }
	.newtpl ul.paragraph > li {
		font-family: CircularStd;
		font-weight: 300;
		margin: 0 0 5px 20px;
		/* padding-left: 12px; */
		position: relative;
		line-height: 26px;
	}
    .newtpl ul.paragraph > li::before{
        content: '';
        position: absolute;
        top: 8px;
        left: -20px;
        width: 11px;
        height: 15px;
        background-color: var(--page-color, #89C3E1);
        mask-image: url('/images/gesucht_arrows.svg');
        mask-repeat: no-repeat;
    }
    /*--------paragraph--------*/
    .paragraph > .title{
        font-size: 23px;
        color: var(--page-color, #89C3E1);
        margin: 20px 0 10px 0;
    }
    .paragraph > ul{
        font-size: 20px;
        list-style-type: none;
    }
    /*--------ACCORDION--------*/
    .accordion {position:relative;}
    .accordion > .content img{
        margin: 10px 0;
    }
    .accordion > .title{
        font-family: 'CircularStd';
        font-size: 23px;
        color: var(--page-color, #89C3E1);
        position: relative;
        font-weight: 500;
        cursor: pointer;
        user-select: auto;
    }
	.accordion[data-icon="info"]:before{content:''; mask-image: url('/backend/images/icons/informationen.svg'); position:absolute; top: 8px; width: 50px;height: 50px; background-color: var(--page-color, #89C3E1); mask-size:contain;}
	.accordion[data-icon="info"] > .title{padding-left:60px;}
    .accordion > .content > .title{
        font-size: 35px;
        margin: 35px 0 25px 0;
    }
    .accordion.closed > .title::before{
        mask-image: url('/images/icons/plus_teile.svg');
    }
    .accordion.opened > .title::before{
        mask-image: url('/images/icons/minus_teile.svg');
    }
    /*---------DEFAULT--------*/
    .accordion_group.default{
        margin: 30px 0 25px 0;
    }
    .accordion_group.default table {
        margin: 20px 0 20px 0;
        border-spacing: 15px 5px;
        border-collapse: unset;
    font-family: 'CircularStd-Light';
    font-weight: 300;
    font-size: 20px;
    }
    .accordion_group.default table tr.highlight td{
        font-weight: 600;
    }
    .accordion_group.default ul.dots{
        font-size: 20px;
        list-style-type: disc;
        padding-left: 20px;
    }
    .accordion_group.default ul.dots > li::marker{
        color: var(--page-color, #89C3E1);
    }
    .accordion_group.default > .accordion > .title::before{
        background-color: var(--page-color, #89C3E1);
        height: 22px;
        width: 22px;
        content: "";
        position: absolute;
        right: 0;
        top: 8px;
        mask-repeat: no-repeat;
        transition: transform 0.2s;
    }
    .accordion_group.default > .accordion > .title::after{
        content: attr(data-text);
        display: block;
        color: #000;
        font-size: 20px;
        font-weight: 400;
        padding-right: 40px;
        margin-top: 15px;
        line-height: 1.5;
    }
    .accordion_group.default > .accordion.opened > .title::before{
        top: 16px;
    }
    .accordion_group.default > .accordion > .content a.url{
        color: #000;
        font-size: 20px;
        display: table;
        position: relative;
    }
    .accordion_group.default::before {
        content: '';
        display: block;
        height: 2px;
        width: 100%;
        background: #fff url('/images/serv/dotted_line_3.svg') repeat-x left top;
    }



    .accordion_group.default > .accordion > .content > .heading{
        font-size: 23px;
        color: var(--page-color, #89C3E1);
        font-weight: 700;
    }
    .accordion_group.default > .accordion > .title:hover::before {
        transform: scale(1.3, 1.3);
    }
    .accordion_group.default .download_group {
        margin: 20px 0 50px 0;
    }
    .accordion_group.default .download_group > div{
        padding: 20px;
        background: #F9FAEA url('/images/serv/dotted_line_blue.svg') repeat-x left bottom;
    }
    .accordion_group.default .download_group .title{
        color: #191919;
        font-size: 20px;
        font-weight: bold;
        font-style: italic;
    }
    .accordion_group.default .download_group .buttons {
        display:flex;
        gap: 20px;
    }
    .accordion_group.default .download_group .info{
        color: #747474;
        font-size: 18px;
        margin: 15px 0 35px 0;
    }
    .accordion_group.default .download_group button{
        background: #85BC6B;
        color:#fff;
        height: 58px;
        padding: 16px 20px 20px 60px;
        border: none;
        font-weight: 700;
        font-size: 18px;
        position:relative;
    }
    .accordion_group.default .download_group button:hover{
        background: #51AF3D;
    }
    .accordion_group.default .download_group button::after {
        position: absolute;
        left: 20px;
        top: 20px;
        content: "";
        display: block;
        background-color: #fff;
    }
    .accordion_group.default .download_group button.eye::after {
        mask-image: url('/images/icons/eye.svg');
        height: 20px;
        width: 28px;
    }
    .accordion_group.default .download_group button.download::after {
        mask-image: url('/images/icons/download.svg');
        height: 20px;
        width: 22px;
    }
    /*----------SIMPLE--------*/
    .accordion_group.simple > .accordion > .title{
        display: inline-block;
        font-size: 20px;
        font-weight: 400;
        color: #000;
    }
    .accordion_group.simple > .accordion > .title:hover {
        font-weight: 700;
    }

    .accordion_group.simple > .accordion > .content{
        padding: 30px 30px 10px;
        color: #747474;
        font-size: 20px;
        line-height: 1.6;
    }
    .accordion_group.simple > .accordion {
        padding: 15px;
    }
    .accordion_group.simple > .accordion > .title::before{
        background-color: var(--page-color, #89C3E1);
        mask-image: url('/images/icons/arrow_right.svg');
        transition: .15s ease all;
        content: "";
        width: 15px;
        height: 19px;
        display: inline-block;
        position: absolute;
        right: -25px;
        top: 3px;
    }
    .accordion_group.simple > .accordion.closed > .title:hover::before{
        right: -35px;
    }
    .accordion_group.simple > .accordion.opened > .title::before{
        transform: rotate(90deg);
    }
    /*----------INNER---------*/
    .accordion_group.inner {
        margin: 35px 0 45px 0;
    }
    .accordion_group.inner h2{
        font-size: 35px;
        color: var(--page-color, #89C3E1);
    }
    .accordion_group.inner div.heading {
        font-size: 23px;
        font-weight: 700;
        color: var(--page-color, #89C3E1);
        margin: 35px 0 20px 0;
        width: 100%;
    }
    .accordion_group.inner > .accordion > .title{
        color: #000;
        font-size: 20px;
        font-style: italic;
        padding: 22px;
        height: 70px;
    }
    .accordion_group.inner > .accordion > .title::before{
        background-color: #999;
        height: 22px;
        width: 22px;
        content: "";
        position: absolute;
        right: 15px;
        top: 25px;
        mask-repeat: no-repeat;
        transition: transform 0.2s;
    }
    .accordion_group.inner > .accordion.opened > .title::before{
        top: 38px;
    }
    .accordion_group.inner > .accordion {
        background-color: var(--page-acolor, #F9FAEA);
    }
    .accordion_group.inner > .accordion:not(:last-child) {
        background-image: url('/images/serv/dotted_line_3.svg');
        background-repeat: repeat-x;
        background-position: left bottom;
    }
    .accordion_group.inner > .accordion > .content {
        border-top: 2px solid #fff;
        padding: 22px 22px 2px 22px;
    }
    .accordion_group.inner ul.default{
        font-size: 20px;
        list-style-type: disc;
        padding-left: 20px;
    }
    .accordion_group.inner .unshift ul.default{
        padding-left: 0;
        margin: 0;
    }
    .accordion_group.inner .unshift ul.default li{
        margin: 0 0 20px 20px;
    }
    .accordion_group.inner ul.default > li::marker{
        color: var(--page-color, #89C3E1);
    }
    .accordion_group.inner > .accordion > .content img{
        /*margin: 0 auto;*/
    }
    .newtpl a {
        color: #000;
        font-size: 20px;
        display: table;
        position: relative;
        margin-bottom: 5px;
        cursor: pointer;
    }
	.newtpl > div:first-child a{
		line-height: 33px;
	}
    #sidebar_div a{
        font-size: 12px;
    }
    .newtpl label > a {
        display: inline-block;
    }
    .newtpl a.round_button {
        display: flex;
        text-align: center;
        border-radius: 50%;
        width: 200px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 16px;
        color: #fff;
        font-size: 16px;
        margin: 0;
        position:relative;
		aspect-ratio: 1/1;
    }
	.newtpl a.round_button > div{
		line-height: 20px;
		margin-top: 5px;
	}
	.newtpl .m_infos, .newtpl .m_contact{
		margin-bottom: 40px;
	}
	.newtpl .m_infos p{
		margin-bottom: 5px;
		/* font-weight: bold; */
	}
	.newtpl .m_infos b{
		font-family: 'CircularStd' !important;
		font-weight: 500 !important;
	}
	.newtpl .m_contact p{
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.newtpl .m_contact .contact-part{
		margin: 5px 0;
	}
    .newtpl a.url,  .newtpl a.black, .newtpl a.blackline, .newtpl a.black23, .newtpl a.grey, .newtpl .m_infos a{
        margin: 25px 0 20px 0;
        color: var(--page-color, #000) !important;
        text-decoration: underline;
        font-family: "Circular Std Book";
        font-weight: 400;
    }
    .newtpl a.blackline, .newtpl a.black, .newtpl .m_infos a{
        font-family: 'CircularStd';
        font-weight: 300;
    }
	.newtpl a.blackline, .newtpl a.black23, .newtpl .m_infos a{
        margin:0;
    }
    .newtpl a.url::before, .newtpl a.black::before, .newtpl a.blackline::before, .newtpl a.black23::before{
        content: attr(data-text);
        color: #000 !important;
        display: inline-block;
    }
    .newtpl a.grey::before{
        content: attr(data-text);
        color: #999 !important;
        display: inline-block;
    }
    .newtpl a.mright::before{
        margin-right: 5px;
    }
    .newtpl a.url:hover, .newtpl a.black:hover, .newtpl a.blackline:hover, .newtpl a.black23:hover, .newtpl a.grey:hover{
        opacity: 0.65;
    }
    .newtpl a.url:hover::before{
        text-decoration: none;
        opacity: 1;
    }
    .accordion_group.inner > .accordion > .content a.url{
        color: #000;
        font-size: 20px;
        display: table;
        position: relative;
    }
    .newtpl a.url::after, .newtpl a[data-icon="link"]::after, .newtpl a[data-icon="arrow"]::after, .newtpl a[data-icon="download"]::after, .newtpl .m_infos a::after{
        content: '';
        position: relative;
        display: inline-block;
        mask-repeat: no-repeat;
        mask-size: contain;
        background-color: var(--page-color, #89C3E1);
    }
    .newtpl a[data-tag="italic"]{
        font-style: italic;
    }
    .newtpl a[data-tag="bottom30"]{
        margin-bottom: 30px;
    }
    .newtpl a.url::after, .newtpl a[data-icon="link"]::after, .newtpl .m_infos a::after {
        height: 18px;
        width: 18px;
        top: 4px;
        left: 4px;
        mask-image: url('/images/icons/ico-download2.svg');
    }

    .newtpl a[data-icon="arrow"]::after{
        height: 11px;
        width: 20px;
        top: 1px;
        left: 4px;
        mask-image: url('/images/icons/arrow.svg');
    }
    .newtpl a[data-icon="download"]::after {
        height: 20px;
        width: 17px;
        top: 5px;
        left: 4px;
        mask-image: url('/images/icons/bs-downoadcentre.svg');
    }
    .newtpl a.black23{
        font-family: CircularStd;
        font-weight: 700;
        font-size: 23px;
        text-decoration: none;
        color: #000 !important;
    }
    .newtpl a.black23[data-icon]::after{
        top: 1px;
        left: 6px;
    }
.newtpl h1.icon, .newtpl h2.icon, .newtpl h3.icon, .newtpl h4.icon, .newtpl h5.icon{
    position: relative;
    text-align: left;
    padding: 0 0 0 32px;
}
.newtpl h1.icon::before, .newtpl h2.icon::before, .newtpl h3.icon::before, .newtpl h4.icon::before, .newtpl h5.icon::before{
    content: '';
    position: absolute;
    height: 32px;
    width: 32px;
    left:-10px;
    top:-8px;
    mask-repeat: no-repeat;
    mask-size: contain;
}
.newtpl h1.icon[data-icon="price"]::before, .newtpl h2.icon[data-icon="price"]::before,
.newtpl h3.icon[data-icon="price"]::before, .newtpl h4.icon[data-icon="price"]::before,
.newtpl h5.icon[data-icon="price"]::before {
    mask-image: url('/images/icons/ico-price.svg');
    background: var(--page-color, #89C3E1);
}
.newtpl h1.icon[data-icon="star"]::before, .newtpl h2.icon[data-icon="star"]::before,
.newtpl h3.icon[data-icon="star"]::before, .newtpl h4.icon[data-icon="star"]::before,
.newtpl h5.icon[data-icon="star"]::before {
    mask-image: url('/images/icons/ico-bring.svg');
    background: var(--page-color, #89C3E1);
}
.newtpl h1.icon[data-icon="check"]::before, .newtpl h2.icon[data-icon="check"]::before,
.newtpl h3.icon[data-icon="check"]::before, .newtpl h4.icon[data-icon="check"]::before,
.newtpl h5.icon[data-icon="check"]::before {
    mask-image: url('/images/icons/ico-requirements.svg');
    background: var(--page-color, #89C3E1);
}
.newtpl h1.icon[data-icon="process"]::before, .newtpl h2.icon[data-icon="process"]::before,
.newtpl h3.icon[data-icon="process"]::before, .newtpl h4.icon[data-icon="process"]::before,
.newtpl h5.icon[data-icon="process"]::before {
    mask-image: url('/images/icons/ico-process.svg');
    background: var(--page-color, #89C3E1);
}
    .newtpl a.url.inline::after {
        /*top: -3px;*/
    }
    .newtpl a.url.inline {
        color: var(--page-color, #89C3E1);
        margin-right: 30px;
        font-weight: bold;
    }
    .accordion_group.inner .tab_green{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        gap:10px;
        margin: 35px 0 20px 0;
    }
    .accordion_group.inner .tab_green > div{
        color: #fff;
        background: var(--page-color, #89C3E1);
        padding: 12px 16px;
    }
    /*--------------------------------------*/
    .accordion_group .image_description{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .accordion_group .image_description{
        height: 350px;
        margin: 20px 0;
        font-size: 16px;
    }
    .accordion_group .image_description > div {
        width: 50%;
        height: 100%;
    }
    .accordion_group .image_description > div:first-child{
        background-size: cover;
    }
    .accordion_group .image_description > div:last-child {
        padding: 90px 0 0 60px;
        position: relative;
    }
    .accordion_group.inner .image_description > div:last-child {
        background-color: #fff;
    }
    .accordion_group.default .image_description > div:last-child {
        background-color: #dff2f4;
    }
    .accordion_group .image_description > div:last-child::before{
        content:'';
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid #fff;
        position: absolute;
        left: -20px;
        top: calc(50% - 10px);
    }
    .accordion_group .image_description .title{
        font-size: 24px;
        font-weight: 600;
    }
    .accordion_group .image_description .text{
        font-weight: 600;
        margin:15px 0;
    }
    .accordion_group .image_description .url{
        color: var(--page-color, #89C3E1) !important;
        font-weight: 600;
    }
    /*---------------------------------------*/
    .newtpl .new_sidebar {
        margin-left: 35px;
        padding-top: 50px;
        color: #5D5C5B;
        height:100%;
    }
    .newtpl .new_sidebar > div {
        position: sticky;
        top: 120px;
        width: 230px;
    }
    .newtpl .new_sidebar > div > div:first-child{
        position:relative;
        padding: 0 15px;
    }
    .newtpl .new_sidebar > div > div:first-child::before {
        content: '';
        mask-image: url('/images/serv/line-blue.svg');
        mask-repeat: repeat-y;
        mask-position: left top;
        background: #5D5C5B;
        position: absolute;
        width: 2px;
        height: 100%;
        left: 0px;
    }
    .newtpl .new_sidebar img{
        display: block;
        margin:20px 0;
        max-width: 100%;
    }
    .newtpl .new_sidebar p, #sidebar_preview p{
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        font-weight: 600;
        color: #5D5C5B;
        margin: 0;
    }
    .newtpl .new_sidebar .contact-part, #sidebar_preview .contact-part{
        font-size: 12px;
        letter-spacing: 0.5px;
        line-height: 1.5;
        margin: 10px 0;
    }
    .newtpl .new_sidebar .contact-part a{
        font-size: 12px;
        color: #5D5C5B;
    }
    .newtpl .new_sidebar .contact-part > div:last-child {
        font-family: 'CircularStd-Light';
        font-weight: 500;
    }
    .newtpl .new_sidebar .contact-part a::before{
        display:none !important;
    }
    .newtpl .new_sidebar .contact-part > div{
        margin: 0;
        line-height: 1.5;
    }
    .newtpl .new_sidebar .sidebar_buttons > a{
        display: block;
        text-align: left;
        color: #fff;
        font-size: 12px;
        cursor: pointer;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 30px 0;
        padding: 10px 50px;
        position: relative;
    }
    .newtpl .new_sidebar .sidebar_buttons > a.lblue {
        background: #83CAD0;
    }
    .newtpl .new_sidebar .sidebar_buttons > a.blue {
        background: #8CC3E1;
    }
    .newtpl .new_sidebar .sidebar_buttons > a.yellow{
        background: #C0CE38;
    }
    .newtpl .new_sidebar .sidebar_buttons > a.green{
        background: #54AF44;
    }
    .newtpl .new_sidebar .sidebar_buttons > a:hover{
        opacity: 0.75;
        text-decoration: none;
    }
    .newtpl .new_sidebar .sidebar_buttons > a::before {
        content: '';
        background: #fff;
        position: absolute;
    }
    .newtpl .new_sidebar .sidebar_buttons > a.click::before {
        mask-image: url('/images/icons/bs_online.svg');
        width: 21px;
        height: 34px;
        left: 16px;
        top: 12px;
    }
    .newtpl .new_sidebar .sidebar_buttons > a.dw::before {
        mask-image: url('/images/icons/bs-downoadcentre.svg');
        width: 22px;
        height: 24px;
        left: 16px;
        top: 16px;
    }
    .newtpl .new_sidebar .sidebar_buttons > a.map::before {
        mask-image: url('/images/icons/bs_amter.svg');
        width: 32px;
        height: 24px;
        left: 9px;
        top: 16px;
    }
    .newtpl .new_sidebar .sidebar_buttons > a.doc::before {
        mask-image: url('/images/icons/ic-formulare.svg');
        width: 32px;
        height: 36px;
        left: 10px;
        top: 12px;
    }
    .newtpl .new_sidebar .sidebar_buttons > a::after {
        content: '';
        mask-image: url('/images/serv/sb_btn_arrow.svg');
        background: #fff;
        position: absolute;
        top: 24px;
        right: 16px;
        width: 22px;
        height: 12px;
        transition: .15s ease all;
    }
    .newtpl .new_sidebar .sidebar_buttons > a:hover::after{
        right: 2px;
    }

/*     [data-mtop="5"]{margin-top: 5px !important;}
    [data-mtop="10"]{margin-top: 10px !important;}
    [data-mtop="15"]{margin-top: 15px !important;}
    [data-mtop="20"]{margin-top: 20px !important;}
    [data-mtop="25"]{margin-top: 25px !important;}
    [data-mtop="30"]{margin-top: 30px !important;}
    [data-mtop="40"]{margin-top: 40px !important;}
    [data-mtop="50"]{margin-top: 50px !important;}
    [data-mtop="60"]{margin-top: 60px !important;}
    [data-mtop="70"]{margin-top: 70px !important;}
    [data-mtop="80"]{margin-top: 80px !important;}

    [data-mbottom="5"]{margin-bottom: 5px !important;}
    [data-mbottom="10"]{margin-bottom: 10px !important;}
    [data-mbottom="15"]{margin-bottom: 15px !important;}
    [data-mbottom="20"]{margin-bottom: 20px !important;}
    [data-mbottom="25"]{margin-bottom: 25px !important;}
    [data-mbottom="30"]{margin-bottom: 30px !important;}
    [data-mbottom="40"]{margin-bottom: 40px !important;}
    [data-mbottom="50"]{margin-bottom: 50px !important;}
    [data-mbottom="60"]{margin-bottom: 60px !important;}
    [data-mbottom="70"]{margin-bottom: 70px !important;}
    [data-mbottom="80"]{margin-bottom: 80px !important;} */
/*-----------------------------*/
.video-container {
    width: 100%;
    position: relative;
    display: block;
}
.video-container video{
    width: 100%;
}
.soundToggle {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    background-color: rgba(255,255,255,0.7);
    border: none;
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}
/*-----------------------------*/
/*
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
    .accordion_group.default > .accordion {
        padding: 15px 0 2px 0!important;
    }
}}
@media not all and (min-resolution:.001dpcm) {
    @media {

        .accordion_group.default > .accordion {
            padding: 15px 0 2px 0!important;
        }
    }}
@media not all and (max-height: 899px) and (min-resolution:.1dpi) {
    .accordion_group.default > .accordion {
        padding: 15px 0 2px 0!important;
    }
}


.accordion_group.default > .accordion:not(:root:root){
    padding: 15px 0 2px 0!important;
}
*/
/*
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .accordion_group.default > .accordion > .title {
        #padding-top: 10px;
    }
}

 */
.accordion_group.default > .accordion > .title {
    height: 40px;
    padding-top: 2px;
}
.accordion_group.default > .accordion {
    padding: 15px 0 15px 0;
    background: #fff url('/images/serv/dotted_line_3.svg') repeat-x left bottom;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @supports (-webkit-font-smoothing: antialiased) and (not (-moz-osx-font-smoothing: auto)) {

    }
}
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .accordion_group.default > .accordion > .title {
            padding-top: 3px;
        }
    }
}

@media (max-width:736px){
	.newtpl .uinfo {
		#border-bottom: 1px dashed var(--page-color, #89C3E1);
	}
	.newtpl .uinfo p{
		margin: 10px 0 15px 0;
	}
	.newtpl .infopart {
		padding: 0 0 0 5px;
	}
	.newtpl .infopart::before {
		content: none;
	}
	.newtpl .infopart b {
		display: block;
	}
	.newtpl .infopart table{
		width: 100%;
	}
	.newtpl .infopart table td:empty {
		display: none;
	}
    .newtpl.double {
        flex-direction: column;
    }
    .newtpl.double > div:first-child {
        padding-left: 15px;
    }
    .newtpl table:not(.cal) tr{
        display: grid;
    }
    .newtpl table:not(.cal) tr > td{
        height: auto !important;
    }
	.accordion_group.inner > .accordion > .content{
		padding: 12px 5px 2px 5px;
	}
}
@media (max-width:480px){
	.newtpl .layout.rounds {
		gap: 10px !important;
	}
	.newtpl .layout.rounds > .holder{
		width: 100%;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
	.newtpl a.round_button{
		border-radius: 0;
		width: 100%;
		margin:0 !important;
		aspect-ratio: unset;
		justify-content: flex-start;
		flex-direction: row;
		padding: 0 10px;
	}
	.newtpl a.round_button > div{
		line-height: 22px;
		padding-left: 10px;
		font-size: 18px;
		font-weight: bold;
		text-align: left;
	}
    #pagecontent[data-id="215"] .newtpl .layout{
        display: block;
    }
    #pagecontent[data-id="215"] .newtpl .layout.rounds > .holder {
        margin-bottom: 10px;
    }
}
.ico_site{
text-decoration: underline;
}
.wg{
    display: none;
}
.contactdetails_wg{
    background:#83cad015; padding: 10px 25px;
}