/*
	Theme Name: frank group
*/

@font-face {
	font-family: 'Fjalla One';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/FjallaOne-Regular.ttf') format('truetype');
}

* {
	padding: 0;
	margin: 0;
}

.fixed {
	position: fixed;
	top: 0;
}

h1, h2, h5, .fjalla {
	font-family: 'Fjalla One';
}

.display-6 {
	font-size: 2rem;
}

.box-shadow {
	box-shadow: 0 0 7px #c7c7c7;
}

.card-job:after {
	position: absolute;
	right: 15px;
	top: 32px;
	font: var(--fa-font-solid);
	font-weight: 900;
	content: "\f054";
}

.h-logo img {
	filter: grayscale(100%);
	transition: .2s linear;
}

.h-logo img:hover {
	filter: grayscale(0%);
	transition: .2s linear;
}


@media (max-width: 991px)
{

	.bg-img-frontpage {
		background-image: url("https://frank.group/wp-content/uploads/2023/01/wittenberg-fg-1024x257.jpg");
	}
	
	.bg-img-karriere {
		background-image: url("https://frank.group/wp-content/uploads/2023/01/job-frank-group-1024x257.jpg");
	}
	
	.bg-img-index {
		background-image: url("https://frank.group/wp-content/uploads/2023/01/job-fg-1024x257.jpg");
	}
	
	.img-responsive {
		display: none;
	}
	
	.carousel-image {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 257px;
		margin-bottom: 30px
	}
	
	.display-6 {
		font-size: 1.5rem;
	}
	
}