/*
Theme Name: heindl-strafrecht.de
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/


/* rajdhani-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: 'theme';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/heindl-strafrecht.de/fonts/rajdhani-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	font-family: 'theme';
}


/* MISC */

.uc {
	text-transform: uppercase;
}

.desc {
	font-size: 14px;
	line-height: 18px;
}

.white, .white a, .white a:hover {
	color: #fff !important;
}

.dm_menu_btn a {
	background: #000;
	color: #fff;
	padding: 5px 20px;
	border-radius: 100px;
	font-size: 16px;
	border: 2px solid #000;
	transition: all 0.5s;
}

.dm_menu_btn a:hover {
	background: #ac9677 !important;
	border-color: #fff;
}

.l-subheader .dm_menu_btn a {
	font-size: 14px !important;
}

.gold, .gold_icon i {
	color: #ac9677;
}

.bg_gold {
	background: #ac9677 !important;
}

.gold_bottom {
	border-bottom: 3px solid #ac9677;
	width: 100px;
	padding-bottom: 20px;
	white-space: nowrap;
}

.bg_black {
	background: #000;
}

.bg_green {
	background: #25D366 !important;
}


.simple_list ul {
	line-height: 18px;
	list-style-type: none;
	margin-left: 0px;
}

.arrow_row ul {
	margin-left: 0px;
	list-style-type: none;
	font-size: 15px;
	font-weight: bold
}

.team_title {
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: #ac9677;
}

/* HEADER */

.team_container {
	background: #efefef;
	display: flex;
	gap: 15px;
	justify-content: start;
	transition: all 0.5s;
}

.team_img {
	width: 100px;
	height: 80px;
	background-size: cover;
	background-position: center;
	min-width: 100px;
	min-height: 80px;
}

.team_desc {
	font-size: 13px;
	line-height: 15px;
}

.w-nav-anchor.level_2:hover .team_container {
	background: rgba(172,150,119,0.25);
}
	
/* CONTENT */

.bg_black {
	background: #3b3b3b;
}

.cta_title {
	font-size: 30px;
	line-height: 40px;
}

.cta_title.xs {
	font-size: 24px;
}

/* START */

.start_title {
	font-size: 38px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
}

.start_sub_title {
	font-size: 24px !important;
	font-weight: normal;
	line-height: 22px;
	text-transform: none;
	line-height: 26px;
}

.start_title ul {
	font-size: 24px;
	margin-left: 24px;
	margin-top: 20px;
	line-height: 22px;
	font-weight: normal;
	text-transform: none;
}

.start {
	padding-top: 10%  !important;
	padding-bottom: 10% !important;
}

/* RASTER */

.press_list_img a::after {
	background-image: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	opacity: 1;
	position: absolute;
	transition: all .5s ease-out;
	width: 100%;
}

.press_list_container .w-grid-item-h {
	box-shadow: 2px 2px 5px #999;
	transition: all 0.5s;
}

.press_list_container .w-grid-item-h:hover {
	box-shadow: 2px 2px 15px #999;
}

/* QUICK CTA */

.quick_cta_container {
	position: fixed;
	left: -10px;
	top: 20%;
}

.quick_cta_item  {
	margin-bottom: 20px;
}

.quick_cta_item a {
	background: #3B3B3B;
	color: #fff;
	padding: 3px 10px 3px 20px;
	margin-bottom: 0px;
	border: 2px solid #fff;
	border-radius: 10px;
	transition: all 0.5s;
	min-width: 50px !important;
	display: inline-block;
}

.quick_cta_item a:hover {
	padding-left: 30px;
}

.quick_cta_item.one a {
	background: #ac9677;
}

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

.fright {
	float: right;
}

.tright {
	text-align: right;
}

.tcenter {
	text-align: center;
}

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


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


/* 600 */

@media (max-width: 599px)
{
	.l-main {
		margin-top: 30px;
	}
	
	.footer_top_logo {
		max-width: 150px;
		margin: auto;
	}
	
	#qc-cmp2-persistent-link {
		display: none;
	}
}


/* 900 */

@media (min-width: 900px)
{
	.on_mobile {
		display: none !important;
	}
	
	.arrow_row ul {
		display: flex;
	}
	
	.arrow_row ul li {
		margin-right: 20px;
	}
	
	.list_2_col .w-nav-list {
		column-count: 2;
	}
	
	.list_2_col {
		width: 420px !important;
	}
	
	.list_1_col {
		width: 280px !important;
	}	
	
	.gold_frame .level_2 .w-nav-title {
		text-transform: uppercase;
		border: 1px solid #ac9677;
		display: flex;
		justify-content: center;
		padding: 0px;
	}
	
		.anwalt_menu_container .w-nav-list.level_2::after {
		content: 'Anwälte';
		position: absolute;
		top: 25px;
		left: 15px;
		margin-left: 20px;
		border: 1px solid #ac9677;
		color: #ac9677;
		padding: 2px 10px;
		line-height: 25px;
		font-size: 24px;
		text-transform: uppercase;
		width: 310px;
		text-align: center;
	}
	
	.anwalt_menu_container .w-nav-list.level_2 {
		padding-top: 80px !important;
	}

	.team_list_img {
		max-height: 150px;
	}
	
	.gold_frame .level_2 .w-nav-title {
		text-align: center;
		text-transform: uppercase;
		color: #ac9677;
		font-size: 24px;
		font-weight: normal;
	}

}

@media (max-width: 899px) {
	
	.team_list_img {
		max-height: 200px;
	}

	.on_desktop {
		display: none !important;
	}
	
	.quick_cta_container {
		position: fixed;
		bottom: -10px;
		display: flex;
		justify-content: space-around;
		width: 100%;
		background: #000;
		left: 0px;
		top: inherit;
		z-index: 999;
	}
	
	.quick_cta_item {
		width: 33.33%;
		text-align: center;
		border-right: 2px solid #fff;
		min-height: 40px;
	}
	
	.quick_cta_item a {
		border: none;
		background: none;
		padding-top: 12px;
		line-height: 10px;
		display: block;
		min-height: 50px;
		border-radius: 0px;
	}
			
	.quick_cta_item {
		margin-bottom: 0;
	}
	
	.quick_cta_item.one a, .quick_cta_item a:hover {
		background: #ac9677;
		display: block;
		width: 100;
		height: 100%;
		border-radius: 0;
	}
	
	.quick_cta_item.one {
		border-left: 2px solid #fff;
	}
	
}
