/* about page for Germen version */
.d-none-de{display: none;}

.common-style .job-title {
    margin: 0 0 .8em 0;
    font-size: .9rem;
    line-height: 1.5rem;
    min-height: 42px;
}

.common-style p.mb-0 {
    min-height: 31px;
}

.no-line h2::before{
	background: none;
}

.no-line h2{
	padding-bottom: 0;
}

.page-career .btn{
	border-radius: 5px;
}

.icon-f107::before{
	content: "\f107";
    font-family: "Font Awesome 5 Pro";
    border: solid 2px #000;
    border-radius: 50%;
    font-size: 26px;
    width: 30px;
}

.line-top-r{
	border-top: 2px solid #c03b44;
}

.line-bottom-r{
	border-bottom: 2px solid #c03b44;
	padding: 1.5em 0;
}

.careers-jobs-list{
	width: 68vw;
}

.card-link h4 {
    font-size: 1.8rem;
    font-weight: 750;
    margin: 1em 0;
    color: #c03b44;
}

.card-link h4:hover{
    color: #c03b44;
}

.collapsed h4{
	color: #555;
}

.card-body img{
	width: 80%;
	margin: auto;
}

.card-body h6{
	font-size: 1.1rem;
	margin-top: 1.5em;
}

.card-body a{
	text-decoration: underline;
}

.card-body.row{
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

a.carousel-control-prev, a.carousel-control-next{
	color: #dedede;
	font-size: 2.5em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 6.5em;
}


a.carousel-control-prev:hover, a.carousel-control-next:hover{
	color: #555;
}


.title-txt h3, h2.h3{
	font-size: 1.5rem;
	font-weight: 700;
	color: #222;
	margin: 0.5em 0;
}

.title-txt .btn{
	padding: 0.5em 5em;
    border-radius: 5px;
}

#carousel-team .w-85{
	width: 85% !important;
}

@media only screen and (max-width: 480px) {

	.page-career h1{
		font-size: 2.2rem;
	}

	.page-career h2.icon-f107{
		font-size: 1.3rem;
	}

	.icon-f107::before{
		font-size: 18px;
    	width: 22px;
	}

	.page-career .uk-card h2{
		font-size: 1.3rem;
	}

	.page-career .float-right{
		float: none !important;
	}

	.page-career *+.uk-grid-margin,.page-career  .uk-grid+.uk-grid,.page-career  .uk-grid>.uk-grid-margin {
    	margin-top: 0;
        margin-bottom: 15px;
	}

	.page-career .uk-grid>* {
    padding-left: 0;
	}

	.card-body p{
		font-size: 1rem;
		margin-top: 0.5em;
	    line-height: 1.2em;
	}

	.card-body h6{
		font-size: .8rem;
	}

	.common-style, .card-body.row{
		padding: 0;
	}

	.common-style p {
	    font-size: .8rem;
    	line-height: 1.2rem;
    	margin: 0;
	}

	.title-txt h3{
		font-size: 1.3rem;
	}

	#carousel-team .w-75, #carousel-team .w-85{
		width: 100% !important;
	}

}
/* about page for Germen version */
