:root{
	 --color-c1:#C2A3A8;
	 --color-c2:#555B70;
	 
	 --color-c3:#857459;
	 --color-c4:#6679B3;
	 --color-c5:#B86E78;
	 
	 --color-white:#ffffff;
	 --color-highlight: #6679B3;
	 --color-highlight-2nd:#B86E78;
	 
	 --color-border:#3e4c76;
}
 
 
 

body{
	font-family: Arial;
	color: #565656;
	letter-spacing: 0.01em;
	font-size: 1em;
	background-color:white;
	hyphens: auto;
}
*, :after, :before {
	box-sizing: border-box;
}

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






a:hover{
	text-decoration: none;
	color: var(--color-highlight);
}

a.white{
	text-decoration: none;
	color: #ffffff;
}

a.white:hover{
	color: #D9D9D9;
}

a.active{
	text-decoration: none;
	color: var(--color-highlight);
}



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

.test_bg{background-color:red;}
.test_bg_2{background-color:green;}



.google-font{font-family: 'Raleway', sans-serif; font-weight: 200;}
.google-font-header{font-family: 'Raleway', sans-serif; font-weight: 900;text-shadow: -1px 2px 6px #5f5f5f;}




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

.em-0_7{font-size: 0.7em;}  
.em-0_8{font-size: 0.8em;}  
.em-0_9{font-size: 0.9em;}  
.em-1{font-size: 1em;}  
.em-1_2{font-size: 1.2em;}  
.em-1_5{font-size: 1.5em;} 
.em-2{font-size: 2em;} 
.em-3{font-size: 3em;}
.em-3_5{font-size: 3em;}
.em-4{font-size: 4em; line-height: 1em;}
.em-6{font-size: 6em;}

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

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

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

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;
}


/*
.h_animation {

	top:0; right:-50%;
	transition: right 1s 1s;	
	opacity: 0;
    visibility: hidden;
    transition: all 2s ease-in-out;
	
}

.slideright {
	right: 0;
opacity: 1;
    visibility: visible;

	
}
*/




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



/*
h3:after
	{
    background: var(--color-c5) none repeat scroll 0 0;
    bottom: -20px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 80px;

}
*/

.spacer-em-0_5{height: 0.5em; clear: both; display: block;}
.spacer-em-0_5{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;}


.p-10_0{padding: 10px 0;}
.p-0{padding: 0 !important;}
.p-0_20{padding: 0 20px ;}
.p-0_40{padding: 0 40px ;}
.p-20{padding: 20px ;}

.outline-1{outline: 1px solid var(--color-c1);}
.outline-1_10{outline: 16px solid  var(--color-c1);}
.outline-w_10{outline: 16px solid white;}

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

.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-higlight{color: var(--color-higlight);}
.c-higlight_2nd{color: var(--color-highlight-2nd);}

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

.c-hihlight-bg-black{color:#A6A6A6;}


.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-highlight{background-color: var(--color-highlight)}

.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;}





#tsolis-header-gradient {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	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;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	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;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 460px;
}

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

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





a#scrollUp {
    background: var(--color-c1) 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-c2) none repeat scroll 0 0;
    font-size: 16px;
    font-weight: bold;
 
    border: 1px solid var(--color-c3) !important;
    transition: all 0.4s ease 0s;
}

*:focus {
    outline: none;
     border-color: inherit;
  -webkit-box-shadow: none;
  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;
	-webkit-animation: pulse 1.5s linear infinite;
	animation: pulse 1.5s linear infinite;
	border-radius: 50%;
	
	
	
}

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

.header_btn:hover {
	-webkit-animation: none;
	animation:none;
}





.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

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

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

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

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








.cta{ background-color: var(--color-c1); padding: 14px 20px; display: inline-block; border-radius: 25px; color: #ffffff; font-size: 0.8em; text-transform: uppercase; -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;}
.cta:hover{ background-color: var(--color-highlight); color: #ffffff; }

.cta_white{ background-color: #ffffff; padding: 14px 20px; border-radius: 18px; color: var(--color-c1); text-transform: uppercase; font-size: 0.8em;   -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;}
.cta_white:hover{ background-color: var(--color-highlight-2nd); color: #ffffff;}


.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;
}


#cookie-popup { 
  text-align: center; 
  background:  var(--color-c4);
  position: fixed;
  bottom: 0; 
  color: white;
  left: 0;
  right: 0;
  z-index: 9999;
  font-size:14px; 
  line-height:20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  }
 
#cookie-popup.hidden {
  display: none;
}


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


/*bootstrap ovverride*/
.btn-primary{background-color: var(--color-c4) !important;border:1px solid var(--color-border); text-transform: uppercase; font-weight: normal;cursor: pointer;}
.btn-primary:hover{background-color: var(--color-c5) !important;}


@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;
}

.form-floating textarea.form-control {
  height: 120px;
}


/* geschlossenes FAQ */
.accordion .accordion-button {
  background-color: #f8f9fa !important; /* hellgrau */
  color: #333 !important;
}

/* geöffnetes FAQ */
.accordion .accordion-button:not(.collapsed) {
  background-color: var(--color-c1) !important; /* dein Türkis */
  color: #fff !important;
  box-shadow: none !important;
}

/* Fokus-Rahmen */
.accordion .accordion-button:focus {
  border-color: var(--color-c1) !important;
 
}






/*NEW NAV*/

a.nav-link {
  color:white !important;
  font-size: 1.1rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  letter-spacing: 0.02em;
}

a.nav-link-active
{
  background-color: var(--color-c5) !important;
}

.navbar .dropdown-toggle::after {
  margin-left: 0.4rem;
  opacity: 0.6;
}


 

.dropdown-toggle::after {
  transition: transform 0.25s ease;
}

.show > .dropdown-toggle::after {
  transform: rotate(180deg);
}

.hero::before,
.hero::after {
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .navbar {
    position: relative;
    z-index: 3000;
  }
  
  
  .navbar-collapse {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(90, 94, 106, 0.96);
    backdrop-filter: blur(6px);
    padding: 2rem 1.5rem;
    overflow-y: auto;
    z-index: 4000;
    pointer-events: auto;
  }
  
  .navbar-collapse * {
    pointer-events: auto;
  }

  .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important;
    inset: auto !important;
    margin: 0.5rem 0 1rem 0;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0.25rem 0 0.75rem 1rem;
  }

  .navbar-nav .dropdown-item {
    color: #fff;
    padding: 0.5rem 0;
  }
  
  /* wenn das mobile Menü offen ist */
  .navbar-collapse.show ~ * {
    pointer-events: none;
  }
  
  a.nav-link {
    margin:0 !important;
    padding-left: 0.5rem !important;
  }
}
