@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Source Serif Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-serif-pro/SourceSerifPro-Regular.otf') format('opentype');
}
    
@font-face {
    font-family: 'Source Serif Pro';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-serif-pro/SourceSerifPro-Semibold.otf') format('opentype');
}
    
@font-face {
    font-family: 'Source Serif Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-serif-pro/SourceSerifPro-Bold.otf') format('opentype');
}

a.text-link, p a {
	display: inline-block;
	position: relative;
}
a.text-link:after, p a:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #800000;
	position: relative;
	display: block;
}
.uk-navbar-nav > li > a {
	color: #800000;
	font-family: 'Source Serif Pro';
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: none;
	position: relative;
	letter-spacing: 0px;
}
.uk-navbar-nav > li.uk-active > a:after {
	content: "";
	width: 54px;
	height: 2px;
	background-color: #F5CE3E;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
}
.uk-navbar-nav > li.uk-active > a {
  color: #800000;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a[aria-expanded="true"] {
  color: #800000;
}
.uk-navbar-nav > li > a:active {
  color: #800000;
}
.uk-navbar-nav {
    gap: 37px;
}
.tm-header {
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
}
.tm-header:before {
	content: "";
	width: 100%;
	height: 8px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: url(../images/header-border.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.tm-header .uk-navbar {
	height: 113px;
}
.uk-button:after {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(../images/arrow-right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-bottom: -1px;
	margin-left: 4px;
}
.hp-1 {
	padding-bottom: 94px;
}
.intro-lead-text {
	max-width: 420px;
	margin-left: 119px;
}
.hp-intro-row {
	margin-top: 48px !important;
}
/*.hp-intro-button {
	position: relative;
	right: -87px;
}*/
.hp-intro-button + .hp-intro-button {
	margin-top: 16px;
	margin-bottom: 8px;
}
h2 {
	position: relative;
}
h2:after {
	content: "";
	width: 40px;
	height: 6px;
	background-color: #F5CE3E;
	position: absolute;
	bottom: -8px;
	left: 0;
	z-index: 1;
}
.featured-slider .uk-slider-container {
	width: 110%;
	background-color: #FDFBE3;
	padding-left: 96px;
	padding-top: 61px;
	padding-bottom: 54px;
}
.featured-slider .uk-slider-items {
	margin-left: -96px;
}
.featured-slider .uk-slider-items > * {
	padding-left: 96px;
}
.featured-slider .el-content {
	margin-top: 2px !important;
}
.featured-slider .el-item {
	max-width: 228px;
}
.featured-slider {
	margin-top: 5px;
  	position: relative;
  	max-width: 1200px;
}
.featured-slider .el-nav {
	position: absolute;
	top: -50px;
	right: 100px;
}
.featured-slider .el-slidenav > svg {
	display: none;
}
.featured-slider .el-slidenav {
	padding: 0px;
	width: 78px;
	height: 78px;
}
.featured-slider .uk-slidenav-previous {
	background-image: url(../images/arrow-slider-left.svg);
	background-size: contain;
	background-repeat: no-repeat;
	right: calc(100% - 66px);
}
.featured-slider .uk-slidenav-previous:hover {
	background-image: url(../images/arrow-slider-left-hover.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.featured-slider .uk-slidenav-next {
	background-image: url(../images/arrow-slider-right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	left: calc(100% - 148px);
	position: relative;
}
.featured-slider .uk-slidenav-next:hover {
	background-image: url(../images/arrow-slider-right-hover.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.featured-slider .uk-slider-container:after {
	content: "";
	width: calc(100% - 20px);
	height: 6px;
	background-color: #FFA500;
	position: absolute;
	bottom: 0;
	left: 117px;
}
.uk-dotnav > * > * {
	background-color: #DAD697;
 	border-color: #DAD697;
}
.uk-dotnav > * > :hover {
	background-color: #800000;
	border-color: #800000;
}
.uk-dotnav > .uk-active > * {
	background-color: #800000;
	border-color: #800000;
}
.uk-link-text {
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.06px;
	color: #800000 !important;
}
.uk-link-text:hover {
	color: #DEAC4B !important;
	text-decoration: none;
}
.uk-link-text:after {
	content: "";
	width: 12px;
	height: 12px;
	background-image: url(../images/arrow-right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-bottom: -1px;
	margin-left: 4px;
}
.quote-title {
	color: #800000;
	font-family: 'Source Serif Pro';
	font-size: 22px;
	font-style: italic;
	font-weight: 600;
	line-height: 28px;
}
.quote-subtitle {
	color: #111;
	font-family: Open Sans;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.uk-container-small {
    padding-left: 128px;
}
.uk-container-small.uk-container-expand-right > * {
	padding-left: 43px;
}
.ueber-mich {
	padding-top: 92px;
	padding-bottom: 49px;
}
.ueber-mich-quote {
	max-width: 340px;
}
address, dl, fieldset, figure, ol, p, pre, ul {
	margin: 0 0 15px 0;
}
* + address, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
	margin-top: 15px;
}
.uk-grid-column-large, .uk-grid-large {
    margin-left: -112px;
}
.uk-grid-column-large > *, .uk-grid-large > * {
    padding-left: 112px;
}
.profil-download-button {
	position: relative;
	top: -20px;
	left: -25px;
}
.featured-grid {
	margin-top: 47px !important;
	border-bottom: 6px solid #DAD697;
}
.featured-grid .el-item {
	min-height: 212px;
	display: flex;
 	align-content: center;
}
.featured-grid .el-item > a {
	height: max-content;
}
.featured-grid .el-item:hover {
	background-color: #FDFBE3;
}

.quotes-slider .uk-slider-container {
	width: 100%;
	background-color: #FDFBE3;
	padding-left: 96px;
	padding-top: 75px;
	padding-bottom: 106px;
}
.quotes-slider .uk-slider-items {
	margin-left: -96px;
	max-width: 933px;
}
.quotes-slider .uk-slider-items > * {
	padding-left: 96px;
}
.quotes-slider .el-content {
	margin-top: 2px !important;
}
.quotes-slider .el-item {
	max-width: 388px;
}
.quotes-slider {
	margin-top: 5px;
  	position: relative;
}
.quotes-slider .el-nav {
	position: absolute;
	top: -50px;
	right: 100px;
}
.quotes-slider .el-slidenav > svg {
	display: none;
}
.quotes-slider .el-slidenav {
	padding: 0px;
	width: 78px;
	height: 78px;
}
.quotes-slider .uk-slidenav-previous {
	background-image: url(../images/arrow-slider-left.svg);
	background-size: contain;
	background-repeat: no-repeat;
	right: calc(100% - 66px);
}
.quotes-slider .uk-slidenav-previous:hover {
	background-image: url(../images/arrow-slider-left-hover.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.quotes-slider .uk-slidenav-next {
	background-image: url(../images/arrow-slider-right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	left: calc(100% - 148px);
	position: relative;
}
.quotes-slider .uk-slidenav-next:hover {
	background-image: url(../images/arrow-slider-right-hover.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.quotes-slider .uk-slider-container:after {
	content: "";
	width: calc(100% - 20px);
	height: 6px;
	background-color: #FFA500;
	position: absolute;
	bottom: 0;
	left: 117px;
}
.quotes-slider .el-item {
	display: flex;
	flex-direction: column;
}
.quotes-slider .el-title {
	color: #800000;
	font-family: Open Sans;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.075px;
	margin-top: 26px !important;
	order: 2;
}
.quotes-slider .el-meta {
	color: #111;
	font-family: Open Sans;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.075px;
	order: 3;
}
.quotes-slider .el-content {
	font-family: 'Source Serif Pro';
	font-size: 19px;
	font-style: italic;
	font-weight: 400;
	line-height: 29px;
	order: 1;
}
.leistungsspektrum {
	padding-bottom: 92px;
}
.kundenmeinungen {
	padding-bottom: 92px;
}

.kunden-grid {
	margin-top: 43px !important;
}
.kunden-grid .el-item {
	min-height: 140px;
	display: flex;
 	align-content: center;
 	justify-content: center;
 	align-items: center;
}
.kunden-grid .el-item > a {
	height: max-content;
}
.kunden-grid .el-image {
	width: 160px;
	height: 80px;
	filter: grayscale(1);
	object-fit: contain;
}
.kunden-grid > .uk-grid > *:not(:nth-child(5n)) {
	border-right: 1px solid #DAD697;
}
.kunden-grid > .uk-grid > *:nth-child(n+6) {
	border-top: 1px solid #DAD697;
}
.referenzen-button {
	margin-top: 64px;
}
.uk-section-primary {
	background: #DAD697;
}

.footer-grid > *:first-child {
	width: 86px;
}
.footer-grid > *:nth-child(2) {
	width: calc(62% - 43px);
}
.footer-grid > *:nth-child(3) {
	width: calc(38% - 43px);
}
.uk-nav-default > li > a {
	color: #800000;
	font-family: 'Source Serif Pro';
	font-size: 17px;
	font-weight: 600;
}
.uk-nav > li > a {
  padding: 0;
}
.uk-subnav > * > :first-child {
	color: #800000;
	font-family: 'Source Serif Pro';
	font-size: 17px;
	font-weight: 600;
	text-transform: none;
}
.footer-subnav {
	margin-top: 40px;
}
.footer {
	padding-top: 0px;
	padding-bottom: 36px;
}
.footer h3 {
	color: #111;
}
.footer-contacts .el-title {
	margin-top: 36px !important;
}
.footer-social {
	margin-bottom: 8px !important;
}
.footer-social > .uk-grid-small > .uk-grid-margin {
	margin-top: 9px;
}
.footer:before {
	content: "";
	width: 100%;
	height: 8px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../images/footer-border.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.uk-modal-dialog {
	background: #F5CE3E;
}
.uk-modal-dialog .uk-nav-default > li > a {
	font-size: 24px;
	font-weight: 600;
}
.uk-modal-dialog .uk-modal-close-default > svg {
	display: none;
}
.uk-modal-dialog .uk-modal-close-default {
	width: 96px;
    height: 48px;
    border-radius: 24px;
    background-color: #FDFBE3;
    background-image: url(../images/icon-close.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: 16px;
	right: 32px;
}
.uk-modal-body {
	padding: 32px;
}
#module-menu-dialog-mobile {
	margin-top: 93px;
}
.uk-modal-body .uk-nav > li > a {
	padding: 6px 0;
}
.uk-modal-body .shadow > .parent-item > .text:before {
	content: "";
	width: 16px;
	height: 16px;
	background: url(../images/arrow-left-small.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-bottom: -2px;
}
.uk-modal-body .shadow > .choosen-item > li > a {
	font-family: 'Source Serif Pro';
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: #800000;
}
.uk-modal-body .shadow > .choosen-item > li {
	margin-top: 12px;
	margin-bottom: 12px;
}
.uk-modal-body #module-113 > .shadow > .parent-item > .text {
	font-family: 'Source Serif Pro';
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	cursor: pointer;
}
.uk-modal-body .uk-nav > li.uk-parent > a:after {
	content: "";
	width: 16px;
	height: 16px;
	background: url(../images/arrow-right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
}
.kontakt-form {
	max-width: 747px;
}
.kontakt-form-section {
	padding-top: 26px;
	padding-bottom: 164px;
}
.uk-form-label {
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	color: #800000;
}
.form-control:where(textarea), .form-select:where(select)[multiple], .form-select:where(select)[size], .uk-select[multiple], .uk-select[size], .uk-textarea {
	border: 2px solid #DAD697;
}
.form-control:where(input):focus, .form-control:where(textarea):focus, .form-select:where(select):focus, .uk-input:focus, .uk-select:focus, .uk-textarea:focus {
	border: 2px solid #DEAC4B !important;
}
.form-control:where(input), .form-select:not([multiple])[size="1"], .form-select:where(select):not([multiple]):not([size]), .uk-input, .uk-select:not([multiple]):not([size]) {
	height: 64px;
	border: 2px solid #DAD697;
	padding-left: 32px;
	padding-right: 32px;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	background-position: 96% 50%;
}
.form-control:where(input):focus, .form-control:where(textarea):focus, .form-select:where(select):focus, .uk-input:focus, .uk-select:focus, .uk-textarea:focus {
	border: 2px solid #DEAC4B !important;
}
.uk-form-stacked > .uk-grid > .uk-width-1-1 * + .uk-margin {
	margin-top: 32px !important;
}
.form-check-input[type="checkbox"], .form-check-input[type="radio"], .uk-checkbox, .uk-radio {
	width: 24px;
	height: 24px;
	border: 2px solid #DAD697;
	margin-right: 8px;
}
.rsform-type-checkboxgroup label {
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
}
.uk-form-stacked > .uk-grid > .uk-width-1-1 * + .uk-margin.rsform-block-akzept {
	margin-top: 66px !important;
	margin-bottom: 66px !important;
}
.intro-lead-text-wide {
	max-width: 621px;
}
.referenz-below-text {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.referenz-below-text a {
	color: #800000;
}
.referenz-below-text a:hover {
	color: #111;
}
.referenz-below-text-section {
	padding-top: 26px;
	padding-bottom: 164px;
}
.wir-stehen {
	margin-top: 96px;
}
.service-card {
	width: 276px;
	height: 276px;
	padding: 28px 58px 33px 58px;
	text-align: center;
}
.service-card .el-image {
	width: 160px;
	height: 160px;
}
.service-card h2:after {
	display: none;
}
.service-card h2 {
	margin-top: 14px !important;
}
.service-beratung {
	background-color: #FFFCC8;
}
.service-beratung-section {
	padding-top: 2px;
	padding-bottom: 110px;
}
.service-seminare {
	background-color: #F5CE3E;
}
.service-seminare-section {
	padding-top: 110px;
	padding-bottom: 110px;
}
.service-moderation {
	background-color: #DAD697;
}
.service-moderation-section {
	padding-top: 110px;
	padding-bottom: 110px;
}
.service-coaching {
	background-color: #FDFBE3;
}
.service-coaching-section {
	padding-top: 110px;
	padding-bottom: 164px;
}
.unser-angebot-title {
	margin-top: 77px !important;
}
.seminar-menu {
	max-width: 235px;
}
.seminar-menu .uk-nav-default > li > a {
	font-family: Open Sans;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.085px; 
	color: #111;
}
.seminar-menu .uk-nav-default > li {
	border-bottom: 1px solid #DAD697;
	padding-top: 8px;
	padding-bottom: 8px;
}
.seminar-menu .uk-nav-default > li:first-child {
	border-top: 1px solid #DAD697;
}
.seminar-menu {
	margin-top: 8px;
}
.seminar-menu .uk-nav-default > li > a {
	display: block;
}
.seminar-menu .uk-nav-default > li > a > img {
	margin-left: 4px;
}
.seminar-thema-title {
	color: #111;
}
.seminar-thema-title:after {
	display: none;
}
.uk-accordion-title {
	font-family: Open Sans;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}
.uk-accordion-title h3 {
	margin-bottom: 8px;
}
.uk-accordion-title::before {
	width: 48px;
	height: 48px;
	background-image: url(../images/icon-arrow-down.svg);
	margin-right: 40px;
	margin-top: 30px;
}
.uk-accordion-title > * {
	margin-right: 165px;
}
.uk-open > .uk-accordion-title::before {
	width: 48px;
	height: 48px;
	background-image: url(../images/icon-arrow-up.svg);
}
.uk-accordion .el-item {
	padding-top: 48px;
	padding-bottom: 48px;
	padding-left: 40px;
	border-bottom: 1px solid #DAD697;
}
.uk-accordion .el-item:first-child {
	border-top: 1px solid #DAD697;
}
.uk-accordion .el-item.uk-open, .uk-accordion .el-item:hover {
	background-color: #FDFBE3;
}
.uk-accordion-content {
	padding-right: 165px;
	margin-top: 15px;
}
.uk-accordion > :nth-child(n+2) {
	margin-top: 0px;
}
#tm-dialog-mobile .uk-panel {
	margin-top: 60px;
	position: relative;
}
#tm-dialog-mobile .shadow {
	box-shadow: none !important;
	position: absolute;
	top: 9px;
	left: 0;
	width: 100%;
}
#tm-dialog-mobile .parent-item {
	display:flex;
}
#tm-dialog-mobile .parent-item:not(.hidden) {
	margin-bottom: 31px;
}
#tm-dialog-mobile .uk-nav .uk-nav-sub {
	display: none;
}

@media (min-width: 1800px) {
.featured-slider {
	max-width: 1200px;
}
.featured-slider .uk-slider-container {
	width: calc(100% + 96px);
	max-width: 1200px;
}
.quotes-slider {
	max-width: 1200px;
}
.quotes-slider .uk-slider-container {
	width: calc(100% + 96px);
	max-width: 1200px;
}
}

@media (min-width: 1200px) {
.featured-slider .uk-slidenav-next {
	left: calc(100% - 148px);
}
.quotes-slider .uk-slidenav-next {
	left: calc(100% - 148px);
}
}


@media (max-width: 1200px) {
.uk-navbar-toggle-icon > svg {
	display: none;
}
.uk-navbar-toggle-icon {
	width: 96px;
	height: 48px;
	border-radius: 24px;
	background-color: #F5CE3E;
	background-image: url(../images/icon-menu.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.tm-header-mobile:before {
	content: "";
	width: 100%;
	height: 6px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: url(../images/header-border-mobile.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.profil-download-button {
	position: relative;
    top: -22px;
    left: 0px;
    z-index: 1;
}
.featured-grid > .uk-grid > div:first-child > .el-item {
	background: #FFFCC8;
}
.featured-grid > .uk-grid > div:nth-child(4) > .el-item {
	background: #FDFBE3;
}
.featured-grid > .uk-grid > div:nth-child(2) > .el-item {
	background: #F5CE3E;
}
.featured-grid > .uk-grid > div:nth-child(3) > .el-item {
	background: #DAD697;
}
.featured-grid .uk-grid {
	margin-left: -23px;
}
.featured-grid .uk-grid > * {
	padding-left: 23px;
}
.featured-grid .uk-grid-collapse > .uk-grid-margin {
	margin-top: 23px;
}
#tm-dialog-mobile .uk-modal-body {
	width: 100%;
}
#tm-dialog-mobile .uk-panel > ul.uk-nav {
	z-index: 1;
	position: relative;
}
}


@media (max-width: 960px) {
.uk-container-small {
	padding-left: 32px;
}
.featured-slider .el-nav {
	right: 0px;
}
.featured-slider .uk-slider-container {
	width: 100%;
}
.featured-grid {
	margin-left: -32px;
	margin-right: -32px;
}
.uk-grid-column-large, .uk-grid-large {
    margin-left: -40px;
}
.uk-grid-column-large > *, .uk-grid-large > * {
    padding-left: 40px;
}
.featured-grid {
	border-bottom: 0px;
}
.kunden-grid > .uk-grid > :not(:nth-child(5n)) {
	border-right: 0px solid #DAD697;
}
.kunden-grid > .uk-grid > :nth-child(n+6) {
  border-top: 0px solid #DAD697;
}
.kunden-grid > .uk-grid > :not(:nth-child(even)) {
	border-right: 1px solid #DAD697;
}
.kunden-grid > .uk-grid > :nth-child(n+3) {
  border-top: 1px solid #DAD697;
}
.unser-angebot-title {
	margin-top: 18px !important;
}
.service-beratung-section {
	padding-top: 40px;
	padding-bottom: 48px;
}
.service-seminare-section {
	padding-top: 48px;
	padding-bottom: 48px;
}
.service-moderation-section {
	padding-top: 48px;
	padding-bottom: 48px;
}
.service-coaching-section {
	padding-top: 48px;
	padding-bottom: 96px;
}
.uk-accordion .el-item {
	padding-top: 32px;
	padding-bottom: 32px;
	padding-left: 13px;
}
.seminar-thema-title {
	font-size: 26px;
	font-style: italic;
	font-weight: 600;
	line-height: normal;
}
.uk-accordion-title::before {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 11px;
}
.uk-open > .uk-accordion-title::before {
	width: 24px;
	height: 24px;
}
.uk-accordion-title > * {
	margin-right: 0px;
	margin-left: 47px;
}
.uk-accordion-content {
	padding-right: 0px;
	margin-left: 47px;
}
.uk-accordion-title {
	overflow-wrap: break-word;
}
}


@media (max-width: 640px) {
.intro-lead-text {
	margin-left: 0px;
}
.hp-intro-row {
	margin-top: 24px !important;
}
.hp-1 {
	padding-bottom: 56px;
}
.uk-container-small.uk-container-expand-right > * {
	padding-left: 0px;
}
.featured-slider .uk-slider-container {
	width: 110%;
	background-color: #FDFBE3;
	padding-left: 58px;
	padding-top: 71px;
	padding-bottom: 44px;
}
.featured-slider .uk-slider-container::after {
	width: calc(100% + 32px);
}
.featured-slider .uk-slidenav-previous {
	right: unset;
	left: -73px;
	position: relative;
}
.featured-slider .uk-slidenav-next {
	left: unset;
	right: -73px;
	position: relative;
}
.ueber-mich {
	padding-top: 56px;
	padding-bottom: 40px;
}
.ueber-mich-quote {
	margin-top: 30px !important;
}
.leistungsspektrum {
	padding-bottom: 56px;
}
.featured-grid .el-item {
	min-height: 175px;
}
.featured-grid .el-image {
	width: 60px;
	height: 60px;
}
.leistungsspektrum {
	padding-bottom: 56px;
}
.quotes-slider .el-nav {
	right: 0px;
}
.quotes-slider .uk-slider-container {
	width: 110%;
	background-color: #FDFBE3;
	padding-left: 58px;
	padding-top: 48px;
    padding-bottom: 67px;
}
.quotes-slider .uk-slider-container::after {
	width: calc(100% + 32px);
	left: 0px;
}
.quotes-slider .uk-slidenav-previous {
	right: unset;
	left: -73px;
	position: relative;
}
.quotes-slider .uk-slidenav-next {
	left: unset;
	right: -73px;
}
.quotes-slider .el-item {
	max-width: 248px;
}
.quotes-slider .el-content {
	font-size: 17px;
	line-height: 27px;
}
.kunden-grid .el-image {
	max-width: 80%;
}
.referenzen-button {
	margin-top: 48px;
}
.homepage .unsere-kunden {
	padding-bottom: 156px;
}
.referenz-below-text-section {
  padding-top: 56px;
  padding-bottom: 156px;
}
.footer-grid > * {
	width: 100% !important;
}
.footer-grid {
	display: flex;
	flex-direction: column;
}
.footer-grid > *:first-child {
	order: 2;
	margin-top: 35px !important;
}
.footer-grid > *:nth-child(2) {
	order: 1;
}
.footer-grid > *:nth-child(3) {
	order: 3;
	margin-top: 65px !important;
}
.footer-social > .uk-grid > * {
	width: auto;
}
.footer-subnav {
	margin-top: 37px;
}
.footer-subnav > .uk-subnav > * {
	width: 100%;
}
.footer::before {
	content: "";
	width: 100%;
	height: 28px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../images/footer-border-mobile-short.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.footer {
	padding-top: 34px;
	padding-bottom: 94px;
}
.service-card {
	margin-left: auto;
	margin-right: auto;
}
.unser-angebot-title {
	margin-top: 18px !important;
}
.service-beratung-section {
	padding-top: 40px;
	padding-bottom: 48px;
}
.service-seminare-section {
	padding-top: 48px;
	padding-bottom: 48px;
}
.service-moderation-section {
	padding-top: 48px;
	padding-bottom: 48px;
}
.service-coaching-section {
	padding-top: 48px;
	padding-bottom: 96px;
}
#tm-dialog-mobile .uk-modal-body {
	width: 100%;
}
}
