html {
    font-family: 'Source Sans 3';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.39;
    -webkit-text-size-adjust: 100%;
    color: #18150d;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.uk-h1, h1 {
    font-size: 88px;
    line-height: 1.09;
    font-family: 'Titillium Web';
    font-weight: 300;
}
.uk-h2, h2 {
    font-size: 52px;
    line-height: 1.19;
    font-family: 'Titillium Web';
    font-weight: 300;
}
.uk-h3, h3 {
    font-size: 32px;
    line-height: 1.12;
    font-family: 'Titillium Web';
    font-weight: 900;
}
.uk-h4, h4 {
    font-size: 28px;
    font-family: 'Titillium Web';
}
.uk-h5, h5 {
    font-size: 24px;
    font-family: 'Titillium Web';
}
.uk-h6, h6 {
    font-size: 20px;
    font-family: 'Titillium Web';
}

.card-green {
	background: #BDD2C3;
}
.card-black {
	background: #18150D;
}
.card-yellow {
	background: #FDAE2A;
}
.card-teal {
	background: #1895B4;
}
.card {
	padding: 37px;
	min-height: 370px;
}
.card-margin-top {
	margin-top: 70px !important;
}
.card-margin-bottom {
	margin-bottom: 70px !important;
}
.row-margin-top {
	margin-top: -70px !important;
}
.button-black {
	background: #18150D;
	color: #BDD2C3;
	border: 1px solid #18150D;
}
.button-black:hover {
	background: transparent;
	color: #18150D;
	border: 1px solid #18150D;
}
.button-green {
	background: #BDD2C3;
	color: #18150D !important;
	border: 1px solid #BDD2C3;
}
.button-green:hover {
	background: transparent;
	color: #BDD2C3 !important;
	border: 1px solid #BDD2C3;
}
.button-white {
	background: #FFFFFF;
	color: #18150D !important;
	border: 1px solid #fff;
}
.button-white:hover {
	background: transparent;
	color: #18150D !important;
	border: 1px solid #18150D;
}
.button-teal {
	background: #1895B4;
	color: #FFFFFF;
	border: 1px solid #1895B4;
}
.button-teal:hover {
	background: transparent;
	color: #1895B4;
	border: 1px solid #1895B4;
}
.button-orange {
	background: #FDAE2A;
	color: #FFFFFF;
	border: 1px solid #FDAE2A;
}
.button-orange:hover {
	background: transparent;
	color: #FDAE2A;
	border: 1px solid #FDAE2A;
}
.uk-container {
	max-width: 1200px;
}
.navbar .brand, .navbar .nav > li > a, .navbar-search, .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
	min-height: 155px;
	font-family: Titillium Web;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-transform: none;
	padding: 0 10px;
}
.uk-sticky-below .navbar .brand, .uk-sticky-below .navbar .nav > li > a, .uk-sticky-below .navbar-search, .uk-sticky-below .uk-navbar-item, .uk-sticky-below .uk-navbar-nav > li > a, .uk-sticky-below .uk-navbar-toggle {
	height: 80px;
	min-height: 80px;
}
.uk-sticky-below .uk-navbar {
	height: 80px;
}
.uk-navbar-container {
	border-bottom: 1px solid #BDD2C3;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #fff;
}
.kursmanager-icon {
	margin-top: 20px;
}
.tm-toolbar-default, .uk-card-primary.uk-card-body, .uk-card-primary > :not([class*="uk-card-media"]), .uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*="uk-card-media"]), .uk-light, .uk-offcanvas-bar, .uk-overlay-primary, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color) {
	color: #fff;
}
.uk-button {
	border-radius: 48px;
	font-family: Titillium Web;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	line-height: 48px;
}
.btn {
	border-radius: 48px;
	font-family: Titillium Web;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	line-height: 48px;
}
.btn-info {
	background: #1895B4;
	color: #FFFFFF;
	border: 1px solid #1895B4;
}
.btn-info:hover {
	background: transparent;
	color: #1895B4;
	border: 1px solid #1895B4;
}
.btn-success {
	background: #18150D;
	color: #BDD2C3;
	border: 1px solid #18150D;
}
.btn-success:hover {
	background: transparent;
	color: #18150D;
	border: 1px solid #18150D;
}
[class*="uk-navbar-dropdown-bottom"] {
    margin-top: 0px;
}
.uk-list .el-content {
	font-family: Titillium Web;
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
	line-height: 36px;
}
.uk-section-large {
    padding-top: 110px;
    padding-bottom: 110px;
}
.uk-text-small {
	font-size: 15px;
	line-height: 1.6;
}
.uk-navbar-nav > li > a {
    color: #18150D;
}
.uk-navbar-dropdown-grid > div:not(.uk-first-column) {
	border-left: 1px solid #BDD2C3;
}
.button-margin {
	margin-left: 40px;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a.uk-open, .uk-navbar-nav > li > a:focus {
    color: #FDAE2A;
}
.uk-link, a {
    color: #1895B4;
}
#pp .pp-plan-card.is-highlight {
    border: 1px solid #1895B4;
}
#pp a {
    color: #1895B4;
}
#pp .btn {
	font-size: 16px;
}
#pp .btn-pp-primary {
	background-color: #1895B4 !important;
	color: #FFFFFF;
	border: 1px solid #1895B4;
}
#pp .btn-pp-primary:hover {
    background-color: transparent !important;
    color: #1895B4 !important;
    border: 1px solid #1895B4 !important;
}
.funktionen-list .uk-accordion-title::before {
    content: "+";
    width: 52px;
    height: 52px;
    margin-left: 0px;
    float: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #18150D;
    font-size: 52px;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    color: #fff;
}
.funktionen-list .uk-light .uk-accordion-title::before {
	background-color: #fff;
	color: #18150D;
}
.funktionen-list .uk-open > .uk-accordion-title::before {
	content: "-";
    width: 52px;
    height: 52px;
    margin-left: 0px;
    float: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    /*bottom: 0;
    left: 0;*/
    background-color: #18150D;
    font-size: 52px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    background-image: none;
    color: #fff;
}
.funktionen-list .uk-light .uk-open > .uk-accordion-title::before {
	background-color: #fff;
	color: #18150D;
}

.funktionen-list .card-green .uk-accordion-title::before {
	color: #BDD2C3;
}
.funktionen-list .card-black .uk-accordion-title::before {
	color: #18150D;
}
.funktionen-list .card-yellow .uk-accordion-title::before {
	color: #FDAE2A;
}
.funktionen-list .card-teal .uk-accordion-title::before {
	color: #1895B4;
}

.funktionen-list .card-green.uk-light .uk-accordion-title::before {
	color: #BDD2C3;
}
.funktionen-list .card-black.uk-light .uk-accordion-title::before {
	color: #18150D;
}
.funktionen-list .card-yellow.uk-light .uk-accordion-title::before {
	color: #FDAE2A;
}
.funktionen-list .card-teal.uk-light .uk-accordion-title::before {
	color: #1895B4;
}

#pp article, #pp aside, #pp blockquote, #pp footer, #pp form, #pp header, #pp nav {
    text-align: inherit;
    font-size: 18px;
    font-family: inherit;
    text-shadow: none;
}
#pp .pp-plan-card {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}
#pp .pp-plan-card__title {
	font-size: 1.25em;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: .3em;
}
#pp .pp-plan-card__period {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
#fd .text-sm {
	font-size: 16px;
}
#module-199 ul > li:nth-child(3), .anmeldeformular ul > li:nth-child(3) {
	display: none;
}
img.login-logout-img {
	width: 24px;
}
ul.uk-nav-default > li > a > img {
	width: 24px;
} 
ul.uk-nav-sub > li > a > img {
	width: 18px;
}
.uk-text-primary {
    color: #1895B4 !important;
}
.pp-toolbar > .pp-toolbar__item > .pp-toolbar__o-nav > .o-nav__item:nth-child(2) {
	display: none;
}
#pp .pp-plan-card__desc {
	font-size: 1.7em;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 1.2em;
    color: #18150d;
    margin-bottom: 1.2em;
}
#pp .pp-plan-card__price {
    font-size: 18px;
	line-height: 1.5;
	text-align: center;
	color: #888;
	display: inline;
	font-weight: 400;
}
#pp .pp-plan-card__period {
    display: inline;
}
#tm-sidebar ul.zoo-item-list {
	/*background: #BDD2C3;
    margin-left: -120px;*/
	/*padding: 15px 70px 120px 120px;*/
	list-style-type: decimal;
	list-style-position: inside;
}
#tm-sidebar ul.zoo-item-list li::marker {
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 29px;
    letter-spacing: 0.03em;
    color: #1895B4;
    display: inline-block;
}
#tm-sidebar ul.zoo-item-list li a {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.03em;
    color: #000;
}
#tm-sidebar ul.zoo-item-list li h4 {
	line-height: 24px;
}
#tm-sidebar ul.zoo-item-list li div {
	width: calc(100% - 36px);
    display: inline-block;
}
#tm-sidebar ul.zoo-item-list li a {
    padding: 30px 0 0 0;
}
#tm-sidebar ul.zoo-item-list li a.active {
	color: #1895B4;
}

#tm-sidebar #module-215, #tm-sidebar #module-254, #tm-sidebar #module-234, #tm-sidebar #module-254 {
	background: transparent;
	padding-right: 40px;
    /*margin-left: -40px;
    padding: 15px 70px 120px 120px;*/
	/*list-style-type: decimal;
	list-style-position: inside;*/
}
#tm-sidebar ul.uk-list-divider li a {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.03em;
    color: #1895B4;
}
#tm-sidebar ul.uk-list-divider li a {
	line-height: 24px;
}
#tm-sidebar ul.uk-list-divider li a {
/*    padding: 30px 0 0 0;*/
}
#tm-sidebar ul.uk-list-divider li a.active {
	color: #000;
}

.uk-subnav > * > :first-child {
    color: #333;
    font-size: 22px;
    line-height: 1.12;
    font-family: 'Titillium Web';
    font-weight: 900;
    text-transform: none;
}
.uk-subnav > * > :first-child:hover {
	color: #1895B4;
    position: relative;
}
.uk-subnav > * > :first-child:after {
    content: "";
    width: 100%;
    height: 4px;
    background: transparent;
    display: block;
    bottom: -15px;
    position: absolute;
}
.uk-subnav > * > :first-child:hover:after {
	content: "";
	width: 100%;
	height: 4px;
	background: #FDAE2A;
	display: block;
	bottom: -15px;
	position: absolute;
}
.uk-subnav > .uk-active > a {
    color: #1895B4;
    position: relative;
}
.uk-subnav > .uk-active > a:after {
	content: "";
	width: 100%;
	height: 4px;
	background: #FDAE2A;
	display: block;
	bottom: -15px;
	position: absolute;
}
.faq-menu .uk-nav-default > * > :first-child {
    color: #333;
    font-size: 22px;
    line-height: 1.12;
    font-family: 'Titillium Web';
    font-weight: 900;
}
.faq-menu .uk-nav-default > * > :first-child:hover {
	color: #1895B4;
    position: relative;
}
.faq-menu .uk-nav-default > * > :first-child:after {
    content: "";
    width: 100%;
    height: 4px;
    background: transparent;
    display: block;
    bottom: -15px;
    position: absolute;
}
.faq-menu .uk-nav-default > * > :first-child:hover:after {
	content: "";
	width: 100%;
	height: 4px;
	background: #FDAE2A;
	display: block;
	bottom: -15px;
	position: absolute;
}
.faq-menu .uk-nav-default > .uk-active > a {
    color: #1895B4;
    position: relative;
}
.faq-menu .uk-nav-default > .uk-active > a:after {
	content: "";
	width: 100%;
	height: 4px;
	background: #FDAE2A;
	display: block;
	bottom: -15px;
	position: absolute;
}
.faq-menu .uk-nav-default > * {
	padding-left: 60px;
}
.faq-menu .uk-nav-default {
	margin-left: -60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	list-style: none;
}
.faq-menu .uk-nav-default > * > :first-child {
	color: #333;
	font-size: 22px;
	line-height: 1.12;
	font-family: 'Titillium Web';
	font-weight: 900;
	display: flex;
	align-items: center;
	column-gap: .25em;
	transition: .1s ease-in-out;
	transition-property: color,background-color,border-color,box-shadow;
/*	text-transform: uppercase;*/
}
.faq-menu .uk-nav-default > .uk-active > a {
  color: #1895B4;
  position: relative;
}

.manual-page .tm-main {
	/*background: #BDD2C3;*/
}
.manual-page .tm-top {
	padding-bottom: 15px;
	padding-top: 60px;
}
.documentation-uikit3 h1 {
	font-size: 38px;
}
.documentation-uikit3 h2 {
	font-size: 22px;
}
.documentation-uikit3 h2 a {
    color: #000;
}
.documentation-uikit3 h2 a:hover {
	color: #1895B4;
}
#sbox-window {
	top: 100px !important;
	margin-left: auto;
	margin-right: auto;
	left: 0 !important;
	right: 0 !important;
	max-width: 750px;
}
#sbox-content {
	opacity: 1 !important;
}
.uk-navbar-dropdown-nav .uk-nav-divider {
    border-top: 0px solid #e5e5e5;
}
.uk-nav-default .uk-nav-divider {
    border-top: 0px solid #e5e5e5;
}
.manual-page .tm-main > .uk-container {
/*    max-width: 100%;*/
}
.manual-page .tm-main .tm-sidebar {
    margin-top: 0px;
    width: calc(25% + 160px);
    min-width: 350px;
    margin-left: -80px;
}
.manual-page .tm-main .tm-sidebar > div {
    background: #BDD2C3;
    padding-top: 106px;
    padding-bottom: 80px;
    height: calc(100% - 136px);
    align-content: flex-start;
}
.manual-page .tm-sidebar div[id^="module"] {
    max-width: 350px;
    margin-left: auto;
    padding-right: 40px;
}
.manual-page .tm-main > .uk-container > .uk-grid > div .documentation-uikit3 {
    padding: 105px;
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
}
.mod-languages .uk-subnav > * {
  padding-left: 6px;
}
.uk-search-input {
	border: 1px solid #FDAE2A;
	background: #fff;
}
.uk-search-icon {
  color: #1895B4;
}
.uk-search-default .uk-search-input {
	border: 1px solid #FDAE2A;
	background: #fff;
}
.uk-search .uk-search-icon {
	color: #1895B4;
}
.uk-search-input::placeholder {
	color: #1895B4 !important;
}
.uk-search-input::-webkit-input-placeholder {
	color: #1895B4 !important;
}
.uk-search-input::-moz-placeholder {
	color: #1895B4 !important;
}
.uk-search-input:-ms-input-placeholder {
	color: #1895B4 !important;
}
/*.support-page .tm-top {
	padding-bottom: 0px;
}*/
/*.support-page .tm-main {
	padding-top: 0px;
}*/
.search .uk-article h2, .finder .uk-article h2 {
	font-size: 28px;
	line-height: 1.4;
	font-family: 'Titillium Web';
	font-weight: 900;
}
.finder .uk-article + .uk-article {
  margin-top: 40px;
}
.finder > form {
	margin-bottom: 40px;
	max-width: max-content;
}
.finder input[name="q"] {
  margin-bottom: 0px !important;
}
.finder > form > .word > .uk-grid > div:first-child {
	display: flex;
	align-items: center;
}
.support-page .tm-sidebar {
	padding-top: 45px;
}
.zoo-sidebar-menu > ul {
	background: #BDD2C3;
	margin-left: -120px;
	padding: 15px 70px 120px 120px;
	list-style-type: decimal;
	list-style-position: inside;
}
.zoo-sidebar-menu > ul > li::marker {
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 29px;
  letter-spacing: 0.03em;
  color: #1895B4;
  display: inline-block;
}
.zoo-sidebar-menu > ul > li a {
  font-style: normal;
	font-weight: bold !important;
	font-size: 15px !important;
	line-height: 15px !important;
	letter-spacing: 0.03em;
	color: #000 !important;
	display: inline-block !important;
}
.zoo-sidebar-menu > ul > li {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
  width: 100%;
}
.zoo-sidebar-menu > ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.finder.manual-page {
	padding: 105px;
	max-width: 790px;
	margin-left: auto;
	margin-right: auto;
}
.benutzerkonto > img {
	width: 29px;
}
.uk-navbar-nav {
  gap: 0px;
}
.uk-navbar-left, .uk-navbar-right, [class*="uk-navbar-center"] {
  gap: 0px;
}
/*.uk-navbar-dropdown.uk-open {
  display: block;
  left: 0px !important;
  max-width: 100% !important;
  width: 100% !important;
  top: 156px !important;
}*/
.pp-plan-card__forms .o-btn--primary {
	background-color: #1895B4 !important;
	font-size: 16px;
}
.pp-plan-card__features button, .pp-checkout-table__desc button {
  padding: 5px 10px;
  border: 1px solid #000 !important;
}
#pp .pp-plan-card__features {
	font-size: 18px;
	line-height: 1.5;
}
#pp .pp-plan-card__features ul > li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.uk-sticky.uk-sticky-below .uk-navbar-dropdown.uk-open {
	top: 81px !important;
}
body.com_payplans.is-fullscreen {
	height: unset !important;
}
#fd input[data-tos-checkbox] {
	display: inline-block;
	border: 1px solid #e1e1e1;
}
#fd .o-checkbox label {
	display: inline-block;
	margin-left: 6px;
}
#fd .fd-toolbar__item--action {
	display: none;
}
.o-btn {
  margin: 0;
  overflow: visible;
  font: inherit;
  -webkit-appearance: none !important;
  display: inline-block !important;
  box-sizing: border-box !important;
  padding: 0 30px !important;
  vertical-align: middle !important;
  text-decoration: none !important;
  transition: .1s ease-in-out;
  transition-property: all !important;
  transition-property: color,background-color,background-position,background-size,border-color,box-shadow !important;
  border-radius: 48px !important;
  font-family: Titillium Web !important;
  font-style: normal;
  font-weight: bold !important;
  font-size: 16px !important;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 48px !important;
}
.o-btn--primary {
	background-color: #38c5d7 !important;
	color: #fff !important;
	border: 1px solid transparent;
	border-color: #38c5d7 !important;
}
.o-btn--danger {
	background-color: #f0506e !important;
	color: #fff !important;
	border: 1px solid transparent;
	border-color: #f0506e !important;
}
.o-dialog .o-dialog-footer .o-dialog-footer-content .o-btn {
	line-height: 28px !important;
}
.mod_easybloglatestblogs .view-all-blogs {
    margin-top: 40px;
}
.eb-view-entry .eb-entry-title {
	font-size: 52px;
	line-height: 1.19;
	font-family: 'Titillium Web';
	font-weight: 300;
}
#eb .btn {
  border-radius: 48px;
  font-family: Titillium Web;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 48px;
  padding: 0px 16px;
}
#eb .btn-primary {
  background-color: #FDAE2A !important;
  color: #FFFFFF;
  border: 1px solid #FDAE2A !important;
}
#eb .btn-primary:hover, #eb .btn-primary:active, #eb .btn-primary.active, .open .dropdown-toggle_#eb .btn-primary, #eb .btn-primary:hover, #eb .btn-primary:focus, #eb .btn-primary:active, #eb .btn-primary.active, .open .dropdown-toggle_#eb .btn-primary {
  background-color: transparent !important;
  color: #FDAE2A !important;
  border: 1px solid #FDAE2A !important;
  box-shadow: none;
}
#eb .eb-dialog-footer-content .btn {
	line-height: 28px;
	font-size: 14px;
}
#eb.eb-dialog.has-footer .eb-dialog-modal {
  min-height: 310px;
}
.blog-page .tm-sidebar {
	order: 1;
}
.acym__subscription__form__button button {
	border-radius: 48px !important;
	font-family: Titillium Web !important;
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 16px !important;
	text-align: center !important;
	letter-spacing: 1.5px !important;
	text-transform: uppercase !important;
	line-height: 48px !important;
	padding: 0 30px !important;
	background: #FDAE2A !important;
	color: #FFFFFF !important;
	border: 1px solid #FDAE2A !important;
}
.acym__subscription__form__button button:hover {
	background: transparent !important;
	color: #FDAE2A !important;
	border: 1px solid #FDAE2A !important;
}
#acym_fulldiv_formAcym1.acym__subscription__form__popup__overlay {
	background-color: rgba(0, 0, 0, .6) !important;
}
.uk-button-renew {
  background: linear-gradient(45deg, #ff0000, #0000ff);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  color: #fff !important;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

div.mod-languages a {
  padding: 0;
}
div.mod-languages li {
  margin: 0 5px;
}
#ats-category-filters .choices__list--dropdown .choices__item--selectable {
    padding-right: 10px;
}
#ats-category-filters .choices__inner {
	min-width: 200px;
}
.acym__subscription__form__popup__fields-button > .acym__subscription__form__fields {
	display: flex !important;
	flex-direction: column;
}
.com-users-login__options .com-users-login__register {
	display: none !important;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.funktionen-list .uk-accordion-title {
	margin-top: 60px;
}
}

@media (max-width: 1300px) {
.faq-menu .uk-nav-default > * > :first-child {
	font-size: 18px;
}
}

@media (max-width: 1200px) {
#pp .pp-plans--3 .pp-plans__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.tm-toolbar-default .uk-nav-default > li > a, .uk-card-primary.uk-card-body .uk-nav-default > li > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-default > li > a, .uk-card-secondary.uk-card-body .uk-nav-default > li > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-default > li > a, .uk-light .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default > li > a, .uk-overlay-primary .uk-nav-default > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a {
  color: #fff;
}
.tm-toolbar-default .uk-nav-default .uk-nav-sub a, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-default .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-default .uk-nav-sub a, .uk-light .uk-nav-default .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a, .uk-overlay-primary .uk-nav-default .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a {
	color: #fff;
}
.uk-nav-default {
  font-size: 18px;
}
.manual-page .tm-main .tm-sidebar {
	margin-left: -10px;
}
.faq-menu .uk-nav-default > * {
	padding-left: 30px;
}
.manual-page .tm-main > .uk-container > .uk-grid > div .documentation-uikit3 {
	padding: 105px 60px;
}
.faq-menu {
	padding-left: 30px;
}
.uk-subnav > * > :first-child {
	font-size: 18px;
}
}

@media (max-width: 960px) {
.uk-h1, h1 {
    font-size: 38px;
}
.uk-h2, h2 {
    font-size: 32px;
}
.uk-h3, h3 {
    font-size: 28px;
}
.navbar .brand, .navbar .nav > li > a, .navbar-search, .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
	min-height: 80px;
}
.card {
    padding: 20px;
}
.card-margin-top {
	margin-top: 30px !important;
}
.card-margin-bottom {
	margin-bottom: 30px !important;
}
.uk-section-large {
    padding-top: 70px;
    padding-bottom: 70px;
}
#pp .pp-plans--3 .pp-plans__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.uk-subnav > * > :first-child::after {
	bottom: -10px;
}
.uk-subnav > .uk-active > a::after {
	bottom: -10px;
}
.uk-subnav > * > :first-child:hover::after {
	bottom: -10px;
}
.faq-menu .uk-nav-default > * {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
}
.faq-menu .uk-nav-default {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.manual-page .tm-main > .uk-container > .uk-grid > div .documentation-uikit3 {
	padding: 0px;
}
.manual-page .tm-main .tm-sidebar {
	width: 100%;
}
.manual-page .tm-main .tm-sidebar > div {
	height: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-right: -30px;
}
.manual-page .tm-sidebar div[id^="module"] {
	margin-left: 0;
}
.tm-toolbar-default .uk-nav-default > li > a, .uk-card-primary.uk-card-body .uk-nav-default > li > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-default > li > a, .uk-card-secondary.uk-card-body .uk-nav-default > li > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-default > li > a, .uk-light .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default > li > a, .uk-overlay-primary .uk-nav-default > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a {
  color: #fff;
}
.tm-toolbar-default .uk-nav-default .uk-nav-sub a, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-default .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-default .uk-nav-sub a, .uk-light .uk-nav-default .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a, .uk-overlay-primary .uk-nav-default .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a {
	color: #fff;
}
.uk-nav-default {
  font-size: 18px;
}
.manual-page .tm-main .tm-sidebar {
  margin-left: 0px;
}
.manual-page .tm-main > .uk-container > .uk-grid > div .documentation-uikit3 {
	max-width: 100%;
	padding-bottom: 40px;
}
.manual-page .tm-main > .uk-container {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.finder.manual-page {
	max-width: 100%;
	padding: 0px 0px 40px 0px;
}
.tm-header-mobile .uk-logo {
	padding: 0;
}
.benutzerkonto > img {
  display: none;
}
.faq-menu > .uk-subnav {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.faq-menu > .uk-subnav > * {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: auto;
  padding-left: 0px;
}
.faq-menu {
  padding-left: 20px;
}
.eb-view-entry .eb-entry-title {
  font-size: 32px;
}
}

@media (max-width: 640px) {
.button-margin {
	margin-left: 0px;
}
.funktionen-list .card-margin-bottom {
	margin-bottom: 0px !important;
}
.funktionen-list .card-margin-top {
	margin-top: 0px !important;
}
.manual-page .tm-sidebar div[id^="module"] {
	max-width: 100%;
	padding-right: 15px !important;
}
.manual-page .tm-main .tm-sidebar > div {
	margin-right: -15px;
}
#pp .pp-checkout-item__content > .pp-checkout-table tr {
	display: flex;
	flex-direction: column;
}
#pp .pp-checkout-item__content > .pp-checkout-table tr > * {
	width: 100%;
}
#pp .pp-checkout-container__bd > .pp-checkout-wrapper > .pp-checkout-menu > .pp-checkout-item > .pp-checkout-item__title > .flex {
	flex-direction: column;
}
#pp.is-mobile .pp-checkout-wrapper {
	max-width: 100%;
}
.o-btn {
	padding: 0 20px !important;
	font-size: 14px !important;
}
.pp-checkout-container > .pp-checkout-container__form .pp-checkout-container__ft > .pp-checkout-wrapper > div.flex {
	flex-direction: column;
}
.pp-checkout-container > .pp-checkout-container__form .pp-checkout-container__ft > .pp-checkout-wrapper > div.flex > div:first-child {
	order: 2;
	margin-top: 20px;
}
.pp-checkout-container > .pp-checkout-container__form .pp-checkout-container__ft > .pp-checkout-wrapper > div.flex > div:nth-child(2) {
	order: 1;
}
#pp.is-fullscreen .pp-checkout-wrapper, #pp .is-fullscreen .pp-checkout-wrapper {
	width: 100%;
}
#pp .pp-checkout-container__hd {
	padding: 1.8em;
}
/*.akeeba-renderer-fef tr {
	display: block;
}
.akeeba-renderer-fef tr > td {
	display: block;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
}*/

.ats-tickets-table thead {
  display: none;
}
.ats-tickets-table tbody {
  display: block;
}
.ats-tickets-table tr {
  display: block;
}
.ats-tickets-table td:not(:last-child):not(.uk-table-link) {
  padding-bottom: 5px !important;
}
.ats-tickets-table td {
  display: block;
}
.ats-tickets-table td {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
}
.ats-tickets-table td > div > span {
	float: none !important;
}
.akeeba-renderer-fef {
  padding: 30px 0px;
}
.akeeba-renderer-fef .atsTooltip {
	margin-bottom: 10px;
}
.akeeba-renderer-fef .ats-ticket-view-postedin {
	margin-bottom: 10px;
}
.akeeba-renderer-fef #ats_moveticket_form {
	margin-bottom: 10px;
}
.akeeba-renderer-fef .akeeba-tabs > label.active + section {
	padding: 0px 10px;
}
.akeeba-renderer-fef h1 {
  font-size: 1.6em;
}
.akeeba-renderer-fef .ats-ticket-title {
	width: 100%;
}

}

@media (max-width: 375px) {
#pp .btn {
    font-size: 11px;
}
#pp label {
	font-size: 12px;
}
#pp .o-form-group--float.is-filled .o-control-label,
#pp .o-form-group--float.is-focused .o-control-label {
 left:.875em;
 top:.285em;
 font-size: 12px;
}
}