@font-face {
	font-family: "ClanPro-Regular";
	src: url("../Fonts/FFClanProRegular.ttf") format("truetype");
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "ClanPro-Medium";
	src: url("../Fonts/FFClanProMedium.ttf") format("truetype");
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "ClanPro-Bold";
	src: url("../Fonts/FFClanProBold.ttf") format("truetype");
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "ClanPro-Ultra";
	src: url("../Fonts/FFClanProUltra.TTF") format("truetype");
	font-display: swap;
	font-style: normal;
}


body {
	font-family:var(--ff-prim);
	font-weight: 400;
	font-size:18px; 
	line-height:140%;
	color:var(--clr-sec);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-display: swap;
	font-style: normal;
}

p {  
	margin-bottom: 18px;
}

p.nomargin {
	margin-bottom: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
   	margin-top: 0px !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-display: swap;
	font-style: normal;
}

h1 {
	font-family:var(--ff-quar);
	font-size: clamp(2.125rem, 0.5179rem + 4.2857vw, 4.375rem);
	font-weight:400; 
	color:var(--clr-sec);
	margin-bottom:18px;
	line-height:110%; 
}

h2 {
	font-family:var(--ff-sec);
	font-size: clamp(1.375rem, -2.7083rem + 11.3426vw, 7.5rem);
	font-weight:500; 
	color:var(--clr-default);
	margin-bottom:18px;
	line-height:120%;
	text-transform: uppercase;
}

#uid-4 #stage h2 {
	font-size: clamp(1.375rem, -2.7083rem + 11.3426vw, 4.5rem);
	font-family:var(--ff-quint);
}


#uid-1 #stage h1,
#uid-18 #stage h1 {
	font-family:var(--ff-quint);
	font-size: clamp(2.75rem, -0.6429rem + 9.0476vw, 7.5rem);
	letter-spacing:1px;
	text-transform: uppercase;
}

h3 {
	font-family:var(--ff-sec);
	font-size: 1.3rem;
	font-weight:600; 
	color:var(--clr-sec);
	line-height:130%;
	position:relative;
	text-transform: uppercase;
}

h4 {
	font-family:var(--ff-prim);
	font-size:clamp(1.1rem, 1.5166vw + .573rem, 1.3rem);
	font-weight:500;
	color:var(--clr-sec);
	line-height:130%;
}

h5 {
	font-family:var(--ff-sec);
	font-size:clamp(1.3rem, 1.5166vw + .573rem, 1.68rem);
	font-weight:400; 
	color:var(--clr-sec);
	line-height:130%;
}

.glow {
	color: rgba(255, 255, 255, 0.15);
  -webkit-text-stroke-width: 2.2px;
  -webkit-text-stroke-color: rgb(123, 235, 255);
}


.eybrow {
	font-family:var(--ff-quar);
	font-size: clamp(1.725rem, 0.075rem + 3.875vw, 3.5625rem);
	font-weight:400; 
	color:var(--clr-sec);
	margin-bottom:18px;
	line-height:110%; 
}

.elevator-txt p {
	font-size:22px;
}

.font-small {
	font-size:15px; 
	line-height:140%; 
}

.font-white,
span.font-white {
	color:var(--clr-default);
}

.font-red,
span.font-blue {
	color:var(--clr-prim);
}

.font-black,
span.font-blue {
	color:var(--clr-sec);
}

strong {
	font-family:var(--ff-ter);
	font-weight:700;
}

figcaption {
	font-family:var(--ff-prim);
	font-size:17px;
	font-weight:400;
	margin-top:8px; 
	line-height:140%; 
}


/* Fusszeile */
footer h2,
footer h3,
footer h4,
footer h5 {
	color: var(--clr-default); 
}

footer h3 {
	font-family:var(--ff-prim);
	font-size: 15px;
	color: var(--clr-default);
	margin-bottom: 8px;
	text-align: left;
	text-transform: uppercase;
}


footer p,
footer ul li {
	color: var(--clr-default);
	line-height:150%;
	font-weight:400;
	font-size:17px;
}

.fr1-col2 p,
.fr1-col3 p,
.fr1-col2 a,
.fr1-col3 a {
	font-size:15px;
	color:rgb(155, 155, 155);
}

.fr1-col2 a:hover {
	color:var(--clr-default);
}


.fr1-col1 a {
	color:var(--clr-default);
}


.fr1-col1 a:hover {
	color:rgb(155, 155, 155);
}


footer a, footer a:visited { text-decoration:none; transition: all .2s ease;} 


/* footer a:hover, footer a:focus { color:var(--clr-quar); text-decoration:none; } */



/*
.footer-contact p {
	font-size:17px;
}
*/





/* Linkstile  */
main a img, a, a img, img { border:0px; outline:none !important;}
a img, a, a img, img { border:0px; outline:none !important;}

/* Default White Page or Section */
main a, 
main a:visited,
main a.download,
main a.internal-link,
main a.external-link-new-window,
main a.mail,
main a.pdf { 
	color:var(--clr-sec);
	text-decoration: underline;
	padding: 0;
	background-color:transparent;
	transition: all .2s ease;
}

main a:hover,
main a.internal-link:hover, 
main a.external-link-new-window:hover, 
main a.internal-link-new-window:hover,
main a.pdf:hover, main a.download:hover,
main a.mail:hover { 
	color:var(--clr-prim);
}

       



/*************************/
/* BUTTONS / LINKSTILE  */

/* Contact Link
.contact-link {
	position: relative;
	display: inline-block;
	text-decoration:none !important;
	transition: all .25s ease;
}

.contact-link span {
	transition: all .25s ease;
}

.contact-link:after {
	content: '';
	display:block;
	width:33px;
	height:33px; 
	position:absolute;
	bottom:-4px;
	right:-42px;
	background-color: var(--clr-sec);
	transition: all .25s ease;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M566.9 342.6L589.5 320L566.9 297.4L406.9 137.4L384.3 114.8L339 160.1C340.3 161.4 383 204.1 467 288.1L64.3 288.1L64.3 352.1L467 352.1C383 436.1 340.3 478.8 339 480.1L384.3 525.4L406.9 502.8L566.9 342.8z'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
}

.contact-link:hover span.font-blue {
	color:var(--clr-sec) !important;
}

.contact-link:hover span.font-white {
	color:var(--clr-sec) !important;
}

.contact-link:hover:after {
	right:-60px;
}
	*/


/* --- Animierter CTA Button (Hover-Effekt) --- */
.btn-cta-anim {
	--slant: 20px;       /* horizontaler Versatz der Schraege */
	--ext: 20px;         /* wie weit der Keil rechts ueber die Schraege hinausragt */
	--wedge-w: 80px;    /* Breite des einfahrenden Keils */
	--gap: 7px;          /* Breite des weissen Trennstreifens */
	display: inline-flex;
	align-items: center;
	position: relative;
	overflow: hidden;    /* versteckt den Keil im Ruhezustand */
	background: transparent;
	color: var(--clr-default); /* Weiss */
	font-family: var(--ff-ter);
	font-size: 16px;
	line-height: 1;
	letter-spacing: .03em;
	text-transform: uppercase;
	text-decoration: none;
	width: fit-content;
	border: none;
	padding: 16px 0;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	line-height:120%;
  }
  
  /* Dunkelrote Grundflaeche mit schraeger Kante rechts
	 (oben eingerueckt, unten breiter). Rechts davon bleibt der Anker
	 transparent - dort landet im Hover der hellrote Keil. */
  .btn-cta-anim::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--clr-prim); /* Dunkelrot */
	clip-path: polygon(
	  0 0,
	  calc(100% - var(--ext) - var(--slant)) 0,
	  calc(100% - var(--ext)) 100%,
	  0 100%
	);
  }
  
  .btn-cta-anim .btn-text {
	position: relative;
	z-index: 2;
	padding-left: 34px;
	color: var(--clr-default) !important; 
  }
  
  .btn-cta-anim .btn-icon {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	padding-left: 18px;
	/* Platz rechts fuer Schraege + Ueberstand des Keils */
	padding-right: calc(var(--ext) + var(--slant) + 16px);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .btn-cta-anim .btn-icon:after {
	content: "";
	position: relative;
	width: 25px;
	height: 25px;
	background-color: var(--clr-default);
	 mask-image:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M433.5 303C442.9 312.4 442.9 327.6 433.5 336.9L273.5 497C264.1 506.4 248.9 506.4 239.6 497C230.3 487.6 230.2 472.4 239.6 463.1L382.6 320.1L239.6 177.1C230.2 167.7 230.2 152.5 239.6 143.2C249 133.9 264.2 133.8 273.5 143.2L433.5 303.2z'/%3E%3C/svg%3E");
	  mask-repeat: no-repeat;
	  mask-size: 100% 100%;
	transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  
  /* Keil: weisse Flaeche, links parallel zur Schraege geschnitten,
	 rechts gerade Kante. Im Ruhezustand nach rechts hinausgeschoben. */
  .btn-cta-anim .btn-wedge {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: var(--wedge-w);
	height: calc(100% + 1px);
	z-index: 1;
	background-color: var(--clr-default); /* Weiss */
	clip-path: polygon(0 0, 100% 0, 100% 100%, var(--slant) 100%);
	transform: translateX(102%);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  /* Hellrote Flaeche im Keil, linke Kante um --gap eingerueckt:
	 uebrig bleibt der weisse Diagonalstreifen */
  .btn-cta-anim .btn-wedge::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #e30613; /* Helleres Rot */
	clip-path: polygon(
	  var(--gap) 0,
	  100% 0,
	  100% 100%,
	  calc(var(--slant) + var(--gap)) 100%
	);
  }
  
  /* Hover-Status */
  .btn-cta-anim:hover .btn-wedge {
	transform: translateX(0);
  }
  
  .btn-cta-anim:hover .btn-icon {
	transform: translateX(34px);
  }
  
    
  
  /* Aarvia Intro - Aarvia stellt sich vor */
  .btn-cta-anim.aarvia-intro {
	font-size: 14px;
	padding: 10px 0;
	--wedge-w: 60px;
	--slant: 20px;       /* horizontaler Versatz der Schraege */
	--ext: 20px;  
	/* margin-top:148px;  */
  }
  
  .btn-cta-anim.aarvia-intro .btn-text {
	padding-left: 12px;
  }
  
  .btn-cta-anim.aarvia-intro .btn-icon:after {
	width: 22px;
	height: 22px;
  }
  
  .btn-cta-anim.aarvia-intro:hover .btn-icon {
	  transform: translateX(48px);
  }
  







.cta-outline {
	display: inline-flex;
	padding: 1.5px 1.5px 1.5px 2px;
	background-color: #fff;
	text-decoration: none;
	clip-path: polygon(
	  6% 0%,
	  100% 0%,
	  100% 100%,
	  0% 100%,
	  0% 100%
	);
  }
	 

  .cta-banner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 15px 12px 45px;
	background-color:var(--clr-prim);
	color: #fff;
	font-family: sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: background-color 0.2s ease;
	clip-path: polygon(
	  6% 0%,
	  100% 0%,
	  100% 100%,
	  0% 100%,
	  0% 100%
	);
  }
  
  .cta-outline:hover .cta-banner {
	background-color:var(--clr-prim);
  }

.cta-banner svg {
	width:70px;
	height:70px; 
}



.call-whattsapp {
	width:70px;
	height:70px; 
}

.call-whattsapp svg {
	width:70px;
	height:70px; 
}


.call-whatsapp:after {
	content: attr(data-tooltip);
	--b: 2em;
	--h: 1em;
	--p: 100%;
	padding: 1em;
	clip-path: polygon(0 100%,0 0,100% 0,100% 100%, min(100%,var(--p) + var(--b)/2) 100%, var(--p) calc(100% + var(--h)), max(0% ,var(--p) - var(--b)/2) 100%);
	border-image: fill 0//var(--h) conic-gradient(#e30613 0 0);
	position: absolute;
	top: -75px;
	right: 40px;
	display: block;
	width: 230px;
	font-family: var(--ff-sec);
	color: #fff;
	font-size: 15px;
    opacity:0;
	transition: all .2s ease;
}


.call-whatsapp:hover:after {
	opacity:1;
}




/* Listen */
main ul {
	padding-left: 0px;
	list-style-type:none;
}

main ul li {
	margin-bottom:15px; 
}


.nav-berufe li {
	position:relative;
	margin-bottom:0px !important;
	padding-left:0px; 
	cursor:pointer;
}

/*
.nav-berufe li:before {
content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 100%;
  background-color: var(--clr-sec);
  left: 0;
  top: 0;
  transition: all .2s ease;
}

.nav-berufe li.active:before,
.nav-berufe li:hover:before {
	background-color: var(--clr-prim);
}
*/

.nav-berufe li h3 {
	padding:15px 0px;
	padding:0px 0px 30px 0px;
	margin-bottom:0px !important;
	transition: all .2s ease;
}

.nav-berufe div h3 {
	margin-bottom:0px !important;
	transition: all .2s ease;
	padding:0px !important; 
}

.nav-berufe div.first {
	padding-bottom:6px;
	margin-bottom:6px !important;
	border-bottom:1px solid grey; 
	width:fit-content; 
} 

.nav-berufe div.last  {
	padding:0px 0px 30px 0px;
}

.nav-berufe li.active h3 {
	color: var(--clr-prim);
}

.nav-berufe li:hover h3 {
	color: var(--clr-prim);
}



/*
main ul.def-list {
	max-width:500px;
	padding-left: 0px;
	margin-left: 0px;
}

main ul.def-list li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px !important;
	line-height: 140%;
}

main ul.def-list li::marker {
	content: '';
	display: none !important;
}

main ul.def-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 30px;
	background-color: var(--clr-prim);
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M450.4 320L433.4 337L273.4 497L256.4 514L222.5 480.1L239.5 463.1L382.5 320.1L239.5 177.1L222.5 160.1L256.4 126.2L273.4 143.2L433.4 303.2L450.4 320.2z'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
}
*/




/* Footer Linkstile */
/* footer a, footer a:visited { color: var(--clr-default); text-decoration:none; transition: all .2s ease;} */
/* footer a:hover, footer a:focus { color:var(--clr-quar); text-decoration:none; } */

a.megura {text-decoration:none !important; color: var(--clr-quar) !important; font-size:12px !important; padding:0px;  }
a.megura:hover {color: var(--clr-quar) !important;}



/* Buttons */
.btn {
	font-size:inherit !important; 
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow:none !important; 
}






/* RESPONSIVE FONTS
------------------------------------------------- */

@media screen and (max-width: 1600px) {
	
}

@media screen and (max-width: 1300px) {
	
}


@media screen and (max-width: 1260px) {
	
	.elevator-txt p {
		font-size: 20px;
	}

}




@media screen and (max-width: 1200px) {
	
	main ul {
		display:flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px;
	
	}

	.nav-berufe li {
		position: relative;
		margin-bottom: 0px !important;
		padding-left: 0px;
		cursor: pointer;
		background:#9f9e9e;
		padding: 6px 10px;
		/* text-align: -moz-center; */
	}

	
	.nav-berufe li h3 {
			padding: 0px 0px 0px 0px;
		font-size: 18px;
	}

}



@media screen and (max-width: 991.5px) {

	

	.cta-banner {
		padding: 8px 10px 8px 25px;
		font-size: 15px;
	  }
	  
}



@media screen and (max-width: 820px) {

}


@media screen and (max-width: 767.5px) {
		
	.elevator-txt p {
		font-size: 18px;
	}


	body {
		font-size:17px; 
	}



}



@media screen and (max-width: 640px) {
	




}



@media screen and (max-width: 575.5px) {
	

	.cta-banner {
		padding: 6px 8px 6px 20px;
		font-size: 14px;
	  }
	  

	  .btn-cta-anim {
		padding: 12px 0;
	  }

	  .btn-cta-anim .btn-text {
		padding-left: 22px;
	}
}


@media screen and (max-width: 480px) {
  


	
}




@media screen and (max-width: 400px) {
	
}








/* RTE STYLES 
------------------------------------------------- */
.text-center {
	text-align: center;
  }
  
.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}
