/*
 Theme Name:   Koellmann
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.contact-form.gb-grid-wrapper.is-style-textless:not(:has(.contact-form-side)) {
	grid-template-columns: 1fr;
	
	.contact-form-main {
		grid-area: 1/1/2/4;
		
		> * {
			max-width: 100%;
		}
	}
}

.hide-bg-mobile {
	@media(max-width: 767px) {
		background-image: none !important;
	}
}

.site-main ul.wp-block-list li, .wp-block ul.wp-block-list li {
	font-size: var(--font-size);
	padding-left: 1.2rem;

	&::before {
		content: "";
		position: absolute;
		left: 0;
		top: 7px;
		width: 12px;
		height: 10px;
		mask-image: url('/wp-content/uploads/icon_doublearrow.svg');
		mask-size: contain;
		mask-position: center;
		mask-repeat: no-repeat;
		background-color: var(--global-color-6);
	}
}

.card.card-workpiece {
	pointer-events: none !important;
}

.editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>.wp-block.wp-block-post-title {
	margin: 0 !important;
}

.BorlabsCookie._brlbs-cb-contact-form-seven-recaptcha
	{	background-color: #EFEFEF;
		    display: flex;
    flex-direction: column;
    justify-content: center;
	}

/* career */

/* .single.single-job {
	.hero.hero-karriere {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		height: 396px;
		
		.hero-media {
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
		}
		
		.hero-canvas {
			width: 100%;
			max-width: 1720px;
			padding: 40px 40px 30px 40px;
			margin: 0 auto;
			position: relative;
			top: 0;
			z-index: 1;
		}
		
		.hero-headline {
			margin-top: 0;
		}

		.hero-subheadline {
			margin-bottom: 0.75rem;
		}	
	}

	
	@media(max-width: 767px) {
		.hero.hero-karriere {
			display: flex;
			flex-direction: column-reverse;
		}
		
		#content.site-content {
			margin-top: 0;
		}

	}
} */