@font-face {
  font-family: 'Niconne';
  font-style: normal;
  font-weight: 400;
  src: url('/templates/yootheme_child/css/fonts/Niconne/Niconne-Regular.ttf');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/templates/yootheme_child/css/fonts/Poppins/Poppins-Regular.ttf');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('/templates/yootheme_child/css/fonts/Poppins/Poppins-SemiBold.ttf');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/templates/yootheme_child/css/fonts/Poppins/Poppins-Bold.ttf');
}

#mitarbeiter-liste .uk-card-body{
	min-height: 180px;
	position: relative;
}

#mitarbeiter-liste .uk-card-body button{
	position: absolute;
	bottom: 54px;
}

.uk-navbar-toggle {
	font-weight: bold;
	font-size: 34px;
}
.uk-navbar-toggle svg {
	height: 34px !important;
	width: 34px !important
}


.uk-modal-dialog{
	width: 1000px;
}

.uk-responsive-height {
    padding: 15px;
}

#module-94 {
    position: absolute;
    top: 0;
    right: 20%;
    color: #fff;
    height: 60px;
    z-index: 999;
}

#module-94 a{
	color: #fff;
}

#module-94 > div{
    background-color: #555;
    border-radius: 0 0 160px 160px;
    padding: 20px !important;
}

#module-94 #info-badge{
	padding: 20px;
	font-weight: bold;
    font-size: 20px;
}

.uk-box-shadow-xlarge{
	box-shadow: 40px 40px #63b32e !important; 
}

.uk-panel .el-content{
    font-size: 18px;
}

p, strong{
    -webkit-transform: scaleY(1.05);
    transform: scaleY(1.05);
}

.cc_container .cc_message{
	width: 80%;
}

@media(min-width: 1200px){
	.uk-heading-line > ::after, .uk-heading-line > ::before {
		content: url('../../../images/logo/dots.svg');
		width: 200px;
		height: 50px;
		margin-top: -93px;
		border: 0;
		margin-left: 15px;
	}
}

@media(max-width: 1200px){
	.uk-heading-line > ::after, .uk-heading-line > ::before {
		border: 0;
	}
	.uk-logo{
		width: 200px;
	    height: 80px;
	}
	#mitarbeiter-liste .uk-card-body button{
		position: relative;
		bottom: 0;
	}
}

@media(max-width: 1024px){
	#module-94 {
		position: relative;
	    right: 0;
	    height: auto;
	}
	#module-94 > div{
	    border-radius: 0;
	    padding: 0 !important;
	}
	#module-94 #info-badge {
	    padding: 0;
	    font-weight: bold;
	    font-size: 15px;
	}
	#module-94 a{
		padding: 20px;
	    display: block;
	    font-size: 25px;
	}
	.uk-text-primary{
		font-size: 25px;
	    line-height: 1;
	    letter-spacing: 2px !important;
	}
	.uk-heading-hero{
	    font-size: 30px;
	    padding-top: 5px;
	    line-height: 1.2;
	    font-weight: bold;
	    word-wrap: break-word;
	}
	h1{
		font-size: 60px;
	}
	.uk-section-large{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.uk-box-shadow-xlarge{
		box-shadow: 15px 15px #63b32e !important; 
	}
	.uk-accordion-title{
		font-size: 18px;
	}
	.uk-accordion-title:after{
		display: none;
	}
	
	.uk-navbar-left{
		width: 80%;
	}
	.uk-navbar-left a{
		width: auto !important;
		height: auto !important;
	}
	.uk-navbar-left img{
		width: 100%;
	}

	

}