/*
Theme Name:		expresspersonal theme
Theme URI:		https://www.wcd.ch
Author:			weiss communication+design ag
Author URI:		https://www.wcd.ch/agentur/
Version:		5.2
Description:	expresspersonal theme
License:		GNU General Public License v2.0 & Apache License 2.0
License URI:	http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
Text Domain:	expresspersonal
*/

body{
	overflow-y: scroll;
}
p:empty,
p:empty:before{
	display: none;
}
img{
	max-width: 100%;
	height: auto;
}

/* contact form 7 */
.wpcf7{
	position: relative;
}
.wpcf7-not-valid-tip{
	display: none !important;
}
div.wpcf7 .ajax-loader{
	position: absolute;
}
.wpcf7-spinner{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
	border-radius: 0;
	margin: 0;
	background: none;
}
.wpcf7-spinner::before{
	z-index: 2;
	top: calc( 50% - 8px );
	left: calc( 50% - 8px );
}
.wpcf7-spinner::after{
	content: '';
	width: 24px;
	height: 24px;
	background: rgb(35 40 45 / 75%);
	display: block;
	position: absolute;
	z-index: 1;
	top: calc( 50% - 12px );
	left: calc( 50% - 12px );
	border-radius: 50%;
}
.wpcf7 form .wpcf7-response-output{
	margin: 25px 0 0;
	padding: 6px 12px;
	border: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5714;
	color: var(--wp--preset--color--weiss);
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output{
	background: var(--wp--preset--color--weinrot);
}
.wpcf7 form.spam .wpcf7-response-output{
	background: var(--wp--preset--color--weinrot);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output{
	background: var(--wp--preset--color--weinrot);
}

header.wp-block-template-part{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
	padding: 0;
/* 	transition: transform .3s ease; */
}
/* .scrolled header.wp-block-template-part{
	transform: translateY(-101%);
}
.scrolled.scrolling-up header.wp-block-template-part{
	transform: translateY(0%);
}
.scrolled.menu-open header.wp-block-template-part{
	transform: none;
} */

.modal-dialog{
	max-width: 1006px;
}
.modal-content{
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.modal-body{
	padding: 40px;
}
.modal button.btn-close{
	position: absolute;
	z-index: 10;
	top: 20px;
	right: 20px;
	opacity: 1;
	width: 20px;
	height: 20px;
	padding: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" fill="none" viewBox="0 0 21 20"><path fill="%23969696" d="m11.4168 10.0063 8.3031-8.29316c.3901-.39014.3901-1.02038 0-1.41053-.3902-.39014-1.0204-.39014-1.4105 0l-8.2931 8.29311L1.71314.29261C1.323-.09754.68276-.09754.29261.29261s-.39015 1.03039 0 1.42053l8.29311 8.29316-8.29311 8.2931c-.39015.3901-.39015 1.0203 0 1.4105.20008.2001.45017.2901.71027.2901.26009 0 .51019-.1.71026-.2901l8.29316-8.2931 8.2931 8.2931c.2.2001.4501.2901.7102.2901s.5102-.1.7103-.2901c.3901-.3902.3901-1.0204 0-1.4105l-8.2931-8.2931z"/></svg>') center center no-repeat;
}
.modal h5{
	margin-bottom: 40px;
}

.jobinfo{
	margin: -10px 0 80px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4444;
}

.view-all{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--wp--preset--color--express-personal-pink);
	text-decoration: none;
	transition: color .3s ease;
}
.view-all:hover{
	color: var(--wp--preset--color--weinrot);
}
.view-all:after{
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="11" fill="none" viewBox="0 0 13 11"><path stroke="%23e6007d" stroke-width="1.5" d="M0 5.5h10M6.5 1 11 5.5 6.5 10"/></svg>');
	font-size: 0;
}
.view-all:hover:after{
	filter: var(--filter-weinrot)
}

#top{
	position: fixed;
	z-index: 3000;
	bottom: 60px;
	right: 60px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	background: var(--wp--preset--color--express-personal-pink);
	border-radius: 50%;
	pointer-events: none;
	opacity: 0;
	transition: all .3s ease;
	transition-property: opacity, background-color;
}
#top:hover{
	background-color: var(--wp--preset--color--weinrot);
}

.scrolled.scrolling-up #top{
	pointer-events: all;
	opacity: 1;
}
.contact-box{
	padding: 40px;
	background: var(--wp--preset--color--dunkelblau);
	font-weight: 500;
	color: var(--wp--preset--color--weiss);
	text-align: center;
}
.contact-box .photo img{
	border-radius: 50%;
}
.contact-box .name{
	margin: 30px 0 2px;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.3333;
	letter-spacing: 0.002em;
}
.contact-box .job{
	position: relative;
	margin-bottom: 52px;
}
.contact-box .job:after{
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background: var(--wp--preset--color--express-personal-pink);
	position: absolute;
	bottom: -9px;
	left: calc( 50% - 20px );
}
.contact-box .contacts{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	margin-bottom: 40px;
}
.contact-box .contacts a{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}
.contact-box .contacts a:hover{
	color: var(--wp--preset--color--express-personal-pink);
}
.contact-box .contacts a:before{
	content: url(assets/mail.svg);
	font-size: 0;
}
.contact-box .contacts a[href^="tel:"]:before{
	content: url(assets/phone.svg);
}

body.job main{
	padding-bottom: 132px;
}
body.job .hero{
	position: relative;
	margin: 80px 0;
}
body.job .hero .logo{
	position: absolute;
	top: 40px;
	left: 40px;
	max-width: min( 400px, 45% );
}
body.job .content span{
	font-family: inherit !important;
	font-size: inherit !important;
}
body.job .content + .btn{
	margin-top: 40px;
}

.info-item{
	height: 100%;
	padding: 10px 0;
	border: 1px solid var(--wp--preset--color--hellgrau);
	border-width: 1px 0;
	font-weight: 500;
}
.info-item h6{
	margin-bottom: 5px;
	font-weight: 500;
	color: var(--wp--preset--color--mittelgrau);
}

#jobs_counter{
	margin: 10px 0 20px;
	font-weight: 500;
	color: var(--wp--preset--color--mittelgrau);
}
#jobs_filter{
	gap: 10px 0;
}
#jobs_filter .dropdown-toggle{
	width: 100%;
	padding: 15px 20px 10px;
	background: var(--wp--preset--color--weiss);
	border: 1px solid var(--wp--preset--color--hellgrau);
	border-radius: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4444;
	text-align: left;
}
#jobs_filter .dropdown-toggle::after{
	display: none;
}
#jobs_filter .dropdown-toggle .label{
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 16px;
	letter-spacing: 0.002em;
	color: #9b9b9b;
	text-transform: uppercase;
}
#jobs_filter .dropdown-toggle .label:after{
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="13" fill="none" viewBox="0 0 11 13"><path stroke="%23969696" stroke-width="1.5" d="M5.5 0v10M10 6.5 5.5 11 1 6.5"/></svg>');
	font-size: 0;
	transform-origin: center;
}
#jobs_filter .dropdown-toggle .value{
	overflow: hidden;
	text-overflow: ellipsis;
}
#jobs_filter .dropdown-toggle.show .label:after{
	transform: rotate(180deg);
}
#jobs_filter .dropdown-menu{
	width: 100%;
	flex-direction: column;
	gap: 5px;
	padding: 20px;
	border: 1px solid var(--wp--preset--color--hellgrau);
	border-top: 0;
}
#jobs_filter .dropdown-menu.show{
	display: flex;
}
#jobs_filter .dropdown-menu label{
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
	color: var(--wp--preset--color--mittelgrau);
}
#job_listing .hidden{
	display: none !important;
}
#job_listing h3{
	margin: 80px 0 40px;
}
#job_listing a{
	display: block;
	padding: 20px;
	border-top: 1px solid var(--wp--preset--color--hellgrau);
	text-decoration: none;
	transition: background-color .3s ease;
}
#job_listing [data-branche]{
	border-bottom: 1px solid var(--wp--preset--color--hellgrau);
}
#job_listing a:hover{
	background-color: #f5f5f5;
}
#job_listing a h5{
	transition: color .3s ease;
}
#job_listing a:hover h5{
	color: var(--wp--preset--color--express-personal-pink);
}
#job_listing a .new{
	font-weight: 500;
	color: var(--wp--preset--color--express-personal-pink);
}
#job_listing a .excerpt{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: var(--wp--preset--color--mittelgrau);
}
#job_listing a .fw-500{
	font-weight: 500;
}
#search-box{
	margin: 0 0 40px;
	padding: 40px;
	background: var(--wp--preset--color--hellblau);
}
#selected_filters{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#selected_filters a{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 20px;
	border: 1px solid var(--wp--preset--color--hellgrau);
	border-radius: 999px;
	font-weight: 500;
	color: var(--wp--preset--color--mittelgrau);
	text-decoration: none;
	transition: border-color .3s ease;
}
#selected_filters a:hover{
	border-color: var(--wp--preset--color--schwarz);
}
#selected_filters a:after{
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="10" fill="none" viewBox="0 0 11 10"><path fill="%23969696" d="m5.70625 5.00125 4.15-4.145c.19495-.195.19495-.51 0-.705-.195-.195-.51-.195-.705 0l-4.145 4.145-4.15-4.15c-.195-.195-.515-.195-.71 0s-.195.515 0 .71l4.145 4.145-4.145 4.145c-.195.195-.195.51 0 .705.1.1.225.145.355.145s.255-.05.355-.145l4.145-4.145 4.145 4.145c.1.1.225.145.355.145s.255-.05.355-.145c.19495-.195.19495-.51 0-.705l-4.145-4.145z"/></svg>');
	font-size: 0;
}

.g-20-0{
	gap: 20px 0;
}
.g-80-0{
	gap: 80px 0;
}

.wpcf7 .after-send{
	display: none;
	width: 410px;
	margin: 100px auto;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
}
.wpcf7 .after-send *{
	text-align: left;
}
.wpcf7 .after-send h3{
	margin: 50px 0 22px;
	font-size: 50px;
	line-height: 1.16;
}

#jobApplyModal .wpcf7 .after-send{
	margin-top: 20px;
}

.grecaptcha-badge { 
	visibility: hidden; 
}

#desiredJobModal .h1{
	margin: 0 0 20px;
	padding: 0;
}

@media (max-width: 991px){
	body.job .hero{
		margin-left: var(--snap);
		margin-right: var(--snap);
	}
	#top{
		bottom: 20px;
		right: 20px;
	}
	body.job .hero .logo{
		top: 15px;
		left: 15px;
	}
}

@media (max-width: 767px){
	.contact-box{
		margin-top: 80px;
	}
	#search-box{
		padding: 40px 18px;
	}
	.modal-body{
		padding-left: 20px;
		padding-right: 20px;
	}
	body.job main{
		padding-bottom: 80px;
	}
	body.job .hero{
		margin-top: 0;
		margin-bottom: 32px;
	}
	.info-item,
	.info-item h6{
		font-size: 14px;
		line-height: 1.5;
	}
}