/* Import a style */


/* .uk-section-default h1,.uk-section-default h2,.uk-section-default h3,.uk-section-default h4,.uk-section-default h5,.uk-section-default h6 {
	margin-top: 25px;
}
.uk-card-primary h1:first-of-type,.uk-card-primary h2:first-of-type,.uk-card-primary h3:first-of-type,
.uk-section-primary h1:first-of-type,.uk-section-primary h2:first-of-type,.uk-section-primary h3:first-of-type,
.uk-section-secondary h1:first-of-type,.uk-section-secondary h2:first-of-type,.uk-section-secondary h3:first-of-type,
.uk-section-muted h1:first-of-type,.uk-section-muted h2:first-of-type,.uk-section-muted h3:first-of-type {
	margin-top: 0;
} */

.btn, .uk-button {
  padding: 12px 20px;
}
.btn, .uk-button .uk-icon {
  min-width: 40px;
  text-align: left;
}
.btn, .uk-button .uk-icon svg {
  width: 100%;
}


/* Section titel */

.tm-section-title > ::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - (1px / 2));
  height: 15px;
  width: 0;
  display: none;
}

/* Slider title overlay */

.ab-slideshow-top-overlay {
	position:relative;
  top:0;
}
.ab-slideshow-top-overlay .ab-title-top-overlay {
	position:relative;
	top:-52%;
	margin: 0;
	color: #fff;
}

/* Kontakt Box */
.ab-kontaktbox > .uk-card {
	padding: 50px 35px;
}

/* NL Form  */

/* AcyMailing */

.ab-newletter-module .acym_module_form {
	max-width: 500px;
}
.ab-newletter-module .acym_module_form .acym_form {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 4%;
}
.ab-newletter-module .acym_module_form .acym_form > div {
	flex-shrink: 1;
	flex-grow: 1;
	flex-basis: 100%;
	margin: 0;
}
.acysubbuttons {
	width:auto;
	max-width:auto;
}
.ab-newletter-module .acym_module_form input[type="text"],
.ab-newletter-module .acym_module_form input[type="email"],
.ab-newletter-module .acym_module_form select {
	width: 100%;
	max-width: 100%;
}

.ab-newletter-module .acym_module_form input[type="button"] {
	width: auto;
}

.ab-newletter-module input[type="text"], .ab-newletter-module input[type="email"] {
	padding: 12px 15px;
	width: 100%;
	border: 1px solid #5f705d;
	color: #000;
	font-size: 16px;
}

.ab-newletter-module select {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	border: 1px solid #5f705d;
	color: #000;
	background: transparent;
	height: 45px;
	font-size: 16px;
}

@media(min-width: 640px){
	.ab-newletter-module .acym_module_form .acym_form > div {
		flex-basis: 48%;
	}
}


/* Blog */

@media(min-width: 640px){
    .ab-blog > div > div:nth-child(-n+2) {
    width: 50%;
    }
    .ab-blog > div > div:nth-child(-n+2) .uk-inline-clip, .ab-blog > div > div:nth-child(-n+2) .uk-inline-clip img {
    width: 100%;
    }
}




/* default tile in primary section */

.uk-card-primary .uk-tile-default * {
	color: #5f705d !important;
}


/* Grid in primary section (color correction) */

.ab-grid-in-primary-section .el-title,
.ab-grid-in-primary-section .el-content,
.ab-grid-in-primary-section svg {
	color: #5f705d !important;
}
.ab-grid-in-primary-section .el-link.uk-button,
.ab-grid-in-primary-section .el-link.uk-button:hover {
	background-color: #5f705d;
	color: #fff;
}


/* Kurse */
.uk-card-primary .ab-kursdetails .uk-tile-default h3 {
	font-weight: 700;
}
.uk-card-primary .ab-kursdetails .uk-tile-default .el-title,
.uk-card-primary .ab-kursdetails .uk-tile-default .el-content {
	color: #5f705d !important;
}
.uk-card-primary .ab-kursdetails .uk-tile-default .el-content.uk-button.uk-button-default,
.uk-card-primary .ab-kursdetails .uk-tile-default .el-content.uk-button.uk-button-default:hover,
.uk-card-primary .ab-kursdetails .uk-tile-default .el-content.uk-button.uk-button-default svg * {
	background-color: #5f705d !important;
	color: #fff !important;
}





/* Dialog Mobile */


.tm-header-mobile .uk-navbar-toggle svg {
	width:30px;
}
#tm-dialog-mobile .uk-button {
	margin-top:15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size:16px;
	background:#5f705d;
	color:#fff;
}
#tm-dialog-mobile picture {
  display:none;
}
#tm-dialog-mobile .uk-offcanvas-bar  {
	padding-left: 20px;
  padding-right: 15px;
}
#tm-dialog-mobile .uk-offcanvas-close:first-child + * {
  margin-top: 40px;
}
#tm-dialog-mobile .uk-offcanvas-bar svg {
  width: 20px;
}
#tm-dialog-mobile .uk-offcanvas-bar .uk-offcanvas-close  {
	top:20px;
  right:10px;
}
#tm-dialog-mobile .uk-offcanvas-bar .uk-close svg  {
	color:#5f705d;
  width: 25px;
}



/* Footer */
#footer {

}

/* Home */
body.home {
}

/* BS s */
@media (min-width: 576px) {

}
/* YT small standard */
@media (min-width: 640px) {

	.uk-navbar-nav li a.uk-button {
		padding-left: 15px;
		padding-right: 15px;
		font-size:16px;
    background:#5f705d;
    color:#fff;
	}
	.uk-navbar-nav li:hover a.uk-button
	.uk-navbar-nav li.uk-active a.uk-button {
    background:#5f705d;
    color:#fff;
	}

}
/* BS md */
@media (min-width: 768px) {
  	
}
/* YT medium standard */
@media (min-width: 960px) {
	
	/* Generell */
	#tm-main >div.uk-container {

	}
	/* Header */
	.tm-toolbar > .uk-container {

	}
	.tm-header > div > .uk-container {

	}
	/* Navbar */

	.uk-navbar-nav > li > a {
	}
	.uk-navbar-nav > li.uk-active > a,
	.uk-navbar-nav > li.uk-active.parent > a {

	}
	.uk-navbar-nav > li > a:hover {

	}
	.uk-navbar-container > div {
	}

	.uk-navbar-container {
	
	}
	.uk-navbar-container > .uk-container {
	
	}
	.uk-navbar-container > .uk-container .uk-navbar-left {
	
	}
	.header-logo > div img {
	}
	.uk-navbar-nav {
	}
}
/* BS l */
@media (min-width: 992px) {

}
/* YT large standard / BS xl */
@media (min-width: 1200px) {

}
/* BS xxl */
@media (min-width: 1400px) {

}
/* YT xlarge standard */
@media (min-width: 1600px) {

}