.breadcrumbs{
	width: 1400px;
	margin: 0 auto;
	max-width: 100%;
	padding: 30px 15px 0 15px;
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
}
.newtpl .nowrap{
	white-space: nowrap;
	display: inline-block;
}
.newtpl .layout {
	display: flex;
	gap: 0;
    margin: 25px 0;
}
.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 .layout.center {
	justify-content: center
}
.newtpl .layout > img{
    margin: 25px 0;
}
.newtpl .layout:not(.center) > div {
	/* flex: 1 1 auto; */
}
.newtpl div.aktuelle{
	position: relative;
}
.newtpl div.aktuelle:hover{
	opacity: 0.9;
}
.newtpl div.aktuelle .title {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  color: #fff;
  /* font-size: 23px; */
  padding: 5px 30px 5px 20px;
  pointer-events: none;
  /* line-height: 28px; */
  font-size: 23px;
  line-height: 1.2;
  font-family: 'Circular_normal_less';
  z-index: 99;
}
.newtpl div.aktuelle > a:after {
	content:'';
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 46%, rgba(218, 191, 28, 0.25) 56%, rgba(215, 191, 28, 0.89) 85%, rgba(215, 191, 28, 1) 90%, rgba(215, 191, 28, 0.95) 87%, rgb(215, 191, 28) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 46%, rgba(218, 191, 28, 0.25) 56%, rgba(215, 191, 28, 0.89) 85%, rgba(215, 191, 28, 1) 90%, rgba(215, 191, 28, 0.95) 87%, rgb(215, 191, 28) 100%);
}
.newtpl div.aktuelle .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 .counter_group{
	color: #51AF3D;
	font-size: 24px;
	font-family: 'Circular_normal';
}
.newtpl .counter_group > div{
	display: flex;
	align-items: center;
}
.newtpl .counter_group > div:nth-child(odd){justify-content: flex-start;}
.newtpl .counter_group > div:nth-child(even){justify-content: flex-end;}
.newtpl .counter_group > div > div.counter{
	color: #C0CE2E; 
	font-size: 132px;
	padding: 0 30px;
	line-height: 1;
	text-align: center;
}
.newtpl .counter_group > div > div.counter.two{
	width: 220px;
}
.newtpl .counter_group > div > div.counter.three{
	width: 300px;
}
.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:hover{
	opacity: 0.9;
}
.newtpl a.button.left{
	padding: 0 40px 0 80px;
}
.newtpl a.button.right{
	padding: 0 80px 0 40px;
}
.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;
	transition: all 0.2s ease-in-out;
}
.newtpl a.button.left:after{
    left: 20px;
	transform: rotate(180deg);
}
.newtpl a.button.right:after{
    right: 20px;
}
.newtpl a.button.left:hover:after{
	left: 8px;
}
.newtpl a.button.right:hover:after{
    right: 8px;
}
.newtpl {
	width: 1370px;
	margin: 0 auto;
	max-width: 100%;
}
.newtpl.double {
	display: flex;
	width: 1400px;
	margin: 0 auto;
	max-width: 100%;
}
@media (max-width:736px){
	.newtpl.double {flex-direction: column;}
}
.newtpl.double > div:first-child{
	padding-left: 15px;
	width: 1145px;
	max-width: 100%;
}
.newtpl .new_sidebar {
	margin-left: 35px;
}
.newtpl .new_sidebar a, .mo_sidebar a{
	color: #575756;
	font-size: 12px;
}
.newtpl .contact-part{
	font-size: 19px;
	margin: 5px 0;
}
.newtpl .contact-part  a {
    display: inline-block !important;
}
.newtpl .contact-part > div:first-child{
	color:#9E9E9D;
}
.newtpl .contact-part > div:last-child{
	font-weight: bold;
}
.newtpl img, .newtpl video{
	max-width: 100%;
}
.newtpl .new_sidebar > div{
	position: sticky;
	top: 120px;
	width: 220px;
	padding: 0 15px;
}
.newtpl .new_sidebar > div: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;
}
.mo_sidebar img{
	max-width:100%;
}
.newtpl .new_sidebar .title, .mo_sidebar .title{
	line-height: 1.5;
	font-weight: 600;
	font-size: 12px;
	color: #5D5C5B;
	margin-bottom: 20px;
	user-select: none;
	letter-spacing: 0.5px;
}
.newtpl .new_sidebar .list > div, .mo_sidebar .list > div{
	margin-top: 10px;
	line-height: 1.5;
	font-size: 12px;
	color: #5D5C5B;
	letter-spacing: 0.5px;
}
.newtpl .new_sidebar .list > div > div:last-child, .mo_sidebar .list > div > div:last-child{
	font-weight: 600;
}
.newtpl .new_sidebar .list > div > div:first-child, .mo_sidebar .list > div > div:first-child{
	color: #9E9E9D;
	user-select: none;
}
.newtpl h1 {
    font-size: 51px;
    font-weight: 600;
    margin: 35px 0 25px;
}
.newtpl h2{
    font-size: 35px;
    margin: 35px 0 25px;
    font-weight: 400;
}
.newtpl h3 {
    color: var(--page-color, #89C3E1);
}
.newtpl h4{
    text-transform: uppercase;
}
.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 a.url{
	margin-left: 10px;
}
.newtpl div.uinfo > div > div{
	font-size: 19px;
	line-height: 1.6;
}
.newtpl p.first {
    margin: 35px 0 20px 0;
}
.newtpl p.bold19 {
    font-weight: bold;
    font-size: 20px;
}
.newtpl div.quote {
	background-color: #EDF6EB;
	font-size: 24px;
	color: #575756;
	font-style: italic;
	position:relative;
	padding: 20px 30px 40px 30px;
	margin: 20px 0;
}
.newtpl div.quote::after {
    display: block;
	content: attr(data-author);
	position: absolute;
	left: 30px;
	bottom: 15px;
	font-size:12px;
}
.newtpl p.quote {
	background-color: #F9FAEA;
    padding: 20px 20px 20px 50px;
	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;
}
.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;
    top: 15px;
	mask-repeat: no-repeat;
	mask-image: url('/backend/includes/builder/assets/svg/quotes_left.svg');
	width: 30px;
	height: 19px;
}
.newtpl p.double_quotes::after {
	background-color: #000;
    content: "";
    position: absolute;
    right: 130px;
    bottom: 15px;
	mask-repeat: no-repeat;
	mask-image: url('/backend/includes/builder/assets/svg/quotes_right.svg');
	width: 30px;
	height: 19px;
}
.newtpl .info_box > div.stars::before {mask-image: url('/images/icons/stars.svg');}
.newtpl #widget_events {
    width: 1136px;
    margin-left: -15px;
}
.newtpl .line {
    height: 3px;
    width: 77px;
    margin: 50px auto;
    background-color: var(--page-color, #89C3E1);
}
.newtpl .line.dots {
    height: 2px;
    width: 100%;
    margin: 50px auto;
	background: #fff url('/images/serv/dotted_line_blue.svg') repeat-x left bottom;
}
.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: #89C3E1;
    text-decoration: underline;
    text-underline-offset: 6px;
    font-weight: 700;
}
.newtpl a.linker:hover{
    color: #000;
}
.newtpl p {
    font-size: 19px;
    line-height: 1.75;
    margin-bottom: 20px;
}
.newtpl p.texter{
    font-size: 23px;
    color: #9D9D9C;
    margin: 40px 0;
    line-height: 1.75;
}
.newtpl .infobox > .holder{
	width: 100%;
}
.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.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/puzzle.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;
}
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: #9D9D9C;
    background: #EDEDED;
    width:100%;
    padding: 16px 18px;
    font-size: 19px;
}
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: 3.12em;
    color: #ffffff;
    display: none;
}
.newtpl input[type="checkbox"]:hover {
    background-color: #9D9D9C;
}
.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: 19px;
    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:#9D9D9C;
    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 table{
    border-collapse: collapse !important;
}
.newtpl .month_pack{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}
.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;
}
.newtpl .month_pack tr.highlight td{
    background-color: #EFEFEF;
    font-weight: 600;
}
.newtpl .info_box {
    font-size: 19px;
    background-color: #F9FAEA;
    margin: 35px 0 20px 0;
}
.newtpl .info_box ul {
    list-style-type: disc;
}
.newtpl .info_box > div {
    position: relative;
    background: #F9FAEA 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.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 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:15px;
    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, #C0CE2E 0%, rgba(192, 206, 46, 0) 49.48%);
    padding: 32% 0 0 20px;
}
.newtpl table.simple {
    border-spacing: 2px !important;
}
.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 {
    border-spacing: 0 !important;
}
.newtpl table.lines tr > td:first-child {
	color: var(--page-color, #89C3E1);
	font-weight: bold;
}
.newtpl table.lines tr > td {
	background: #fff url('/images/serv/dotted_line_blue.svg') repeat-x left bottom;
}
.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: #F9FAEA;
    font-size: 19px;
    padding: 10px 20px;
}
.newtpl table.simple tr > td, .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.number{
	font-family: 'Circular_normal';
	font-size: 23px;
	color: var(--page-color, #89C3E1);
	position: relative;
	padding-left: 45px;
	margin: 15px 0;
}
.newtpl ul.number:before{
	color: #fff;
	border-radius: 50%;
	content: attr(data-number)'.';
	position: absolute;
	width: 35px;
	height: 35px;
	text-align: center;
	background: var(--page-color, #89C3E1);
	left: 0;
}
.newtpl ul.paragraph{
    font-size: 19px;
    list-style-type: none;
}
.newtpl ul.paragraph > li{
    margin: 0 0 20px 20px;
    padding-left: 12px;
	position: relative;
}
.newtpl ul.paragraph > li::before {
	content: '';
	position: absolute;
	top: 6px;
	left: -20px;
	width: 16px;
	height: 27px;
	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: 19px;
    list-style-type: none;
}
/*--------ACCORDION--------*/
.accordion > .title{
    font-size: 23px;
    color: var(--page-color, #89C3E1);
    position: relative;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}
.accordion > .content > .title{
    font-size: 35px;
    margin: 35px 0 25px 0;
}
.accordion.closed > .title::after{
    mask-image: url('/images/icons/plus_teile.svg');
}
.accordion.opened > .title::after{
    mask-image: url('/images/icons/minus_teile.svg');
}
/*---------DEFAULT--------*/
.accordion_group.default table {
    margin: 20px 0 20px 0;
    border-spacing: 15px 5px;
    border-collapse: unset;
    font-size: 19px;
}
.accordion_group.default table tr.highlight td{
    font-weight: 600;
}
.accordion_group.default ul.dots{
    font-size: 19px;
    list-style-type: disc;
    padding-left: 20px;
}
.accordion_group.default ul.dots > li::marker{
    color: var(--page-color, #89C3E1);
}
.accordion_group.default .accordion > .title::after{
    background-color: var(--page-color, #89C3E1);
    height: 22px;
    width: 22px;
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    mask-repeat: no-repeat;
    transition: transform 0.2s;
}
.accordion_group.default .accordion.opened > .title::after{
    top: 16px;
}
.accordion_group.default > .accordion > .content a.url{
    color: #000;
    font-size: 19px;
    display: inline-block;
    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 {
    padding: 15px;
    background: #fff url('/images/serv/dotted_line_3.svg') repeat-x left bottom;
}
.accordion_group.default > .accordion > .content > .heading{
    font-size: 23px;
    color: var(--page-color, #89C3E1);
    font-weight: 700;
}
.accordion_group.default .accordion > .title:hover::after {
    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: 19px;
    font-weight: bold;
    font-style: italic;
}
.accordion_group.default .download_group .buttons {
    display:flex;
    gap: 20px;
}
.accordion_group.default .download_group .info{
    color: #9D9D9C;
    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: 19px;
    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: 19px;
    font-weight: 400;
    color: #000;
}
.accordion_group.simple > .accordion > .title:hover {
    font-weight: 700;
}

.accordion_group.simple > .accordion > .content{
    padding: 30px 30px 10px;
    color: #9D9D9C;
    font-size: 19px;
    line-height: 1.6;
}
.accordion_group.simple > .accordion {
    padding: 15px;
}
.accordion_group.simple > .accordion > .title::after{
    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::after{
    right: -35px;
}
.accordion_group.simple > .accordion.opened > .title::after{
    transform: rotate(90deg);
}
/*----------INNER---------*/
.accordion_group.inner {
    margin: 35px 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: 19px;
    font-style: italic;
    padding: 22px;
}
.accordion_group.inner .accordion > .title::after{
    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::after{
    top: 38px;
}
.accordion_group.inner .accordion {
    background: #fff url('/images/serv/dotted_line_blue.svg') repeat-x left bottom;
    background-color: #F9FAEA;
}
.accordion_group.inner .accordion > .content {
    border-top: 2px solid #fff;
    padding: 0 22px 2px 22px ;
}
.accordion_group.inner ul.default{
    font-size: 19px;
    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: 19px;
    display: table;
    position: relative;
    line-height: 1.6;
    margin-bottom: 5px;
}
.newtpl a.url{
    position: relative;
}
.newtpl a.url, .newtpl a.arrow{
    margin-bottom:20px;
    color: var(--page-color, #000) !important;;
    text-decoration: underline;
}
.newtpl .infopart li a{
	color: var(--page-color, #000) !important;;
    text-decoration: underline;
	display: inline-block;
}
.newtpl .infopart p{
	margin: 0;
}
.newtpl a.url:before, .newtpl a.arrow:before{
    content: attr(data-text);
    color: #000 !important;
    display: inline-block;
}
.newtpl a.mright:before{
    margin-right: 5px;
}
.newtpl a.url:hover, .newtpl a.arrow:hover, .newtpl .infopart li a:hover{
    opacity: 0.65;
}
.newtpl a.url:hover:before, .newtpl a.arrow:hover:before{
    text-decoration: none;
    opacity: 1;
}
.newtpl > div a.url, .accordion_group.inner > .accordion > .content a.url{
    color: #000;
    font-size: 19px;
    display: inline-block;
    position: relative;
}
.newtpl a.url::after, .newtpl .infopart li a::after{
    content: '';
    position: absolute;
    display: block;
    height: 17px;
    width: 17px;
    mask-image: url('/backend/includes/builder/assets/svg/ico-download.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    top: 3px;
    right: -26px;
    background-color: var(--page-color, #89C3E1);
}
.newtpl a.arrow::after {
    content: '';
    position: absolute;
    display: block;
    height: 11px;
    width: 20px;
    mask-image: url('/images/icons/arrow.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    top: 11px;
    right: -35px;
    background-color: 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;
}
@media (max-width: 1280px){
    .newtpl.double {
        width: 1100px;
    }
	.newtpl div.aktuelle .title{
		font-size: 24px;
	}
}
@media (max-width: 768px){
	.newtpl{
		padding: 0 15px;
	}
	.newtpl h1 {
		font-size: 33px;
	}
	.newtpl h2 {
		font-size: 26px;
	}
	.newtpl .counter_group{
		font-size: 14px;
	}
	.newtpl .counter_group > div{
		margin: 30px 0;
	}
    .newtpl .counter_group > div > div.counter{
		font-size: 60px;
		padding: 0 30px;
	}
	.newtpl .counter_group > div > div.counter.two{
		width: 130px;
	}
	.newtpl .counter_group > div > div.counter.three{
		width: 170px;
	}
	.newtpl .layout{
		flex-direction: column;
		text-align: center;
		/* flex-wrap: wrap; */
	}
	.newtpl .infopart {
		padding: 0 0 0 40px;
		white-space: pre-line;
		word-break: break-word;
	}
	.newtpl .infopart::before {
		top: 15px;
	}
	.newtpl.double > div:first-child {
		padding-left: 0px;
	}
	.new_sidebar{
		display:none;
	}
	.aktuelle > a {
		margin: 0 auto;
	}
	.newtpl .accordion > .title {
		padding-right: 20px;
	}
}