/* Colors
    Text/Primary: #485156;
    Secondary: #ebbd00;
    Muted: #faf2de;
    
*/

.uk-section-muted.second {
	background: #f2f3f4;
}
.uk-button {
	min-width: 150px;
}
/* Navbar Mobile */
.tm-header-mobile .uk-navbar-container {
	background: #ebbd00;
}
.tm-header-mobile .uk-navbar-item,
.tm-header-mobile .uk-navbar-nav > li > a,
.tm-header-mobile .uk-navbar-toggle {
	min-height: 60px;
}

.uk-navbar-toggle {
	z-index: 9999;
}
.tm-header-mobile .uk-navbar-left {
	flex: 1;
}
#module-115 {
	justify-content: end;
	flex: 1;
}
.uk-offcanvas-bar {
	background-image: url("/images/logo_small.svg");
	background-repeat: no-repeat;
	background-position: 50% 80%;
	background-size: 70%;
	padding-top: 60px;
}
/* Accordion */
.uk-accordion > .el-item:first-child {
	padding-top: 20px;
	border-top: 1px solid;
}
.uk-accordion > .el-item:last-child {
	padding-bottom: 20px;
	border-bottom: 1px solid;
}

/* Grid */

.uk-grid a.uk-card .el-link .uk-position-bottom-right {
	transition: all 0.2s;
}
.uk-grid a.uk-card:hover .el-link .uk-position-bottom-right {
	transform: translateX(10px);
}

/* List */
ul:not([class]) {
	list-style-type: none;
	padding-left: 20px;
}
ul:not([class]) li:before {
	content: ">";
	position: absolute;
	left: 0;
	color: #ebbd00;
}
.uk-section-default > div.uk-background-top-left.uk-background-norepeat {
	background-size: 500%;
}
/* Visforms */
.visform .uk-margin-medium-top {
	margin-top: 10px !important;
}
.visform textarea {
	border: none;
	border-bottom: 1px solid;
}
.visform .uk-flex-center {
	justify-content: start;
}
.visform .errorcontainer {
	display: none !important;
}
.visform input.error,
.visform textarea.error {
	border-color: red;
}
#system-message-container {
	position: fixed;
	display: block;
	top: 50%;
	left: 50%;
	z-index: 99999;
	transform: translate(-50%, -50%);
	min-width: 300px;
	max-width: 1360px;
	width: 100%;
}
#system-message-container joomla-alert {
	animation-name: joomla-alert-fade-in;
	background: #485156;
	border: none;
	border-radius: 0;
	color: white !important;
	padding: 30px;
}
#system-message-container joomla-alert .joomla-alert--close {
	color: white;
	opacity: 1;
	font-weight: 300;
	text-shadow: none;
}
/* Mega Menu Desktop */
#module-116 .uk-grid .el-item .el-link {
	flex-direction: column;
	row-gap: 15px;
	align-items: flex-start;
}
#module-117 .uk-grid .el-item .el-link {
	flex-direction: column;
	row-gap: 10px;
	align-items: flex-start;
}
#module-117 .grid-nav .el-item .el-link {
	margin-bottom: 20px;
}

.grid-nav .el-item:hover .el-link,
.grid-nav .el-item .el-link.uk-active {
	color: #485156 !important;
}

/* MOBILE */
@media (max-width: 640px) {
	/* Text */
	html,
	.btn,
	.uk-button {
		font-size: 11pt;
	}
	.h1,
	.uk-h1,
	h1,
	.uk-heading-medium {
		font-size: 35px;
	}
	.h2,
	.uk-h2,
	h2,
	.uk-heading-small {
		font-size: 28px;
	}
	.h3,
	.uk-h3,
	h3,
	.uk-card-title {
		font-size: 22px;
	}
	.h4,
	.uk-h4,
	h4{
		font-size: 18px;
	}
	.h6,
	.uk-h6,
	h6,
	.small,
	.uk-text-small {
		font-size: 8pt;
	}
	/* Spacing */
	.uk-section-large {
		padding-top: 40px;
		padding-bottom: 40px;
	}
    .schwerpunkte-grid .el-title{
        display: inline-block;
        margin-left: 10px;
    }
    #module-117 .uk-grid .el-item .el-link{
        flex-direction: row;
        align-items: center;
    }
	/* Size */
}
.tm-header-mobile .uk-navbar-container a,
.tm-header-mobile .uk-navbar-container a *{
	color:#485156 !important;
}
div.mod-languages a {
    padding: .5rem !important;
    text-decoration: none;
}
@media (max-width: 960px) {
	.portrait > div > .uk-background-cover {
		min-height: 500px;
	}
}
