/* === Typography === */

p a:not(.uk-card):not(.uk-link-toggle) {
	font-weight: 700;
}

.uk-navbar a {
	font-weight: 500 !important;
}

/* === Lists === */

ul{
	padding-left: 30px;
}

ul li {
	margin-bottom: 5px;
}

ul li::marker{
	color: #224d78;
}

ol{
	padding-left: 30px;
}

ol li::marker{
	color: #224d78;
}

.highlight{
	position: relative;
	display: inline-block;
}

.highlight::after{
	content: url(../img/swoosh.svg);
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -20px !important;
	left: 0;
}

.highlight::after .svg-highlight path{
	stroke: black !important;
	stroke-width: 46px !important;
}

.uk-tile, .uk-tile-primary, .uk-tile, .uk-tile-secondary{
	border-radius: 20px;
}

.uk-navbar-container.uk-navbar-sticky{
	display: block;
	box-shadow: 2px 2px 5px #00000011;
	background: #ffffff;
}
/*

.js-mainmenu *{
	pointer-events: none !important;
}

.js-mainmenu.loading-done *{
	pointer-events: auto !important;
} */

.convertforms .cf-checkbox-group, .convertforms .cf-radio-group{
	align-items: flex-start !important;
	padding: 0px 0;
}

.cf-control-input p{
	margin: 10px 0;
}

.convertforms .cf-checkbox-group input{
	margin-top: 3px;
}

em{
	font-style: normal;
}

/* === Suche === */

.uk-search-icon {
	position: relative;
	z-index: 1000;
}

/* === Slidenav === */

.uk-slider-container{
	padding: 15px;
}

.uk-accordion .el-content{
	padding: 15px;
	background-color: #f8f0f1;
}

/* HD Timeline */
@media (min-width: 960px) {
	.hd-timeline-align-left-alternate\@m > div:nth-child(2n) > .hd-timeline-item-container{
	text-align: right;
	}
}


.hd-timeline-container > div{
	padding-bottom: 3em;
}

/* === Zitat === */

.linkedin_icon {
	content: 'Hallo';
	width: 15px;
	display: inline-block;
	position: relative;
	background-image: url(../img/LinkedIn_icon_original.svg);
	height: 15px;
	background-position: center;
	background-size: cover;
	top: 2px;
}
/* Language Switcher */

.mod-languages .uk-subnav li:first-child {
	position: relative;
}

.mod-languages .uk-subnav li:first-child::after {
	content: '';
	height: 1em;
	width: 4px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	opacity: .5;
}

.mod-languages .uk-subnav li {
	padding-left: 0;
}

@media (max-width: 960px) {

	.mod-languages .uk-subnav li:last-child{
		margin-right: .5rem;
		padding-right: 20px;
	}
}

@media (max-width: 600px) {
	.mod-languages .uk-subnav{
	justify-content: flex-end;
	}
}

@media (min-width: 600px) {
	.mod-languages .uk-subnav{
	justify-content: flex-end;
	}
}


.mod-languages .uk-subnav li a{
	font-weight: 700;
	font-size: 1em;
}

.mod-languages .uk-subnav li:last-child{
	margin-right: -8px;
	padding-right: 0;
}

/* === Footer === */

@media (max-width: 600px){
	.legal-footer {
		text-align: center !important;
	}
}
 

/* === Search === */

.sc-finder{
	margin: 0 auto;
	max-width: 980px;
}

.sc-finder > form{
	margin-bottom: 60px;
}

.sc-finder .uk-article{
	margin: 0px 0px 80px 0px;
	padding-left: 90px;
	position: relative;
}

.sc-finder .uk-article:last-child{
	margin-bottom: 40px;
}

.sc-finder .uk-article::before{
	content: '';
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../img/yootheme_file.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
}

.sc-finder .uk-article::after{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -40px;
	width: 80%;
	height: 1px;
	background: #e5e5e7;
	content: '';
	display: block;
}

.sc-finder .uk-article:last-child::after{
	display: none;
}

.sc-finder .uk-article h2{
	font-size: 1rem;
	line-height: 1.4;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	font-weight: 600;
}



@media(max-width: 992.98px){
	.sc-finder .uk-article{
		margin-bottom: 60px;
		padding-left: 70px;
	}
	
	.sc-finder .uk-article::before{
		width: 40px;
		height: 40px;
	}
	
	.sc-finder .uk-article::after{
		bottom: -30px;
	}
	
	.sc-finder .uk-article:last-child{
		margin-bottom: 30px;
	}
}

@media(max-width: 767.98px){
	.sc-finder .uk-article{
		margin-bottom: 50px;
		padding-left: 40px;
	}
	
	.sc-finder .uk-article::before{
		width: 30px;
		height: 30px;
	}
	
	.sc-finder .uk-article::after{
		bottom: -25px;
	}
}

@media(max-width: 639.98px){
	
	.sc-finder > form fieldset >div > .uk-first-column:last-child{
		text-align: right;
	}
	
	.sc-finder > form button{
		width: auto;
		display: inline-block;
	}
}

@media(max-width: 579.98px){
		.sc-finder .uk-article{
			margin-bottom: 50px;
			padding-left: 0px;
		}
		
		.sc-finder .uk-article::before{
			display: none;
		}
}



