/*!
Theme Name: PL Finanzdienstleistungen
Author: webkonditorei
Author URI: https://webkonditorei.de
Description:  ACF + Tailwind Theme
Version: 1.0.0
Text Domain: pl_finanz

*/


html {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	font-size: 17px;
	scroll-behavior: smooth;
}


body {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	background-color: #fff;
	color: #3C3C3C;
}



/* Load Font */




@font-face {
	font-family: "Raleway";
	src: url("./assets/fonts/Raleway/Raleway-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}


@font-face {
	font-family: "Raleway";
	src: url("./assets/fonts/Raleway/Raleway-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Raleway";
	src: url("./assets/fonts/Raleway/Raleway-Italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
}


@font-face {
	font-family: "Raleway";
	src: url("./assets/fonts/Raleway/Raleway-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Raleway";
	src: url("./assets/fonts/Raleway/Raleway-MediumItalic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Raleway";
	src: url("./assets/fonts/Raleway/Raleway-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Raleway";
	src: url("./assets/fonts/Raleway/Raleway-SemiBoldItalic.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
}


@font-face {
	font-family: "Raleway";
	src: url("./assets/fonts/Raleway/Raleway-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Raleway";
	src: url("./assets/fonts/Raleway/Raleway-BoldItalic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}


/* Nav */

.has-sub-nav svg, .sub-nav-container {
	transition: all cubic-bezier(0.075, 0.82, 0.165, 1) .2s;
}

.active-nav-trigger svg {
	transform: rotate(180deg);
}


.active-sub-nav-container {
	opacity: 1!important;
	transform: translateY(0px)!important;
	visibility: visible!important;
}


@media(max-width:768px) {

	.active-sub-nav-container {
			opacity: 1 !important;
			transform: translateY(0px) !important;
			visibility: visible !important;
			max-height: 500px!important;
		}

	.active-nav-trigger > ul {
		margin: 20px 0;
	}

	.nav-container {
		background: linear-gradient(242deg, #F2F2F2 40.68%, #D3D3D3 95.06%);
	}
}



.list {
	display: flex;
	flex-wrap: wrap;
	transform: scale(0.6);
}

.item {
	position: relative;
	width: 33.33334%;
	height: 50px;
	text-align: center;
	box-sizing: border-box;
	counter-increment: item;
}



@media only screen and (max-width: 768px) {
	.list {
		display: block;
	}

	.item {
		width: auto;
	}
}



.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 50px;
	height: 44px;
	background: none;
	border: none;
	appearance: none;
	cursor: pointer;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #3C3C3C;
	border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 20px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}



#menu05 span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	background-color: #3C3C3C;
	border-radius: 4px;
	transition: all .4s;
}

#menu05.active span:nth-of-type(1) {
	transform: translateY(20px) scale(0);
}

#menu05.active span:nth-of-type(2) {
	transform: rotate(-45deg);
}

#menu05.active span:nth-of-type(2)::after {
	transform: rotate(90deg);
}

#menu05.active span:nth-of-type(3) {
	transform: translateY(-20px) scale(0);
}



.nav-container {
	transition: all cubic-bezier(0.075, 0.82, 0.165, 1) .2s;
}


.active-nav-container {
	left: 0vw!important;
}


/* Button */


.gradient-button {

	border-radius: 5px;
	background: linear-gradient(90deg, #A3CAC7 0%, #8ABDAD 100%);
	transition: all cubic-bezier(0.075, 0.82, 0.165, 1) .2s;

}

.gradient-button svg, .pl-button svg {
	transition: all cubic-bezier(0.075, 0.82, 0.165, 1) .2s;
}

.gradient-button:hover {
	background: linear-gradient(90deg, #A3CAC7 0%, #8ABDAD 60%);
}


.gradient-button:hover svg, .pl-button:hover svg {
	transform: translateX(5px);
}

.services-slider-section {
	background-image: url('/wp-content/themes/pl-finanzdienstleistungen/assets/images/nav-overlay.png');
	background-size: cover;
}


.slider-paginate {
	width: auto!important;
	height: auto!important;
	display: flex!important;
	border-radius: 0px!important;
	background: transparent!important;
	
	align-items: center;
	position: relative!important;

}



.swiper-pagination-bullet-active span {
	color: #8ABDAD;
}


.swiper-pagination-bullet-active svg path {
	fill: #8ABDAD;
}



@media(max-width:1025px) {
	.swiper-pagination {
		overflow-x: scroll;
	}
}



.service-content {
	background: linear-gradient(70deg, #8ABDAD 27.42%, #A3CAC7 103.7%);
	
}

.service-img {
	box-shadow: 10px 4px 16px 0px rgba(0, 0, 0, 0.10);
}




.quote-box {
	border-radius: 8px;
		background: linear-gradient(69deg, #8ABDAD 22.87%, #A3CAC7 127.62%);
		box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
		break-inside: avoid;
}

.wbk-faq-title-holder {
	font-weight: 600;
	font-size: 18px;
	flex-wrap: nowrap;
}

.wbk-faq-title-holder svg {
	min-width: 18px!important;
}

.wbk-faq-holder {
	border-radius: 8px;
		background: linear-gradient(243deg, #F2F2F2 40.63%, #ECECEC 137.2%);
		padding: 20px;
}


.wbk-faq-holder p {
	margin-top: 15px;
}

.wbk-faq-main-container {
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin: 100px 0;
}


.form-container {
	border-radius: 8px;
		background: linear-gradient(242deg, #F2F2F2 40.68%, #D3D3D3 95.06%);
		box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
}


.form-container label {
	font-weight: 600!important;
	color: #3C3C3C!important;
	font-size: 16px!important;
	padding-bottom: 5px!important;
}


.form-container input {
	border-radius: 8px!important;
	border: 2px solid #DCDCDC!important;
	background-color: #fff!important;
}

.form-container .select2-selection {
	border-radius: 8px !important;
		border: 2px solid #DCDCDC !important;
		background-color: #fff !important;
}


.forminator-icon-chevron-down::before, .forminator-checkbox-box:before {
	color: #8ABDAD!important;
}


.select2-results__option--selected {
	background-color: #8ABDAD!important;
}


.forminator-select-dropdown {
	border-radius: 8px !important;
		border: 2px solid #DCDCDC !important;
		background-color: #fff !important;
}


.forminator-consent input:checked+.forminator-checkbox-box {
	border-color: #8ABDAD!important;
}


.forminator-row-last > div > div {
	display: flex;
	justify-content: flex-end!important;
}

.forminator-button {
	border-radius: 5px!important;
		background: linear-gradient(270deg, #8ABDAD 1.54%, #A3CAC7 95.08%)!important;
}



.pl-post-container h2 {
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 15px;
}



.pl-post-container h3 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 15px;
}

.pl-post-container h4 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px;
}

.pl-post-container h5 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}


.pl-post-container h6 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px; 
}


.box-item {
	background: linear-gradient(241deg, #A3CAC7 22.16%, #8ABDAD 68.12%);
		box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}


.asl_res_url {
	color: #3C3C3C!important;
	font-weight: 500!important;
	font-family: 'Raleway' !important;
}

.asl_w_container {
	font-family: 'Raleway'!important;
}

.probox {
	margin-bottom: 20px!important;
		padding-bottom: 20px!important;
		border-bottom: 1px solid #F2F2F2!important;
}


.probox .orig::placeholder {
	font-size: 18px!important;
}

.probox .orig {
	font-size: 17px!important;
	color: #3C3C3C!important;
}

div.asl_w.asl_m_1 {
	box-shadow: none!important;
}

div.asl_r {
	margin-top: 0!important;
}

.category-item {
	transition: all cubic-bezier(0.075, 0.82, 0.165, 1) .2s;
}


.invisible-cat {
	display: none!important;
}

.hidden-category {
	transform: scale(0);
	width: 0!important;
	height: 0!important;
	overflow: hidden!important;
}

.reveal-line {
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}


.asl_image  {
	border-radius: 4px!important;
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15)!important;
		
		
}

.asl_an_fadeInDrop.wpdreams_asl_results {
	border-radius: 4px !important;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15) !important;
	padding: 10px !important;

}


.asl_content {
	padding: 15px 3px!important;
	display: flex!important;
		align-items: center!important;
}

.asl_content h3 {
	padding-left: 8px!important;
}


 .galeryswiper .swiper-wrapper {
 	transition-timing-function: linear !important;
 }

  .galeryswiper {
	filter: grayscale(1);
  }