/*
Theme Name: heindl-rechtsanwaelte.de
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/
/* elms-sans-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Elms Sans';
  font-style: normal;
  font-weight: 100;
  src: url('/wp-content/themes/heindl-rechtsanwaelte.de/fonts/elms-sans-v5-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* elms-sans-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Elms Sans';
  font-style: normal;
  font-weight: 200;
  src: url('/wp-content/themes/heindl-rechtsanwaelte.de/fonts/elms-sans-v5-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* elms-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Elms Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/heindl-rechtsanwaelte.de/fonts/elms-sans-v5-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* elms-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Elms Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/heindl-rechtsanwaelte.de/fonts/elms-sans-v5-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* elms-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Elms Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/heindl-rechtsanwaelte.de/fonts/elms-sans-v5-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* elms-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Elms Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/heindl-rechtsanwaelte.de/fonts/elms-sans-v5-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* elms-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Elms Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/heindl-rechtsanwaelte.de/fonts/elms-sans-v5-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* elms-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Elms Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/themes/heindl-rechtsanwaelte.de/fonts/elms-sans-v5-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* elms-sans-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Elms Sans';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/heindl-rechtsanwaelte.de/fonts/elms-sans-v5-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


:root {--gold: #AA9578; }

html,body 
{
	font-family: 'Elms Sans';
	font-style: normal;
	font-weight: 400;

}

h1,h2,h3,h4, h5
{
	font-weight: 200 !important;
}

/* MISC */

.theme_img {
	width: 100%;
	aspect-ratio: 12 / 6;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
	box-shadow: 0px 2px 15px #777;
}

.theme_img_radius {
	border-radius: 10px;
}

.theme_img_right {
	background-position: left bottom;
}

.theme_img_left {
	background-position: right bottom;
}


.theme_btn a {
	transition: all 0.5s;
	padding: 5px 25px;
	color: #fff;
	background: #272727;
	border-radius: 5px;
}

.theme_btn a:hover {
	background: var(--gold);
	color: #fff !important;
}

.theme_btn.reverse_btn a {
	background-color: var(--gold);
}

.theme_btn.reverse_btn a:hover {
	background-color: #272727;
}

.more {
	margin-left: 20%;
}

.theme_title {
	background: var(--gold);
	padding: 2px 15px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff !important;
	display: block;
}

.u_anwalt_img {
	width: 30px;
	height: 30px;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
}

.u_anwalt_img.xl {
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	min-width: 60px;
}

.u_desc {
	height: 100px;
	display: grid;
	justify-content: space-between;
}

.u_anwalt_container {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.u_urteil {
	margin-top: -15px;
}

.u_container {
	column-count: 2;
	gap: 80px;
	margin-top: 50px;
}

.u_container > * {
	break-inside: avoid;
}


.theme_ani_right {
	animation-name: afr !important;
	animation-delay: 0.5s !important;
}

.theme_ani_left {
	animation-name: afl !important;
	animation-delay: 0.5s !important;
}

/* KARUSSELL */

.ca_container {
	margin: 0 !important;
	padding: 20px 0;
	border-style: solid;
	border-color: #ffffff;
	border-radius: 12px;
	position: relative;
	background-color: #ffffff;
	background-image: none;
	box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
	border-top-width: 0px !important;
	border-bottom-width: 0px !important;
	border-left-width: 0px !important;
	border-right-width: 0px !important;
	background-color: white !important;
	backdrop-filter: blur(0px);
}

.ca_post_desc {
	font-size: 0.8em;
	line-height: 1.3em;
}

.ca_title {
	font-weight: 700;
}

.ca_post_title {
	margin-top: 30px;
}

.ca_brand img {
	width: 20px;
	vertical-align: -4px;
}

.ca_post_title {
	margin-top: 20px;
	font-size: 1em;
	line-height: 1.2em;
}

.ca_brand {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px;
}

.owl-nav button {
	color: #000 !important;
	border: 0.8px solid;
	width: 30px !important;
	height: 30px !important;
	font-size: 0.6em !important;
	text-shadow: none !important;
}

/* TEAM SINGLE */

.team_single_img {
	width: 150px;
	height: 150px;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	margin: auto;
}

/* URTEIL */

.u_img {
	width: 180px;
	height: 100px;
	border-radius: 6px;
	background-size: cover;
	background-position: center;
	border: 5px solid var(--gold);
}


.u_line {
	background: linear-gradient(to right, var(--gold), transparent);
	width: 200px;
	height: 5px;
	margin-left: -22px;
}

.u_item {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 30px;
}

/* HEADER */

.th_notruf_sub {
	font-size: 12px;
	text-align: right;
}

.top_header_container {
	display: flex;
	gap: 20px;
	align-items: center;
}

.theme_icon_bg a i, .cta_data_item_circle a i {
	border-radius: 5px;
	transition: all 0.5s;
	border: 1.1px solid;
	font-size: 10px;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.theme_icon_bg a i:hover {
	background: var(--gold);
}

.theme_icon_bg a {
	display: flex;
	gap: 10px;
}


.top_header_container {
	border-right: 1px solid #AA9578;
	padding-right: 20px;
}

.th_notruf_title img {
	width: 24px;
	vertical-align: -7px;
	-webkit-filter: invert(100%);
}

.th_wa_btn a {
	background: #25d366;
	border-radius: 50%;
}

.theme_wa_btn a {
	background: #25d366;
}


.top_header_container_row_mobile .th_notruf {
	margin-bottom: 7px;
}

.patch_container {
	position: absolute;
	bottom: -43px;
	right: 0;
	cursor: pointer;
}

/* START */

.patch img {
	width: 90px;
}

#start {
	height: 600px;
}

.start_title {
	font-size: 5em;
	color: #fff;
	margin-top: 10%;
	font-weight: 200 !important;
}

.start_sub_title {
	font-size: 24px;
	margin-top: 50px;
	color: #fff;
	text-align: right;
	margin-bottom: 80px;
	display: inline-flex;
	text-align: center;

}

.run_title {
	font-weight: 200;
	font-size: 1.2em;
}

.f_text span {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.f_text::before {
	content: "[";
	font-size: 1.8em;
}

.f_text::after {
	content: "]";
	font-size: 1.8em;
}


/* CTA */

.cta_data_item img {
	width: 23px;
	height: 23px;
}

.cta_data_item a {
	display: flex;
	gap: 10px;
	align-items: center;
}

.cta_bg {
	min-height: 300px;
	margin-bottom: 30px !important;
}

/* LIST */

.service_list {
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: 200;
}

.cta_data_item {
	margin-top: 15px;
}

.ser_list li {
	margin-top: 10px;
	padding: 10px;
	transition: all 0.5s;
	position: relative;
	border-radius: 5px;
	cursor: pointer;
}

.ser_item {
	margin-bottom: 30px;
}

.ser_chi_title {
	font-weight: 600;
}

/* TEAM */

.team_img {
	aspect-ratio: 15 / 6;
}

.team_title_container {
	margin-top: 5%;
}


/* UF */

.uf_item {
	display: flex;
	align-items: flex-start;
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	gap: 40px;
	margin-top: 80px;
}


.uf_result {
	width: 35%;
	position: sticky;
	top: 40px;
	height: fit-content;
	padding: 20px;
	border-radius: 8px;
	top: 50vh;
}


.uf_desc {
	width: 65%;
	padding: 20px;
	border-radius: 8px;
}

.uf_img {
	width: 100%;
	height: 380px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
}

.uf_title {
	font-size: 1.9em;
	font-weight: 200;
	line-height: 1.2em;
}

.link_img::after {
	content: "\f35d";
	font-family: "fontawesome";
	font-size: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	opacity: 0;
	transition: all 0.5s;
	cursor: pointer;
	background: rgba(0,0,0,0.7);
	color: #fff !important;
	border-radius: 10px;
}

.link_img:hover::after
{
	opacity: 0.4;
	font-size: 100px;

}

/* TIPP */

.tipp_item {
	position: relative;
}

.link_div {
	position: relative;
	padding: 10px;
}


.link_div::after {
	content: "\f35d";
	font-family: "fontawesome";
	font-size: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s;
	background: rgba(0,0,0,0.7);
	border-radius: 10px;
	color: #fff;
}

.link_div:hover::after
{
	opacity: 0.4;
	font-size: 100px;

}

.link_xs.link_div::after {
	font-size: 18px;
}


.link_xs.link_div:hover::after {
	font-size: 24px;
}

/* FOOTER */

.footer_team .service_list {
	font-size: 1em;
	line-height: 0.8em;
	font-weight: inherit;
	margin-top: 20px;
}

.footer_team .more {
	display: none;
}


	/* ################################################## Custom ################################################## */

.fright {
	float: right;
}

.tright {
	text-align: right;
}

.tcenter {
	text-align: center;
}

.desc {
	font-size: 0.8em;
	line-height: 1.3em;
}

.desc.xs {
	font-size: 0.5em;
	line-height: 1.1em;
}

.theme_list {
	list-style: none;
	margin-left: 0px;
}

.long_list ul {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.long_list li {
	margin: 0px !important;
}

.m-10 {margin: 10px;} 

.mr-0 {margin-right:0px !important;}
.mr-1 {margin-right:1px !important;}
.mr-2 {margin-right:2px !important;}
.mr-3 {margin-right:3px !important;}
.mr-4 {margin-right:4px !important;}
.mr-5 {margin-right:5px !important;}
.mr-10 {margin-right:10px !important;}
.mr-15 {margin-right:15px !important;}
.mr-20 {margin-right:20px !important;}
.mr-30 {margin-right:30px !important;}

.ml-0 {margin-left:0px !important;}
.ml-1 {margin-left:1px !important;}
.ml-2 {margin-left:2px !important;}
.ml-3 {margin-left:3px !important;}
.ml-4 {margin-left:4px !important;}
.ml-5 {margin-left:5px !important;}
.ml-10 {margin-left:10px !important;}
.ml-15 {margin-left:15px !important;}
.ml-20 {margin-left:20px !important;}
.ml-30 {margin-left:30px !important;}

.mb-0 {margin-bottom:0px !important;}
.mb-1 {margin-bottom:1px !important;}
.mb-2 {margin-bottom:2px !important;}
.mb-3 {margin-bottom:3px !important;}
.mb-4 {margin-bottom:4px !important;}
.mb-5 {margin-bottom:5px !important;}
.mb-10 {margin-bottom:10px !important;}
.mb-15 {margin-bottom:15px !important;}
.mb-20 {margin-bottom:20px !important;}
.mb-30 {margin-bottom:30px !important;}
.mb-50 {margin-bottom:50px !important;}
.mb-100 {margin-bottom:100px !important;}

.mt-0 {margin-top:0px !important;}
.mt-1 {margin-top:1px !important;}
.mt-2 {margin-top:2px !important;}
.mt-3 {margin-top:3px !important;}
.mt-4 {margin-top:4px !important;}
.mt-5 {margin-top:5px !important;}
.mt-10 {margin-top:10px !important;}
.mt-15 {margin-top:15px !important;}
.mt-20 {margin-top:20px !important;}
.mt-30 {margin-top:30px !important;}
.mt-50 {margin-top:50px !important;}
.mt-100 {margin-top:100px !important;}
.mt-150 {margin-top:150px !important;}

.mt--20 {margin-top: -20px !important;}


.pr-5 {padding-right:5px !important;}
.pr-10 {padding-right:10px !important;}
.pr-15 {padding-right:15px !important;}
.pr-20 {padding-right:20px !important;}
.pr-30 {padding-right:30px !important;}

.pl-5 {padding-left:5px !important;}
.pl-10 {padding-left:10px !important;}
.pl-15 {padding-left:15px !important;}
.pl-20 {padding-left:20px !important;}
.pl-30 {padding-left:30px !important;}

.pb-5 {padding-bottom:5px !important;}
.pb-10 {padding-bottom:10px !important;}
.pb-15 {padding-bottom:15px !important;}
.pb-20 {padding-bottom:20px !important;}
.pb-30 {padding-bottom:30px !important;}
.pb-50 {padding-bottom:50px !important;}

.pt-5 {padding-top:5px !important;}
.pt-10 {padding-top:10px !important;}
.pt-15 {padding-top:15px !important;}
.pt-20 {padding-top:20px !important;}
.pt-30 {padding-top:30px !important;}
.pt-50 {padding-top:50px !important;}
.pt-80 {padding-top:80px !important;}
.pt-100 {padding-top:100px !important;}

.p-15 {
	padding: 15px;
}

.p-20 {
	padding: 20px;
}

/* 800 */

@media (min-width: 800px)
{
	.ser_container {
		column-count: 2;
		gap: 36px;
}

	.ser_container > * {
		break-inside: avoid;
	}

}


/* 900 - 1220 */
@media (max-width: 1160px) and (min-width: 900px)
{
	.start_title {
		font-size: 3em;
	}
	
	.theme_btn a {
		padding: 5px 5px;
	}
}

/* 900 */

@media (min-width: 900px)
{
	.theme_img.theme_img_right {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		
	}
	
	.theme_img.theme_img_left {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		
	}
	
	.hidden_m {
		display: none;
	}
	
	.page-id-8 .logo_img img {
		height: 90px;
		transition: all 0.5s;
	}


.page-id-8 .sticky .logo_img img {
		height: 70px;
	}


}

@media (max-width: 899px) {
	
	.patch_container {
		display: none;
	}
	
	.theme_img {
		border-radius: 0px;
	}
	
	.hidden_s {
		display: none;
	}
	
	.uf_item {
		display: block;
		padding: inherit;
	}
	
	.uf_desc {
		width: 100%;
		padding: inherit;
	}
	
	.start_title {
		font-size: 3em;
	}
	
	.theme_img {
		box-shadow: none ;
	}
	
	.cta_section
	{
		padding-top: 0px !important;
	}

}


/* 600 */

@media (min-width: 600px)
{
	
	.start_mobile {
		margin-top: 30px;
	}

}

@media (max-width: 599px)
{
	
	.start_mobile {
		margin-top: -72px;
	}

	.top_header_container {
		gap: 12px;
	}
	
	.top_header_container {
		padding-right: 15px;
	}
	
	.header_hor .l-subheader-cell.at_right > * {
		margin-left: 0.2rem !important;
	}
	
	.start_title {
		font-size: 2em;
	}
	
	.start_sub_title {
		font-size: 0.8em;
		display: inline-flex;
		text-align: center;
		line-height: 1.3em;
	}
	
	#start {
		height: 450px;
	}
	
	.start .l-section-img {
		margin-top: 50px;
	}
	
	.service_list {
		font-size: 1.6em;
		line-height: 1.2;
		font-weight: 200;
	}
	
	.f_text {
		font-size: 0.8em;
	}
	
	.theme_title {
		padding: 5px 15px;
		font-size: 0.8em;
	}
		
	.team_title {
		display: inline-flex;
		font-size: 0.8em;
		line-height: 1.2;
		text-align: center;
	}
	

}





