:root {
	--color-c1: #009fe3;
	--color-c2: #00c2ea;
	--color-c2-border: #0090ae;
	--color-c3: #00e0dc;
	--color-c4: #7cfac3;
	--color-c5: #E3E3E3;
	--color-c6: #f7f7f7;
	--color-c7: #c5495c;
	--color-c7-border: #9c2638;
	--color-white: #ffffff;
	--color-dark: #000000;
	--color-font: #5b5a5a;
}

table {
	white-space: nowrap;
}

table td,
table th {
	color: var(--color-font) !important;
	font-size: clamp(1.2rem, 1.29rem + -0.44vw, 1rem);
}

table th {
	background-color: var(--color-c1) !important;
	color: var(--color-white) !important;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: var(--color-font);
	letter-spacing: 0.01em;
	font-size: clamp(1.2rem, 1.29rem + -0.44vw, 1rem);
	background-color: white;
	scroll-behavior: smooth;
}

*,
:after,
:before {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: var(--color-c7);
	cursor: pointer !important;
}

a:hover {
	color: var(--color-c2);
}

img {
	vertical-align: middle;
	border-style: none;
}

@font-face {
	font-family: "Teko";
	src: url("/fileadmin/fonts/Teko-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

.google-font {
	font-family: "Teko", sans-serif;
	  font-optical-sizing: auto;
	  font-weight:700;
	  font-style: normal;
}

.google-font-header {
	font-family: "Teko", sans-serif;
	  font-optical-sizing: auto;
	  font-weight:700;
	text-shadow: -1px 2px 6px #5f5f5f;
}

.td-lt {
	text-decoration: line-through;
}

.ts-font-big {
	font-size: clamp(3rem, 2.56rem + 2.22vw, 4rem);
}

.ts-font-1 {
	font-size: clamp(2.5rem, 2.28rem + 1.11vw, 3rem);
}

.ts-font-2 {
	font-size: clamp(2rem, 1.78rem + 1.11vw, 2.5rem);
}

.ts-font-3 {
	font-size: clamp(1.4rem, 0.9rem + 2.2vw, 2rem);
}

@media (max-width: 767.98px) {
	.ts-font-3 {
		font-size: clamp(1.7rem, 1.1rem + 3vw, 2rem);
	}

	.ts-section-blog .ts-font-3 {
		font-size: clamp(1.15rem, 1rem + 2vw, 1.6rem);
	}
}

.ts-font-4 {
	font-size: clamp(1.2rem, 1.07rem + 0.67vw, 1.5rem);
}

.ts-font-5 {
	font-size: clamp(0.8rem, 0.71rem + 0.44vw, 1rem);
}

.ts-font-6 {
	font-size: clamp(0.7rem, 0.66rem + 0.22vw, 0.8rem);
}

.lh-em-1 {
	line-height: 1em;
}

.lh-em-0_9 {
	line-height: 0.9em;
}

.lh-em-1_5 {
	line-height: 1.3em;
}

.lh-em-2 {
	line-height: 1em;
}

.fw-b {
	font-weight: bold;
}

h1
{
	
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	overflow-wrap: anywhere;
}

.reveal {
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: 1s all ease;
}

.reveal.active {
	transform: translateY(0);
	opacity: 1;
}

.line {
	border-bottom: 1px solid var(--color-c1);
	height: 1px;
	width: 20%;
	margin: 2em auto 2em auto;
}

strong {
	color: var(--color-c1);
}

.c-1 {
	color: var(--color-c1);
}

.c-2 {
	color: var(--color-c2);
}

.c-3 {
	color: var(--color-c3);
}

.c-4 {
	color: var(--color-c4);
}

.c-5 {
	color: var(--color-c5);
}

.c-6 {
	color: var(--color-c6);
}

.c-7 {
	color: var(--color-c7);
}

.c-font {
	color: var(--color-font);
}

.c-white {
	color: var(--color-white);
}

.c-black {
	color: #000000;
}

.bg-c-1 {
	background-color: var(--color-c1) !important;
}

.bg-c-2 {
	background-color: var(--color-c2) !important;
}

.bg-c-3 {
	background-color: var(--color-c3) !important;
}

.bg-c-4 {
	background-color: var(--color-c4) !important;
}

.bg-c-5 {
	background-color: var(--color-c5) !important;
}

.bg-c-6 {
	background-color: var(--color-c6) !important;
}

.bg-c-7 {
	background-color: var(--color-c7) !important;
}

.bg-c-red {
	background-color: #EC5051 !important;
}

.bg-c-green {
	background-color: #8bd485 !important;
}

.bg-c-white {
	background-color: #ffffff !important;
}

.bg-c-black {
	background-color: #000000 !important;
}

.opacity-75-c-1 {
	background-color: rgba(242, 216, 82, 0.75);
}

.opacity-50-c-1 {
	background-color: rgba(242, 216, 82, 0.5);
}

.opacity-25-c-1 {
	background-color: rgba(242, 216, 82, 0.25);
}

.bg-c-dark-o02 {
	background: rgba(0, 0, 0, 0.1);
}

#tsolis-header-gradient {
	display: flex;
	position: relative;
	background-size: cover;
}

.box-3-l {
	height: 66px;
}

.stopper_everywhere {
	min-height: 600px;
}

.stopper_2nd {
	min-height: 640px;
	display: none;
}

.stopper_1 {
	background-image: url(images/traurednerin-rebecca-jaeger-parallax2.jpg);
	position: relative;
	background-position: center center;
	background-size: cover;
	height: 640px;
}

@media screen and (min-width: 720px) {
	.box-3-l {
		height: inherit;
	}

	.stopper_everywhere {
		min-height: 400px;
	}

	.stopper_2nd {
		min-height: 460px;
	}

	.stopper_1 {
		height: 460px;
	}
}

.spacer-img-pos1 {
	background-image: url(/fileadmin/user_uploads/stopper_1.webp);
	position: relative;
	background-position: center center;
	background-size: cover;
	height: 460px;
}

.spacer-img-pos2 {
	background-image: url(/fileadmin/user_uploads/stopper_2.webp);
	position: relative;
	background-position: center center;
	background-size: cover;
	height: 400px;
}

.spacer-img-pos2_m {
	background-image: url();
	position: relative;
	background-position: center center;
	background-size: cover;
	height: 200px;
}

a#scrollUp {
	background: var(--color-c6) none repeat scroll 0 0;
	border-radius: 5px;
	bottom: 95px;
	color: #fff;
	font-size: 23px;
	height: 40px;
	line-height: 41px;
	position: fixed;
	right: 32px;
	text-align: center;
	width: 40px;
}

a#scrollUp:hover {
	background: var(--color-c7) none repeat scroll 0 0;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid var(--color-c6) !important;
	transition: all 0.4s ease 0s;
}

*:focus {
	outline: none;
	border-color: inherit;
	box-shadow: none;
}

.tsolis-mh-300 {
	max-height: 300px;
	overflow: hidden;
}

.text-animation {
	position: relative;
	color: #eee;
	height: 200px;
	line-height: 200px;
	overflow: hidden;
}

.text-animation span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	text-transform: uppercase;
	letter-spacing: 5px;
}

@keyframes pulse {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.1, 1.1);
	}
	100% {
		transform: scale(1, 1);
	}
}

.header_btn {
	width: 200px;
	height: 200px;
	animation: pulse 1.5s linear infinite;
	border-radius: 50%;
}

.header_btn span {
	transform: rotate(5deg);
}

.header_btn:hover {
	animation: none;
}

.fade-in {
	animation: fadeIn ease 2s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.form-ts {
	font-size: 14px;
	width: 100%;
	border: none;
	padding: 10px 10px;
	background-color: var(--color-c1) !important;
	color: white;
	border: 1px solid var(--color-c2);
}

.form-ts:focus {
	background-color: var(--color-c5) !important;
	color: white;
}

input::-webkit-input-placeholder {
	color: var(--color-c2);
}

textarea::-webkit-input-placeholder {
	color: var(--color-c2);
}

input:focus::-webkit-input-placeholder {
	color: white;
}

textarea:focus::-webkit-input-placeholder {
	color: white;
}

.ts-ul-content {
	margin: 0;
	padding: 0 0 0 16px;
}

.ts-ul-content-counter {
	margin: 0;
	padding: 0 0 0 2px;
	list-style: none;
}

.btn-primary {
	background-color: var(--color-c7) !important;
	border: 1px solid var(--color-c7-border);
	text-transform: uppercase;
	font-weight: normal;
	cursor: pointer;
}

.btn-primary:hover {
	background-color: var(--color-c2) !important;
	border: 1px solid var(--color-c2-border);
	transition: all 0.4s ease 0s;
}

@media screen and (max-width: 720px) {
	.header_traurednerin {
		background-image: url(./images/traurednerin/header_mobile.webp) !important;
	}
}

.col-1-5 {
	flex: 0 0 12.3%;
	max-width: 12.3%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.scrolling-wrapper {
	overflow-x: auto;
}

.scrolling-wrapper::-webkit-scrollbar {
	display: none;
}

.scrolling_arrow_left {
	text-align: left;
	border: 0;
	padding: 0;
	margin: 20px 0 0 0;
	display: inline-block;
	font-size: 2em;
	background-color: transparent;
}

.scrolling_arrow_left i,
.scrolling_arrow_right i {
	color: var(--color-white);
	background-color: var(--color-c7);
	border-radius: 50% !important;
	padding: 10px 14px;
	opacity: 0.75;
}

.scrolling_arrow_left i:hover,
.scrolling_arrow_right i:hover {
	color: var(--color-white);
	background-color: var(--color-c3);
	opacity: 1;
}

.scrolling_arrow_right {
	text-align: right;
	border: 0;
	background-color: transparent;
	padding: 0;
	margin: 20px 0 0 0;
	display: inline-block;
	font-size: 2em;
}

.megamenu {
	background-color: transparent;
}

.dropdown-menu {
	border: 0;
	padding-top: 0 !important;
	border-radius: 0;
}

.dropdown-toggle::after {
	display: none;
}


.navbar-nav li {
	margin: 0 5px;
	
}

.navbar-nav li a, .navbar-nav li button {
	padding: 10px 15px;
	font-size: 18px;
	font-weight: bold;
	align-items: center;
	height: 100%;
}

.navbar-nav li:hover a {
	color: white;
}

.col-megamenu ul,
.col-megamenu li,
.col-megamenu li a {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: normal;
}

.col-megamenu li.ts-li-headline {
	font-weight: bold;
	margin-bottom: 1rem;
}

.col-megamenu li {
	margin-bottom: 0.25rem;
}

.navbar-nav .megamenu li a {
	color: var(--color-font);
	background-color: transparent;
}

.navbar-nav .megamenu li:hover a {
	color: var(--color-c1);
	background-color: transparent;
}

/* Desktop */
@media all and (min-width: 992px) {
	.navbar-expand-md .container {
		display: flex;
		align-items: stretch;
	}

	.navbar-expand-md .navbar-collapse {
		align-self: stretch;
	}

	.navbar-expand-md .navbar-nav {
		align-items: stretch;
	}

	.navbar-expand-md {
		background: rgba(255, 255, 255, 0.9);
		padding: 0 !important;
		margin: 0 !important;
		display: flex;
	}

	.navbar-expand-md ul.navbar-nav {
		height: 100%;
		display: flex;
	}

	.navbar-expand-md li.nav-item {
		height: 100%;
		align-items: center;
	}

	li.nav-item a.nav-link, li.nav-item button {
		color: var(--color-font) !important;
	}

	li.nav-item a.nav-link:hover, li.nav-item button:hover {
		color: var(--color-c1) !important;
	}

	.navbar-expand-md li.nav-item > a {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.navbar .has-megamenu {
		position: static !important;
	}

	.navbar .megamenu {
		left: 0;
		right: 0;
		width: 100%;
	}

	.dropdown:hover > .dropdown-menu {
		display: block;
	}

	.navbar .megamenu > .row {
		background: rgba(255, 255, 255, 0.9);
	}

	.navbar .megamenu {
		padding: 1rem;
	}
}

/* Mobile */
@media (max-width: 991px) {
	.navbar {
		position: relative;
		z-index: 9999;
	}

	.navbar-collapse {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100vh;
		z-index: 9998;
		background: rgba(255, 255, 255, 0.5);
		backdrop-filter: blur(6px);
		-webkit-backdrop-filter: blur(6px);
		padding: 110px 35px 35px 35px;
		margin-top: 0 !important;
		overflow-y: auto;
		transition: none !important;
	}

	.navbar-collapse.collapsing {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100vh !important;
		z-index: 9998;
		background: rgba(255, 255, 255, 0.5);
		backdrop-filter: blur(6px);
		-webkit-backdrop-filter: blur(6px);
		padding: 110px 35px 35px 35px;
		margin-top: 0 !important;
		overflow-y: auto;
		display: block !important;
		transition: none !important;
	}

	.navbar-collapse:not(.show) {
		display: none !important;
	}

	.navbar-collapse.show {
		display: block !important;
	}

	.navbar-collapse .navbar-nav {
		width: 100%;
	}

	.navbar-collapse .nav-link,
	.navbar-collapse .navbar-nav li a {
		color: var(--color-font) !important;
		padding: 7px 0;
		font-size: 20px;
		font-weight: bold;
	}

	.navbar-collapse .nav-link:hover,
	.navbar-collapse .navbar-nav li a:hover {
		color: var(--color-c1) !important;
	}

	.navbar .dropdown-menu,
	.navbar .megamenu {
		position: static !important;
		display: none;
		float: none;
		width: 100%;
		min-width: 100%;
		background: transparent !important;
		box-shadow: none !important;
		border: 0 !important;
		padding: 0 !important;
		margin: 10px 0 18px 0 !important;
	}

	.navbar .megamenu > .row,
	.navbar .megamenu .row {
		background: transparent !important;
		margin: 0;
	}

	.navbar .megamenu .row.p-4 {
		padding: 0 !important;
	}

	.navbar .megamenu .col-12,
	.navbar .megamenu .col-md-2,
	.navbar .megamenu .dropdown-menu-col {
		padding-left: 0 !important;
		padding-right: 0 !important;
		border-right: 0 !important;
	}

	.navbar .megamenu li {
		margin: 0;
	}

	.navbar .megamenu li a {
		display: block;
		color: var(--color-font) !important;
		padding: 3px 0;
		font-size: 18px;
		font-weight: bold;
	}

	.navbar .megamenu li a:hover {
		color: var(--color-c1) !important;
	}

	.navbar .megamenu img {
		max-width: 100%;
		height: auto;
		margin: 10px 0 5px 0;
	}

	.navbar-nav > .nav-item {
		margin: 0 0 10px 0;
	}

	.navbar-toggler {
		position: relative;
		z-index: 10000;
		width: 46px;
		height: 46px;
		border: 1px solid rgba(255, 255, 255, 0.4);
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.15);
		box-shadow: none !important;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.navbar-toggler:focus {
		box-shadow: none !important;
		outline: none;
	}

	.navbar-toggler i {
		font-size: 24px;
		color: #fff !important;
		line-height: 1;
	}

	.navbar-toggler[aria-expanded="true"] {
		position: fixed;
		top: 22px;
		right: 22px;
		z-index: 10002;
		background: transparent;
		border-color: rgba(0, 0, 0, 0.15);
	}

	.navbar-toggler[aria-expanded="true"] i::before {
		content: "\f00d";
		color: #000 !important;
	}

	.navbar-toggler[aria-expanded="true"] i {
		color: #000 !important;
	}

	.navbar .dropdown:hover > .dropdown-menu {
		display: none !important;
	}

	.navbar .dropdown.ts-mobile-open > .dropdown-menu {
		display: block !important;
	}
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hs-main-font-element {
	margin-top: 40px;
}

.scroll_to_top {
	background-color: var(--color-c7);
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: block;
	text-decoration: none;
	padding: 7px 14px;
	font-size: 2em;
	color: var(--color-white);
	cursor: pointer;
}

.scroll_to_top:hover {
	background: var(--color-c2) none repeat scroll 0 0;
	color: white;
	padding: 7px 14px;
	font-size: 2em;
	border: 1px solid var(--color-c7) !important;
	transition: all 0.4s ease 0s;
}

.gallery_image_holder {
	text-align: center;
	width: 23% !important;
}

.c_tsolis {
	color: white;
	font-weight: bold;
}

.c_tsolis:hover {
	color: var(--color-c6);
}

.col-28 {
	width: 28%;
	height: auto;
	margin-right: 10px;
	counter-increment: gallery-cell;
}

.border-light {
	border-color: var(--color-white) !important;
}

.carousel-indicators button {
	width: 8px !important;
	height: 8px !important;
	border-radius: 100%;
	margin: 5px !important;
}

.carousel-inner-mobile .carousel-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 767.98px) {
	.carousel-inner-mobile .carousel-item {
		height: 600px;
	}

	.carousel-inner-mobile .carousel-item .position-absolute {
		right: 1rem !important;
		left: 1rem;
		top: auto !important;
		bottom: 2rem;
		transform: none !important;
	}
}


#header-holder {
	position: relative;
	z-index: 30;
	min-height: 800px;
	overflow: hidden;
}

.header-bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	display: block;
}

.header-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

@media (max-width: 767.98px) {
	#header-holder {
		min-height: 620px;
	}
}

/* #header-holder {
	position: relative;
	z-index: 30;
	min-height: 800px;
	background-image: var(--header-image-desktop);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom: 8px solid var(--color-c1);
}

@media (max-width: 767.98px) {
	#header-holder {
		min-height: 620px;
		background-image: var(--header-image-mobile);
		background-position: center center;
	}
} */


.ts-border-r12 {
	border-radius: 12px;
}

.ts-card-hover-black-text {
	position: relative;
}

.ts-card-hover-black-text .ts-card-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: black;
}

.ts-card-hover-black-text:hover .image {
	opacity: 0.3;
}

.ts-card-hover-black-text:hover .ts-card-overlay {
	opacity: 0.5;
}

.p-review {
	padding: 0 0.25rem;
}

.col-xl-scrolling {
	width: 86% !important;
}

.spacer-em-0_5 {
	height: 0.25em;
	clear: both;
	display: block;
}

.spacer-em-0_75 {
	height: 0.325em;
	clear: both;
	display: block;
}

.spacer-em-1 {
	height: 0.5em;
	clear: both;
	display: block;
}

.spacer-em-2 {
	height: 1em;
	clear: both;
	display: block;
}

.spacer-em-4 {
	height: 2em;
	clear: both;
	display: block;
}

.spacer-em-6 {
	height: 3em;
	clear: both;
	display: block;
}

.spacer-em-8 {
	height: 4em;
	clear: both;
	display: block;
}

@media (min-width: 1200px) {
	.col-xl-scrolling {
		width: 24% !important;
	}

	.p-review {
		padding: 0 4rem 0 4rem !important;
	}

	.spacer-em-0_5 {
		height: 0.5em;
		clear: both;
		display: block;
	}

	.spacer-em-0_75 {
		height: 0.75em;
		clear: both;
		display: block;
	}

	.spacer-em-1 {
		height: 1em;
		clear: both;
		display: block;
	}

	.spacer-em-2 {
		height: 2em;
		clear: both;
		display: block;
	}

	.spacer-em-4 {
		height: 4em;
		clear: both;
		display: block;
	}

	.spacer-em-6 {
		height: 6em;
		clear: both;
		display: block;
	}

	.spacer-em-8 {
		height: 8em;
		clear: both;
		display: block;
	}
}

.accordion-button:not(.collapsed) {
	background-color: var(--color-c1) !important;
	color: var(--color-white) !important;
}

.accordion-button {
	color: var(--color-font) !important;
}

.accordion-body {
	color: var(--color-font) !important;
	font-size: clamp(1.2rem, 1.29rem + -0.44vw, 1rem);
}

.accordion-button:focus {
	box-shadow: 0 0 0 .25rem var(--color-c1) !important;
}

.instagram-feed {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.instagram-feed-item {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 12px;
	background: #f2f2f2;
}

.instagram-feed-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.instagram-feed-item:hover img {
	transform: scale(1.05);
}

@media (max-width: 768px) {
	.instagram-feed {
		grid-template-columns: repeat(2, 1fr);
	}
}

.o-w-05 {
	background-color: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.carousel-indicators {
	gap: 10px;
	margin-bottom: 1.5rem;
}

.carousel-indicators [data-bs-target] {
	width: 44px;
	height: 44px;
	margin: 0;
	border: 0;
	border-radius: 50%;
	background-clip: padding-box;
	position: relative;
	background-color: transparent;
	opacity: 1;
}

.carousel-indicators [data-bs-target]::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: currentColor;
	transform: translate(-50%, -50%);
	opacity: 0.45;
}

.carousel-indicators .active::before {
	opacity: 1;
}