/*
Theme Name:		nikim
Theme URI:		https://www.wcd.ch
Author:			weiss communication+design ag
Author URI:		https://www.wcd.ch/agentur/
Version:		5.2
Description:	nikim
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:	nikim
*/

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: 0;
	padding: 0 0 0 10px;
	border: none;
	border-left: 2px solid #000;
	font-size: 13px;
}
.wpcf7 form.sent .wpcf7-response-output{
	border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output{
	border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output{
	border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output{
	border-color: #ffb900;
}

.jobs{
	padding: 22px 40px;
	background: #fff;
}
.jobs a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 0;
	text-decoration: none;
}
.jobs a + a{
	border-top: 1px solid var(--wp--preset--color--nikim-blue);
}
.jobs h3{
	margin: 0;
}

.modal{
	--bs-modal-width: 1392px;
	--bs-modal-margin: 20px;
	--bs-modal-padding: 76px 80px 46px;
	--bs-modal-border-width: 0;
	--bs-modal-border-radius: 0;
	--bs-modal-box-shadow: none;
	--bs-modal-inner-border-radius: 0;

	font-size: 16px;
	line-height: 1.5;
}
.modal-backdrop{
	--bs-backdrop-opacity: .75;
}
.modal button.btn-close{
	position: absolute;
	z-index: 10;
	top: 40px;
	right: 40px;
	opacity: 1;
}
.modal .inner{
	display: flex;
	gap: 40px;
}
.modal .image{
	max-width: 50%;
	flex-shrink: 0;
}
.modal p + ul{
	margin-top: -1.3em;
}

@media (max-width: 1199px){
	.modal{
		--bs-modal-padding: 60px;
	}
}

@media (max-width: 991px){
	.modal{
		--bs-modal-padding: 40px;
	}
	.modal .inner{
		flex-direction: column;
	}
	.modal .image{
		max-width: 100%;
	}
	.modal .image img{
		aspect-ratio: 3/2;
		object-fit: cover;
	}
}

@media (max-width: 767px){
	.modal{
		--bs-modal-padding: 24px;
	}
	.modal button.btn-close{
		background-color: #fff;
		top: 0;
		right: 0;
		padding: 10px;
	}
	.jobs{
		padding: 12px 20px;
	}
	.jobs a{
		gap: 12px;
		flex-direction: column;
	}
}